forked from silverstripe/silverstripe-translatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.yml
24 lines (24 loc) · 799 Bytes
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
en:
CMSMain:
LANGUAGEDROPDOWNLABEL: Language
CMSMain_left:
GO: Go
Form:
LANGAOTHER: 'Other languages'
LANGAVAIL: 'Available languages'
Translatable:
ALLCREATED: 'All allowed translations have been created.'
CREATE: 'Create new translation'
CREATEBUTTON: Create
EXISTING: 'Existing translations'
NEWLANGUAGE: 'New language'
NOTICENEWPAGE: 'Please save this page before creating a translation'
TRANSLATEALLPERMISSION: 'Translate into all available languages'
TRANSLATEPERMISSION: 'Translate %s'
TRANSLATEVIEWLANGS: 'View language dropdown'
TRANSLATIONS: Translations
Translatable_Transform:
CheckboxValueNo: 'No'
CheckboxValueYes: 'Yes'
OriginalCheckboxLabel: 'Original: {value}'
OriginalFieldLabel: 'Original {title}'