diff options
Diffstat (limited to 'thunderbird-l10n/ru/localization/ru/toolkit/global/datepicker.ftl')
-rw-r--r-- | thunderbird-l10n/ru/localization/ru/toolkit/global/datepicker.ftl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/thunderbird-l10n/ru/localization/ru/toolkit/global/datepicker.ftl b/thunderbird-l10n/ru/localization/ru/toolkit/global/datepicker.ftl new file mode 100644 index 0000000000..172da7a0da --- /dev/null +++ b/thunderbird-l10n/ru/localization/ru/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 <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-previous = + .aria-label = Предыдущий год +date-spinner-year-next = + .aria-label = Следующий год |