The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 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 | <!-- Title for the activity that shows contacts. This is the name |
| 19 | used in the Launcher icon. --> |
| 20 | <string name="contactsList">Contacts</string> |
| 21 | |
| 22 | <!-- Title for the activity that dials the phone. This is the name |
| 23 | used in the Launcher icon. --> |
| 24 | <string name="launcherDialer">Dialer</string> |
| 25 | |
| 26 | <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. |
| 27 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 28 | <string name="shortcutContact">Contact</string> |
| 29 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 30 | <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. |
| 31 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 32 | <string name="shortcutDialContact">Direct Dial</string> |
| 33 | |
| 34 | <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. |
| 35 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 36 | <string name="shortcutMessageContact">Direct Message</string> |
| 37 | |
| 38 | <!-- Activity title when the user is selecting a contact for a shortcut. --> |
| 39 | <string name="shortcutActivityTitle">Choose a contact shortcut</string> |
| 40 | |
| 41 | <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> |
| 42 | <string name="callShortcutActivityTitle">Choose a number to call</string> |
| 43 | |
| 44 | <!-- Activity title when the user is selecting a contact for a direct message shortcut. --> |
| 45 | <string name="messageShortcutActivityTitle">Choose a number to message</string> |
| 46 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 47 | <!-- Title for the activity that shows only starred contacts --> |
| 48 | <string name="starredList">Starred</string> |
| 49 | |
| 50 | <!-- Title for the activity that shows only frequently contacted contacts --> |
| 51 | <string name="frequentList">Frequent</string> |
| 52 | |
| 53 | <!-- Title for the activity that shows a mix of starred contacts and frequently contacted |
| 54 | contacts. --> |
| 55 | <string name="strequentList">Favorites</string> |
| 56 | |
| 57 | <!-- The title bar when viewing the contact details activity --> |
| 58 | <string name="viewContactTitle">Contact details</string> |
| 59 | |
| 60 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 61 | viewing a contact. This string represents the built in way to view the contact. --> |
| 62 | <string name="viewContactDesription">View contact</string> |
| 63 | |
| 64 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 65 | editing a contact. This string represents the built in way to edit the contact. --> |
| 66 | <string name="editContactDescription">Edit contact</string> |
| 67 | |
| 68 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 69 | creating a new contact. This string represents the built in way to create the contact. --> |
| 70 | <string name="insertContactDescription">Create contact</string> |
| 71 | |
| 72 | <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> |
| 73 | <string name="searchHint">Search contacts</string> |
| 74 | |
| 75 | <!-- Menu item to search contacts --> |
| 76 | <string name="menu_search">Search</string> |
| 77 | |
| 78 | <!-- Menu item to create a new contact --> |
| 79 | <string name="menu_newContact">New contact</string> |
| 80 | |
| 81 | <!-- Menu item used to view the details for a specific contact --> |
| 82 | <string name="menu_viewContact">View contact</string> |
| 83 | |
| 84 | <!-- Menu item used to call a contact, containing the name of the contact to call --> |
| 85 | <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 86 | |
| 87 | <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> |
| 88 | <string name="menu_addStar">Add to favorites</string> |
| 89 | |
| 90 | <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> |
| 91 | <string name="menu_removeStar">Remove from favorites</string> |
| 92 | |
| 93 | <!-- Optional menu item to encode the current contact as a QR Code using Barcode Scanner. --> |
| 94 | <string name="menu_showBarcode">Show barcode</string> |
| 95 | |
| 96 | <!-- Menu item used to edit a specific contact --> |
| 97 | <string name="menu_editContact">Edit contact</string> |
| 98 | |
| 99 | <!-- Menu item used to delete a specific contact --> |
| 100 | <string name="menu_deleteContact">Delete contact</string> |
| 101 | |
| 102 | <!-- Menu item used to call a specific contact when viewing the details of that contact. --> |
| 103 | <string name="menu_call">Call</string> |
| 104 | |
| 105 | <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> |
| 106 | <string name="menu_sendSMS">Send SMS/MMS</string> |
| 107 | |
| 108 | <!-- Menu item used to send an email message to a specific email address --> |
| 109 | <string name="menu_sendEmail">Send email</string> |
| 110 | |
| 111 | <!-- Menu item used to view a contact's address on a map --> |
| 112 | <string name="menu_viewAddress">Map address</string> |
| 113 | |
| 114 | <!-- Menu item that makes a phone the default for a contact. The default number used when you |
| 115 | try to call a contact without specifying a specific number. --> |
| 116 | <string name="menu_makeDefaultNumber">Make default number</string> |
| 117 | |
| 118 | <!-- Confirmation dialog title after users selects to delete a contact. --> |
| 119 | <string name="deleteConfirmation_title">Delete</string> |
| 120 | |
| 121 | <!-- Confirmation dialog contents after users selects to delete a contact. --> |
| 122 | <string name="deleteConfirmation">This contact will be deleted.</string> |
| 123 | |
| 124 | <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> |
| 125 | <string name="menu_done">Done</string> |
| 126 | |
| 127 | <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made --> |
| 128 | <string name="menu_doNotSave">Revert</string> |
| 129 | |
| 130 | <!-- The title of the activity that edits and existing contact --> |
| 131 | <string name="editContact_title_edit">Edit contact</string> |
| 132 | |
| 133 | <!-- The title of the activity that creates a new contact --> |
| 134 | <string name="editContact_title_insert">New contact</string> |
| 135 | |
| 136 | <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address --> |
| 137 | <string name="menu_addItem">More info</string> |
| 138 | |
| 139 | <!-- The label describing the phonetic pronunciation/reading of a contact name --> |
| 140 | <string name="label_phonetic_name">Phonetic</string> |
| 141 | |
| 142 | <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact --> |
| 143 | <string name="label_notes">Notes</string> |
| 144 | |
| 145 | <!-- The label describing the custom ringtone for a contact --> |
| 146 | <string name="label_ringtone">Ringtone</string> |
| 147 | |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 148 | <!-- The label for a list of all the groups that the contact is associated with --> |
| 149 | <string name="label_groups">Groups</string> |
| 150 | |
| 151 | <!-- Provides a delimeter in a list of groups. For example, "g1, g2" has ", g2" generated using this string --> |
| 152 | <string name="group_list">, <xliff:g id="groupName">%s</xliff:g></string> |
| 153 | |
Alex Kennberg | bd7e123 | 2009-03-27 10:28:23 -0700 | [diff] [blame] | 154 | <!-- Menu item used to send user to the edit contact screen --> |
| 155 | <string name="menu_viewGroup">Edit groups</string> |
| 156 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 157 | <!-- Hint text for the contact name when editing --> |
| 158 | <string name="ghostData_name">First and Last</string> |
| 159 | |
| 160 | <!-- Hint text for the phonetic reading of the contact name when editing --> |
| 161 | <string name="ghostData_phonetic_name">Phonetic name</string> |
| 162 | |
| 163 | <!-- Hint text for the organization name when editing --> |
| 164 | <string name="ghostData_company">Company</string> |
| 165 | |
| 166 | <!-- Hint text for the organization position when editing --> |
| 167 | <string name="ghostData_title">Position</string> |
| 168 | |
| 169 | <!-- Hint text for an IM account when editing --> |
| 170 | <string name="ghostData_im">IM name</string> |
| 171 | |
| 172 | <!-- Hint text for the notes field when editing --> |
| 173 | <string name="ghostData_notes">My note</string> |
| 174 | |
| 175 | <!-- Hint text for the phone number field when editing --> |
| 176 | <string name="ghostData_phone">Phone number</string> |
| 177 | |
| 178 | <!-- Hint text for the email address field when editing --> |
| 179 | <string name="ghostData_email">Email address</string> |
| 180 | |
| 181 | <!-- Hint text for the postal address field when editing --> |
| 182 | <string name="ghostData_postal">Postal address</string> |
| 183 | |
Alex Kennberg | 87fc317 | 2009-03-28 06:43:06 -0700 | [diff] [blame] | 184 | <!-- Hint text for the group field when editing --> |
| 185 | <string name="ghostData_group">Display group</string> |
| 186 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 187 | <!-- Message displayed in a toast when you try to view the details of a contact that |
| 188 | for some reason doesn't exist anymore. --> |
| 189 | <string name="invalidContactMessage">The contact does not exist.</string> |
| 190 | |
| 191 | <!-- When picking a contact from a list of all contacts there is an entry at the top of the |
| 192 | list that allows the user to create a new contact, which this string is used for --> |
| 193 | <string name="pickerNewContactHeader">Create new contact</string> |
| 194 | |
| 195 | <!-- Dialog title when you select a label when creating or edit a contact --> |
| 196 | <string name="selectLabel">Select label</string> |
| 197 | |
| 198 | <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> |
| 199 | <string name="phoneLabelsGroup">Phone</string> |
| 200 | |
| 201 | <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact --> |
| 202 | <string name="emailLabelsGroup">Email</string> |
| 203 | |
| 204 | <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact --> |
| 205 | <string name="imLabelsGroup">IM</string> |
| 206 | |
| 207 | <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact --> |
| 208 | <string name="postalLabelsGroup">Postal address</string> |
| 209 | |
| 210 | <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations --> |
| 211 | <string name="otherLabelsGroup">Other</string> |
| 212 | |
| 213 | <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> |
| 214 | <skip/> |
| 215 | <!-- The labels that are under the otherLabelsGroup when editing a contact. --> |
| 216 | <string-array name="otherLabels"> |
| 217 | <!-- An organization associated with a contact --> |
| 218 | <item>Organization</item> |
| 219 | <!-- A note associated with a contact --> |
| 220 | <item>Note</item> |
| 221 | </string-array> |
| 222 | |
| 223 | <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 224 | <string name="errorDialogTitle">No pictures</string> |
| 225 | |
| 226 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 227 | <string name="photoPickerNotFoundText">No pictures are available on the phone.</string> |
| 228 | |
| 229 | <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact --> |
| 230 | <string name="attachToContact">Contact icon</string> |
| 231 | |
| 232 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 233 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 234 | <string name="customLabelPickerTitle">Custom label name</string> |
| 235 | |
| 236 | <!-- The menu item to open the list of groups to display --> |
| 237 | <string name="menu_displayGroup">Display group</string> |
| 238 | |
| 239 | <!-- The menu item that leads to the settings for contact syncing --> |
| 240 | <string name="syncGroupPreference">Edit sync groups</string> |
| 241 | |
| 242 | <!-- The menu item that launches the SIM card import activity --> |
| 243 | <string name="importFromSim">Import contacts</string> |
| 244 | |
| 245 | <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> |
| 246 | <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> |
| 247 | |
| 248 | <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail --> |
| 249 | <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string> |
| 250 | |
| 251 | <!-- String used to indicate that a contact doesn't have a custom ringtone --> |
| 252 | <string name="default_ringtone">Default</string> |
| 253 | |
| 254 | <!-- The button/menu item that allows you to add a picture to a contact --> |
| 255 | <string name="addPicture">Add icon</string> |
| 256 | |
| 257 | <!-- The menu item that allows you to remove a picture from a contact --> |
| 258 | <string name="removePicture">Remove icon</string> |
| 259 | |
| 260 | <!-- The text displayed when the contacts list is empty while displaying all contacts --> |
| 261 | <string name="noContacts">No contacts.</string> |
| 262 | |
| 263 | <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers --> |
| 264 | <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string> |
| 265 | |
| 266 | <!-- The text displayed when the contacts list is empty while displaying favorite contacts --> |
| 267 | <string name="noFavorites">No favorites.</string> |
| 268 | |
| 269 | <!-- Title for group selection dialog. The dialog contains a list of contact groups that the |
| 270 | user can pick from, indicating they only want to see the contacts in that group. --> |
| 271 | <string name="select_group_title">Groups</string> |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 272 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 273 | <!-- The text displayed when the contacts list is empty while displaying a single group of contacts --> |
| 274 | <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string> |
| 275 | |
| 276 | <!-- The description of all groups when asking the user what they want to display --> |
| 277 | <string name="showAllGroups">All contacts</string> |
| 278 | |
| 279 | <!-- The setting to sync all contacts from the server --> |
| 280 | <string name="syncAllGroups">Sync all contacts</string> |
| 281 | |
| 282 | <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI --> |
| 283 | <string name="groupNameMyContacts">My Contacts</string> |
| 284 | |
| 285 | <!-- The group type that displays only contacts with phone numbers --> |
| 286 | <string name="groupNameWithPhones">Contacts with phone numbers</string> |
| 287 | |
Evan Millar | 56f996e | 2009-03-24 21:09:37 -0700 | [diff] [blame] | 288 | <!-- The group type that displays "Starred in Android" contacts --> |
| 289 | <string name="starredInAndroid">Starred in Android</string> |
| 290 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 291 | <!-- Toast displayed when a contact is created --> |
| 292 | <string name="contactCreatedToast">Contact created.</string> |
| 293 | |
| 294 | <!-- Toast displayed when a contact is saved --> |
| 295 | <string name="contactSavedToast">Contact saved.</string> |
| 296 | |
| 297 | <!-- Separator in the contact details list describing that the items below it will place a call when clicked --> |
| 298 | <string name="listSeparatorCallNumber">Dial number</string> |
| 299 | |
| 300 | <!-- Section header in the Edit Contacts screen for phone numbers --> |
| 301 | <string name="listSeparatorCallNumber_edit">Phone numbers</string> |
| 302 | |
| 303 | <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number --> |
| 304 | <string name="listSeparatorSendSmsMms">Send SMS/MMS</string> |
| 305 | |
| 306 | <!-- Separator in the contact details list describing that the items below it will send an email --> |
| 307 | <string name="listSeparatorSendEmail">Send email</string> |
| 308 | |
| 309 | <!-- Section header in the Edit Contacts screen for E-mail addresses --> |
| 310 | <string name="listSeparatorSendEmail_edit">Email addresses</string> |
| 311 | |
| 312 | <!-- Separator in the contact details list describing that the items below it will send an IM --> |
| 313 | <string name="listSeparatorSendIm">Send instant message</string> |
| 314 | |
| 315 | <!-- Section header in the Edit Contacts screen for Instant messanger accounts --> |
| 316 | <string name="listSeparatorSendIm_edit">Chat addresses</string> |
| 317 | |
| 318 | <!-- Separator in the contact details list describing that the items below it will open maps with the given address --> |
| 319 | <string name="listSeparatorMapAddress">Map address</string> |
| 320 | |
| 321 | <!-- Section header in the Edit Contacts screen for map addresses --> |
| 322 | <string name="listSeparatorMapAddress_edit">Postal addresses</string> |
| 323 | |
| 324 | <!-- Separator in the contact details list describing that the items below are non-actionable organization information --> |
| 325 | <string name="listSeparatorOrganizations">Organizations</string> |
| 326 | |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 327 | <!-- Separator in the contact details list describing that the items below are non-actionable group information --> |
| 328 | <string name="listSeparatorGroups">Groups</string> |
| 329 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 330 | <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact --> |
| 331 | <string name="listSeparatorOtherInformation">Other information</string> |
| 332 | |
| 333 | <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone --> |
| 334 | <string name="listSeparatorOtherInformation_edit">Other options</string> |
| 335 | |
| 336 | <!-- Section header in the Edit Contacts screen for the "Add more items" button --> |
| 337 | <string name="listSeparatorMore_edit">More</string> |
| 338 | |
| 339 | <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better --> |
| 340 | <string name="contactsIconLabel">Contacts</string> |
| 341 | |
| 342 | <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better --> |
| 343 | <string name="contactsFavoritesLabel">Favorites</string> |
| 344 | |
| 345 | <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better --> |
| 346 | <string name="dialerIconLabel">Dialer</string> |
| 347 | |
| 348 | <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better --> |
| 349 | <string name="recentCallsIconLabel">Call log</string> |
| 350 | <string name="liveFolderAll">All contacts</string> |
| 351 | <string name="liveFolderFavorites">Starred contacts</string> |
| 352 | <string name="liveFolderPhone">Contacts with phone numbers</string> |
| 353 | |
| 354 | <!-- Menu item used to send an SMS or MMS message to a phone number --> |
| 355 | <string name="menu_sendTextMessage">Send SMS message</string> |
| 356 | |
| 357 | <!-- Menu item used to call a contact from the call log --> |
| 358 | <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 359 | |
| 360 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 361 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 362 | |
| 363 | <!-- Menu item used to add a number from the call log to contacts --> |
| 364 | <string name="recentCalls_addToContact">Add to contacts</string> |
| 365 | |
| 366 | <!-- Menu item used to remove a single call from the call log --> |
| 367 | <string name="recentCalls_removeFromRecentList">Remove from call log</string> |
| 368 | |
| 369 | <!-- Menu item used to remove all calls from the call log --> |
| 370 | <string name="recentCalls_deleteAll">Clear call log</string> |
| 371 | |
| 372 | <!-- Text displayed when the call log is empty --> |
| 373 | <string name="recentCalls_empty">Call log is empty.</string> |
| 374 | |
| 375 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 376 | <string name="imei">IMEI</string> |
| 377 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 378 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 379 | <string name="meid">MEID</string> |
| 380 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 381 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 382 | <string name="voicemail">Voicemail</string> |
| 383 | |
| 384 | <!-- String used to display calls from unknown numbers in the call log --> |
| 385 | <string name="unknown">Unknown</string> |
| 386 | |
| 387 | <!-- String used to display calls from private numbers in the call log --> |
| 388 | <string name="private_num">Private number</string> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 389 | |
| 390 | <!-- String used to display calls from pay phone in the call log --> |
| 391 | <string name="payphone">Pay phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 392 | |
| 393 | <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| 394 | to dial using the physical keyboard --> |
| 395 | <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| 396 | |
| 397 | <!-- Hint text displayed in the "digits" field above the dialer's |
| 398 | dialpad, if there's already a call in progress. (This hint |
| 399 | reminds the user that the dialer will add a new call, as opposed |
| 400 | to sending DTMF tones over the current call.) --> |
| 401 | <string name="dialerDialpadHintText">Dial to add a call</string> |
| 402 | |
| 403 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 404 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 405 | |
| 406 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 407 | <string name="simContacts_title">SIM card contacts</string> |
| 408 | |
| 409 | <!-- Displayed when a user is prompted to setup a Google account for syncing --> |
| 410 | <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font> |
| 411 | \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string> |
| 412 | |
| 413 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled --> |
| 414 | <string name="noContactsHelpText">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n |
| 415 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 416 | \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>" |
| 417 | </string> |
| 418 | |
| 419 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled --> |
| 420 | <string name="noContactsHelpTextWithSync">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n |
| 421 | \n<li><font fgcolor="#ffffffff"><b>Edit sync groups</b></font> to add from a new or existing Google account\n</li> |
| 422 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 423 | \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>" |
| 424 | </string> |
| 425 | |
| 426 | <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server --> |
| 427 | <string name="seclectSyncGroups_title">Select groups to sync</string> |
| 428 | |
| 429 | <!-- Live folder label for all contacts --> |
| 430 | <string name="liveFolder_all_label">All Contacts</string> |
| 431 | |
| 432 | <!-- Live folder label for only starred contacts --> |
| 433 | <string name="liveFolder_favorites_label">Starred</string> |
| 434 | |
| 435 | <!-- Live folder label for all contacts with phone numbers --> |
| 436 | <string name="liveFolder_phones_label">Phones</string> |
| 437 | |
| 438 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 439 | (Part of a list of options shown in the dialer when another call |
| 440 | is already in progress.) --> |
| 441 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 442 | |
| 443 | <!-- Item label: jump to the in-call UI. |
| 444 | (Part of a list of options shown in the dialer when another call |
| 445 | is already in progress.) --> |
| 446 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 447 | |
| 448 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 449 | (Part of a list of options shown in the dialer when another call |
| 450 | is already in progress.) --> |
| 451 | <string name="dialer_addAnotherCall">Add call</string> |
| 452 | |
| 453 | <!-- Title bar for call detail screen --> |
| 454 | <string name="callDetailTitle">Call details</string> |
| 455 | |
| 456 | <!-- Toast for call detail screen when couldn't read the requested details --> |
| 457 | <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string> |
| 458 | |
| 459 | <!-- In call detail screen, label for call type --> |
| 460 | <string name="call_type">Type</string> |
| 461 | |
| 462 | <!-- Title for incoming call details screen --> |
| 463 | <string name="type_incoming">Incoming call</string> |
| 464 | |
| 465 | <!-- Title for outgoing call details screen --> |
| 466 | <string name="type_outgoing">Outgoing call</string> |
| 467 | |
| 468 | <!-- Title for missed call details screen --> |
| 469 | <string name="type_missed">Missed call</string> |
| 470 | |
| 471 | <!-- In call detail screen, label for call date/time --> |
| 472 | <string name="call_time">Time</string> |
| 473 | |
| 474 | <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time --> |
| 475 | <string name="datetime_relative">"<xliff:g id="datetime" example="Dec 31, 2007, 11:00 am">%1$s</xliff:g> (<xliff:g id="relative" example="4 hours ago">%2$s</xliff:g>)"</string> |
| 476 | |
| 477 | <!-- In call detail screen, label for call duration --> |
| 478 | <string name="call_duration">Duration</string> |
| 479 | |
| 480 | <!-- In call detail screen, header title for actions section --> |
| 481 | <string name="header_actions">Actions</string> |
| 482 | |
| 483 | <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner --> |
| 484 | <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string> |
| 485 | |
| 486 | <!-- In edit contact screen, add more info spinner title --> |
| 487 | <string name="add_more_items">Add more items</string> |
| 488 | |
| 489 | <!-- Action string for calling a phone number. --> |
| 490 | <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string> |
| 491 | |
| 492 | <!-- Action string for sending an email to an email address. --> |
| 493 | <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string> |
| 494 | |
| 495 | <!-- Action string for sending a text message to a phone number. --> |
| 496 | <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string> |
| 497 | |
| 498 | <!-- Action string for sending an instant message to a chat buddy. --> |
| 499 | <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string> |
| 500 | |
| 501 | <!-- Action string for viewing an address on a map. --> |
| 502 | <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string> |
| 503 | |
| 504 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 505 | <string name="actionIncomingCall">Incoming calls</string> |
| 506 | |
| 507 | <!-- Detail text for incoming calls going to voice mail --> |
| 508 | <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string> |
| 509 | |
| 510 | <!-- Description of what the contact specific ringtone is set to --> |
| 511 | <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string> |
| 512 | |
| 513 | <!-- Action string for calling back a number in the call log --> |
| 514 | <string name="callBack">Call back</string> |
| 515 | |
| 516 | <!-- Action string for calling a number in the call log again --> |
| 517 | <string name="callAgain">Call again</string> |
| 518 | |
| 519 | <!-- Action string for returning a missed call in the call log --> |
| 520 | <string name="returnCall">Return call</string> |
| 521 | |
| 522 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" --> |
| 523 | <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 524 | |
| 525 | <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts --> |
| 526 | <string name="favoritesFrquentSeparator">Frequently called</string> |
| 527 | |
| 528 | <!-- Dialog title when prompting before creating a contact --> |
| 529 | <string name="add_contact_dlg_title">Add Contact</string> |
| 530 | <!-- Dialog message when prompting before creating a contact. Includes |
| 531 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 532 | <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string> |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 533 | |
| 534 | <!-- Content description values --> |
| 535 | |
| 536 | <!-- String describing the image on ImageButton one |
| 537 | |
| 538 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 539 | This is especially valuable for views without textual representation like ImageView. |
| 540 | --> |
| 541 | <string name="description_image_button_one">one</string> |
| 542 | |
| 543 | <!-- String describing the image on ImageButton two |
| 544 | |
| 545 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 546 | This is especially valuable for views without textual representation like ImageView. |
| 547 | --> |
| 548 | <string name="description_image_button_two">two</string> |
| 549 | |
| 550 | <!-- String describing the image on ImageButton three |
| 551 | |
| 552 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 553 | This is especially valuable for views without textual representation like ImageView. |
| 554 | --> |
| 555 | <string name="description_image_button_three">three</string> |
| 556 | |
| 557 | <!-- String describing the image on ImageButton four |
| 558 | |
| 559 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 560 | This is especially valuable for views without textual representation like ImageView. |
| 561 | --> |
| 562 | <string name="description_image_button_four">four</string> |
| 563 | |
| 564 | <!-- String describing the image on ImageButton five |
| 565 | |
| 566 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 567 | This is especially valuable for views without textual representation like ImageView. |
| 568 | --> |
| 569 | <string name="description_image_button_five">five</string> |
| 570 | |
| 571 | <!-- String describing the image on ImageButton six |
| 572 | |
| 573 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 574 | This is especially valuable for views without textual representation like ImageView. |
| 575 | --> |
| 576 | <string name="description_image_button_six">six</string> |
| 577 | |
| 578 | <!-- String describing the image on ImageButton seven |
| 579 | |
| 580 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 581 | This is especially valuable for views without textual representation like ImageView. |
| 582 | --> |
| 583 | <string name="description_image_button_seven">seven</string> |
| 584 | |
| 585 | <!-- String describing the image on ImageButton eight |
| 586 | |
| 587 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 588 | This is especially valuable for views without textual representation like ImageView. |
| 589 | --> |
| 590 | <string name="description_image_button_eight">eight</string> |
| 591 | |
| 592 | <!-- String describing the image on ImageButton nine |
| 593 | |
| 594 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 595 | This is especially valuable for views without textual representation like ImageView. |
| 596 | --> |
| 597 | <string name="description_image_button_nine">nine</string> |
| 598 | |
| 599 | <!-- String describing the image on ImageButton star |
| 600 | |
| 601 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 602 | This is especially valuable for views without textual representation like ImageView. |
| 603 | --> |
| 604 | <string name="description_image_button_star">star</string> |
| 605 | |
| 606 | <!-- String describing the image on ImageButton zero |
| 607 | |
| 608 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 609 | This is especially valuable for views without textual representation like ImageView. |
| 610 | --> |
| 611 | <string name="description_image_button_zero">zero</string> |
| 612 | |
| 613 | <!-- String describing the image on ImageButton pound |
| 614 | |
| 615 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 616 | This is especially valuable for views without textual representation like ImageView. |
| 617 | --> |
| 618 | <string name="description_image_button_pound">pound</string> |
| 619 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 620 | <!-- Dialog title shown when SD Card does not exist --> |
| 621 | <string name="no_sdcard_title">No SD Card</string> |
| 622 | |
| 623 | <!-- Dialog message shown when SDcard does not exist --> |
| 624 | <string name="no_sdcard_message">No SD Card detected</string> |
| 625 | |
| 626 | <!-- Dialog title shown when searching VCard data from SD Card --> |
| 627 | <string name="searching_vcard_title">Searching for VCard</string> |
| 628 | |
| 629 | <!-- Dialog title shown when asking a user whether import contact data from SIM or SD Card --> |
| 630 | <string name="select_import_type_title">Where would you like to import contacts from?</string> |
| 631 | |
| 632 | <!-- Action string for selecting SIM for importing contacts --> |
| 633 | <string name="import_from_sim">SIM Card</string> |
| 634 | |
| 635 | <!-- Action string for selecting SD Card for importing contacts --> |
| 636 | <string name="import_from_sdcard">SD Card</string> |
| 637 | |
| 638 | <!-- "Import all VCard files" --> |
| 639 | <string name="import_all_vcard_string">Import all VCard files</string> |
| 640 | |
| 641 | <!-- "Import one VCard file" --> |
| 642 | <string name="import_one_vcard_string">Import one VCard file</string> |
| 643 | |
| 644 | <!-- Dialog message shown when searching VCard data from SD Card --> |
| 645 | <string name="searching_vcard_message">Searching for VCard data on VCard</string> |
| 646 | |
| 647 | <!-- Dialog title shown when searching VCard data failed. --> |
| 648 | <string name="scanning_sdcard_failed_title">Scanning SD Card failed</string> |
| 649 | |
| 650 | <!-- Dialog message shown when searching VCard data failed. --> |
| 651 | <string name="scanning_sdcard_failed_message">Scanning SD Card failed</string> |
| 652 | |
| 653 | <!-- The failed reason: "I/O Error" --> |
| 654 | <string name="fail_reason_io_error">I/O Error</string> |
| 655 | |
| 656 | <!-- The failed reason: "Failed to parse VCard data" --> |
Daisuke Miyakawa | dcc2a9e | 2009-07-17 12:28:26 -0700 | [diff] [blame] | 657 | <string name="fail_reason_vcard_parse_error">Failed to parse VCard with some unexpected reason</string> |
| 658 | |
| 659 | <!-- The failed reason: "The VCard is not supported right now, but may be supported in the future" --> |
| 660 | <string name="fail_reason_vcard_not_supported_error">Failed to parse VCard though it seems in valid format, since the current implementation does not support it</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 661 | |
| 662 | <!-- The failed reason: "There is no VCard file" --> |
| 663 | <string name="fail_reason_no_vcard_file">No VCard file found on SD Card</string> |
| 664 | |
| 665 | <!-- The failed reason: "There is no valid VCard entry in the file(s)" --> |
| 666 | <string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string> |
| 667 | |
| 668 | <!-- Dialog title shown when a user is asked to select VCard file --> |
| 669 | <string name="select_vcard_title">Select VCard file</string> |
| 670 | |
| 671 | <!-- Dialog message shown when a user is asked to choose VCard file --> |
| 672 | <string name="select_vcard_message">Please select a VCard file to import</string> |
| 673 | |
| 674 | <!-- Dialog title shown when reading VCard data --> |
| 675 | <string name="reading_vcard_title">Reading VCard</string> |
| 676 | |
| 677 | <!-- Dialog message shown when reading a VCard file --> |
| 678 | <string name="reading_vcard_message">Reading VCard file(s)</string> |
| 679 | |
| 680 | <!-- Dialog message shown when importing VCard data into local database --> |
| 681 | <string name="importing_vcard_message">Importing VCard data</string> |
| 682 | |
| 683 | <!-- Dialog title shown when reading VCard data failed --> |
| 684 | <string name="reading_vcard_failed_title">Reading of VCard data has failed</string> |
| 685 | |
| 686 | <!-- Dialog message shown when reading VCard data failed --> |
| 687 | <string name="reading_vcard_failed_message">VCard data could not be read\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
| 688 | |
| 689 | <!-- Message while reading one vCard file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")--> |
| 690 | <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string> |
| 691 | |
| 692 | <!-- Message while reading multiple vCard files "(current number) of (total number) files" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")--> |
| 693 | <string name="reading_vcard_files"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> files</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 694 | |
| 695 | <!-- The menu item that launches VCard export activity --> |
| 696 | <string name="export_contact_list">Export contacts</string> |
| 697 | |
| 698 | <!-- Dialog title shown when a user confirms whether he/she export Contact data --> |
| 699 | <string name="confirm_export_title">Confirmation for export</string> |
| 700 | |
| 701 | <!-- Dialog message shown when a user confirms whether he/she export Contact data --> |
| 702 | <string name="confirm_export_message">Is it ok to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string> |
| 703 | |
| 704 | <!-- Dialog title shown when exporting Contact data failed --> |
| 705 | <string name="exporting_contact_failed_title">Exporting contact data has failed</string> |
| 706 | |
| 707 | <!-- Dialog message shown when exporting Contact data failed --> |
| 708 | <string name="exporting_contact_failed_message">Exporting contact data has failed\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
| 709 | |
| 710 | <!-- The failed reason: "Too many vcard files on the SD Card" --> |
| 711 | <string name="fail_reason_too_many_vcard">Too many VCard data on the SD Card</string> |
| 712 | |
Daisuke Miyakawa | db5e62d | 2009-07-17 17:50:31 -0700 | [diff] [blame] | 713 | <!-- The failed reason: "Too long filename". This error usually does not happen. --> |
| 714 | <string name="fail_reason_too_long_filename">Too long filename is required (\"<xliff:g id="filename">%s</xliff:g>\")</string> |
| 715 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 716 | <!-- The failed reason: "Cannot open or create the destination directory" --> |
| 717 | <string name="fail_reason_cannot_open_destination_dir">Cannot open or create the destination directory\"<xliff:g id="dir_name">%s</xliff:g>\"</string> |
| 718 | |
| 719 | <!-- Dialog title shown when the application is exporting contact data outside --> |
| 720 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 721 | |
| 722 | <!-- Message shown when the application is exporting contact data outside --> |
| 723 | <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string> |
| 724 | |
| 725 | <!-- The failed reason: "Could not initialize the exporter" --> |
| 726 | <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
| 727 | |
| 728 | <!-- The failed reason: "Error occured during export" --> |
| 729 | <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
| 730 | |
| 731 | <!-- The failed reason: "Could not open a specific file" --> |
| 732 | <string name="fail_reason_could_not_open_file">Could not open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g></string> |
| 733 | |
| 734 | <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")--> |
| 735 | <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string> |
Mike LeBeau | 98d6927 | 2009-06-30 18:34:49 -0700 | [diff] [blame] | 736 | |
| 737 | <!-- The string used to describe Contacts as a searchable item within system search settings. --> |
Mike LeBeau | 2cc7c87 | 2009-07-17 09:58:31 -0700 | [diff] [blame] | 738 | <string name="search_settings_description">Names of your contacts</string> |
Reli Tal | c2a2a51 | 2009-06-10 16:48:00 -0400 | [diff] [blame] | 739 | |
| 740 | <!-- Menu items for dialpad options as part of Pause and Wait ftr --> |
| 741 | <string name="add_2sec_pause">Add 2-sec Pause</string> |
| 742 | <string name="add_wait">Add Wait</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame^] | 743 | |
| 744 | <!-- Label for onscreen "Dial" button --> |
| 745 | <string name="dial_button_label">Dial</string> |
| 746 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 747 | </resources> |