diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-lv/mail/messenger/addressbook | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | l10n-lv/mail/messenger/addressbook/abCardDAVDialog.ftl | 35 | ||||
-rw-r--r-- | l10n-lv/mail/messenger/addressbook/abCardDAVProperties.ftl | 28 |
2 files changed, 63 insertions, 0 deletions
diff --git a/l10n-lv/mail/messenger/addressbook/abCardDAVDialog.ftl b/l10n-lv/mail/messenger/addressbook/abCardDAVDialog.ftl new file mode 100644 index 0000000000..d0d9a046d9 --- /dev/null +++ b/l10n-lv/mail/messenger/addressbook/abCardDAVDialog.ftl @@ -0,0 +1,35 @@ +# 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/. + +carddav-window = + .title = Jauna CardDAV adrešu grāmata +carddav-dialog = + .buttonlabelaccept = Turpināt + .buttonaccesskeyaccept = T +carddav-experimental-warning = CardDAV adrešu grāmatas atbalsts ir eksperimentāls un var neatgriezeniski sabojāt jūsu datus. Izmantojiet uz savu risku. +carddav-provider-label = + .value = CardDAV sniedzējs: + .accesskey = P +carddav-provider-option-other = Cits sniedzējs… +carddav-url-label = + .value = CardDAV URL: + .accesskey = U +carddav-username-label = + .value = Lietotājvārds: + .accesskey = L +carddav-username-input = + .placeholder = jus@piemers.lv +carddav-password-label = + .value = Parole: + .accesskey = p +carddav-password-input = + .placeholder = Parole +carddav-remember-password = + .label = Atcerēties paroli + .accesskey = a +carddav-loading = Meklēju iestatījumus… +carddav-connection-error = Neizdevās savienoties. +carddav-none-found = Netika atrasta neviena adrešu grāmata, ko pievienot norādītajam kontam. +carddav-already-added = Visas norādītā konta adrešu grāmatas jau ir pievienotas. +carddav-available-books = Pieejamās adrešu grāmatas: diff --git a/l10n-lv/mail/messenger/addressbook/abCardDAVProperties.ftl b/l10n-lv/mail/messenger/addressbook/abCardDAVProperties.ftl new file mode 100644 index 0000000000..0a5d851ebd --- /dev/null +++ b/l10n-lv/mail/messenger/addressbook/abCardDAVProperties.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/. + +carddav-url-label = + .value = CardDAV URL: + .accesskey = U +carddav-refreshinterval-label = + .label = Sinhronizēt + .accesskey = S +# Variables: +# $minutes (integer) - Number of minutes between address book synchronizations +carddav-refreshinterval-minutes-value = + .label = + { $minutes -> + [zero] katru minūti + [one] katras { $minutes } minūtes + *[other] katras { $minutes } minūtes + } +# Variables: +# $hours (integer) - Number of hours between address book synchronizations +carddav-refreshinterval-hours-value = + .label = + { $hours -> + [zero] katru stundu + [one] katru { $hours } stundu + *[other] katru { $hours } stundu + } |