diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 6 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 7 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 5 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/help/configuration.html | 7 |
4 files changed, 22 insertions, 3 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 375695195..ed4a4d70d 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -71,6 +71,7 @@ $lang['Empty caddie'] = 'Empty caddie'; $lang['Environment'] = 'Environment'; $lang['Expand all categories'] = 'Expand all categories'; $lang['Form'] = 'Form'; +$lang['Gallery URL'] = 'Gallery URL'; $lang['Gallery description'] = 'Gallery description'; $lang['Gallery title'] = 'Gallery title'; $lang['Grant selected groups'] = 'Grant selected groups'; @@ -120,6 +121,7 @@ $lang['Properties'] = 'Properties'; $lang['Random picture'] = 'Random picture'; $lang['Rate date'] = 'Rate date'; $lang['Rating'] = 'Rating'; +$lang['Rating by guests'] = 'Rating by guests'; $lang['Recent period'] = 'Recent period'; $lang['Registration date'] = 'Registration date'; $lang['Reject All'] = 'Reject All'; @@ -162,7 +164,6 @@ $lang['authorized'] = 'Authorized'; $lang['cat_add'] = 'Add a virtual category'; $lang['cat_comments_title'] = 'Authorize users to add comments on selected categories'; $lang['cat_error_name'] = 'The name of a category should not be empty'; -$lang['cat_image_info'] = 'Images info'; $lang['cat_lock_title'] = 'Lock categories'; $lang['cat_private'] = 'Private category'; $lang['cat_public'] = 'Public category'; @@ -178,6 +179,7 @@ $lang['conf_comments_title'] = 'Users comments'; $lang['conf_confirmation'] = 'Information data registered in database'; $lang['conf_default'] = 'Default display'; $lang['conf_default_title'] = 'Default display'; +$lang['conf_gallery_url_error'] = 'The gallery URL is not valid.'; $lang['conf_general_title'] = 'Main configuration'; $lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.'; $lang['config'] = 'Configuration'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 59da41881..4e6a73b5d 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -19,6 +19,8 @@ parameters by theme.</p> <li><strong>Gallery description</strong>: displayed under gallery title.</li> + <li><strong>Gallery URL</strong>: used for the RSS feed.</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 @@ -29,6 +31,11 @@ parameters by theme.</p> maintenance. Only administrator users will be able to reach the gallery.</li> + <li><strong>Rating</strong>: Picture rating feature is enabled.</li> + + <li><strong>Rating by guests</strong>: Even non registered users can +rate images.</li> + </ul> diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index c369d727f..a90bbdc11 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -71,6 +71,7 @@ $lang['Empty caddie'] = 'Vider le panier'; $lang['Environment'] = 'Environnement'; $lang['Expand all categories'] = 'Développer toutes les catégories'; $lang['Form'] = 'Formulaire'; +$lang['Gallery URL'] = 'URL de la galerie'; $lang['Gallery description'] = 'Description de la galerie'; $lang['Gallery title'] = 'Titre de la galerie'; $lang['Grant selected groups'] = 'Donner l\'accès aux groupes sélectionnés'; @@ -120,6 +121,7 @@ $lang['Properties'] = 'Propriétés'; $lang['Random picture'] = 'Au hasard'; $lang['Rate date'] = 'Date de notation'; $lang['Rating'] = 'Notation'; +$lang['Rating by guests'] = 'Notation par les visiteurs'; $lang['Recent period'] = 'Période récente'; $lang['Registration date'] = 'Date d\'enregistrement'; $lang['Reject All'] = 'Tout rejeter'; @@ -177,6 +179,7 @@ $lang['conf_comments_title'] = 'Commentaires utilisateur'; $lang['conf_confirmation'] = 'Informations enregistrées dans la base de données'; $lang['conf_default'] = 'Affichage par défaut'; $lang['conf_default_title'] = 'Affichage par défaut'; +$lang['conf_gallery_url_error'] = 'L\'adresse de la galerie n\'est pas valide.'; $lang['conf_general_title'] = 'Configuration principale'; $lang['conf_nb_comment_page_error'] = 'Le nombre de commentaires utilisateurs par page doit être compris entre 5 et 50.'; $lang['config'] = 'Configuration'; diff --git a/language/fr_FR.iso-8859-1/help/configuration.html b/language/fr_FR.iso-8859-1/help/configuration.html index 5b35abd17..55b453e83 100644 --- a/language/fr_FR.iso-8859-1/help/configuration.html +++ b/language/fr_FR.iso-8859-1/help/configuration.html @@ -19,6 +19,8 @@ de la partie publique.</li> <li><strong>Description de la galerie</strong>: affiché en dessous du titre de la galerie.</li> + <li><strong>URL de la galerie</strong>: utilisé pour le flux RSS.</li> + <li><strong>Historique</strong>: visites des pages <span class="pwgScreen">category.php</span> et <span class="pwgScreen">picture.php</span> sont enregistrées dans la table @@ -29,6 +31,11 @@ class="pwgScreen">Administration, Général, Historique</span>.</li> galerie pour maintenance. Seul les administrateurs pourront accéder à la galerie.</li> + <li><strong>Notation</strong>: La notation des photos est possible.</li> + + <li><strong>Notation par les visiteurs</strong>: Même les utilisateurs +non enregistrés peuvent noter les images.</li> + </ul> |