diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /l10n-hr/toolkit | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hr/toolkit')
-rw-r--r-- | l10n-hr/toolkit/crashreporter/crashreporter.ftl | 28 | ||||
-rw-r--r-- | l10n-hr/toolkit/toolkit/formautofill/formAutofill.ftl | 18 |
2 files changed, 46 insertions, 0 deletions
diff --git a/l10n-hr/toolkit/crashreporter/crashreporter.ftl b/l10n-hr/toolkit/crashreporter/crashreporter.ftl new file mode 100644 index 0000000000..c4393cbe81 --- /dev/null +++ b/l10n-hr/toolkit/crashreporter/crashreporter.ftl @@ -0,0 +1,28 @@ +# 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/. + +crashreporter-title = Izvjestitelj rušenja +crashreporter-crash-message = { -brand-short-name } je naišao na problem i srušio se. +crashreporter-plea = Da biste nam pomogli u ispravljanju problema, možete nam poslati izvještaj rušenja. +# $details (String) - the reason that a crash report cannot be submitted +crashreporter-error-details = Detaljji: { $details } +crashreporter-no-run-message = Ovaj program pokreće se nakon rušenja kako bi prijavio problem programerima programa. Ne bi se smio izravno pokretati. +crashreporter-button-details = Detalji… +crashreporter-view-report-title = Sadržaj izvještaja +crashreporter-comment-prompt = Dodaj komentar (komentari su javno vidljivi) +crashreporter-report-info = Ovaj izvještaj također sadrži tehničke informacije o stanju programa kad se srušio. +crashreporter-submit-status = Tvoj izvještaj o prekidu programa bit će poslan prije izlaska ili ponovnog pokretanja programa. +crashreporter-submit-in-progress = Slanje tvog izvještaja … +crashreporter-submit-success = Izvještaj uspješno poslan! +crashreporter-submit-failure = Došlo je do problema prilikom slanja izvještaja. +crashreporter-resubmit-status = Ponovo slanja izvještaja koji prethodno nisu poslani… +crashreporter-button-quit = Zatvori { -brand-short-name } +crashreporter-button-restart = Ponovo pokreni { -brand-short-name } +crashreporter-button-ok = U redu +crashreporter-button-close = Zatvori +# $id (String) - the crash id from the server, typically a UUID +crashreporter-crash-identifier = ID rušenja: { $id } + +# Error strings + diff --git a/l10n-hr/toolkit/toolkit/formautofill/formAutofill.ftl b/l10n-hr/toolkit/toolkit/formautofill/formAutofill.ftl index 301645ba4e..8b6933604a 100644 --- a/l10n-hr/toolkit/toolkit/formautofill/formAutofill.ftl +++ b/l10n-hr/toolkit/toolkit/formautofill/formAutofill.ftl @@ -14,6 +14,8 @@ autofill-options-link-osx = Postavke automatskog popunjavanja obrazaca # Used on the doorhanger when an credit card change is detected. +# Label for the button in the dropdown menu used to clear the populated form. +autofill-clear-form-label = Izbriši automatski ispunjen obrazac ## These are brand names and should only be translated when a locale-specific name for that brand is in common use @@ -26,3 +28,19 @@ autofill-card-network-mastercard = MasterCard autofill-card-network-mir = MIR autofill-card-network-unionpay = Union Pay autofill-card-network-visa = Visa +# The warning text that is displayed for informing users what categories are +# about to be filled. The text would be, for example, +# Also autofills organization, phone, email. +# Variables: +# $categories - one or more of the categories, see autofill-category-X below +autofill-phishing-warningmessage-extracategory = Također automatski popunjava { $categories } +# Variation when all are in the same category. +# Variables: +# $categories - one or more of the categories +autofill-phishing-warningmessage = Automatski popunjava { $categories } +# Used in autofill drop down suggestion to indicate what other categories Form Autofill will attempt to fill. +autofill-category-address = adresa +autofill-category-name = ime +autofill-category-organization = organizacija +autofill-category-tel = telefon +autofill-category-email = e-pošta |