Ignore:
Timestamp:
Nov 25, 2004, 5:44:41 PM (20 years ago)
Author:
gweltas
Message:

Categories option management update.

  • Rewrite of the tpl file (no more table in it)
  • Deletion of duplicate entry in language files
  • French version
File:
1 edited

Legend:

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

    r614 r622  
    4646$lang['metadata']='Metadata';
    4747$lang['visitors'] = 'Visitors';
     48$lang['lock'] = 'Lock';
     49$lang['unlock'] = 'Unlock';
     50$lang['up'] = 'Move up';
     51$lang['down'] = 'Move down';
    4852
    4953// Specific words
     
    7882
    7983// Categories
    80 $lang['cat_up'] = 'Move up';
    81 $lang['cat_down'] = 'Move down';
    8284$lang['cat_add'] = 'Add a virtual category';
    8385$lang['cat_virtual'] = 'Virtual category';
     
    8890$lang['editcat_confirm'] = 'Category informations updated successfully.';
    8991$lang['editcat_perm'] = 'To set permissions for this category, click';
    90 $lang['cat_upload'] = 'Select uploadable categories';
    91 $lang['cat_upload_info'] = 'Only non virtual categories are shown.';
    92 $lang['cat_lock'] = 'Lock';
    93 $lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
    9492$lang['cat_access_info'] = 'Permission management.';
    9593$lang['cat_virtual_added'] = 'Virtual category added';
    9694$lang['cat_virtual_deleted'] = 'Virtual category deleted';
     95$lang['cat_upload_title'] = 'Select uploadable categories';
     96$lang['cat_upload_info'] = 'Only non virtual and non remote categories are shown.';
     97$lang['cat_lock_title'] = 'Lock categories';
     98$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.';
     99$lang['cat_comments_title'] = 'Authorize users to add comments on selected categories';
     100$lang['cat_comments_info'] = 'By inheritance, an element is commentable if it belongs at least to one commentable category.';
     101$lang['cat_status_title'] = 'Manage authorizations for selected categories';
     102$lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them.
     103<br />If you make a category private, all its child categories becomes private.
     104<br />It you make a category public, all its parent categories becomes public';
    97105
    98106// Titles
     
    325333$lang['cat_list_virtual_category_added'] = 'virtual category added';
    326334$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
    327 
    328 $lang['cat_options_menu'] = 'Options';
    329 $lang['cat_options_upload_menu'] = 'Upload';
    330 $lang['cat_options_upload_title'] = 'upload authorization settings for categories';
    331 $lang['cat_options_visible_menu'] = 'Lock';
    332 $lang['cat_options_visible_title'] = 'temporary lock categories';
    333 $lang['cat_options_comments_menu'] = 'Comments';
    334 $lang['cat_options_comments_title'] = 'authorize comments for categories';
    335 $lang['cat_options_status_menu'] = 'Access';
    336 $lang['cat_options_status_title'] = 'make your category private or public';
    337 $lang['cat_options_upload_true'] = 'upload authorized';
    338 $lang['cat_options_upload_false'] = 'upload forbidden';
    339 $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.';
    340 $lang['cat_options_comments_true'] = 'comments authorized';
    341 $lang['cat_options_comments_false'] = 'comments forbidden';
    342 $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.';
    343 $lang['cat_options_visible_true'] = 'unlocked';
    344 $lang['cat_options_visible_false'] = 'locked';
    345 $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';
    346 $lang['cat_options_status_true'] = 'public';
    347 $lang['cat_options_status_false'] = 'private';
    348 $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';
    349335?>
Note: See TracChangeset for help on using the changeset viewer.