DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (2/4)
Bug: 15275904
Bug: 15196474
Change-Id: I3e2ee62b3e32ad5715457fee1b0e714f88ecea8e
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0c46053..747eca7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -49,4 +49,30 @@
<!-- Content description of the speakerphone enabled notification icon for
accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
+
+ <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
+ <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
+ <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
+ <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
+ <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
+ <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
+ <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
+ <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
+
+ <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
+ <string name="respond_via_sms_setting_title">Quick responses</string>
+ <!-- Slightly more verbose title of settings screen for managing the
+ "Respond via SMS" feature. [CHAR LIMIT=30] -->
+ <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
+ <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
+ <string name="respond_via_sms_setting_summary"></string>
+ <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
+ <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
+ <!-- Menu option in "Respond via SMS" that allows user to reset the default
+ activity used to handle "Respond via SMS" [CHAR LIMIT=30] -->
+ <string name="respond_via_sms_menu_reset_default_activity">Reset default app</string>
+
+ <!-- "Respond via SMS": Confirmation message shown after sending
+ a text response. [CHAR LIMIT=40] -->
+ <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
</resources>