diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index aaa7f44..e17b5ed 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -58,4 +58,26 @@ Note that the trailing space is important, and that to achieve it we have to wrap the string in double quotes. --> <string name="voicemail_from_column">"Voicemail from "</string> + + <!-- Debug tool - title of the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] --> + <string name="debug_dump_title">Copy contacts database</string> + + <!-- Debug tool - message shown to the user on the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] --> + <string name="debug_dump_database_message">You are about to 1) make a copy of your database which includes all contacts related information and all call log to the SD card/USB storage, which is readable by any app, and 2) email it. Remember to delete the copy as soon as you have successfully copied it off the device or the email is received.</string> + + <!-- Debug tool - dialog button- delete file now [CHAR LIMIT=NONE] --> + <string name="debug_dump_delete_button">Delete now</string> + + <!-- Debug tool - dialog button - start copying [CHAR LIMIT=NONE] --> + <string name="debug_dump_start_button">Start</string> + + <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> + <string name="debug_dump_email_sender_picker">Choose a program to send your file</string> + + <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> + <string name="debug_dump_email_subject">Contacts Db attached</string> + + <!-- Debug tool - email body [CHAR LIMIT=NONE] --> + <string name="debug_dump_email_body">Attached is my contacts database with all my contacts information. Handle with care.</string> + </resources> |