# Dolibarr language file - Source file is en_US - website Shortname=Kod WebsiteName=Naziv web stranice WebsiteSetupDesc=Ovdje kreirajte web stranice koje želite koristiti. Zatim idite na izbornik Web stranice da ih uredite. DeleteWebsite=Obriši Web mjesto ConfirmDeleteWebsite=Jeste li sigurni da želite izbrisati ovu web stranicu? Sve njegove stranice i sadržaj također će biti uklonjeni. Učitane datoteke (kao u direktorij medija, ECM modul, ...) ostat će. WEBSITE_TYPE_CONTAINER=Vrsta stranice/spremnika WEBSITE_PAGE_EXAMPLE=Web stranica za korištenje kao primjer WEBSITE_PAGENAME=Naziv stranice/alias WEBSITE_ALIASALT=Alternativni nazivi stranica/pseudonim WEBSITE_ALIASALTDesc=Ovdje upotrijebite popis drugih imena/pseudonima kako bi se stranici također moglo pristupiti korištenjem ovih drugih imena/pseudonima (na primjer, staro ime nakon preimenovanja aliasa kako bi povratna veza na staru vezu/naziv radila). Sintaksa je:
alternativnoime1, alternativnoime2, ... WEBSITE_CSS_URL=URL vanjske CSS datoteke WEBSITE_CSS_INLINE=Sadržaj CSS datoteke (zajednički za sve stranice) WEBSITE_JS_INLINE=Sadržaj JavaScript datoteke (zajednički za sve stranice) WEBSITE_HTML_HEADER=Dodatak na dnu HTML zaglavlja (zajednički za sve stranice) WEBSITE_ROBOT=Datoteka za botove (robots.txt) WEBSITE_HTACCESS=.htaccess datoteka za web stranicu WEBSITE_MANIFEST_JSON=manifest.json datoteka za web stranicu WEBSITE_KEYWORDSDesc=Za odvajanje vrijednosti koristite zarez EnterHereReadmeInformation=Ovdje unesite opis web stranice. Ako svoju web stranicu distribuirate kao predložak, datoteka će biti uključena u paket temptate. EnterHereLicenseInformation=Ovdje unesite LICENCU koda web stranice. Ako svoju web stranicu distribuirate kao predložak, datoteka će biti uključena u paket temptate. HtmlHeaderPage=HTML zaglavlje (specifično samo za ovu stranicu) PageNameAliasHelp=Naziv ili pseudonim stranice.
Ovaj pseudonim se također koristi za lažiranje SEO URL-a kada se web-mjesto pokreće s virtualnog hosta web-poslužitelja (kao što su Apacke, Nginx, .. .). Koristite gumb "%s" za uređivanje ovog aliasa. EditTheWebSiteForACommonHeader=Napomena: Ako želite definirati personalizirano zaglavlje za sve stranice, uredite zaglavlje na razini stranice umjesto na stranici/spremniku. MediaFiles=Mediji EditCss=Uredite svojstva web stranice EditMenu=Uredi izbornik EditMedias=Uredi medije EditPageMeta=Uredite svojstva stranice/spremnika EditInLine=Uredi u tekstu AddWebsite=Dodajte web stranicu WebsitePage=Website page Webpage=Web stranica/spremnik AddPage=Dodajte stranicu/spremnik PageContainer=Strana PreviewOfSiteNotYetAvailable=Pregled vaše web-lokacije %s još nije dostupan. Najprije morate 'Uvesti cijeli predložak web stranice' ili samo ' span>Dodajte stranicu/spremnik'. RequestedPageHasNoContentYet=Zatražena stranica s ID-om %s još nema sadržaja ili je datoteka iz predmemorije .tpl.php uklonjena. Uredite sadržaj stranice kako biste to riješili. SiteDeleted=Web stranica '%s' je izbrisana PageContent=Stranica/Contenair PageDeleted=Stranica/Contenair '%s' web stranice %s izbrisana PageAdded=Stranica/Contenair '%s' dodana ViewSiteInNewTab=Pogledaj lokaciju u novom tabu ViewPageInNewTab=Pogledaj stranicu u novom tabu SetAsHomePage=Postavi kao početnu stranicu RealURL=Pravi URL ViewWebsiteInProduction=Pogledaj web lokaciju koristeći URL naslovnice Virtualhost=Naziv virtualnog hosta ili domene VirtualhostDesc=Naziv virtualnog hosta ili domene (Na primjer: www.mywebsite.com, mybigcompany.net, ...) ToDeployYourWebsiteOnLiveYouHave3Solutions=To deploy this website live, you have 3 solutions... SetHereVirtualHost=Koristi s Apache/NGinx/...
Stvori na vaš web poslužitelj (Apache, Nginx, ...) namjenski virtualni host s omogućenim PHP-om i korijenski direktorij na
%s ExampleToUseInApacheVirtualHostConfig=Primjer za korištenje u postavljanju virtualnog hosta Apache: YouCanAlsoTestWithPHPS=Use with PHP embedded server
On develop environment, you may prefer to test the site with the PHP embedded web server by running YouCanAlsoDeployToAnotherWHP=Run your web site inside a Dolibarr web Hosting provider
If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on https://saas.dolibarr.org CheckVirtualHostPerms=Provjeri također da korisnik virtualnog hosta (na primjer www-data) ima %s dopuštenja za datoteke u
%s ReadPerm=Čitaj WritePerm=Piši TestDeployOnWeb=Testirajte / implementirajte na web PreviewSiteServedByWebServer=Pregledajte %s u novoj kartici.

%s posluživat će vanjski web poslužitelj (kao što je Apache, Nginx, IIS ). Morate instalirati i postavku ovog poslužitelja prije nego što usmjerite na direktorij:
%s
URL koji poslužuje vanjski poslužitelj:
%s PreviewSiteServedByDolibarr=Preview %s in a new tab.

The %s will be served by Dolibarr server so it does not need any extra web server (like Apache, Nginx, IIS) to be installed.
The inconvenient is that the URLs of pages are not user friendly and start with the path of your Dolibarr.
URL served by Dolibarr:
%s

To use your own external web server to serve this web site, create a virtual host on your web server that points on directory
%s
then enter the name of this virtual server in the properties of this website and click on the link "Test/Deploy on the web". VirtualHostUrlNotDefined=URL virtualnog hosta kojeg poslužuje vanjski web poslužitelj nije definiran NoPageYet=Još nema stranica YouCanCreatePageOrImportTemplate=Možete stvoriti novu stranicu ili uvesti cijeli predložak web stranice SyntaxHelp=Pomoć za određene savjete za sintaksu YouCanEditHtmlSourceckeditor=Izvorni HTML kod možete urediti pomoću gumba "Izvor" u uređivaču. YouCanEditHtmlSource=
You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $db, $mysoc, $user, $website, $websitepage, $weblangs, $pagelangs.

You can also include content of another Page/Container with the following syntax:
<?php includeContainer('alias_of_container_to_include'); ?>

You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):
<?php redirectToContainer('alias_of_container_to_redirect_to'); ?>
You can also make a redirection with GET parameters:
<?php redirectToContainer('alias_of_container_to_redirect_to', '', 0, 0, $array_of_get_params); ?>

To add a link to another page, use the syntax:
<a href="alias_of_page_to_link_to.php">mylink<a>

To include a link to download a file stored into the documents directory, use the document.php wrapper:
Example, for a file into documents/ecm (need to be logged), syntax is:
<a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext">
For a file into documents/medias (open directory for public access), syntax is:
<a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext">
For a file shared with a share link (open access using the sharing hash key of file), syntax is:
<a href="/document.php?hashp=publicsharekeyoffile">
YouCanEditHtmlSource1=
To include an image stored into the documents directory, use the viewimage.php wrapper.
Example, for an image into documents/medias (open directory for public access), syntax is:
<img src="/viewimage.php?modulepart=medias&file=[relative_dir/]filename.ext">
YouCanEditHtmlSource2=Za sliku podijeljenu s vezom za dijeljenje (otvoreni pristup pomoću hash ključa za dijeljenje datoteke), sintaksa je:
<img src="/viewimage.php?hashp=12345679012...">
YouCanEditHtmlSource3=To get the URL of the image of a PHP object, use
<img src="<?php print getImagePublicURLOfObject($object, 1, "_small") ?>">
YouCanEditHtmlSourceMore=
More examples of HTML or dynamic code available on the wiki documentation.
ClonePage=Kloniraj stranicu/spremnik CloneSite=Klonirajte mjesto SiteAdded=Web stranica dodana ConfirmClonePage=Unesite kod/pseudonim nove stranice i ako je to prijevod klonirane stranice. PageIsANewTranslation=Nova stranica je prijevod trenutne stranice? LanguageMustNotBeSameThanClonedPage=Klonirate stranicu kao prijevod. Jezik nove stranice mora se razlikovati od jezika izvorne stranice. ParentPageId=ID roditeljske stranice WebsiteId=ID web stranice CreateByFetchingExternalPage=izradi stranica/spremnik dohvaćanjem stranice s vanjskog URL-a... OrEnterPageInfoManually=Ili izradite stranicu od nule ili iz predloška stranice... FetchAndCreate=Dohvati i kreiraj ExportSite=Izvoz web stranice ImportSite=Uvezite predložak web stranice IDOfPage=Id stranice Banner=Baner BlogPost=Blog post WebsiteAccount=Račun web stranice WebsiteAccounts=Računi web stranice AddWebsiteAccount=izradi račun web stranice BackToListForThirdParty=Povratak na popis za treće strane DisableSiteFirst=Prvo onemogućite web stranicu MyContainerTitle=Naslov moje web stranice AnotherContainer=Ovako možete uključiti sadržaj druge stranice/spremnika (ovdje možete imati pogrešku ako omogućite dinamički kod jer ugrađeni potspremnik možda ne postoji) SorryWebsiteIsCurrentlyOffLine=Nažalost, ova web stranica trenutno nije na mreži. Molim vas, vratite se kasnije... WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Omogućite tablicu za pohranu računa web stranice (login/pass) za svaku web stranicu / treću stranu YouMustDefineTheHomePage=Najprije morate definirati zadanu početnu stranicu OnlyEditionOfSourceForGrabbedContentFuture=Upozorenje: Izrada web stranice uvozom vanjske web stranice rezervirana je za iskusne korisnike. Ovisno o složenosti izvorne stranice, rezultat uvoza može se razlikovati od izvornika. Također, ako izvorna stranica koristi uobičajene CSS stilove ili sukobljeni JavaScript, to može pokvariti izgled ili značajke uređivača web-mjesta prilikom rada na ovoj stranici. Ova je metoda brži način za izradi stranicu, ali preporučuje se izradi svoju novu stranicu ispočetka ili s predložene stranice predložak.
Također imajte na umu da ugrađeni uređivač možda neće raditi ispravno kada se koristi na preuzetoj vanjskoj stranici. OnlyEditionOfSourceForGrabbedContent=Moguće je samo izdanje HTML izvora kada je sadržaj preuzet s vanjske stranice GrabImagesInto=Uzmite i slike pronađene u css-u i stranici. ImagesShouldBeSavedInto=Slike bi trebale biti spremljene u imenik WebsiteRootOfImages=Korijenski direktorij za slike web stranice SubdirOfPage=Poddirektorij posvećen stranici AliasPageAlreadyExists=Stranica alias %s već postoji CorporateHomePage=Početna stranica tvrtke EmptyPage=Prazna stranica ExternalURLMustStartWithHttp=Vanjski URL mora početi s http:// ili https:// ZipOfWebsitePackageToImport=Prenesite Zip datoteku paketa predložaka web-mjesta ZipOfWebsitePackageToLoad=ili Odaberite dostupni paket ugrađenih predložaka web-mjesta ShowSubcontainers=Prikaži dinamički sadržaj InternalURLOfPage=Interni URL stranice ThisPageIsTranslationOf=Ova stranica/spremnik je prijevod ThisPageHasTranslationPages=Ova stranica/spremnik ima prijevod NoWebSiteCreateOneFirst=Još nije stvorena nijedna web stranica. Prvo stvorite jednu. GoTo=Idi na DynamicPHPCodeContainsAForbiddenInstruction=Dodajete dinamički PHP kod koji sadrži PHP instrukciju ' %s ' koja je prema zadanim postavkama zabranjena kao dinamički sadržaj (pogledajte skrivene opcije WEBSITE_PHP_ALL list_xxx naredbe za povećanje dopuštenih naredbi). NotAllowedToAddDynamicContent=Nemate dopuštenje za dodavanje ili uređivanje PHP dinamičkog sadržaja na web stranicama. Zatražite dopuštenje ili jednostavno zadržite kod u php oznakama nepromijenjenim. ReplaceWebsiteContent=Pretražite ili zamijenite sadržaj web stranice DeleteAlsoJs=Izbrisati i sve JavaScript datoteke specifične za ovu web stranicu? DeleteAlsoMedias=Izbrisati i sve medijske datoteke specifične za ovo web mjesto? MyWebsitePages=Moje web stranice SearchReplaceInto=Traži | Zamijeni u ReplaceString=Novi niz CSSContentTooltipHelp=Ovdje unesite CSS sadržaj. Kako biste izbjegli bilo kakav sukob s CSS-om aplikacije, svakoj deklaraciji svakako dodajte klasu .bodywebsite. Na primjer:

#mycssselector, input.myclass:hover { ...
mora biti
.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ...

Napomena: ako imate veliku datoteku bez ovog prefiksa, možete upotrijebiti 'lessc' da je pretvorite u dodavanje prefiksa .bodywebsite posvuda. LinkAndScriptsHereAreNotLoadedInEditor=Upozorenje: Ovaj se sadržaj ispisuje samo kada se stranici pristupi s poslužitelja. Ne koristi se u načinu uređivanja pa ako trebate učitati JavaScript datoteke i u načinu uređivanja, samo dodajte svoju oznaka 'script src=...' na stranicu. Dynamiccontent=Uzorak stranice s dinamičkim sadržajem EditInLineOnOff=Način 'Inline Edit' je %s ShowSubContainersOnOff=Način za izvršavanje 'dinamičkog sadržaja' je %s GlobalCSSorJS=Globalna datoteka CSS/JS/Header web stranice BackToHomePage=Povratak na početnu stranicu... TranslationLinks=Prijevodne veze YouTryToAccessToAFileThatIsNotAWebsitePage=Pokušavate pristupiti stranici koja nije dostupna.
(ref=%s, type=%s, status=%s) UseTextBetween5And70Chars=Za dobre SEO prakse, koristite tekst između 5 i 70 znakova MainLanguage=Glavni jezik OtherLanguages=Drugi jezici UseManifest=Navedite datoteku manifest.json PublicAuthorAlias=Javno ime autora AvailableLanguagesAreDefinedIntoWebsiteProperties=Dostupni jezici definirani su u svojstvima web stranice ReplacementDoneInXPages=Zamjena izvršena na %s stranicama ili spremnicima RSSFeed=RSS Feed RSSFeedDesc=Pomoću ovog URL-a možete dobiti RSS feed najnovijih članaka tipa 'blogpost' PagesRegenerated=%s stranica/spremnik(i) regenerirano RegenerateWebsiteContent=Regenerirajte datoteke predmemorije web stranice AllowedInFrames=Dopušteno u okvirima DefineListOfAltLanguagesInWebsiteProperties=Definirajte popis svih dostupnih jezika u svojstva web stranice. GenerateSitemaps=Generirajte datoteku sitemap.xml web stranice ConfirmGenerateSitemaps=Ako potvrdite, izbrisat ćete postojeću Sitemap datoteku ... ConfirmSitemapsCreation=Potvrdite generiranje Sitemapa SitemapGenerated=Generirana datoteka Sitemap %s ImportFavicon=Favicon ErrorFaviconType=Favicon mora biti png ErrorFaviconSize=Favicon mora biti veličine 16x16, 32x32 ili 64x64 FaviconTooltip=Prenesite sliku koja mora biti PNG (16x16, 32x32 ili 64x64) NextContainer=Sljedeća stranica/spremnik PreviousContainer=Prethodna stranica/spremnik WebsiteMustBeDisabled=Web stranica mora imati status "%s" WebpageMustBeDisabled=Web stranica mora imati status "%s" SetWebsiteOnlineBefore=Kada je web stranica izvan mreže, sve stranice su izvan mreže. Prvo promijenite status web stranice. Booking=Rezervacija Reservation=Rezervacija PagesViewedPreviousMonth=Pregledane stranice (prethodni mjesec) PagesViewedTotal=Pregledane stranice (ukupno) Everyone=Svatko AssignedContacts=Dodijeljeni kontakti WebsiteTypeLabel=Vrsta web stranice WebsiteTypeDolibarrWebsite=Web site (Module WebSites CMS) WebsiteTypeDolibarrPortal=Native and ready to use web portal (Module Web Portal) WebPortalURL=Web portal URL NewWebsiteAccount=New accounts for websites ModuleWebPortalName=Web portal ModuleWebPortalDesc=A ready to use native web portal for customers, suppliers, partners or members WebPortalDescription=Public web portal module for membership and partnership WebPortalSetup=WebPortal setup WebPortalCSS=Web portal CSS WebPortalSetupPage=WebPortal setup page WEBPORTAL_TITLE=Brand name on header of public page UserAccountForWebPortalAreInThirdPartyTabHelp=Users accounts for WebPortal can be set on each third party card in Website accounts tab WebPortalAccessHidden=Skriveno WebPortalAccessVisible=Visible WebPortalAccessEdit=Editable WEBPORTAL_MEMBER_CARD_ACCESS=Enable access to the membership record WebPortalMemberCardAccessHelp=Enable access to the membership record (Hidden / Visible or Editable) WEBPORTAL_PARTNERSHIP_CARD_ACCESS=Enable access to the partnership record WebPortalPartnerShipCardAccessHelp=Enable access to the partnership record (Hidden / Visible or Editable) WEBPORTAL_PROPAL_LIST_ACCESS=Enable access to the proposals WEBPORTAL_ORDER_LIST_ACCESS=Enable access to the orders WEBPORTAL_INVOICE_LIST_ACCESS=Enable access to the invoices WEBPORTAL_USER_LOGGED=Select an anonymous user WebPortalUserLoggedHelp=This user is used to update cards WebPortalHomeTitle=Welcome WebPortalHomeDesc=Welcome to the public interface WebPortalPropalListMenu=Ponude kupcima WebPortalPropalListTitle=Ponude kupcima WebPortalPropalListDesc=You will find here all your proposals WebPortalPropalListNothing=Proposals not found WebPortalOrderListMenu=Sales Orders WebPortalOrderListTitle=Narudžbenice WebPortalOrderListDesc=You will find here all your sales orders WebPortalOrderListNothing=Orders not found WebPortalInvoiceListMenu=Izlazni računi WebPortalInvoiceListTitle=Izlazni računi WebPortalInvoiceListDesc=You will find here all your invoices WebPortalInvoiceListNothing=Invoices not found WebPortalMemberCardMenu=Član WebPortalMemberCardTitle=Kartica člana WebPortalMemberCardDesc=This is information related to your membership WebPortalPartnershipCardMenu=Partnerstvo WebPortalPartnershipCardTitle=Partnership card WebPortalPartnershipCardDesc=Partnership card loginWebportalUserName=User name / email RemoveSearchFilters=Remove search filters WEBPORTAL_PRIMARY_COLOR=Primary color WEBPORTAL_SECONDARY_COLOR=Secondary color WEBPORTAL_LOGIN_LOGO_URL=Login logo image URL WEBPORTAL_MENU_LOGO_URL=Menu logo image URL WEBPORTAL_MENU_LOGO_URLTooltip=Leave empty to use login logo WEBPORTAL_LOGIN_BACKGROUND=Background login image URL WEBPORTAL_BANNER_BACKGROUND=Background for banner WEBPORTAL_BANNER_BACKGROUND_IS_DARK=Use dark theme for banner AriaPrevPage=Previous page AriaNextPage=Next page AriaPageX=Page %s WebPortalError404=Page not found WebPortalErrorPageNotExist=Page not exist WebPortalErrorFetchThirdPartyAccountFromLogin=Error when loading third-party account (login : %s) WebPortalErrorAuthentication=Authentication error WebPortalErrorFetchLoggedThirdPartyAccount=Error when loading third-party account (login : %s) WebPortalErrorFetchLoggedUser=Error when loading user (Id : %s) WebPortalErrorFetchLoggedThirdParty=Error when loading third-party (Id : %s) WebPortalErrorFetchLoggedMember=Error when loading member (Id : %s) WebPortalErrorFetchLoggedPartnership=Error when loading partnership (Third-party Id : %s, Member Id : %s) DownloadZip=Download the zip ExportIntoGIT=Export into server directory WebPortalMember=Membership WebPortalOrder=Sale Order WebPortalPartnership=Partnerstvo WebPortalPropal=Ponuda WebPortalGroupMenuAdmin=Administration WebPortalGroupMenuTechnical=Sistem PreviewPageContent=Page content Cart=Cart ExportSiteLabel=Click here to export the website by downloading a zip file ExportSiteGitLabel=Click here to export the website into a local directory of the server ExportPath=Path to export file SourceFiles=* If the path is absolute, it must start with a /
* If not it will be within install/doctemplates/websites/ followed by the entered path. CompletePage=Complete page PortionOfPage=Part of page ServiceComponent=Service (ajax, api, ...) MyContainerTitle2=Title level 2 WEBPAGE_CONTENT=This is a content of the page variableNotDefined=No %s defined. Please complete your setup. noPaymentModuleIsActivated=No payment module is activated. viewMyCustomerAccount=View my customer account logOut=Log out logInToYourCustomerAccount=Log in to your customer account logOutFromYourCustomerAccount=Log out from your customer account filteredByVersion=Filtered by version removeFilter=Ukloni filter viewMyCart=View my shopping cart freeShipping=Free shipping! noProducts=No products nbrItemsInCart=There are 0 items in your cart. pricesMayVaryDependingOnYourCountry=Prices may vary depending on your country. checkOut=Check out productAddedToCart=Product successfully added to your shopping cart thereIsItemInYourCart=There is 1 item in your cart. continueShopping=Continue shopping proceedToCheckout=Proceed to checkout totalProductsTaxIncl=Total products (tax incl.) totalShippingTaxIncl=Total shipping (tax incl.) totalTaxIncl=Total (tax incl.) clickToClose=Click to close sidebarCategories=Categories noSubCat=NoSubCat specialPromo=Specials promotions newProducts=New products allNewProducts= All new products view=View: grid=Grid sortBy=Sort by priceLowestFirst=Price: Lowest first priceHighestFirst=Price: Highest first productNameAToZ=Product Name: A to Z productNameZToA=Product Name: Z to A referenceLowestFirst=Reference: Lowest first referenceHighestFirst=Reference: Highest first perPage=per page showAll=Show all showing= Showing nbrOfProducts= There are %s products. noResultsHaveBeenFound=0 results have been found. noResultsWereFound= No results were found. addToCart=Add to cart backHome=Return to Home priceDrop=Price drop condition=Condition otherViews=Other views moduleVersion= Module version compatibility=Compatibility releaseDate=Release date lastUpdate=Last update contactSupport=How to contact support noProductToDisplay=Error, No product to display yourCompanyInformation=Your company information emailAlreadyRegistered=This email is already registered. firstnameContainsLettersOnly=Firstname must contain letters and spaces only lastnameContainsLettersOnly=Lastname must contain letters and spaces only passwordCriteria=Password must meet the following criteria:
- 12 characters
- 1 uppercase letter
- 1 digit
- No special characters
- Avoid repeating characters more than 3 times
errorOccurred=An error has occurred. accountCreation=Create an account errorsOccurred=There are %s error%s taxIdentificationNumber=Tax identification number register=Register requiredField=Obavezno polje alreadyRegistered=Already registered? noValidAccount=No valid account found for this email. invalidPassword=Invalid password. forgotPassword=Forgot your password? recoverPass=Recover your forgotten password signIn=Sign in myAccount=My account welcomeToYourAccount=Welcome to your account. Here you can manage all of your personal information and orders. orderHistoryDetails=Order history and details orderHistory=Order history orderDetails=Order details personalInfo=My personal information currentPasswd=Current Password newPasswd=New Password newPasswordCriteria=New password must meet the following criteria:
- 12 characters
- 1 uppercase letter
- 1 digit
- No special characters
- Avoid repeating characters more than 3 times
currentPasswordIncorrect=Current password is incorrect. bothCurrentNewPassRequired=Both the current password and the new password are required. yourPersonalInfo=Your personal information beSureToUpdateProfil=Please be sure to update your personal information if it has changed. backToYourAccount=Back to Your Account noOrderFounded=No order founded. orderRef=Order Ref totalPrice=Total Price paymentMethod=Payment Method details=Details invoicePdf=Invoice PDF anIssueCheckTheUrl=It seems there's an issue. Please check the URL and try again. anIssueNoOrderFounded=It seems there's an issue. No order founded. orderReference=Order Reference placedOn=placed on paymentAccepted=Payment accepted downloadInvoicePDF=Download your invoice as a PDF file. invoiceAddress=Invoice address totalTaxExcl=Total (tax excl.) unitPrice=Jedinična cijena closeWindow=Close Window nbrItemsInCartAjax=There are %s items in your cart. yourShoppingCart=Your shopping cart cartSummary=Shopping-cart summary yourCartContains=Your shopping cart contains cartIsEmpty=Your shopping cart is empty. subtract=Subtract LoginCheckout=Login & Proceed to checkout paymentSuccessProcessed=Your payment has been successfully processed. youWillBeRedirectedToOrderPage=You will be redirected to the order details page shortly.