From ae6a63bee0d834888c3b30b5bcc4df2216173c75 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 1 Feb 2012 23:03:35 +0000 Subject: feature 2561: redesign on album administration screen. * only one form on the screen and several tabs * simpler URL pattern : page=album-123-properties / page=album-123-sort_order / page=album-123-permissions * action to associate all photos of an album to another (new) virtual album was removed. This can be easily done with the new Batch Manager * notification by email on an album still has to be moved on a new dedicated tab * action icons (jump to album, manage photos, manage sub-albums, delete album...) replaced by plain text links git-svn-id: http://piwigo.org/svn/trunk@13013 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR/admin.lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'language/fr_FR') diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 9c85d12c3..f1f836691 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -856,4 +856,7 @@ $lang['Save visits in history for'] = 'Historiser les visites des '; $lang['simple visitors'] = 'simple visiteurs'; $lang['registered users'] = 'utilisateurs enregistrés'; $lang['administrators'] = 'administrateurs'; +$lang['This album contains %d photos, added on %s.'] = 'Cet album contient %d photos, ajoutées le %s.'; +$lang['This album contains %d photos, added between %s and %s.'] = 'Cet album contient %d photos, ajoutées entre le %s et le %s..'; +$lang['This album contains no photo.'] = 'Cet album ne contient pas de photo.'; ?> \ No newline at end of file -- cgit v1.2.3