mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Update translations
This commit is contained in:
parent
b990c9e004
commit
5758075d42
@ -1,4 +1,6 @@
|
||||
en:
|
||||
EditableTextField:
|
||||
php.SilverStripe\UserForms\Model\EditableFormField\EditableTextFieldMINMAXLENGTHCHECK: 'Minimum length should be less than the Maximum length.'
|
||||
EditableUploadField:
|
||||
SELECTUPLOADFOLDER: 'Select upload folder'
|
||||
SilverStripe\CMS\Model\SiteTree:
|
||||
@ -32,8 +34,10 @@ en:
|
||||
UNEXPECTED_GROUP_END: '''{name}'' found without a matching group'
|
||||
WRONG_GROUP_END: '''{name}'' found closes the wrong group ''{group}'''
|
||||
SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader:
|
||||
FILTER: Filter
|
||||
FILTERSUBMISSIONS: 'Filter Submissions..'
|
||||
FROM: From
|
||||
RESET: Reset
|
||||
TILL: Till
|
||||
WHEREVALUEIS: 'where value is..'
|
||||
SilverStripe\UserForms\Model\EditableCustomRule:
|
||||
@ -177,6 +181,7 @@ en:
|
||||
TITLE: Title
|
||||
VALUE: Value
|
||||
SilverStripe\UserForms\Model\EditableFormField\EditableNumericField:
|
||||
ORDER_WARNING: 'Minimum length should be less than the maximum length.'
|
||||
PLURALNAME: 'Numeric Fields'
|
||||
PLURALS:
|
||||
one: 'A Numeric Field'
|
||||
@ -215,6 +220,7 @@ en:
|
||||
EMAILCONTENTTAB: 'Email Content'
|
||||
EMAILDETAILSTAB: 'Email Details'
|
||||
EMAILFROMREQUIRED: '"Email From" address is required'
|
||||
EMAILTOREQUIRED: '"Send email to" address or field is required'
|
||||
PLURALNAME: 'Email Recipients'
|
||||
PLURALS:
|
||||
one: 'An Email Recipient'
|
||||
|
Loading…
Reference in New Issue
Block a user