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-cy/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 'l10n-cy/mail/messenger/addressbook')
-rw-r--r-- | l10n-cy/mail/messenger/addressbook/abCardDAVDialog.ftl | 45 | ||||
-rw-r--r-- | l10n-cy/mail/messenger/addressbook/abCardDAVProperties.ftl | 37 |
2 files changed, 82 insertions, 0 deletions
diff --git a/l10n-cy/mail/messenger/addressbook/abCardDAVDialog.ftl b/l10n-cy/mail/messenger/addressbook/abCardDAVDialog.ftl new file mode 100644 index 0000000000..c4ceb5bbdf --- /dev/null +++ b/l10n-cy/mail/messenger/addressbook/abCardDAVDialog.ftl @@ -0,0 +1,45 @@ +# 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 = Llyfr Cyfeiriadau CardDAV newydd + +carddav-dialog = + .buttonlabelaccept = Parhau + .buttonaccesskeyaccept = P + +carddav-experimental-warning = Mae cefnogaeth llyfr cyfeiriadau CardDAV yn arbrofol a gallai niweidio'ch data yn barhaol. Defnyddiwch ar eich risg eich hun. + +carddav-provider-label = + .value = Darparwr CardDAV: + .accesskey = D + +carddav-provider-option-other = Darparwr arall… + +carddav-url-label = + .value = URL CardDAV: + .accesskey = V + +carddav-username-label = + .value = Enw Defnyddiwr: + .accesskey = E +carddav-username-input = + .placeholder = you@example.com + +carddav-password-label = + .value = Cyfrinair: + .accesskey = c +carddav-password-input = + .placeholder = Cyfrinair + +carddav-remember-password = + .label = Cofio'r cyfrinair + .accesskey = o + +carddav-loading = Chwilio am y ffurfweddiad… +carddav-connection-error = Methu cysylltu. +carddav-none-found = Heb ddod o hyd i lyfrau cyfeiriadau i'w hychwanegu ar gyfer y cyfrif penodedig. +carddav-already-added = Mae'r holl lyfrau cyfeiriadau ar gyfer y cyfrif penodol eisoes wedi'u hychwanegu. + +carddav-available-books = Llyfrau cyfeiriadau sydd ar gael: diff --git a/l10n-cy/mail/messenger/addressbook/abCardDAVProperties.ftl b/l10n-cy/mail/messenger/addressbook/abCardDAVProperties.ftl new file mode 100644 index 0000000000..998f1ba215 --- /dev/null +++ b/l10n-cy/mail/messenger/addressbook/abCardDAVProperties.ftl @@ -0,0 +1,37 @@ +# 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 = URL CardDAV: + .accesskey = V +carddav-refreshinterval-label = + .label = Cydweddu: + .accesskey = C +# Variables: +# $minutes (integer) - Number of minutes between address book synchronizations +carddav-refreshinterval-minutes-value = + .label = + { $minutes -> + [zero] pob munud + [one] pob munud + [two] pob { $minutes } funud + [few] pob { $minutes } munud + [many] pob { $minutes } munud + *[other] pob { $minutes } munud + } +# Variables: +# $hours (integer) - Number of hours between address book synchronizations +carddav-refreshinterval-hours-value = + .label = + { $hours -> + [zero] pob awr + [one] pob awr + [two] pob { $hours } awr + [few] pob { $hours } awr + [many] pob { $hours } awr + *[other] pob { $hours } awr + } +carddav-readonly-label = + .label = Darllen yn unig + .accesskey = D |