Skip to content

Commit

Permalink
BUG Re-added singular/plural name i18n entities
Browse files Browse the repository at this point in the history
Previously "hidden" by inability of i18nTextCollector
to autoload classes in order to introspect them.
  • Loading branch information
chillu committed Aug 6, 2012
1 parent 77ec21f commit e925401
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions lang/en.yml
Expand Up @@ -26,7 +26,7 @@ en:
MENUTITLE: Files
AssetAdmin_DeleteBatchAction:
TITLE: 'Delete folders'
AssetAdmin_Tools.ss:
AssetAdmin_Tools:
FILTER: Filter
AssetAdmin_left.ss:
GO: Go
Expand All @@ -35,10 +35,6 @@ en:
PAGES: page(s)
BackLink_Button.ss:
Back: Back
BasicFieldsTestPage:
DESCRIPTION: 'Generic content page'
BigFamilyPage:
DESCRIPTION: 'Generic content page'
BrokenLinksReport:
Any: Any
BROKENLINKS: 'Broken links report'
Expand Down Expand Up @@ -156,8 +152,6 @@ en:
Title: 'All pages, including deleted'
CMSSiteTreeFilter_Search:
Title: 'All pages'
CaseStudy:
DESCRIPTION: 'Case study page to fature work examples'
ContentControl:
NOTEWONTBESHOWN: 'Note: this message will not be shown to your visitors'
ContentController:
Expand Down Expand Up @@ -211,41 +205,43 @@ en:
DEFAULTSERVERERRORPAGETITLE: 'Server error'
DESCRIPTION: 'Custom content for different error cases (e.g. "Page not found")'
ERRORFILEPROBLEM: 'Error opening file "{filename}" for writing. Please check file permissions.'
PLURALNAME: 'Error Pags'
SINGULARNAME: 'Error Page'
Folder:
AddFolderButton: 'Add folder'
DELETEUNUSEDTHUMBNAILS: 'Delete unused thumbnails'
UNUSEDFILESTITLE: 'Unused files'
UNUSEDTHUMBNAILSTITLE: 'Unused thumbnails'
UploadFilesButton: Upload
GridFieldTestPage:
DESCRIPTION: 'Generic content page'
LeftAndMain:
DELETED: Deleted.
PreviewButton: Preview
SAVEDUP: Saved.
STATUSPUBLISHEDSUCCESS: 'Published ''{title}'' successfully'
SearchResults: 'Search Results'
VersionUnknown: Unknown
LegacyTableFieldsTestPage:
DESCRIPTION: 'Generic content page'
Page:
DESCRIPTION: 'Generic content page'
Permission:
CMS_ACCESS_CATEGORY: 'CMS Access'
Permissions:
CONTENT_CATEGORY: 'Content permissions'
PERMISSIONS_CATEGORY: 'Roles and access permissions'
Project:
DESCRIPTION: 'Generic content page'
ProjectsHolder:
DESCRIPTION: 'Generic content page'
RedirectorPage:
DESCRIPTION: 'Redirects to a different internal page'
HASBEENSETUP: 'A redirector page has been set up without anywhere to redirect to.'
HEADER: 'This page will redirect users to another page'
OTHERURL: 'Other website URL'
PLURALNAME: 'Redirector Pags'
REDIRECTTO: 'Redirect to'
REDIRECTTOEXTERNAL: 'Another website'
REDIRECTTOPAGE: 'A page on your website'
SINGULARNAME: 'Redirector Page'
YOURPAGE: 'Page on your website'
RelationFieldsTestPage:
DESCRIPTION: 'Generic content page'
ReportAdminForm:
FILTERBY: 'Filter by'
SearchForm:
Expand Down Expand Up @@ -274,6 +270,8 @@ en:
EDITHEADER: 'Who can edit pages on this site?'
EDIT_PERMISSION: 'Manage site configuration'
EDIT_PERMISSION_HELP: 'Ability to edit global access settings/top-level page permissions.'
PLURALNAME: 'Site Configs'
SINGULARNAME: 'Site Config'
SITENAMEDEFAULT: 'Your Site Name'
SITETAGLINE: 'Site Tagline/Slogan'
SITETITLE: 'Site title'
Expand Down Expand Up @@ -389,10 +387,6 @@ en:
VIEWLAST: 'View last'
VIEWNEXT: 'View next'
VIEWPREVIOUS: 'View previous'
TestFileUploadPage:
DESCRIPTION: 'Generic content page'
TestPage:
DESCRIPTION: 'Generic content page'
TreeTools:
DisplayLabel: 'Display:'
ViewArchivedEmail.ss:
Expand Down

0 comments on commit e925401

Please sign in to comment.