From: Julien Malik Date: Sun, 22 Mar 2015 22:43:03 +0000 (+0100) Subject: fix template : remove fr translation X-Git-Tag: 1.1~135^2~5 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/a873444cd44c841633c7b5465c6626a7a51c1868?hp=e9744a10b4a26ef43f6427c38fe6b3d21c9486c3 fix template : remove fr translation --- 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.' => '',