mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-18 16:57:19 -04:00
Convert double-quoted string keys and values to single quotes across app/Language/ar-EG/Common.php and app/Language/ar-LB/Common.php for consistency with existing single-quoted entries (e.g. export_all, export_page) already present in these files. - No functional or translation content changes, quoting style only - Aligns with project coding standard preferring single quotes for non-interpolated strings Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
92 lines
4.6 KiB
PHP
92 lines
4.6 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',
|
|
'export_all' => 'Izvezi sve',
|
|
'export_page' => 'Izvezi stranicu',
|
|
'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',
|
|
];
|