mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Regenerating lang master files with fixed entity collection logic (fixes "CMSPagesController" menu title in interface)
This commit is contained in:
parent
f47cf33d71
commit
f48346d458
27
lang/en.yml
27
lang/en.yml
@ -1,6 +1,5 @@
|
|||||||
en:
|
en:
|
||||||
AssetAdmin:
|
AssetAdmin:
|
||||||
MENUTITLE: Files
|
|
||||||
NEWFOLDER: NewFolder
|
NEWFOLDER: NewFolder
|
||||||
AssetTableField:
|
AssetTableField:
|
||||||
BACKLINKCOUNT: 'Used on:'
|
BACKLINKCOUNT: 'Used on:'
|
||||||
@ -55,28 +54,13 @@ en:
|
|||||||
ANY: Any
|
ANY: Any
|
||||||
NO: No
|
NO: No
|
||||||
YES: Yes
|
YES: Yes
|
||||||
CMSFileAddController:
|
|
||||||
MENUTITLE: Files
|
|
||||||
CMSMain:
|
CMSMain:
|
||||||
ACCESS: 'Access to ''%s'' section'
|
ACCESS: 'Access to ''%s'' section'
|
||||||
ACCESSALLINTERFACES: 'Access to all CMS sections'
|
ACCESSALLINTERFACES: 'Access to all CMS sections'
|
||||||
ACCESSALLINTERFACESHELP: 'Overrules more specific access settings.'
|
ACCESSALLINTERFACESHELP: 'Overrules more specific access settings.'
|
||||||
MENUTITLE: 'Edit Page'
|
|
||||||
SAVE: Save
|
SAVE: Save
|
||||||
CMSPageAddController:
|
|
||||||
MENUTITLE: 'Add page'
|
|
||||||
CMSPageEditController:
|
|
||||||
MENUTITLE: 'Edit Page'
|
|
||||||
CMSPageHistoryController:
|
|
||||||
MENUTITLE: History
|
|
||||||
CMSPageSettingsController:
|
|
||||||
MENUTITLE: 'Edit Page'
|
|
||||||
CMSPagesController:
|
|
||||||
MENUTITLE: Pages
|
|
||||||
CMSProfileController:
|
CMSProfileController:
|
||||||
MENUTITLE: CMSProfileController
|
MENUTITLE: CMSProfileController
|
||||||
CMSSettingsController:
|
|
||||||
MENUTITLE: Settings
|
|
||||||
ChangePasswordEmail.ss:
|
ChangePasswordEmail.ss:
|
||||||
CHANGEPASSWORDTEXT1: 'You changed your password for'
|
CHANGEPASSWORDTEXT1: 'You changed your password for'
|
||||||
CHANGEPASSWORDTEXT2: 'You can now use the following credentials to log in:'
|
CHANGEPASSWORDTEXT2: 'You can now use the following credentials to log in:'
|
||||||
@ -377,10 +361,6 @@ en:
|
|||||||
MoneyField:
|
MoneyField:
|
||||||
FIELDLABELAMOUNT: Amount
|
FIELDLABELAMOUNT: Amount
|
||||||
FIELDLABELCURRENCY: Currency
|
FIELDLABELCURRENCY: Currency
|
||||||
MyAdmin:
|
|
||||||
MENUTITLE: 'My Product Admin'
|
|
||||||
MyModelAdmin:
|
|
||||||
MENUTITLE: MyModel
|
|
||||||
NullableField:
|
NullableField:
|
||||||
IsNullLabel: 'Is Null'
|
IsNullLabel: 'Is Null'
|
||||||
NumericField:
|
NumericField:
|
||||||
@ -401,8 +381,6 @@ en:
|
|||||||
VALIDATION: 'Please enter a valid phone number'
|
VALIDATION: 'Please enter a valid phone number'
|
||||||
RelationComplexTableField.ss:
|
RelationComplexTableField.ss:
|
||||||
ADD: Add
|
ADD: Add
|
||||||
ReportAdmin:
|
|
||||||
MENUTITLE: Reports
|
|
||||||
Security:
|
Security:
|
||||||
ALREADYLOGGEDIN: 'You don''t have access to this page. If you have another account that can access that page, you can log in again below.'
|
ALREADYLOGGEDIN: 'You don''t have access to this page. If you have another account that can access that page, you can log in again below.'
|
||||||
BUTTONSEND: 'Send me the password reset link'
|
BUTTONSEND: 'Send me the password reset link'
|
||||||
@ -459,8 +437,6 @@ en:
|
|||||||
VIEWLAST: 'View last'
|
VIEWLAST: 'View last'
|
||||||
VIEWNEXT: 'View next'
|
VIEWNEXT: 'View next'
|
||||||
VIEWPREVIOUS: 'View previous'
|
VIEWPREVIOUS: 'View previous'
|
||||||
TestModelAdmin:
|
|
||||||
MENUTITLE: 'Test ModelAdmin'
|
|
||||||
TextareaField_Readonly.ss:
|
TextareaField_Readonly.ss:
|
||||||
NONE: none
|
NONE: none
|
||||||
TimeField:
|
TimeField:
|
||||||
@ -490,6 +466,3 @@ en:
|
|||||||
Saved: Saved
|
Saved: Saved
|
||||||
Versioned:
|
Versioned:
|
||||||
has_many_Versions: Versions
|
has_many_Versions: Versions
|
||||||
Page:
|
|
||||||
PLURALNAME: Pags
|
|
||||||
SINGULARNAME: Page
|
|
||||||
|
Loading…
Reference in New Issue
Block a user