blob: c147479e887ef78e0966bcac00fd95710088061b [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?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
30 <!-- Title for the activity that shows only starred contacts -->
31 <string name="starredList">Starred</string>
32
33 <!-- Title for the activity that shows only frequently contacted contacts -->
34 <string name="frequentList">Frequent</string>
35
36 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
37 contacts. -->
38 <string name="strequentList">Favorites</string>
39
40 <!-- The title bar when viewing the contact details activity -->
41 <string name="viewContactTitle">Contact details</string>
42
43 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
44 viewing a contact. This string represents the built in way to view the contact. -->
45 <string name="viewContactDesription">View contact</string>
46
47 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
48 editing a contact. This string represents the built in way to edit the contact. -->
49 <string name="editContactDescription">Edit contact</string>
50
51 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
52 creating a new contact. This string represents the built in way to create the contact. -->
53 <string name="insertContactDescription">Create contact</string>
54
55 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
56 <string name="searchHint">Search contacts</string>
57
58 <!-- Menu item to search contacts -->
59 <string name="menu_search">Search</string>
60
61 <!-- Menu item to create a new contact -->
62 <string name="menu_newContact">New contact</string>
63
64 <!-- Menu item used to view the details for a specific contact -->
65 <string name="menu_viewContact">View contact</string>
66
67 <!-- Menu item used to call a contact, containing the name of the contact to call -->
68 <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
69
70 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
71 <string name="menu_addStar">Add to favorites</string>
72
73 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
74 <string name="menu_removeStar">Remove from favorites</string>
75
76 <!-- Optional menu item to encode the current contact as a QR Code using Barcode Scanner. -->
77 <string name="menu_showBarcode">Show barcode</string>
78
79 <!-- Menu item used to edit a specific contact -->
80 <string name="menu_editContact">Edit contact</string>
81
82 <!-- Menu item used to delete a specific contact -->
83 <string name="menu_deleteContact">Delete contact</string>
84
85 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
86 <string name="menu_call">Call</string>
87
88 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
89 <string name="menu_sendSMS">Send SMS/MMS</string>
90
91 <!-- Menu item used to send an email message to a specific email address -->
92 <string name="menu_sendEmail">Send email</string>
93
94 <!-- Menu item used to view a contact's address on a map -->
95 <string name="menu_viewAddress">Map address</string>
96
97 <!-- Menu item that makes a phone the default for a contact. The default number used when you
98 try to call a contact without specifying a specific number. -->
99 <string name="menu_makeDefaultNumber">Make default number</string>
100
101 <!-- Confirmation dialog title after users selects to delete a contact. -->
102 <string name="deleteConfirmation_title">Delete</string>
103
104 <!-- Confirmation dialog contents after users selects to delete a contact. -->
105 <string name="deleteConfirmation">This contact will be deleted.</string>
106
107 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
108 <string name="menu_done">Done</string>
109
110 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
111 <string name="menu_doNotSave">Revert</string>
112
113 <!-- The title of the activity that edits and existing contact -->
114 <string name="editContact_title_edit">Edit contact</string>
115
116 <!-- The title of the activity that creates a new contact -->
117 <string name="editContact_title_insert">New contact</string>
118
119 <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address -->
120 <string name="menu_addItem">More info</string>
121
122 <!-- The label describing the phonetic pronunciation/reading of a contact name -->
123 <string name="label_phonetic_name">Phonetic</string>
124
125 <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
126 <string name="label_notes">Notes</string>
127
128 <!-- The label describing the custom ringtone for a contact -->
129 <string name="label_ringtone">Ringtone</string>
130
131 <!-- Hint text for the contact name when editing -->
132 <string name="ghostData_name">First and Last</string>
133
134 <!-- Hint text for the phonetic reading of the contact name when editing -->
135 <string name="ghostData_phonetic_name">Phonetic name</string>
136
137 <!-- Hint text for the organization name when editing -->
138 <string name="ghostData_company">Company</string>
139
140 <!-- Hint text for the organization position when editing -->
141 <string name="ghostData_title">Position</string>
142
143 <!-- Hint text for an IM account when editing -->
144 <string name="ghostData_im">IM name</string>
145
146 <!-- Hint text for the notes field when editing -->
147 <string name="ghostData_notes">My note</string>
148
149 <!-- Hint text for the phone number field when editing -->
150 <string name="ghostData_phone">Phone number</string>
151
152 <!-- Hint text for the email address field when editing -->
153 <string name="ghostData_email">Email address</string>
154
155 <!-- Hint text for the postal address field when editing -->
156 <string name="ghostData_postal">Postal address</string>
157
158 <!-- Message displayed in a toast when you try to view the details of a contact that
159 for some reason doesn't exist anymore. -->
160 <string name="invalidContactMessage">The contact does not exist.</string>
161
162 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
163 list that allows the user to create a new contact, which this string is used for -->
164 <string name="pickerNewContactHeader">Create new contact</string>
165
166 <!-- Dialog title when you select a label when creating or edit a contact -->
167 <string name="selectLabel">Select label</string>
168
169 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
170 <string name="phoneLabelsGroup">Phone</string>
171
172 <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
173 <string name="emailLabelsGroup">Email</string>
174
175 <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
176 <string name="imLabelsGroup">IM</string>
177
178 <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
179 <string name="postalLabelsGroup">Postal address</string>
180
181 <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations -->
182 <string name="otherLabelsGroup">Other</string>
183
184 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
185 <skip/>
186 <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
187 <string-array name="otherLabels">
188 <!-- An organization associated with a contact -->
189 <item>Organization</item>
190 <!-- A note associated with a contact -->
191 <item>Note</item>
192 </string-array>
193
194 <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact -->
195 <string name="errorDialogTitle">No pictures</string>
196
197 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
198 <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
199
200 <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
201 <string name="attachToContact">Contact icon</string>
202
203 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
204 For example, this may be used to set a phone number's label to "Vaction house" -->
205 <string name="customLabelPickerTitle">Custom label name</string>
206
207 <!-- The menu item to open the list of groups to display -->
208 <string name="menu_displayGroup">Display group</string>
209
210 <!-- The menu item that leads to the settings for contact syncing -->
211 <string name="syncGroupPreference">Edit sync groups</string>
212
213 <!-- The menu item that launches the SIM card import activity -->
214 <string name="importFromSim">Import contacts</string>
215
216 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
217 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
218
219 <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail -->
220 <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>
221
222 <!-- String used to indicate that a contact doesn't have a custom ringtone -->
223 <string name="default_ringtone">Default</string>
224
225 <!-- The button/menu item that allows you to add a picture to a contact -->
226 <string name="addPicture">Add icon</string>
227
228 <!-- The menu item that allows you to remove a picture from a contact -->
229 <string name="removePicture">Remove icon</string>
230
231 <!-- The text displayed when the contacts list is empty while displaying all contacts -->
232 <string name="noContacts">No contacts.</string>
233
234 <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
235 <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
236
237 <!-- The text displayed when the contacts list is empty while displaying favorite contacts -->
238 <string name="noFavorites">No favorites.</string>
239
240 <!-- Title for group selection dialog. The dialog contains a list of contact groups that the
241 user can pick from, indicating they only want to see the contacts in that group. -->
242 <string name="select_group_title">Groups</string>
243
244 <!-- The text displayed when the contacts list is empty while displaying a single group of contacts -->
245 <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>
246
247 <!-- The description of all groups when asking the user what they want to display -->
248 <string name="showAllGroups">All contacts</string>
249
250 <!-- The setting to sync all contacts from the server -->
251 <string name="syncAllGroups">Sync all contacts</string>
252
253 <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI -->
254 <string name="groupNameMyContacts">My Contacts</string>
255
256 <!-- The group type that displays only contacts with phone numbers -->
257 <string name="groupNameWithPhones">Contacts with phone numbers</string>
258
Evan Millar76da87c2009-03-24 21:05:59 -0700259 <!-- The group type that displays "Starred in Android" contacts -->
260 <string name="starredInAndroid">Starred in Android</string>
261
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800262 <!-- Toast displayed when a contact is created -->
263 <string name="contactCreatedToast">Contact created.</string>
264
265 <!-- Toast displayed when a contact is saved -->
266 <string name="contactSavedToast">Contact saved.</string>
267
268 <!-- Separator in the contact details list describing that the items below it will place a call when clicked -->
269 <string name="listSeparatorCallNumber">Dial number</string>
270
271 <!-- Section header in the Edit Contacts screen for phone numbers -->
272 <string name="listSeparatorCallNumber_edit">Phone numbers</string>
273
274 <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number -->
275 <string name="listSeparatorSendSmsMms">Send SMS/MMS</string>
276
277 <!-- Separator in the contact details list describing that the items below it will send an email -->
278 <string name="listSeparatorSendEmail">Send email</string>
279
280 <!-- Section header in the Edit Contacts screen for E-mail addresses -->
281 <string name="listSeparatorSendEmail_edit">Email addresses</string>
282
283 <!-- Separator in the contact details list describing that the items below it will send an IM -->
284 <string name="listSeparatorSendIm">Send instant message</string>
285
286 <!-- Section header in the Edit Contacts screen for Instant messanger accounts -->
287 <string name="listSeparatorSendIm_edit">Chat addresses</string>
288
289 <!-- Separator in the contact details list describing that the items below it will open maps with the given address -->
290 <string name="listSeparatorMapAddress">Map address</string>
291
292 <!-- Section header in the Edit Contacts screen for map addresses -->
293 <string name="listSeparatorMapAddress_edit">Postal addresses</string>
294
295 <!-- Separator in the contact details list describing that the items below are non-actionable organization information -->
296 <string name="listSeparatorOrganizations">Organizations</string>
297
298 <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact -->
299 <string name="listSeparatorOtherInformation">Other information</string>
300
301 <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone -->
302 <string name="listSeparatorOtherInformation_edit">Other options</string>
303
304 <!-- Section header in the Edit Contacts screen for the "Add more items" button -->
305 <string name="listSeparatorMore_edit">More</string>
306
307 <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
308 <string name="contactsIconLabel">Contacts</string>
309
310 <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
311 <string name="contactsFavoritesLabel">Favorites</string>
312
313 <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better -->
314 <string name="dialerIconLabel">Dialer</string>
315
316 <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
317 <string name="recentCallsIconLabel">Call log</string>
318 <string name="liveFolderAll">All contacts</string>
319 <string name="liveFolderFavorites">Starred contacts</string>
320 <string name="liveFolderPhone">Contacts with phone numbers</string>
321
322 <!-- Menu item used to send an SMS or MMS message to a phone number -->
323 <string name="menu_sendTextMessage">Send SMS message</string>
324
325 <!-- Menu item used to call a contact from the call log -->
326 <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
327
328 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
329 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
330
331 <!-- Menu item used to add a number from the call log to contacts -->
332 <string name="recentCalls_addToContact">Add to contacts</string>
333
334 <!-- Menu item used to remove a single call from the call log -->
335 <string name="recentCalls_removeFromRecentList">Remove from call log</string>
336
337 <!-- Menu item used to remove all calls from the call log -->
338 <string name="recentCalls_deleteAll">Clear call log</string>
339
340 <!-- Text displayed when the call log is empty -->
341 <string name="recentCalls_empty">Call log is empty.</string>
342
343 <!-- The title of a dialog that displays the IMEI of the phone -->
344 <string name="imei">IMEI</string>
345
346 <!-- String used for displaying calls to the voicemail number in the call log -->
347 <string name="voicemail">Voicemail</string>
348
349 <!-- String used to display calls from unknown numbers in the call log -->
350 <string name="unknown">Unknown</string>
351
352 <!-- String used to display calls from private numbers in the call log -->
353 <string name="private_num">Private number</string>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700354
355 <!-- String used to display calls from pay phone in the call log -->
356 <string name="payphone">Pay phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800357
358 <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
359 to dial using the physical keyboard -->
360 <string name="dialerKeyboardHintText">Use keyboard to dial</string>
361
362 <!-- Hint text displayed in the "digits" field above the dialer's
363 dialpad, if there's already a call in progress. (This hint
364 reminds the user that the dialer will add a new call, as opposed
365 to sending DTMF tones over the current call.) -->
366 <string name="dialerDialpadHintText">Dial to add a call</string>
367
368 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
369 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
370
371 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
372 <string name="simContacts_title">SIM card contacts</string>
373
374 <!-- Displayed when a user is prompted to setup a Google account for syncing -->
375 <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font>
376 \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string>
377
378 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
379 <string name="noContactsHelpText">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
380 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
381 \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
382 </string>
383
384 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
385 <string name="noContactsHelpTextWithSync">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
386 \n<li><font fgcolor="#ffffffff"><b>Edit sync groups</b></font> to add from a new or existing Google account\n</li>
387 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
388 \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
389 </string>
390
391 <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
392 <string name="seclectSyncGroups_title">Select groups to sync</string>
393
394 <!-- Live folder label for all contacts -->
395 <string name="liveFolder_all_label">All Contacts</string>
396
397 <!-- Live folder label for only starred contacts -->
398 <string name="liveFolder_favorites_label">Starred</string>
399
400 <!-- Live folder label for all contacts with phone numbers -->
401 <string name="liveFolder_phones_label">Phones</string>
402
403 <!-- Item label: jump to the in-call DTMF dialpad.
404 (Part of a list of options shown in the dialer when another call
405 is already in progress.) -->
406 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
407
408 <!-- Item label: jump to the in-call UI.
409 (Part of a list of options shown in the dialer when another call
410 is already in progress.) -->
411 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
412
413 <!-- Item label: use the Dialer's dialpad to add another call.
414 (Part of a list of options shown in the dialer when another call
415 is already in progress.) -->
416 <string name="dialer_addAnotherCall">Add call</string>
417
418 <!-- Title bar for call detail screen -->
419 <string name="callDetailTitle">Call details</string>
420
421 <!-- Toast for call detail screen when couldn't read the requested details -->
422 <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
423
424 <!-- In call detail screen, label for call type -->
425 <string name="call_type">Type</string>
426
427 <!-- Title for incoming call details screen -->
428 <string name="type_incoming">Incoming call</string>
429
430 <!-- Title for outgoing call details screen -->
431 <string name="type_outgoing">Outgoing call</string>
432
433 <!-- Title for missed call details screen -->
434 <string name="type_missed">Missed call</string>
435
436 <!-- In call detail screen, label for call date/time -->
437 <string name="call_time">Time</string>
438
439 <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time -->
440 <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>
441
442 <!-- In call detail screen, label for call duration -->
443 <string name="call_duration">Duration</string>
444
445 <!-- In call detail screen, header title for actions section -->
446 <string name="header_actions">Actions</string>
447
448 <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner -->
449 <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string>
450
451 <!-- In edit contact screen, add more info spinner title -->
452 <string name="add_more_items">Add more items</string>
453
454 <!-- Action string for calling a phone number. -->
455 <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string>
456
457 <!-- Action string for sending an email to an email address. -->
458 <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string>
459
460 <!-- Action string for sending a text message to a phone number. -->
461 <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string>
462
463 <!-- Action string for sending an instant message to a chat buddy. -->
464 <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string>
465
466 <!-- Action string for viewing an address on a map. -->
467 <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string>
468
469 <!-- Description for incoming calls going to voice mail vs. not -->
470 <string name="actionIncomingCall">Incoming calls</string>
471
472 <!-- Detail text for incoming calls going to voice mail -->
473 <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string>
474
475 <!-- Description of what the contact specific ringtone is set to -->
476 <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string>
477
478 <!-- Action string for calling back a number in the call log -->
479 <string name="callBack">Call back</string>
480
481 <!-- Action string for calling a number in the call log again -->
482 <string name="callAgain">Call again</string>
483
484 <!-- Action string for returning a missed call in the call log -->
485 <string name="returnCall">Return call</string>
486
487 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
488 <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 Project1f620962009-03-09 11:52:14 -0700489
490 <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts -->
491 <string name="favoritesFrquentSeparator">Frequently called</string>
492
493 <!-- Dialog title when prompting before creating a contact -->
494 <string name="add_contact_dlg_title">Add Contact</string>
495 <!-- Dialog message when prompting before creating a contact. Includes
496 the email address, e.g. "Add xyz@foo.com to contacts?" -->
497 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700498
499 <!-- Content description values -->
500
501 <!-- String describing the image on ImageButton one
502
503 Note: AccessibilityServices use this attribute to announce what the view represents.
504 This is especially valuable for views without textual representation like ImageView.
505 -->
506 <string name="description_image_button_one">one</string>
507
508 <!-- String describing the image on ImageButton two
509
510 Note: AccessibilityServices use this attribute to announce what the view represents.
511 This is especially valuable for views without textual representation like ImageView.
512 -->
513 <string name="description_image_button_two">two</string>
514
515 <!-- String describing the image on ImageButton three
516
517 Note: AccessibilityServices use this attribute to announce what the view represents.
518 This is especially valuable for views without textual representation like ImageView.
519 -->
520 <string name="description_image_button_three">three</string>
521
522 <!-- String describing the image on ImageButton four
523
524 Note: AccessibilityServices use this attribute to announce what the view represents.
525 This is especially valuable for views without textual representation like ImageView.
526 -->
527 <string name="description_image_button_four">four</string>
528
529 <!-- String describing the image on ImageButton five
530
531 Note: AccessibilityServices use this attribute to announce what the view represents.
532 This is especially valuable for views without textual representation like ImageView.
533 -->
534 <string name="description_image_button_five">five</string>
535
536 <!-- String describing the image on ImageButton six
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_six">six</string>
542
543 <!-- String describing the image on ImageButton seven
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_seven">seven</string>
549
550 <!-- String describing the image on ImageButton eight
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_eight">eight</string>
556
557 <!-- String describing the image on ImageButton nine
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_nine">nine</string>
563
564 <!-- String describing the image on ImageButton star
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_star">star</string>
570
571 <!-- String describing the image on ImageButton zero
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_zero">zero</string>
577
578 <!-- String describing the image on ImageButton pound
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_pound">pound</string>
584
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900585 <!-- Dialog title shown when SD Card does not exist -->
586 <string name="no_sdcard_title">No SD Card</string>
587
588 <!-- Dialog message shown when SDcard does not exist -->
589 <string name="no_sdcard_message">No SD Card detected</string>
590
591 <!-- Dialog title shown when searching VCard data from SD Card -->
592 <string name="searching_vcard_title">Searching for VCard</string>
593
594 <!-- Dialog title shown when asking a user whether import contact data from SIM or SD Card -->
595 <string name="select_import_type_title">Where would you like to import contacts from?</string>
596
597 <!-- Action string for selecting SIM for importing contacts -->
598 <string name="import_from_sim">SIM Card</string>
599
600 <!-- Action string for selecting SD Card for importing contacts -->
601 <string name="import_from_sdcard">SD Card</string>
602
603 <!-- "Import all VCard files" -->
604 <string name="import_all_vcard_string">Import all VCard files</string>
605
606 <!-- "Import one VCard file" -->
607 <string name="import_one_vcard_string">Import one VCard file</string>
608
609 <!-- Dialog message shown when searching VCard data from SD Card -->
610 <string name="searching_vcard_message">Searching for VCard data on VCard</string>
611
612 <!-- Dialog title shown when searching VCard data failed. -->
613 <string name="scanning_sdcard_failed_title">Scanning SD Card failed</string>
614
615 <!-- Dialog message shown when searching VCard data failed. -->
616 <string name="scanning_sdcard_failed_message">Scanning SD Card failed</string>
617
618 <!-- The failed reason: "I/O Error" -->
619 <string name="fail_reason_io_error">I/O Error</string>
620
621 <!-- The failed reason: "Failed to parse VCard data" -->
622 <string name="fail_reason_vcard_parse_error">Failed to parse VCard</string>
623
624 <!-- The failed reason: "There is no VCard file" -->
625 <string name="fail_reason_no_vcard_file">No VCard file found on SD Card</string>
626
627 <!-- The failed reason: "There is no valid VCard entry in the file(s)" -->
628 <string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string>
629
630 <!-- Dialog title shown when a user is asked to select VCard file -->
631 <string name="select_vcard_title">Select VCard file</string>
632
633 <!-- Dialog message shown when a user is asked to choose VCard file -->
634 <string name="select_vcard_message">Please select a VCard file to import</string>
635
636 <!-- Dialog title shown when reading VCard data -->
637 <string name="reading_vcard_title">Reading VCard</string>
638
639 <!-- Dialog message shown when reading a VCard file -->
640 <string name="reading_vcard_message">Reading VCard file(s)</string>
641
642 <!-- Dialog message shown when importing VCard data into local database -->
643 <string name="importing_vcard_message">Importing VCard data</string>
644
645 <!-- Dialog title shown when reading VCard data failed -->
646 <string name="reading_vcard_failed_title">Reading of VCard data has failed</string>
647
648 <!-- Dialog message shown when reading VCard data failed -->
649 <string name="reading_vcard_failed_message">VCard data could not be read\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
650
651 <!-- 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)")-->
652 <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
653
654 <!-- 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)")-->
655 <string name="reading_vcard_files"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> files</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800656</resources>