19 lines
785 B
PHP
19 lines
785 B
PHP
<?php
|
|
|
|
return [
|
|
'filepond_instructions' => '<span class="filepond--label-action">Upload a file</span> or drag and drop',
|
|
'file_upload_processing' => 'Processing...',
|
|
'custom_select_filter_placeholder' => 'Search...',
|
|
'custom_select_clear_button' => 'Clear selected',
|
|
'custom_select_placeholder' => 'Select an option',
|
|
'custom_select_empty_text' => 'No options available...',
|
|
'custom_select_no_results' => 'No results found...',
|
|
'date_picker_placeholder' => 'Y-m-d',
|
|
'timezone_select_placeholder' => 'Select a timezone',
|
|
'optional' => 'Optional',
|
|
'date_picker_toggle_icon_title' => 'Select a date',
|
|
'date_picker_clear_button' => 'Clear selected',
|
|
'password_show_toggle_title' => 'Show',
|
|
'password_hide_toggle_title' => 'Hide',
|
|
];
|