From f8226de8e6940234d53a8799a7f6e30364ce6ce7 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 30 Aug 2011 08:24:42 +0000 Subject: feature 2420 added: automatically use the gallery title in the page banner. Just write %gallery_title% in the page banner (this is written by default). The default gallery title and tagline are now localized. git-svn-id: http://piwigo.org/svn/trunk@12008 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR/install.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/fr_FR') diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 8a6f2177f..f03752344 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -73,4 +73,6 @@ $lang['Download the config file'] = 'Télécharger le fichier de configuration'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Les types SQLite et PostgreSQL sont actuellement en phase expérimentale.'; $lang['Learn more'] = 'En savoir plus'; +$lang['Just another Piwigo gallery'] = 'Une galerie Piwigo de plus'; +$lang['Welcome to my photo gallery'] = 'Bienvenue sur ma galerie photo'; ?> -- cgit v1.2.3