Skip to content

Commit

Permalink
MINOR permissions on Groups and Roles are now handled by a checkbox s…
Browse files Browse the repository at this point in the history
…et field

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@90342 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
rixth committed Oct 28, 2009
1 parent b820fb6 commit 85d722d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions lang/en_US.php
Expand Up @@ -67,11 +67,11 @@
$lang['en_US']['CMSBatchActions']['UNPUBLISHING_PAGES'] = 'Un-publishing pages';
$lang['en_US']['CMSBatchActions']['UNPUBLISH_PAGES'] = 'Un-publish';
$lang['en_US']['CMSMain']['ACCESS'] = array(
'Access to \'%s\' (%s)',
'Access to \'%s\'',
PR_MEDIUM,
'Item in permission selection identifying the admin section, with title and classname. Example: Access to \'Files & Images\' (AssetAdmin)'
);
$lang['en_US']['CMSMain']['ACCESSALLINTERFACES'] = 'Access to all CMS interfaces';
$lang['en_US']['CMSMain']['ACCESSALLINTERFACES'] = 'Access to all CMS sections';
$lang['en_US']['CMSMain']['CANCEL'] = 'Cancel';
$lang['en_US']['CMSMain']['CHOOSEREPORT'] = '(Choose a report)';
$lang['en_US']['CMSMain']['COMPARINGV'] = 'Comparing versions %s and %s';
Expand Down Expand Up @@ -142,6 +142,7 @@
PR_HIGH
);
$lang['en_US']['CMSMain_left.ss']['CHANGED'] = 'changed';
$lang['en_US']['CMSMain_left.ss']['CLEAR'] = 'Clear';
$lang['en_US']['CMSMain_left.ss']['CLEARTITLE'] = 'Clear the search and view all items';
$lang['en_US']['CMSMain_left.ss']['CLOSEBOX'] = 'click to close box';
$lang['en_US']['CMSMain_left.ss']['COMPAREMODE'] = 'Compare mode (click 2 below)';
Expand All @@ -166,10 +167,7 @@
$lang['en_US']['CMSMain_left.ss']['OPENBOX'] = 'click to open this box';
$lang['en_US']['CMSMain_left.ss']['PAGEVERSIONH'] = 'Page Version History';
$lang['en_US']['CMSMain_left.ss']['PUBLISHCONFIRM'] = 'Publish the selected pages';
$lang['en_US']['CMSMain_left.ss']['SEARCH'] = array(
'Search',
PR_HIGH
);
$lang['en_US']['CMSMain_left.ss']['SEARCH'] = 'Search';
$lang['en_US']['CMSMain_left.ss']['SEARCHTITLE'] = 'Search through URL, Title, Menu Title, & Content';
$lang['en_US']['CMSMain_left.ss']['SELECTPAGESACTIONS'] = 'Select the pages that you want to change & then click an action:';
$lang['en_US']['CMSMain_left.ss']['SHOWONLYCHANGED'] = 'Show only changed pages';
Expand Down Expand Up @@ -413,6 +411,11 @@
$lang['en_US']['PageCommentInterface_singlecomment.ss']['ISSPAM'] = 'this comment is spam';
$lang['en_US']['PageCommentInterface_singlecomment.ss']['PBY'] = 'Posted by';
$lang['en_US']['PageCommentInterface_singlecomment.ss']['REMCOM'] = 'remove this comment';
$lang['en_US']['PermissionRoleAdmin']['MENUTITLE'] = array(
'Roles',
100,
'Menu title'
);
$lang['en_US']['ReportAdmin']['MENUTITLE'] = array(
'Reports',
100,
Expand All @@ -430,7 +433,7 @@
50
);
$lang['en_US']['SecurityAdmin']['ADDMEMBER'] = 'Add Member';
$lang['en_US']['SecurityAdmin']['EDITPERMISSIONS'] = 'Edit permissions and IP addresses on each group';
$lang['en_US']['SecurityAdmin']['EDITPERMISSIONS'] = 'Manage permissions for groups';
$lang['en_US']['SecurityAdmin']['MENUTITLE'] = array(
'Security',
100,
Expand Down Expand Up @@ -459,6 +462,7 @@
'security admininistration section. Please choose a group from the left.',
50
);
$lang['en_US']['SideReport']['BROKENPAGEFILELINKS'] = 'Broken Page & File Links';
$lang['en_US']['SideReport']['EMPTYPAGES'] = 'Empty pages';
$lang['en_US']['SideReport']['LAST2WEEKS'] = 'Pages edited in the last 2 weeks';
$lang['en_US']['SideReport']['REPEMPTY'] = array(
Expand Down

0 comments on commit 85d722d

Please sign in to comment.