diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-tl/toolkit/toolkit/global/datetimebox.ftl | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/l10n-tl/toolkit/toolkit/global/datetimebox.ftl b/l10n-tl/toolkit/toolkit/global/datetimebox.ftl new file mode 100644 index 0000000000..e14fb6e11d --- /dev/null +++ b/l10n-tl/toolkit/toolkit/global/datetimebox.ftl @@ -0,0 +1,36 @@ +# 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/. + +# Date/time clear button +datetime-reset = + .aria-label = Burahin + +## Placeholders for date and time inputs + +datetime-year-placeholder = yyyy +datetime-month-placeholder = mm +datetime-day-placeholder = dd +datetime-time-placeholder = -- + +## Field labels for input type=date + +datetime-year = + .aria-label = Taon +datetime-month = + .aria-label = Buwan +datetime-day = + .aria-label = Araw + +## Field labels for input type=time + +datetime-hour = + .aria-label = Mga Oras +datetime-minute = + .aria-label = Mga Minuto +datetime-second = + .aria-label = Mga Segundo +datetime-millisecond = + .aria-label = Mga Milisegundo +datetime-dayperiod = + .aria-label = AM/PM |