mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
72 lines
4.2 KiB
PHP
72 lines
4.2 KiB
PHP
<?php
|
|
return [
|
|
"giftcards_add_minus" => "Inventuru dodati/oduzeti",
|
|
"giftcards_allow_alt_description" => "Dozvoli Alt opis",
|
|
"giftcards_bulk_edit" => "Grupno uređivanje",
|
|
"giftcards_cannot_be_deleted" => "Nije moguće obrisati poklon bon, jedan ili više poklon bonova ima prodaju.",
|
|
"giftcards_cannot_find_giftcard" => "Ne možemo pronaći informacije o poklon bonu",
|
|
"giftcards_cannot_use" => "Giftcard %1 cannot be used for this sale. Invalid Customer!",
|
|
"giftcards_card_value" => "Vrijednost",
|
|
"giftcards_category" => "Kategorija",
|
|
"giftcards_change_all_to_allow_alt_desc" => "Dozvoli Alt opis za sve",
|
|
"giftcards_change_all_to_not_allow_allow_desc" => "Nije dozvoljen Alt opis za sve",
|
|
"giftcards_change_all_to_serialized" => "Promijeni sve u Seralized",
|
|
"giftcards_change_all_to_unserialized" => "Promijeni sve u Unseralized",
|
|
"giftcards_confirm_bulk_edit" => "Jeste li sigurni da želite grupno urediti sve odabrane poklon bonove?",
|
|
"giftcards_confirm_delete" => "Jeste li sigurni da želite obrisati sve odabrane poklon bonove?",
|
|
"giftcards_confirm_restore" => "",
|
|
"giftcards_cost_price" => "Nabavna cijena",
|
|
"giftcards_count" => "Ažuriraj inventuru",
|
|
"giftcards_csv_import_failed" => "Greška kod CSV uvoza",
|
|
"giftcards_current_quantity" => "Trenutna količina",
|
|
"giftcards_description" => "Opis",
|
|
"giftcards_details_count" => "Detalji brojanja inventure",
|
|
"giftcards_do_nothing" => "Ne radi ništa",
|
|
"giftcards_edit_fields_you_want_to_update" => "Uredi polja za sve odabrane poklon bonove",
|
|
"giftcards_edit_multiple_giftcards" => "Uređivanje više poklon bonova",
|
|
"giftcards_error_adding_updating" => "Greška kod dodavanja/ažuriranja poklon bona",
|
|
"giftcards_error_updating_multiple" => "Greška kod ažuriranja poklon bona",
|
|
"giftcards_generate_barcodes" => "Generiraj barkod",
|
|
"giftcards_giftcard" => "Poklon bon",
|
|
"giftcards_giftcard_number" => "Broj poklon bona",
|
|
"giftcards_info_provided_by" => "Info daje",
|
|
"giftcards_inventory_comments" => "KomentariMegjegyzések",
|
|
"giftcards_is_serialized" => "Poklon bon ima serijski broj",
|
|
"giftcards_low_inventory_giftcards" => "Poklon bon rasprodaje",
|
|
"giftcards_manually_editing_of_quantity" => "Ručna promjena količine",
|
|
"giftcards_must_select_giftcard_for_barcode" => "Morate odabrati bar jedan poklon bon da generirate barkod",
|
|
"giftcards_new" => "Novi poklon bon",
|
|
"giftcards_no_description_giftcards" => "Poklon bon nema opisa",
|
|
"giftcards_no_giftcards_to_display" => "Nema poklon bona za prikaz",
|
|
"giftcards_none" => "Ništa",
|
|
"giftcards_none_selected" => "Niste odabrali nijedan poklon bon za ispravak",
|
|
"giftcards_number" => "Broj poklon bona mora biti broj",
|
|
"giftcards_number_information" => "Poklon bon broj",
|
|
"giftcards_number_required" => "Broj poklon bona je potreban",
|
|
"giftcards_one_or_multiple" => "Poklon bon(ovi)",
|
|
"giftcards_person_id" => "Kupac",
|
|
"giftcards_quantity" => "Količina",
|
|
"giftcards_quantity_required" => "Količina je potrebna. Molim otkažite (x) za odustajanje",
|
|
"giftcards_remaining_balance" => "Na poklon bonu %1 ostala je još vrijednost %2!",
|
|
"giftcards_reorder_level" => "Poredaj razine",
|
|
"giftcards_retrive_giftcard_info" => "Pozovi info o pklon bonu",
|
|
"giftcards_sales_tax_1" => "Prodajni porez 1",
|
|
"giftcards_sales_tax_2" => "Prodajni porez 2",
|
|
"giftcards_serialized_giftcards" => "Serializiraj poklon bon",
|
|
"giftcards_successful_adding" => "Uspješno ste dodali poklon bon",
|
|
"giftcards_successful_bulk_edit" => "Uspješno ste promijenili poklon bonove",
|
|
"giftcards_successful_deleted" => "Uspješno ste obrisali poklon bon",
|
|
"giftcards_successful_updating" => "Uspješno ste ažurirali poklon bon",
|
|
"giftcards_supplier" => "Dobavljač",
|
|
"giftcards_tax_1" => "Porez 1",
|
|
"giftcards_tax_2" => "Porez 2",
|
|
"giftcards_tax_percent" => "% poreza",
|
|
"giftcards_tax_percents" => "%-ci poreza",
|
|
"giftcards_unit_price" => "Jedinična cijena",
|
|
"giftcards_upc_database" => "UPC tablica",
|
|
"giftcards_update" => "Ažurirajte poklon bon",
|
|
"giftcards_use_inventory_menu" => "Koristite meni inventure",
|
|
"giftcards_value" => "Vrijednost poklon bona mora biti broj",
|
|
"giftcards_value_required" => "Vrijednost poklon kartice je potrebna",
|
|
];
|