silverstripe-userforms/lang/en_US.php
2009-07-17 03:40:18 +00:00

253 lines
12 KiB
PHP

<?php
global $lang;
$lang['en_US']['AddField.ss']['ADD'] = 'Add';
$lang['en_US']['AddField.ss']['SELECTAFIELD'] = 'Select a Field';
$lang['en_US']['CustomRule.ss']['BLANK'] = 'Blank';
$lang['en_US']['CustomRule.ss']['DELETE'] = 'Delete';
$lang['en_US']['CustomRule.ss']['HIDETHISFIELD'] = 'Hide This Field';
$lang['en_US']['CustomRule.ss']['IS'] = 'Is';
$lang['en_US']['CustomRule.ss']['NOTBLANK'] = 'Not Blank';
$lang['en_US']['CustomRule.ss']['NOTVALUE'] = 'Not Value';
$lang['en_US']['CustomRule.ss']['SHOWTHISFIELD'] = 'Show This Field';
$lang['en_US']['CustomRule.ss']['VALUE'] = 'Value';
$lang['en_US']['CustomRule.ss']['WHEN'] = 'When';
$lang['en_US']['EditableCheckbox']['PLURALNAME'] = array(
'Checkboxes',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableCheckbox']['SINGULARNAME'] = array(
'Checkbox Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableCheckboxGroupField']['PLURALNAME'] = array(
'Checkbox Groups',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableCheckboxGroupField']['SINGULARNAME'] = array(
'Checkbox Group',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableDateField']['PLURALNAME'] = array(
'Date Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableDateField']['SINGULARNAME'] = array(
'Date Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableDropdown']['PLURALNAME'] = array(
'Dropdowns',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableDropdown']['SINGULARNAME'] = array(
'Dropdown Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableEmailField']['PLURALNAME'] = array(
'Email Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableEmailField']['SINGULARNAME'] = array(
'Email Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableFileField']['PLURALNAME'] = array(
'File Upload Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableFileField']['SINGULARNAME'] = array(
'File Upload Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableFormField']['CHECKEDBYDEFAULT'] = 'Checked by Default?';
$lang['en_US']['EditableFormField']['CUSTOMERROR'] = 'Custom Error Message';
$lang['en_US']['EditableFormField']['ENTERQUESTION'] = 'Enter Question';
$lang['en_US']['EditableFormField']['GROUP'] = 'Group';
$lang['en_US']['EditableFormField']['NO'] = 'No';
$lang['en_US']['EditableFormField']['PLURALNAME'] = array(
'Editable Form Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableFormField']['REQUIRED'] = 'Is this field Required?';
$lang['en_US']['EditableFormField']['SINGULARNAME'] = array(
'Editable Form Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableFormField']['YES'] = 'Yes';
$lang['en_US']['EditableFormField.ss']['ADD'] = 'Add';
$lang['en_US']['EditableFormField.ss']['ADDRULE'] = 'Add Rule';
$lang['en_US']['EditableFormField.ss']['BLANK'] = 'Blank';
$lang['en_US']['EditableFormField.ss']['CUSTOMRULES'] = 'Custom Rules';
$lang['en_US']['EditableFormField.ss']['DELETE'] = 'Delete';
$lang['en_US']['EditableFormField.ss']['DRAG'] = 'Drag to rearrange order of fields';
$lang['en_US']['EditableFormField.ss']['FIELDCONFIGURATION'] = 'Field Configuration';
$lang['en_US']['EditableFormField.ss']['FIELDONDEFAULT'] = 'Field On Default';
$lang['en_US']['EditableFormField.ss']['HIDE'] = 'Hide';
$lang['en_US']['EditableFormField.ss']['HIDETHISFIELD'] = 'Hide This Field';
$lang['en_US']['EditableFormField.ss']['IS'] = 'Is';
$lang['en_US']['EditableFormField.ss']['LOCKED'] = 'These fields cannot be modified';
$lang['en_US']['EditableFormField.ss']['NOTBLANK'] = 'Not Blank';
$lang['en_US']['EditableFormField.ss']['NOTVALUE'] = 'Not Value';
$lang['en_US']['EditableFormField.ss']['OPTIONS'] = 'Options';
$lang['en_US']['EditableFormField.ss']['SHOW'] = 'Show';
$lang['en_US']['EditableFormField.ss']['SHOWOPTIONS'] = 'Show Options';
$lang['en_US']['EditableFormField.ss']['SHOWTHISFIELD'] = 'Show This Field';
$lang['en_US']['EditableFormField.ss']['VALIDATION'] = 'Validation';
$lang['en_US']['EditableFormField.ss']['VALUE'] = 'Value';
$lang['en_US']['EditableFormField.ss']['WHEN'] = 'When';
$lang['en_US']['EditableFormHeading']['LEVEL'] = 'Select Heading Level';
$lang['en_US']['EditableFormHeading']['PLURALNAME'] = array(
'Headings',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableFormHeading']['SINGULARNAME'] = array(
'Heading',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableLiteralField']['PLURALNAME'] = array(
'HTML Blocks',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableLiteralField']['SINGULARNAME'] = array(
'HTML Block',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableMemberListField']['PLURALNAME'] = array(
'Member List Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableMemberListField']['SINGULARNAME'] = array(
'Member List Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableMultipleOptionField']['PLURALNAME'] = array(
'Editable Multiple Option Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableMultipleOptionField']['SINGULARNAME'] = array(
'Editable Multiple Option Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableOption']['PLURALNAME'] = array(
'Editable Options',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableOption']['SINGULARNAME'] = array(
'Editable Option',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableOption.ss']['DELETE'] = 'Remove this option';
$lang['en_US']['EditableOption.ss']['DRAG'] = 'Drag to rearrange order of options';
$lang['en_US']['EditableOption.ss']['LOCKED'] = 'These fields cannot be modified';
$lang['en_US']['EditableRadioField']['PLURALNAME'] = array(
'Radio fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableRadioField']['SINGULARNAME'] = array(
'Radio field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableTextField']['NUMBERROWS'] = 'Number of rows';
$lang['en_US']['EditableTextField']['PLURALNAME'] = array(
'Text fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['EditableTextField']['SINGULARNAME'] = array(
'Text field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['EditableTextField']['TEXTBOXLENGTH'] = 'Length of text box';
$lang['en_US']['EditableTextField']['TEXTLENGTH'] = 'Text length';
$lang['en_US']['SubmittedFileField']['PLURALNAME'] = array(
'Submitted File Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['SubmittedFileField']['SINGULARNAME'] = array(
'Submitted File Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['SubmittedForm']['PLURALNAME'] = array(
'Submitted Forms',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['SubmittedForm']['SINGULARNAME'] = array(
'Submitted Form',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['SubmittedFormField']['PLURALNAME'] = array(
'Submitted Form Fields',
50,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang['en_US']['SubmittedFormField']['SINGULARNAME'] = array(
'Submitted Form Field',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang['en_US']['SubmittedFormReportField.ss']['DELETEALLSUBMISSIONS'] = 'Delete All Submissions';
$lang['en_US']['SubmittedFormReportField.ss']['DELETESUBMISSION'] = 'Delete Submission';
$lang['en_US']['SubmittedFormReportField.ss']['EXPORTSUBMISSIONS'] = 'Export submissions to CSV';
$lang['en_US']['SubmittedFormReportField.ss']['NOSUBMISSIONS'] = 'No Submissions';
$lang['en_US']['SubmittedFormReportField.ss']['SUBMITTED'] = 'Submitted at';
$lang['en_US']['UserDefinedForm']['AEMAILRECIPIENT'] = 'A Email Recipient';
$lang['en_US']['UserDefinedForm']['EMAILRECIPIENTS'] = 'Email Recipients';
$lang['en_US']['UserDefinedForm']['EMAILSUBJECT'] = 'Email Subject';
$lang['en_US']['UserDefinedForm']['FORM'] = 'Form';
$lang['en_US']['UserDefinedForm']['FROMADDRESS'] = 'From Address';
$lang['en_US']['UserDefinedForm']['ONCOMPLETE'] = 'On complete';
$lang['en_US']['UserDefinedForm']['ONCOMPLETELABEL'] = 'Show on completion';
$lang['en_US']['UserDefinedForm']['PLURALNAME'] = array(
'User Defined Forms',
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']['RECEIVED'] = 'Received Submissions';
$lang['en_US']['UserDefinedForm']['SENDEMAILINSTEAD'] = 'Send Email Instead From';
$lang['en_US']['UserDefinedForm']['SENDEMAILTO'] = 'Send Email To';
$lang['en_US']['UserDefinedForm']['SENDPLAIN'] = 'Send Email as Plain Text (HTML will be stripped)';
$lang['en_US']['UserDefinedForm']['SHOWCLEARFORM'] = 'Show Clear Form Button';
$lang['en_US']['UserDefinedForm']['SINGULARNAME'] = array(
'User Defined Form',
50,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$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']['USEDEFINEDVALUE'] = 'Use Defined Value';
?>