1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2017 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 18 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 20 <!-- Title for the notification to the user after a call from an unknown number ends. [CHAR LIMIT=100] --> 21 <string name="non_spam_notification_title">Know <xliff:g id="number">%1$s</xliff:g>?</string> 22 <!-- Title for the notification to the user after a call from an spammer ends. [CHAR LIMIT=100] --> 23 <string name="spam_notification_title">Was <xliff:g id="number">%1$s</xliff:g> a spam caller?</string> 24 <!-- Text for the toast shown after the user presses block/report spam. [CHAR LIMIT=100] --> 25 <string name="spam_notification_block_report_toast_text"><xliff:g id="number">%1$s</xliff:g> blocked and call was reported as spam.</string> 26 <!-- Text for the toast shown after the user presses not spam. [CHAR LIMIT=100] --> 27 <string name="spam_notification_not_spam_toast_text">Call from <xliff:g id="number">%1$s</xliff:g> reported as not spam.</string> 28 <!-- Text displayed in the collapsed notification to the user after a non-spam call ends. [CHAR LIMIT=100] --> 29 <string name="spam_notification_non_spam_call_collapsed_text">Tap to add to contacts or block spam number.</string> 30 <!-- Text displayed in the expanded notification to the user after a non-spam call ends. [CHAR LIMIT=NONE] --> 31 <string name="spam_notification_non_spam_call_expanded_text">This is the first time this number called you. If this call was spam, you can block this number and report it.</string> 32 <!-- Text displayed in the collapsed notification to the user after a spam call ends. [CHAR LIMIT=100] --> 33 <string name="spam_notification_spam_call_collapsed_text">Tap to report as not spam or block it</string> 34 <!-- Text for the reporting spam action in the after call prompt. [CHAR LIMIT=20] --> 35 <string name="spam_notification_report_spam_action_text">Block & report</string> 36 <!-- Text for the adding to contacts action in the after call prompt. [CHAR LIMIT=20] --> 37 <string name="spam_notification_add_contact_action_text">Add contact</string> 38 <!-- Text for the adding to contacts action in the after call dialog. [CHAR LIMIT=40] --> 39 <string name="spam_notification_dialog_add_contact_action_text">Add to contacts</string> 40 <!-- Text for the blocking and reporting spam action in the after call dialog. [CHAR LIMIT=40] --> 41 <string name="spam_notification_dialog_block_report_spam_action_text">Block & report spam</string> 42 <!-- Text for the marking a call as not spam in the after call prompt. [CHAR LIMIT=40] --> 43 <string name="spam_notification_was_not_spam_action_text">No, not spam</string> 44 <!-- Text for the blocking spam action in the after call prompt. [CHAR LIMIT=40] --> 45 <string name="spam_notification_block_spam_action_text">Yes, block number</string> 46 47 <!-- Label for "Dismiss" dialog action. [CHAR LIMIT=12] --> 48 <string name="spam_notification_action_dismiss">Dismiss</string> 49 50 </resources> 51