diff options
author | rub <rub@piwigo.org> | 2007-04-08 21:29:12 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-04-08 21:29:12 +0000 |
commit | 56d9ed3c476f7b77c26667083b53266298ce96c4 (patch) | |
tree | ed2d34ec8b46dd4c699147ec2ef95a7c587acb4b /language/fr_FR.iso-8859-1/admin.lang.php | |
parent | 60febd633ab269ce95a809d388a65b6099e43aff (diff) |
Issue 675:
On group list page, when user push on delete or default image buttons, the message is not enough significant. (Only "Are you sure").
Informations about buttons have added.
git-svn-id: http://piwigo.org/svn/trunk@1948 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index b4835752d..f9eb92ef5 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -55,6 +55,7 @@ $lang['%d waiting pictures rejected'] = '%d images en attente rejetées'; $lang['%d waiting pictures validated'] = '%d images en attente validées'; $lang['A new version of PhpWebGallery is available.'] = 'Une nouvelle version de PhpWebGallery est disponible.'; $lang['Actions'] = 'Actions'; +$lang['Action: '] = 'Action: '; $lang['Activate'] = 'Activer'; $lang['Add/delete a permalink'] = 'Ajouter/effacer un lien permanent'; $lang['Add a tag'] = 'Ajouter un tag'; |