Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/hr.json

{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "« Previous",
    "pagination.next": "Next »",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Nadzorna ploča",
    "Advertising": "Oglašavanje",
    "Subscription Reports": "Izvještaji o pretplatama",
    "Manage Business": "Upravljanje poslovanjem",
    "Categories": "Kategorije",
    "Business List": "Popis poslovanja",
    "Manage Plans": "Upravljanje planovima",
    "Create Plan": "Kreiraj plan",
    "Staff Management": "Upravljanje osobljem",
    "Create Staff": "Kreiraj osoblje",
    "Manage Staff": "Upravljanje osobljem",
    "Messages": "Poruke",
    "Manage Messages": "Upravljanje porukama",
    "CMS Manage": "Upravljanje CMS-om",
    "Manage Pages": "Upravljanje stranicama",
    "Manage FAQs": "Upravljanje FAQ-ovima",
    "Terms & Conditions": "Uvjeti i odredbe",
    "Privacy & Policy": "Privatnost i politika",
    "Testimonials": "Svjedočanstva",
    "Features": "Značajke",
    "Interface": "Sučelje",
    "Manage Blogs": "Upravljanje blogovima",
    "Newsletters": "Bilteni",
    "Roles & Permissions": "Uloge i dozvole",
    "Roles": "Uloge",
    "Permissions": "Dozvole",
    "Settings": "Postavke",
    "Currencies": "Valute",
    "Notifications": "Obavijesti",
    "SMS Settings": "SMS postavke",
    "Payment Gateway": "Sustav za plaćanje",
    "System Settings": "Postavke sustava",
    "General Settings": "Opće postavke",

    "Banner": "Baner",
    "Add New Banner": "Dodaj novi baner",
    "Banner List": "Popis banera",
    "Status": "Status",
    "Image": "Slika",
    "Active": "Aktivno",
    "Cancel": "Otkaži",
    "Save": "Spremi",
    "Edit Banner": "Uredi baner",
    "Advertising List": "Popis oglasa",
    "Create Banner": "Kreiraj baner",
    "SL": "SL",
    "Create Advertising": "Kreiraj oglas",
    "Reset": "Ponovno postavi",
    "Edit Advertising": "Uredi oglas",
    "Edit": "Uredi",
    "Delete": "Izbriši",
    "Shop": "Trgovina",
    "Add new Package": "Dodaj novi paket",
    "Shop List": "Popis trgovina",
    "Subscription Plan": "Plan pretplate",
    "Select Plan Category": "Odaberi kategoriju plana",
    "Package Name": "Naziv paketa",
    "Enter Package Name": "Unesite naziv paketa",
    "Business Category": "Kategorija poslovanja",
    "Select Business Category": "Odaberi kategoriju poslovanja",
    "Duration in Days": "Trajanje u danima",
    "Enter number": "Unesite broj",
    "Offer Price": "Cijena ponude",
    "Enter Plan Price": "Unesite cijenu plana",
    "Subscription Price": "Cijena pretplate",
    "Enter Subscription Price": "Unesite cijenu pretplate",
    "View": "Pogledaj",
    "Upgrade Plan": "Nadogradi plan",
    "Edit Shop": "Uredi trgovinu",
    "Select Category": "Odaberi kategoriju",
    "Shop/Business Name": "Naziv trgovine/poslovanja",
    "Enter Shop/Business Name": "Unesite naziv trgovine/poslovanja",
    "Package": "Paket",
    "Select a package": "Odaberi paket",
    "Name": "Ime",
    "Enter Name": "Unesite ime",
    "Role": "Uloga",
    "Select a role": "Odaberi ulogu",
    "Email": "Email",
    "Enter Email": "Unesite email",
    "Phone": "Telefon",
    "Enter Phone Number": "Unesite broj telefona",
    "Password": "Lozinka",
    "Enter Password": "Unesite lozinku",
    "Confirm password": "Potvrdi lozinku",
    "Enter Confirm password": "Unesite potvrdu lozinke",
    "Address": "Adresa",
    "Enter Address": "Unesite adresu",
    "Select Country": "Odaberi državu",
    "Select a Country": "Odaberi državu",
    "Balance": "Stanje",
    "Enter Balance": "Unesite stanje",
    "Search...": "Pretraži...",
    "Business Name": "Naziv poslovanja",
    "Last Enroll": "Zadnja prijava",
    "Expired Date": "Datum isteka",
    "Action": "Akcija",
    "Select A Plan": "Odaberi plan",
    "Select One": "Odaberi jedan",
    "Price": "Cijena",
    "Enter plan price or select a plan": "Unesite cijenu plana ili odaberite plan",
    "Payment Gateways": "Gateway-ovi za plaćanje",
    "Select A payment gateway": "Odaberi gateway za plaćanje",
    "Notes": "Napomene",
    "Enter notes": "Unesite napomene",
    "Business View": "Pregled poslovanja",
    "Created date": "Datum kreiranja",
    "Category": "Kategorija",
    "Add new Category": "Dodaj novu kategoriju",
    "View List": "Pogledaj popis",
    "Buisness Name": "Naziv poslovanja",
    "Enter Description": "Unesite opis",
    "Description": "Opis",
    "Edit Business Category": "Uredi kategoriju poslovanja",
    "Enter Buisness Description": "Unesite opis poslovanja",
    "Business Categories List": "Popis kategorija poslovanja",
    "Add New": "Dodaj novo",
    "Reports": "Izvještaji",
    "All": "Sve",
    "Active User": "Aktivni korisnik",
    "Deactive User": "Deaktivirani korisnik",
    "Date": "Datum",
    "SL.": "SL.",
    "Invoice": "Račun",
    "Customer Name": "Naziv kupca",
    "Amount": "Iznos",
    "View Report": "Pogledaj izvještaj",
    "Download Report": "Preuzmi izvještaj",
    "User View": "Pregled korisnika",
    "Shop Name": "Naziv trgovine",
    "Country": "Država",
    "Reason": "Razlog",
    "Are You Sure?": "Jeste li sigurni?",
    "You won't be able to revert this!": "Nećete moći vratiti ovo!",
    "Yes, Delete It!": "Da, izbriši!",
    "Add Currency": "Dodaj valutu",
    "Code": "Kod",
    "Symbol": "Simbol",
    "Position": "Pozicija",
    "Inactive": "Neaktivan",
    "Make Default": "Postavi kao zadano",
    "Edit Currency": "Uredi valutu",
    "Currency": "Valuta",

    "Total Businesses": "Ukupno poslovanja",
    "Total Expired Businesses": "Ukupno isteklih poslovanja",
    "Total Plan Subscribes": "Ukupno pretplata na planove",
    "Total Business Categories": "Ukupno kategorija poslovanja",
    "Total Plans": "Ukupno planova",
    "Total Staffs": "Ukupno osoblja",
    "Finance Overview": "Pregled financija",

    "Gateway Settings": "Postavke gateway-a",
    "Payment Gateway Settings": "Postavke gateway-a za plaćanje",
    "GATEWAY IMAGE": "SLOVA SLIKA",
    "GATEWAY NAME": "NAZIV GATEWAY-A",
    "Gateway Charge": "Naknada gateway-a",
    "Gateway Currency": "Valuta gateway-a",
    "Gateway Mode": "Način rada gateway-a",
    "Is Manual": "Je li ručno",
    "Yes": "Da",
    "No": "Ne",
    "Label": "Oznaka",
    "Enter label name": "Unesite naziv oznake",
    "Select Required/Optional": "Odaberi obavezno/opcionalno",
    "Required": "Obavezno",
    "Optional": "Opcionalno",
    "Add new row": "Dodaj novi redak",
    "INSTRUCTIONS": "UPUTE",
    "Enter payment instructions here": "Unesite upute za plaćanje ovdje",

    "Messages List": "Popis poruka",
    "Search": "Pretraži",
    "Company Name": "Naziv tvrtke",
    "Message": "Poruka",

    "Notifications List": "Popis obavijesti",
    "Today": "Danas",
    "Last 7 Days": "Zadnjih 7 dana",
    "Last 15 Days": "Zadnjih 15 dana",
    "Last Month": "Prošli mjesec",
    "Last Year": "Prošla godina",
    "Created At": "Kreirano u",
    "Read At": "Pročitano u",
    "Add New Payment Type": "Dodaj novu vrstu plaćanja",
    "Enter Payment Type": "Unesite vrstu plaćanja",
    "Edit Payment Type": "Uredi vrstu plaćanja",
    "Payment Type": "Vrsta plaćanja",
    "Add Payment Type": "Dodaj vrstu plaćanja",
    "Per Page- 10": "Po stranici- 10",
    "Per Page- 25": "Po stranici- 25",
    "Per Page- 50": "Po stranici- 50",
    "Per Page- 100": "Po stranici- 100",
    "Assigned Role": "Dodijeljena uloga",
    "Assign Role To User": "Dodijeli ulogu korisniku",
    "Select User": "Odaberi korisnika",
    "User": "Korisnik",
    "Select Role": "Odaberi ulogu",
    "Add Subscription Plan": "Dodaj plan pretplate",
    "Package List": "Popis paketa",
    "Add New Features": "Dodaj nove značajke",
    "Enter features": "Unesite značajke",
    "Edit Subscription Plan": "Uredi plan pretplate",
    "Edit Package": "Uredi paket",
    "Enter Duration Days": "Unesite broj dana trajanja",
    "Deactive": "Deaktivirano",
    "Create Plans": "Kreiraj planove",
    "User Profile": "Korisnički profil",
    "Registration Date": "Datum registracije",
    "Enter Your Name": "Unesite svoje ime",
    "Enter Your Email": "Unesite svoju e-poštu",
    "Profile Picture": "Profilna slika",
    "Current Password": "Trenutna lozinka",
    "Enter Your Current Password": "Unesite svoju trenutnu lozinku",
    "New Password": "Nova lozinka",
    "Enter New Password": "Unesite novu lozinku",
    "Save Changes": "Spremi promjene",
    "Add New Role": "Dodaj novu ulogu",
    "Set role permissions": "Postavi dopuštenja za ulogu",
    "Role Name": "Naziv uloge",
    "Enter role name": "Unesite naziv uloge",
    "Role Permissions": "Dopuštenja uloge",
    "Setup role permissions": "Postavite dopuštenja uloge",
    "Select All": "Odaberi sve",
    "Roles List": "Popis uloga",
    "Add role, if it does not exist": "Dodaj ulogu, ako ne postoji",
    "Edit Role": "Uredi ulogu",
    "Privacy & Policy Settings": "Postavke privatnosti i politike",
    "Update": "Ažuriraj",
    "Term & Condition Settings": "Postavke uvjeta i odredbi",
    "Title": "Naslov",
    "Enter Title": "Unesite naslov",
    "Copy Right": "Autorska prava",
    "Admin Footer Text": "Tekst podnožja admina",
    "Enter Text": "Unesite tekst",
    "Admin Footer Link Text": "Tekst veze podnožja admina",
    "Admin Footer Link": "Veza podnožja admina",
    "Enter Link": "Unesite vezu",
    "Main Header Logo": "Logo glavnog zaglavlja",
    "Common Header Logo": "Zajednički logo zaglavlja",
    "Footer Logo": "Logo podnožja",
    "Admin Logo": "Logo admina",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Nemojte koristiti nikakve razmake u poljima za unos",

    "App": "Aplikacija",
    "Drivers": "Vozači",
    "Storage Settings": "Postavke pohrane",
    "Mail Configuration": "Konfiguracija pošte",
    "Others": "Drugo",
    "APP_NAME": "IME_APLIKACIJE",
    "APP_KEY": "KLJUČ_APLIKACIJE",
    "APP_DEBUG": "DEBUG_APLIKACIJE",
    "APP_URL": "URL_APLIKACIJE",
    "QUEUE_MAIL": "MAIL_U_REDA",
    "MAIL_DRIVER_TYPE": "TIP_VOZAČA_POŠTE",
    "MAIL DRIVER": "VOZAČ_POŠTE",
    "MAIL_HOST": "HOST_POŠTE",
    "MAIL_PORT": "PORT_POŠTE",
    "MAIL_USERNAME": "KORISNIČKO_IME_POŠTE",
    "MAIL_PASSWORD": "LOZINKA_POŠTE",
    "MAIL_ENCRYPTION": "ENKRIPCIJA_POŠTE",
    "MAIL_FROM_ADDRESS": "ADRESA_POŠTE",
    "MAIL_FROM_NAME": "IME_POŠTE",
    "QUEUE COMMAND Path": "PUTANJA_KOMANDE_REDA",
    "CACHE_DRIVER": "VOZAČ_CACHE-a",
    "Recommended": "Preporučeno",
    "QUEUE_CONNECTION": "VEZA_REDA",
    "SESSION_DRIVER": "VOZAČ_SESIONA",
    "SESSION_LIFETIME": "TRAJANJE_SESIONA",
    "REDIS_PORT": "PORT_REDIS-a",
    "REDIS_URL": "URL_REDIS-a",
    "REDIS_PASSWORD": "LOZINKA_REDIS-a",
    "AWS S3 Storage Bucket": "AWS S3 Spremište",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Ispunite ove podatke ako želite koristiti AWS S3 Spremište",
    "Wasabi Storage Bucket": "Wasabi Spremište",
    "public (uploads folder)": "javno (mapa za prijenose)",
    "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
    "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
    "AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
    "AWS_BUCKET": "AWS_BUCKET",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Ispunite ove podatke ako želite koristiti Wasabi Spremište",
    "WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
    "WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
    "WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
    "WAS_BUCKET": "WAS_BUCKET",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "TRAJANJE_CACHE-a",
    "Paid": "Plaćeno",
    "Reject": "Odbij",
    "Why are you reject It?": "Zašto to odbijate?",
    "Enter Reason": "Unesite razlog",
    "Confirm": "Potvrdi",
    "Subscriptions List": "Popis pretplata",
    "Started": "Započeto",
    "End": "Kraj",
    "Gateway Method": "Metoda prolaza",
    "Are you sure?": "Jeste li sigurni?",
    "Add New Testimonial": "Dodaj novu izjavu",
    "Client Name": "Ime klijenta",
    "Enter Client Name": "Unesite ime klijenta",
    "Stars": "Zvijezde",
    "Works At": "Radi u",
    "Client Image": "Slika klijenta",
    "Review": "Recenzija",
    "Enter text": "Unesite tekst",
    "Enter review message here": "Unesite poruku recenzije ovdje",
    "Edit Testimonial": "Uredi izjavu",
    "Testimonials List": "Popis izjava",
    "Create New": "Kreiraj novo",
    "Add New Staff": "Dodaj novo osoblje",
    "Full Name": "Puno ime",
    "Enter Email Address": "Unesite adresu e-pošte",
    "Edit Staff": "Uredi osoblje",
    "Staff List": "Popis osoblja",
    "User Email": "E-pošta korisnika",
    "User Role": "Uloga korisnika",
    "Comments": "Komentari",
    "Comment List": "Popis komentara",
    "Create Blog": "Kreiraj blog",
    "Blog List": "Popis blogova",
    "Select a status": "Odaberi status",
    "Tags": "Oznake",
    "Enter tags name": "Unesite naziv oznake",
    "SEO Meta Tags": "SEO Meta oznake",
    "Meta Title": "Meta naslov",
    "Meta Description": "Meta opis",
    "Enter meta Description": "Unesite meta opis",
    "Comment": "Komentar",
    "Edit Blog": "Uredi blog",
    "Blogs": "Blogovi",
    "Create Faqs": "Kreiraj FAQ",
    "Add New FAQs": "Dodaj nova FAQ",
    "Question": "Pitanje",
    "InActive": "Neaktivan",
    "Answer": "Odgovor",
    "Enter question answer here": "Unesite odgovor na pitanje ovdje",
    "Edit Faqs": "Uredi FAQ",
    "FAQS List": "Popis Česta Pitanja",
    "View Details": "Pogledajte Detalje",
    "Create Feature": "Stvori Značajku",
    "Add New Feature": "Dodaj Novu Značajku",
    "Backgroud Color": "Pozadinska Boja",
    "Enter Color": "Unesite Boju",
    "Edit Feature": "Uredi Značajku",
    "Features List": "Popis Značajki",
    "Create Interfaces": "Stvori Sučelja",
    "Add New Interface": "Dodaj Novo Sučelje",
    "Edit Interface": "Uredi Sučelje",
    "Interfaces List": "Popis Sučelja",
    "Newsletters List": "Popis Novinskih Članaka",
    "Page for Updating Website Sections": "Stranica za Ažuriranje Dijelova Web Stranice",
    "Slider Section": "Odjeljak Klizača",
    "Header Section": "Odjeljak Zaglavlja",
    "Feature Section": "Odjeljak Značajki",
    "Interface Section": "Odjeljak Sučelja",
    "Watch Section": "Odjeljak Satova",
    "Testimonial Section": "Odjeljak Svjedočanstava",
    "Blog Section": "Odjeljak Bloga",
    "About us Page": "Stranica O Nama",
    "Terms And Conditions": "Uvjeti i Odredbe",
    "Privacy Page": "Stranica Privatnosti",
    "Contuct us Page": "Stranica Kontaktirajte Nas",
    "Pricing Section": "Odjeljak Cjenika",
    "Footer Section": "Odjeljak Podnožja",
    "Social Medias": "Društveni Mediji",
    "Button One": "Gumb Jedan",
    "Button Text": "Tekst Gumba",
    "Button One Link": "Veza Gumba Jedan",
    "Button Two": "Gumb Dva",
    "Button Two Link": "Veza Gumba Dva",
    "Scanner Text": "Tekst Skenera",
    "Scanner Image": "Slika Skenera",
    "Slider Image": "Slika Klizača",
    "Header Button Text": "Tekst Gumba Zaglavlja",
    "Header Button Link": "Veza Gumba Zaglavlja",
    "Enter Header link": "Unesite Vezu Zaglavlja",
    "Section Title": "Naslov Odjeljka",
    "Enter Section Title": "Unesite Naslov Odjeljka",
    "Interface Title": "Naslov Sučelja",
    "Watch Title": "Naslov Satova",
    "Button Link": "Veza Gumba",
    "Watch Image": "Slika Satova",
    "Blog Title": "Naslov Bloga",
    "Read More Button Text": "Tekst Gumba Pročitaj Više",
    "View All Button Text": "Tekst Gumba Pogledaj Sve",
    "View All Link": "Veza Pogledaj Sve",
    "Testimonial Title": "Naslov Svjedočanstava",
    "Enter Short Title": "Unesite Kratki Naslov",
    "Long Title": "Dugi Naslov",
    "About Image": "Slika O Nama",
    "Description One": "Opis Jedan",
    "Description Two": "Opis Dva",
    "Option": "Opcija",
    "Icon": "Ikona",
    "Plan Button Url": "URL Gumba Plana",
    "Short Title": "Kratki Naslov",
    "Right Footer Title": "Naslov Desnog Podnožja",
    "Middle Footer Title": "Naslov Srednjeg Podnožja",
    "Apple App Link": "Veza Apple Aplikacije",
    "Apple App": "Apple Aplikacija",
    "Google Play Link": "Veza Google Play Aplikacije",
    "Google Play App": "Google Play Aplikacija",
    "Right Footer": "Desno Podnožje",
    "Link": "Veza",
    "Middle Footer": "Srednje Podnožje",
    "Left Footer": "Lijevo Podnožje",
    "Footer Socials": "Društvene Mreže u Podnožju",
    "Forgot Password": "Zaboravili Ste Lozinku",
    "Enter the email address associated with your account": "Unesite adresu e-pošte povezanu s vašim računom",
    "Enter your Email": "Unesite svoju E-poštu",
    "Continue": "Nastavi",
    "Back to Login": "Natrag na Prijavu",
    "Login": "Prijava",
    "Welcome to": "Dobrodošli u",
    "Welcome back, Please login in to your account": "Ponovno dobrodošli, Molimo prijavite se u svoj račun",
    "Remember me": "Zapamti me",
    "Forgot Password?": "Zaboravili Ste Lozinku?",
    "Super Admin": "Super Administrator",
    "Admin": "Administrator",
    "Manager": "Menadžer",
    "Reset Password": "Ponovno Postavite Lozinku",
    "Change Password": "Promijenite Lozinku",
    "Create new password, it must be Strong password.": "Stvorite novu lozinku, mora biti jaka lozinka.",
    "Confirm Password": "Potvrdi Lozinku",
    "You Have": "Imate",
    "new Notifications": "novih Obavijesti",
    "Mark all Read": "Oz označi sve kao pročitano",
    "View all notifications": "Pogledajte sve obavijesti",
    "Clear cache": "Očistite predmemoriju",
    "My Profile": "Moj Profil",
    "Logout": "Odjavi se",
    "About Us": "O Nama",
    "Home": "Početna",
    "Pricing": "Cjenik",
    "Pages": "Stranice",
    "Blog": "Blog",
    "Privacy Policy": "Politika Privatnosti",
    "Contact Us": "Kontaktirajte nas",
    "You are having this email because you have requested for a password reset.": "Primili ste ovu e-poštu jer ste zatražili resetiranje lozinke.",
    "Your verification code is:": "Vaš verifikacijski kod je:",
    "This password reset code will expire in 60 minutes.": "Ovaj kod za resetiranje lozinke isteći će za 60 minuta.",
    "If you did not request a password reset, no further action is required.": "Ako niste zatražili resetiranje lozinke, nema potrebe za daljnjim radnjama.",
    "Regards": "S poštovanjem",
    "All right reserved": "Sva prava pridržana",
    "Hi": "Bok",
    "Dear": "Dragi",
    "your OTP code is": "vaš OTP kod je",
    "Please do not share this PIN with anyone": "Molimo vas da ovaj PIN ne dijelite s nikim",
    "Best Regards": "Srdačan pozdrav",
    "Gateway Name": "Ime vrata",
    "Subscription Name": "Ime pretplate",
    "Payable Amount": "Iznos na plaćanje",
    "Phone Number": "Broj telefona",
    "Enter your phone number": "Unesite svoj broj telefona",
    "Pay Now": "Platite sada",
    "Next": "Sljedeće",
    "Previous": "Prethodno",
    "Free": "Besplatno",
    "Features Of Free Plan": "Značajke besplatnog plana",
    "Choose Plan": "Odaberite plan",
    "Blog Details": "Detalji bloga",
    "Leave a Comment Here": "Ostavite komentar ovdje",
    "Your email address will not be published": "Vaša e-mail adresa neće biti objavljena",
    "Enter your name": "Unesite svoje ime",
    "Enter your email": "Unesite svoju e-mail adresu",
    "Enter your comment": "Unesite svoj komentar",
    "Recent Posts": "Nedavne objave",
    "Create a Free Account": "Kreirajte besplatni račun",
    "Enter full name": "Unesite puno ime",
    "Enter phone number": "Unesite broj telefona",
    "Enter email address": "Unesite e-mail adresu",
    "Company": "Tvrtka",
    "Enter company name": "Unesite naziv tvrtke",
    "Enter your message": "Unesite svoju poruku",
    "Pricing Plan": "Plan cijena",
    "Subscription Plans": "Planovi pretplate",

    "Plan List": "Popis planova",
    "Work At": "Radite u",
    "Show- 10": "Prikaži- 10",
    "Show- 25": "Prikaži- 25",
    "Show- 50": "Prikaži- 50",
    "Show- 100": "Prikaži- 100",
    "Duration": "Trajanje",
    "Select": "Odaberite",
    "Currency List": "Popis valuta",
    "Default": "Zadano",
    "Country Name": "Naziv države",
    "View Website": "Pogledajte web stranicu",
    "Contact Messages": "Poruke kontakta",

    "Total Shop": "Ukupna trgovina",
    "Expired Businesses": "Istekle tvrtke",
    "Plan Subscribes": "Pretplate na planove",
    "Total Categories": "Ukupne kategorije",
    "Recent Register": "Nedavna registracija",
    "Date & Time": "Datum i vrijeme",
    "View All": "Pogledajte sve",
    "Add new Business": "Dodajte novu tvrtku",
    "Enter Company Name": "Unesite naziv tvrtke",
    "Edit Business": "Uredi tvrtku",
    "Create Business": "Kreiraj tvrtku",
    "Enter Buisness Name": "Unesite naziv tvrtke",
    "Note: Enter embedded video link": "Napomena: Unesite link za ugrađeni video",
    "Enter title": "Unesite naslov",
    "Enter Code": "Unesite kod",
    "Enter Symbol": "Unesite simbol",
    "Select a position": "Odaberite poziciju",
    "left": "lijevo",
    "right": "desno",
    "TIMEZONE": "VREMENSKA ZONA",
    "Note :": "Napomena:",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Ako koristite MAIL QUEUE nakon promjene postavki e-pošte, trebate ponovno pokrenuti svog supervizora s vašeg poslužitelja",
    "QUEUE COMMAND Path :": "PUTANJA QUEUE COMMAND-a:",
    "QUEUE COMMAND :": "QUEEN COMMAND:",
    "Storage Method": "Metoda pohrane",

    "Brand List": "Popis marki",
    "Add new Brand": "Dodaj novu marku",
    "items show": "prikazanih stavki",
    "Brand Name": "Naziv marke",
    "Create Brand": "Kreiraj marku",
    "Enter Brand Name": "Unesi naziv marke",
    "Edit Brand": "Uredi marku",
    "Add New Category": "Dodaj novu kategoriju",
    "Enter Category Name": "Unesi naziv kategorije",
    "Select Variations": "Odaberi varijacije",
    "Capacity": "Kapacitet",
    "Color": "Boja",
    "Size": "Veličina",
    "Type": "Tip",
    "Weight": "Težina",
    "Edit Category": "Uredi kategoriju",
    "Category List": "Popis kategorija",
    "You want to delete everything!": "Želite li izbrisati sve?",
    "Total Sales": "Ukupna prodaja",
    "Total Purchase": "Ukupna kupovina",
    "Total Income": "Ukupni prihod",
    "This Month": "Ovaj mjesec",
    "Total Expense": "Ukupni trošak",
    "Total Customer": "Ukupno kupaca",
    "Total Supplier": "Ukupno dobavljača",
    "Sales Returns": "Povrat prodaje",
    "Purchase Returns": "Povrat kupovine",
    "Low Stock": "Niska zaliha",
    "Alert Qty": "Količina upozorenja",
    "Profit": "Profit",
    "Loss": "Gubitak",
    "Purchase": "Kupovina",
    "Sales": "Prodaja",
    "Income": "Prihod",
    "Expense": "Trošak",
    "Recent Sales": "Nedavna prodaja",
    "Recent Purchase": "Nedavna kupovina",
    "Customer": "Kupac",
    "Total": "Ukupno",
    "Due": "Duguje",
    "Collect Due": "Naplati dug",
    "Select Invoice": "Odaberi račun",
    "Select an Invoice": "Odaberi račun",
    "Total Amount": "Ukupni iznos",
    "Paid Amount": "Plaćeni iznos",
    "Due Amount": "Dug",
"Select one": "Odaberi jedno",
"Cash": "Gotovina",
"Card": "Kartica",
"Check": "Ček",
"Mobile Pay": "Mobilno plaćanje",
"Due List": "Popis dugova",
"Mobile": "Mobilni",
"Sale": "Prodaja",
"Bill To": "Račun na ime",
"Collected By": "Prikupio",
"Total Due": "Ukupni dug",
"Payment Amount": "Iznos plaćanja",
"Remaining Due": "Preostali dug",
"Powered By": "Pokreće",
"Create Expense Catgeory": "Kreiraj kategoriju troškova",
"Catgeory Name": "Naziv kategorije",
"Enter catgeory Name": "Unesi naziv kategorije",
"Edit Expense Category": "Uredi kategoriju troškova",
"Expense Category List": "Popis kategorija troškova",
"Add new": "Dodaj novi",
"Category Name": "Naziv kategorije",
"Create Expense": "Kreiraj trošak",
"Enter Amount": "Unesi iznos",
"Select A Category": "Odaberi kategoriju",
"Expense For": "Trošak za",
"Enter Expense For": "Unesi trošak za",
"Select a payment type": "Odaberi način plaćanja",
"Bank": "Banka",
"Mobile Payment": "Mobilno plaćanje",
"Reference Number": "Referentni broj",
"Enter reference number": "Unesi referentni broj",
"Expense Date": "Datum troška",
"Note": "Napomena",
"Enter note": "Unesi napomenu",
"Edit Expense": "Uredi trošak",
"Expense List": "Popis troškova",
"Expesne For": "Trošak za",
"Create Income Catgeory": "Kreiraj kategoriju prihoda",
"Enter catgeory name": "Unesi naziv kategorije",
"Edit Income Category": "Uredi kategoriju prihoda",
"Income Category List": "Popis kategorija prihoda",
"Create Income": "Kreiraj prihod",
"Enter amount": "Unesi iznos",
"Enter income for": "Unesi prihod za",
"Income Date": "Datum prihoda",
"Edit Income": "Uredi prihod",
"Income List": "Popis prihoda",
"Sale New": "Nova prodaja",
"Sale List": "Popis prodaje",
"Sale Return": "Povrat prodaje",
"Purchases": "Kupovine",
"Purchase New": "Nova kupovina",
"Purchase List": "Popis kupovina",
"Purchase Return": "Povrat kupovine",
"Products": "Proizvodi",
"All Product": "Svi proizvodi",
"Add Product": "Dodaj proizvod",
"Brand": "Marka",
"Unit": "Jedinica",
"Stock List": "Popis zaliha",
"Customers": "Kupci",
"All Customers": "Svi kupci",
"Add Customer": "Dodaj kupca",
"Suppliers": "Dobavljači",
"All Suppliers": "Svi dobavljači",
"Add Supplier": "Dodaj dobavljača",
"Income Category": "Kategorija prihoda",
"Expense Category": "Kategorija troškova",
"Subscriptions": "Pretplate",
"Profit & Loss List": "Popis dobiti i gubitka",
"All Income": "Svi prihodi",
"All Expense": "Svi troškovi",
"Current Stock": "Trenutna zaliha",
"Customer Due": "Dug kupaca",
"Supplier Due": "Dug dobavljača",
"Loss & Profit": "Gubitak i dobit",
"Loss/Profit": "Gubitak/Dobit",
"Unpaid": "Nenaplaćeno",
"Loss Profit": "Gubitak/Dobit",
"Loss Profit List": "Popis gubitka/dobiti",
"Product List": "Popis proizvoda",
"Create Party": "Kreiraj stranku",
"List": "Popis",
"Party Type": "Tip stranke",
"Retailer": "Trgovac na malo",
"Dealer": "Diler",
"Wholesaler": "Veletrgovac",
"Supplier": "Dobavljač",
"Enter Due": "Unesi dug",
"Edit Party": "Uredi stranku",
"Edit ": "Uredi ",
" List": " Popis",
"Parties List": "Popis stranaka",
"Add new ": "Dodaj novi ",
"Create Product": "Kreiraj proizvod",
"Add new Product": "Dodaj novi proizvod",
"Product Name": "Naziv proizvoda",
"Enter Product Name": "Unesi naziv proizvoda",
"Product Category": "Kategorija proizvoda",
"Product Unit": "Jedinica proizvoda",
"Product Code": "Šifra proizvoda",
"Enter Product Code": "Unesi šifru proizvoda",
"Stock": "Zaliha",
"Enter stock qty": "Unesi količinu zalihe",
"Purchase Price": "Nabavna cijena",
"Enter purchase price": "Unesi nabavnu cijenu",
"Sale Price": "Prodajna cijena",
"Enter sale price": "Unesi prodajnu cijenu",
"Wholesale Price": "Veleprodajna cijena",
"Enter wholesale price": "Unesi veleprodajnu cijenu",
"Dealer Price": "Cijena dilera",
"Enter dealer price": "Unesi cijenu dilera",
"Manufacturer": "Proizvođač",
"Enter manufacturer name": "Unesi ime proizvođača",
"Edit Product": "Uredi proizvod",
"Product Brand": "Marka proizvoda",
"Purchase price": "Nabavna cijena",
"Sale price": "Prodajna cijena",
"Pos Sale": "Prodaja na POS-u",
"Invoice no": "Broj računa",
"Invoice No": "Broj računa",
"Items": "Stavke",
"Qty": "Količina",
"Sub Total": "Ukupno",
"Purchase return Amount ": "Iznos povrata kupovine",
"Confirm Return": "Potvrdi povrat",
"Purchase Return List": "Popis povrata kupovine",
"Return Date": "Datum povrata",
"Return Amount": "Iznos povrata",
"Return Qty": "Količina povrata",
"Brand list": "Popis marki",
"0": "0",
"Quick Action": "Brza akcija",
"Today Purchase": "Današnja kupovina",
"Calculator": "Kalkulator",
"Select Supplier": "Odaberi dobavljača",
"Receive Amount": "Primljeni iznos",
"Search product...": "Pretraži proizvod...",
"Due: ": "Dug: ",
"Party Name": "Ime stranke",
"Discount": "Popust",
"Payment": "Plaćanje",
"INVOICE": "RAČUN",
"Sells By": "Prodaje",
"Quantity": "Količina",
"Unit Price": "Cijena jedinice",
"Total Price": "Ukupna cijena",
"Item": "Stavka",
"Paid by": "Plaćeno od strane",
"Subtotal": "Podukupno",
"Customer Signature": "Potpis kupca",
"Authorized Signature": "Ovlašteni potpis",
"Add Items": "Dodaj stavke",
"Enter Quantity": "Unesi količinu",
"Enter Purchase Price": "Unesi nabavnu cijenu",
"Sales Price": "Prodajna cijena",
"Enter Sales Price": "Unesi prodajnu cijenu",
"WholeSale Price": "Veleprodajna cijena",
"Enter WholeSale Price": "Unesi veleprodajnu cijenu",
"Enter Dealer Price": "Unesi cijenu dilera",
"Customer Due Reports": "Izvještaji o dugu kupaca",
"Customer Due List": "Popis dugova kupaca",
"Expense Reports": "Izvještaji o troškovima",
"Expense Report List": "Popis izvještaja o troškovima",
"Income For": "Prihod za",
"Income Reports": "Izvještaji o prihodima",
"Income Report List": "Popis izvještaja o prihodima",
"Loss Profit Reports": "Izvještaji o gubitku/dobiti",
"From Date": "Od datuma",
"To Date": "Do datuma",
"Loss Profit Report List": "Popis izvještaja o gubitku/dobiti",
"Discount Amount": "Iznos popusta",
"Sale Date": "Datum prodaje",
"Purchase Report List": "Popis izvještaja o kupovini",
"Purchase Reports": "Izvještaji o kupovini",
"Purchase Return Report List": "Popis izvještaja o povratima kupovine",
"Purchase Return Reports": "Izvještaji o povratima kupovine",
"Sales Report List": "Popis izvještaja o prodaji",
"Sale Reports": "Izvještaji o prodaji",
"Sale Return Report": "Izvještaj o povratu prodaje",
"Sale Return Reports": "Izvještaji o povratima prodaje",
"Sale Return Report List": "Popis izvještaja o povratima prodaje",
"Cost": "Trošak",
"Stock Value": "Vrijednost zaliha",
"Stock Report List": "Popis izvještaja o zalihama",
"Stock Reports": "Izvještaji o zalihama",
"Total Quantity": "Ukupna količina",
"Total Stock Value": "Ukupna vrijednost zaliha",
"Supplier Due Reports": "Izvještaji o dugu dobavljača",
"Supplier Due List": "Popis dugova dobavljača",
"Profile Edit": "Uredi profil",
"Parties": "Stranke",
"Sales List": "Popis prodaje",
"User Title": "Naslov korisnika",
"Enter user title": "Unesi naslov korisnika",
"Email Address": "Adresa e-pošte",
"Edit User Role": "Uredi ulogu korisnika",
"Add User Role": "Dodaj ulogu korisnika",
"Sale return Amount ": "Iznos povrata prodaje",
"Sales Return List": "Popis povrata prodaje",
"Select Customer": "Odaberi kupca",
"Guest": "Gost",
"Enter Customer Phone Number": "Unesi telefonski broj kupca",
"Type note...": "Upiši napomenu...",
"Sales Return": "Povrat prodaje",
"Purchases Return": "Povrat kupovine",
"Add Vat": "Dodaj PDV",
"Tax": "Porez",
"Apply": "Primijeni",
"Select a category": "Odaberi kategoriju",
"Company And Business Name": "Naziv tvrtke i poslovanja",
"Enter Phone": "Unesi telefon",
"Logo": "Logo",
"Invoice Logo": "Logo na računu",
"Purchase Plan": "Plan kupovine",
"Days": "Dani",
"Already Subscribed": "Već pretplaćeno",
"Buy Now": "Kupite sada",
"Create Unit": "Kreiraj jedinicu",
"Unit Name": "Naziv jedinice",
"Enter Unit Name": "Unesi naziv jedinice",
"Unit List": "Popis jedinica",
"Add new Unit": "Dodaj novu jedinicu",
"Overall Reports": "Sveukupni izvještaji",
"Revenue Statistic": "Statistika prihoda",
"Today Sales": "Današnja prodaja",
"Change Amount": "Iznos promjene",
"Vat": "PDV",
"Save Product": "Spremi proizvod",
"Product": "Proizvod",
"Category created successfully": "Kategorija uspješno kreirana",
"Category updated successfully": "Kategorija uspješno ažurirana",
"Category deleted successfully": "Kategorija uspješno izbrisana",
"Selected Category deleted successfully": "Odabrana kategorija uspješno izbrisana",
"Something went wrong!": "Nešto je pošlo po zlu!",
"Brand created cuccessfully": "Marka uspješno kreirana",
"Brand updated successfully": "Marka uspješno ažurirana",
"Brand deleted successfully": "Marka uspješno izbrisana",
"Selected Brands deleted successfully": "Odabrane marke uspješno izbrisane",
"Something was wrong.": "Nešto je pošlo po zlu.",
"Default currency activated successfully": "Zadana valuta uspješno aktivirana",
"Failed to set default currency. Please try again.": "Neuspješno postavljanje zadane valute. Molimo pokušajte ponovno.",
"Collect Due saved successfully": "Uspješno spremljeno naplatiti dug",
"Expense Category saved successfully.": "Kategorija troškova uspješno spremljena.",
"Expense Category updated successfully.": "Kategorija troškova uspješno ažurirana.",
"Expense Category deleted successfully": "Kategorija troškova uspješno izbrisana",
"Selected item deleted successfully.": "Odabrana stavka uspješno izbrisana.",
"Expense saved successfully.": "Trošak uspješno spremljen.",
"Expense updated successfully.": "Trošak uspješno ažuriran.",
"Expense deleted successfully": "Trošak uspješno izbrisan",
"Selected Items deleted successfully.": "Odabrane stavke uspješno izbrisane.",
"Income Category saved successfully.": "Kategorija prihoda uspješno spremljena.",
"Income Category updated successfully.": "Kategorija prihoda uspješno ažurirana.",
"Income Category deleted successfully": "Kategorija prihoda uspješno izbrisana",
"Income saved successfully.": "Prihod uspješno spremljen.",
"Income updated successfully.": "Prihod uspješno ažuriran.",
"Income deleted successfully": "Prihod uspješno izbrisan",
"Premission denied.": "Pristup zabranjen.",
"Customer created successfully": "Kupac uspješno kreiran",
"Supplier created successfully": "Dobavljač uspješno kreiran",
"Supplier deleted successfully": "Dobavljač uspješno izbrisan",
"Customer deleted successfully": "Kupac uspješno izbrisan",
"Selected parties deleted successfully": "Odabrane stranke uspješno izbrisane",
"Product saved successfully.": "Proizvod uspješno spremljen.",
"Data saved successfully.": "Podaci uspješno spremljeni.",
"Product deleted successfully": "Proizvod uspješno izbrisan",
"Selected product deleted successfully": "Odabrani proizvod uspješno izbrisan",
"Cart is empty. Add items first!": "Košarica je prazna. Prvo dodajte stavke!",
"Purchase created successfully.": "Kupovina uspješno kreirana.",
"Somethings went wrong!": "Nešto je pošlo po zlu!",
"Purchase updated successfully.": "Kupovina uspješno ažurirana.",
"Selected purchases deleted successfully.": "Odabrane kupovine uspješno izbrisane.",
"Sales created successfully.": "Prodaja uspješno kreirana.",
"You cannot sale in due for a walking customer.": "Ne možete prodati na dug za slučajnog kupca.",
"Sales updated successfully.": "Prodaja uspješno ažurirana.",
"Sale deleted successfully.": "Prodaja uspješno izbrisana.",
"Selected sales deleted successfully.": "Odabrane prodaje uspješno izbrisane.",
"Unit saved successfully": "Jedinica uspješno spremljena",
"Unit updated successfully": "Jedinica uspješno ažurirana",
"Units deleted successfully": "Jedinice uspješno izbrisane",
"Unit deleted successfully": "Jedinica uspješno izbrisana",
"Quantity and price updated successfully": "Količina i cijena uspješno ažurirane",
"Enter valid qty and price": "Unesite valjanu količinu i cijenu",
"Item not found in the cart": "Stavka nije pronađena u košarici",
"The cart does not contain this item": "Košarica ne sadrži ovu stavku",
"Item removed from cart": "Stavka uklonjena iz košarice",
"All cart removed successfully!": "Sve stavke uspješno uklonjene iz košarice!",
"Current Password does not match with old password": "Trenutna lozinka se ne podudara sa starom lozinkom",
"Profile updated successfully": "Profil uspješno ažuriran",
"Purchase returned successfully.": "Kupovina uspješno vraćena.",
"Business General Setting updated successfully": "Opće postavke poslovanja uspješno ažurirane",
"User role created successfully": "Uloga korisnika uspješno kreirana",
"User role updated successfully": "Uloga korisnika uspješno ažurirana",
"User role deleted successfully": "Uloga korisnika uspješno izbrisana",
"You have no permission to access.": "Nemate ovlasti za pristup.",
"Sale returned successfully.": "Prodaja uspješno vraćena.",
"New subscription order successfully.": "Nova pretplata uspješno naručena.",


    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration & Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}