summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/blockreportspam/res/values/strings.xml
blob: 1537c2353eeebc4a6f241ae84202e490505e19b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--
  ~ Copyright (C) 2016 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] -->
  <string name="block_number_confirmation_title">
    Block <xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g>?
  </string>

  <!-- Confirmation dialog message for blocking a number with new filtering enabled.
       [CHAR LIMIT=NONE] -->
  <string name="block_number_confirmation_message_new_filtering">
    You will no longer receive calls or texts from this number.
  </string>

  <!-- Block number alert dialog button [CHAR LIMIT=32] -->
  <string name="block_number_ok">BLOCK</string>

  <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
  <string name="unblock_number_ok">UNBLOCK</string>

  <!-- Title of alert dialog after clicking on Block/report as spam.  [CHAR LIMIT=100] -->
  <string name="block_report_number_alert_title">Block <xliff:g id="number">%1$s</xliff:g>?</string>

  <!-- Text in alert dialog after clicking on Block/report as spam.  [CHAR LIMIT=100] -->
  <string name="block_report_number_alert_details">You will no longer receive calls from this number.</string>

  <!-- Text in alert dialog after clicking on Block.  [CHAR LIMIT=100] -->
  <string name="block_number_alert_details"><xliff:g id="text">%1$s</xliff:g> This call will be reported as spam.</string>

  <!-- Text in alert dialog after clicking on Unblock.  [CHAR LIMIT=100] -->
  <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>

  <!-- Title of alert dialog after clicking on Unblock.  [CHAR LIMIT=100] -->
  <string name="unblock_report_number_alert_title">Unblock <xliff:g id="number">%1$s</xliff:g>?</string>

  <!-- Report not spam number alert dialog button [CHAR LIMIT=32] -->
  <string name="report_not_spam_alert_button">Report</string>

  <!-- Title of alert dialog after clicking on Report as not spam.  [CHAR LIMIT=100] -->
  <string name="report_not_spam_alert_title">Report a mistake?</string>

  <!-- Text in alert dialog after clicking on Report as not spam.  [CHAR LIMIT=100] -->
  <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>

  <!-- Label for checkbox in the Alert dialog to allow the user to report the number as spam as well.  [CHAR LIMIT=30] -->
  <string name="checkbox_report_as_spam_action">Report call as spam</string>

  <!-- Toast if the user clicked the block button but it failed. [CHAR LIMIT=100] -->
  <string name="block_number_failed_toast">Problem blocking this number</string>

  <!-- Toast if the user clicked the unblock button but it failed. [CHAR LIMIT=100] -->
  <string name="unblock_number_failed_toast">Problem unblocking this number</string>
</resources>