aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-11-18 15:17:33 +0000
committergweltas <gweltas@piwigo.org>2004-11-18 15:17:33 +0000
commitaf0b3d5f57ab9b065a5be5cf1120eccd45ea6cf7 (patch)
tree367119bffc517022b543098dcf68615373277aa9 /language
parentf20efb0cfa8f792808cc85266563fef708b7b9a5 (diff)
Categories management icon update
git-svn-id: http://piwigo.org/svn/trunk@608 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php4
-rw-r--r--language/fr_FR.iso-8859-1/admin.lang.php19
2 files changed, 22 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 3da806042..e57ec8d02 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -76,7 +76,7 @@ $lang['remote_site_local_found'] = 'A local listing.xml file has been found for
$lang['remote_site_local_new'] = '(new site)';
$lang['remote_site_local_update'] = 'read local listing.xml and update';
-// Categorie words
+// Categories
$lang['cat_up'] = 'Move up';
$lang['cat_down'] = 'Move down';
$lang['cat_add'] = 'Add a virtual category';
@@ -92,6 +92,8 @@ $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';
// Titles
$lang['admin_panel'] = 'Administration Panel';
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php
index 66793b049..2c75713aa 100644
--- a/language/fr_FR.iso-8859-1/admin.lang.php
+++ b/language/fr_FR.iso-8859-1/admin.lang.php
@@ -93,6 +93,25 @@ $lang['cat_upload_info'] = 'Seules les catégories non virtuelles sont repertorié
$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';
//Titles
$lang['admin_panel'] = 'Panneau d\'administration';