msgid ""
msgstr ""
"Project-Id-Version: Woo Solo Api 3.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-solo-api\n"
"POT-Creation-Date: 2023-08-30T16:55:50+00:00\n"
"PO-Revision-Date: 2023-08-30 19:21+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.3.2\n"
"X-Domain: woo-solo-api\n"

#. Plugin Name of the plugin
msgid "Woo Solo Api"
msgstr "Woo Solo Api"

#. Plugin URI of the plugin
msgid "https://madebydenis.com/woo-solo-api"
msgstr "https://madebydenis.com/woo-solo-api"

#. Description of the plugin
msgid ""
"This plugin provides integration of the SOLO API service with WooCommerce."
msgstr "Ovaj dodatak omogućuje integraciju Solo API usluge s WooCommerceom."

#. Author of the plugin
msgid "Denis Žoljom"
msgstr "Denis Žoljom"

#. Author URI of the plugin
msgid "https://madebydenis.com"
msgstr "https://madebydenis.com"

#: src/Admin/AdminMenus/OptionsSubmenu.php:54
msgid "Woo Solo Api Options"
msgstr "Woo Solo Api Opcije"

#: src/Admin/AdminMenus/OptionsSubmenu.php:62
msgid "Solo API Options"
msgstr "Opcije Solo API-ja"

#: src/Admin/AdminNotices/DatabaseTableMissingNotice.php:75
msgid ""
"Woo Orders table seems to be missing. Please reactivate the plugin "
"(deactivate and activate) to create it."
msgstr ""
"Čini se da nedostaje tablica Woo Orders. Ponovno aktivirajte plugin "
"(deaktivirajte i aktivirajte) da biste ju stvorili."

#: src/Admin/PluginsPage.php:47
msgid "SOLO API Settings"
msgstr "Postavke SOLO API-ja"

#: src/BackgroundJobs/SendCustomerEmail.php:91
msgid "PDF invoice/order is missing"
msgstr "Nedostaje PDF faktura/narudžba"

#. translators: name of the invoice file, don't use diacritics!
#: src/BackgroundJobs/SendCustomerEmail.php:99
msgid "invoice-"
msgstr "faktura-"

#. translators: name of the offer file, don't use diacritics!
#: src/BackgroundJobs/SendCustomerEmail.php:104
msgid "offer-"
msgstr "ponuda-"

#: src/BackgroundJobs/SendCustomerEmail.php:165
msgid "Error in sending customer email. Attachment URL cannot be parsed."
msgstr "Pogreška pri slanju e-pošte kupca. URL privitka ne može se parsirati."

#: src/BackgroundJobs/SendCustomerEmail.php:187
msgid "Error in sending customer email. Email message must be of string type."
msgstr ""
"Pogreška pri slanju e-pošte kupca. Poruka e-pošte mora biti znakovni niz "
"(string)."

#: src/BackgroundJobs/SendCustomerEmail.php:195
msgid "invoice"
msgstr "faktura"

#: src/BackgroundJobs/SendCustomerEmail.php:196
msgid "offer"
msgstr "ponuda"

#. translators: 1:Bill type
#: src/BackgroundJobs/SendCustomerEmail.php:199
msgid "Your %s is in the attachment."
msgstr "Vaš %s je u prilogu."

#. translators: 1:Bill type 2:Your site name
#: src/BackgroundJobs/SendCustomerEmail.php:201
msgid "Your %1$s from %2$s"
msgstr "Vaš %1$s iz %2$s"

#: src/Core/Plugin.php:83
msgid "This plugin requires PHP 7.4 or greater to function."
msgstr "Za funkcioniranje ovog dodatka potreban je PHP 7.4 ili noviji."

#: src/Core/Plugin.php:92
msgid "This plugin requires WooCommerce plugin to be active."
msgstr "Ovaj dodatak zahtijeva da dodatak WooCommerce bude aktivan."

#: src/ECommerce/WooCommerce/AdminOrder.php:57
msgid "Customer shipping PIN number"
msgstr "OIB broj isporuke kupca"

#: src/ECommerce/WooCommerce/AdminOrder.php:61
msgid "Customer billing PIN number"
msgstr "OIB broj za naplatu kupca"

#: src/ECommerce/WooCommerce/AdminOrder.php:65
msgid "Customer shipping IBAN number"
msgstr "IBAN broj za otpremu kupca"

#: src/ECommerce/WooCommerce/AdminOrder.php:69
msgid "Customer billing IBAN number"
msgstr "IBAN broj za naplatu kupca"

#: src/ECommerce/WooCommerce/CheckoutFields.php:59
#: src/ECommerce/WooCommerce/CheckoutFields.php:67
msgid "PIN number"
msgstr "OIB broj"

#: src/ECommerce/WooCommerce/CheckoutFields.php:60
#: src/ECommerce/WooCommerce/CheckoutFields.php:68
msgctxt "placeholder"
msgid "01234567891"
msgstr "01234567891"

#: src/ECommerce/WooCommerce/CheckoutFields.php:95
#: src/ECommerce/WooCommerce/CheckoutFields.php:103
msgid "IBAN number"
msgstr "IBAN broj"

#: src/ECommerce/WooCommerce/CheckoutFields.php:96
#: src/ECommerce/WooCommerce/CheckoutFields.php:104
msgctxt "placeholder"
msgid "HR12345678901234567890"
msgstr "HR12345678901234567890"

#: src/ECommerce/WooCommerce/CheckoutFields.php:131
#: src/ECommerce/WooCommerce/CheckoutFields.php:139
msgid "Company name"
msgstr "Naziv tvrtke"

#: src/ECommerce/WooCommerce/CheckoutFields.php:132
#: src/ECommerce/WooCommerce/CheckoutFields.php:140
msgctxt "placeholder"
msgid "Cool company inc."
msgstr "Cool tvrtka inc."

#. translators: %1$s: error message, %2$s: error code.
#: src/Exception/ApiRequestException.php:42
msgid "(Error code %1$s). API request error happened. %2$s"
msgstr "(%1$s kod pogreške). Dogodila se pogreška zahtjeva za API-jem. %2$s"

#. translators: 1. View URI, 2. Reason for not exception.
#: src/Exception/FailedToLoadView.php:41
msgid "Could not load the View URI \"%1$s\". Reason: \"%2$s\"."
msgstr "Nije moguće učitati prikaz URI \"%1$s\". Razlog: \"%2$s\"."

#. translators: 1: the className, 2: the interface name.
#: src/Exception/InvalidAutowireDependency.php:40
msgid ""
"Unable to find \"%1$s\" class that implements %2$s (looking in "
"$filenameIndex)."
msgstr ""
"Nije moguće pronaći klasu \"%1$s\" koja provodi %2$s (gledajući u "
"$filenameIndex)."

#. translators: 1: The class name, 2: The interface name, 3: The interface name.
#: src/Exception/InvalidAutowireDependency.php:61
msgid "Found more than 1 class called \"%1$s\" that implements %2$s interface."
msgstr ""
"Pronađeno je više od 1 klase pod nazivom \"%1$s\" koja implementira %2$s "
"sučelje."

#. translators: 1: %s is replaced with the className and interfaceName, 2: %s is replaced with the parameter name.
#: src/Exception/InvalidAutowireDependency.php:83
msgid ""
"Found a primitive dependency for %1$s with param %2$s. Autowire is unable to "
"figure out what value needs to be injected here."
msgstr ""
"Pronašao sam primitivnu ovisnost za %1$s s param %2$s. Autowire ne može "
"shvatiti koju vrijednost ovdje treba ubrizgati."

#. translators: 1. the view URI.
#: src/Exception/InvalidUri.php:38
msgid "The View URI \"%s\" is not accessible or readable."
msgstr "Prikaz URI -a \"%s\" nije dostupan ili čitljiv."

#. translators: %s is replaced with the className.
#: src/Exception/NonPsr4CompliantClass.php:35
msgid ""
"Unable to autowire %s. Please check if the namespace is PSR-4 compliant (i."
"e. it needs to match the folder structure).\n"
"\t\t\t\tSee: https://www.php-fig.org/psr/psr-4/#3-examples"
msgstr ""
"Nije moguće automatski spojiti %s. Provjerite je li prostor naziva usklađen "
"s PSR-4 (tj. mora odgovarati strukturi mape).\n"
"\t\t\t\tVidi: https://www.php-fig.org/psr/psr-4/#3-examples"

#. translators: %1$s: error message, %2$s: error code.
#: src/Exception/WpException.php:43
msgid "WordPress internal error happened. %1$s. (Error code %2$s)."
msgstr "Dogodila se wordpress interna pogreška. %1$s. (%2$s kod pogreške)."

#: src/Privacy/DataHandling.php:66 src/Privacy/DataHandling.php:153
msgid "Woo Solo Api Order Data"
msgstr "Woo Solo Api podaci o narudžbi"

#: src/Privacy/DataHandling.php:91
msgid "Order Item"
msgstr "Stavka naloga"

#: src/Privacy/DataHandling.php:95
msgid "WooCommerce order item ID"
msgstr "ID stavke narudžbe WooCommerce"

#: src/Privacy/DataHandling.php:99
#: assets/dev/scripts/components/OrderPanel.jsx:70
msgid "Solo ID"
msgstr "Solo ID"

#: src/Privacy/DataHandling.php:103
msgid "Customer email"
msgstr "E-mail klijenta"

#: src/Privacy/DataHandling.php:107
msgid "Is sent to API"
msgstr "Poslano na API"

#: src/Privacy/DataHandling.php:111
msgid "Is sent to user"
msgstr "Poslano korisniku"

#: src/Privacy/DataHandling.php:115
msgid "API request error messages"
msgstr "Poruke o pogreškama zahtjeva na API"

#: src/Privacy/DataHandling.php:119
#: assets/dev/scripts/components/OrderPanel.jsx:75
msgid "Created at"
msgstr "Izrađeno u"

#: src/Privacy/DataHandling.php:123
#: assets/dev/scripts/components/OrderPanel.jsx:76
msgid "Updated at"
msgstr "Ažurirano na"

#: src/Privacy/DataHandling.php:130
msgid "Woo Solo Api Order Items"
msgstr "Woo Solo Api artikli za narudžbu"

#: src/Request/SoloApiRequest.php:106
msgid "Due date option needs to be a string"
msgstr "Mogućnost krajnjeg roka mora biti znakovni niz (string)"

#: src/Request/SoloApiRequest.php:110
msgid "Currency option needs to be a string"
msgstr "Mogućnost valute mora biti znakovni niz (string)"

#: src/Request/SoloApiRequest.php:114
msgid "Language option needs to be a string"
msgstr "Jezična mogućnost mora biti znakovni niz (string)"

#: src/Request/SoloApiRequest.php:436
msgid "Shipping fee"
msgstr "Naknada za otpremu"

#: src/Request/SoloApiRequest.php:560
msgid "Central bank rates API returned an empty result"
msgstr "API za kamatne stope središnje banke vratio je prazan rezultat"

#: src/Request/SoloApiRequest.php:707
msgid "Response details from the API is not of an array type"
msgstr "Detalji odgovora iz API-ja nije lista (array)"

#: src/Rest/Endpoints/AccountDetails.php:55
msgid "Solo API token must be a string"
msgstr "Solo API token mora biti znakovni niz (string)"

#: src/Rest/Endpoints/OrderDetails.php:173
msgid "Flag that notifies if the PDF bill was sent to customer."
msgstr "Označite zastavicom koja obavještava je li račun pdf-a poslan kupcu."

#: src/Rest/Endpoints/OrderDetails.php:181
msgid ""
"URL of the sent PDF. Used to resend the PDF in case there was some failure "
"with the request."
msgstr ""
"URL poslanog PDF-a. Koristi se za ponovno slanje PDF-a u slučaju da je došlo "
"do kvara sa zahtjevom."

#: src/Rest/Endpoints/ResendApiOrder.php:69
msgid "Order ID is empty."
msgstr "ID narudžbe je prazan."

#. translators: %d is the order ID.
#: src/Rest/Endpoints/ResendApiOrder.php:78
msgid "Order with the ID %d doesn't exist."
msgstr "Narudžba s ID-om %d ne postoji."

#: src/Rest/Endpoints/ResendApiOrder.php:86
msgid ""
"API call to SOLO service executed, please wait a bit for it to execute, then "
"reload this page."
msgstr ""
"Izvršen je API poziv solo usluzi, pričekajte malo da se izvrši, a zatim "
"ponovno učitajte ovu stranicu."

#: src/Settings/PluginSettings.php:62
#: assets/dev/scripts/components/Settings/TokenPanel.jsx:35
#: assets/dev/scripts/components/Settings/TokenPanel.jsx:43
msgid "Solo API token"
msgstr "Solo API token"

#: src/Settings/PluginSettings.php:74
msgid "Unit measure of the shop (e.g. piece, hour, m³, etc.)"
msgstr "Jedinična mjera trgovine (npr. komad, sat, m³ i sl.)"

#: src/Settings/PluginSettings.php:86
msgid "Language of the bill or the invoice"
msgstr "Jezik računa ili fakture"

#: src/Settings/PluginSettings.php:98
msgid "Currency of the bill or the invoice"
msgstr "Valuta računa ili računa"

#: src/Settings/PluginSettings.php:110
msgid "Service type. A unique ID of the service (must be a number)"
msgstr "Vrsta usluge. Jedinstveni ID usluge (mora biti broj)"

#: src/Settings/PluginSettings.php:122
msgid "Show taxes option"
msgstr "Pokaži mogućnost poreza"

#: src/Settings/PluginSettings.php:134
msgid "The type of invoice (R, R1, R2, No label or In advance)"
msgstr "Vrsta fakture (R, R1, R2, Bez oznake ili Unaprijed)"

#: src/Settings/PluginSettings.php:146
msgid "The title of the invoice email"
msgstr "Naslov e-pošte na računu"

#: src/Settings/PluginSettings.php:158
msgid "The message of the invoice email"
msgstr "Poruka e-pošte na fakturi"

#: src/Settings/PluginSettings.php:170
#: assets/dev/scripts/components/Settings/EmailSettingsPanel.jsx:70
msgid "Change the 'from' name that shows when WordPress sends the mail"
msgstr ""
"Promjena naziva \"pošiljatelj\" koje pokazuje kada WordPress šalje poštu"

#: src/Settings/PluginSettings.php:182
msgid "Enable PIN field in the WooCommerce checkout"
msgstr "Omogući polje OIB na odjavi WooCommerce"

#: src/Settings/PluginSettings.php:194
msgid "Enable IBAN field in the WooCommerce checkout"
msgstr "Omogući IBAN polje na odjavi WooCommerce"

#: src/Settings/PluginSettings.php:206
msgid "Specify the due date on the bill or the invoice"
msgstr "Navedite datum dospijeća na računu ili fakturi"

#: src/Settings/PluginSettings.php:218
msgid "Array of gateways for which the email with the invoice should be sent"
msgstr ""
"Lista platnih procesora/tipova za koje treba poslati e-poštu s fakturom"

#: src/Settings/PluginSettings.php:230
msgid "Send the email to the client with the PDF of the bill or the invoice"
msgstr "Pošaljite e-poštu klijentu pomoću PDF-a računa ili računa"

#: src/Settings/PluginSettings.php:242
msgid "When to send the PDF - on checkout or order confirmation"
msgstr "Kada poslati PDF - prilikom naplate ili potvrde narudžbe"

#: src/Settings/PluginSettings.php:267
msgid "Available payment gateways"
msgstr "Dostupni tipovi plaćanja/platni procesori"

#: src/Settings/PluginSettings.php:280
#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:129
msgid "Type of payment document"
msgstr "Vrsta dokumenta o plaćanju"

#: src/Settings/PluginSettings.php:292
msgid "Should the invoice be fiscalized or not"
msgstr "Treba li faktura biti fiskalizirana ili ne"

#: src/Settings/PluginSettings.php:304
msgid ""
"Type of payment on api payment gateways (transactional account, cash, cards, "
"etc.)"
msgstr ""
"Vrsta plaćanja na api platnim procesorima/tipovima plaćanja (transakcijski "
"račun, gotovina, kartice itd.)"

#: woo-solo-api.php:43
msgid "You cannot access this file outside WordPress."
msgstr "Ovoj datoteci ne možete pristupiti izvan WordPressa."

#: assets/dev/scripts/components/App.jsx:127
msgid "Save settings"
msgstr "Spremi postavke"

#: assets/dev/scripts/components/ErrorNotice.jsx:16
msgid "Validation error: "
msgstr "Pogreška provjere valjanosti: "

#: assets/dev/scripts/components/Notification.jsx:11
msgid ""
"For more details on the options you can read the official SOLO API "
"documentation here: "
msgstr ""
"Za više detalja o opcijama službenu dokumentaciju SOLO API-ja možete "
"pročitati ovdje: "

#: assets/dev/scripts/components/OrderPanel.jsx:62
msgid "Solo API order details"
msgstr "Detalji solo API narudžbe"

#: assets/dev/scripts/components/OrderPanel.jsx:68
msgid "ID"
msgstr "ID naloga WooCommerce"

#: assets/dev/scripts/components/OrderPanel.jsx:69
msgid "WooCommerce Order ID"
msgstr "ID naloga WooCommerce"

#: assets/dev/scripts/components/OrderPanel.jsx:71
msgid "Customer Email"
msgstr "E-mail klijenta"

#: assets/dev/scripts/components/OrderPanel.jsx:72
msgid "Is sent to Solo API"
msgstr "Šalje se solo API-ju"

#: assets/dev/scripts/components/OrderPanel.jsx:73
msgid "Is pdf sent to customer"
msgstr "Šalje se pdf klijentu"

#: assets/dev/scripts/components/OrderPanel.jsx:74
msgid "API response errors"
msgstr "Pogreške u odgovoru API-ja"

#: assets/dev/scripts/components/OrderPanel.jsx:77
msgid "Resend to API"
msgstr "Ponovno slanje u API"

#: assets/dev/scripts/components/OrderPanel.jsx:98
msgid "Resend order to API"
msgstr "Ponovi slanje narudžbe"

#: assets/dev/scripts/components/OrderPanel.jsx:116
msgid "Request sent"
msgstr "Poslani zahtjev"

#: assets/dev/scripts/components/Popup.jsx:21
msgid "Errors happened during saving"
msgstr "Tijekom spremanja došlo je do pogrešaka"

#: assets/dev/scripts/components/Popup.jsx:22
msgid "Settings saved"
msgstr "Postavke spremljene"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:39
msgid "Additional Settings"
msgstr "Dodatne postavke"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:45
msgid "WooCommerce checkout settings"
msgstr "Postavke odjave WooCommerce"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:50
msgid "Enable the PIN field on the billing and shipping from in the checkout"
msgstr "Omogućivanje polja PIN na naplati i otpremi od naplate"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:51
#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:62
msgid "Enable"
msgstr "Omogući"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:51
#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:62
msgid "Disable"
msgstr "Onemogući"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:61
msgid "Enable the IBAN field on the billing and shipping from in the checkout"
msgstr "Omogućivanje polja IBAN na naplati i otpremi iz naplate"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:72
msgid "PDF settings"
msgstr "Postavke PDF-a"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:77
msgid "Send the email to the client with the PDF of the order or the invoice"
msgstr "Pošaljite e-poštu klijentu pomoću PDF-a narudžbe ili fakture"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:78
msgid "Send email"
msgstr "Pošalji e-poštu"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:78
msgid "Don't send email"
msgstr "Ne šalji e-poštu"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:88
msgid "Send mail to selected payment types"
msgstr "Slanje pošte odabranim vrstama plaćanja"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:110
msgid "PDF send control"
msgstr "Kontrola slanja PDF-a"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:118
msgid "Send on:"
msgstr "Pošalji dalje:"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:123
msgid "Checkout"
msgstr "Plaćanje"

#: assets/dev/scripts/components/Settings/AdditionalSettingsPanel.jsx:126
msgid "Status change to 'completed'"
msgstr "Promjena statusa u \"dovršeno\""

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:52
msgid "Exchange rate transient is cleared."
msgstr "Prolazni tečaj je očišćen."

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:53
msgid "Exchange rate transient wasn't cleared."
msgstr "Prolazni tečaj nije odobren."

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:67
msgid "Solo Api Test"
msgstr "Solo Api Test"

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:71
msgid "This serves for testing purposes only"
msgstr "To služi samo u svrhu testiranja"

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:73
msgid ""
"Pressing the button will make a request to your Solo API account, and will "
"list all the invoices or offers you have"
msgstr ""
"Pritiskom na gumb zatražit ćete vaš Solo API račun i navesti sve račune ili "
"ponude koje imate"

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:91
msgid "Make a request"
msgstr "Pošalji zahtjev"

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:94
msgid ""
"Pressing the button will clear the Croatian Central Bank (HNB) API transient."
msgstr ""
"Pritiskom na gumb očistit će se prolazni API Hrvatske središnje banke (HNB)."

#: assets/dev/scripts/components/Settings/DebuggingPanel.jsx:102
msgid "Delete exchange rate transient"
msgstr "Brisanje tečaja iz baze"

#: assets/dev/scripts/components/Settings/EmailSettingsPanel.jsx:36
msgid "Email Settings"
msgstr "Podešavanje e-maila"

#: assets/dev/scripts/components/Settings/EmailSettingsPanel.jsx:44
msgid "Set the title of the mail that will be send with the PDF invoice"
msgstr "Postavljanje naslova pošte koja će se slati pomoću PDF fakture"

#: assets/dev/scripts/components/Settings/EmailSettingsPanel.jsx:57
msgid ""
"Type the message that will appear on the mail with the invoice PDF attached"
msgstr ""
"Upišite poruku koja će se pojaviti na pošti s priloženim PDF-om na fakturi"

#: assets/dev/scripts/components/Settings/EmailSettingsPanel.jsx:73
msgid ""
"<str>CAUTION</str>: This change is global, every mail send from your "
"WordPress will have this 'from' name"
msgstr ""
"<str>OPREZ</str>: Ova promjena je globalna, svaka pošta poslana s vašeg "
"WordPressa imat će ovo ime \"od\""

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:45
msgid "Solo Api Settings"
msgstr "Postavke SOLO API-ja"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:55
msgid "Unit measure"
msgstr "Jedinična mjera"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:56
msgid "Select the default measure in your shop (e.g. piece, hour, m³ etc.)"
msgstr "Odaberite zadanu mjeru u svojoj trgovini (npr. komad, sat, m³ itd.)"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:69
msgid "Invoice Language"
msgstr "Jezik fakture"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:70
msgid "Select the language of the invoice/offer"
msgstr "Odaberite jezik fakture/ponude"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:83
msgid "Currency"
msgstr "Valuta"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:92
msgid "You can check the currency rate at <a>Croatian National Bank</a>."
msgstr "Valutni tečaj možete provjeriti u <a>Hrvatskoj narodnoj banci</a>."

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:101
msgid ""
"The currency will be automatically added if the selected currency is "
"different from EUR. Also, a note about conversion rate will be added to the "
"invoice/offer."
msgstr ""
"Valuta će se automatski dodati ako se odabrana valuta razlikuje od EUR. "
"Također, na fakturu/ponudu bit će dodana bilješka o stopi konverzije."

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:107
msgid "Choose the type of payment for each enabled payment gateway/type"
msgstr "Odaberite vrstu plaćanja za svaki omogućeni pristupnik/vrstu uplate"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:134
msgid "Offer"
msgstr "Ponuda"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:135
msgid "Invoice"
msgstr "Faktura"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:143
msgid "Payment option types"
msgstr "Vrste načina plaćanja"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:154
msgid "Check if you want the invoice to be fiscalized *"
msgstr "Provjerite želite li da faktura bude fiskalizirana *"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:155
msgid "Fiscalize"
msgstr "Fiskaliziraj"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:155
msgid "Don't fiscalize"
msgstr "Nemoj fiskalizirati"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:169
msgid ""
"* Fiscalization certificate must be added in the SOLO options, and it only "
"applies to invoices."
msgstr ""
"* Potvrda o fiskalizaciji mora se dodati u SOLO opcije, a odnosi se samo na "
"fakture."

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:178
msgid "Enter the type of the service"
msgstr "Unesite vrstu usluge"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:179
msgid "You can find it in your account settings (Usluge -> Tipovi usluga)"
msgstr "Možete ga pronaći u postavkama računa (Usluge -> Tipovi usluga)"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:192
msgid "Show taxes"
msgstr "Pokaži poreze"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:193
msgid "Show tax"
msgstr "Pokaži porez"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:193
msgid "Don't show tax"
msgstr "Ne pokazuj porez"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:205
msgid "Type of invoice"
msgstr "Vrsta fakture"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:206
msgid "Only works with invoice, not with offer"
msgstr "Radi samo s fakturom, a ne s ponudom"

#: assets/dev/scripts/components/Settings/GeneralSettingsPanel.jsx:219
msgid "Invoice/Offer due date"
msgstr "Datum dospijeća fakture/ponude"

#: assets/dev/scripts/components/Settings/TokenPanel.jsx:44
msgid "Enter your personal token that you obtained from your SOLO account"
msgstr "Unesite svoj osobni token koji ste dobili sa solo računa"

#: assets/dev/scripts/const/dueDate.js:7
msgid "0 days"
msgstr "0 dana"

#: assets/dev/scripts/const/dueDate.js:8
msgid "1 day"
msgstr "1 dan"

#: assets/dev/scripts/const/dueDate.js:9
msgid "2 days"
msgstr "2 dana"

#: assets/dev/scripts/const/dueDate.js:10
msgid "3 days"
msgstr "3 dana"

#: assets/dev/scripts/const/dueDate.js:11
msgid "4 days"
msgstr "4 dana"

#: assets/dev/scripts/const/dueDate.js:12
msgid "5 days"
msgstr "5 dana"

#: assets/dev/scripts/const/dueDate.js:13
msgid "6 days"
msgstr "6 dana"

#: assets/dev/scripts/const/dueDate.js:14
msgid "1 week"
msgstr "1 tjedan"

#: assets/dev/scripts/const/dueDate.js:15
msgid "2 weeks"
msgstr "2 tjedna"

#: assets/dev/scripts/const/dueDate.js:16
msgid "3 weeks"
msgstr "3 tjedna"

#: assets/dev/scripts/const/invoiceType.js:10
msgid "No label"
msgstr "Nema oznake"

#: assets/dev/scripts/const/invoiceType.js:11
msgid "In advance"
msgstr "Unaprijed"

#: assets/dev/scripts/const/languages.js:7
msgid "Croatian"
msgstr "Hrvatski"

#: assets/dev/scripts/const/languages.js:8
msgid "English"
msgstr "Engleski"

#: assets/dev/scripts/const/languages.js:9
msgid "German"
msgstr "Njemački"

#: assets/dev/scripts/const/languages.js:10
msgid "French"
msgstr "Francuski"

#: assets/dev/scripts/const/languages.js:11
msgid "Italian"
msgstr "Talijanski"

#: assets/dev/scripts/const/languages.js:12
msgid "Spanish"
msgstr "Španjolski"

#: assets/dev/scripts/const/paymentTypeOptions.js:7
msgid "Transactional account"
msgstr "Transakcijski račun"

#: assets/dev/scripts/const/paymentTypeOptions.js:8
msgid "Cash"
msgstr "Gotovina"

#: assets/dev/scripts/const/paymentTypeOptions.js:9
msgid "Cards"
msgstr "Kartice"

#: assets/dev/scripts/const/paymentTypeOptions.js:10
msgid "Cheque"
msgstr "Ček"

#: assets/dev/scripts/const/paymentTypeOptions.js:11
msgid "Other"
msgstr "Ostalo"

#: assets/dev/scripts/const/unitMeasures.js:7
msgid "-"
msgstr "-"

#: assets/dev/scripts/const/unitMeasures.js:8
msgid "piece"
msgstr "kom"

#: assets/dev/scripts/const/unitMeasures.js:9
msgid "hour"
msgstr "sat"

#: assets/dev/scripts/const/unitMeasures.js:10
msgid "year"
msgstr "godina"

#: assets/dev/scripts/const/unitMeasures.js:11
msgid "km"
msgstr "km"

#: assets/dev/scripts/const/unitMeasures.js:12
msgid "litre"
msgstr "litra"

#: assets/dev/scripts/const/unitMeasures.js:13
msgid "kg"
msgstr "kg"

#: assets/dev/scripts/const/unitMeasures.js:14
msgid "kWh"
msgstr "kWh"

#: assets/dev/scripts/const/unitMeasures.js:15
msgid "m³"
msgstr "m³"

#: assets/dev/scripts/const/unitMeasures.js:16
msgid "tonne"
msgstr "tona"

#: assets/dev/scripts/const/unitMeasures.js:17
msgid "m²"
msgstr "m²"

#: assets/dev/scripts/const/unitMeasures.js:18
msgid "m"
msgstr "m"

#: assets/dev/scripts/const/unitMeasures.js:19
msgid "day"
msgstr "dan"

#: assets/dev/scripts/const/unitMeasures.js:20
msgid "month"
msgstr "mjesec"

#: assets/dev/scripts/const/unitMeasures.js:21
msgid "night"
msgstr "noć"

#: assets/dev/scripts/const/unitMeasures.js:22
msgid "cart"
msgstr "košarica"

#: assets/dev/scripts/const/unitMeasures.js:23
msgid "account"
msgstr "račun"

#: assets/dev/scripts/const/unitMeasures.js:24
msgid "pair"
msgstr "par"

#: assets/dev/scripts/const/unitMeasures.js:25
msgid "ml"
msgstr "ml"

#: assets/dev/scripts/const/unitMeasures.js:26
msgid "pax"
msgstr "pax"

#: assets/dev/scripts/const/unitMeasures.js:27
msgid "room"
msgstr "soba"

#: assets/dev/scripts/const/unitMeasures.js:28
msgid "apartment"
msgstr "apartman"

#: assets/dev/scripts/const/unitMeasures.js:29
msgid "term"
msgstr "termin"

#: assets/dev/scripts/const/unitMeasures.js:30
msgid "set"
msgstr "skup"

#: assets/dev/scripts/const/unitMeasures.js:31
msgid "package"
msgstr "paket"

#: assets/dev/scripts/const/unitMeasures.js:32
msgid "point"
msgstr "točka"

#: assets/dev/scripts/const/unitMeasures.js:33
msgid "service"
msgstr "usluga"

#: assets/dev/scripts/const/unitMeasures.js:34
msgid "pal"
msgstr "pal"

#: assets/dev/scripts/const/unitMeasures.js:35
msgid "kont"
msgstr "kont"

#: assets/dev/scripts/const/unitMeasures.js:36
msgid "čl"
msgstr "čl"

#: assets/dev/scripts/const/unitMeasures.js:37
msgid "tis"
msgstr "tis"

#: assets/dev/scripts/const/unitMeasures.js:38
msgid "sec"
msgstr "sek"

#: assets/dev/scripts/const/unitMeasures.js:39
msgid "min"
msgstr "min"

#: assets/dev/scripts/const/unitMeasures.js:40
msgid "str"
msgstr "str"

#: assets/dev/scripts/const/unitMeasures.js:41
msgid "kpl"
msgstr "kpl"

#: assets/dev/scripts/const/unitMeasures.js:42
msgid "pšl"
msgstr "pšl"

#: assets/dev/scripts/const/unitMeasures.js:43
msgid "ha"
msgstr "ha"

#: assets/dev/scripts/const/unitMeasures.js:44
msgid "g"
msgstr "g"

#: assets/dev/scripts/const/unitMeasures.js:45
msgid "x"
msgstr "x"
