summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calldetails/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/calldetails/res/values')
-rw-r--r--java/com/android/dialer/calldetails/res/values/strings.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/java/com/android/dialer/calldetails/res/values/strings.xml b/java/com/android/dialer/calldetails/res/values/strings.xml
index 6b3b17962..1441efdcd 100644
--- a/java/com/android/dialer/calldetails/res/values/strings.xml
+++ b/java/com/android/dialer/calldetails/res/values/strings.xml
@@ -27,6 +27,9 @@
<!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
<string name="call_details_edit_number">Edit number before call</string>
+ <!-- Label for action to report a number with inaccurate caller id information. [CHAR LIMIT=48] -->
+ <string name="call_details_report_call_id">Report inaccurate number</string>
+
<!-- String shown when the call details show a image that was sent -->
<string name="sent_a_photo">Sent a photo</string>
@@ -36,10 +39,14 @@
<!-- Messages shown to the user are wrapped in quotes, e.g. the user would see "Some text" -->
<string name="message_in_quotes">\"<xliff:g id="message">%1$s</xliff:g>\"</string>
- <!-- String describing the button to access the contact details for a name or number.
+ <!-- Title of dialog that confirms whether a user wants to report an incorrect number.
+ [CHAR LIMIT=NONE] -->
+ <string name="report_caller_id_dialog_title">Report incorrect number</string>
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_contact_photo_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
+ <!-- Toast that appears when a caller id report fails to send. Could be due to network error or
+ authentication error. [CHAR LIMIT=NONE] -->
+ <string name="report_caller_id_failed">Couldn\'t report number</string>
+
+ <!-- Toast message which appears when a contact's caller id is reported as incorrect. [CHAR LIMIT=NONE] -->
+ <string name="report_caller_id_toast">Number reported</string>
</resources>