diff options
author | plegall <plg@piwigo.org> | 2005-10-08 19:11:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-08 19:11:21 +0000 |
commit | 50f4fdca2de813d1b28fcc08a736216e81b8c5d6 (patch) | |
tree | 74cdd11d7b6f57db60d96fd66a09a876d9781e08 /language | |
parent | 1f594dc148ce24c5d6c10f7af99504f278876996 (diff) |
- translation: new items related to configuration parameters gallery_title
and gallery_description in GUI.
git-svn-id: http://piwigo.org/svn/trunk@883 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 2 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 6 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 8876fe5d0..7bea8580a 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -65,6 +65,8 @@ $lang['Edit all picture informations'] = 'Edit all picture informations'; $lang['Empty caddie'] = 'Empty caddie'; $lang['Environment'] = 'Environment'; $lang['Expand all categories'] = 'Expand all categories'; +$lang['Gallery description'] = 'Gallery description'; +$lang['Gallery title'] = 'Gallery title'; $lang['Grant selected groups'] = 'Grant selected groups'; $lang['Grant selected users'] = 'Grant selected users'; $lang['Group name'] = 'Group name'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 1ce846feb..59da41881 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -13,6 +13,12 @@ parameters by theme.</p> <ul> + <li><strong>Gallery title</strong>: displayed on top of each public + page.</li> + + <li><strong>Gallery description</strong>: displayed under gallery + title.</li> + <li><strong>History</strong>: visits on pages <span class="pwgScreen">category.php</span> and <span class="pwgScreen">picture.php</span> will be registered in diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index 8f85f9039..9ecba70c4 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -65,6 +65,7 @@ $lang['Edit all picture informations'] = 'Modifier toutes les informations liées $lang['Empty caddie'] = 'Vider le panier'; $lang['Environment'] = 'Environnement'; $lang['Expand all categories'] = 'Développer toutes les catégories'; +$lang['Gallery title'] = 'Titre de la galerie'; $lang['Grant selected groups'] = 'Donner l\'accès aux groupes sélectionnés'; $lang['Grant selected users'] = 'Donner l\'accès aux utilisateurs sélectionnés'; $lang['Group name'] = 'Nom du groupe'; @@ -340,4 +341,5 @@ $lang['users'] = 'Utilisateurs'; $lang['visitors'] = 'Visiteurs'; $lang['w_day'] = 'Jour'; $lang['waiting'] = 'En attente'; +$lang['Gallery description'] = 'Description de la galerie'; ?>
\ No newline at end of file |