summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 858e53bc4..507fa5f1e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -55,6 +55,24 @@
<!-- Default label to display for an alarm -->
<string name="default_label">Alarm</string>
+ <!-- Setting label on Set alarm screen: Application to launch -->
+ <string name="application">Application</string>
+
+ <!-- Title on the application picker -->
+ <string name="application_title">App to launch</string>
+
+ <!-- Option to not launch an application -->
+ <string name="application_none">None</string>
+
+ <!-- Setting label on Set alarm screen: Show dialog -->
+ <string name="no_dialog">Hide dialog</string>
+
+ <!-- Summary when dialog is hidden -->
+ <string name="no_dialog_on">No snooze/dismiss dialog</string>
+
+ <!-- Summary when dialog will be shown -->
+ <string name="no_dialog_off">Snooze/dismiss dialog will be shown</string>
+
<!-- Preference category on Alarm Settings screen: Set alarm -->
<string name="set_alarm">Set alarm</string>