am b2a16b92: am ea819b07: Merge "Implement issue #6819955: Add button to take bug report." into jb-dev

* commit 'b2a16b9202f6daa609d152ffc2fd273088fbb1ac':
  Implement issue #6819955: Add button to take bug report.
This commit is contained in:
Dianne Hackborn
2012-07-13 17:54:45 -07:00
committed by Android Git Automerger
3 changed files with 76 additions and 0 deletions

View File

@@ -3380,6 +3380,16 @@
<!-- Summary text of the "automatic restore" setting -->
<string name="auto_restore_summary">When reinstalling an app, restore backed up settings and data</string>
<!-- Take bug report menu title [CHAR LIMIT=NONE] -->
<string name="bugreport_title">Take bug report</string>
<!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
<string name="bugreport_message">This will collect information about your
current device state, to send as an e-mail message. It will take a little
time from starting the bug report until it is ready to be sent; please be
patient.</string>
<!-- Button in bugreport dialog to confirm starting the report [CHAR LIMIT=NONE] -->
<string name="report">Report</string>
<!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
<string name="local_backup_password_title">Desktop backup password</string>
<!-- Summary text of the "local backup password" setting when the user has not supplied a password -->