Skip to content

Commit

Permalink
Add strings for reboot option on power menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Jul 2, 2010
1 parent d6828ab commit 12b8162
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/res/res/values/strings.xml
Expand Up @@ -272,13 +272,21 @@
<string name="screen_lock">Screen lock</string>
<!-- Button to turn off the phone, within the Phone Options dialog -->
<string name="power_off">Power off</string>
<!-- Button to reboot the phone, within the Phone Options dialog -->
<string name="reboot_system">Reboot phone</string>

<!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. -->
<string name="shutdown_progress">Shutting down\u2026</string>

<!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
<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>

<!-- Reboot Confirmation Dialog. When the user chooses to reboot the phone, there will be a confirmation dialog. This is the message. -->
<string name="reboot_confirm">Your phone will reboot.</string>

<!-- Recent Tasks dialog: title -->
<string name="recent_tasks_title">Recent</string>
<!-- Recent Tasks dialog: message when there are no recent applications -->
Expand Down

0 comments on commit 12b8162

Please sign in to comment.