mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR Updated master language tables
This commit is contained in:
parent
a7bb5064a4
commit
0f2eec56ed
@ -251,5 +251,16 @@ $lang['en_US']['UserDefinedForm']['SINGULARNAME'] = array(
|
||||
$lang['en_US']['UserDefinedForm']['SUBMISSIONS'] = 'Submissions';
|
||||
$lang['en_US']['UserDefinedForm']['SUBMITBUTTON'] = 'Submit';
|
||||
$lang['en_US']['UserDefinedForm']['TEXTONSUBMIT'] = 'Text on submit button:';
|
||||
$lang['en_US']['UserDefinedForm_EmailRecipient']['PLURALNAME'] = array(
|
||||
'User Defined Form Email Recipients',
|
||||
50,
|
||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||
);
|
||||
$lang['en_US']['UserDefinedForm_EmailRecipient']['SINGULARNAME'] = array(
|
||||
'User Defined Form Email Recipient',
|
||||
50,
|
||||
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||
);
|
||||
$lang['en_US']['UserFormsMigrationTask']['DEFAULTSUBMISSIONTITLE'] = 'Submission Data';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user