Part of feature 32, plugin languages: fr_FR.iso-8859-1 and en_UK.iso-8859-1

contents become utf-8 encoded and the directory names lose encoding
information as the only supported encoding becomes utf-8.


git-svn-id: http://piwigo.org/svn/trunk@2131 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2007-10-09 22:17:50 +00:00
commit 762562ddbe
20 changed files with 146 additions and 146 deletions

View file

@ -25,9 +25,9 @@
// +-----------------------------------------------------------------------+
// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
$lang['c13y_upgrade_no_anomaly'] = 'Pas d\'anomalie détectée après la mise à jour de l\'application';
$lang['c13y_upgrade_deactivate'] = 'Vous pouvez désactiver le plugin "Check upgrades"';
$lang['c13y_exif_dbl_email_user'] = 'Utilisateurs avec la même adresse email';
$lang['c13y_upgrade_no_anomaly'] = 'Pas d\'anomalie détectée après la mise à jour de l\'application';
$lang['c13y_upgrade_deactivate'] = 'Vous pouvez désactiver le plugin "Check upgrades"';
$lang['c13y_exif_dbl_email_user'] = 'Utilisateurs avec la même adresse email';
$lang['c13y_exif_correction_dbl_email_user'] = 'Supprimez les utilisateurs en double';
?>