aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-11-25 16:44:41 +0000
committergweltas <gweltas@piwigo.org>2004-11-25 16:44:41 +0000
commit8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (patch)
tree2575b7c11e92a4eb304b274ec9a597a67caa176e /language
parent2c109654aac3eda8b98afb8b69b05f921091744d (diff)
Categories option management update.
- Rewrite of the tpl file (no more table in it) - Deletion of duplicate entry in language files - French version git-svn-id: http://piwigo.org/svn/trunk@622 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php42
-rw-r--r--language/fr_FR.iso-8859-1/admin.lang.php40
2 files changed, 30 insertions, 52 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 9e1242647..841254bf5 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -45,6 +45,10 @@ $lang['free'] = 'Free';
$lang['restricted'] = 'Restricted';
$lang['metadata']='Metadata';
$lang['visitors'] = 'Visitors';
+$lang['lock'] = 'Lock';
+$lang['unlock'] = 'Unlock';
+$lang['up'] = 'Move up';
+$lang['down'] = 'Move down';
// Specific words
$lang['phpinfos'] = 'PHP Information';
@@ -77,8 +81,6 @@ $lang['remote_site_local_new'] = '(new site)';
$lang['remote_site_local_update'] = 'read local listing.xml and update';
// Categories
-$lang['cat_up'] = 'Move up';
-$lang['cat_down'] = 'Move down';
$lang['cat_add'] = 'Add a virtual category';
$lang['cat_virtual'] = 'Virtual category';
$lang['cat_public'] = 'Public category';
@@ -87,13 +89,19 @@ $lang['cat_image_info'] = 'Images info';
$lang['editcat_status'] = 'Status';
$lang['editcat_confirm'] = 'Category informations updated successfully.';
$lang['editcat_perm'] = 'To set permissions for this category, click';
-$lang['cat_upload'] = 'Select uploadable categories';
-$lang['cat_upload_info'] = 'Only non virtual categories are shown.';
-$lang['cat_lock'] = 'Lock';
-$lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
$lang['cat_access_info'] = 'Permission management.';
$lang['cat_virtual_added'] = 'Virtual category added';
$lang['cat_virtual_deleted'] = 'Virtual category deleted';
+$lang['cat_upload_title'] = 'Select uploadable categories';
+$lang['cat_upload_info'] = 'Only non virtual and non remote categories are shown.';
+$lang['cat_lock_title'] = 'Lock categories';
+$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.';
+$lang['cat_comments_title'] = 'Authorize users to add comments on selected categories';
+$lang['cat_comments_info'] = 'By inheritance, an element is commentable if it belongs at least to one commentable category.';
+$lang['cat_status_title'] = 'Manage authorizations for selected categories';
+$lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them.
+<br />If you make a category private, all its child categories becomes private.
+<br />It you make a category public, all its parent categories becomes public';
// Titles
$lang['admin_panel'] = 'Administration Panel';
@@ -324,26 +332,4 @@ $lang['cat_list_update_metadata'] = 'Synchronize<br />metadata';
$lang['cat_list_update_metadata_confirmation'] = 'files metadata updated';
$lang['cat_list_virtual_category_added'] = 'virtual category added';
$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
-
-$lang['cat_options_menu'] = 'Options';
-$lang['cat_options_upload_menu'] = 'Upload';
-$lang['cat_options_upload_title'] = 'upload authorization settings for categories';
-$lang['cat_options_visible_menu'] = 'Lock';
-$lang['cat_options_visible_title'] = 'temporary lock categories';
-$lang['cat_options_comments_menu'] = 'Comments';
-$lang['cat_options_comments_title'] = 'authorize comments for categories';
-$lang['cat_options_status_menu'] = 'Access';
-$lang['cat_options_status_title'] = 'make your category private or public';
-$lang['cat_options_upload_true'] = 'upload authorized';
-$lang['cat_options_upload_false'] = 'upload forbidden';
-$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
-$lang['cat_options_comments_true'] = 'comments authorized';
-$lang['cat_options_comments_false'] = 'comments forbidden';
-$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
-$lang['cat_options_visible_true'] = 'unlocked';
-$lang['cat_options_visible_false'] = 'locked';
-$lang['cat_options_visible_info'] = '(multi)select categories to lock or unlock them. If you lock category, all its child categories becomes locked. It you unlock a category, all its parent categories becomes unlocked';
-$lang['cat_options_status_true'] = 'public';
-$lang['cat_options_status_false'] = 'private';
-$lang['cat_options_status_info'] = '(multi)select categories to make them public or private. If you make a category private, all its child categories becomes private. It you make a category public, all its parent categories becomes public';
?> \ No newline at end of file
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php
index 2c75713aa..fade5b2e8 100644
--- a/language/fr_FR.iso-8859-1/admin.lang.php
+++ b/language/fr_FR.iso-8859-1/admin.lang.php
@@ -45,6 +45,11 @@ $lang['free'] = 'Libre';
$lang['restricted'] = 'Restreint';
$lang['metadata']='Métadonnées';
$lang['visitors'] = 'Visiteurs';
+$lang['storage'] = 'Répertoire';
+$lang['lock'] = 'Verrouiller';
+$lang['unlock'] = 'Déverrouiller';
+$lang['up'] = 'Monter';
+$lang['down'] = 'Descendre';
// Specific words
$lang['phpinfos'] = 'Informations PHP';
@@ -77,9 +82,6 @@ $lang['remote_site_local_new'] = '(new site)';
$lang['remote_site_local_update'] = 'read local listing.xml and update';
// Category words
-$lang['storage'] = 'Répertoire';
-$lang['cat_up'] = 'Monter';
-$lang['cat_down'] = 'Descendre';
$lang['cat_add'] = 'Ajouter une catégorie virtuelle';
$lang['cat_virtual'] = 'Catégorie virtuelle';
$lang['cat_public'] = 'Catégorie publique';
@@ -88,30 +90,19 @@ $lang['cat_image_info'] = 'Infos images';
$lang['editcat_status'] = 'Statut';
$lang['editcat_confirm'] = 'Les informations associées à cette catégorie ont été mises à jour.';
$lang['editcat_perm'] = 'Pour accéder aux permissions associées, cliquez';
-$lang['cat_upload'] = 'Sélectionner les catégories pour lesquelles l\'ajout d\'image est autorisé';
-$lang['cat_upload_info'] = 'Seules les catégories non virtuelles sont repertoriées.';
-$lang['cat_lock'] = 'Verrouiller';
-$lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
$lang['cat_access_info'] = 'Permet de gérer l\'accès à cette catégorie.';
$lang['cat_virtual_added'] = 'Catégorie virtuelle créée';
$lang['cat_virtual_deleted'] = 'Catégorie virtuelle détruite';
-$lang['cat_options_menu'] = 'Options';
-$lang['cat_options_menu_upload'] = 'upload';
-$lang['cat_options_menu_visible'] = 'lock';
-$lang['cat_options_menu_comments'] = 'comments';
-$lang['cat_options_menu_status'] = 'access';
-$lang['cat_options_upload_true'] = 'authorize upload';
-$lang['cat_options_upload_false'] = 'forbid upload';
-$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
-$lang['cat_options_comments_true'] = 'authorize comments';
-$lang['cat_options_comments_false'] = 'forbid comments';
-$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
-$lang['cat_options_visible_true'] = 'unlock';
-$lang['cat_options_visible_false'] = 'lock temporary';
-$lang['cat_options_visible_info'] = '(multi)select categories to lock or unlock them. If you lock category, all its child categories becomes locked. It you unlock a category, all its parent categories becomes unlocked';
-$lang['cat_options_status_true'] = 'public';
-$lang['cat_options_status_false'] = 'private';
-$lang['cat_options_status_info'] = '(multi)select categories to make them public or private. If you make a category private, all its child categories becomes private. It you make a category public, all its parent categories becomes public';
+$lang['cat_upload_title'] = 'Sélectionner les catégories pour lesquelles l\'ajout d\'image est autorisé';
+$lang['cat_upload_info'] = 'Seules les catégories non virtuelles et non distantes sont repertoriées.';
+$lang['cat_lock_title'] = 'Verrouiller les catégories';
+$lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
+$lang['cat_comments_title'] = 'Autoriser les utilisateurs à poster des commentaires';
+$lang['cat_comments_info'] = 'Par héritage, il est possible de poster des commentaires dans une sous-catégorie si cela est autorisé pour au moins une catégorie mère.';
+$lang['cat_status_title'] = 'Gestion des autorisations';
+$lang['cat_status_info'] = 'Les catégories sélectionnées sont privées : vous devrez permettre à vos utilisateurs et / ou groupes d\'y accéder.
+<br />Si une catégorie est déclarée privée, alors toutes ses sous catégories deviennent privées.
+<br />Si une catégorie est déclarée publique, alors toutes les catégories mères deviennent publiques.';
//Titles
$lang['admin_panel'] = 'Panneau d\'administration';
@@ -129,6 +120,7 @@ $lang['title_thumbnails_2'] = 'pour';
$lang['title_default'] = 'Administration de PhpWebGallery';
$lang['title_waiting'] = 'Images en attente de validation';
$lang['title_upload'] = 'Sélectionner les catégories pour lesquelles l\'ajout d\'image est autorisé';
+$lang['title_cat_options'] = 'Options relatives aux catégories';
//Error messages
$lang['conf_confirmation'] = 'Informations enregistrées dans la base de données';