Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?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',
];