diff options
Diffstat (limited to 'l10n-lt')
-rw-r--r-- | l10n-lt/browser/browser/preferences/preferences.ftl | 5 | ||||
-rw-r--r-- | l10n-lt/toolkit/crashreporter/crashreporter.ftl | 28 | ||||
-rw-r--r-- | l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl | 18 |
3 files changed, 51 insertions, 0 deletions
diff --git a/l10n-lt/browser/browser/preferences/preferences.ftl b/l10n-lt/browser/browser/preferences/preferences.ftl index a27b3befd6..88e6542420 100644 --- a/l10n-lt/browser/browser/preferences/preferences.ftl +++ b/l10n-lt/browser/browser/preferences/preferences.ftl @@ -675,6 +675,9 @@ sync-mobile-promo = Parsisiųskite „Firefox“, skirtą <img data-l10n-name="a sync-profile-picture = .tooltiptext = Keisti profilio nuotrauką +sync-profile-picture-with-alt = + .tooltiptext = Keisti profilio nuotrauką + .alt = Keisti profilio nuotrauką sync-sign-out = .label = Atsijungti… .accesskey = g @@ -1138,6 +1141,8 @@ addon-recommendations-link = Sužinoti daugiau collection-health-report-disabled = Duomenų siuntimas šiai darinio sąrankai yra išjungtas collection-backlogged-crash-reports-with-link = Leisti „{ -brand-short-name }“ siųsti sukauptus strigčių pranešimus jūsų vardu. <a data-l10n-name="crash-reports-link">Sužinoti daugiau</a> .accesskey = s +collection-backlogged-crash-reports = Leisti „{ -brand-short-name }“ siųsti sukauptus strigčių pranešimus jūsų vardu. + .accesskey = s privacy-segmentation-section-header = Naujos funkcijos, kurios pagerina jūsų naršymą privacy-segmentation-section-description = Kai siūlome funkcijas, kurios naudoja jūsų duomenis, kad suteiktų jums asmeniškesnės patirties: privacy-segmentation-radio-off = 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/formautofill/formAutofill.ftl b/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl index b41c4f012d..78cb83e1c8 100644 --- a/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl +++ b/l10n-lt/toolkit/toolkit/formautofill/formAutofill.ftl @@ -14,6 +14,8 @@ 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 @@ -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 = 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 |