forked from silverstripe/silverstripe-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.yml
26 lines (26 loc) · 1.06 KB
/
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
25
26
en:
SilverStripe\Registry\RegistryAdmin:
MENUTITLE: Registry
SilverStripe\Registry\RegistryPage:
CLASS_DESCRIPTION: 'Shows large series of data in a filterable, searchable, and paginated list'
DESCRIPTION: 'Shows large series of data in a filterable, searchable, and paginated list'
DataClassFieldLabel: 'Data Class'
ExportAll: 'Export results to CSV'
ExportAllTitle: 'Export all results to a CSV spreadsheet file'
NoResults: 'No results to show'
PLURALNAME: 'Registry Pages'
PLURALS:
one: 'A Registry Page'
other: '{count} Registry Pages'
PageLengthFieldLabel: 'Results page length'
ResultsFor: 'Search results for'
SINGULARNAME: 'Registry Page'
SelectDropdownDefault: 'Select one'
ViewHistory: 'View imported data history'
ViewNext: 'View the next page'
ViewPageNum: 'View page number'
ViewPrev: 'View the previous page'
db_DataClass: 'Data class'
db_PageLength: 'Page length'
SilverStripe\Registry\RegistryPageController:
UNWANTEDCOLUMNPARAMETERS: 'Columns do not accept parameters'