summaryrefslogtreecommitdiff
path: root/service/ServiceResources/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'service/ServiceResources/res/values/strings.xml')
-rw-r--r--service/ServiceResources/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/service/ServiceResources/res/values/strings.xml b/service/ServiceResources/res/values/strings.xml
new file mode 100644
index 0000000..ed60624
--- /dev/null
+++ b/service/ServiceResources/res/values/strings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Title text for a notification that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] -->
+ <string name="boot_notification_title">New flags available</string>
+ <!-- Content text for a notification that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] -->
+ <string name="boot_notification_content">Your device has new trunkfood flags available. A restart is required to apply them.</string>
+ <!-- Action text for a button that instructs the user to reboot to apply new server flags to the device [CHAR LIMIT=NONE] -->
+ <string name="boot_notification_action_text">Tap to reboot</string>
+</resources>