From b138e8aa0731b7e8f7a40f6af5024948bde40c52 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 15 Nov 2004 21:42:55 +0000 Subject: - admin/cat_options page really added this time : manage options for the whole categories tree : uploadable, commentable, status and visible git-svn-id: http://piwigo.org/svn/trunk@604 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'language/en_UK.iso-8859-1/admin.lang.php') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 8b5419b39..3da806042 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -334,4 +334,10 @@ $lang['cat_options_upload_info'] = '(multi)select categories to make them upload $lang['cat_options_comments_true'] = 'authorize comments'; $lang['cat_options_comments_false'] = 'forbid comments'; $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.'; +$lang['cat_options_visible_true'] = 'unlock'; +$lang['cat_options_visible_false'] = 'lock temporary'; +$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'; +$lang['cat_options_status_true'] = 'public'; +$lang['cat_options_status_false'] = 'private'; +$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'; ?> \ No newline at end of file -- cgit v1.2.3