From 7532e1a802beb74b32417cedefc9a000733c8004 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 9 Jun 2011 20:34:48 +0000 Subject: feature:2330 ability to hide the "new" icon for recent photos git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 1 + language/fr_FR/admin.lang.php | 1 + 2 files changed, 2 insertions(+) (limited to 'language') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 1a06d530b..76d8c181f 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -98,6 +98,7 @@ $lang['Activate icon "%s"'] = 'Activate icon "%s"'; $lang['Activate Navigation Bar'] = 'Activate navigation bar'; $lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails'; $lang['Activate'] = "Activate"; +$lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" next to albums and pictures'; $lang['Active Languages'] = 'Active Languages'; $lang['Active Plugins'] = 'Active Plugins'; $lang['Active Themes'] = 'Active Themes'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index b551498ca..4f6a09411 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -852,4 +852,5 @@ $lang['Default photos order inside album'] = "Ordre par défaut des photos dans $lang['Invalid order string'] = 'Chaîne SQL incorrecte'; $lang['As default order'] = "Comme l'ordre par défaut"; $lang['Custom'] = "Personnalisé"; +$lang['Activate icon "new" next to albums and pictures'] = 'Afficher l\'icône "nouveau" à côté des albums et des photos'; ?> \ No newline at end of file -- cgit v1.2.3