summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/spam/res/values/strings.xml
blob: 3248c69ac381785347d6eb8975bd15eb0db0b7d1 (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
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2017 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">

  <!-- Title for the notification to the user after a call from an unknown number ends. [CHAR LIMIT=100] -->
  <string name="non_spam_notification_title">Know <xliff:g id="number">%1$s</xliff:g>?</string>
  <!-- Title for the notification to the user after a call from an spammer ends. [CHAR LIMIT=100] -->
  <string name="spam_notification_title">Was <xliff:g id="number">%1$s</xliff:g> a spam call?</string>
  <!-- Text for the toast shown after the user presses block/report spam. [CHAR LIMIT=100] -->
  <string name="spam_notification_block_report_toast_text"><xliff:g id="number">%1$s</xliff:g> blocked and call was reported as spam.</string>
  <!-- Text for the toast shown after the user presses not spam. [CHAR LIMIT=100] -->
  <string name="spam_notification_not_spam_toast_text">Call from <xliff:g id="number">%1$s</xliff:g> reported as not spam.</string>
  <!-- Text displayed in the collapsed notification to the user after a non-spam call ends. [CHAR LIMIT=100] -->
  <string name="spam_notification_non_spam_call_collapsed_text">Tap to add to contacts or block spam number.</string>
  <!-- Text displayed in the expanded notification to the user after a non-spam call ends. [CHAR LIMIT=NONE] -->
  <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>
  <!-- Text displayed in the collapsed notification to the user after a spam call ends. [CHAR LIMIT=100] -->
  <string name="spam_notification_spam_call_collapsed_text">Tap to report as not spam or block it</string>
  <!-- Text for the reporting spam action in the after call prompt. [CHAR LIMIT=20] -->
  <string name="spam_notification_report_spam_action_text">Block &amp; report</string>
  <!-- Text for the adding to contacts action in the after call prompt. [CHAR LIMIT=20] -->
  <string name="spam_notification_add_contact_action_text">Add contact</string>
  <!-- Text for the adding to contacts action in the after call dialog. [CHAR LIMIT=40] -->
  <string name="spam_notification_dialog_add_contact_action_text">Add to contacts</string>
  <!-- Text for the blocking and reporting spam action in the after call dialog. [CHAR LIMIT=40] -->
  <string name="spam_notification_dialog_block_report_spam_action_text">Block &amp; report spam</string>
  <!-- Text for the marking a call as not spam in the after call prompt. [CHAR LIMIT=40] -->
  <string name="spam_notification_was_not_spam_action_text">No, not spam</string>
  <!-- Text for the blocking spam action in the after call prompt. [CHAR LIMIT=40] -->
  <string name="spam_notification_block_spam_action_text">Yes, block number</string>

  <!-- Label for "Dismiss" dialog action. [CHAR LIMIT=12] -->
  <string name="spam_notification_action_dismiss">Dismiss</string>

</resources>