mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Alphabetise keys
This commit is contained in:
parent
e8e11d618e
commit
3077f31899
160
lang/en.yml
160
lang/en.yml
@ -1,34 +1,4 @@
|
||||
en:
|
||||
SilverStripe\AssetAdmin\Controller\AssetAdmin:
|
||||
BACKLINKCOUNT: 'Used on:'
|
||||
PAGES: page(s)
|
||||
SilverStripe\CMS\Reports\BrokenLinksReport:
|
||||
Any: Any
|
||||
BROKENLINKS: 'Broken links report'
|
||||
CheckSite: 'Check site'
|
||||
CheckSiteDropdownDraft: 'Draft Site'
|
||||
CheckSiteDropdownPublished: 'Published Site'
|
||||
ColumnDateLastModified: 'Date last modified'
|
||||
ColumnDateLastPublished: 'Date last published'
|
||||
ColumnProblemType: 'Problem type'
|
||||
ColumnURL: URL
|
||||
HasBrokenFile: 'has broken file'
|
||||
HasBrokenLink: 'has broken link'
|
||||
HasBrokenLinkAndFile: 'has broken link and file'
|
||||
HoverTitleEditPage: 'Edit page'
|
||||
PageName: 'Page name'
|
||||
ReasonDropdown: 'Problem to check'
|
||||
ReasonDropdownBROKENFILE: 'Broken file'
|
||||
ReasonDropdownBROKENLINK: 'Broken link'
|
||||
ReasonDropdownRPBROKENLINK: 'Redirector page pointing to non-existent page'
|
||||
ReasonDropdownVPBROKENLINK: 'Virtual page pointing to non-existent page'
|
||||
RedirectorNonExistent: 'redirector page pointing to non-existent page'
|
||||
VirtualPageNonExistent: 'virtual page pointing to non-existent page'
|
||||
SilverStripe\CMS\Controllers\CMSPageAddController:
|
||||
MENUTITLE: 'Add page'
|
||||
SilverStripe\CMS\BatchActions\CMSBatchAction_Archive:
|
||||
RESULT: 'Deleted %d pages from draft and live, and sent them to the archive'
|
||||
TITLE: 'Unpublish and archive'
|
||||
SilverStripe\Admin\CMSBatchAction:
|
||||
PUBLISHED_PAGES: 'Published %d pages, %d failures'
|
||||
PUBLISH_PAGES: Publish
|
||||
@ -36,19 +6,33 @@ en:
|
||||
RESTORED_PAGES: 'Restored %d pages'
|
||||
UNPUBLISHED_PAGES: 'Unpublished %d pages'
|
||||
UNPUBLISH_PAGES: Unpublish
|
||||
SilverStripe\Admin\LeftAndMain:
|
||||
CANT_REORGANISE: 'You do not have permission to alter Top level pages. Your change was not saved.'
|
||||
PLEASESAVE: 'Please Save Page: This page could not be updated because it hasn''t been saved yet.'
|
||||
REORGANISATIONSUCCESSFUL: 'Reorganised the site tree successfully.'
|
||||
ShowAsList: 'show as list'
|
||||
TooManyPages: 'Too many pages'
|
||||
SilverStripe\AssetAdmin\Controller\AssetAdmin:
|
||||
BACKLINKCOUNT: 'Used on:'
|
||||
PAGES: page(s)
|
||||
SilverStripe\CMS\BatchActions\CMSBatchAction_Archive:
|
||||
RESULT: 'Deleted %d pages from draft and live, and sent them to the archive'
|
||||
TITLE: 'Unpublish and archive'
|
||||
SilverStripe\CMS\Controllers\CMSMain:
|
||||
APPLY_FILTER: Search
|
||||
CLEAR_FILTER: Clear
|
||||
SilverStripe\CMS\Controllers\CMSPageAddController:
|
||||
MENUTITLE: 'Add page'
|
||||
SilverStripe\CMS\Controllers\CMSPageEditController:
|
||||
MENUTITLE: 'Edit Page'
|
||||
SilverStripe\CMS\Controllers\CMSPageHistoryController:
|
||||
MULTISELECT: 'Batch actions'
|
||||
SilverStripe\CMS\Controllers\CMSPageSettingsController:
|
||||
MENUTITLE: 'Edit Page'
|
||||
SilverStripe\CMS\Controllers\CMSPagesController:
|
||||
FILTER: Filter
|
||||
SilverStripe\CMS\Controllers\CMSSIteTreeFilter_PublishedPages:
|
||||
Title: 'Published pages'
|
||||
SilverStripe\CMS\Search\SearchForm:
|
||||
GO: Go
|
||||
SEARCH: Search
|
||||
SearchResults: 'Search Results'
|
||||
SilverStripe\CMS\Controllers\CMSSiteTreeFilter_ChangedPages:
|
||||
Title: 'Modified pages'
|
||||
SilverStripe\CMS\Controllers\CMSSiteTreeFilter_DeletedPages:
|
||||
@ -83,39 +67,25 @@ en:
|
||||
StartEditing: 'You can start editing your content by opening <a href="{link}">the CMS</a>.'
|
||||
UnableDeleteInstall: 'Unable to delete installation files. Please delete the files below manually'
|
||||
VIEWPAGEIN: 'View Page in:'
|
||||
SilverStripe\CMS\Controllers\SilverStripeNavigator:
|
||||
ARCHIVED: Archived
|
||||
SilverStripe\CMS\Email\ViewArchivedmail.ss:
|
||||
CANACCESS: 'You can access the archived site at this link:'
|
||||
HAVEASKED: 'You have asked to view the content of our site on'
|
||||
SilverStripe\CMS\Forms\SiteTreeURLSegmentField:
|
||||
Cancel: Cancel
|
||||
Edit: Edit
|
||||
OK: OK
|
||||
SilverStripe\CMS\Model\ErrorPage:
|
||||
DESCRIPTION: 'Custom content for different error cases (e.g. "Page not found")'
|
||||
PLURALNAME: 'Error Pages'
|
||||
PLURALS:
|
||||
one: 'An Error Page'
|
||||
other: '{count} Error Pages'
|
||||
PLURALS: { one: 'An Error Page', other: '{count} Error Pages' }
|
||||
SINGULARNAME: 'Error Page'
|
||||
SilverStripe\Admin\LeftAndMain:
|
||||
CANT_REORGANISE: 'You do not have permission to alter Top level pages. Your change was not saved.'
|
||||
PLEASESAVE: 'Please Save Page: This page could not be updated because it hasn''t been saved yet.'
|
||||
REORGANISATIONSUCCESSFUL: 'Reorganised the site tree successfully.'
|
||||
ShowAsList: 'show as list'
|
||||
TooManyPages: 'Too many pages'
|
||||
SilverStripe\Security\Permission:
|
||||
CONTENT_CATEGORY: 'Content permissions'
|
||||
PERMISSIONS_CATEGORY: 'Roles and access permissions'
|
||||
SilverStripe\CMS\Model\RedirectorPage:
|
||||
DESCRIPTION: 'Redirects to an internal page or an external URL'
|
||||
PLURALNAME: 'Redirector Pages'
|
||||
PLURALS:
|
||||
one: 'A Redirector Page'
|
||||
other: '{count} Redirector Pages'
|
||||
PLURALS: { one: 'A Redirector Page', other: '{count} Redirector Pages' }
|
||||
SINGULARNAME: 'Redirector Page'
|
||||
SilverStripe\CMS\Tasks\RemoveOrphanedPagesTask:
|
||||
BUTTONRUN: Run
|
||||
CHOOSEOPERATION: 'Choose operation:'
|
||||
DELETEWARNING: 'Warning: These operations are not reversible. Please handle with care.'
|
||||
HEADER: 'Remove all orphaned pages task'
|
||||
NONEFOUND: 'No orphans found'
|
||||
NONEREMOVED: 'None removed'
|
||||
OPERATION_REMOVE: 'Remove selected from all stages (WARNING: Will destroy all selected pages from both stage and live)'
|
||||
SELECTALL: 'select all'
|
||||
UNSELECTALL: 'unselect all'
|
||||
SilverStripe\CMS\Model\SiteTree:
|
||||
ACCESSANYONE: Anyone
|
||||
ACCESSHEADER: 'Who can view this page?'
|
||||
@ -207,6 +177,52 @@ en:
|
||||
many_many_BackLinkTracking: 'Backlink Tracking'
|
||||
many_many_ImageTracking: 'Image Tracking'
|
||||
many_many_LinkTracking: 'Link Tracking'
|
||||
SilverStripe\CMS\Model\SiteTreeFileExtension:
|
||||
TITLE_INDEX: '#'
|
||||
TITLE_TYPE: Type
|
||||
TITLE_USED_ON: 'Used on'
|
||||
SilverStripe\CMS\Model\VirtualPage:
|
||||
CHOOSE: 'Linked Page'
|
||||
EditLink: edit
|
||||
HEADER: 'This is a virtual page'
|
||||
HEADERWITHLINK: 'This is a virtual page copying content from "{title}" ({link})'
|
||||
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
|
||||
SilverStripe\CMS\Reports\BrokenLinksReport:
|
||||
Any: Any
|
||||
BROKENLINKS: 'Broken links report'
|
||||
CheckSite: 'Check site'
|
||||
CheckSiteDropdownDraft: 'Draft Site'
|
||||
CheckSiteDropdownPublished: 'Published Site'
|
||||
ColumnDateLastModified: 'Date last modified'
|
||||
ColumnDateLastPublished: 'Date last published'
|
||||
ColumnProblemType: 'Problem type'
|
||||
ColumnURL: URL
|
||||
HasBrokenFile: 'has broken file'
|
||||
HasBrokenLink: 'has broken link'
|
||||
HasBrokenLinkAndFile: 'has broken link and file'
|
||||
HoverTitleEditPage: 'Edit page'
|
||||
PageName: 'Page name'
|
||||
ReasonDropdown: 'Problem to check'
|
||||
ReasonDropdownBROKENFILE: 'Broken file'
|
||||
ReasonDropdownBROKENLINK: 'Broken link'
|
||||
ReasonDropdownRPBROKENLINK: 'Redirector page pointing to non-existent page'
|
||||
ReasonDropdownVPBROKENLINK: 'Virtual page pointing to non-existent page'
|
||||
RedirectorNonExistent: 'redirector page pointing to non-existent page'
|
||||
VirtualPageNonExistent: 'virtual page pointing to non-existent page'
|
||||
SilverStripe\CMS\Search\SearchForm:
|
||||
GO: Go
|
||||
SEARCH: Search
|
||||
SearchResults: 'Search Results'
|
||||
SilverStripe\CMS\Tasks\RemoveOrphanedPagesTask:
|
||||
BUTTONRUN: Run
|
||||
CHOOSEOPERATION: 'Choose operation:'
|
||||
DELETEWARNING: 'Warning: These operations are not reversible. Please handle with care.'
|
||||
HEADER: 'Remove all orphaned pages task'
|
||||
NONEFOUND: 'No orphans found'
|
||||
NONEREMOVED: 'None removed'
|
||||
OPERATION_REMOVE: 'Remove selected from all stages (WARNING: Will destroy all selected pages from both stage and live)'
|
||||
SELECTALL: 'select all'
|
||||
UNSELECTALL: 'unselect all'
|
||||
SilverStripe\Reports\SideReport:
|
||||
BROKENFILES: 'Pages with broken files'
|
||||
BROKENREDIRECTORPAGES: 'RedirectorPages pointing to deleted pages'
|
||||
@ -216,26 +232,6 @@ en:
|
||||
EMPTYPAGES: 'Pages with no content'
|
||||
LAST2WEEKS: 'Pages edited in the last 2 weeks'
|
||||
ParameterLiveCheckbox: 'Check live site'
|
||||
SilverStripe\CMS\Controllers\SilverStripeNavigator:
|
||||
ARCHIVED: Archived
|
||||
SilverStripe\CMS\Controllers\CMSPageEditController:
|
||||
MENUTITLE: 'Edit Page'
|
||||
SilverStripe\CMS\Controllers\CMSPageSettingsController:
|
||||
MENUTITLE: 'Edit Page'
|
||||
SilverStripe\CMS\Model\VirtualPage:
|
||||
CHOOSE: 'Linked Page'
|
||||
EditLink: edit
|
||||
HEADER: 'This is a virtual page'
|
||||
HEADERWITHLINK: 'This is a virtual page copying content from "{title}" ({link})'
|
||||
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
|
||||
SilverStripe\CMS\Model\SiteTreeFileExtension:
|
||||
TITLE_INDEX: '#'
|
||||
TITLE_TYPE: Type
|
||||
TITLE_USED_ON: 'Used on'
|
||||
SilverStripe\CMS\Forms\SiteTreeURLSegmentField:
|
||||
Cancel: Cancel
|
||||
Edit: Edit
|
||||
OK: OK
|
||||
SilverStripe\CMS\Email\ViewArchivedmail.ss:
|
||||
CANACCESS: 'You can access the archived site at this link:'
|
||||
HAVEASKED: 'You have asked to view the content of our site on'
|
||||
SilverStripe\Security\Permission:
|
||||
CONTENT_CATEGORY: 'Content permissions'
|
||||
PERMISSIONS_CATEGORY: 'Roles and access permissions'
|
||||
|
Loading…
Reference in New Issue
Block a user