OSDN Git Service

am 12afe3b7: AI 149721: Import Portuguese translations.
[android-x86/packages-apps-AlarmClock.git] / res / values / strings.xml
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     <!-- Delete alarm confirmation dialog message. -->
29     <string name="delete_alarm_confirm">This alarm will be deleted.</string>
30
31     <!-- Menu item on Alarm Clock screen: Show clock -->
32     <string name="show_clock">Show clock</string>
33
34     <!-- Menu item on Alarm Clock screen: Hide clock -->
35     <string name="hide_clock">Hide clock</string>
36
37     <!-- Setting label on Set alarm screen: Label -->
38     <string name="label">Label</string>
39
40     <!-- Default label to display for an alarm -->
41     <string name="default_label">Alarm</string>
42
43     <!-- Preference category on Alarm Settings screen: Set alarm -->
44     <string name="set_alarm">Set alarm</string>
45
46     <!-- Setting labels on Set alarm screen: Enable alarm -->
47     <string name="enable">Turn on alarm</string>
48
49     <!-- Setting labels on Set alarm screen: Vibration on or off -->
50     <string name="alarm_vibrate">Vibrate</string>
51
52     <!-- Setting labels on Set alarm screen: Repeat -->
53     <string name="alarm_repeat">Repeat</string>
54
55     <!-- Setting labels on Set alarm screen: Select alarm ringtone  -->
56     <string name="alert">Ringtone</string>
57
58     <!-- Setting labels on Set alarm screen: Set time  -->
59     <string name="time">Time</string>
60
61
62     <!-- Title of the alarm alert -->
63     <string name="alert_title">Alarm</string>
64     
65     <!-- Button labels on the alarm dialog: Dismiss -->
66     <string name="alarm_alert_dismiss_text">Dismiss</string>
67
68     <!-- Alarm Alert screen: this message is shown after an alarm rung
69          unattended for a number of minutes.  It tells the user that
70          the alarm has been silenced.-->
71     <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string>
72
73     <!-- Button labels on the alarm dialog: Snooze -->
74     <string name="alarm_alert_snooze_text">Snooze</string>
75
76     <!-- Toast that appears after Alarm is snoozed from the Alarm
77          dialog. Says the alarm will snooze for xxx minutes.  -->
78     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
79
80     <!-- Toast that appears after Alarm is snoozed from the Alarm
81          dialog. Shown if snooze cannot be set because the next alarm
82          would fire before the snooze alrm.  "Snooze not set - next
83          alarm set for xxx."  -->
84     <string name="alarm_alert_snooze_not_set">Snooze not set -- next alarm set for <xliff:g id="time">%s</xliff:g></string>
85
86
87     <!-- Alarm confirmation toast: Describes how long from now until
88          alarm fires -->
89     <string name="alarm_set">This alarm is set for <xliff:g id="time_delta">%s</xliff:g> from now.</string>
90
91     <!-- Alarm confirmation toast: A combiner that orders the segments
92          that follow -->
93     <string name="combiner"><xliff:g id="xxx">%1$s</xliff:g><xliff:g id="xxx">%2$s</xliff:g><xliff:g id="xxx">%3$s</xliff:g><xliff:g id="xxx">%4$s</xliff:g><xliff:g id="xxx">%5$s</xliff:g></string>
94
95     <!-- Alarm confirmation toast: singular day -->
96     <string name="day">"1 day"</string>
97
98     <!-- Alarm confirmation toast: plural days -->
99     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
100
101     <!-- Alarm confirmation toast: singular hour -->
102     <string name="hour">1 hour</string>
103
104     <!-- Alarm confirmation toast: plural hours -->
105     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
106
107     <!-- Alarm confirmation toast: "and" to join hours and minutes -->
108     <string name="and">" and "</string>
109
110     <!-- Alarm confirmation toast: space  -->
111     <string name="space">" "</string>
112
113     <!-- Alarm confirmation toast: time less than one minute  -->
114     <string name="subminute">"less than 1 minute"</string>
115
116     <!-- Alarm confirmation toast: singular minute  -->
117     <string name="minute">"1 minute"</string>
118
119     <!-- Alarm confirmation toast: plural minutes  -->
120     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
121
122     <!-- Repeat options that appear under an alarm on main Alarm Clock
123          screen to identify repetition schedule: special case for when
124          the alarm is set to repeat every day -->
125     <string name="every_day">every day</string>
126
127     <!-- Repeat options that appear under an alarm on main Alarm Clock
128          screen to identify repetition schedule: special case for when
129          the alarm is set to never repeat -->
130     <string name="never">Never</string>
131
132     <!-- Repeat options that appear under an alarm on main Alarm Clock
133          screen to identify repetition schedule: concatenate days with
134          this character, i.e. "Mon, Tue, Wed" -->
135     <string name="day_concat">", "</string>
136
137     <!-- Appears at the top of the Clock Picker screen: Tell user to
138          select a clock to display -->
139     <string name="clock_instructions">Select a clock to display.</string>
140
141     <!-- Error dialog title: Alarm not set.  Appears only on critical
142          failure -->
143     <string name="error">Alarm not set</string>
144
145     <!-- Error dialog message.  Appears only on critical
146          failure -->
147     <string name="dberror">Sorry, the alarm could not be set.</string>
148
149     <!-- Label for analog clock gadget, shown in list of all gadgets -->
150     <string name="analog_gadget">Analog clock</string>
151
152     <!-- Menu item title for general Alarm Clock Settings -->
153     <string name="settings">Settings</string>
154
155     <!-- Setting title for whether the alarm should play in silent mode.
156          Usually, silent mode only affects the ringer, but this setting
157          will make the alarms respect silent mode too. -->
158     <string name="alarm_in_silent_mode_title">Alarm in silent mode</string>
159
160     <!-- Setting summary for whether the alarm should play in silent mode. -->
161     <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string>
162
163 </resources>
164
165