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/en_UK/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/en_UK/install.lang.php')
-rw-r--r-- | language/en_UK/install.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index eef5a98f7..d4922d4da 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -72,4 +72,6 @@ $lang['Download the config file'] = 'Download the config file'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'You can download the config file and upload it to local/config directory of your installation.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite and PostgreSQL are currently in experimental state.'; $lang['Learn more'] = 'Learn more'; +$lang['Just another Piwigo gallery'] = 'Just another Piwigo gallery'; +$lang['Welcome to my photo gallery'] = 'Welcome to my photo gallery'; ?> |