diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /l10n-te/toolkit | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-te/toolkit')
-rw-r--r-- | l10n-te/toolkit/toolkit/global/datepicker.ftl | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/l10n-te/toolkit/toolkit/global/datepicker.ftl b/l10n-te/toolkit/toolkit/global/datepicker.ftl index 6fbe8159b2..87508a88d1 100644 --- a/l10n-te/toolkit/toolkit/global/datepicker.ftl +++ b/l10n-te/toolkit/toolkit/global/datepicker.ftl @@ -1,3 +1,48 @@ # 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 <input type="date"> + + +## 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 <input type="date"> + +date-picker-label = + .aria-label = ఒక తేదీని ఎంచుకోండి +date-spinner-label = + .aria-label = నెల, సంవత్సరం ఎంచుకోండి + +## Text of the clear button + +date-picker-clear-button = తుడిచివేయి + +## 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 = కిందటి నెల +date-picker-next = + .aria-label = వచ్చే నెల + +## 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 = నెల +date-spinner-year = + .aria-label = సంవత్సరం + +## 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 = కిందటి నెల +date-spinner-month-next = + .aria-label = వచ్చే నెల +date-spinner-year-next = + .aria-label = వచ్చే సంవత్సరం |