diff options
author | plegall <plg@piwigo.org> | 2011-09-08 14:04:25 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 14:04:25 +0000 |
commit | 251a9a797465f0b3f6cecc9b6141ee97f7ece261 (patch) | |
tree | 29e9101fe876e8ffc791674e9ef7af40ac6c9442 /language/fr_FR/admin.lang.php | |
parent | 79df57b96faeba32fe9648315442e129f1f570c1 (diff) |
bug 2435 fixed: on the upload form, when no album available, hide the album
selection listbox and if no album is selected, trigger an error before starting
any upload.
git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 709fbb399..d103887b6 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -149,9 +149,9 @@ $lang['Representative'] = "Représentant"; $lang['Represents'] = "Représente"; $lang['Save order'] = "Sauvegarder l'ordre"; $lang['Save to permalink history'] = "Sauvegarder dans l'historique des liens permanents"; -$lang['Select at least one album'] = 'Sélectionner au moins un album'; -$lang['Select at least one photo'] = "Sélectionner au moins une photo"; -$lang['Select at least one user'] = "Sélectionner au moins un utilisateur"; +$lang['Select at least one album'] = 'Sélectionnez au moins un album'; +$lang['Select at least one photo'] = "Sélectionnez au moins une photo"; +$lang['Select at least one user'] = "Sélectionnez au moins un utilisateur"; $lang['Show info'] = "Montrer les informations"; $lang['Site manager'] = "Gestionnaire des sites"; $lang['Status'] = "Statut"; @@ -869,4 +869,5 @@ $lang['Select at least two tags for merging'] = 'Sélectionnez au moins deux tag $lang['Average rate'] = 'Note moyenne'; $lang['Rate'] = 'Note'; $lang['Learn more'] = 'En savoir plus'; +$lang['Select an album'] = 'Selectionnez un album'; ?>
\ No newline at end of file |