1<!--
2  ~ Copyright (C) 2016 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License
15  -->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19  <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] -->
20  <string name="block_number_confirmation_title">
21    Block <xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g>?
22  </string>
23
24  <!-- Confirmation dialog message for blocking a number with new filtering enabled.
25       [CHAR LIMIT=NONE] -->
26  <string name="block_number_confirmation_message_new_filtering">
27    You will no longer receive calls or texts from this number.
28  </string>
29
30  <!-- Block number alert dialog button [CHAR LIMIT=32] -->
31  <string name="block_number_ok">BLOCK</string>
32
33  <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
34  <string name="unblock_number_ok">UNBLOCK</string>
35
36  <!-- Title of alert dialog after clicking on Block/report as spam.  [CHAR LIMIT=100] -->
37  <string name="block_report_number_alert_title">Block <xliff:g id="number">%1$s</xliff:g>?</string>
38
39  <!-- Text in alert dialog after clicking on Block/report as spam.  [CHAR LIMIT=100] -->
40  <string name="block_report_number_alert_details">You will no longer receive calls from this number.</string>
41
42  <!-- Text in alert dialog after clicking on Block.  [CHAR LIMIT=100] -->
43  <string name="block_number_alert_details"><xliff:g id="text">%1$s</xliff:g> This call will be reported as spam.</string>
44
45  <!-- Text in alert dialog after clicking on Unblock.  [CHAR LIMIT=100] -->
46  <string name="unblock_number_alert_details">This number will be unblocked and reported as not spam. Future calls won\'t be identified as spam.</string>
47
48  <!-- Title of alert dialog after clicking on Unblock.  [CHAR LIMIT=100] -->
49  <string name="unblock_report_number_alert_title">Unblock <xliff:g id="number">%1$s</xliff:g>?</string>
50
51  <!-- Report not spam number alert dialog button [CHAR LIMIT=32] -->
52  <string name="report_not_spam_alert_button">Report</string>
53
54  <!-- Title of alert dialog after clicking on Report as not spam.  [CHAR LIMIT=100] -->
55  <string name="report_not_spam_alert_title">Report a mistake?</string>
56
57  <!-- Text in alert dialog after clicking on Report as not spam.  [CHAR LIMIT=100] -->
58  <string name="report_not_spam_alert_details">Future calls from <xliff:g id="number">%1$s</xliff:g> will no longer be identified as spam.</string>
59
60  <!-- Label for checkbox in the Alert dialog to allow the user to report the number as spam as well.  [CHAR LIMIT=30] -->
61  <string name="checkbox_report_as_spam_action">Report call as spam</string>
62
63  <!-- Toast if the user clicked the block button but it failed. [CHAR LIMIT=100] -->
64  <string name="block_number_failed_toast">Problem blocking this number</string>
65
66  <!-- Toast if the user clicked the unblock button but it failed. [CHAR LIMIT=100] -->
67  <string name="unblock_number_failed_toast">Problem unblocking this number</string>
68</resources>
69