summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/calllog/ui/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/calllog/ui/res/values/strings.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/java/com/android/dialer/calllog/ui/res/values/strings.xml b/java/com/android/dialer/calllog/ui/res/values/strings.xml
index ebddc3578..f04bffa3f 100644
--- a/java/com/android/dialer/calllog/ui/res/values/strings.xml
+++ b/java/com/android/dialer/calllog/ui/res/values/strings.xml
@@ -15,7 +15,7 @@
~ limitations under the License
-->
-<resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Header in call log to group calls from the current day. [CHAR LIMIT=30] -->
<string name="new_call_log_header_today">Today</string>
@@ -26,4 +26,17 @@
<!-- Header in call log to group calls from before yesterday. [CHAR LIMIT=30] -->
<string name="new_call_log_header_older">Older</string>
-</resources> \ No newline at end of file
+ <!-- Header on the Duo disclosure card. [CHAR_LIMIT=60] -->
+ <string name="new_call_log_duo_disclosure_card_header">
+ Make video calls with Duo
+ </string>
+
+ <!-- Details on the Duo disclosure card. [CHAR_LIMIT=200] -->
+ <string name="new_call_log_duo_disclosure_card_details">
+ Google Duo video calling lets you chat with friends and family face-to-face. Data charges may apply. <xliff:g example="Learn More">%1$s</xliff:g>
+ </string>
+
+ <!-- Text on the button on the Duo disclosure card. [CHAR_LIMIT=30] -->
+ <string name="new_call_log_duo_disclosure_card_ok">OK, got it</string>
+
+</resources>