From a873444cd44c841633c7b5465c6626a7a51c1868 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:43:03 +0100 Subject: [PATCH 1/1] fix template : remove fr translation --- lib/lang/fr.php | 2 +- lib/lang/template.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lang/fr.php b/lib/lang/fr.php index ccba3be..bb5d3a1 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -125,7 +125,7 @@ $tr = array ( 'Search a specific link' => 'Rechercher un lien particulier', 'Number of cleaned files' => 'Nombre de fichiers nettoyés', 'Logout' => 'Déconnexion', - 'You are now Logout' => 'Vous êtes maintenant déconnecté', + 'You are now loggued out' => 'Vous êtes maintenant déconnecté', 'Link deleted' => 'Lien supprimé', 'Filename' => 'Nom', 'file' => 'fichier', diff --git a/lib/lang/template.php b/lib/lang/template.php index 7129484..ba7d5be 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -105,7 +105,7 @@ $tr = array ( 'Search a specific link' => '', 'Number of cleaned files' => '', 'Logout' => '', - 'You are now Logout' => '', + 'You are now loggued out' => '', 'Link deleted' => '', 'Filename' => '', 'file' => '', @@ -138,7 +138,7 @@ $tr = array ( 'This will return brut text content.' => '', 'First line is the download reference and the second line the delete code.' => '', 'First line is the server capacity (in Bytes).' => '', - 'Example' => 'Exemple', + 'Example' => '', 'If a password has been set, send a POST request with it.' => '', 'Delete a file' => '', 'This will return "Ok" if succeded, "Error" otherwhise.' => '', -- 2.34.1