luyadev/luya-module-forms

View on GitHub
src/messages/en/forms.php

Summary

Maintainability
D
2 days
Test Coverage
A
100%
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yii message/extract' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
return [
    'Confirmation Step' => 'Display summary',
    'Copy to Attribute' => 'Recipients attribute name',
    'Customizing Text' => 'Customizing E-Mail Text',
    'Form' => 'Form',
    'Values' => 'Values',
    'checkboxes_values_help' => 'If only one value is specified, a single checkbox will be created.',
    'form_label_previewBackButtonLabel' => 'Label of back button of preview',
    'form_label_previewButtonsTemplate' => 'Template for next and back button of preview',
    'form_label_previewSubmitButtonLabel' => 'Label of next button of preview',
    'form_label_submitButtonLabel' => 'Label of submit button of form',
    'form_model_copy_to_attribute_hint' => 'If the attribute is specified and exists in the form, its field\'s value will be added to the list of recipients.',
    'form_model_email_intro_hint' => 'The text of this field will be used as an intro text for the email. All specified variables can be inserted with {{attribute}}.',
    'form_model_email_recipients_hint' => 'If no recipients are provided, the form submission won\'t trigger an email.',
    'form_model_subject_hint' => 'Subject of the e-mail. If not specified, the title of the form will be used.',
    'As Hidden Input Value' => '',
    'Attribute' => '',
    'Automatically' => '',
    'Back' => '',
    'Boolean' => '',
    'Boolean (Yes/No)' => '',
    'Checkboxes' => '',
    'Created At' => '',
    'Created By' => '',
    'Date' => '',
    'Date & Time' => '',
    'Datepicker' => '',
    'Disable Polyfill' => '',
    'Do not save data' => '',
    'Dropdown' => '',
    'Dropdown/Radio Buttons' => '',
    'E-Mail Recipients' => '',
    'E-Mail intro' => '',
    'E-Mail outro' => '',
    'Email' => '',
    'Everything allowed' => '',
    'Export' => '',
    'File' => '',
    'Form ID' => '',
    'Formatting' => '',
    'Generate Export' => '',
    'Hint' => '',
    'ID' => '',
    'If enabled, the form data will not be stored in the database, but only sent by e-mail to the specified recipients.' => '',
    'Image' => '',
    'Is Done' => '',
    'Label' => '',
    'Language' => '',
    'Multiline Input' => '',
    'Multiline Rows' => '',
    'Multiline Text' => '',
    'Number' => '',
    'Preview' => '',
    'Radio Buttons' => '',
    'Recipients' => '',
    'Required' => '',
    'Row Template' => '',
    'Select the formular configuraton (defining mail and other settings) from the database or create a new one.' => '',
    'Separator' => '',
    'String' => '',
    'Subject' => '',
    'Submission ID' => '',
    'Submissions' => '',
    'Submit' => '',
    'Success' => '',
    'Summary' => '',
    'Text' => '',
    'The HTML code that separates items. By default, it is a newline, use &nbsp; to separate items with spaces.' => '',
    'The variables {{label}} and {{value}} are available.' => '',
    'There are no submissions to export.' => '',
    'This form block is not properly configured. Select a form from the listing in the block settings.' => '',
    'Title' => '',
    'Type' => '',
    'URL/Link' => '',
    'Updated At' => '',
    'Updated By' => '',
    'Url' => '',
    'Useragent' => '',
    'Validation Rule' => '',
    'Value' => '',
    'When enabled, the polyfill which ensures the datepicker works on Safari and Internet Explorer is disabled.' => '',
    'When enabled, the user will be presented with a summary before submitting the form data.' => '',
    'block_hiddenInputValue_help' => 'If this field contains a value, it will be hidden and the specified value will be submitted instead of a user input. Note: 0 is not an allowed value.',
    'Browser' => '',
    'Created at' => '',
    'Data' => 'Data',
    'Format' => '',
    'Forms' => 'Forms',
    'Is done' => '',
    'No validation specific' => '',
    'Preview data' => '',
    'Setup' => 'Setup',
    'Submission' => 'Submission',
];