1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- --> 19 <!-- Label shown on launcher icon --> 20 <string name="app_label">Alarm Clock</string> 21 22 <!-- Menu item on Alarm Clock screen: Add alarm --> 23 <string name="add_alarm">Add alarm</string> 24 25 <!-- Context Menu Item on Alarm Settings screen: Delete alarm --> 26 <string name="delete_alarm">Delete alarm</string> 27 28 <!-- Context Menu Item on Alarm Settings screen: Enable alarm --> 29 <string name="enable_alarm">Enable alarm</string> 30 31 <!-- Context Menu Item on Alarm Settings screen: Disable alarm --> 32 <string name="disable_alarm">Disable alarm</string> 33 34 <!-- Delete alarm confirmation dialog message. --> 35 <string name="delete_alarm_confirm">This alarm will be deleted.</string> 36 37 <!-- Menu item on Alarm Clock screen: Show clock --> 38 <string name="show_clock">Show clock</string> 39 40 <!-- Menu item on Alarm Clock screen: Hide clock --> 41 <string name="hide_clock">Hide clock</string> 42 43 <!-- Setting label on Set alarm screen: Label --> 44 <string name="label">Label</string> 45 46 <!-- Default label to display for an alarm --> 47 <string name="default_label">Alarm</string> 48 49 <!-- Preference category on Alarm Settings screen: Set alarm --> 50 <string name="set_alarm">Set alarm</string> 51 52 <!-- Setting labels on Set alarm screen: Vibration on or off --> 53 <string name="alarm_vibrate">Vibrate</string> 54 55 <!-- Setting labels on Set alarm screen: Repeat --> 56 <string name="alarm_repeat">Repeat</string> 57 58 <!-- Setting labels on Set alarm screen: Select alarm ringtone --> 59 <string name="alert">Ringtone</string> 60 61 <!-- Setting labels on Set alarm screen: Set time --> 62 <string name="time">Time</string> 63 64 <!-- Button labels on the alarm dialog: Dismiss --> 65 <string name="alarm_alert_dismiss_text">Dismiss</string> 66 67 <!-- Alarm Alert screen: this message is shown after an alarm rung 68 unattended for a number of minutes. It tells the user that 69 the alarm has been silenced.--> 70 <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string> 71 72 <!-- Button labels on the alarm dialog: Snooze --> 73 <string name="alarm_alert_snooze_text">Snooze</string> 74 75 <!-- Toast that appears after Alarm is snoozed from the Alarm 76 dialog. Says the alarm will snooze for xxx minutes. --> 77 <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string> 78 79 <!-- 0: nothing 80 1: days 81 2: hours 82 3: days hours 83 4: minutes 84 5: days minutes 85 6: hours minutes 86 7: days hours minutes 87 --><skip /> 88 89 <!-- Alarm confirmation toast: Describes how long from now until 90 alarm fires --> 91 <string-array name="alarm_set"> 92 <item>This alarm is set for less than 1 minute from now.</item> 93 <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item> 94 <item>This alarm is set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 95 <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 96 <item>This alarm is set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 97 <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 98 <item>This alarm is set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 99 <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g>, <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g>, and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 100 </string-array> 101 102 <!-- Alarm confirmation toast: singular day --> 103 <string name="day">"1 day"</string> 104 105 <!-- Alarm confirmation toast: plural days --> 106 <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string> 107 108 <!-- Alarm confirmation toast: singular hour --> 109 <string name="hour">1 hour</string> 110 111 <!-- Alarm confirmation toast: plural hours --> 112 <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string> 113 114 <!-- Alarm confirmation toast: singular minute --> 115 <string name="minute">"1 minute"</string> 116 117 <!-- Alarm confirmation toast: plural minutes --> 118 <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string> 119 120 <!-- Repeat options that appear under an alarm on main Alarm Clock 121 screen to identify repetition schedule: special case for when 122 the alarm is set to repeat every day --> 123 <string name="every_day">every day</string> 124 125 <!-- Repeat options that appear under an alarm on main Alarm Clock 126 screen to identify repetition schedule: special case for when 127 the alarm is set to never repeat --> 128 <string name="never">Never</string> 129 130 <!-- Repeat options that appear under an alarm on main Alarm Clock 131 screen to identify repetition schedule: concatenate days with 132 this character, i.e. "Mon, Tue, Wed" --> 133 <string name="day_concat">", "</string> 134 135 <!-- Appears at the top of the Clock Picker screen: Tell user to 136 select a clock to display --> 137 <string name="clock_instructions">Select a clock to display.</string> 138 139 <!-- Label for analog clock gadget, shown in list of all gadgets --> 140 <string name="analog_gadget">Analog clock</string> 141 142 <!-- Menu item title for general Alarm Clock Settings --> 143 <string name="settings">Settings</string> 144 145 <!-- Setting title for whether the alarm should play in silent mode. 146 Usually, silent mode only affects the ringer, but this setting 147 will make the alarms respect silent mode too. --> 148 <string name="alarm_in_silent_mode_title">Alarm in silent mode</string> 149 150 <!-- Setting summary for whether the alarm should play in silent mode. --> 151 <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string> 152 153 <!-- Setting title for changing the snooze duration. --> 154 <string name="snooze_duration_title">Snooze duration</string> 155 156 <!-- Entries listed in the ListPreference when invoking the snooze duration 157 preference. --> 158 <string-array name="snooze_duration_entries"> 159 <item>5 minutes</item> 160 <item>10 minutes</item> 161 <item>15 minutes</item> 162 <item>20 minutes</item> 163 <item>25 minutes</item> 164 <item>30 minutes</item> 165 </string-array> 166 167 <!-- Values that are retrieved from the ListPreference. These must match 168 the snooze_duration_entries above. --> 169 <string-array name="snooze_duration_values"> 170 <item>5</item> 171 <item>10</item> 172 <item>15</item> 173 <item>20</item> 174 <item>25</item> 175 <item>30</item> 176 </string-array> 177 178 <!-- Done button when editing an alarm. --> 179 <string name="done">Done</string> 180 181 <!-- Revert button when editing an alarm. --> 182 <string name="revert">Revert</string> 183 184 <!-- Setting title for changing the alarm volume. --> 185 <string name="alarm_volume_title">Alarm volume</string> 186 187 <!-- Setting summary for changing the alarm volume. --> 188 <string name="alarm_volume_summary">Set the volume of alarms</string> 189 190 <!-- Summary for the alarm preference when silent is chosen. --> 191 <string name="silent_alarm_summary">Silent</string> 192 193 <!-- Text to display in the small text of the notification --> 194 <string name="alarm_notify_text">Select to snooze or dismiss this alarm.</string> 195 196 <!-- Text to display in the notification ticker and label --> 197 <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string> 198 199 <!-- Text to display in the notification when the alarm has been snoozed --> 200 <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Select to cancel.</string> 201 202 <!-- Title of the setting to change the volume/camera button behavior. --> 203 <string name="volume_button_setting_title">Side button behavior</string> 204 205 <!-- The summary of the side button setting. --> 206 <string name="volume_button_setting_summary">Set the desired behavior of the side buttons when pressed during an alarm</string> 207 208 <!-- Entries listed in the setting for the side-button action. --> 209 <string-array name="volume_button_setting_entries"> 210 <item>None</item> 211 <item>Snooze</item> 212 <item>Dismiss</item> 213 </string-array> 214 215 <!-- Values for the side-button setting. --> 216 <string-array name="volume_button_setting_values"> 217 <item>0</item> 218 <item>1</item> 219 <item>2</item> 220 </string-array> 221</resources> 222 223 224