Ignore:
Timestamp:
Nov 18, 2004, 4:17:33 PM (19 years ago)
Author:
gweltas
Message:

Categories management icon update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r602 r608  
    9494$lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
    9595$lang['cat_access_info'] = 'Permet de gérer l\'accès à cette catégorie.';
     96$lang['cat_virtual_added'] = 'Catégorie virtuelle créée';
     97$lang['cat_virtual_deleted'] = 'Catégorie virtuelle détruite';
     98$lang['cat_options_menu'] = 'Options';
     99$lang['cat_options_menu_upload'] = 'upload';
     100$lang['cat_options_menu_visible'] = 'lock';
     101$lang['cat_options_menu_comments'] = 'comments';
     102$lang['cat_options_menu_status'] = 'access';
     103$lang['cat_options_upload_true'] = 'authorize upload';
     104$lang['cat_options_upload_false'] = 'forbid upload';
     105$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.';
     106$lang['cat_options_comments_true'] = 'authorize comments';
     107$lang['cat_options_comments_false'] = 'forbid comments';
     108$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.';
     109$lang['cat_options_visible_true'] = 'unlock';
     110$lang['cat_options_visible_false'] = 'lock temporary';
     111$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';
     112$lang['cat_options_status_true'] = 'public';
     113$lang['cat_options_status_false'] = 'private';
     114$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';
    96115
    97116//Titles
Note: See TracChangeset for help on using the changeset viewer.