| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2013 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"> |
| |
| <!-- Hint text to encourage the user to enter a country name to find a time zone |
| [CHAR LIMIT=25] --> |
| <string name="hint_time_zone_search">Country</string> |
| |
| <!-- Label for the currently selected time zone [CHAR LIMIT=30] --> |
| <string name="current_time_zone">CURRENT TIME ZONE</string> |
| |
| <!-- Label for the recently selected time zones [CHAR LIMIT=30] --> |
| <plurals name="recent_time_zone"> |
| <item quantity="one">RECENT TIME ZONE</item> |
| <!-- This is the label for 2 or more time zones. --> |
| <item quantity="other">RECENT TIME ZONES</item> |
| </plurals> |
| |
| <!-- Label for a list of time zones searched by country name [CHAR LIMIT=30] --> |
| <string name="country">Country</string> |
| |
| <!-- Label for a list of time zones searched by time zone name [CHAR LIMIT=30] --> |
| <string name="time_zone">Time zones</string> |
| |
| <!-- Label for a list of time zones searched by GMT Offset [CHAR LIMIT=30] --> |
| <string name="gmt_offset">GMT offset</string> |
| |
| <!-- Label for a list of time zones searched by the hour of the local time [CHAR LIMIT=30] --> |
| <string name="local_time">Local time (hr)</string> |
| |
| <!-- Label for a list of time zones in country [CHAR LIMIT=25] --> |
| <string name="results_country">"TIME ZONES IN <xliff:g id="country">%s</xliff:g>"</string> |
| |
| <!-- Label for a list of time zones with a certain GMT offset [CHAR LIMIT=25] --> |
| <string name="results_gmt">"TIME ZONES IN GMT <xliff:g id="offset">%s</xliff:g>"</string> |
| |
| <!-- Label for a list of time zones in a certain hour of the day [CHAR LIMIT=25] --> |
| <string name="results_local_type">"TIME ZONES AT <xliff:g id="local_time">%s</xliff:g>"</string> |
| |
| <!-- Legend for the * symbol to mean that the time zone has |
| a future day light savings time [CHAR LIMIT=30] --> |
| <string name="dst_note">\u2600 Observes daylight saving time</string> |
| |
| <!-- Description of clear icon in the search bar, for accessibility. [CHAR LIMIT=NONE]--> |
| <string name="searchview_description_clear">Clear query</string> |
| </resources> |