diff options
author | plegall <plg@piwigo.org> | 2010-12-31 16:43:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 16:43:59 +0000 |
commit | 4effe045ee0b924cdcf17c7499d12ab4467433a3 (patch) | |
tree | d618bc4851d25d1f0e203e07f0afb6cf5017cc1a /language/fr_FR/admin.lang.php | |
parent | c716ed88b8b8a101bf35589a465ce3b45c6942aa (diff) |
feature 2091: Batch Manager, find all orphan photos
git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/admin.lang.php')
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index d1d474e2d..4356cee5b 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -802,4 +802,5 @@ $lang['Type here the author name'] = 'Entrez ici le nom de l\'auteur'; $lang['remove title'] = 'supprimer le titre'; $lang['Type here the title'] = 'Entrez ici le titre'; $lang['remove creation date'] = 'supprimer la date de création'; +$lang['with no album'] = 'sans album'; ?> |