summaryrefslogtreecommitdiff
path: root/service/ServiceResources/res/values/strings.xml
blob: ed606247609e3b0fd6b77db115fcf4f08ce58cf4 (plain)
1
2
3
4
5
6
7
8
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>