summaryrefslogtreecommitdiffstats
path: root/l10n-hr/mobile/android
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-hr/mobile/android')
-rw-r--r--l10n-hr/mobile/android/chrome/about.dtd21
-rw-r--r--l10n-hr/mobile/android/chrome/aboutAccounts.dtd13
-rw-r--r--l10n-hr/mobile/android/chrome/aboutAccounts.properties16
-rw-r--r--l10n-hr/mobile/android/chrome/aboutAddons.dtd15
-rw-r--r--l10n-hr/mobile/android/chrome/aboutAddons.properties11
-rw-r--r--l10n-hr/mobile/android/chrome/aboutCertError.dtd31
-rw-r--r--l10n-hr/mobile/android/chrome/aboutDownloads.dtd15
-rw-r--r--l10n-hr/mobile/android/chrome/aboutDownloads.properties17
-rw-r--r--l10n-hr/mobile/android/chrome/aboutHome.dtd7
-rw-r--r--l10n-hr/mobile/android/chrome/aboutLogins.dtd9
-rw-r--r--l10n-hr/mobile/android/chrome/aboutLogins.properties33
-rw-r--r--l10n-hr/mobile/android/chrome/aboutPrivateBrowsing.dtd25
-rw-r--r--l10n-hr/mobile/android/chrome/browser.properties477
-rw-r--r--l10n-hr/mobile/android/chrome/config.dtd21
-rw-r--r--l10n-hr/mobile/android/chrome/config.properties9
-rw-r--r--l10n-hr/mobile/android/chrome/devicePrompt.properties5
-rw-r--r--l10n-hr/mobile/android/chrome/passwordmgr.properties22
-rw-r--r--l10n-hr/mobile/android/chrome/phishing.dtd27
-rw-r--r--l10n-hr/mobile/android/chrome/pippki.properties84
-rw-r--r--l10n-hr/mobile/android/chrome/sync.properties12
-rw-r--r--l10n-hr/mobile/android/chrome/webcompatReporter.properties12
-rw-r--r--l10n-hr/mobile/android/defines.inc14
22 files changed, 896 insertions, 0 deletions
diff --git a/l10n-hr/mobile/android/chrome/about.dtd b/l10n-hr/mobile/android/chrome/about.dtd
new file mode 100644
index 0000000000..99f8c6d7de
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/about.dtd
@@ -0,0 +1,21 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<!ENTITY aboutPage.title "O &brandShortName;">
+<!ENTITY aboutPage.warningVersion "&brandShortName; je eksperimentalna inačica i može biti nestabilna.">
+<!ENTITY aboutPage.checkForUpdates.link "Provjeri dostupnost dopuna »">
+<!ENTITY aboutPage.checkForUpdates.checking "Provjera za dopunama…">
+<!ENTITY aboutPage.checkForUpdates.none "Nema raspoloživih dopuna">
+<!ENTITY aboutPage.checkForUpdates.available2 "Preuzmi dopunu">
+<!ENTITY aboutPage.checkForUpdates.downloading "Preuzimanje dopuna…">
+<!ENTITY aboutPage.checkForUpdates.downloaded2 "Instaliraj dopunu">
+<!ENTITY aboutPage.faq.label "Često postavljana pitanja">
+<!ENTITY aboutPage.support.label "Podrška">
+<!ENTITY aboutPage.privacyPolicy.label "Politika privatnosti">
+<!ENTITY aboutPage.rights.label "Upoznajte svoja prava">
+<!ENTITY aboutPage.relNotes.label "Napomene o izdanju">
+<!ENTITY aboutPage.credits.label "Zasluge">
+<!ENTITY aboutPage.license.label "Informacije o licenciranju">
+
+<!-- LOCALIZATION NOTE (aboutPage.logoTrademark): The message is explicitly about the word "Firefox" being trademarked, that's why we use it, instead of brandShortName. -->
+<!ENTITY aboutPage.logoTrademark "Firefox i Firefox logo su zaštićeni znaci Mozilla fundacije.">
diff --git a/l10n-hr/mobile/android/chrome/aboutAccounts.dtd b/l10n-hr/mobile/android/chrome/aboutAccounts.dtd
new file mode 100644
index 0000000000..77156799e8
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutAccounts.dtd
@@ -0,0 +1,13 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY aboutAccounts.connected.title "Firefox računi">
+<!ENTITY aboutAccounts.connected.description "Povezani ste kao">
+<!ENTITY aboutAccounts.syncPreferences.label "Pritisnite ovdje kako biste vidjeli Sync postavke">
+
+<!ENTITY aboutAccounts.noConnection.title "Nema internetske veze">
+<!ENTITY aboutAccounts.retry.label "Pokušaj ponovno">
+
+<!ENTITY aboutAccounts.restrictedError.title "Ograničeno">
+<!ENTITY aboutAccounts.restrictedError.description "Ne možete upravljati Firefox računima s ovog profila.">
diff --git a/l10n-hr/mobile/android/chrome/aboutAccounts.properties b/l10n-hr/mobile/android/chrome/aboutAccounts.properties
new file mode 100644
index 0000000000..521706685b
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutAccounts.properties
@@ -0,0 +1,16 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (relinkDenied.message): Ideally, this string is short (it's
+# a toast message).
+relinkDenied.message = Već ste prijavljeni u Sync!
+# LOCALIZATION NOTE (relinkDenied.openPrefs): Ideally, this string is short (it's a
+# button label) and upper-case, to match Google and Android's convention.
+relinkDenied.openPrefs = POSTAVKE
+
+relinkVerify.title = Jeste li sigurni da se želite prijaviti u Sync?
+# LOCALIZATION NOTE (relinkVerify.message): Email address of a user previously signed in to Sync.
+relinkVerify.message = Već ste bili prijavljeni u Sync s drugačijom adresom e-pošte. Prijava će spojiti zabilješke, lozinke i ostale postavke s %S
+relinkVerify.continue = Nastavi
+relinkVerify.cancel = Otkaži
diff --git a/l10n-hr/mobile/android/chrome/aboutAddons.dtd b/l10n-hr/mobile/android/chrome/aboutAddons.dtd
new file mode 100644
index 0000000000..ffb7f6bca7
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutAddons.dtd
@@ -0,0 +1,15 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY aboutAddons.title2 "Dodaci">
+<!ENTITY aboutAddons.header2 "Vaši dodaci">
+
+<!ENTITY addonAction.enable "Omogući">
+<!ENTITY addonAction.disable "Onemogući">
+<!ENTITY addonAction.uninstall "Ukloni">
+<!ENTITY addonAction.undo "Vrati">
+<!ENTITY addonAction.update "Ažuriraj">
+
+<!ENTITY addonUnsigned.message "Ovaj dodatak nije uspješno provjeren od strane &brandShortName;.">
+<!ENTITY addonUnsigned.learnMore "Saznaj više">
diff --git a/l10n-hr/mobile/android/chrome/aboutAddons.properties b/l10n-hr/mobile/android/chrome/aboutAddons.properties
new file mode 100644
index 0000000000..21354f0731
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutAddons.properties
@@ -0,0 +1,11 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+addonStatus.uninstalled=%S će biti uklonjen nakon ponovnog pokretanja.
+
+# Will keep both strings and at runtime will fallback on the old one if the new one is not yet localized
+addons.browseAll=Pregled svih Firefox dodataka
+addons.browseRecommended=Pregledajte preporučene dodatke za Firefox
+
+addon.options=Mogućnosti
diff --git a/l10n-hr/mobile/android/chrome/aboutCertError.dtd b/l10n-hr/mobile/android/chrome/aboutCertError.dtd
new file mode 100644
index 0000000000..5ccb33df7e
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutCertError.dtd
@@ -0,0 +1,31 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
+ %brandDTD;
+
+<!-- These strings are used by Firefox's custom about:certerror page,
+a replacement for the standard security certificate errors produced
+by NSS/PSM via netError.xhtml. -->
+
+
+<!ENTITY certerror.pagetitle "Nesigurna veza">
+<!ENTITY certerror.longpagetitle "Ova veza nije sigurna">
+<!-- Localization note (certerror.introPara1) - The string "#1" will
+be replaced at runtime with the name of the server to which the user
+was trying to connect. -->
+
+<!ENTITY certerror.introPara1 "&brandShortName; je povezan preko sigurne veze na <b>#1</b>, ali nije moguće potvrditi vjerodostojnost sigurnosti veze.">
+
+<!ENTITY certerror.whatShouldIDo.heading "Šta da radim?">
+<!ENTITY certerror.whatShouldIDo.content "Ako se inače povezujete na ovu stranicu bez problema, ovo upozorenje bi moglo značiti da netko pokušava imitirati stranicu, pa stoga ne biste trebali nastaviti.">
+<!ENTITY certerror.getMeOutOfHere.label "Makni me odavdje!">
+
+<!ENTITY certerror.expert.heading "Razumijem rizike">
+<!ENTITY certerror.expert.content "Ako razumijete što se događa, možete reći &brandShortName; da vjeruje identifikaciji ove stranice. <b>Čak i ako vjerujete ovoj stranici, ova greška može značiti da netko zadire u vašu vezu.</b>">
+<!ENTITY certerror.expert.contentPara2 "Nemojte dodavati iznimku, osim ako znate da postoji dobar razlog zašto ova stranica ne koristi vjerodostojnu identifikaciju.">
+<!ENTITY certerror.addTemporaryException.label "Posjeti stranicu">
+<!ENTITY certerror.addPermanentException.label "Dodaj trajnu iznimku">
+
+<!ENTITY certerror.technical.heading "Tehnički detalji">
diff --git a/l10n-hr/mobile/android/chrome/aboutDownloads.dtd b/l10n-hr/mobile/android/chrome/aboutDownloads.dtd
new file mode 100644
index 0000000000..92579548fd
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutDownloads.dtd
@@ -0,0 +1,15 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY aboutDownloads.title "Preuzimanja">
+<!ENTITY aboutDownloads.header "Vaša preuzimanja">
+<!ENTITY aboutDownloads.empty "Nema preuzimanja">
+
+<!ENTITY aboutDownloads.open "Otvori">
+<!ENTITY aboutDownloads.remove "Obriši">
+<!ENTITY aboutDownloads.removeAll "Obriši sve">
+<!ENTITY aboutDownloads.pause "Pauziraj">
+<!ENTITY aboutDownloads.resume "Nastavi">
+<!ENTITY aboutDownloads.cancel "Odustani">
+<!ENTITY aboutDownloads.retry "Pokušaj ponovno">
diff --git a/l10n-hr/mobile/android/chrome/aboutDownloads.properties b/l10n-hr/mobile/android/chrome/aboutDownloads.properties
new file mode 100644
index 0000000000..1aac721015
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutDownloads.properties
@@ -0,0 +1,17 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (downloadMessage.deleteAll):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+downloadMessage.deleteAll=Obriši #1 preuzimanje?;Obriši #1 preuzimanja?;Obriši #1 preuzimanja?
+
+downloadAction.deleteAll=Obriši sve
+
+downloadState.downloading=Preuzimanje…
+downloadState.canceled=Otkazano
+downloadState.failed=Neuspješno
+downloadState.paused=Pauzirano
+downloadState.starting=Započinje…
+downloadState.unknownSize=Nepoznata veličina
diff --git a/l10n-hr/mobile/android/chrome/aboutHome.dtd b/l10n-hr/mobile/android/chrome/aboutHome.dtd
new file mode 100644
index 0000000000..8215b93f02
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutHome.dtd
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<!-- This string should be kept in sync with the home_title string
+ in android_strings.dtd -->
+
+<!ENTITY abouthome.title "&brandShortName; početna">
diff --git a/l10n-hr/mobile/android/chrome/aboutLogins.dtd b/l10n-hr/mobile/android/chrome/aboutLogins.dtd
new file mode 100644
index 0000000000..77b25b375d
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutLogins.dtd
@@ -0,0 +1,9 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
+ %brandDTD;
+<!ENTITY aboutLogins.title "Prijave">
+<!ENTITY aboutLogins.update "Ažuriraj">
+<!ENTITY aboutLogins.emptyLoginText "Držite svoje prijave sigurnima">
+<!ENTITY aboutLogins.emptyLoginHint "Prijave i vjerodajnice koje spremite koristeći &brandShortName; će se pojaviti ovdje.">
diff --git a/l10n-hr/mobile/android/chrome/aboutLogins.properties b/l10n-hr/mobile/android/chrome/aboutLogins.properties
new file mode 100644
index 0000000000..0cc68365c2
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutLogins.properties
@@ -0,0 +1,33 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+loginsMenu.showPassword=Prikaži lozinku
+loginsMenu.copyPassword=Kopiraj lozinku
+loginsMenu.copyUsername=Kopiraj korisničko ime
+loginsMenu.editLogin=Uredi prijavu
+loginsMenu.delete=Obriši
+
+loginsMenu.deleteAll=Obriši sve
+
+loginsDialog.confirmDelete=Obriši ovu prijavu?
+loginsDialog.confirmDeleteForFxaUser=Obriši ovu prijavu?\n\nOvo može utjecati na sinkronizirane prijave.
+loginsDialog.confirmDeleteAll=Obriši sve prijave?
+loginsDialog.confirmDeleteAllForFxaUser=Obriši sve prijave?\n\nOvo može utjecati na sinkronizirane prijave.
+loginsDialog.copy=Kopiraj
+loginsDialog.confirm=OK
+loginsDialog.cancel=Odustani
+
+editLogin.fallbackTitle=Uredi prijavu
+editLogin.saved1=Spremljena prijava
+editLogin.couldNotSave=Promjene nisu mogle biti spremljene
+
+loginsDetails.copyFailed=Kopiranje nije uspjelo
+loginsDetails.passwordCopied=Lozinka kopirana
+loginsDetails.usernameCopied=Korisničko ime kopirano
+loginsDetails.deleted=Prijava je izbrisana
+
+loginsDetails.deletedAll=Sve prijave su obrisane
+
+password-btn.show=Prikaži
+password-btn.hide=Sakrij
diff --git a/l10n-hr/mobile/android/chrome/aboutPrivateBrowsing.dtd b/l10n-hr/mobile/android/chrome/aboutPrivateBrowsing.dtd
new file mode 100644
index 0000000000..6df8f790d3
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/aboutPrivateBrowsing.dtd
@@ -0,0 +1,25 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY privatebrowsingpage.title "Privatno pretraživanje">
+<!-- Localisation note: the plus sign here is a shorthand way of expressing the word "and". Contextually the privatebrowsingpage.title.private string
+ is used as a title, with the privatebrowsingpage.title string preceding it but on a separate line.
+ So the final line will say "Private Browsing + Tracking Protection". -->
+
+<!ENTITY privatebrowsingpage.title.private "+ Zaštita od praćenja">
+<!-- Localization note (privatebrowsingpage.title.normal1): "Private Browsing"
+ is capitalized in English to be consistent with our existing uses of the
+ term. -->
+<!ENTITY privatebrowsingpage.title.normal1 "Niste u Privatnom pretraživanju">
+
+<!ENTITY privatebrowsingpage.description.trackingProtection "&brandShortName; blokira dijelove stranica koji mogu pratiti vaše pretraživanje.">
+<!ENTITY privatebrowsingpage.description.privateDetails "Nećemo pamtiti povijest pretraživanja, ali preuzete datoteke i nove zabilješke će i dalje biti spremljene na vašem uređaju.">
+<!-- Localization note (privatebrowsingpage.description.normal2): "Private
+ Browsing is capitalized in English to be consistent with our existing uses
+ of the term. -->
+
+<!ENTITY privatebrowsingpage.description.normal2 "U Privatnom pretraživanju nećemo čuvati vašu povijest pretraživanja niti kolačiće. Zabilješke koje dodate i datoteke koje preuzmete će i dalje biti spremljene na vašem uređaju.">
+
+<!ENTITY privatebrowsingpage.link.private "Želite li saznati više?">
+<!ENTITY privatebrowsingpage.link.normal "Otvori novu privatnu karticu">
diff --git a/l10n-hr/mobile/android/chrome/browser.properties b/l10n-hr/mobile/android/chrome/browser.properties
new file mode 100644
index 0000000000..e333709250
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/browser.properties
@@ -0,0 +1,477 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+addonsConfirmInstall.title=Instaliranje dodatka
+addonsConfirmInstall.install=Instaliraj
+
+addonsConfirmInstallUnsigned.title=Neprovjereni dodatak
+addonsConfirmInstallUnsigned.message=Ova stranica želi instalirati neprovjereni dodatak. Nastavite na vlastitu odgovornost.
+
+# Alerts
+alertAddonsDownloading=Preuzimanje dodatka
+alertAddonsInstalledNoRestart.message=Instalacija završena
+
+# LOCALIZATION NOTE (alertAddonsInstalledNoRestart.action2): Ideally, this string is short (it's a
+# button label) and upper-case, to match Google and Android's convention.
+alertAddonsInstalledNoRestart.action2=DODACI
+
+alertDownloadsStart2=Preuzimanje započinje
+alertDownloadsDone2=Preuzimanje završeno
+alertDownloadsToast=Započelo preuzimanje…
+alertDownloadsPause=Pauziraj
+alertDownloadsResume=Nastavi
+alertDownloadsCancel=Odustani
+# LOCALIZATION NOTE (alertDownloadSucceeded): This text is shown as a snackbar inside the app after a
+# successful download. %S will be replaced by the file name of the download.
+alertDownloadSucceeded=%S preuzeto
+# LOCALIZATION NOTE (downloads.disabledInGuest): This message appears in a toast
+# when the user tries to download something in Guest mode.
+downloads.disabledInGuest=Preuzimanja su onemogućena u gost sesijama
+
+# LOCALIZATION NOTE (alertSearchEngineAddedToast, alertSearchEngineErrorToast, alertSearchEngineDuplicateToast)
+# %S will be replaced by the name of the search engine (exposed by the current page)
+# that has been added; for example, 'Google'.
+alertSearchEngineAddedToast='%S' je dodan kao pretraživač
+alertSearchEngineErrorToast=Neuspješno dodavanje '%S' kao pretraživača
+alertSearchEngineDuplicateToast='%S' je već jedan od vaših pretraživača
+
+# LOCALIZATION NOTE (alertShutdownSanitize): This text is shown as a snackbar during shutdown if the
+# user has enabled "Clear private data on exit".
+alertShutdownSanitize=Brisanje privatnih podataka…
+
+alertPrintjobToast=Ispisivanje …
+
+download.blocked=Nije moguće preuzeti datoteku
+
+addonError.titleError=Greška
+addonError.titleBlocked=Blokirani dodatak
+addonError.learnMore=Saznaj više
+
+# LOCALIZATION NOTE (unsignedAddonsDisabled.title, unsignedAddonsDisabled.message):
+# These strings will appear in a dialog when Firefox detects that installed add-ons cannot be verified.
+unsignedAddonsDisabled.title=Neprovjereni dodaci
+unsignedAddonsDisabled.message=Jedan ili više instaliranih dodataka ne može biti provjeren i onemogućen je.
+unsignedAddonsDisabled.dismiss=Odbaci
+unsignedAddonsDisabled.viewAddons=Prikaži dodatke
+
+# LOCALIZATION NOTE (addonError-1, addonError-2, addonError-3, addonError-4, addonError-5):
+# #1 is the add-on name, #2 is the add-on host, #3 is the application name
+addonError-1=Dodatak nije bilo moguće preuzeti zbog greške s povezivanjem na #2.
+addonError-2=Dodatak s #2 nije moguće instalirati jer se ne podudara s dodatkom kojeg je #3 očekivao.
+addonError-3=Dodatak preuzet s #2 nije moguće instalirati jer je oštećen.
+addonError-4=#1 nije bilo moguće instalirati jer #3 ne može izmijeniti potrebnu datoteku.
+addonError-5=#3 je spriječio #2 od instaliranja neprovjerenog dodatka.
+
+# LOCALIZATION NOTE (addonLocalError-1, addonLocalError-2, addonLocalError-3, addonLocalError-4, addonLocalError-5, addonErrorIncompatible, addonErrorBlocklisted):
+# #1 is the add-on name, #3 is the application name, #4 is the application version
+addonLocalError-1=Ovaj dodatak nije moguće instalirati zbog greške s datotečnim sustavom.
+addonLocalError-2=Ovaj dodatak nije moguće instalirati jer se ne podudara s dodatkom kojeg je #3 očekivao.
+addonLocalError-3=Dodatak nije bilo moguće instalirati jer je neispravan.
+addonLocalError-4=#1 nije bilo moguće instalirati jer #3 ne može izmijeniti potrebnu datoteku.
+addonLocalError-5=Dodatak nije bilo moguće instalirati jer nije provjeren.
+addonErrorIncompatible=#1 nije bilo moguće instalirati jer nije kompatibilan s #3 #4.
+addonErrorBlocklisted=#1 nije bilo moguće instalirati jer postoji visok rizik od uzrokovanja problema sa stabilnošću i sigurnošću.
+
+# Notifications
+notificationRestart.normal=Ponovno pokrenite za završetak izmjena.
+notificationRestart.blocked=Nesigurni dodaci instalirani. Ponovno pokrenite za onemogućavanje.
+notificationRestart.button=Ponovo pokreni
+doorhanger.learnMore=Saznaj više
+
+# Popup Blocker
+
+# LOCALIZATION NOTE (popup.message): Semicolon-separated list of plural forms.
+# #1 is brandShortName and #2 is the number of pop-ups blocked.
+popup.message=#1 je priječio ovu stranicu da otvori #2 skočni prozor. Želite li ga prikazati?;#1 je priječio ovu stranicu da otvori #2 skočna prozora. Želite li ih prikazati?;#1 je priječio ovu stranicu da otvori #2 skočnih prozora. Želite li ih prikazati?
+popup.dontAskAgain=Ne pitaj ponovno za ovu stranicu
+popup.show=Prikaži
+popup.dontShow=Ne prikazuj
+
+# SafeBrowsing
+safeBrowsingDoorhanger=Stranica je indentificirana da sadržava zloćudne programe ili pokušava krađu identiteta. Budite oprezni.
+
+# LOCALIZATION NOTE (blockPopups.label2): Label that will be used in
+# site settings dialog.
+blockPopups.label2=Skočni prozori
+
+# XPInstall
+xpinstallPromptWarning2=%S je spriječio ovu stranicu (%S) da od vas zatraži instalaciju programa na uređaj.
+xpinstallPromptWarningLocal=%S je spriječio ovaj dodatak (%S) da se instalira na vaš uređaj.
+xpinstallPromptWarningDirect=%S je spriječio dodatak da se instalira na vaš uređaj.
+xpinstallPromptAllowButton=Dozvoli
+xpinstallDisabledMessageLocked=Instalacija programa je onemogućena od strane vašeg administratora sustava.
+xpinstallDisabledMessage2=Instalacija programa je trenutno onemogućena. Pritisnite Omogući i pokušajte ponovno.
+xpinstallDisabledButton=Omogući
+
+# LOCALIZATION NOTE (webextPerms.header)
+# This string is used as a header in the webextension permissions dialog,
+# %S is replaced with the localized name of the extension being installed.
+# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612
+# for an example of the full dialog.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.header=Dodati %S?
+
+# LOCALIZATION NOTE (webextPerms.listIntro)
+# This string will be followed by a list of permissions requested
+# by the webextension.
+webextPerms.listIntro=Traži vaše dopuštenja za:
+webextPerms.add.label=Dodaj
+webextPerms.cancel.label=Otkaži
+
+# LOCALIZATION NOTE (webextPerms.updateText)
+# %S is replaced with the localized name of the updated extension.
+webextPerms.updateText=%S se ažurirao. Morate odobriti nova dopuštenja prije nego što se ažurirana inačica instalira. Odabirom “Otkaži” će se zadržati trenutna inačica dodatka.
+
+webextPerms.updateAccept.label=Ažuriraj
+
+# LOCALIZATION NOTE (webextPerms.optionalPermsHeader)
+# %S is replaced with the localized name of the extension requesting new
+# permissions.
+webextPerms.optionalPermsHeader=%S zahtjeva dodatne dozvole.
+webextPerms.optionalPermsListIntro=Želi:
+webextPerms.optionalPermsAllow.label=Dozvoli
+webextPerms.optionalPermsDeny.label=Odbij
+
+webextPerms.description.bookmarks=Čitanje i uređivanje zabilješki
+webextPerms.description.browserSettings=Čitanje i mijenjanje postavki preglednika
+webextPerms.description.browsingData=Čišćenje nedavne povijesti pretraživanja, kolačića i sličnih podataka
+webextPerms.description.clipboardRead=Dohvaćanje podataka iz međuspremnika
+webextPerms.description.clipboardWrite=Unošenje podataka u međuspremnik
+webextPerms.description.devtools=Rasklopi programerske alate za pristupanje podacima u otvorenim karticama
+webextPerms.description.downloads=Preuzimanje datoteka te čitanje i uređivanje povijesti preuzimanja
+webextPerms.description.downloads.open=Otvaranje datoteka preuzetih na vaše računalo
+webextPerms.description.find=Čitanje teksta svih otvorenih kartica
+webextPerms.description.geolocation=Pristup vašoj lokaciji
+webextPerms.description.history=Pristup povijesti pretraživanja
+webextPerms.description.management=Prati korištenja dodataka i upravljaj motivima
+# LOCALIZATION NOTE (webextPerms.description.nativeMessaging)
+# %S will be replaced with the name of the application
+webextPerms.description.nativeMessaging=Razmjena poruka s programima, ali ne i s %S
+webextPerms.description.notifications=Prikazuje vam obavijesti
+webextPerms.description.privacy=Čitanje i mijenjanje postavki privatnosti
+webextPerms.description.proxy=Kontroliranje proxy postavki pretraživača
+webextPerms.description.sessions=Pristup nedavno zatvorenim karticama
+webextPerms.description.tabs=Pristup karticama preglednika
+webextPerms.description.topSites=Pristup povijesti pretraživanja
+webextPerms.description.webNavigation=Pristup aktivnostima preglednika tijekom navigacije
+
+webextPerms.hostDescription.allUrls=Pristup vašim podacima sa svih stranica
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard)
+# %S will be replaced by the DNS domain for which a webextension
+# is requesting access (e.g., mozilla.org)
+webextPerms.hostDescription.wildcard=Pristup vašim podacima za stranice s domene %S
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# domains for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManyWildcards=Pristupite vašim podacima u još #1 domeni;Pristupite vašim podacima u još #1 domene;Pristupite vašim podacima u još #1 domena
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite)
+# %S will be replaced by the DNS host name for which a webextension
+# is requesting access (e.g., www.mozilla.org)
+webextPerms.hostDescription.oneSite=Pristup vašim podacima za %S
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites)
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# hosts for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManySites=Pristupite vašim podacima na još #1 stranici;Pristupite vašim podacima na još #1 stranice;Pristupite vašim podacima na još #1 stranica
+
+
+# Site Identity
+identity.identified.verifier=Potvrdio: %S
+identity.identified.verified_by_you=Dodali ste sigurnosnu iznimku za ovu stranicu
+identity.identified.state_and_country=%S, %S
+
+# Geolocation UI
+geolocation.allow=Dijeli
+geolocation.dontAllow=Nemoj dijeliti
+# LOCALIZATION NOTE (geolocation.location): Label that will be used in
+# site settings dialog.
+geolocation.location=Lokacija
+
+# Desktop notification UI
+desktopNotification2.allow=Uvijek
+desktopNotification2.dontAllow=Nikada
+# LOCALIZATION NOTE (desktopNotification.notifications): Label that will be
+# used in site settings dialog.
+desktopNotification.notifications=Obavijesti
+
+# Imageblocking
+imageblocking.downloadedImage=Slika odblokirana
+imageblocking.showAllImages=Prikaži sve
+
+# New Tab Popup
+# LOCALIZATION NOTE (newtabpopup, newprivatetabpopup): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 number of tabs
+newtabpopup.opened=#1 nova kartica otvorena;#1 nove kartice otvorene;#1 novih kartica otvoreno
+newprivatetabpopup.opened=#1 nova privatna kartica otvorena;#1 nove privatne kartice otvorene;#1 novih privatnih kartica otvoreno
+
+# LOCALIZATION NOTE (newtabpopup.switch): Ideally, this string is short (it's a
+# button label) and upper-case, to match Google and Android's convention.
+newtabpopup.switch=PREBACI
+
+# Undo close tab toast
+# LOCALIZATION NOTE (undoCloseToast.message): This message appears in a toast
+# when the user closes a tab. %S is the title of the tab that was closed.
+undoCloseToast.message=Zatvoreno %S
+
+# Private Tab closed message
+# LOCALIZATION NOTE (privateClosedMessage.message): This message appears
+# when the user closes a private tab.
+privateClosedMessage.message=Zatvoreno je privatno pretraživanje
+
+# LOCALIZATION NOTE (undoCloseToast.messageDefault): This message appears in a
+# toast when the user closes a tab if there is no title to display.
+undoCloseToast.messageDefault=Zatvorena kartica
+
+# LOCALIZATION NOTE (undoCloseToast.action2): Ideally, this string is short (it's a
+# button label) and upper-case, to match Google and Android's convention.
+undoCloseToast.action2=VRATI
+
+# Offline web applications
+offlineApps.ask=Dozvoli %S da sprema podatke na vaš uređaj za izvanmrežno korištenje?
+offlineApps.dontAskAgain=Ne pitaj ponovno za ovu stranicu
+offlineApps.allow=Dozvoli
+offlineApps.dontAllow2=Nemoj dozvoliti
+
+# LOCALIZATION NOTE (offlineApps.offlineData): Label that will be used in
+# site settings dialog.
+offlineApps.offlineData=Izvanmrežni podaci
+
+# LOCALIZATION NOTE (password.logins): Label that will be used in
+ # site settings dialog.
+password.logins=Prijave
+# LOCALIZATION NOTE (password.save): This should match
+# saveButton in passwordmgr.properties
+password.save=Spremi
+# LOCALIZATION NOTE (password.dontSave): This should match
+# dontSaveButton in passwordmgr.properties
+password.dontSave=Nemoj spremiti
+
+# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string
+# "true" (spelled and capitalized exactly that way) to show the "Character
+# Encoding" menu in the site menu. Any other value will hide it. Without this
+# setting, the "Character Encoding" menu must be enabled via Preferences.
+# This is not a string to translate. If users frequently use the "Character Encoding"
+# menu, set this to "true". Otherwise, you can leave it as "false".
+browser.menu.showCharacterEncoding=false
+
+# Text Selection
+selectionHelper.textCopied=Tekst kopiran u međuspremnik
+
+# Casting
+# LOCALIZATION NOTE (casting.sendToDevice): Label that will be used in the
+# dialog/prompt.
+casting.sendToDevice=Pošalji na uređaj
+
+# Context menu
+contextmenu.openInNewTab=Otvori poveznicu u novoj kartici
+contextmenu.openInPrivateTab=Otvori poveznicu u privatnoj kartici
+contextmenu.share=Dijeli
+contextmenu.copyLink=Kopiraj poveznicu
+contextmenu.shareLink=Dijeli poveznicu
+contextmenu.bookmarkLink=Zabilježi poveznicu
+contextmenu.copyEmailAddress=Kopiraj adresu e-pošte
+contextmenu.shareEmailAddress=Dijeli adresu e-pošte
+contextmenu.copyPhoneNumber=Kopiraj broj telefona
+contextmenu.sharePhoneNumber=Dijeli broj telefona
+contextmenu.fullScreen=Cijeli zaslon
+contextmenu.viewImage=Prikaži sliku
+contextmenu.copyImageLocation=Kopiraj lokaciju slike
+contextmenu.shareImage=Dijeli sliku
+# LOCALIZATION NOTE (contextmenu.search):
+# The label of the contextmenu item which allows you to search with your default search engine for
+# the text you have selected. %S is the name of the search engine. For example, "Google".
+contextmenu.search=%S pretraživanje
+contextmenu.saveImage=Spremi sliku
+contextmenu.showImage=Prikaži sliku
+contextmenu.setImageAs=Postavi sliku kao
+# LOCALIZATION NOTE (contextmenu.addSearchEngine3): This string should be rather short. If it is
+# significantly longer than the translation for the "Paste" action then this might trigger an
+# Android bug positioning the floating text selection partially off the screen. This issue heavily
+# depends on the screen size and the specific translations. For English "Paste" / "Add search engine"
+# is working while "Paste" / "Add as search engine" triggers the bug. See bug 1262098 for more details.
+# Manual testing the scenario described in bug 1262098 is highly recommended.
+contextmenu.addSearchEngine3=Dodaj tražilicu
+contextmenu.playMedia=Pokreni
+contextmenu.pauseMedia=Pauziraj
+contextmenu.showControls2=Prikaži kontrole
+contextmenu.mute=Isključi ton
+contextmenu.unmute=Uključi ton
+contextmenu.saveVideo=Spremi video
+contextmenu.saveAudio=Spremi zvuk
+contextmenu.addToContacts=Dodaj u kontakte
+# LOCALIZATION NOTE (contextmenu.sendToDevice):
+# The label that will be used in the contextmenu and the pageaction
+contextmenu.sendToDevice=Pošalji na uređaj
+
+contextmenu.copy=Kopiraj
+contextmenu.cut=Izreži
+contextmenu.selectAll=Odaberi sve
+contextmenu.paste=Zalijepi
+
+contextmenu.call=Nazovi
+
+#Input widgets UI
+inputWidgetHelper.date=Odaberite datum
+inputWidgetHelper.datetime-local=Odaberite datum i vrijeme
+inputWidgetHelper.time=Odaberite vrijeme
+inputWidgetHelper.week=Odaberite tjedan
+inputWidgetHelper.month=Odaberite mjesec
+inputWidgetHelper.cancel=Odustani
+inputWidgetHelper.set=Postavi
+inputWidgetHelper.clear=Obriši
+
+# Web Console API
+stacktrace.anonymousFunction=<anonimno>
+stacktrace.outputMessage=Stack trace od %S, funkcija %S, redak %S.
+timer.start=%S: tajmer pokrenut
+
+# LOCALIZATION NOTE (timer.end):
+# This string is used to display the result of the console.timeEnd() call.
+# %1$S=name of timer, %2$S=number of milliseconds
+timer.end=%1$S: %2$Sms
+
+# Click to play plugins
+clickToPlayPlugins.activate=Aktiviraj
+clickToPlayPlugins.dontActivate=Nemoj aktivirati
+# LOCALIZATION NOTE (clickToPlayPlugins.plugins): Label that
+# will be used in site settings dialog.
+clickToPlayPlugins.plugins=Priključci
+
+# Site settings dialog
+
+masterPassword.incorrect=Neispravna lozinka
+
+# Debugger
+# LOCALIZATION NOTE (remoteIncomingPromptTitle): The title displayed on the
+# dialog that prompts the user to allow the incoming connection.
+remoteIncomingPromptTitle=Dolazna veza
+# LOCALIZATION NOTE (remoteIncomingPromptUSB): The message displayed on the
+# dialog that prompts the user to allow an incoming USB connection.
+remoteIncomingPromptUSB=Dozvoli vezu za otklanjanje grešaka putem USB-a?
+# LOCALIZATION NOTE (remoteIncomingPromptUSB): The message displayed on the
+# dialog that prompts the user to allow an incoming TCP connection.
+remoteIncomingPromptTCP=Dozvoli vezu za udaljeno otklanjanje grešaka s %1$S:%2$S? Ova veza zahtjeva QR kod da bude skeniran kako biste autorizirali certifikat udaljenog uređaja. Možete izbjeći buduća skeniranja ukoliko zapamtite uređaj.
+# LOCALIZATION NOTE (remoteIncomingPromptDeny): This button will deny an
+# an incoming remote debugger connection.
+remoteIncomingPromptDeny=Odbij
+# LOCALIZATION NOTE (remoteIncomingPromptAllow): This button will allow an
+# an incoming remote debugger connection.
+remoteIncomingPromptAllow=Dozvoli
+# LOCALIZATION NOTE (remoteIncomingPromptScan): This button will start a QR
+# code scanner to authenticate an incoming remote debugger connection. The
+# connection will be allowed assuming the scan succeeds.
+remoteIncomingPromptScan=Skeniraj
+# LOCALIZATION NOTE (remoteIncomingPromptScanAndRemember): This button will
+# start a QR code scanner to authenticate an incoming remote debugger
+# connection. The connection will be allowed assuming the scan succeeds, and
+# the other endpoint's certificate will be saved to skip future scans for this
+# client.
+remoteIncomingPromptScanAndRemember=Skeniraj i zapamti
+# LOCALIZATION NOTE (remoteQRScanFailedPromptTitle): The title displayed in a
+# dialog when we are unable to complete the QR code scan for an incoming remote
+# debugging connection.
+remoteQRScanFailedPromptTitle=Neuspjelo skeniranje QR-koda
+# LOCALIZATION NOTE (remoteQRScanFailedPromptMessage): The message displayed in
+# a dialog when we are unable to complete the QR code scan for an incoming
+# remote debugging connection.
+remoteQRScanFailedPromptMessage=Nije uspjelo skeniranje QR-koda za udaljeno ispraljanje greški. Provjerite je li instalirana aplikacija Barcode Scanner te ponovno pokušajte uspostaviti vezu.
+# LOCALIZATION NOTE (remoteQRScanFailedPromptOK): This button dismisses the
+# dialog that appears when we are unable to complete the QR code scan for an
+# incoming remote debugging connection.
+remoteQRScanFailedPromptOK=U redu
+
+# Helper apps
+helperapps.open=Otvori
+helperapps.openWithApp2=Otvori s %S aplikacijom
+helperapps.openWithList2=Otvori s aplikacijom
+helperapps.always=Uvijek
+helperapps.never=Nikada
+helperapps.pick=Završi radnju koristeći
+helperapps.saveToDisk=Preuzimanje
+helperapps.alwaysUse=Uvijek
+helperapps.useJustOnce=Samo jednom
+
+# LOCALIZATION NOTE (getUserMedia.shareCamera.message, getUserMedia.shareMicrophone.message, getUserMedia.shareCameraAndMicrophone.message, getUserMedia.sharingCamera.message, getUserMedia.sharingMicrophone.message, getUserMedia.sharingCameraAndMicrophone.message): %S is the website origin (e.g. www.mozilla.org)
+getUserMedia.shareCamera.message = Želite li podijeliti svoju kameru s %S?
+getUserMedia.shareMicrophone.message = Želite li podijeliti svoj mikrofon s %S?
+getUserMedia.shareCameraAndMicrophone.message = Želite li podijeliti svoju kameru i mikrofon s %S?
+getUserMedia.denyRequest.label = Nemoj dijeliti
+getUserMedia.shareRequest.label = Dijeli
+getUserMedia.videoSource.default = Kamera %S
+getUserMedia.videoSource.frontCamera = Prednja kamera
+getUserMedia.videoSource.backCamera = Stražnja kamera
+getUserMedia.videoSource.none = Bez videa
+getUserMedia.videoSource.tabShare = Odaberite karticu za prijenos
+getUserMedia.videoSource.prompt = Video izvor
+getUserMedia.audioDevice.default = Mikrofon %S
+getUserMedia.audioDevice.none = Bez zvuka
+getUserMedia.audioDevice.prompt = Mikrofon za korištenje
+getUserMedia.sharingCamera.message2 = Kamera je uključena
+getUserMedia.sharingMicrophone.message2 = Mikrofon je uključen
+getUserMedia.sharingCameraAndMicrophone.message2 = Kamera i mikrofon su uključeni
+getUserMedia.blockedCameraAccess = Kamera je blokirana.
+getUserMedia.blockedMicrophoneAccess = Mikrofon je blokiran.
+getUserMedia.blockedCameraAndMicrophoneAccess = Kamera i mikrofon su blokirani.
+
+# LOCALIZATION NOTE (userContextPersonal.label,
+# userContextWork.label,
+# userContextShopping.label,
+# userContextBanking.label,
+# userContextNone.label):
+# These strings specify the four predefined contexts included in support of the
+# Contextual Identity / Containers project. Each context is meant to represent
+# the context that the user is in when interacting with the site. Different
+# contexts will store cookies and other information from those sites in
+# different, isolated locations. You can enable the feature by typing
+# about:config in the URL bar and changing privacy.userContext.enabled to true.
+# Once enabled, you can open a new tab in a specific context by clicking
+# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these
+# strings on the right-hand side of the URL bar.
+# In android this will be only exposed by web extensions
+userContextPersonal.label = Osobno
+userContextWork.label = Posao
+userContextBanking.label = Bankarstvo
+userContextShopping.label = Kupovina
+
+# LOCALIZATION NOTE (readerMode.toolbarTip):
+# Tip shown to users the first time we hide the reader mode toolbar.
+readerMode.toolbarTip=Pritisnite na zaslon za prikazivanje mogućnosti čitača
+
+#Open in App
+openInApp.pageAction = Otvori u aplikaciji
+openInApp.ok = U redu
+openInApp.cancel = Odustani
+
+#Tab sharing
+tabshare.title = "Odaberite karticu za prijenos"
+#Tabs in context menus
+browser.menu.context.default = Poveznica
+browser.menu.context.img = Slika
+browser.menu.context.video = Video
+browser.menu.context.audio = Zvuk
+browser.menu.context.tel = Telefon
+browser.menu.context.mailto = Pošta
+
+# "Subscribe to page" prompts created in FeedHandler.js
+feedHandler.chooseFeed=Odaberite kanal
+feedHandler.subscribeWith=Pretplati se s
+
+# LOCALIZATION NOTE (nativeWindow.deprecated):
+# This string is shown in the console when someone uses deprecated NativeWindow apis.
+# %1$S=name of the api that's deprecated, %2$S=New API to use. This may be a url to
+# a file they should import or the name of an api.
+nativeWindow.deprecated=%1$S je zastario. Koristite %2$S umjesto.
+
+# Vibration API permission prompt
+vibrationRequest.message = Dozvolite ovoj stranici da koristi vibraciju uređaja?
+vibrationRequest.denyButton = Nemoj dozvoliti
+vibrationRequest.allowButton = Dozvoli
diff --git a/l10n-hr/mobile/android/chrome/config.dtd b/l10n-hr/mobile/android/chrome/config.dtd
new file mode 100644
index 0000000000..5f67009705
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/config.dtd
@@ -0,0 +1,21 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+
+<!ENTITY toolbar.searchPlaceholder "Traži">
+
+<!ENTITY newPref.namePlaceholder "Naziv">
+
+<!ENTITY newPref.valueBoolean "Boolean">
+<!ENTITY newPref.valueString "Znakovni niz">
+<!ENTITY newPref.valueInteger "Cijeli broj">
+
+<!ENTITY newPref.stringPlaceholder "Unesite znakovni niz">
+<!ENTITY newPref.numberPlaceholder "Unesite broj">
+
+<!ENTITY newPref.toggleButton "Promjeni">
+<!ENTITY newPref.cancelButton "Odustani">
+
+<!ENTITY contextMenu.copyPrefName "Kopiraj naziv">
+<!ENTITY contextMenu.copyPrefValue "Kopiraj vrijednost">
diff --git a/l10n-hr/mobile/android/chrome/config.properties b/l10n-hr/mobile/android/chrome/config.properties
new file mode 100644
index 0000000000..32b2d17a7f
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/config.properties
@@ -0,0 +1,9 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+newPref.createButton=Stvori
+newPref.changeButton=Promijeni
+
+pref.toggleButton=Promjeni
+pref.resetButton=Vrati izvorno
diff --git a/l10n-hr/mobile/android/chrome/devicePrompt.properties b/l10n-hr/mobile/android/chrome/devicePrompt.properties
new file mode 100644
index 0000000000..e29ea7981b
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/devicePrompt.properties
@@ -0,0 +1,5 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+deviceMenu.title=Uređaji u blizini
diff --git a/l10n-hr/mobile/android/chrome/passwordmgr.properties b/l10n-hr/mobile/android/chrome/passwordmgr.properties
new file mode 100644
index 0000000000..e70c62a96a
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/passwordmgr.properties
@@ -0,0 +1,22 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# String will be replaced by brandShortName.
+saveLogin=Želite li da %S zapamti ovu prijavu?
+rememberButton=Zapamti
+neverButton=Nikada
+
+# String is the login's hostname
+updatePassword=Aktualizirati spremljenu lozinku za %S?
+updatePasswordNoUser=Aktualizirati spremljenu lozinku za ovu prijavu?
+updateButton=Ažuriraj
+dontUpdateButton=Ne ažuriraj
+
+# Copy of the toolkit's passwordmgr.properties
+userSelectText2=Odaberi prijavu koju želiš aktualizirati:
+passwordChangeTitle=Potvrdi promjenu lozinke
+
+# Strings used by PromptService.js
+username=Korisničko ime
+password=Lozinka
diff --git a/l10n-hr/mobile/android/chrome/phishing.dtd b/l10n-hr/mobile/android/chrome/phishing.dtd
new file mode 100644
index 0000000000..29b2605748
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/phishing.dtd
@@ -0,0 +1,27 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY safeb.palm.accept.label "Makni me odavdje!">
+<!ENTITY safeb.palm.decline.label "Zanemari ovo upozorenje">
+<!ENTITY safeb.palm.reportPage.label "Zašto je ova stranica blokirana?">
+<!-- Localization note (safeb.palm.advisory.desc) - Please don't translate <a id="advisory_provider"/> tag. It will be replaced at runtime with advisory link-->
+<!ENTITY safeb.palm.advisory.desc "Savjetovanje pruža <a id='advisory_provider'/>">
+
+<!ENTITY safeb.blocked.malwarePage.title "Prijavljena zloćudna stranica!">
+<!-- Localization note (safeb.blocked.malware.shortDesc) - Please don't translate the contents of the <span id="malware_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) -->
+<!ENTITY safeb.blocked.malwarePage.shortDesc "Web stranica <span id='malware_sitename'/> je prijavljena kao zloćudna stranica i blokirana je na temelju vaših sigurnosnih postavki.">
+<!ENTITY safeb.blocked.malwarePage.longDesc "<p>Zloćudne stranice pokušavaju instalirati programe koji kradu privatne informacije, koriste vaše računalo za napade na druga računala ili oštećuju vaš sustav.</p><p>Neke zloćudne stranice namjerno distribuiraju zloćudne programe, ali isto tako postoji mnogo stranica koje su izmijenjene bez znanja i dozvole njihovih vlasnika.</p>">
+
+<!ENTITY safeb.blocked.phishingPage.title3 "Obmanjujuća stranica!">
+<!-- Localization note (safeb.blocked.phishingPage.shortDesc3) - Please don't translate the contents of the <span id="phishing_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) -->
+<!ENTITY safeb.blocked.phishingPage.shortDesc3 "Internetska stranica <span id='phishing_sitename'/> je prijavljena kao obmanjujuća i blokirana je na temelju vaših sigurnosnih postavki.">
+<!ENTITY safeb.blocked.phishingPage.longDesc3 "<p>Obmanjujuće će vas stranice pokušati natjerati da napravite ono što inače ne biste, recimo da instalirate neki program ili otkrite osobne informacije poput lozinki, telefonskih brojeva ili brojeva kreditnih kartica.</p><p>Otkrivanjem bilo koje informacije na ovoj stranici može rezultirati krađom identiteta ili kojom drugom vrstom prijevare.</p>">
+
+<!ENTITY safeb.blocked.unwantedPage.title "Prijavljena nesigurna stranica!">
+<!-- Localization note (safeb.blocked.unwanted.shortDesc) - Please don't translate the contents of the <span id="unwanted_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) -->
+<!ENTITY safeb.blocked.unwantedPage.shortDesc "Web stranica <span id='unwanted_sitename'/> je prijavljena kao nesigurna stranica i blokirana je na temelju vaših sigurnosnih postavki.">
+<!ENTITY safeb.blocked.unwantedPage.longDesc "Nesigurne stranice pokušavaju instalirati programe koju su zavaravajući i mogu utjecati na vaš sustav na neočekivane načine.">
+
+<!ENTITY safeb.blocked.harmfulPage.title "Sljedeća stranica može sadržavati zlonamjerni softver">
+<!ENTITY safeb.blocked.harmfulPage.shortDesc "&brandShortName; je blokirao ovu stranicu iz razloga što će možda pokušati instalirati zlonamjerne aplikacije koje kradu ili brišu vaše podatke (na primjer slike, lozinke, poruke ili kreditne kartice)."> \ No newline at end of file
diff --git a/l10n-hr/mobile/android/chrome/pippki.properties b/l10n-hr/mobile/android/chrome/pippki.properties
new file mode 100644
index 0000000000..ad6ba27cf0
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/pippki.properties
@@ -0,0 +1,84 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+nssdialogs.ok.label=OK
+nssdialogs.cancel.label=Odustani
+
+# These strings are stolen from security/manager/locales/en-US/chrome/pippki/pippki.dtd
+downloadCert.title=Preuzimanje certifikata
+downloadCert.message1=Upitani ste za vjerovanje novoj certifikacijskoj agenciji (CA).
+downloadCert.viewCert.label=Prikaži
+downloadCert.trustSSL=Vjeruj za identifikaciju web stranica.
+downloadCert.trustEmail=Vjeruj za identifikaciju korisnika e-pošte.
+pkcs12.getpassword.title=Prozor upisa lozinke
+pkcs12.getpassword.message=Upišite lozinku s kojom je šifrirana sigurnosna kopija ovog certifikata.
+clientAuthAsk.title=Zahtjev identifikacije korisnika
+clientAuthAsk.message1=Ova stranica je zatražila da se identificirate s certifikatom:
+clientAuthAsk.message2=Odaberite certifikat za identifikaciju:
+clientAuthAsk.message3=Detalji odabranog certifikata:
+clientAuthAsk.remember.label=Zapamti ovu odluku
+# LOCALIZATION NOTE(clientAuthAsk.nickAndSerial): Represents a single cert when
+# the user is choosing from a list of certificates.
+# %1$S is the nickname of the cert.
+# %2$S is the serial number of the cert in AA:BB:CC hex format.
+clientAuthAsk.nickAndSerial=%1$S [%2$S]
+# LOCALIZATION NOTE(clientAuthAsk.hostnameAndPort):
+# %1$S is the hostname of the server.
+# %2$S is the port of the server.
+clientAuthAsk.hostnameAndPort=%1$S:%2$S
+# LOCALIZATION NOTE(clientAuthAsk.organization): %S is the Organization of the
+# server cert.
+clientAuthAsk.organization=Organizacija: "%S"
+# LOCALIZATION NOTE(clientAuthAsk.issuer): %S is the Organization of the
+# issuer cert of the server cert.
+clientAuthAsk.issuer=Izdano pod: "%S"
+# LOCALIZATION NOTE(clientAuthAsk.issuedTo): %1$S is the Distinguished Name of
+# the currently selected client cert, such as "CN=John Doe,OU=Example" (without
+# quotes).
+clientAuthAsk.issuedTo=Izdano za: %1$S
+# LOCALIZATION NOTE(clientAuthAsk.serial): %1$S is the serial number of the
+# selected cert in AA:BB:CC hex format.
+clientAuthAsk.serial=Serijski broj: %1$S
+# LOCALIZATION NOTE(clientAuthAsk.validityPeriod):
+# %1$S is the already localized notBefore date of the selected cert.
+# %2$S is the already localized notAfter date of the selected cert.
+clientAuthAsk.validityPeriod=Vrijedi od %1$S do %2$S
+# LOCALIZATION NOTE(clientAuthAsk.keyUsages): %1$S is a comma separated list of
+# already localized key usages the selected cert is valid for.
+clientAuthAsk.keyUsages=Korištenje ključa: %1$S
+# LOCALIZATION NOTE(clientAuthAsk.emailAddresses): %1$S is a comma separated
+# list of e-mail addresses the selected cert is valid for.
+clientAuthAsk.emailAddresses=Adrese elektroničke pošte: %1$S
+# LOCALIZATION NOTE(clientAuthAsk.issuedBy): %1$S is the Distinguished Name of
+# the cert which issued the selected cert.
+clientAuthAsk.issuedBy=Izdano od: %1$S
+# LOCALIZATION NOTE(clientAuthAsk.storedOn): %1$S is the name of the PKCS #11
+# token the selected cert is stored on.
+clientAuthAsk.storedOn=Spremljeno na: %1$S
+clientAuthAsk.viewCert.label=Prikaži
+
+certmgr.title=Detalji certifikata
+# These strings are stolen from security/manager/locales/en-US/chrome/pippki/certManager.dtd
+certmgr.subjectinfo.label=Izdano
+certmgr.issuerinfo.label=Izdao
+certmgr.periodofvalidity.label=Razdoblje valjanosti
+certmgr.fingerprints.label=Otisci
+certdetail.cn=Uobičajeno ime (CN): %1$S
+certdetail.o=Organizacija (O): %1$S
+certdetail.ou=Organizacijska jedinica (OU): %1$S
+# LOCALIZATION NOTE(certdetail.serialnumber): %1$S is the serial number of the
+# cert being viewed in AA:BB:CC hex format.
+certdetail.serialnumber=Serijski broj: %1$S
+# LOCALIZATION NOTE(certdetail.sha256fingerprint): %1$S is the SHA-256
+# Fingerprint of the cert being viewed in AA:BB:CC hex format.
+certdetail.sha256fingerprint=SHA-256 otisak: %1$S
+# LOCALIZATION NOTE(certdetail.sha1fingerprint): %1$S is the SHA-1 Fingerprint
+# of the cert being viewed in AA:BB:CC hex format.
+certdetail.sha1fingerprint=SHA-256 otisak: %1$S
+# LOCALIZATION NOTE(certdetail.notBefore): %1$S is the already localized
+# notBefore date of the cert being viewed.
+certdetail.notBefore=Započinje: %1$S
+# LOCALIZATION NOTE(certdetail.notAfter): %1$S is the already localized notAfter
+# date of the cert being viewed.
+certdetail.notAfter=Istječe: %1$S
diff --git a/l10n-hr/mobile/android/chrome/sync.properties b/l10n-hr/mobile/android/chrome/sync.properties
new file mode 100644
index 0000000000..1df182e62b
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/sync.properties
@@ -0,0 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# Mobile Sync
+
+# %S is the date and time at which the last sync successfully completed
+lastSync2.label=Zadnja sinkronizacija: %S
+
+# %S is the username logged in
+account.label=Račun: %S
+
diff --git a/l10n-hr/mobile/android/chrome/webcompatReporter.properties b/l10n-hr/mobile/android/chrome/webcompatReporter.properties
new file mode 100644
index 0000000000..891ff56e97
--- /dev/null
+++ b/l10n-hr/mobile/android/chrome/webcompatReporter.properties
@@ -0,0 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (webcompat.menu.name): A "site issue" is a bug, display,
+# or functionality problem with a webpage in the browser.
+webcompat.menu.name=Prijavite problem sa stranicom
+
+# LOCALIZATION NOTE (webcompat.reportDesktopMode.message): A " site issue" is a
+# bug, display, or functionality problem with a webpage in the browser.
+webcompat.reportDesktopMode.message=Prijavite problem sa stranicom?
+webcompat.reportDesktopModeYes.label=Prijavi
diff --git a/l10n-hr/mobile/android/defines.inc b/l10n-hr/mobile/android/defines.inc
new file mode 100644
index 0000000000..d79000534e
--- /dev/null
+++ b/l10n-hr/mobile/android/defines.inc
@@ -0,0 +1,14 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#filter emptyLines
+
+#define MOZ_LANGPACK_CREATOR mozilla.org
+
+# If non-English locales wish to credit multiple contributors, uncomment this
+
+# variable definition and use the format specified.
+
+#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Mihovil Stanić</em:contributor>
+
+#unfilter emptyLines