# Dolibarr language file - Source file is en_US - website Shortname=Kod WebsiteName=Naziv web stranice WebsiteSetupDesc=Kreirajte ovdje web stranice koje želite koristiti. Zatim idite u meni Websites da ih uredite. DeleteWebsite=Izbriši web stranicu ConfirmDeleteWebsite=Jeste li sigurni da želite izbrisati ovu web stranicu? Sav sadržaj njegovih stranica i također će biti uklonjen. Učitane datoteke (kao u direktorij medija, ECM modul, ...) će ostati. WEBSITE_TYPE_CONTAINER=Vrsta stranice/kontejnera WEBSITE_PAGE_EXAMPLE=Web stranica za korištenje kao primjer WEBSITE_PAGENAME=Ime stranice/pseudonim WEBSITE_ALIASALT=Alternativni nazivi stranica/aliasi WEBSITE_ALIASALTDesc=Koristite ovdje listu drugih imena/pseudonima tako da se stranici može pristupiti i korištenjem ovih drugih imena/pseudonima (na primjer staro ime nakon preimenovanja pseudonima kako bi povratna veza na starom linku/nazivu radila). Sintaksa je:
alternativno ime1, alternativno ime2, ... WEBSITE_CSS_URL=URL eksterne CSS datoteke WEBSITE_CSS_INLINE=Sadržaj CSS fajla (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čko za sve stranice) WEBSITE_ROBOT=Datoteka robota (robots.txt) WEBSITE_HTACCESS=Datoteka web stranice .htaccess WEBSITE_MANIFEST_JSON=Datoteka manifest.json web stranice WEBSITE_KEYWORDSDesc=Koristite zarez za odvajanje vrijednosti EnterHereReadmeInformation=Ovdje unesite opis web stranice. Ako distribuirate svoju web stranicu kao predložak, datoteka će biti uključena u temptate paket. EnterHereLicenseInformation=Ovdje unesite LICENCU koda web stranice. Ako distribuirate svoju web stranicu kao predložak, datoteka će biti uključena u temptate paket. HtmlHeaderPage=HTML zaglavlje (specifično samo za ovu stranicu) PageNameAliasHelp=Naziv ili pseudonim stranice.
Ovaj pseudonim se takođe koristi za falsifikovanje SEO URL-a kada se veb lokacija pokreće sa virtuelnog hosta veb servera (kao što je Apacke, Nginx, .. .). Koristite dugme "%s" da uredite ovaj pseudonim. EditTheWebSiteForACommonHeader=Napomena: Ako želite definirati personalizirano zaglavlje za sve stranice, uredite zaglavlje na razini stranice umjesto na stranici/kontejneru. MediaFiles=Medijateka EditCss=Uredite svojstva web stranice EditMenu=Uredi meni EditMedias=Uredite medije EditPageMeta=Uredite svojstva stranice/kontejnera EditInLine=Edit inline AddWebsite=Dodaj web stranicu WebsitePage=Website page Webpage=Web stranica/kontejner AddPage=Dodajte stranicu/kontejner PageContainer=Stranica PreviewOfSiteNotYetAvailable=The preview of your website %s is not yet available. You must first 'Import a full website template' or just 'Add a page/container'. RequestedPageHasNoContentYet=Zatražena stranica sa ID-om %s još nema sadržaja ili je keš datoteka .tpl.php uklonjena. Uredite sadržaj stranice da to riješite. SiteDeleted=Web stranica '%s' je izbrisana PageContent=Page/Contenair PageDeleted=Stranica/Contenair '%s' web stranice %s je izbrisana PageAdded=Stranica/Contenair '%s' dodana ViewSiteInNewTab=Pogledaj stranicu u novoj kartici ViewPageInNewTab=Pogledajte stranicu u novoj kartici SetAsHomePage=Postavi kao početnu stranicu RealURL=Pravi URL ViewWebsiteInProduction=Pregledajte web stranicu koristeći kućne URL adrese Virtualhost=Virtuelni host ili naziv domene VirtualhostDesc=Naziv virtuelnog hosta ili domene (na primjer: www.mywebsite.com, mybigcompany.net, ...) ToDeployYourWebsiteOnLiveYouHave3Solutions=To deploy this website live, you have 3 solutions... SetHereVirtualHost=Koristite sa Apache/NGinx/...
Kreirajte na vaš web server (Apache, Nginx, ...) namjenski virtuelni host sa omogućenim PHP i korijenski direktorij na
%s ExampleToUseInApacheVirtualHostConfig=Primjer za korištenje u Apache postavci virtualnog hosta: 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=Check also that the virtual host user (for example www-data) has %s permissions on files into
%s ReadPerm=Pročitaj WritePerm=Pisati TestDeployOnWeb=Testirajte / implementirajte na webu PreviewSiteServedByWebServer=Preview %s in a new tab.

The %s will be served by an external web server (like Apache, Nginx, IIS). You must install and setup this server before to point to directory:
%s
URL served by external server:
%s PreviewSiteServedByDolibarr=Pregled %s na novoj kartici.

%s će služiti Dolibarr server tako da mu ne treba nikakav dodatni web server (kao Apache, Nginx, IIS) za instaliranje.
Nezgodno je to što URL-ovi stranica nisu prilagođeni korisniku i počnite s putanjom vašeg Dolibarra.
URL koju poslužuje Dolibarr:
b0e7843947c06bz span>%s
b031492zcc Da biste koristili vlastiti vanjski web server za posluživanje ove web stranice, kreirajte virtualni host na svom web serveru koji pokazuje na direktorij
%s
unesite ovo ime19bz0 virtuelni server u svojstvima ove web stranice i kliknite na vezu "Test/Deploy on the web". VirtualHostUrlNotDefined=URL virtuelnog hosta kojeg opslužuje vanjski web server nije definiran NoPageYet=Još nema stranica YouCanCreatePageOrImportTemplate=Možete kreirati novu stranicu ili uvesti cijeli predložak web stranice SyntaxHelp=Pomoć za specifične savjete o sintaksi YouCanEditHtmlSourceckeditor=Možete uređivati HTML izvorni kod koristeći dugme "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 koja se dijeli s vezom za dijeljenje (otvoreni pristup koristeći hash ključ za dijeljenje datoteke), sintaksa je:
<img src="/viewimage.php?hashp=12345679012...">0af665dc71f09
YouCanEditHtmlSource3=To get the URL of the image of a PHP object, use
<img src="<?php print getImagePublicURLOfObject($object, 1, "_small") ?>">
YouCanEditHtmlSourceMore=
Više primjera HTML ili dinamičkog koda dostupno je na wiki dokumentacijib0e40dc6087 >.
ClonePage=Kloniraj stranicu/kontejner CloneSite=Clone site SiteAdded=Web stranica je 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 biti drugačiji od jezika izvorne stranice. ParentPageId=ID roditeljske stranice WebsiteId=ID web stranice CreateByFetchingExternalPage=Kreirajte stranicu/kontejner preuzimanjem stranice sa vanjskog URL-a... OrEnterPageInfoManually=Ili kreirajte stranicu od nule ili iz šablona 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=Nalozi za web stranicu AddWebsiteAccount=Kreirajte račun web stranice BackToListForThirdParty=Povratak na listu 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/kontejnera (ovdje možete imati grešku ako omogućite dinamički kod jer ugrađeni podkontejner možda ne postoji) SorryWebsiteIsCurrentlyOffLine=Žao nam je, ova web stranica je trenutno van mreže. Molim vas vratite se kasnije... WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Omogućite tablicu za pohranjivanje računa web stranice (login/pass) za svaku web stranicu / treću stranu YouMustDefineTheHomePage=Prvo morate definirati zadanu početnu stranicu OnlyEditionOfSourceForGrabbedContentFuture=Upozorenje: Kreiranje web stranice uvozom vanjske web stranice rezervirano je za iskusne korisnike. U zavisnosti od složenosti izvorne stranice, rezultat uvoza može se razlikovati od originala. Također, ako izvorna stranica koristi uobičajene CSS stilove ili konfliktni JavaScript, to može narušiti izgled ili karakteristike uređivača web stranice kada radite na ovoj stranici. Ova metoda je brži način za kreiranje stranice, ali se preporučuje da kreirate novu stranicu ispočetka ili iz predloženog šablona stranice.
Imajte na umu da ugrađeni uređivač možda neće raditi ispravnost kada se koristi na preuzetoj vanjskoj stranici. OnlyEditionOfSourceForGrabbedContent=Moguće je samo izdanje HTML izvora kada je sadržaj preuzet sa eksterne stranice GrabImagesInto=Uzmite i slike pronađene na css i stranici. ImagesShouldBeSavedInto=Slike treba pohraniti u direktorij WebsiteRootOfImages=Korijenski direktorij za slike web stranice SubdirOfPage=Poddirektorij posvećen stranici AliasPageAlreadyExists=Stranica s pseudonimom %s već postoji CorporateHomePage=Corporate Home page EmptyPage=Prazna stranica ExternalURLMustStartWithHttp=Vanjski URL mora početi s http:// ili https:// ZipOfWebsitePackageToImport=Otpremite Zip datoteku paketa predložaka web stranice ZipOfWebsitePackageToLoad=ili Odaberite dostupan ugrađeni paket predložaka web stranice ShowSubcontainers=Prikaži dinamički sadržaj InternalURLOfPage=Interni URL stranice ThisPageIsTranslationOf=Ova stranica/kontejner je prijevod ThisPageHasTranslationPages=Ova stranica/kontejner ima prijevod NoWebSiteCreateOneFirst=Još nije kreirana nijedna web stranica. Prvo napravite jedan. GoTo=Idi DynamicPHPCodeContainsAForbiddenInstruction=Dodajte dinamički PHP kod koji sadrži PHP instrukciju '%s ' koji je po defaultu zabranjen kao dinamički sadržaj (pogledajte skrivene opcije WEBSITE_PHP_ALLOW_xxx da povećate listu dozvoljenih komandi). NotAllowedToAddDynamicContent=Nemate dozvolu za dodavanje ili uređivanje PHP dinamičkog sadržaja na web lokacijama. Zatražite dozvolu ili jednostavno zadržite kod u php tagovima 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 ovu web stranicu? MyWebsitePages=Moje web stranice SearchReplaceInto=Pretraga | Zamijenite u ReplaceString=New string CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:

#mycssselector, input.myclass:hover { ... }
must be
.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }

Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere. LinkAndScriptsHereAreNotLoadedInEditor=Upozorenje: Ovaj sadržaj se izlazi samo kada se sajtu pristupa sa servera. Ne koristi se u režimu za uređivanje, tako da ako treba da učitate JavaScript fajlove iu režimu za uređivanje, samo dodajte svoju oznaku 'script src=...' na stranicu. Dynamiccontent=Uzorak stranice sa dinamičkim sadržajem EditInLineOnOff=Način rada 'Edit inline' je %s ShowSubContainersOnOff=Način za izvršavanje 'dinamičkog sadržaja' je %s GlobalCSSorJS=Globalni CSS/JS/Header fajl web stranice BackToHomePage=Povratak na početnu stranicu... TranslationLinks=Linkovi za prevod 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 manifest.json datoteku PublicAuthorAlias=Javno ime autora AvailableLanguagesAreDefinedIntoWebsiteProperties=Dostupni jezici su definirani u svojstvima web stranice ReplacementDoneInXPages=Zamjena obavljena u %s stranicama ili kontejnerima RSSFeed=RSS Feed RSSFeedDesc=Možete dobiti RSS feed najnovijih članaka sa tipom 'blogpost' koristeći ovaj URL PagesRegenerated=%s stranica(e)/kontejner(i) regenerirani RegenerateWebsiteContent=Regenerirajte keš datoteke web stranice AllowedInFrames=Dozvoljeno u okvirima DefineListOfAltLanguagesInWebsiteProperties=Definirajte listu svih dostupnih jezika u svojstvima web stranice. GenerateSitemaps=Generirajte web sitemap.xml datoteku ConfirmGenerateSitemaps=Ako potvrdite, izbrisat ćete postojeću datoteku mape stranice... ConfirmSitemapsCreation=Potvrdite generisanje mape sajta SitemapGenerated=Sitemap datoteka %s je generirana ImportFavicon=Favicon ErrorFaviconType=Favicon mora biti png ErrorFaviconSize=Favicon mora biti veličine 16x16, 32x32 ili 64x64 FaviconTooltip=Otpremite sliku koja treba da bude png (16x16, 32x32 ili 64x64) NextContainer=Sljedeća stranica/kontejner PreviousContainer=Prethodna stranica/kontejner WebsiteMustBeDisabled=Web lokacija mora imati status "%s" WebpageMustBeDisabled=Web stranica mora imati status "%s" SetWebsiteOnlineBefore=Kada je web stranica van mreže, sve stranice su van mreže. Prvo promijenite status web stranice. Booking=Rezervacija Reservation=Rezervacija PagesViewedPreviousMonth=Pregledane stranice (prethodni mjesec) PagesViewedTotal=Pregledane stranice (ukupno) Everyone=Svi 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=Sakriveno 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=Prijedlozi WebPortalPropalListTitle=Prijedlozi WebPortalPropalListDesc=You will find here all your proposals WebPortalPropalListNothing=Proposals not found WebPortalOrderListMenu=Sales Orders WebPortalOrderListTitle=Sales orders WebPortalOrderListDesc=You will find here all your sales orders WebPortalOrderListNothing=Orders not found WebPortalInvoiceListMenu=Fakture WebPortalInvoiceListTitle=Fakture WebPortalInvoiceListDesc=You will find here all your invoices WebPortalInvoiceListNothing=Invoices not found WebPortalMemberCardMenu=Member WebPortalMemberCardTitle=Member card WebPortalMemberCardDesc=This is information related to your membership WebPortalPartnershipCardMenu=Partnership 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=Partnership WebPortalPropal=Prijedlog 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=Kategorije 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.