summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2012-07-20 11:01:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-20 11:01:48 -0700
commited523dc48f24611582f0a1eebd7840a32bbc6b16 (patch)
tree8657c3c0f3b61c72309e3e9fb3cc0993a78629a0 /res/values
parent14a595d1d4b9e4616aa4f7a184f37b12e07049a2 (diff)
parent8a6e02add7c70666cdb506310c134af7d91c323c (diff)
downloadpackages_providers_ContactsProvider-ed523dc48f24611582f0a1eebd7840a32bbc6b16.zip
packages_providers_ContactsProvider-ed523dc48f24611582f0a1eebd7840a32bbc6b16.tar.gz
packages_providers_ContactsProvider-ed523dc48f24611582f0a1eebd7840a32bbc6b16.tar.bz2
Merge "Add debug activity to export all data files as a zip"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml22
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>