mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-15 12:57:57 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
58 lines
2.8 KiB
PHP
58 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"account_number" => "IBAN:",
|
|
"account_number_duplicate" => "Ovaj IBAN već postoji",
|
|
"available_points" => "",
|
|
"available_points_value" => "",
|
|
"average" => "",
|
|
"avg_discount" => "",
|
|
"basic_information" => "",
|
|
"cannot_be_deleted" => "Ne može se obrisati odabranog kupca, jer jedan ili više odabranih kupaca imaju prodaju.",
|
|
"company_name" => "Naziv tvrtke",
|
|
"confirm_delete" => "Želite li obrisati odabranog kupca?",
|
|
"confirm_restore" => "",
|
|
"consent" => "",
|
|
"consent_required" => "",
|
|
"csv_import_failed" => "Greška kod uvoza iz CSV-a",
|
|
"csv_import_nodata_wrongformat" => "Your uploaded file has no data or wrong format",
|
|
"csv_import_partially_failed" => "Most Customers imported. But some were not, here is the list",
|
|
"csv_import_success" => "Import of Customers successful",
|
|
"customer" => "Kupac",
|
|
"date" => "",
|
|
"discount" => "Discount",
|
|
"discount_fixed" => "",
|
|
"discount_percent" => "",
|
|
"discount_type" => "",
|
|
"email_duplicate" => "",
|
|
"employee" => "",
|
|
"error_adding_updating" => "Greška kod dodavanja/ažuriranja kupca",
|
|
"import_items_csv" => "Učitaj kupce iz csv datoteke",
|
|
"mailchimp_activity_click" => "",
|
|
"mailchimp_activity_lastopen" => "",
|
|
"mailchimp_activity_open" => "",
|
|
"mailchimp_activity_total" => "",
|
|
"mailchimp_activity_unopen" => "",
|
|
"mailchimp_email_client" => "",
|
|
"mailchimp_info" => "",
|
|
"mailchimp_member_rating" => "",
|
|
"mailchimp_status" => "",
|
|
"mailchimp_vip" => "",
|
|
"max" => "",
|
|
"min" => "",
|
|
"new" => "Novi kupac",
|
|
"none_selected" => "Niste odabrali nijednog kupca za brisanje",
|
|
"one_or_multiple" => "Kupac(i)",
|
|
"quantity" => "",
|
|
"stats_info" => "",
|
|
"successful_adding" => "Uspješno ste dodali kupca",
|
|
"successful_deleted" => "Kupac je uspješno obrisan",
|
|
"successful_updating" => "Podaci o kupcu su uspješno ažurirani",
|
|
"tax_code" => "",
|
|
"tax_id" => "",
|
|
"taxable" => "Oporezivo",
|
|
"total" => "Total",
|
|
"update" => "Ažuriraj kupca",
|
|
"rewards_package" => "",
|
|
];
|