OSDN Git Service

add reboot item to power button dialog
[android-x86/frameworks-base.git] / core / res / res / values / strings.xml
index 48d1ad7..e2c4acd 100644 (file)
     <!-- Button to turn off the phone, within the Phone Options dialog -->
     <string name="power_off">Power off</string>
 
+    <!-- Button to Reboot the device, within the power button Options dialog -->
+    <string name="reboot">Reboot</string>
+
     <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
     <string name="shutdown_progress">Shutting down\u2026</string>
 
+    <!-- Rebooting Progress Dialog. This is shown if the user chooses to reboot the device. -->
+    <string name="reboot_progress">Rebooting\u2026</string>
+
     <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the phone, there will be a confirmation dialog.  This is the message. -->
     <string name="shutdown_confirm">Your phone will shut down.</string>
 
-    <!-- Recent Tasks dialog -->
+    <!-- Shutdown Confirmation Dialog.  When the user chooses to power off the machine, there will be a confirmation dialog.  This is the message. -->
+    <string name="shutdown_nb_confirm">Your machine will shut down.</string>
+
+    <!-- Reboot Confirmation Dialog.  When the user chooses to reboot the machine, there will be a confirmation dialog.  This is the message. -->
+    <string name="reboot_nb_confirm">Your machine will reboot.</string>
+
+    <!-- Recent Tasks dialog: title -->
+    <string name="recent_tasks_title">Recent</string>
+    <!-- Recent Tasks dialog: message when there are no recent applications -->
     <string name="no_recent_tasks">No recent applications.</string>
 
     <!-- Title of the Global Actions Dialog -->
     <string name="global_actions">Phone options</string>
 
+    <!-- Title of the Global Actions Dialog -->
+    <string name="global_nb_actions">Power button options</string>
+
     <!-- label for item that locks the phone in the phone options dialog -->
     <string name="global_action_lock">Screen lock</string>
 
     <!-- label for item that turns off power in phone options dialog -->
     <string name="global_action_power_off">Power off</string>
 
+    <!-- label for item that reboots the device in phone options dialog -->
+    <string name="global_action_reboot">Reboot</string>
+
     <!-- label for item that enables silent mode in phone options dialog -->
     <string name="global_action_toggle_silent_mode">Silent mode</string>
 
 
     <!-- Strings for tethered notification -->
     <!-- Shown when the device is tethered -->
-    <string name="tethered_notification_title">Tethering active</string>
+    <string name="tethered_notification_title">Tethering or hotspot active</string>
     <string name="tethered_notification_message">Touch to configure</string>
+
+    <!-- Strings for throttling notification -->
+    <!-- Shown when the user is in danger of being throttled -->
+    <string name="throttle_warning_notification_title">High mobile data use</string>
+    <string name="throttle_warning_notification_message">Touch to learn more about mobile data use</string>
+
+    <!-- Strings for throttling notification -->
+    <!-- Shown when the users bandwidth is reduced because of excessive data use -->
+    <string name="throttled_notification_title">Mobile data limit exceeded</string>
+    <string name="throttled_notification_message">Touch to learn more about mobile data use</string>
 </resources>