diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-18 15:17:33 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-18 15:17:33 +0000 |
commit | af0b3d5f57ab9b065a5be5cf1120eccd45ea6cf7 (patch) | |
tree | 367119bffc517022b543098dcf68615373277aa9 /language/fr_FR.iso-8859-1 | |
parent | f20efb0cfa8f792808cc85266563fef708b7b9a5 (diff) |
Categories management icon update
git-svn-id: http://piwigo.org/svn/trunk@608 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1')
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 19 |
1 files changed, 19 insertions, 0 deletions
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'; |