diff options
author | plegall <plg@piwigo.org> | 2011-03-03 12:08:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-03 12:08:46 +0000 |
commit | 4b1ec601290227482d7689e0590bac7b0a9df383 (patch) | |
tree | f0c9b63f82766d075c3e92922aac79b4578d3156 /language/fr_FR/admin.lang.php | |
parent | 2fcd11c28e5d58c1b5a0351fc8bf792abb0a5da4 (diff) |
remove useless languages keys (new plugins/themes update screen)
git-svn-id: http://piwigo.org/svn/trunk@9494 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a03a3f180..a68e5c270 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -513,12 +513,6 @@ $lang['Correction the anomaly will cancel the fact that it\'s ignored'] = "L'ano $lang['%d anomaly has been ignored.'] = "%d anomalie a été ignorée."; $lang['%d anomalies have been ignored.'] = "%d anomalies ont été ignorées."; $lang['Plugins which need upgrade'] = "Plugins à mettre à jour"; -$lang['Plugins up to date'] = "Plugins à jour"; -$lang['Plugin versions can\'t be checked'] = "Impossible de vérifier les plugins suivants"; -$lang['Current<br>version'] = "Version<br>actuelle"; -$lang['Available<br>version'] = "Version<br>disponible"; -$lang['Automatic upgrade'] = "Mise à jour automatique"; -$lang['Download file'] = "Télécharger le fichier"; $lang['Plugin list'] = "Liste des plugins"; $lang['Check for updates'] = "Rechercher les mises à jour"; $lang['Other plugins'] = "Autres plugins disponibles"; |