From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-cy/toolkit/toolkit/global/datepicker.ftl | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 l10n-cy/toolkit/toolkit/global/datepicker.ftl (limited to 'l10n-cy/toolkit/toolkit/global/datepicker.ftl') diff --git a/l10n-cy/toolkit/toolkit/global/datepicker.ftl b/l10n-cy/toolkit/toolkit/global/datepicker.ftl new file mode 100644 index 0000000000..de426ab708 --- /dev/null +++ b/l10n-cy/toolkit/toolkit/global/datepicker.ftl @@ -0,0 +1,50 @@ +# 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/. + + +### Datepicker - Dialog for default HTML's + + +## These labels are used by screenreaders and other assistive technology +## to indicate the purpose of a date picker calendar and a month-year selection +## spinner dialogs for HTML's + +date-picker-label = + .aria-label = Dewiswch ddyddiad +date-spinner-label = + .aria-label = Dewiswch fis a blwyddyn + +## Text of the clear button + +date-picker-clear-button = Clirio + +## These labels are used by screenreaders and other assistive technology +## to indicate the purpose of buttons that leaf through months of a calendar + +date-picker-previous = + .aria-label = Mis blaenorol +date-picker-next = + .aria-label = Mis nesaf + +## These labels are used by screenreaders and other assistive technology +## to indicate the type of a value/unit that is being selected within a +## Month/Year date spinner dialogs on a datepicker calendar dialog + +date-spinner-month = + .aria-label = Mis +date-spinner-year = + .aria-label = Blwyddyn + +## These labels are used by screenreaders and other assistive technology +## to indicate the purpose of buttons that leaf through either months +## or years of a Month/Year date spinner on a datepicker calendar dialog + +date-spinner-month-previous = + .aria-label = Mis blaenorol +date-spinner-month-next = + .aria-label = Mis nesaf +date-spinner-year-previous = + .aria-label = Llynedd +date-spinner-year-next = + .aria-label = Blwyddyn nesaf -- cgit v1.2.3