mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-13 13:57:34 -04:00
- Replaced double quotes with single quotes in all language attribute files for consistency. - Updated language files in various locales: `uk`, `ar-LB`, `ml`, `es-MX`, `ro`, `tl`, `km`, and `en-GB`. - Ensured no functional changes, preserving integrity of translation keys and values. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
37 lines
1.5 KiB
PHP
37 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'attribute_value_invalid_chars' => '',
|
|
'confirm_delete' => '',
|
|
'confirm_restore' => '',
|
|
'definition_cannot_be_deleted' => '',
|
|
'definition_invalid_group' => '',
|
|
'definition_error_adding_updating' => '',
|
|
'definition_flags' => '',
|
|
'definition_group' => '',
|
|
'definition_id' => '',
|
|
'definition_name' => '',
|
|
'definition_name_required' => '',
|
|
'definition_one_or_multiple' => '',
|
|
'definition_successful_adding' => '',
|
|
'definition_successful_deleted' => '',
|
|
'definition_successful_updating' => '',
|
|
'definition_type' => '',
|
|
'definition_type_required' => '',
|
|
'definition_unit' => '',
|
|
'definition_values' => '',
|
|
'new' => '',
|
|
'no_attributes_to_display' => '',
|
|
'receipt_visibility' => '',
|
|
'show_in_items' => '',
|
|
'show_in_items_visibility' => '',
|
|
'show_in_receipt' => '',
|
|
'show_in_receivings' => '',
|
|
'show_in_receivings_visibility' => '',
|
|
'show_in_sales' => '',
|
|
'show_in_sales_visibility' => '',
|
|
'show_in_search' => 'Zobrazit ve vyhledávání',
|
|
'show_in_search_visibility' => 'Vyhledávání',
|
|
'update' => '',
|
|
];
|