Changeset 622 for trunk/language/en_UK.iso-8859-1/admin.lang.php
- Timestamp:
- Nov 25, 2004, 5:44:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/admin.lang.php
r614 r622 46 46 $lang['metadata']='Metadata'; 47 47 $lang['visitors'] = 'Visitors'; 48 $lang['lock'] = 'Lock'; 49 $lang['unlock'] = 'Unlock'; 50 $lang['up'] = 'Move up'; 51 $lang['down'] = 'Move down'; 48 52 49 53 // Specific words … … 78 82 79 83 // Categories 80 $lang['cat_up'] = 'Move up';81 $lang['cat_down'] = 'Move down';82 84 $lang['cat_add'] = 'Add a virtual category'; 83 85 $lang['cat_virtual'] = 'Virtual category'; … … 88 90 $lang['editcat_confirm'] = 'Category informations updated successfully.'; 89 91 $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.';94 92 $lang['cat_access_info'] = 'Permission management.'; 95 93 $lang['cat_virtual_added'] = 'Virtual category added'; 96 94 $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'; 97 105 98 106 // Titles … … 325 333 $lang['cat_list_virtual_category_added'] = 'virtual category added'; 326 334 $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';349 335 ?>
Note: See TracChangeset
for help on using the changeset viewer.