diff options
author | plegall <plg@piwigo.org> | 2004-11-15 21:42:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-11-15 21:42:55 +0000 |
commit | b138e8aa0731b7e8f7a40f6af5024948bde40c52 (patch) | |
tree | 0bb5f77ce0fc6bdadb995ce1ad7eff1e22d5564e /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 2d0f0f03ba9d467c314f7ef7f06b5cb52f88c3d2 (diff) |
- 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
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 |