From a383f3148cb7c9a23dadbdcd12ede4e1de274af5 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 4 Dec 2004 12:10:17 +0000 Subject: - 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) git-svn-id: http://piwigo.org/svn/trunk@632 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 16d249656..8f0e09d41 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -43,8 +43,12 @@ $lang['authorized'] = 'Authorized'; $lang['forbidden'] = 'Forbidden'; $lang['free'] = 'Free'; $lang['restricted'] = 'Restricted'; +$lang['public'] = 'public'; +$lang['private'] = 'private'; $lang['metadata']='Metadata'; $lang['visitors'] = 'Visitors'; +$lang['locked'] = 'Locked'; +$lang['unlocked'] = 'Unlocked'; $lang['lock'] = 'Lock'; $lang['unlock'] = 'Unlock'; $lang['up'] = 'Move up'; @@ -89,19 +93,26 @@ $lang['cat_image_info'] = 'Images info'; $lang['editcat_status'] = 'Status'; $lang['editcat_confirm'] = 'Category informations updated successfully.'; $lang['editcat_perm'] = 'To set permissions for this category, click'; -$lang['cat_access_info'] = 'Permission management.'; +$lang['editcat_uploadable'] = 'Authorize upload'; +$lang['editcat_uploadable_info'] = 'Authorize users to upload files'; +$lang['editcat_commentable'] = 'Users comments'; +$lang['editcat_commentable_info'] = 'Authorize users to comment elements of this category'; +$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'; +$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.'; $lang['cat_virtual_added'] = 'Virtual category added'; $lang['cat_virtual_deleted'] = 'Virtual category deleted'; $lang['cat_upload_title'] = 'Select uploadable categories'; $lang['cat_upload_info'] = 'Only non virtual and non remote categories are shown.'; $lang['cat_lock_title'] = 'Lock categories'; -$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.'; +$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance. +
If you lock a category, all its child categories become locked. +
If you unlock a category, all its parent categories become unlocked.'; $lang['cat_comments_title'] = 'Authorize users to add comments on selected categories'; $lang['cat_comments_info'] = 'By inheritance, an element is commentable if it belongs at least to one commentable category.'; $lang['cat_status_title'] = 'Manage authorizations for selected categories'; $lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them.
If you make a category private, all its child categories becomes private. -
It you make a category public, all its parent categories becomes public'; +
If you make a category public, all its parent categories becomes public'; // Titles $lang['admin_panel'] = 'Administration Panel'; -- cgit v1.2.3