aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-10-18 19:13:49 +0000
committerddtddt <ddtddt@piwigo.org>2011-10-18 19:13:49 +0000
commit1567ce4980d208f855ce37d1407c9fc1fffc679b (patch)
tree96682a61f247839899f2938d32a7e4aefb97ce69 /language
parent21fe043d2e5d82c621ab9ce0ace60c9b20fa1149 (diff)
[trunk] - language - error key
git-svn-id: http://piwigo.org/svn/trunk@12485 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php2
-rw-r--r--language/fr_FR/admin.lang.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index a66ad6b19..4c8691b0e 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -74,7 +74,7 @@ $lang['%d users were not updated.'] = "%d users not updated.";
$lang['%d users were updated.'] = "%d users updated.";
$lang['%d users'] = "%d users";
$lang['%d waiting for validation'] = "%d waiting for validation";
-$lang['%s has been successfully upgraded.'] = "%s has been successfully upgraded.";
+$lang['%s has been successfully updated.'] = "%s has been successfully updated.";
$lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s must be set to false in your local/config/config.inc.php file";
$lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported";
$lang['+ Add an upload box'] = '+ Add an upload box';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 8f1c872eb..237f28a48 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -520,7 +520,7 @@ $lang['Delete'] = "Supprimer";
$lang['Are you sure you want to delete this plugin?'] = "Etes-vous sûr de vouloir supprimer ce plugin?";
$lang['Are you sure you want to install this plugin?'] = "Etes-vous sûr de vouloir installer ce plugin?";
$lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = "Etes-vous sur de vouloir installer cette mise à jour? Vous devez vérifiez que cette mise à jour ne nécessite pas de désinstallation préalable.";
-$lang['%s has been successfully upgraded.'] = "%s a été mis à jour avec succès.";
+$lang['%s has been successfully updated'] = "%s a été mis à jour avec succès.";
$lang['Plugin has been successfully copied'] = "Le plugin a été copié avec succès.";
$lang['You might go to plugin list to install and activate it.'] = "Rendez-vous dans la liste des plugins pour l'installer et l'activer.";
$lang['Can\'t create temporary file.'] = "Impossible de créer un fichier temporaire.";