diff options
author | plegall <plg@piwigo.org> | 2011-01-19 13:19:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-19 13:19:16 +0000 |
commit | 1b7781c8669ac98d656b57f4b540ef0fa818a94a (patch) | |
tree | 47a7db98b607a4ee477b77df56e8d54576a8566a /language/fr_FR | |
parent | e338363331de40ce04b70d7936cb901f52f88fe0 (diff) |
feature 1289 added: easy "delete orphan tags" function. On the "tags"
administration page, a warning message is displayed if you have at least
one orphan tag + direct action to delete them.
git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a5341a661..c001c21e5 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -559,6 +559,7 @@ $lang['Extend for templates'] = "Etendre les templates"; $lang['Replacement of original templates by customized templates from template-extension subfolder'] = "Remplacement des templates d'origine par vos templates personnalisés issus du dossier template-extension"; $lang['Replacers (customized templates)'] = "Remplaçants (templates modifiés)"; $lang['Original templates'] = "Templates d'origine"; +$lang['Orphan tags deleted'] = 'Tags orphelins supprimés'; $lang['Optional URL keyword'] = "Paramètre facultatif de l'URL"; $lang['Templates configuration has been recorded.'] = "La configuration des templates a été enregistrée."; $lang['All optimizations have been successfully completed.'] = "Toutes les optimisations ont été réalisées avec succès."; @@ -781,4 +782,6 @@ $lang['remove creation date'] = 'supprimer la date de création'; $lang['with no album'] = 'sans album'; $lang['with no tag'] = 'sans tag'; $lang['Week starts on'] = 'La semaine commence le'; +$lang['You have %d orphan tags: %s.'] = 'Vous avez %d tags orphelins: %s.'; +$lang['Delete orphan tags'] = 'Supprimer les tags orphelins'; ?> |