aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authormathiasm <mathiasm@piwigo.org>2008-07-04 22:33:58 +0000
committermathiasm <mathiasm@piwigo.org>2008-07-04 22:33:58 +0000
commit154420540b059b028e0c9aca9e31cfca2edbeea6 (patch)
tree2b127ac947602736ae3d865e3d4e0ff7a650256e /language
parent81454f67c5936849c74cdb301c8251277284e7a5 (diff)
Bug 754 fixed for Butterfly (some languages missing)
git-svn-id: http://piwigo.org/svn/trunk@2421 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php5
-rw-r--r--language/fr_FR/admin.lang.php7
2 files changed, 9 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index fd48cb34c..3d3a0a5f9 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -572,7 +572,7 @@ $lang['c13y_bad_webmaster_status'] = 'Main "webmaster" user status is incorrect'
$lang['c13y_user_created'] = 'User "%s" created with "%s" like password';
$lang['c13y_user_status_updated'] = 'Status of user "%s" updated';
$lang['add new elements to caddie'] = 'add new elements to caddie';
-// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
+// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['no_display_thumbnail'] = 'No display';
$lang['display_thumbnail_classic'] = 'Classic display';
$lang['display_thumbnail_hoverbox'] = 'Hoverbox display';
@@ -645,5 +645,8 @@ $lang['Piwigo version'] = 'Piwigo version';
$lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.';
$lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]';
$lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all';
+$lang['Deleted on'] = 'Deleted on';
+$lang['Last hit'] = 'Last hit';
+$lang['Hits'] = 'Hits';
?>
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 5d7c6c505..f8849d4dd 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -572,7 +572,7 @@ $lang['c13y_bad_webmaster_status'] = 'Le statut de l\'utilisateur "webmestre" pr
$lang['c13y_user_created'] = 'Utilisateur "%s" créé avec comme mot de passe "%s"';
$lang['c13y_user_status_updated'] = 'Statut de l\'utilisateur "%s" mis à jour';
$lang['add new elements to caddie'] = 'ajouter les nouveaux éléments au panier';
-// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
+// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['no_display_thumbnail'] = 'Pas d\'affichage';
$lang['display_thumbnail_classic'] = 'Affichage classique';
$lang['display_thumbnail_hoverbox'] = 'Affichage lors du survol';
@@ -645,5 +645,8 @@ $lang['Piwigo version'] = 'Version de Piwigo';
$lang['You are running the latest version of Piwigo.'] = 'Vous utilisez la dernière version de Piwigo.';
$lang['c13y_version_anomaly'] = 'La version de %s [%s] installée n\'est pas compatible avec la version requise [%s]';
$lang['c13y_version_correction'] = 'Vous devez mettre à jour votre système pour profiter pleinement de l\'application sinon l\'application ne fonctionnera pas correctement, voire pas du tout';
+$lang['Deleted on'] = 'Effacé le';
+$lang['Last hit'] = 'Dernier accès';
+$lang['Hits'] = 'Utilisations';
-?> \ No newline at end of file
+?>