1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <string name="non_spam_notification_title">Do you know %1$s?</string> 4 <string name="spam_notification_title">Was %1$s a spam caller?</string> 5 <string name="spam_notification_block_report_toast_text">%1$s blocked and call was reported as spam.</string> 6 <string name="spam_notification_not_spam_toast_text">Call from %1$s reported as not spam.</string> 7 <string name="spam_notification_non_spam_call_collapsed_text">Tap to add to contacts or block spam number.</string> 8 <string name="spam_notification_non_spam_call_expanded_text">This is the first time that this number has called you. If this call was spam, you can block this number and report it.</string> 9 <string name="spam_notification_spam_call_collapsed_text">Tap to report as not spam or block it</string> 10 <string name="spam_notification_report_spam_action_text">Block & report</string> 11 <string name="spam_notification_add_contact_action_text">Add contact</string> 12 <string name="spam_notification_dialog_add_contact_action_text">Add to contacts</string> 13 <string name="spam_notification_dialog_block_report_spam_action_text">Block & report spam</string> 14 <string name="spam_notification_was_not_spam_action_text">No, not spam</string> 15 <string name="spam_notification_block_spam_action_text">Yes, block number</string> 16 <string name="spam_notification_action_dismiss">Dismiss</string> 17</resources> 18