diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-09 01:57:13 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-09 01:57:13 +0000 |
commit | 316d89a90b5cd61f41ea3f35112277608c2e2694 (patch) | |
tree | 66ceae341af79044b795c27a4251fb0cd3a9dbed /language/en_UK.iso-8859-1 | |
parent | b263f0c996eac52afc222b99fb1e9bcb6b064d65 (diff) |
bug 255: parameter values in #config limited to 255 chars (value becomes text)
feature 303: page banner moved from combination of gallery_title,
gallery_description and template to database (simplifies user customization)
git-svn-id: http://piwigo.org/svn/trunk@1071 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 1 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 98fdf37a5..0fe6d6606 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -118,6 +118,7 @@ $lang['Permission granted thanks to a group'] = 'Permission granted thanks to a $lang['Permission granted'] = 'Permission granted'; $lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration'; $lang['PhpWebGallery version'] = 'PhpWebGallery version'; +$lang['Page banner'] = 'Page banner'; $lang['Picture informations updated'] = 'Picture informations updated'; $lang['Position'] = 'Position'; $lang['Preferences'] = 'Preferences'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 4e6a73b5d..3741207e2 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -13,11 +13,11 @@ parameters by theme.</p> <ul> - <li><strong>Gallery title</strong>: displayed on top of each public - page.</li> + <li><strong>Gallery title</strong>: used in RSS feed and notifications by +email.</li> - <li><strong>Gallery description</strong>: displayed under gallery - title.</li> + <li><strong>Page banner</strong>: displayed on top of each public +page.</li> <li><strong>Gallery URL</strong>: used for the RSS feed.</li> @@ -33,7 +33,7 @@ parameters by theme.</p> <li><strong>Rating</strong>: Picture rating feature is enabled.</li> - <li><strong>Rating by guests</strong>: Even non registered users can + <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li> </ul> |