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 | |
Evan Millar | 45e0ed3 | 2009-06-01 16:44:38 -0700 | [diff] [blame] | 118 | <!-- Menu item that makes an email address the default for a contact. The default email used |
| 119 | when you try to email a contact without specifying a specific address. --> |
| 120 | <string name="menu_makeDefaultEmail">Make default email</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 121 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 122 | <!-- Menu item that splits an item from the contact detail into a separate aggregate --> |
| 123 | <string name="menu_splitAggregate">Split</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 124 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 125 | <!-- Dialog title for the list of constituent contacts in the split aggregate dialog. --> |
| 126 | <string name="splitAggregate_title">Split contact</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 127 | |
| 128 | <!-- Toast shown after a contact has been split from an aggregate by a user action --> |
| 129 | <string name="contactsSplitMessage">Contact split</string> |
| 130 | |
| 131 | <!-- Menu item that joins an aggregate with another aggregate --> |
| 132 | <string name="menu_joinAggregate">Join</string> |
| 133 | |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 134 | <!-- Activity title for the Join Contact list --> |
| 135 | <string name="titleJoinAggregate">Join contact</string> |
| 136 | |
| 137 | <!-- List separator for the Join Contact list: Suggestions --> |
| 138 | <string name="separatorJoinAggregateSuggestions">Suggestions</string> |
| 139 | |
| 140 | <!-- List separator for the Join Contact list: A-Z --> |
| 141 | <string name="separatorJoinAggregateAll">All contacts</string> |
| 142 | |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 143 | <!-- Toast shown after two contacts have been joined by a user action --> |
| 144 | <string name="contactsJoinedMessage">Contacts joined</string> |
| 145 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 146 | <!-- Menu item that opens the Options activity for a given contact --> |
| 147 | <string name="menu_contactOptions">Options</string> |
| 148 | |
| 149 | <!-- Title for the Options activity for a given contact --> |
| 150 | <string name="contactOptionsTitle">Options</string> |
| 151 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 152 | <!-- Confirmation dialog title after users selects to delete a contact. --> |
| 153 | <string name="deleteConfirmation_title">Delete</string> |
| 154 | |
| 155 | <!-- Confirmation dialog contents after users selects to delete a contact. --> |
| 156 | <string name="deleteConfirmation">This contact will be deleted.</string> |
| 157 | |
| 158 | <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> |
| 159 | <string name="menu_done">Done</string> |
| 160 | |
| 161 | <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made --> |
| 162 | <string name="menu_doNotSave">Revert</string> |
| 163 | |
| 164 | <!-- The title of the activity that edits and existing contact --> |
| 165 | <string name="editContact_title_edit">Edit contact</string> |
| 166 | |
| 167 | <!-- The title of the activity that creates a new contact --> |
| 168 | <string name="editContact_title_insert">New contact</string> |
| 169 | |
| 170 | <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address --> |
| 171 | <string name="menu_addItem">More info</string> |
| 172 | |
| 173 | <!-- The label describing the phonetic pronunciation/reading of a contact name --> |
| 174 | <string name="label_phonetic_name">Phonetic</string> |
| 175 | |
| 176 | <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact --> |
| 177 | <string name="label_notes">Notes</string> |
| 178 | |
| 179 | <!-- The label describing the custom ringtone for a contact --> |
| 180 | <string name="label_ringtone">Ringtone</string> |
| 181 | |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 182 | <!-- The label for a list of all the groups that the contact is associated with --> |
| 183 | <string name="label_groups">Groups</string> |
| 184 | |
| 185 | <!-- Provides a delimeter in a list of groups. For example, "g1, g2" has ", g2" generated using this string --> |
| 186 | <string name="group_list">, <xliff:g id="groupName">%s</xliff:g></string> |
| 187 | |
Alex Kennberg | bd7e123 | 2009-03-27 10:28:23 -0700 | [diff] [blame] | 188 | <!-- Menu item used to send user to the edit contact screen --> |
| 189 | <string name="menu_viewGroup">Edit groups</string> |
| 190 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 191 | <!-- Hint text for the contact name when editing --> |
| 192 | <string name="ghostData_name">First and Last</string> |
| 193 | |
| 194 | <!-- Hint text for the phonetic reading of the contact name when editing --> |
| 195 | <string name="ghostData_phonetic_name">Phonetic name</string> |
| 196 | |
| 197 | <!-- Hint text for the organization name when editing --> |
| 198 | <string name="ghostData_company">Company</string> |
| 199 | |
| 200 | <!-- Hint text for the organization position when editing --> |
| 201 | <string name="ghostData_title">Position</string> |
| 202 | |
| 203 | <!-- Hint text for an IM account when editing --> |
| 204 | <string name="ghostData_im">IM name</string> |
| 205 | |
| 206 | <!-- Hint text for the notes field when editing --> |
| 207 | <string name="ghostData_notes">My note</string> |
| 208 | |
| 209 | <!-- Hint text for the phone number field when editing --> |
| 210 | <string name="ghostData_phone">Phone number</string> |
| 211 | |
| 212 | <!-- Hint text for the email address field when editing --> |
| 213 | <string name="ghostData_email">Email address</string> |
| 214 | |
| 215 | <!-- Hint text for the postal address field when editing --> |
| 216 | <string name="ghostData_postal">Postal address</string> |
| 217 | |
Alex Kennberg | 87fc317 | 2009-03-28 06:43:06 -0700 | [diff] [blame] | 218 | <!-- Hint text for the group field when editing --> |
| 219 | <string name="ghostData_group">Display group</string> |
| 220 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 221 | <!-- Message displayed in a toast when you try to view the details of a contact that |
| 222 | for some reason doesn't exist anymore. --> |
| 223 | <string name="invalidContactMessage">The contact does not exist.</string> |
| 224 | |
| 225 | <!-- When picking a contact from a list of all contacts there is an entry at the top of the |
| 226 | list that allows the user to create a new contact, which this string is used for --> |
| 227 | <string name="pickerNewContactHeader">Create new contact</string> |
| 228 | |
| 229 | <!-- Dialog title when you select a label when creating or edit a contact --> |
| 230 | <string name="selectLabel">Select label</string> |
| 231 | |
| 232 | <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> |
| 233 | <string name="phoneLabelsGroup">Phone</string> |
| 234 | |
| 235 | <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact --> |
| 236 | <string name="emailLabelsGroup">Email</string> |
| 237 | |
| 238 | <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact --> |
| 239 | <string name="imLabelsGroup">IM</string> |
| 240 | |
| 241 | <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact --> |
| 242 | <string name="postalLabelsGroup">Postal address</string> |
| 243 | |
| 244 | <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations --> |
| 245 | <string name="otherLabelsGroup">Other</string> |
| 246 | |
| 247 | <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> |
| 248 | <skip/> |
| 249 | <!-- The labels that are under the otherLabelsGroup when editing a contact. --> |
| 250 | <string-array name="otherLabels"> |
| 251 | <!-- An organization associated with a contact --> |
| 252 | <item>Organization</item> |
| 253 | <!-- A note associated with a contact --> |
| 254 | <item>Note</item> |
| 255 | </string-array> |
| 256 | |
| 257 | <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 258 | <string name="errorDialogTitle">No pictures</string> |
| 259 | |
| 260 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 261 | <string name="photoPickerNotFoundText">No pictures are available on the phone.</string> |
| 262 | |
| 263 | <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact --> |
| 264 | <string name="attachToContact">Contact icon</string> |
| 265 | |
| 266 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 267 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 268 | <string name="customLabelPickerTitle">Custom label name</string> |
| 269 | |
| 270 | <!-- The menu item to open the list of groups to display --> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 271 | <string name="menu_displayGroup">Display groups</string> |
| 272 | |
| 273 | <!-- Title of activity that lets user pick which contact groups to display --> |
| 274 | <string name="displayGroups">Display groups</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 275 | |
| 276 | <!-- The menu item that leads to the settings for contact syncing --> |
| 277 | <string name="syncGroupPreference">Edit sync groups</string> |
| 278 | |
| 279 | <!-- The menu item that launches the SIM card import activity --> |
| 280 | <string name="importFromSim">Import contacts</string> |
| 281 | |
| 282 | <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> |
| 283 | <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> |
| 284 | |
| 285 | <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail --> |
| 286 | <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string> |
| 287 | |
| 288 | <!-- String used to indicate that a contact doesn't have a custom ringtone --> |
| 289 | <string name="default_ringtone">Default</string> |
| 290 | |
| 291 | <!-- The button/menu item that allows you to add a picture to a contact --> |
| 292 | <string name="addPicture">Add icon</string> |
| 293 | |
| 294 | <!-- The menu item that allows you to remove a picture from a contact --> |
| 295 | <string name="removePicture">Remove icon</string> |
| 296 | |
| 297 | <!-- The text displayed when the contacts list is empty while displaying all contacts --> |
| 298 | <string name="noContacts">No contacts.</string> |
| 299 | |
| 300 | <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers --> |
| 301 | <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string> |
| 302 | |
| 303 | <!-- The text displayed when the contacts list is empty while displaying favorite contacts --> |
| 304 | <string name="noFavorites">No favorites.</string> |
| 305 | |
| 306 | <!-- Title for group selection dialog. The dialog contains a list of contact groups that the |
| 307 | user can pick from, indicating they only want to see the contacts in that group. --> |
| 308 | <string name="select_group_title">Groups</string> |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 309 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 310 | <!-- The text displayed when the contacts list is empty while displaying a single group of contacts --> |
| 311 | <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string> |
| 312 | |
| 313 | <!-- The description of all groups when asking the user what they want to display --> |
| 314 | <string name="showAllGroups">All contacts</string> |
| 315 | |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 316 | <!-- The title of the filter to only show contacts with phone numbers --> |
| 317 | <string name="showFilterPhones">Only contacts with phones</string> |
| 318 | |
| 319 | <!-- The description of the filter to only show contacts with phone numbers --> |
| 320 | <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string> |
| 321 | |
| 322 | <!-- The header over the list of all contacts groups --> |
| 323 | <string name="headerContactGroups">Contact groups</string> |
| 324 | |
| 325 | <!-- The description of a group with the total number of contacts --> |
| 326 | <plurals name="groupDescrip"> |
| 327 | <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item> |
| 328 | </plurals> |
| 329 | |
| 330 | <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers --> |
| 331 | <plurals name="groupDescripPhones"> |
| 332 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item> |
| 333 | </plurals> |
| 334 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 335 | <!-- The setting to sync all contacts from the server --> |
| 336 | <string name="syncAllGroups">Sync all contacts</string> |
| 337 | |
| 338 | <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI --> |
| 339 | <string name="groupNameMyContacts">My Contacts</string> |
| 340 | |
| 341 | <!-- The group type that displays only contacts with phone numbers --> |
| 342 | <string name="groupNameWithPhones">Contacts with phone numbers</string> |
| 343 | |
Evan Millar | 56f996e | 2009-03-24 21:09:37 -0700 | [diff] [blame] | 344 | <!-- The group type that displays "Starred in Android" contacts --> |
| 345 | <string name="starredInAndroid">Starred in Android</string> |
| 346 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 347 | <!-- Toast displayed when a contact is created --> |
| 348 | <string name="contactCreatedToast">Contact created.</string> |
| 349 | |
| 350 | <!-- Toast displayed when a contact is saved --> |
| 351 | <string name="contactSavedToast">Contact saved.</string> |
| 352 | |
| 353 | <!-- Separator in the contact details list describing that the items below it will place a call when clicked --> |
| 354 | <string name="listSeparatorCallNumber">Dial number</string> |
| 355 | |
| 356 | <!-- Section header in the Edit Contacts screen for phone numbers --> |
| 357 | <string name="listSeparatorCallNumber_edit">Phone numbers</string> |
| 358 | |
| 359 | <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number --> |
| 360 | <string name="listSeparatorSendSmsMms">Send SMS/MMS</string> |
| 361 | |
| 362 | <!-- Separator in the contact details list describing that the items below it will send an email --> |
| 363 | <string name="listSeparatorSendEmail">Send email</string> |
| 364 | |
| 365 | <!-- Section header in the Edit Contacts screen for E-mail addresses --> |
| 366 | <string name="listSeparatorSendEmail_edit">Email addresses</string> |
| 367 | |
| 368 | <!-- Separator in the contact details list describing that the items below it will send an IM --> |
| 369 | <string name="listSeparatorSendIm">Send instant message</string> |
| 370 | |
| 371 | <!-- Section header in the Edit Contacts screen for Instant messanger accounts --> |
| 372 | <string name="listSeparatorSendIm_edit">Chat addresses</string> |
| 373 | |
| 374 | <!-- Separator in the contact details list describing that the items below it will open maps with the given address --> |
| 375 | <string name="listSeparatorMapAddress">Map address</string> |
| 376 | |
| 377 | <!-- Section header in the Edit Contacts screen for map addresses --> |
| 378 | <string name="listSeparatorMapAddress_edit">Postal addresses</string> |
| 379 | |
| 380 | <!-- Separator in the contact details list describing that the items below are non-actionable organization information --> |
| 381 | <string name="listSeparatorOrganizations">Organizations</string> |
| 382 | |
The Android Open Source Project | cac191e | 2009-03-18 22:20:27 -0700 | [diff] [blame] | 383 | <!-- Separator in the contact details list describing that the items below are non-actionable group information --> |
| 384 | <string name="listSeparatorGroups">Groups</string> |
| 385 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 386 | <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact --> |
| 387 | <string name="listSeparatorOtherInformation">Other information</string> |
| 388 | |
| 389 | <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone --> |
| 390 | <string name="listSeparatorOtherInformation_edit">Other options</string> |
| 391 | |
| 392 | <!-- Section header in the Edit Contacts screen for the "Add more items" button --> |
| 393 | <string name="listSeparatorMore_edit">More</string> |
| 394 | |
Dmitri Plotnikov | 3a0e259 | 2009-05-11 17:49:53 -0700 | [diff] [blame] | 395 | <!-- The description text for the social activity stream tab. Space is limited for this string, so the shorter the better --> |
| 396 | <string name="socialStreamIconLabel">Social</string> |
Dmitri Plotnikov | 06191cd | 2009-05-07 14:11:52 -0700 | [diff] [blame] | 397 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 398 | <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better --> |
| 399 | <string name="contactsIconLabel">Contacts</string> |
| 400 | |
| 401 | <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better --> |
| 402 | <string name="contactsFavoritesLabel">Favorites</string> |
| 403 | |
| 404 | <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better --> |
| 405 | <string name="dialerIconLabel">Dialer</string> |
| 406 | |
| 407 | <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better --> |
| 408 | <string name="recentCallsIconLabel">Call log</string> |
| 409 | <string name="liveFolderAll">All contacts</string> |
| 410 | <string name="liveFolderFavorites">Starred contacts</string> |
| 411 | <string name="liveFolderPhone">Contacts with phone numbers</string> |
| 412 | |
| 413 | <!-- Menu item used to send an SMS or MMS message to a phone number --> |
| 414 | <string name="menu_sendTextMessage">Send SMS message</string> |
| 415 | |
| 416 | <!-- Menu item used to call a contact from the call log --> |
| 417 | <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 418 | |
| 419 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 420 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 421 | |
| 422 | <!-- Menu item used to add a number from the call log to contacts --> |
| 423 | <string name="recentCalls_addToContact">Add to contacts</string> |
| 424 | |
| 425 | <!-- Menu item used to remove a single call from the call log --> |
| 426 | <string name="recentCalls_removeFromRecentList">Remove from call log</string> |
| 427 | |
| 428 | <!-- Menu item used to remove all calls from the call log --> |
| 429 | <string name="recentCalls_deleteAll">Clear call log</string> |
| 430 | |
| 431 | <!-- Text displayed when the call log is empty --> |
| 432 | <string name="recentCalls_empty">Call log is empty.</string> |
| 433 | |
| 434 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 435 | <string name="imei">IMEI</string> |
| 436 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 437 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 438 | <string name="meid">MEID</string> |
| 439 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 440 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 441 | <string name="voicemail">Voicemail</string> |
| 442 | |
| 443 | <!-- String used to display calls from unknown numbers in the call log --> |
| 444 | <string name="unknown">Unknown</string> |
| 445 | |
| 446 | <!-- String used to display calls from private numbers in the call log --> |
| 447 | <string name="private_num">Private number</string> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 448 | |
| 449 | <!-- String used to display calls from pay phone in the call log --> |
| 450 | <string name="payphone">Pay phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 451 | |
| 452 | <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| 453 | to dial using the physical keyboard --> |
| 454 | <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| 455 | |
| 456 | <!-- Hint text displayed in the "digits" field above the dialer's |
| 457 | dialpad, if there's already a call in progress. (This hint |
| 458 | reminds the user that the dialer will add a new call, as opposed |
| 459 | to sending DTMF tones over the current call.) --> |
| 460 | <string name="dialerDialpadHintText">Dial to add a call</string> |
| 461 | |
| 462 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 463 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 464 | |
| 465 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 466 | <string name="simContacts_title">SIM card contacts</string> |
| 467 | |
| 468 | <!-- Displayed when a user is prompted to setup a Google account for syncing --> |
| 469 | <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font> |
| 470 | \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string> |
| 471 | |
| 472 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled --> |
| 473 | <string name="noContactsHelpText">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n |
| 474 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 475 | \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>" |
| 476 | </string> |
| 477 | |
| 478 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled --> |
| 479 | <string name="noContactsHelpTextWithSync">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n |
| 480 | \n<li><font fgcolor="#ffffffff"><b>Edit sync groups</b></font> to add from a new or existing Google account\n</li> |
| 481 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 482 | \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>" |
| 483 | </string> |
| 484 | |
| 485 | <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server --> |
| 486 | <string name="seclectSyncGroups_title">Select groups to sync</string> |
| 487 | |
| 488 | <!-- Live folder label for all contacts --> |
| 489 | <string name="liveFolder_all_label">All Contacts</string> |
| 490 | |
| 491 | <!-- Live folder label for only starred contacts --> |
| 492 | <string name="liveFolder_favorites_label">Starred</string> |
| 493 | |
| 494 | <!-- Live folder label for all contacts with phone numbers --> |
| 495 | <string name="liveFolder_phones_label">Phones</string> |
| 496 | |
| 497 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 498 | (Part of a list of options shown in the dialer when another call |
| 499 | is already in progress.) --> |
| 500 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 501 | |
| 502 | <!-- Item label: jump to the in-call UI. |
| 503 | (Part of a list of options shown in the dialer when another call |
| 504 | is already in progress.) --> |
| 505 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 506 | |
| 507 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 508 | (Part of a list of options shown in the dialer when another call |
| 509 | is already in progress.) --> |
| 510 | <string name="dialer_addAnotherCall">Add call</string> |
| 511 | |
| 512 | <!-- Title bar for call detail screen --> |
| 513 | <string name="callDetailTitle">Call details</string> |
| 514 | |
| 515 | <!-- Toast for call detail screen when couldn't read the requested details --> |
| 516 | <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string> |
| 517 | |
| 518 | <!-- In call detail screen, label for call type --> |
| 519 | <string name="call_type">Type</string> |
| 520 | |
| 521 | <!-- Title for incoming call details screen --> |
| 522 | <string name="type_incoming">Incoming call</string> |
| 523 | |
| 524 | <!-- Title for outgoing call details screen --> |
| 525 | <string name="type_outgoing">Outgoing call</string> |
| 526 | |
| 527 | <!-- Title for missed call details screen --> |
| 528 | <string name="type_missed">Missed call</string> |
| 529 | |
| 530 | <!-- In call detail screen, label for call date/time --> |
| 531 | <string name="call_time">Time</string> |
| 532 | |
| 533 | <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time --> |
| 534 | <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> |
| 535 | |
| 536 | <!-- In call detail screen, label for call duration --> |
| 537 | <string name="call_duration">Duration</string> |
| 538 | |
| 539 | <!-- In call detail screen, header title for actions section --> |
| 540 | <string name="header_actions">Actions</string> |
| 541 | |
| 542 | <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner --> |
| 543 | <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string> |
| 544 | |
| 545 | <!-- In edit contact screen, add more info spinner title --> |
| 546 | <string name="add_more_items">Add more items</string> |
| 547 | |
| 548 | <!-- Action string for calling a phone number. --> |
| 549 | <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string> |
| 550 | |
| 551 | <!-- Action string for sending an email to an email address. --> |
| 552 | <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string> |
| 553 | |
| 554 | <!-- Action string for sending a text message to a phone number. --> |
| 555 | <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string> |
| 556 | |
| 557 | <!-- Action string for sending an instant message to a chat buddy. --> |
| 558 | <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string> |
| 559 | |
| 560 | <!-- Action string for viewing an address on a map. --> |
| 561 | <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string> |
| 562 | |
| 563 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 564 | <string name="actionIncomingCall">Incoming calls</string> |
| 565 | |
| 566 | <!-- Detail text for incoming calls going to voice mail --> |
| 567 | <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string> |
| 568 | |
| 569 | <!-- Description of what the contact specific ringtone is set to --> |
| 570 | <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string> |
| 571 | |
| 572 | <!-- Action string for calling back a number in the call log --> |
| 573 | <string name="callBack">Call back</string> |
| 574 | |
| 575 | <!-- Action string for calling a number in the call log again --> |
| 576 | <string name="callAgain">Call again</string> |
| 577 | |
| 578 | <!-- Action string for returning a missed call in the call log --> |
| 579 | <string name="returnCall">Return call</string> |
| 580 | |
| 581 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" --> |
| 582 | <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] | 583 | |
| 584 | <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts --> |
| 585 | <string name="favoritesFrquentSeparator">Frequently called</string> |
| 586 | |
| 587 | <!-- Dialog title when prompting before creating a contact --> |
| 588 | <string name="add_contact_dlg_title">Add Contact</string> |
| 589 | <!-- Dialog message when prompting before creating a contact. Includes |
| 590 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 591 | <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] | 592 | |
Evan Millar | 7911ff5 | 2009-07-21 15:55:18 -0700 | [diff] [blame] | 593 | <!-- Label for the all data tab in the view and edit card --> |
| 594 | <string name="all_tab_label">All</string> |
Jeff Hamilton | e052966 | 2009-08-21 02:43:47 -0500 | [diff] [blame] | 595 | |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 596 | <!-- Content description values --> |
| 597 | |
| 598 | <!-- String describing the image on ImageButton one |
| 599 | |
| 600 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 601 | This is especially valuable for views without textual representation like ImageView. |
| 602 | --> |
| 603 | <string name="description_image_button_one">one</string> |
| 604 | |
| 605 | <!-- String describing the image on ImageButton two |
| 606 | |
| 607 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 608 | This is especially valuable for views without textual representation like ImageView. |
| 609 | --> |
| 610 | <string name="description_image_button_two">two</string> |
| 611 | |
| 612 | <!-- String describing the image on ImageButton three |
| 613 | |
| 614 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 615 | This is especially valuable for views without textual representation like ImageView. |
| 616 | --> |
| 617 | <string name="description_image_button_three">three</string> |
| 618 | |
| 619 | <!-- String describing the image on ImageButton four |
| 620 | |
| 621 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 622 | This is especially valuable for views without textual representation like ImageView. |
| 623 | --> |
| 624 | <string name="description_image_button_four">four</string> |
| 625 | |
| 626 | <!-- String describing the image on ImageButton five |
| 627 | |
| 628 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 629 | This is especially valuable for views without textual representation like ImageView. |
| 630 | --> |
| 631 | <string name="description_image_button_five">five</string> |
| 632 | |
| 633 | <!-- String describing the image on ImageButton six |
| 634 | |
| 635 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 636 | This is especially valuable for views without textual representation like ImageView. |
| 637 | --> |
| 638 | <string name="description_image_button_six">six</string> |
| 639 | |
| 640 | <!-- String describing the image on ImageButton seven |
| 641 | |
| 642 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 643 | This is especially valuable for views without textual representation like ImageView. |
| 644 | --> |
| 645 | <string name="description_image_button_seven">seven</string> |
| 646 | |
| 647 | <!-- String describing the image on ImageButton eight |
| 648 | |
| 649 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 650 | This is especially valuable for views without textual representation like ImageView. |
| 651 | --> |
| 652 | <string name="description_image_button_eight">eight</string> |
| 653 | |
| 654 | <!-- String describing the image on ImageButton nine |
| 655 | |
| 656 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 657 | This is especially valuable for views without textual representation like ImageView. |
| 658 | --> |
| 659 | <string name="description_image_button_nine">nine</string> |
| 660 | |
| 661 | <!-- String describing the image on ImageButton star |
| 662 | |
| 663 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 664 | This is especially valuable for views without textual representation like ImageView. |
| 665 | --> |
| 666 | <string name="description_image_button_star">star</string> |
| 667 | |
| 668 | <!-- String describing the image on ImageButton zero |
| 669 | |
| 670 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 671 | This is especially valuable for views without textual representation like ImageView. |
| 672 | --> |
| 673 | <string name="description_image_button_zero">zero</string> |
| 674 | |
| 675 | <!-- String describing the image on ImageButton pound |
| 676 | |
| 677 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 678 | This is especially valuable for views without textual representation like ImageView. |
| 679 | --> |
| 680 | <string name="description_image_button_pound">pound</string> |
| 681 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 682 | <!-- Dialog title shown when SD Card does not exist --> |
| 683 | <string name="no_sdcard_title">No SD Card</string> |
| 684 | |
| 685 | <!-- Dialog message shown when SDcard does not exist --> |
| 686 | <string name="no_sdcard_message">No SD Card detected</string> |
| 687 | |
| 688 | <!-- Dialog title shown when searching VCard data from SD Card --> |
| 689 | <string name="searching_vcard_title">Searching for VCard</string> |
| 690 | |
| 691 | <!-- Dialog title shown when asking a user whether import contact data from SIM or SD Card --> |
| 692 | <string name="select_import_type_title">Where would you like to import contacts from?</string> |
| 693 | |
| 694 | <!-- Action string for selecting SIM for importing contacts --> |
| 695 | <string name="import_from_sim">SIM Card</string> |
| 696 | |
| 697 | <!-- Action string for selecting SD Card for importing contacts --> |
| 698 | <string name="import_from_sdcard">SD Card</string> |
| 699 | |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame^] | 700 | <!-- "Import one vCard file" --> |
| 701 | <string name="import_one_vcard_string">Import one vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 702 | |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame^] | 703 | <!-- "Import more than one vCard --> |
| 704 | <string name="import_multiple_vcard_string">Import multiple vCard files</string> |
| 705 | |
| 706 | <!-- "Import all vCard files" --> |
| 707 | <string name="import_all_vcard_string">Import all vCard files</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 708 | |
| 709 | <!-- Dialog message shown when searching VCard data from SD Card --> |
| 710 | <string name="searching_vcard_message">Searching for VCard data on VCard</string> |
| 711 | |
| 712 | <!-- Dialog title shown when searching VCard data failed. --> |
| 713 | <string name="scanning_sdcard_failed_title">Scanning SD Card failed</string> |
| 714 | |
| 715 | <!-- Dialog message shown when searching VCard data failed. --> |
| 716 | <string name="scanning_sdcard_failed_message">Scanning SD Card failed</string> |
| 717 | |
| 718 | <!-- The failed reason: "I/O Error" --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame^] | 719 | <string name="fail_reason_io_error">I/O Error (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 720 | |
| 721 | <!-- The failed reason: "Failed to parse VCard data" --> |
Daisuke Miyakawa | dcc2a9e | 2009-07-17 12:28:26 -0700 | [diff] [blame] | 722 | <string name="fail_reason_vcard_parse_error">Failed to parse VCard with some unexpected reason</string> |
| 723 | |
| 724 | <!-- The failed reason: "The VCard is not supported right now, but may be supported in the future" --> |
| 725 | <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] | 726 | |
| 727 | <!-- The failed reason: "There is no VCard file" --> |
| 728 | <string name="fail_reason_no_vcard_file">No VCard file found on SD Card</string> |
| 729 | |
| 730 | <!-- The failed reason: "There is no valid VCard entry in the file(s)" --> |
| 731 | <string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string> |
| 732 | |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame^] | 733 | <!-- The failed reason: "One or more files failed to be imported." --> |
| 734 | <string name="fail_reason_failed_to_read_files">One or more files failed to be imported.</string> |
| 735 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 736 | <!-- Dialog title shown when a user is asked to select VCard file --> |
| 737 | <string name="select_vcard_title">Select VCard file</string> |
| 738 | |
| 739 | <!-- Dialog message shown when a user is asked to choose VCard file --> |
| 740 | <string name="select_vcard_message">Please select a VCard file to import</string> |
| 741 | |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame^] | 742 | <!-- The message shown while reading a vCard file/entry. The first argument is like |
| 743 | "Reading VCard" or "Reading VCard files" and the second is the display name of the current |
| 744 | data being parsed --> |
| 745 | <string name="progress_shower_message">%s\n%s</string> |
| 746 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 747 | <!-- Dialog title shown when reading VCard data --> |
| 748 | <string name="reading_vcard_title">Reading VCard</string> |
| 749 | |
| 750 | <!-- Dialog message shown when reading a VCard file --> |
| 751 | <string name="reading_vcard_message">Reading VCard file(s)</string> |
| 752 | |
| 753 | <!-- Dialog message shown when importing VCard data into local database --> |
| 754 | <string name="importing_vcard_message">Importing VCard data</string> |
| 755 | |
| 756 | <!-- Dialog title shown when reading VCard data failed --> |
| 757 | <string name="reading_vcard_failed_title">Reading of VCard data has failed</string> |
| 758 | |
| 759 | <!-- Dialog message shown when reading VCard data failed --> |
| 760 | <string name="reading_vcard_failed_message">VCard data could not be read\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
| 761 | |
| 762 | <!-- 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)")--> |
| 763 | <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string> |
| 764 | |
| 765 | <!-- 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)")--> |
| 766 | <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] | 767 | |
| 768 | <!-- The menu item that launches VCard export activity --> |
| 769 | <string name="export_contact_list">Export contacts</string> |
| 770 | |
| 771 | <!-- Dialog title shown when a user confirms whether he/she export Contact data --> |
| 772 | <string name="confirm_export_title">Confirmation for export</string> |
| 773 | |
| 774 | <!-- Dialog message shown when a user confirms whether he/she export Contact data --> |
| 775 | <string name="confirm_export_message">Is it ok to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string> |
| 776 | |
| 777 | <!-- Dialog title shown when exporting Contact data failed --> |
| 778 | <string name="exporting_contact_failed_title">Exporting contact data has failed</string> |
| 779 | |
| 780 | <!-- Dialog message shown when exporting Contact data failed --> |
| 781 | <string name="exporting_contact_failed_message">Exporting contact data has failed\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
| 782 | |
| 783 | <!-- The failed reason: "Too many vcard files on the SD Card" --> |
| 784 | <string name="fail_reason_too_many_vcard">Too many VCard data on the SD Card</string> |
| 785 | |
Daisuke Miyakawa | db5e62d | 2009-07-17 17:50:31 -0700 | [diff] [blame] | 786 | <!-- The failed reason: "Too long filename". This error usually does not happen. --> |
| 787 | <string name="fail_reason_too_long_filename">Too long filename is required (\"<xliff:g id="filename">%s</xliff:g>\")</string> |
| 788 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 789 | <!-- The failed reason: "Cannot open or create the destination directory" --> |
| 790 | <string name="fail_reason_cannot_open_destination_dir">Cannot open or create the destination directory\"<xliff:g id="dir_name">%s</xliff:g>\"</string> |
| 791 | |
| 792 | <!-- Dialog title shown when the application is exporting contact data outside --> |
| 793 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 794 | |
| 795 | <!-- Message shown when the application is exporting contact data outside --> |
| 796 | <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string> |
| 797 | |
| 798 | <!-- The failed reason: "Could not initialize the exporter" --> |
| 799 | <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
| 800 | |
| 801 | <!-- The failed reason: "Error occured during export" --> |
| 802 | <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
| 803 | |
| 804 | <!-- The failed reason: "Could not open a specific file" --> |
| 805 | <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> |
| 806 | |
| 807 | <!-- 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)")--> |
| 808 | <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] | 809 | |
| 810 | <!-- 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] | 811 | <string name="search_settings_description">Names of your contacts</string> |
Reli Tal | c2a2a51 | 2009-06-10 16:48:00 -0400 | [diff] [blame] | 812 | |
| 813 | <!-- Menu items for dialpad options as part of Pause and Wait ftr --> |
| 814 | <string name="add_2sec_pause">Add 2-sec Pause</string> |
| 815 | <string name="add_wait">Add Wait</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 816 | |
| 817 | <!-- Label for onscreen "Dial" button --> |
| 818 | <string name="dial_button_label">Dial</string> |
| 819 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 820 | <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application |
| 821 | was found that could perform the selected action --> |
| 822 | <string name="fasttrack_missing_app">No application found to handle this action</string> |
| 823 | |
| 824 | <!-- Shown as the header name for a person when the name is missing or unknown. --> |
| 825 | <string name="fasttrack_missing_name">Unknown</string> |
| 826 | |
| 827 | <!-- Shown as the social status snippet for a person when no social updates exist. --> |
| 828 | <string name="fasttrack_missing_status">No recent updates</string> |
| 829 | |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 830 | <!-- The menu item to open the list of accounts --> |
| 831 | <string name="menu_accounts">Accounts</string> |
| 832 | |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 833 | <!-- TODO: add comments to each of these strings to prepare for translation --> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 834 | <string name="nameLabelsGroup">Name</string> |
| 835 | <string name="nicknameLabelsGroup">Nickname</string> |
| 836 | <string name="organizationLabelsGroup">Organization</string> |
| 837 | <string name="websiteLabelsGroup">Website</string> |
| 838 | |
| 839 | <string name="type_home">Home</string> |
| 840 | <string name="type_mobile">Mobile</string> |
| 841 | <string name="type_work">Work</string> |
| 842 | <string name="type_fax_work">Work Fax</string> |
| 843 | <string name="type_fax_home">Home Fax</string> |
| 844 | <string name="type_pager">Pager</string> |
| 845 | <string name="type_other">Other</string> |
| 846 | <string name="type_custom">Custom</string> |
| 847 | |
| 848 | <!-- exchange specific --> |
| 849 | <string name="type_home_2">Home 2</string> |
| 850 | <string name="type_work_2">Work 2</string> |
| 851 | <string name="type_car">Car</string> |
| 852 | <string name="type_company_main">Company Main</string> |
| 853 | <string name="type_mms">MMS</string> |
| 854 | <string name="type_radio">Radio</string> |
| 855 | <string name="type_assistant">Assistant</string> |
| 856 | |
| 857 | <string name="type_email_1">Email 1</string> |
| 858 | <string name="type_email_2">Email 2</string> |
| 859 | <string name="type_email_3">Email 3</string> |
| 860 | |
Jeff Sharkey | e731d42 | 2009-07-28 21:12:43 -0700 | [diff] [blame] | 861 | <string name="type_im_1">Im 1</string> |
| 862 | <string name="type_im_2">Im 2</string> |
| 863 | <string name="type_im_3">Im 3</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 864 | |
| 865 | <string name="type_im_aim">AIM</string> |
Jeff Sharkey | e731d42 | 2009-07-28 21:12:43 -0700 | [diff] [blame] | 866 | <string name="type_im_msn">Windows Live</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 867 | <string name="type_im_yahoo">Yahoo</string> |
| 868 | <string name="type_im_skype">Skype</string> |
| 869 | <string name="type_im_qq">QQ</string> |
Jeff Sharkey | e731d42 | 2009-07-28 21:12:43 -0700 | [diff] [blame] | 870 | <string name="type_im_google_talk">Google Talk</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 871 | <string name="type_im_icq">ICQ</string> |
| 872 | <string name="type_im_jabber">Jabber</string> |
| 873 | |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 874 | <!-- Shown as the header title over a collapsible section that, by default, hides |
| 875 | secondary contact detail edit fields, such as birthday. --> |
| 876 | <string name="edit_secondary_collapse">Secondary details</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 877 | |
Jeff Sharkey | 0b45a58 | 2009-08-11 10:59:34 -0700 | [diff] [blame] | 878 | <string name="dialog_primary_name">Primary name</string> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 879 | <string name="dialog_new_contact_account">Create contact under account</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 880 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 881 | <string name="menu_sync_remove">Remove sync group</string> |
| 882 | <string name="menu_sync_add">Add sync group</string> |
| 883 | |
| 884 | <!-- List title for a special contacts group that covers all contacts that |
| 885 | aren't members of any other group. --> |
| 886 | <string name="display_ungrouped">(Ungrouped contacts)</string> |
| 887 | |
| 888 | <!-- Warning message given to users just before they remove a currently syncing |
| 889 | group that would also cause all ungrouped contacts to stop syncing. --> |
| 890 | <string name="display_warn_remove_ungrouped">Removing '%s' from sync will also remove any ungrouped contacts from sync.</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 891 | |
| 892 | |
| 893 | <string name="call_home">Call home</string> |
| 894 | <string name="call_mobile">Call mobile</string> |
| 895 | <string name="call_work">Call work</string> |
| 896 | <string name="call_fax_work">Call work fax</string> |
| 897 | <string name="call_fax_home">Call home fax</string> |
| 898 | <string name="call_pager">Call pager</string> |
| 899 | <string name="call_other">Call other</string> |
| 900 | <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string> |
| 901 | |
| 902 | <!-- exchange specific --> |
| 903 | <string name="call_home_2">Call home 2</string> |
| 904 | <string name="call_work_2">Call work 2</string> |
| 905 | <string name="call_car">Call car</string> |
| 906 | <string name="call_company_main">Call company main</string> |
| 907 | <string name="call_mms">Call MMS</string> |
| 908 | <string name="call_radio">Call radio</string> |
| 909 | |
| 910 | |
| 911 | |
| 912 | |
| 913 | |
| 914 | <string name="sms_home">Text home</string> |
| 915 | <string name="sms_mobile">Text mobile</string> |
| 916 | <string name="sms_work">Text work</string> |
| 917 | <string name="sms_fax_work">Text work fax</string> |
| 918 | <string name="sms_fax_home">Text home fax</string> |
| 919 | <string name="sms_pager">Text pager</string> |
| 920 | <string name="sms_other">Text other</string> |
| 921 | <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string> |
| 922 | |
| 923 | <!-- exchange specific --> |
| 924 | <string name="sms_home_2">Text home 2</string> |
| 925 | <string name="sms_work_2">Text work 2</string> |
| 926 | <string name="sms_car">Text car</string> |
| 927 | <string name="sms_company_main">Text company main</string> |
| 928 | <string name="sms_mms">Text MMS</string> |
| 929 | <string name="sms_radio">Text radio</string> |
| 930 | |
| 931 | |
| 932 | |
| 933 | <string name="email_home">Email home</string> |
| 934 | <string name="email_mobile">Email mobile</string> |
| 935 | <string name="email_work">Email work</string> |
| 936 | <string name="email_other">Email other</string> |
| 937 | <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string> |
| 938 | |
| 939 | <string name="email_1">Email 1</string> |
| 940 | <string name="email_2">Email 2</string> |
| 941 | <string name="email_3">Email 2</string> |
| 942 | |
| 943 | |
| 944 | |
| 945 | |
| 946 | <string name="map_home">Map home</string> |
| 947 | <string name="map_work">Map work</string> |
| 948 | <string name="map_other">Map other</string> |
| 949 | <string name="map_custom">Map <xliff:g id="custom">%s</xliff:g></string> |
| 950 | |
| 951 | |
| 952 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 953 | <string name="postal_street">Street</string> |
| 954 | <string name="postal_pobox">PO box</string> |
| 955 | <string name="postal_neighborhood">Neighborhood</string> |
| 956 | <string name="postal_city">City</string> |
| 957 | <string name="postal_region">State</string> |
| 958 | <string name="postal_postcode">ZIP code</string> |
| 959 | <string name="postal_country">Country</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 960 | |
| 961 | |
| 962 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 963 | </resources> |