Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Update translations #2860

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 62 additions & 14 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ en:
UNPUBLISHED_PAGES: 'Unpublished %d pages'
UNPUBLISH_PAGES: Unpublish
SilverStripe\CMS\Controllers\CMSMain:
ACCESS: 'Access to ''{title}'' section'
ACCESS: "Access to '{title}' section"
ACCESS_HELP: 'Allow viewing of the section containing page tree and content. View and edit permissions can be handled through page specific dropdowns, as well as the separate "Content permissions".'
ARCHIVE: Archive
ARCHIVEDPAGE: 'Archived page ''{title}'''
ARCHIVEDPAGE: "Archived page '{title}'"
AddNew: 'Add new page'
AddNewButton: 'Add new'
AddPageRestriction: 'Note: Some page types are not allowed for this selection'
Expand All @@ -28,35 +28,35 @@ en:
ChoosePageParentMode: 'Choose where to create this page'
ChoosePageType: 'Choose page type'
Create: Create
DUPLICATED: 'Duplicated ''{title}'' successfully'
DUPLICATEDWITHCHILDREN: 'Duplicated ''{title}'' and children successfully'
DUPLICATED: "Duplicated '{title}' successfully"
DUPLICATEDWITHCHILDREN: "Duplicated '{title}' and children successfully"
EMAIL: Email
NEWPAGE: 'New {pagetype}'
PAGENOTEXISTS: 'This page doesn''t exist'
PAGENOTEXISTS: "This page doesn't exist"
PAGES: 'Page status'
PAGESALLOPT: 'All pages'
PAGETYPEANYOPT: Any
PAGETYPEOPT: 'Page type'
PAGETYPE_TITLE: '(Page type: {type}) {title}'
PLEASESAVE: 'Please Save Page: This page could not be updated because it hasn''t been saved yet.'
PLEASESAVE: "Please Save Page: This page could not be updated because it hasn't been saved yet."
PUBALLCONFIRM: 'Please publish every page in the site, copying content stage to live'
PUBALLFUN: '"Publish All" functionality'
PUBALLFUN2: 'Pressing this button will do the equivalent of going to every page and pressing "publish". It''s intended to be used after there have been massive edits of the content, such as when the site was first built. For large websites, this task might not be able to run through to completion. In this case, we recommend talking to your developers to create a custom task'
PUBLISHED: 'Published ''{title}'' successfully.'
PUBLISHED: "Published '{title}' successfully."
PUBPAGES: 'Done: Published {count} pages'
PageAdded: 'Successfully created page'
REMOVEDPAGE: 'Removed ''{title}'' from the published site'
REMOVEDPAGEFROMDRAFT: 'Removed ''{title}'' from the draft site'
REMOVEDPAGE: "Removed '{title}' from the published site"
REMOVEDPAGEFROMDRAFT: "Removed '{title}' from the draft site"
REORGANISATIONSUCCESSFUL: 'Reorganised the site tree successfully.'
RESTORE: 'Restore draft'
RESTORED: 'Restored ''{title}'' successfully'
RESTORED: "Restored '{title}' successfully"
RESTORE_DESC: 'Restore the archived version to draft'
RESTORE_TO_ROOT: 'Restore draft at top level'
RESTORE_TO_ROOT_DESC: 'Restore the archived version to draft as a top level page'
ROLLBACK: 'Roll back to this version'
ROLLEDBACKPUBv2: 'Rolled back to published version.'
ROLLEDBACKVERSIONv2: 'Rolled back to version #{version}.'
SAVED: 'Saved ''{title}'' successfully.'
SAVED: "Saved '{title}' successfully."
SAVEDRAFT: Save
SEARCHRESULTS: 'Search results'
SHOW_AS_LIST: 'show as list'
Expand All @@ -73,8 +73,8 @@ en:
ParentMode_top: 'Top level'
Title: 'Add page'
SilverStripe\CMS\Controllers\CMSPageEditController:
ErrorItemPermissionDenied: 'It seems you don''t have the necessary permissions to add {ObjectTitle} to a campaign'
ErrorNotFound: 'That {Type} couldn''t be found'
ErrorItemPermissionDenied: "It seems you don't have the necessary permissions to add {ObjectTitle} to a campaign"
ErrorNotFound: "That {Type} couldn't be found"
MENUTITLE: 'Edit Page'
SilverStripe\CMS\Controllers\CMSPageHistoryController:
AUTHOR: Author
Expand Down Expand Up @@ -114,6 +114,7 @@ en:
SilverStripe\CMS\Controllers\CMSSiteTreeFilter_StatusRemovedFromDraftPages:
Title: 'Live but removed from draft'
SilverStripe\CMS\Controllers\ContentController:
ARCHIVEDSITEFROM: 'Archived site from'
CMS: CMS
DRAFT: Draft
DRAFTSITE: 'Draft Site'
Expand Down Expand Up @@ -162,6 +163,10 @@ en:
REDIRECTTOPAGE: 'A page on your website'
SINGULARNAME: 'Redirector Page'
YOURPAGE: 'Page on your website'
db_ExternalURL: 'External URL'
db_RedirectionType: 'Redirection type'
has_one_LinkTo: 'Link to'
has_one_LinkToFile: 'Link to file'
SilverStripe\CMS\Model\RedirectorPageController:
HASBEENSETUP: 'A redirector page has been set up without anywhere to redirect to.'
SilverStripe\CMS\Model\SiteTree:
Expand Down Expand Up @@ -207,7 +212,7 @@ en:
LASTPUBLISHED: 'Last published'
LASTSAVED: 'Last saved'
LASTUPDATED: 'Last Updated'
LINKCHANGENOTE: 'Changing this page''s link will also affect the links of all child pages.'
LINKCHANGENOTE: "Changing this page's link will also affect the links of all child pages."
LINKSALREADYUNIQUE: ' {url} is already unique'
LINKSCHANGEDTO: ' changed {url1} -> {url2}'
MENUTITLE: 'Navigation label'
Expand Down Expand Up @@ -262,10 +267,47 @@ en:
VIRTUALPAGEWARNINGSETTINGS: 'Please choose a linked page in the main content fields in order to publish'
Viewers: 'Viewers Groups'
Visibility: Visibility
belongs_many_many_ContentReviewGroups: 'Content review groups'
belongs_many_many_ContentReviewUsers: 'Content review users'
belongs_many_many_RelationFieldsTestPages: 'Relation fields test pages'
db_CanEditType: 'Can edit type'
db_CanViewType: 'Can view type'
db_Content: Content
db_ContentReviewType: 'Content review type'
db_ExtraMeta: 'Extra meta'
db_HasBrokenFile: 'Has broken file'
db_HasBrokenLink: 'Has broken link'
db_LastEditedByName: 'Last edited by name'
db_MenuTitle: 'Menu title'
db_MetaDescription: 'Meta description'
db_NextReviewDate: 'Next review date'
db_OwnerNames: 'Owner names'
db_PublicHistory: 'Public history'
db_ReportClass: 'Report class'
db_ReviewPeriodDays: 'Review period days'
db_ShareTokenSalt: 'Share token salt'
db_ShowInMenus: 'Show in menus'
db_ShowInSearch: 'Show in search'
db_ShowPageUtilities: 'Show page utilities'
db_Sort: Sort
db_Title: Title
db_URLSegment: 'URL segment'
db_Version: Version
has_many_BackLinks: 'Back links'
has_many_ReviewLogs: 'Review logs'
has_many_ShareTokens: 'Share tokens'
has_many_VirtualPages: 'Virtual pages'
has_one_Parent: 'Parent Page'
has_one_RelationFieldsTestPage: 'Relation fields test page'
has_one_Subsite: Subsite
has_one_WorkflowDefinition: 'Workflow definition'
many_many_AdditionalWorkflowDefinitions: 'Additional workflow definitions'
many_many_BackLinkTracking: 'Backlink Tracking'
many_many_CrossSubsiteLinkTracking: 'Cross subsite link tracking'
many_many_EditorGroups: 'Editor groups'
many_many_ImageTracking: 'Image Tracking'
many_many_LinkTracking: 'Link Tracking'
many_many_ViewerGroups: 'Viewer groups'
SilverStripe\CMS\Model\SiteTreeFileExtension:
TITLE_INDEX: '#'
TITLE_TYPE: Type
Expand All @@ -278,6 +320,10 @@ en:
one: 'A Site Tree Link'
other: '{count} Site Tree Links'
SINGULARNAME: 'Site Tree Link'
has_one_Linked: Linked
has_one_Parent: Parent
SilverStripe\CMS\Model\SiteTreeLinkTracking:
many_many_LinkTracking: 'Link tracking'
SilverStripe\CMS\Model\VirtualPage:
CHOOSE: 'Linked Page'
DESCRIPTION: 'Displays the content of another page'
Expand All @@ -290,6 +336,8 @@ en:
other: '{count} Base Pages'
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
SINGULARNAME: 'Virtual Page'
db_VersionID: 'Version ID'
has_one_CopyContentFrom: 'Copy content from'
SilverStripe\CMS\Reports\BrokenFilesReport:
BROKENFILES: 'Pages with broken files'
BrokenLinksGroupTitle: 'Broken links reports'
Expand Down