-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathstrings.xml
More file actions
51 lines (41 loc) · 4.33 KB
/
strings.xml
File metadata and controls
51 lines (41 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="material_timepicker_pm" description="Suffix for time in 12-hour standard, after noon. [CHAR_LIMIT=2]">PM</string>
<string name="material_timepicker_am" description="Suffix for time in 12-hour standard, before noon. [CHAR_LIMIT=2]">AM</string>
<string name="material_timepicker_select_time" description="Title for the dialog with a dial time picker. [CHAR_LIMIT=32]">Select time</string>
<string name="material_timepicker_enter_time" description="Title for the dialog with an input time picker. [CHAR_LIMIT=32]">Enter time</string>
<string name="material_timepicker_minute" description="The label for a text field to select the minute on the hour [CHAR_LIMIT=24]">Minute</string>
<string name="material_timepicker_hour" description="The label for a text field to select the hour on the time [CHAR_LIMIT=24]">Hour</string>
<string name="material_timepicker_minute_error" description="The label for a text field to show an error on the selection of the minute [CHAR_LIMIT=24]">Minute must be 0–59</string>
<string name="material_timepicker_hour_error" description="The label for a text field to show an error on the selection of the hour [CHAR_LIMIT=24]">Hour must be 1–12</string>
<string name="material_timepicker_hour_error_24h" description="The label for a text field to show an error on the selection of the 24-hour [CHAR_LIMIT=24]">Hour must be 0–23</string>
<string name="material_clock_display_divider" translatable="false">:</string>
<string name="material_hour_suffix" description="Spoken suffix for an hour in the clock [CHAR_LIMIT=10]"><xliff:g id="number">%1$s</xliff:g> o\'clock</string>
<string name="material_hour_24h_suffix" description="Spoken suffix for an hour in the 24-hour clock [CHAR_LIMIT=10]"><xliff:g id="number">%1$s</xliff:g> hours</string>
<string name="material_minute_suffix" description="Spoken suffix for an amount of minutes in the clock [CHAR_LIMIT=16]"><xliff:g id="number">%1$s</xliff:g> minutes</string>
<string name="material_hour_selection" description="Description for button to switch to select the hour [CHAR_LIMIT=NONE]">Select hour</string>
<string name="material_minute_selection" description="Description for button to switch to select the minute [CHAR_LIMIT=NONE]">Select minutes</string>
<string name="material_clock_toggle_content_description" description="Description for the toggle to choose between AM and PM [CHAR_LIMIT=NONE]">Select AM or PM</string>
<string name="mtrl_timepicker_confirm" description="Button text to indicate that the widget will save the user's selection [CHAR_LIMIT=16]">OK</string>
<string name="mtrl_timepicker_cancel" description="Button text to indicate that the widget will ignore the user's selection [CHAR_LIMIT=16]">Cancel</string>
<!-- Accessibility string used for describing the button in time picker that changes the dialog to text input mode. [CHAR LIMIT=NONE] -->
<string name="material_timepicker_text_input_mode_description">Switch to text input mode for the time input.</string>
<!-- Accessibility string used for describing the button in time picker that changes the dialog to circular clock mode. [CHAR LIMIT=NONE] -->
<string name="material_timepicker_clock_mode_description">Switch to clock mode for the time input.</string>
<!-- Tooltip text for the button that switches the time picker to text input mode. [CHAR LIMIT=NONE] -->
<string name="material_timepicker_text_input_mode_tooltip">Switch to text input mode</string>
<!-- Tooltip text for the button that switches the time picker to clock mode. [CHAR LIMIT=NONE] -->
<string name="material_timepicker_clock_mode_tooltip">Switch to clock mode</string>
</resources>