mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge branch '5.9' into 5
This commit is contained in:
commit
203e3749af
@ -1,4 +1,12 @@
|
|||||||
de_DE:
|
de_DE:
|
||||||
|
EditableFormField:
|
||||||
|
php:
|
||||||
|
SilverStripe\UserForms\Model\EditableFormFieldTYPE_EMPTY: 'Wähle Feld-Typ'
|
||||||
|
EditableTextField:
|
||||||
|
php:
|
||||||
|
SilverStripe\UserForms\Model\EditableFormField\EditableTextFieldMINMAXLENGTHCHECK: 'Minimale Länge sollte kleiner als maximale Länge sein'
|
||||||
|
EditableUploadField:
|
||||||
|
SELECTUPLOADFOLDER: 'Ordner für den Upload auswählen'
|
||||||
SilverStripe\UserForms:
|
SilverStripe\UserForms:
|
||||||
ADDEMAILRECIPIENT: 'E-Mail-Empfänger hinzufügen'
|
ADDEMAILRECIPIENT: 'E-Mail-Empfänger hinzufügen'
|
||||||
CLEARBUTTON: Löschen
|
CLEARBUTTON: Löschen
|
||||||
@ -56,7 +64,6 @@ de_DE:
|
|||||||
SINGULARNAME: 'Editierbares Formularfeld'
|
SINGULARNAME: 'Editierbares Formularfeld'
|
||||||
TITLE: Titel
|
TITLE: Titel
|
||||||
TYPE: Typ
|
TYPE: Typ
|
||||||
TYPE_EMPTY: 'Wähle Feld-Typ'
|
|
||||||
VALIDATION: Validierung
|
VALIDATION: Validierung
|
||||||
'YES': Ja
|
'YES': Ja
|
||||||
SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox:
|
SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox:
|
||||||
@ -130,7 +137,6 @@ de_DE:
|
|||||||
AUTOCOMPLETE: Auto-Vervollständigung
|
AUTOCOMPLETE: Auto-Vervollständigung
|
||||||
MAX_LENGTH: 'Maximale Textlänge'
|
MAX_LENGTH: 'Maximale Textlänge'
|
||||||
MIN_LENGTH: 'Minimale Textlänge'
|
MIN_LENGTH: 'Minimale Textlänge'
|
||||||
MINMAXLENGTHCHECK: 'Minimale Länge sollte kleiner als maximale Länge sein'
|
|
||||||
NUMBERROWS: 'Anzahl der Zeilen'
|
NUMBERROWS: 'Anzahl der Zeilen'
|
||||||
NUMBERROWS_DESCRIPTION: 'Felder mit mehr als einer Zeile werden als Text-Area generiert'
|
NUMBERROWS_DESCRIPTION: 'Felder mit mehr als einer Zeile werden als Text-Area generiert'
|
||||||
PLURALNAME: Textfelder
|
PLURALNAME: Textfelder
|
||||||
|
14
lang/en.yml
14
lang/en.yml
@ -1,4 +1,6 @@
|
|||||||
en:
|
en:
|
||||||
|
EditableUploadField:
|
||||||
|
SELECTUPLOADFOLDER: 'Select upload folder'
|
||||||
SilverStripe\CMS\Model\SiteTree:
|
SilverStripe\CMS\Model\SiteTree:
|
||||||
TABMAIN: Main
|
TABMAIN: Main
|
||||||
SilverStripe\UserForms:
|
SilverStripe\UserForms:
|
||||||
@ -19,7 +21,7 @@ en:
|
|||||||
TEXTONCLEAR: 'Text on clear button:'
|
TEXTONCLEAR: 'Text on clear button:'
|
||||||
TEXTONSUBMIT: 'Text on submit button:'
|
TEXTONSUBMIT: 'Text on submit button:'
|
||||||
SilverStripe\UserForms\Control\UserDefinedFormAdmin:
|
SilverStripe\UserForms\Control\UserDefinedFormAdmin:
|
||||||
CANCEL: 'Cancel'
|
CANCEL: Cancel
|
||||||
CONFIRM_FOLDER_LABEL_A: 'Files that your users upload should be stored carefully to reduce the risk of exposing sensitive data. Ensure the folder you select can only be viewed by appropriate parties. Folder permissions can be managed within the Files area.'
|
CONFIRM_FOLDER_LABEL_A: 'Files that your users upload should be stored carefully to reduce the risk of exposing sensitive data. Ensure the folder you select can only be viewed by appropriate parties. Folder permissions can be managed within the Files area.'
|
||||||
CONFIRM_FOLDER_LABEL_B: 'The folder selected will become the default for this form. This can be changed on an individual basis in the <i>File upload field.</i>'
|
CONFIRM_FOLDER_LABEL_B: 'The folder selected will become the default for this form. This can be changed on an individual basis in the <i>File upload field.</i>'
|
||||||
FOLDER_OPTIONS_EXISTING: 'Use an existing folder'
|
FOLDER_OPTIONS_EXISTING: 'Use an existing folder'
|
||||||
@ -215,8 +217,8 @@ en:
|
|||||||
AUTOCOMPLETE: Autocomplete
|
AUTOCOMPLETE: Autocomplete
|
||||||
AUTOCOMPLETE_DESCRIPTION: 'Supported browsers will attempt to populate this field automatically with the users information, use to set the value populated'
|
AUTOCOMPLETE_DESCRIPTION: 'Supported browsers will attempt to populate this field automatically with the users information, use to set the value populated'
|
||||||
MAX_LENGTH: 'Maximum text length'
|
MAX_LENGTH: 'Maximum text length'
|
||||||
MIN_LENGTH: 'Minimum text length'
|
|
||||||
MINMAXLENGTHCHECK: 'Minimum length should be less than the Maximum length.'
|
MINMAXLENGTHCHECK: 'Minimum length should be less than the Maximum length.'
|
||||||
|
MIN_LENGTH: 'Minimum text length'
|
||||||
NUMBERROWS: 'Number of rows'
|
NUMBERROWS: 'Number of rows'
|
||||||
NUMBERROWS_DESCRIPTION: 'Fields with more than one row will be generated as a textarea'
|
NUMBERROWS_DESCRIPTION: 'Fields with more than one row will be generated as a textarea'
|
||||||
PLURALNAME: 'Text Fields'
|
PLURALNAME: 'Text Fields'
|
||||||
@ -251,11 +253,11 @@ en:
|
|||||||
other: '{count} Submitted File Fields'
|
other: '{count} Submitted File Fields'
|
||||||
SINGULARNAME: 'Submitted File Field'
|
SINGULARNAME: 'Submitted File Field'
|
||||||
SilverStripe\UserForms\Model\Submission\SubmittedForm:
|
SilverStripe\UserForms\Model\Submission\SubmittedForm:
|
||||||
PLURALNAME: 'Submitted forms'
|
PLURALNAME: 'Submitted Forms'
|
||||||
PLURALS:
|
PLURALS:
|
||||||
one: 'A Submitted form'
|
one: 'A Submitted Form'
|
||||||
other: '{count} Submitted forms'
|
other: '{count} Submitted Forms'
|
||||||
SINGULARNAME: 'Submitted form'
|
SINGULARNAME: 'Submitted Form'
|
||||||
SUBMITTER: Submitter
|
SUBMITTER: Submitter
|
||||||
SilverStripe\UserForms\Model\Submission\SubmittedFormField:
|
SilverStripe\UserForms\Model\Submission\SubmittedFormField:
|
||||||
PLURALNAME: 'Submitted Form Fields'
|
PLURALNAME: 'Submitted Form Fields'
|
||||||
|
10
lang/eo.yml
10
lang/eo.yml
@ -1,4 +1,12 @@
|
|||||||
eo:
|
eo:
|
||||||
|
EditableFormField:
|
||||||
|
php:
|
||||||
|
SilverStripe\UserForms\Model\EditableFormFieldTYPE_EMPTY: 'Elekti tipon de kampo'
|
||||||
|
EditableTextField:
|
||||||
|
php:
|
||||||
|
SilverStripe\UserForms\Model\EditableFormField\EditableTextFieldMINMAXLENGTHCHECK: 'La minimuma longo devus esti malpli ol la maksimuma longo.'
|
||||||
|
EditableUploadField:
|
||||||
|
SELECTUPLOADFOLDER: 'Elekti alŝutan dosierujon'
|
||||||
SilverStripe\CMS\Model\SiteTree:
|
SilverStripe\CMS\Model\SiteTree:
|
||||||
TABMAIN: Ĉefa
|
TABMAIN: Ĉefa
|
||||||
SilverStripe\UserForms:
|
SilverStripe\UserForms:
|
||||||
@ -81,7 +89,6 @@ eo:
|
|||||||
SINGULARNAME: 'Redaktebla formulara kampo'
|
SINGULARNAME: 'Redaktebla formulara kampo'
|
||||||
TITLE: Titolo
|
TITLE: Titolo
|
||||||
TYPE: Tipo
|
TYPE: Tipo
|
||||||
TYPE_EMPTY: 'Elekti tipon de kampo'
|
|
||||||
VALIDATION: Validigo
|
VALIDATION: Validigo
|
||||||
'YES': Jes
|
'YES': Jes
|
||||||
SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox:
|
SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox:
|
||||||
@ -215,7 +222,6 @@ eo:
|
|||||||
AUTOCOMPLETE_DESCRIPTION: 'Subtenataj TTT-legiloj provos aŭtomate plenigi ĉi tiun kampon per uzantinformo, uzu ĝin por agordi la enan valoron'
|
AUTOCOMPLETE_DESCRIPTION: 'Subtenataj TTT-legiloj provos aŭtomate plenigi ĉi tiun kampon per uzantinformo, uzu ĝin por agordi la enan valoron'
|
||||||
MAX_LENGTH: 'Maksimuma longo de teksto'
|
MAX_LENGTH: 'Maksimuma longo de teksto'
|
||||||
MIN_LENGTH: 'Minimuma longo de teksto'
|
MIN_LENGTH: 'Minimuma longo de teksto'
|
||||||
MINMAXLENGTHCHECK: 'La minimuma longo devus esti malpli ol la maksimuma longo.'
|
|
||||||
NUMBERROWS: 'Nombro da vicoj'
|
NUMBERROWS: 'Nombro da vicoj'
|
||||||
NUMBERROWS_DESCRIPTION: 'Kampoj kun pli ol unu vico generiĝos kiel tekstareo'
|
NUMBERROWS_DESCRIPTION: 'Kampoj kun pli ol unu vico generiĝos kiel tekstareo'
|
||||||
PLURALNAME: 'Tekstaj kampoj'
|
PLURALNAME: 'Tekstaj kampoj'
|
||||||
|
Loading…
Reference in New Issue
Block a user