From 1b7781c8669ac98d656b57f4b540ef0fa818a94a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 19 Jan 2011 13:19:16 +0000 Subject: 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 --- language/en_UK/admin.lang.php | 3 +++ language/fr_FR/admin.lang.php | 3 +++ 2 files changed, 6 insertions(+) (limited to 'language') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 7d044e56e..b369624bd 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -214,6 +214,7 @@ $lang['Default user does not exist'] = "The default user does not exist"; $lang['default values'] = "default values"; $lang['default'] = "default"; $lang['delete album'] = "delete album"; +$lang['Delete orphan tags'] = 'Delete orphan tags'; $lang['Delete Representant'] = "Delete Representant"; $lang['Delete selected photos'] = "Delete selected photos"; $lang['Delete selected tags'] = "Delete selected tags"; @@ -470,6 +471,7 @@ $lang['Options'] = "Options"; $lang['Options'] = "Options"; $lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.'; $lang['Original templates'] = "Original templates"; +$lang['Orphan tags deleted'] = 'Orphan tags deleted'; $lang['Other plugins'] = "Other plugins available"; $lang['Other private albums'] = "Other private albums"; $lang['other'] = "other"; @@ -761,6 +763,7 @@ $lang['You are running on development sources, no check possible.'] = "You are r $lang['You are running the latest version of Piwigo.'] = "You are running Piwigo latest version."; $lang['You cannot delete your account'] = "You cannot delete your account"; $lang['You cannot move an album in its own sub album'] = "You cannot move an album in its own sub album"; +$lang['You have %d orphan tags: %s.'] = 'You have %d orphan tags: %s.'; $lang['You have subscribed to receiving notifications by mail.'] = "You have subscribed to receive notifications by mail."; $lang['You have unsubscribed from receiving notifications by mail.'] = "You have unsubscribed from being notified by mail."; $lang['You might go to plugin list to install and activate it.'] = "Go to the plugins list to install and activate it."; 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'; ?> -- cgit v1.2.3