mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUG Re-added singular/plural name i18n entities
Previously "hidden" by inability of i18nTextCollector to autoload classes in order to introspect them.
This commit is contained in:
parent
77ec21fe9d
commit
e925401cc3
28
lang/en.yml
28
lang/en.yml
@ -26,7 +26,7 @@ en:
|
|||||||
MENUTITLE: Files
|
MENUTITLE: Files
|
||||||
AssetAdmin_DeleteBatchAction:
|
AssetAdmin_DeleteBatchAction:
|
||||||
TITLE: 'Delete folders'
|
TITLE: 'Delete folders'
|
||||||
AssetAdmin_Tools.ss:
|
AssetAdmin_Tools:
|
||||||
FILTER: Filter
|
FILTER: Filter
|
||||||
AssetAdmin_left.ss:
|
AssetAdmin_left.ss:
|
||||||
GO: Go
|
GO: Go
|
||||||
@ -35,10 +35,6 @@ en:
|
|||||||
PAGES: page(s)
|
PAGES: page(s)
|
||||||
BackLink_Button.ss:
|
BackLink_Button.ss:
|
||||||
Back: Back
|
Back: Back
|
||||||
BasicFieldsTestPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
BigFamilyPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
BrokenLinksReport:
|
BrokenLinksReport:
|
||||||
Any: Any
|
Any: Any
|
||||||
BROKENLINKS: 'Broken links report'
|
BROKENLINKS: 'Broken links report'
|
||||||
@ -156,8 +152,6 @@ en:
|
|||||||
Title: 'All pages, including deleted'
|
Title: 'All pages, including deleted'
|
||||||
CMSSiteTreeFilter_Search:
|
CMSSiteTreeFilter_Search:
|
||||||
Title: 'All pages'
|
Title: 'All pages'
|
||||||
CaseStudy:
|
|
||||||
DESCRIPTION: 'Case study page to fature work examples'
|
|
||||||
ContentControl:
|
ContentControl:
|
||||||
NOTEWONTBESHOWN: 'Note: this message will not be shown to your visitors'
|
NOTEWONTBESHOWN: 'Note: this message will not be shown to your visitors'
|
||||||
ContentController:
|
ContentController:
|
||||||
@ -211,14 +205,14 @@ en:
|
|||||||
DEFAULTSERVERERRORPAGETITLE: 'Server error'
|
DEFAULTSERVERERRORPAGETITLE: 'Server error'
|
||||||
DESCRIPTION: 'Custom content for different error cases (e.g. "Page not found")'
|
DESCRIPTION: 'Custom content for different error cases (e.g. "Page not found")'
|
||||||
ERRORFILEPROBLEM: 'Error opening file "{filename}" for writing. Please check file permissions.'
|
ERRORFILEPROBLEM: 'Error opening file "{filename}" for writing. Please check file permissions.'
|
||||||
|
PLURALNAME: 'Error Pags'
|
||||||
|
SINGULARNAME: 'Error Page'
|
||||||
Folder:
|
Folder:
|
||||||
AddFolderButton: 'Add folder'
|
AddFolderButton: 'Add folder'
|
||||||
DELETEUNUSEDTHUMBNAILS: 'Delete unused thumbnails'
|
DELETEUNUSEDTHUMBNAILS: 'Delete unused thumbnails'
|
||||||
UNUSEDFILESTITLE: 'Unused files'
|
UNUSEDFILESTITLE: 'Unused files'
|
||||||
UNUSEDTHUMBNAILSTITLE: 'Unused thumbnails'
|
UNUSEDTHUMBNAILSTITLE: 'Unused thumbnails'
|
||||||
UploadFilesButton: Upload
|
UploadFilesButton: Upload
|
||||||
GridFieldTestPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
LeftAndMain:
|
LeftAndMain:
|
||||||
DELETED: Deleted.
|
DELETED: Deleted.
|
||||||
PreviewButton: Preview
|
PreviewButton: Preview
|
||||||
@ -226,8 +220,6 @@ en:
|
|||||||
STATUSPUBLISHEDSUCCESS: 'Published ''{title}'' successfully'
|
STATUSPUBLISHEDSUCCESS: 'Published ''{title}'' successfully'
|
||||||
SearchResults: 'Search Results'
|
SearchResults: 'Search Results'
|
||||||
VersionUnknown: Unknown
|
VersionUnknown: Unknown
|
||||||
LegacyTableFieldsTestPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
Page:
|
Page:
|
||||||
DESCRIPTION: 'Generic content page'
|
DESCRIPTION: 'Generic content page'
|
||||||
Permission:
|
Permission:
|
||||||
@ -235,17 +227,21 @@ en:
|
|||||||
Permissions:
|
Permissions:
|
||||||
CONTENT_CATEGORY: 'Content permissions'
|
CONTENT_CATEGORY: 'Content permissions'
|
||||||
PERMISSIONS_CATEGORY: 'Roles and access permissions'
|
PERMISSIONS_CATEGORY: 'Roles and access permissions'
|
||||||
|
Project:
|
||||||
|
DESCRIPTION: 'Generic content page'
|
||||||
|
ProjectsHolder:
|
||||||
|
DESCRIPTION: 'Generic content page'
|
||||||
RedirectorPage:
|
RedirectorPage:
|
||||||
DESCRIPTION: 'Redirects to a different internal page'
|
DESCRIPTION: 'Redirects to a different internal page'
|
||||||
HASBEENSETUP: 'A redirector page has been set up without anywhere to redirect to.'
|
HASBEENSETUP: 'A redirector page has been set up without anywhere to redirect to.'
|
||||||
HEADER: 'This page will redirect users to another page'
|
HEADER: 'This page will redirect users to another page'
|
||||||
OTHERURL: 'Other website URL'
|
OTHERURL: 'Other website URL'
|
||||||
|
PLURALNAME: 'Redirector Pags'
|
||||||
REDIRECTTO: 'Redirect to'
|
REDIRECTTO: 'Redirect to'
|
||||||
REDIRECTTOEXTERNAL: 'Another website'
|
REDIRECTTOEXTERNAL: 'Another website'
|
||||||
REDIRECTTOPAGE: 'A page on your website'
|
REDIRECTTOPAGE: 'A page on your website'
|
||||||
|
SINGULARNAME: 'Redirector Page'
|
||||||
YOURPAGE: 'Page on your website'
|
YOURPAGE: 'Page on your website'
|
||||||
RelationFieldsTestPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
ReportAdminForm:
|
ReportAdminForm:
|
||||||
FILTERBY: 'Filter by'
|
FILTERBY: 'Filter by'
|
||||||
SearchForm:
|
SearchForm:
|
||||||
@ -274,6 +270,8 @@ en:
|
|||||||
EDITHEADER: 'Who can edit pages on this site?'
|
EDITHEADER: 'Who can edit pages on this site?'
|
||||||
EDIT_PERMISSION: 'Manage site configuration'
|
EDIT_PERMISSION: 'Manage site configuration'
|
||||||
EDIT_PERMISSION_HELP: 'Ability to edit global access settings/top-level page permissions.'
|
EDIT_PERMISSION_HELP: 'Ability to edit global access settings/top-level page permissions.'
|
||||||
|
PLURALNAME: 'Site Configs'
|
||||||
|
SINGULARNAME: 'Site Config'
|
||||||
SITENAMEDEFAULT: 'Your Site Name'
|
SITENAMEDEFAULT: 'Your Site Name'
|
||||||
SITETAGLINE: 'Site Tagline/Slogan'
|
SITETAGLINE: 'Site Tagline/Slogan'
|
||||||
SITETITLE: 'Site title'
|
SITETITLE: 'Site title'
|
||||||
@ -389,10 +387,6 @@ en:
|
|||||||
VIEWLAST: 'View last'
|
VIEWLAST: 'View last'
|
||||||
VIEWNEXT: 'View next'
|
VIEWNEXT: 'View next'
|
||||||
VIEWPREVIOUS: 'View previous'
|
VIEWPREVIOUS: 'View previous'
|
||||||
TestFileUploadPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
TestPage:
|
|
||||||
DESCRIPTION: 'Generic content page'
|
|
||||||
TreeTools:
|
TreeTools:
|
||||||
DisplayLabel: 'Display:'
|
DisplayLabel: 'Display:'
|
||||||
ViewArchivedEmail.ss:
|
ViewArchivedEmail.ss:
|
||||||
|
Loading…
Reference in New Issue
Block a user