diff options
author | plegall <plg@piwigo.org> | 2011-08-30 08:24:42 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-30 08:24:42 +0000 |
commit | f8226de8e6940234d53a8799a7f6e30364ce6ce7 (patch) | |
tree | 875221468b46cfd20b77ac08f86c2fcb98ee5b4e /language/fr_FR/install.lang.php | |
parent | f048a51feb11ce077b7cbb1250fc0ce71b8f26df (diff) |
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
Diffstat (limited to 'language/fr_FR/install.lang.php')
-rw-r--r-- | language/fr_FR/install.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'; ?> |