Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright (C) 2012 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 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Jay Shrauner | bf8b4b9 | 2014-09-03 15:12:16 -0700 | [diff] [blame] | 20 | |
| 21 | <!-- Application name used in Settings/Apps. Default label for activities |
| 22 | that don't specify a label. --> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 23 | <string name="applicationLabel">Dialer</string> |
| 24 | |
| 25 | <!-- Title for the activity that dials the phone. This is the name |
Jay Shrauner | bf8b4b9 | 2014-09-03 15:12:16 -0700 | [diff] [blame] | 26 | used in the Launcher icon. --> |
| 27 | <string name="launcherActivityLabel">Phone</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 28 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 29 | <!-- The description text for the dialer tab. |
| 30 | |
| 31 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 32 | This is especially valuable for views without textual representation like ImageView. |
| 33 | |
| 34 | [CHAR LIMIT=NONE] --> |
| 35 | <string name="dialerIconLabel">Phone</string> |
| 36 | |
| 37 | <!-- The description text for the call log tab. |
| 38 | |
| 39 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 40 | This is especially valuable for views without textual representation like ImageView. |
| 41 | |
| 42 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 43 | <string name="recentCallsIconLabel">Call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 44 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 45 | <!-- Menu item used to call a contact from the call log --> |
| 46 | <string name="recentCalls_callNumber">Call |
| 47 | <xliff:g id="name">%s</xliff:g> |
| 48 | </string> |
| 49 | |
Andrew Lee | 2f05af3 | 2015-06-09 15:59:47 -0700 | [diff] [blame] | 50 | <!-- Text for a menu item to report a call as having been incorrectly identified. |
| 51 | [CHAR LIMIT=30] --> |
| 52 | <string name="call_detail_menu_report">Report inaccurate number</string> |
| 53 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 54 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 55 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 56 | |
| 57 | <!-- Menu item used to add a number from the call log to contacts --> |
Andrew Lee | 2087365 | 2015-06-05 15:18:09 -0700 | [diff] [blame] | 58 | <string name="recentCalls_addToContact">Add to a contact</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 59 | |
| 60 | <!-- Menu item used to remove a single call from the call log --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 61 | <string name="recentCalls_removeFromRecentList">Delete from call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 62 | |
| 63 | <!-- Menu item used to remove all calls from the call log --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 64 | <string name="recentCalls_deleteAll">Clear call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 65 | |
| 66 | <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] --> |
| 67 | <string name="recentCalls_trashVoicemail">Delete voicemail</string> |
| 68 | |
| 69 | <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] --> |
| 70 | <string name="recentCalls_shareVoicemail">Share voicemail</string> |
| 71 | |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 72 | <!-- Text displayed when the call log is empty. --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 73 | <string name="recentCalls_empty">No calls</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 74 | |
| 75 | <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 76 | <string name="clearCallLogConfirmation_title">Clear call history?</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 77 | |
| 78 | <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 79 | <string name="clearCallLogConfirmation">This will delete all calls from your history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 80 | |
| 81 | <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 82 | <string name="clearCallLogProgress_title">Clearing call history\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 83 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 84 | <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> |
| 85 | <plurals name="notification_voicemail_title"> |
| 86 | <item quantity="one">Voicemail</item> |
| 87 | <item quantity="other"> |
| 88 | <xliff:g id="count">%1$d</xliff:g> |
| 89 | Voicemails |
| 90 | </item> |
| 91 | </plurals> |
| 92 | |
| 93 | <!-- Used in the notification of a new voicemail for the action to play the voicemail. --> |
| 94 | <string name="notification_action_voicemail_play">Play</string> |
| 95 | |
| 96 | <!-- Used to build a list of names or phone numbers, to indicate the callers who left |
| 97 | voicemails. |
| 98 | The first argument may be one or more callers, the most recent ones. |
| 99 | The second argument is an additional callers. |
| 100 | This string is used to build a list of callers. |
| 101 | |
| 102 | [CHAR LIMIT=10] |
| 103 | --> |
| 104 | <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, |
| 105 | <xliff:g id="older_caller">%2$s</xliff:g> |
| 106 | </string> |
| 107 | |
| 108 | <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] --> |
| 109 | <string name="notification_new_voicemail_ticker">New voicemail from |
| 110 | <xliff:g id="caller">%1$s</xliff:g> |
| 111 | </string> |
| 112 | |
| 113 | <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 114 | <string name="voicemail_playback_error">Couldn\'t play voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 115 | |
| 116 | <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] --> |
| 117 | <string name="voicemail_buffering">Buffering\u2026</string> |
| 118 | |
| 119 | <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 120 | <string name="voicemail_fetching_content">Loading voicemail\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 121 | |
| 122 | <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 123 | <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 124 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 125 | <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 126 | <string name="call_log_voicemail_header">Calls with voicemail only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 127 | |
| 128 | <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 129 | <string name="call_log_incoming_header">Incoming calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 130 | |
| 131 | <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 132 | <string name="call_log_outgoing_header">Outgoing calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 133 | |
| 134 | <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 135 | <string name="call_log_missed_header">Missed calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 136 | |
Nancy Chen | ba9dfa4 | 2015-06-10 14:33:35 -0700 | [diff] [blame] | 137 | <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] --> |
| 138 | <string name="visual_voicemail_title">Visual voicemail</string> |
| 139 | |
| 140 | <!-- Promo card text for visual voicemail. --> |
| 141 | <string name="visual_voicemail_text"> |
| 142 | See and listen to your voicemail, without having to call a number. Data charges may apply. |
| 143 | </string> |
| 144 | |
| 145 | <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] --> |
| 146 | <string name="visual_voicemail_settings">Settings</string> |
| 147 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 148 | <!-- Voicemail status message shown at the top of call log to notify the user that no new |
| 149 | voicemails are currently available. This can happen when both notification as well as data |
| 150 | connection to the voicemail server is lost. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 151 | <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 152 | <!-- Voicemail status message shown at the top of call log to notify the user that there is no |
| 153 | data connection to the voicemail server, but there are new voicemails waiting on the server. |
| 154 | [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 155 | <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 156 | <!-- Voicemail status message shown at the top of call log to invite the user to configure |
| 157 | visual voicemail. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 158 | <string name="voicemail_status_configure_voicemail">Set up your voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 159 | <!-- Voicemail status message shown at the top of call details screen to notify the user that |
| 160 | the audio of this voicemail is not available. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 161 | <string name="voicemail_status_audio_not_available">Audio not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 162 | |
| 163 | <!-- User action prompt shown next to a voicemail status message to let the user configure |
| 164 | visual voicemail. [CHAR LIMIT=20] --> |
| 165 | <string name="voicemail_status_action_configure">Set up</string> |
| 166 | <!-- User action prompt shown next to a voicemail status message to let the user call voicemail |
| 167 | server directly to listen to the voicemails. [CHAR LIMIT=20] --> |
| 168 | <string name="voicemail_status_action_call_server">Call voicemail</string> |
| 169 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 170 | <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] --> |
| 171 | <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) |
| 172 | <xliff:g id="date">%2$s</xliff:g> |
| 173 | </string> |
| 174 | |
Chiao Cheng | 9c5fe44 | 2012-10-31 11:12:12 -0700 | [diff] [blame] | 175 | <!-- Title for the sms disambiguation dialog --> |
| 176 | <string name="sms_disambig_title">Choose number</string> |
| 177 | |
| 178 | <!-- Title for the call disambiguation dialog --> |
| 179 | <string name="call_disambig_title">Choose number</string> |
| 180 | |
| 181 | <!-- Message next to disamgiguation dialog check box --> |
| 182 | <string name="make_primary">Remember this choice</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 183 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 184 | <!-- String describing the Search ImageButton |
| 185 | |
| 186 | Used by AccessibilityService to announce the purpose of the button. |
| 187 | [CHAR LIMIT=NONE] |
| 188 | --> |
| 189 | <string name="description_search_button">search</string> |
| 190 | |
| 191 | <!-- String describing the Dial ImageButton |
| 192 | |
| 193 | Used by AccessibilityService to announce the purpose of the button. |
| 194 | --> |
| 195 | <string name="description_dial_button">dial</string> |
| 196 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 197 | <!-- String describing the digits text box containing the number to dial. |
| 198 | |
| 199 | Used by AccessibilityService to announce the purpose of the view. |
| 200 | --> |
| 201 | <string name="description_digits_edittext">number to dial</string> |
| 202 | |
HUANG Menghuai | 4f9742c | 2013-08-21 15:04:25 +0800 | [diff] [blame] | 203 | <!-- String describing the button in the voicemail playback to start/stop playback. |
| 204 | |
| 205 | Used by AccessibilityService to announce the purpose of the view. |
| 206 | --> |
| 207 | <string name="description_playback_start_stop">Play or stop playback</string> |
| 208 | |
| 209 | <!-- String describing the button in the voicemail playback to switch on/off speakerphone. |
| 210 | |
| 211 | Used by AccessibilityService to announce the purpose of the view. |
| 212 | --> |
| 213 | <string name="description_playback_speakerphone">Switch on or off speakerphone</string> |
| 214 | |
| 215 | <!-- String describing the seekbar in the voicemail playback to seek playback position. |
| 216 | |
| 217 | Used by AccessibilityService to announce the purpose of the view. |
| 218 | --> |
| 219 | <string name="description_playback_seek">Seek playback position</string> |
| 220 | |
| 221 | <!-- String describing the button in the voicemail playback to decrease playback rate. |
| 222 | |
| 223 | Used by AccessibilityService to announce the purpose of the view. |
| 224 | --> |
| 225 | <string name="description_rate_decrease">Decrease playback rate</string> |
| 226 | |
| 227 | <!-- String describing the button in the voicemail playback to increase playback rate. |
| 228 | |
| 229 | Used by AccessibilityService to announce the purpose of the view. |
| 230 | --> |
| 231 | <string name="description_rate_increase">Increase playback rate</string> |
| 232 | |
Yorke Lee | 714d6c7 | 2013-07-26 16:11:39 -0700 | [diff] [blame] | 233 | <!-- Content description for the fake action menu button that brings up the call history |
| 234 | activity --> |
| 235 | <string name="action_menu_call_history_description">Call History</string> |
| 236 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 237 | <!-- Content description for the fake action menu overflow button. |
| 238 | This should be same as the description for the real action menu |
| 239 | overflow button available in ActionBar. |
| 240 | [CHAR LIMIT=NONE] --> |
| 241 | <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string> |
| 242 | |
Yorke Lee | aec5772 | 2013-08-16 11:24:20 -0700 | [diff] [blame] | 243 | <!-- Content description for the button that displays the dialpad |
| 244 | [CHAR LIMIT=NONE] --> |
| 245 | <string name="action_menu_dialpad_button">dial pad</string> |
| 246 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 247 | <!-- Menu item to copy something [CHAR_LIMIT=10] --> |
| 248 | <string name="menu_copy">Copy</string> |
| 249 | |
| 250 | <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] --> |
| 251 | <string name="menu_show_outgoing_only">Show outgoing only</string> |
| 252 | |
| 253 | <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] --> |
| 254 | <string name="menu_show_incoming_only">Show incoming only</string> |
| 255 | |
| 256 | <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] --> |
| 257 | <string name="menu_show_missed_only">Show missed only</string> |
| 258 | |
| 259 | <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] --> |
| 260 | <string name="menu_show_voicemails_only">Show voicemails only</string> |
| 261 | |
| 262 | <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] --> |
| 263 | <string name="menu_show_all_calls">Show all calls</string> |
| 264 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 265 | <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 266 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 267 | <string name="add_wait">Add wait</string> |
| 268 | |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 269 | <!-- Label for the dialer app setting page [CHAR LIMIT=30]--> |
| 270 | <string name="dialer_settings_label">Settings</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 271 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 272 | <!-- Menu item to create a new contact [CHAR LIMIT=30] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 273 | <string name="menu_newContact">New contact</string> |
| 274 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 275 | <!-- Menu item to display all contacts [CHAR LIMIT=30] --> |
Yorke Lee | 5e93197 | 2013-08-30 11:37:53 -0700 | [diff] [blame] | 276 | <string name="menu_allContacts">All contacts</string> |
| 277 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 278 | <!-- Title bar for call detail screen --> |
| 279 | <string name="callDetailTitle">Call details</string> |
| 280 | |
| 281 | <!-- Toast for call detail screen when couldn't read the requested details --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 282 | <string name="toast_call_detail_error">Details not available</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 283 | |
| 284 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 285 | (Part of a list of options shown in the dialer when another call |
| 286 | is already in progress.) --> |
| 287 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 288 | |
| 289 | <!-- Item label: jump to the in-call UI. |
| 290 | (Part of a list of options shown in the dialer when another call |
| 291 | is already in progress.) --> |
| 292 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 293 | |
| 294 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 295 | (Part of a list of options shown in the dialer when another call |
| 296 | is already in progress.) --> |
| 297 | <string name="dialer_addAnotherCall">Add call</string> |
| 298 | |
| 299 | <!-- Title for incoming call details screen --> |
| 300 | <string name="type_incoming">Incoming call</string> |
| 301 | |
| 302 | <!-- Title for outgoing call details screen --> |
| 303 | <string name="type_outgoing">Outgoing call</string> |
| 304 | |
| 305 | <!-- Title for missed call details screen --> |
| 306 | <string name="type_missed">Missed call</string> |
| 307 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 308 | <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] --> |
| 309 | <string name="type_incoming_video">Incoming video call</string> |
| 310 | |
| 311 | <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] --> |
| 312 | <string name="type_outgoing_video">Outgoing video call</string> |
| 313 | |
| 314 | <!-- Title for missed video call in call details screen [CHAR LIMIT=60] --> |
| 315 | <string name="type_missed_video">Missed video call</string> |
| 316 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 317 | <!-- Title for voicemail details screen --> |
| 318 | <string name="type_voicemail">Voicemail</string> |
| 319 | |
| 320 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 321 | <string name="actionIncomingCall">Incoming calls</string> |
| 322 | |
| 323 | <!-- String describing the icon in the call log used to play a voicemail. |
| 324 | |
| 325 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 326 | This is especially valuable for views without textual representation like ImageView. |
| 327 | --> |
| 328 | <string name="description_call_log_play_button">Play voicemail</string> |
| 329 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 330 | <!-- String describing the button to view the contact for the current number. |
| 331 | |
| 332 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 333 | This is especially valuable for views without textual representation like ImageView. |
| 334 | --> |
| 335 | <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string> |
| 336 | |
| 337 | <!-- String describing the button to call a number or contact. |
| 338 | |
| 339 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 340 | This is especially valuable for views without textual representation like ImageView. |
| 341 | --> |
| 342 | <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string> |
| 343 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 344 | <!-- String describing the button to access the contact details for a name or number. |
| 345 | |
| 346 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 347 | This is especially valuable for views without textual representation like ImageView. |
| 348 | --> |
| 349 | <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string> |
| 350 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 351 | <!-- String indicating a call log entry has an associated voicemail. |
| 352 | |
| 353 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 354 | This is especially valuable for views without textual representation like ImageView. |
| 355 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 356 | <string name="description_new_voicemail">New voicemail.</string> |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 357 | |
| 358 | <!-- String indicating the number of calls to/from a caller in the call log. |
| 359 | |
| 360 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 361 | This is especially valuable for views without textual representation like ImageView. |
| 362 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 363 | <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string> |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 364 | |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 365 | <!-- String indicating a call log entry had video capabilities. |
| 366 | |
| 367 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 368 | This is especially valuable for views without textual representation like ImageView. |
| 369 | [CHAR LIMIT=NONE] |
| 370 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 371 | <string name="description_video_call">Video call.</string> |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 372 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 373 | <!-- String describing the button to SMS a number or contact. |
| 374 | |
| 375 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 376 | This is especially valuable for views without textual representation like ImageView. |
| 377 | [CHAR LIMIT=NONE] |
| 378 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 379 | <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 380 | |
| 381 | <!-- String describing the icon in the call log used to represent an unheard voicemail left to |
| 382 | the user. |
| 383 | |
| 384 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 385 | This is especially valuable for views without textual representation like ImageView. |
| 386 | [CHAR LIMIT=NONE] |
| 387 | --> |
| 388 | <string name="description_call_log_unheard_voicemail">Unheard voicemail</string> |
| 389 | |
Yorke Lee | 191df33 | 2013-07-30 17:21:28 -0700 | [diff] [blame] | 390 | <!-- String describing the icon used to start a voice search --> |
| 391 | <string name="description_start_voice_search">Start voice search</string> |
| 392 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 393 | <!-- Menu item used to call a contact, containing the number of the contact to call --> |
| 394 | <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string> |
| 395 | |
| 396 | <!-- String used to display calls from unknown numbers in the call log --> |
| 397 | <string name="unknown">Unknown</string> |
| 398 | |
| 399 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 400 | <string name="voicemail">Voicemail</string> |
| 401 | |
| 402 | <!-- String used to display calls from private numbers in the call log --> |
| 403 | <string name="private_num">Private number</string> |
| 404 | |
| 405 | <!-- String used to display calls from pay phone in the call log --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 406 | <string name="payphone">Payphone</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 407 | |
Roshan Pius | 2edcc52 | 2015-06-09 15:38:45 -0700 | [diff] [blame] | 408 | <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" --> |
| 409 | <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string> |
| 410 | |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 411 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" --> |
| 412 | <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 413 | |
| 414 | <!-- Dialog message which is shown when the user tries to make a phone call |
| 415 | to prohibited phone numbers [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 416 | <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 417 | |
| 418 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 419 | while the system isn't ready for the access. [CHAR LIMIT=NONE] --> |
| 420 | <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu > Settings.</string> |
| 421 | |
| 422 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 423 | while the system is in airplane mode. The user cannot access to |
| 424 | voicemail service in Airplane mode. [CHAR LIMI=NONE] --> |
| 425 | <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string> |
| 426 | |
| 427 | <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] --> |
| 428 | <string name="contact_list_loading">Loading\u2026</string> |
| 429 | |
| 430 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 431 | <string name="imei">IMEI</string> |
| 432 | |
| 433 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 434 | <string name="meid">MEID</string> |
| 435 | |
| 436 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 437 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 438 | |
| 439 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 440 | <string name="simContacts_title">SIM card contacts</string> |
| 441 | |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 442 | <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 443 | <string name="add_contact_not_available">No contacts app available</string> |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 444 | |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 445 | <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 446 | <string name="voice_search_not_available">Voice search not available</string> |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 447 | |
Yorke Lee | 3921359 | 2014-04-07 15:39:48 -0700 | [diff] [blame] | 448 | <!-- Message displayed when the Phone application has been disabled and a phone call cannot |
| 449 | be made. [CHAR LIMIT=NONE] --> |
| 450 | <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string> |
| 451 | |
| 452 | <!-- Message displayed when there is no application available to handle a particular action. |
| 453 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 454 | <string name="activity_not_available">No app for that on this device</string> |
Yorke Lee | 3921359 | 2014-04-07 15:39:48 -0700 | [diff] [blame] | 455 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 456 | <!-- Hint displayed in dialer search box when there is no query that is currently typed. |
Yorke Lee | a723be5 | 2013-09-09 08:54:15 -0700 | [diff] [blame] | 457 | [CHAR LIMIT=30] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 458 | <string name="dialer_hint_find_contact">Enter a name or phone number</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 459 | |
Yorke Lee | b7611d7 | 2013-07-29 09:45:30 -0700 | [diff] [blame] | 460 | <!-- String resource for the font-family to use for the call log activity's title |
| 461 | Do not translate. --> |
| 462 | <string name="call_log_activity_title_font_family">sans-serif-light</string> |
| 463 | |
Sai Cheemalapati | c3206cd | 2014-05-21 17:58:09 -0700 | [diff] [blame] | 464 | <!-- String resource for the font-family to use for the full call history footer |
| 465 | Do not translate. --> |
| 466 | <string name="view_full_call_history_font_family">sans-serif</string> |
| 467 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 468 | <!-- Text displayed when the list of missed calls is empty --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 469 | <string name="recentMissed_empty">No calls</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 470 | |
| 471 | <!-- Text displayed when the list of voicemails is empty --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 472 | <string name="recentVoicemails_empty">No recent voicemails</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 473 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 474 | <!-- Menu option to show favorite contacts only --> |
| 475 | <string name="show_favorites_only">Show favorites only</string> |
Yorke Lee | d999932 | 2013-07-19 09:22:03 -0700 | [diff] [blame] | 476 | |
| 477 | <!-- Title of activity that displays a list of all calls --> |
| 478 | <string name="call_log_activity_title">History</string> |
Yorke Lee | bf34a90 | 2013-07-24 19:00:04 -0700 | [diff] [blame] | 479 | |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 480 | <!-- Title for the call log tab containing the list of all voicemails and calls |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 481 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 482 | <string name="call_log_all_title">All</string> |
| 483 | |
| 484 | <!-- Title for the call log tab containing the list of all missed calls only |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 485 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 486 | <string name="call_log_missed_title">Missed</string> |
| 487 | |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 488 | <!-- Title for the call log tab containing the list of all voicemail calls only |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 489 | [CHAR LIMIT=30] --> |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 490 | <string name="call_log_voicemail_title">Voicemail</string> |
| 491 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 492 | <!-- Accessibility text for the tab showing recent and favorite contacts who can be called. |
| 493 | [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 494 | <string name="tab_speed_dial">Speed dial</string> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 495 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 496 | <!-- Accessibility text for the tab showing the call log of recent calls. [CHAR LIMIT=40] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 497 | <string name="tab_recents">Recents</string> |
| 498 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 499 | <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 500 | <string name="tab_all_contacts">Contacts</string> |
| 501 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 502 | <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] --> |
| 503 | <string name="tab_voicemail">Voicemail</string> |
| 504 | |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 505 | <!-- Text displayed when user swipes out a favorite contact --> |
Yorke Lee | ed01704 | 2013-09-09 16:00:19 -0700 | [diff] [blame] | 506 | <string name="favorite_hidden">Removed from favorites</string> |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 507 | <!-- Text displayed for the undo button to undo removing a favorite contact --> |
| 508 | <string name="favorite_hidden_undo">Undo</string> |
Yorke Lee | e142481 | 2013-09-04 18:24:48 -0700 | [diff] [blame] | 509 | |
| 510 | <!-- Shortcut item used to call a number directly from search --> |
| 511 | <string name="search_shortcut_call_number">Call |
| 512 | <xliff:g id="number">%s</xliff:g> |
| 513 | </string> |
| 514 | |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 515 | <!-- Shortcut item used to add a number directly to a new contact from search. |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 516 | [CHAR LIMIT=25] --> |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 517 | <string name="search_shortcut_create_new_contact">Create new contact</string> |
| 518 | |
Andrew Lee | 0247a9b | 2015-03-18 15:10:55 -0700 | [diff] [blame] | 519 | <!-- Shortcut item used to add a number to an existing contact directly from search. |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 520 | [CHAR LIMIT=25] --> |
Andrew Lee | 2087365 | 2015-06-05 15:18:09 -0700 | [diff] [blame] | 521 | <string name="search_shortcut_add_to_contact">Add to a contact</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 522 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 523 | <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] --> |
Andrew Lee | ad3d871 | 2015-03-18 12:08:33 -0700 | [diff] [blame] | 524 | <string name="search_shortcut_send_sms_message">Send SMS</string> |
| 525 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 526 | <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] --> |
Andrew Lee | fc1fed7 | 2014-07-02 11:05:53 -0700 | [diff] [blame] | 527 | <string name="search_shortcut_make_video_call">Make video call</string> |
| 528 | |
Andrew Lee | 69705be | 2015-05-04 17:24:01 -0700 | [diff] [blame] | 529 | <!-- Title for the call log list item that brings users to the full call history when clicked --> |
| 530 | <string name="show_call_history">View full call history</string> |
Yorke Lee | 6a1461a | 2014-04-21 16:27:14 -0700 | [diff] [blame] | 531 | |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 532 | <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> |
| 533 | <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> |
| 534 | |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 535 | <!-- Shown when there are no speed dial favorites. --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 536 | <string name="speed_dial_empty">Speed dial is one\u2011touch dialing for favorites and numbers you call often</string> |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 537 | |
| 538 | <!-- Shown when there are no contacts in the all contacts list. --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 539 | <string name="all_contacts_empty">No contacts</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 540 | |
Yorke Lee | 3a847bd | 2013-09-24 15:19:53 -0700 | [diff] [blame] | 541 | <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact |
| 542 | card can be tapped to bring up a list of all numbers, or long pressed to start reordering |
| 543 | [CHAR LIMIT=NONE] |
| 544 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 545 | <string name="contact_tooltip">Touch image to see all numbers or touch & hold to reorder</string> |
Chiao Cheng | d21c3ad | 2013-10-04 16:13:26 -0700 | [diff] [blame] | 546 | |
Yorke Lee | 3cefcc6 | 2014-01-16 11:26:46 -0800 | [diff] [blame] | 547 | <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] --> |
| 548 | <string name="remove_contact">Remove</string> |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 549 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 550 | <!-- Button text for the "video call" displayed underneath an entry in the call log. |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 551 | Tapping causes a video call to be placed to the caller represented by the call log entry. |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 552 | [CHAR LIMIT=30] --> |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 553 | <string name="call_log_action_video_call">Video call</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 554 | |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 555 | <!-- Button text for a button displayed underneath an entry in the call log, which opens up a |
| 556 | messaging app to send a SMS to the number represented by the call log entry. |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 557 | [CHAR LIMIT=30] --> |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 558 | <string name="call_log_action_send_message">Send Message</string> |
| 559 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 560 | <!-- Button text for the button displayed underneath an entry in the call log. |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 561 | Tapping navigates the user to the call details screen where the user can view details for |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 562 | the call log entry. [CHAR LIMIT=30] --> |
| 563 | <string name="call_log_action_details">Call details</string> |
| 564 | |
| 565 | <!-- Button text for the button displayed underneath an entry in the call log, which when |
| 566 | tapped triggers a return call to the named user. [CHAR LIMIT=30] --> |
| 567 | <string name="call_log_action_call"> |
| 568 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 569 | </string> |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 570 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 571 | <!-- String describing an incoming missed call entry in the call log. |
| 572 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 573 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 574 | <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 575 | |
| 576 | <!-- String describing an incoming answered call entry in the call log. |
| 577 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 578 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 579 | <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 580 | |
| 581 | <!-- String describing an outgoing call entry in the call log. |
| 582 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 583 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 584 | <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 585 | |
| 586 | <!-- String describing the phone account the call was made on or to. This string will be used |
| 587 | in description_incoming_missed_call, description_incoming_answered_call, and |
| 588 | description_outgoing_call. |
| 589 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 590 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 591 | <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 592 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 593 | <!-- String describing the phone icon on a call log list item. When tapped, it will place a |
| 594 | call to the number represented by that call log entry. [CHAR LIMIT=NONE]--> |
| 595 | <string name="description_call_log_call_action">Call</string> |
| 596 | |
| 597 | <!-- String describing the "call" action for an entry in the call log. The call back |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 598 | action triggers a return call to the named user. |
| 599 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 600 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 601 | <string name="description_call_action"> |
| 602 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 603 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 604 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 605 | <!-- String describing the "video call" action for an entry in the call log. The video call |
| 606 | action triggers a return video call to the named person/number. |
| 607 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 608 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 609 | <string name="description_video_call_action"> |
| 610 | Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>. |
| 611 | </string> |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 612 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 613 | <!-- String describing the "listen" action for an entry in the call log. The listen |
| 614 | action is shown for call log entries representing a voicemail message and this button |
| 615 | triggers playing back the voicemail. |
| 616 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 617 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 618 | <string name="description_voicemail_action"> |
| 619 | Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 620 | </string> |
| 621 | |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 622 | <!-- String describing the "play voicemail" action for an entry in the call log. |
| 623 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 624 | [CHAR LIMIT=NONE] --> |
| 625 | <string name="description_voicemail_play"> |
| 626 | Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 627 | </string> |
| 628 | |
| 629 | <!-- String describing the "pause voicemail" action for an entry in the call log. |
| 630 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 631 | [CHAR LIMIT=NONE] --> |
| 632 | <string name="description_voicemail_pause"> |
| 633 | Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 634 | </string> |
| 635 | |
| 636 | |
| 637 | <!-- String describing the "delete voicemail" action for an entry in the call log. |
| 638 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 639 | [CHAR LIMIT=NONE] --> |
| 640 | <string name="description_voicemail_delete"> |
| 641 | Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 642 | </string> |
| 643 | |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame^] | 644 | <!-- String describing the number of new voicemails, displayed as a number badge on a tab. |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 645 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 646 | [CHAR LIMIT=NONE] --> |
| 647 | <plurals name="description_voicemail_unread"> |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame^] | 648 | <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item> |
| 649 | <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item> |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 650 | </plurals> |
| 651 | |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 652 | <!-- Description for the "create new contact" action for an entry in the call log. This action |
| 653 | opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] --> |
| 654 | <string name="description_create_new_contact_action"> |
| 655 | Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 656 | </string> |
| 657 | |
| 658 | <!-- Description for the "add to existing contact" action for an entry in the call log. This |
| 659 | action opens a screen for adding this name or number to an existing contact. |
| 660 | [CHAR LIMIT=NONE] --> |
| 661 | <string name="description_add_to_existing_contact_action"> |
| 662 | Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact |
| 663 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 664 | |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 665 | <!-- String describing the "details" action for an entry in the call log. The details action |
| 666 | displays the call details screen for an entry in the call log. This shows the calls to |
| 667 | and from the specified number associated with the call log entry. |
| 668 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 669 | <string name="description_details_action"> |
| 670 | Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 671 | </string> |
| 672 | |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 673 | <!-- Toast message which appears when a call log entry is deleted. |
| 674 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 675 | <string name="toast_entry_removed">Deleted from call history</string> |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 676 | |
Tyler Gunn | 1e27331 | 2014-06-10 12:59:53 -0700 | [diff] [blame] | 677 | <!-- String used as a header in the call log above calls which occurred today. |
| 678 | [CHAR LIMIT=65] --> |
| 679 | <string name="call_log_header_today">Today</string> |
| 680 | |
| 681 | <!-- String used as a header in the call log above calls which occurred yesterday. |
| 682 | [CHAR LIMIT=65] --> |
| 683 | <string name="call_log_header_yesterday">Yesterday</string> |
| 684 | |
Nancy Chen | 4a5a1bd | 2014-09-24 14:37:45 -0700 | [diff] [blame] | 685 | <!-- String used as a header in the call log above calls which occurred two days or more ago. |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 686 | [CHAR LIMIT=65] --> |
Tyler Gunn | 480c64d | 2014-06-11 10:50:27 -0700 | [diff] [blame] | 687 | <string name="call_log_header_other">Older</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 688 | |
| 689 | <!-- String a header on the call details screen. Appears above the list calls to or from a |
| 690 | particular number. |
| 691 | [CHAR LIMIT=65] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 692 | <string name="call_detail_list_header">Calls list</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 693 | |
| 694 | <!-- String describing the "speaker on" button on the playback control used to listen to a |
| 695 | voicemail message. When speaker is on, playback of the voicemail will occur through the |
| 696 | phone speaker. |
| 697 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 698 | [CHAR LIMIT=NONE] --> |
| 699 | <string name="voicemail_speaker_on">Turn speaker on.</string> |
| 700 | |
| 701 | <!-- String describing the "speaker off" button on the playback control used to listen to a |
| 702 | voicemail message. When speaker is off, playback of the voicemail will occur through the |
| 703 | phone earpiece. |
| 704 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 705 | [CHAR LIMIT=NONE] --> |
| 706 | <string name="voicemail_speaker_off">Turn speaker off.</string> |
| 707 | |
| 708 | <!-- String describing the "play faster" button in the playback control used to listen to a |
| 709 | voicemail message. Speeds up playback of the voicemail message. |
| 710 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 711 | [CHAR LIMIT=NONE] --> |
| 712 | <string name="voicemail_play_faster">Play faster.</string> |
| 713 | |
| 714 | <!-- String describing the "play slower" button in the playback control used to listen to a |
| 715 | voicemail message. Slows down playback of the voicemail message. |
| 716 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 717 | [CHAR LIMIT=NONE] --> |
| 718 | <string name="voicemail_play_slower">Play slower.</string> |
| 719 | |
| 720 | <!-- String describing the "play/pause" button in the playback control used to listen to a |
| 721 | voicemail message. Starts playback or pauses ongoing playback. |
| 722 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 723 | [CHAR LIMIT=NONE] --> |
| 724 | <string name="voicemail_play_start_pause">Start or pause playback.</string> |
Tyler Gunn | 8b0e858 | 2014-07-10 12:28:43 -0700 | [diff] [blame] | 725 | |
| 726 | <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". |
| 727 | [CHAR LIMIT=3] --> |
| 728 | <string name="list_delimeter">", "</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 729 | |
| 730 | <!-- Dialer settings related strings--> |
| 731 | |
Andrew Lee | dd9dc5a | 2015-02-26 13:46:39 -0800 | [diff] [blame] | 732 | <!-- Title for "Display options" category, which controls how contacts are shown. |
| 733 | [CHAR LIMIT=40] --> |
| 734 | <string name="display_options_title">Display options</string> |
| 735 | |
Andrew Lee | e83576c | 2015-02-26 14:26:16 -0800 | [diff] [blame] | 736 | <!-- Title for the "Sounds and vibration" settings control settings related to ringtones, |
| 737 | dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] --> |
| 738 | <string name="sounds_and_vibration_title">Sounds and vibration</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 739 | |
Andrew Lee | 811641c | 2015-02-26 15:38:48 -0800 | [diff] [blame] | 740 | <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing |
| 741 | aid compatability. [CHAR LIMIT=40] --> |
| 742 | <string name="accessibility_settings_title">Accessibility</string> |
| 743 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 744 | <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> |
| 745 | <string name="ringtone_title">Phone ringtone</string> |
| 746 | |
| 747 | <!-- Setting option name to enable or disable vibration when ringing the phone. |
| 748 | [CHAR LIMIT=30] --> |
Andrew Lee | d0d409e | 2014-08-21 15:20:48 -0700 | [diff] [blame] | 749 | <string name="vibrate_on_ring_title">"Also vibrate for calls</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 750 | |
| 751 | <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] --> |
Andrew Lee | d0d409e | 2014-08-21 15:20:48 -0700 | [diff] [blame] | 752 | <string name="dtmf_tone_enable_title">Dialpad tones</string> |
Andrew Lee | c65acdf | 2015-03-02 22:43:41 -0800 | [diff] [blame] | 753 | <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 754 | <string name="dtmf_tone_length_title">Dialpad tone length</string> |
| 755 | <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 756 | <string-array name="dtmf_tone_length_entries"> |
| 757 | <item>Normal</item> |
| 758 | <item>Long</item> |
| 759 | </string-array> |
| 760 | <!-- Do not translate. --> |
| 761 | <string-array name="dtmf_tone_length_entry_values" translatable="false"> |
| 762 | <item>0</item> |
| 763 | <item>1</item> |
| 764 | </string-array> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 765 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 766 | <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| 767 | <string name="respond_via_sms_setting_title">Quick responses</string> |
| 768 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 769 | <!-- Label for the call settings section [CHAR LIMIT=30] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 770 | <string name="call_settings_label">Calls</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 771 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 772 | <!-- Label for the phone account settings [CHAR LIMIT=30] --> |
Nancy Chen | 97670b4 | 2014-11-11 12:17:05 -0800 | [diff] [blame] | 773 | <string name="phone_account_settings_label">Calling accounts</string> |
Andrew Lee | e94b945 | 2015-02-26 17:20:12 -0800 | [diff] [blame] | 774 | |
| 775 | <!-- DO NOT TRANSLATE. Internal key for ringtone preference. --> |
| 776 | <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string> |
| 777 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 778 | <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string> |
| 779 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 780 | <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string> |
Andrew Lee | c65acdf | 2015-03-02 22:43:41 -0800 | [diff] [blame] | 781 | <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. --> |
| 782 | <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 783 | </resources> |