diff options
Diffstat (limited to 'language/en_UK.iso-8859-1')
-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 |