Ignore:
Timestamp:
Dec 4, 2004, 1:10:17 PM (20 years ago)
Author:
plg
Message:
  • change "->" in a beautiful arrow :-) for categories level in admin
  • single category management screen updated : commentable and uploadable properties added, full directory displayed, status and visibility properties update uses inheritance, user favorite elements check moved to somewhere else : would be too long to calculate here for too many users
  • new admin functions set_cat_visible and set_cat_status : visibility and status updates can be done in cat_options and cat_modify
  • language : differentiate "locked" (state) and "lock" (action)
File:
1 edited

Legend:

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

    r631 r632  
    4444$lang['free'] = 'Free';
    4545$lang['restricted'] = 'Restricted';
     46$lang['public'] = 'public';
     47$lang['private'] = 'private';
    4648$lang['metadata']='Metadata';
    4749$lang['visitors'] = 'Visitors';
     50$lang['locked'] = 'Locked';
     51$lang['unlocked'] = 'Unlocked';
    4852$lang['lock'] = 'Lock';
    4953$lang['unlock'] = 'Unlock';
     
    9094$lang['editcat_confirm'] = 'Category informations updated successfully.';
    9195$lang['editcat_perm'] = 'To set permissions for this category, click';
    92 $lang['cat_access_info'] = 'Permission management.';
     96$lang['editcat_uploadable'] = 'Authorize upload';
     97$lang['editcat_uploadable_info'] = 'Authorize users to upload files';
     98$lang['editcat_commentable'] = 'Users comments';
     99$lang['editcat_commentable_info'] = 'Authorize users to comment elements of this category';
     100$lang['cat_access_info'] = 'Permission management. If you make a category private, all its child categories becomes private. If you make a category public, all its parent categories becomes public';
     101$lang['editcat_visible_info'] = 'Lock temporary for maintenance. If you lock a category, all its child categories become locked. If you unlock a category, all its parent categories become unlocked.';
    93102$lang['cat_virtual_added'] = 'Virtual category added';
    94103$lang['cat_virtual_deleted'] = 'Virtual category deleted';
     
    96105$lang['cat_upload_info'] = 'Only non virtual and non remote categories are shown.';
    97106$lang['cat_lock_title'] = 'Lock categories';
    98 $lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.';
     107$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.
     108<br />If you lock a category, all its child categories become locked.
     109<br />If you unlock a category, all its parent categories become unlocked.';
    99110$lang['cat_comments_title'] = 'Authorize users to add comments on selected categories';
    100111$lang['cat_comments_info'] = 'By inheritance, an element is commentable if it belongs at least to one commentable category.';
     
    102113$lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them.
    103114<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';
     115<br />If you make a category public, all its parent categories becomes public';
    105116
    106117// Titles
Note: See TracChangeset for help on using the changeset viewer.