mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-15 04:47:55 -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
90 lines
4.5 KiB
PHP
90 lines
4.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
"address_1" => "Adresa 1",
|
|
"address_2" => "Adresa 2",
|
|
"admin" => "",
|
|
"city" => "Grad",
|
|
"clerk" => "",
|
|
"close" => "Close",
|
|
"color" => "",
|
|
"comments" => "Komentari",
|
|
"common" => "Zajedničko",
|
|
"confirm_search" => "Odabrali ste jedan ili više redova koji neće biti odabrani nakon pretrage. Jeste li ste sigurni da želite pretragu?",
|
|
"copyrights" => "© 2010 - {0}",
|
|
"correct_errors" => "",
|
|
"country" => "Država",
|
|
"dashboard" => "",
|
|
"date" => "Datum",
|
|
"delete" => "Obrisati",
|
|
"det" => "Detalji",
|
|
"download_import_template" => "Preuzmite predložak za uvoz(CSV)",
|
|
"edit" => "Uredi",
|
|
"email" => "e-mail",
|
|
"email_invalid_format" => "Neispravan e-mail",
|
|
"export_csv" => "CSV izvoz",
|
|
"export_csv_no" => "Ne",
|
|
"export_csv_yes" => "Da",
|
|
"fields_required_message" => "Polja u crvenom su obavezna",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "Ime",
|
|
"first_name_required" => "Ime je obavezno",
|
|
"first_page" => "Prva",
|
|
"gender" => "Spol",
|
|
"gender_female" => "Ž",
|
|
"gender_male" => "M",
|
|
"gender_undefined" => "",
|
|
"icon" => "",
|
|
"id" => "Id",
|
|
"import" => "Uvoz",
|
|
"import_change_file" => "Promjena",
|
|
"import_csv" => "CSV uvoz",
|
|
"import_full_path" => "Potrebna je potpuna putanja do csv datoteke",
|
|
"import_remove_file" => "Ukloni",
|
|
"import_select_file" => "Odaberite datoteku",
|
|
"inv" => "lelt.",
|
|
"last_name" => "Prezime",
|
|
"last_name_required" => "Prezime je obavezno",
|
|
"last_page" => "Zadnja",
|
|
"learn_about_project" => "za pregled zadnjih informacija o projektu",
|
|
"list_of" => "Lista",
|
|
"logo" => "",
|
|
"logo_mark" => "",
|
|
"logout" => "Odjava",
|
|
"manager" => "",
|
|
"migration_needed" => "",
|
|
"new" => "Novi",
|
|
"no" => "",
|
|
"no_persons_to_display" => "Nema nijede osoba za prikazati",
|
|
"none_selected_text" => "Nothing selected",
|
|
"or" => "Ili",
|
|
"people" => "",
|
|
"phone_number" => "Broj telefona",
|
|
"phone_number_required" => "Broj telefona je obavezan",
|
|
"please_visit_my" => "Molim posjetite",
|
|
"position" => "",
|
|
"powered_by" => "Pokreće",
|
|
"price" => "Ár",
|
|
"print" => "Štampati",
|
|
"remove" => "Ukloni",
|
|
"required" => "Potreban",
|
|
"restore" => "",
|
|
"return_policy" => "Povratne obavijesti",
|
|
"search" => "Traži",
|
|
"search_options" => "Opcije pretrage",
|
|
"searched_for" => "Tražili",
|
|
"software_short" => "",
|
|
"software_title" => "",
|
|
"state" => "Država",
|
|
"submit" => "Prihvati",
|
|
"total_spent" => "",
|
|
"unknown" => "",
|
|
"view_recent_sales" => "Pogledaj nedavne prodaje",
|
|
"website" => "web stranicu",
|
|
"welcome" => "Dobrodošli",
|
|
"welcome_message" => "Dobrodošli u blagajnu otvorenog koda(OSPOS)",
|
|
"yes" => "",
|
|
"you_are_using_ospos" => "Koristite blagajnu otvorenog koda (Open Source Point Of Sale) verziju",
|
|
"zip" => "Broj pošte",
|
|
];
|