diff options
Diffstat (limited to 'l10n-lt/toolkit')
-rw-r--r-- | l10n-lt/toolkit/crashreporter/crashreporter.ftl | 28 | ||||
-rw-r--r-- | l10n-lt/toolkit/toolkit/branding/brandings.ftl | 1 | ||||
-rw-r--r-- | l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl | 30 | ||||
-rw-r--r-- | l10n-lt/toolkit/toolkit/global/arrowscrollbox.ftl | 3 |
4 files changed, 62 insertions, 0 deletions
diff --git a/l10n-lt/toolkit/crashreporter/crashreporter.ftl b/l10n-lt/toolkit/crashreporter/crashreporter.ftl new file mode 100644 index 0000000000..3740e5ba59 --- /dev/null +++ b/l10n-lt/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 = Strigčių pranešiklis +crashreporter-crash-message = Programa „{ -brand-short-name }“ susidūrė su problema ir užstrigo. +crashreporter-plea = Jei norite padėti aptikti ir pašalinti šią problemą, galite išsiųsti strigties pranešimą. +# $details (String) - the reason that a crash report cannot be submitted +crashreporter-error-details = Išsamiau: { $details } +crashreporter-no-run-message = Ši programa paleidžiama po strigties, kad praneštų apie problemą programos autoriams. Ji neturėtų būti paleidžiama tiesiogiai. +crashreporter-button-details = Išsamiau… +crashreporter-view-report-title = Strigties pranešimo turinys +crashreporter-comment-prompt = Pridėti komentarą. Pastaba: komentarai bus matomi viešai. +crashreporter-report-info = Šiame pranešime taip pat yra techninių duomenų apie programos būseną jos užstrigimo metu. +crashreporter-submit-status = Šis strigties pranešimas bus išsiųstas prieš baigiant programos darbą ar paleidžiant ją iš naujo. +crashreporter-submit-in-progress = Išsiunčiamas strigties pranešimas… +crashreporter-submit-success = Strigties pranešimas sėkmingai išsiųstas! +crashreporter-submit-failure = Strigties pranešimo išsiųsti nepavyko +crashreporter-resubmit-status = Pakartotinai siunčiami pranešimai, kurių nepavyko išsiųsti anksčiau… +crashreporter-button-quit = Baigti „{ -brand-short-name }“ darbą +crashreporter-button-restart = Paleisti „{ -brand-short-name }“ iš naujo +crashreporter-button-ok = Gerai +crashreporter-button-close = Užverti +# $id (String) - the crash id from the server, typically a UUID +crashreporter-crash-identifier = Strigties pranešimo ID: { $id } + +# Error strings + diff --git a/l10n-lt/toolkit/toolkit/branding/brandings.ftl b/l10n-lt/toolkit/toolkit/branding/brandings.ftl index 0de77b74bd..fa7b79803d 100644 --- a/l10n-lt/toolkit/toolkit/branding/brandings.ftl +++ b/l10n-lt/toolkit/toolkit/branding/brandings.ftl @@ -42,3 +42,4 @@ # and kept in English. -firefoxview-brand-name = „Firefox“ apžvalga +-mozmonitor-brand-name = Mozilla Monitor diff --git a/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl b/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl index 0d58941d81..78cb83e1c8 100644 --- a/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl +++ b/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl @@ -14,3 +14,33 @@ autofill-options-link-osx = Automatinio formų užpildymo nuostatos # 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 = Išvalyti automatinio užpildymo formą + +## These are brand names and should only be translated when a locale-specific name for that brand is in common use + +autofill-card-network-amex = „American Express“ +autofill-card-network-cartebancaire = „Carte Bancaire“ +autofill-card-network-diners = „Diners Club“ +autofill-card-network-discover = „Discover“ +autofill-card-network-jcb = „JCB“ +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 = Taip pat užpildys kategorijas: { $categories } +# Variation when all are in the same category. +# Variables: +# $categories - one or more of the categories +autofill-phishing-warningmessage = Užpildys kategorijas: { $categories } +# Used in autofill drop down suggestion to indicate what other categories Form Autofill will attempt to fill. +autofill-category-address = adresas +autofill-category-name = vardas +autofill-category-organization = organizacija +autofill-category-tel = telefonas +autofill-category-email = el. paštas diff --git a/l10n-lt/toolkit/toolkit/global/arrowscrollbox.ftl b/l10n-lt/toolkit/toolkit/global/arrowscrollbox.ftl new file mode 100644 index 0000000000..6fbe8159b2 --- /dev/null +++ b/l10n-lt/toolkit/toolkit/global/arrowscrollbox.ftl @@ -0,0 +1,3 @@ +# 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/. |