blob: e46aa545099c1cd3ad26a863052e666be6f27e3a [file] [log] [blame]
Ben Gilad4937ff92013-12-12 12:05:37 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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">
Santos Cordoncb29c032014-05-29 20:20:06 -070018 <!-- Official label of the Telecomm/Phone app, as seen in "Manage Applications"
19 and other settings UIs. This is the "app name" used in notification, recents,
20 and app info screens. -->
Brad Ebingeraada0522016-04-11 17:28:19 -070021 <string name="telecommAppLabel" product="default">Call Management</string>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070022
Jay Shrauner4d0b4192015-08-11 10:46:08 -070023 <!-- Title used for the activity for placing a call. This name appears
24 in activity disambig dialogs -->
25 <string name="userCallActivityLabel" product="default">Phone</string>
26
Santos Cordona0e5f1a2014-03-31 21:43:00 -070027 <!-- Name for an "unknown" caller. -->
28 <string name="unknown">Unknown</string>
29
30 <!-- Notification strings -->
31 <!-- Missed call notification label, used when there's exactly one missed call -->
32 <string name="notification_missedCallTitle">Missed call</string>
Victor Chang9e7f98a2016-01-04 16:03:27 +000033 <!-- Missed work call notification label, used when there's exactly one missed call [CHAR LIMIT=NONE] -->
34 <string name="notification_missedWorkCallTitle">Missed work call</string>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070035 <!-- Missed call notification label, used when there are two or more missed calls -->
36 <string name="notification_missedCallsTitle">Missed calls</string>
37 <!-- Missed call notification message used when there are multiple missed calls -->
38 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
39 <!-- Missed call notification message used for a single missed call, including
40 the caller-id info from the missed call -->
41 <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
42 <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
43 The user will be able to call back to the person or the phone number.
Andrew Leefee17f62015-05-27 13:02:57 -070044 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070045 <string name="notification_missedCall_call_back">Call back</string>
46 <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
47 The user will be able to send text messages using the phone number.
Andrew Leefee17f62015-05-27 13:02:57 -070048 [CHAR LIMIT=18] -->
Santos Cordona0e5f1a2014-03-31 21:43:00 -070049 <string name="notification_missedCall_message">Message</string>
Santos Cordondeb8c892014-05-30 01:38:03 -070050
51 <!-- Content description of the call muted notification icon for
52 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
53 <string name="accessibility_call_muted">Call muted.</string>
54
55 <!-- Content description of the speakerphone enabled notification icon for
56 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
57 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070058
59 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
60 <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
61 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
62 <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
63 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
64 <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
65 <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
66 <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
67
68 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
69 <string name="respond_via_sms_setting_title">Quick responses</string>
70 <!-- Slightly more verbose title of settings screen for managing the
71 "Respond via SMS" feature. [CHAR LIMIT=30] -->
72 <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
73 <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
74 <string name="respond_via_sms_setting_summary"></string>
75 <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
76 <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
Ihab Awadff7493a2014-06-10 13:47:44 -070077
78 <!-- "Respond via SMS": Confirmation message shown after sending
79 a text response. [CHAR LIMIT=40] -->
80 <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
Ihab Awad60509462014-06-14 16:43:08 -070081
Santos Cordon55344342015-05-04 13:05:30 -070082 <!-- Title of settings screen that allows user to enable and disable phone-accounts.
83 Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
84 Phone-accounts that are created by third party apps can be disabled and enabled by user.
85 [CHAR LIMIT=30] -->
86 <string name="enable_account_preference_title">Calling accounts</string>
87
Yorke Lee35bcc892014-08-13 15:27:16 -070088 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
89 due to a user restriction -->
Tyler Gunn0a9cfab2015-12-11 14:35:05 -080090 <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
Yorke Lee5dc42ee2015-06-18 16:47:00 -070091
92 <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
93 due to the lack of the CALL_PHONE permission -->
94 <string name="outgoing_call_not_allowed_no_permission">This application cannot make outgoing calls without the Phone permission.</string>
Yorke Lee35bcc892014-08-13 15:27:16 -070095
Yorke Leed7255872014-08-25 15:03:51 -070096 <!-- Call failure message displayed in an error dialog used to indicate that a phone number was not provided -->
Nancy Chend9d9e642014-11-10 15:27:03 -080097 <string name="outgoing_call_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
Yorke Leed7255872014-08-25 15:03:51 -070098
Andrew Lee45506232014-10-22 17:54:33 -070099 <!-- Message shown when the user tries to make a video call when already in a video call. -->
100 <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
101
Yorke Leed7255872014-08-25 15:03:51 -0700102 <!-- missing voicemail number -->
103 <!-- Title of the "Missing voicemail number" dialog -->
104 <string name="no_vm_number">Missing voicemail number</string>
105 <!-- Body text of the "Missing voicemail number" dialog -->
106 <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
107 <!-- Button label on the "Missing voicemail number" dialog -->
108 <string name="add_vm_number_str">Add number</string>
109
Yorke Leeb5c5d442015-04-27 15:21:53 -0700110 <!-- Title of dialog used to comfirm whether the user intends to change the default dialer
111 application [CHAR LIMIT=55]-->
112 <string name="change_default_dialer_dialog_title">Change default Dialer app?</string>
113 <!-- Text in dialog used to confirm whether or not the user intends to change the default dialer, if a different default dialer has been previously set. -->
114 <string name="change_default_dialer_with_previous_app_set_text">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your default dialer app?</string>
115 <!-- Text in dialog used to confirm whether or not the user intends to change the default dialer, if a different default dialer has not been previously set. -->
116 <string name="change_default_dialer_no_previous_app_set_text">Use <xliff:g id="new_app">%s</xliff:g> as your default dialer app?</string>
117
118
Mohamedc9261852016-02-05 14:10:17 -0800119 <!-- Blocked numbers -->
120 <string name="blocked_numbers">Blocked numbers</string>
121 <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
Mohamed5a002ca2016-02-23 17:25:09 -0800122 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
Mohamedc9261852016-02-05 14:10:17 -0800123 <!-- Button to add a blocked number. -->
124 <string name="block_number">Add a number</string>
125 <!-- Body of dialog to confirm unblocking a number. -->
126 <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
127 <!-- Button to unblock a number. -->
128 <string name="unblock_button">Unblock</string>
129 <!-- Body of dialog to block a number. -->
130 <string name="add_blocked_dialog_body">Block calls and texts from</string>
131 <!-- Hint shown in the edit text box for adding a blocked number -->
Mohamed5a002ca2016-02-23 17:25:09 -0800132 <string name="add_blocked_number_hint">Phone number</string>
Mohamedc9261852016-02-05 14:10:17 -0800133 <!-- Button to block a number. -->
134 <string name="block_button">Block</string>
135 <!-- String shown to users unable to manage blocked numbers because they are not owners of the
136 device. -->
137 <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
138 <!-- Description of icon to delete blocked number. -->
Mohamed0089b1c2016-03-25 15:16:56 -0700139 <string name="delete_icon_description">Unblock</string>
Mohamed97610cb2016-02-24 17:06:20 -0800140 <!-- Title for butter bar shown when call blocking is disabled. -->
141 <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
142 <!-- Explanation for butter bar shown when call blocking is disabled. -->
143 <string name="blocked_numbers_butter_bar_body">After you dial or text an emergency number, blocking is turned off to ensure that emergency services can contact you.</string>
144 <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
145 <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
Mohamed49e260a2016-03-18 12:45:40 -0700146 <!-- Message to show when a number is blocked. -->
147 <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
148 <!-- Message to show when a number is unblocked. -->
149 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
150 <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
151 <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
152 <!-- Message to show when a number is already blocked. -->
153 <string name="blocked_numbers_number_already_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> is already blocked.</string>
Mohamedc9261852016-02-05 14:10:17 -0800154
Ihab Awad60509462014-06-14 16:43:08 -0700155 <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700156 <string name="test_account_0_label">Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700157 <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700158 <string name="test_account_1_label">Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700159 <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700160 <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
Ihab Awad60509462014-06-14 16:43:08 -0700161 <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700162 <string name="test_account_3_label">Bay Voice Chat Pro</string>
Ihab Awad60509462014-06-14 16:43:08 -0700163
164 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700165 <string name="test_account_0_short_description">Account with Q Mobile</string>
Ihab Awad60509462014-06-14 16:43:08 -0700166 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700167 <string name="test_account_1_short_description">Account with Market Wireless</string>
Ihab Awad60509462014-06-14 16:43:08 -0700168 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700169 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
Ihab Awad60509462014-06-14 16:43:08 -0700170 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
Ihab Awad98a55602014-06-30 21:27:28 -0700171 <string name="test_account_3_short_description">Chat with Chat Network users</string>
Santos Cordon61e11ad2014-08-06 02:04:09 -0700172
173 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
174 <string name="handle_restricted">RESTRICTED</string>
Tony Makd7aaa1c2016-02-17 17:37:22 +0000175
176 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
Ben Gilad4937ff92013-12-12 12:05:37 -0800177</resources>