blob: 38d63d0175cd49318ecf86411f886bfebf5a749b [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
Neel Parekh5aaa36a2009-09-14 10:47:43 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Neel Parekh5aaa36a2009-09-14 10:47:43 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 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-->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17 <!-- Title for the activity that shows contacts. This is the name
18 used in the Launcher icon. -->
19 <string name="contactsList">Contacts</string>
20
21 <!-- Title for the activity that dials the phone. This is the name
22 used in the Launcher icon. -->
Nicolas Catania08832402009-09-24 09:52:50 -070023 <string name="launcherDialer">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080024
25 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
26 This shows up in a list of things like bookmark, folder, music playlist, etc -->
27 <string name="shortcutContact">Contact</string>
28
Dianne Hackborn333a6152009-05-26 12:46:23 -070029 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
30 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070031 <string name="shortcutDialContact">Direct dial</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070032
33 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
34 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070035 <string name="shortcutMessageContact">Direct message</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070036
37 <!-- Activity title when the user is selecting a contact for a shortcut. -->
38 <string name="shortcutActivityTitle">Choose a contact shortcut</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070039
Dianne Hackborn333a6152009-05-26 12:46:23 -070040 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
41 <string name="callShortcutActivityTitle">Choose a number to call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070042
Dianne Hackborn333a6152009-05-26 12:46:23 -070043 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
44 <string name="messageShortcutActivityTitle">Choose a number to message</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070045
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080046 <!-- Title for the activity that shows only starred contacts -->
47 <string name="starredList">Starred</string>
48
49 <!-- Title for the activity that shows only frequently contacted contacts -->
50 <string name="frequentList">Frequent</string>
51
52 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
53 contacts. -->
54 <string name="strequentList">Favorites</string>
55
56 <!-- The title bar when viewing the contact details activity -->
57 <string name="viewContactTitle">Contact details</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070058
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080059 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
60 viewing a contact. This string represents the built in way to view the contact. -->
61 <string name="viewContactDesription">View contact</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070062
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080063 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
64 editing a contact. This string represents the built in way to edit the contact. -->
65 <string name="editContactDescription">Edit contact</string>
66
67 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
68 creating a new contact. This string represents the built in way to create the contact. -->
69 <string name="insertContactDescription">Create contact</string>
70
71 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
72 <string name="searchHint">Search contacts</string>
73
74 <!-- Menu item to search contacts -->
75 <string name="menu_search">Search</string>
76
77 <!-- Menu item to create a new contact -->
78 <string name="menu_newContact">New contact</string>
79
80 <!-- Menu item used to view the details for a specific contact -->
81 <string name="menu_viewContact">View contact</string>
82
83 <!-- Menu item used to call a contact, containing the name of the contact to call -->
84 <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
85
86 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
87 <string name="menu_addStar">Add to favorites</string>
88
89 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
90 <string name="menu_removeStar">Remove from favorites</string>
91
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080092 <!-- Menu item used to edit a specific contact -->
93 <string name="menu_editContact">Edit contact</string>
94
95 <!-- Menu item used to delete a specific contact -->
96 <string name="menu_deleteContact">Delete contact</string>
97
98 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
Evan Millar14fecb62009-09-09 09:23:12 -070099 <string name="menu_call">Call contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800100
101 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
Evan Millar14fecb62009-09-09 09:23:12 -0700102 <string name="menu_sendSMS">Text contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800103
104 <!-- Menu item used to send an email message to a specific email address -->
105 <string name="menu_sendEmail">Send email</string>
106
107 <!-- Menu item used to view a contact's address on a map -->
108 <string name="menu_viewAddress">Map address</string>
109
110 <!-- Menu item that makes a phone the default for a contact. The default number used when you
111 try to call a contact without specifying a specific number. -->
112 <string name="menu_makeDefaultNumber">Make default number</string>
113
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700114 <!-- Menu item that makes an email address the default for a contact. The default email used
Evan Millar2e1b8af2009-09-24 09:39:21 -0700115 when you try to email a contact without specifying a specific address. -->
Evan Millar45e0ed32009-06-01 16:44:38 -0700116 <string name="menu_makeDefaultEmail">Make default email</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800117
Dmitri Plotnikovb4491ee2009-06-15 09:31:02 -0700118 <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700119 <string name="menu_splitAggregate">Separate</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700120
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700121 <!-- Toast shown after a contact has been split from an aggregate by a user action -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700122 <string name="contactsSplitMessage">Contacts separated</string>
123
124 <!-- Title of the confirmation dialog for separating contacts into multiple instances -->
125 <string name="splitConfirmation_title">Separate Contact</string>
126
127 <!-- Confirmation dialog for separating contacts into multiple instances -->
128 <string name="splitConfirmation">Are you sure you want to separate this single contact
129 into multiple contacts: one for each set of contact information that was joined into it?
130 </string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700131
132 <!-- Menu item that joins an aggregate with another aggregate -->
133 <string name="menu_joinAggregate">Join</string>
Vasu Norid5e520a2009-09-28 14:31:02 -0700134
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700135 <!-- Heading of the Join Contact screen -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700136 <string name="titleJoinContactDataWith">Join contacts</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700137
138 <!-- Info blurb on the Join Contact screen -->
Dmitri Plotnikova5cfca32009-09-29 18:13:08 -0700139 <string name="blurbJoinContactDataWith">Select the contact you want to join with <xliff:g id="name">%s</xliff:g>.</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700140
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700141 <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
142 <string name="showAllContactsJoinItem">Show all contacts</string>
143
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700144 <!-- List separator for the Join Contact list: Suggestions -->
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700145 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700146
147 <!-- List separator for the Join Contact list: A-Z -->
148 <string name="separatorJoinAggregateAll">All contacts</string>
149
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700150 <!-- Toast shown after two contacts have been joined by a user action -->
151 <string name="contactsJoinedMessage">Contacts joined</string>
152
Dmitri Plotnikovef038722009-06-24 18:51:47 -0700153 <!-- Menu item that opens the Options activity for a given contact -->
154 <string name="menu_contactOptions">Options</string>
155
156 <!-- Title for the Options activity for a given contact -->
157 <string name="contactOptionsTitle">Options</string>
158
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800159 <!-- Confirmation dialog title after users selects to delete a contact. -->
160 <string name="deleteConfirmation_title">Delete</string>
161
Megha Joshid5afd8a2009-09-22 09:38:41 -0700162 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700163 <string name="readOnlyContactWarning">You cannot delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700164
165 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700166 <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700167
168 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
169 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
170
171 <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800172 <string name="deleteConfirmation">This contact will be deleted.</string>
173
174 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
175 <string name="menu_done">Done</string>
176
177 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
178 <string name="menu_doNotSave">Revert</string>
179
180 <!-- The title of the activity that edits and existing contact -->
181 <string name="editContact_title_edit">Edit contact</string>
182
183 <!-- The title of the activity that creates a new contact -->
184 <string name="editContact_title_insert">New contact</string>
185
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800186 <!-- The label describing the phonetic pronunciation/reading of a contact name -->
187 <string name="label_phonetic_name">Phonetic</string>
188
189 <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
190 <string name="label_notes">Notes</string>
191
192 <!-- The label describing the custom ringtone for a contact -->
193 <string name="label_ringtone">Ringtone</string>
194
195 <!-- Hint text for the contact name when editing -->
196 <string name="ghostData_name">First and Last</string>
197
198 <!-- Hint text for the phonetic reading of the contact name when editing -->
199 <string name="ghostData_phonetic_name">Phonetic name</string>
200
201 <!-- Hint text for the organization name when editing -->
202 <string name="ghostData_company">Company</string>
203
204 <!-- Hint text for the organization position when editing -->
205 <string name="ghostData_title">Position</string>
206
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800207 <!-- Message displayed in a toast when you try to view the details of a contact that
208 for some reason doesn't exist anymore. -->
209 <string name="invalidContactMessage">The contact does not exist.</string>
210
211 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
212 list that allows the user to create a new contact, which this string is used for -->
213 <string name="pickerNewContactHeader">Create new contact</string>
214
215 <!-- Dialog title when you select a label when creating or edit a contact -->
216 <string name="selectLabel">Select label</string>
217
218 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
219 <string name="phoneLabelsGroup">Phone</string>
220
221 <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
222 <string name="emailLabelsGroup">Email</string>
223
224 <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
225 <string name="imLabelsGroup">IM</string>
226
227 <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
228 <string name="postalLabelsGroup">Postal address</string>
229
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800230 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
231 <skip/>
232 <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
233 <string-array name="otherLabels">
234 <!-- An organization associated with a contact -->
235 <item>Organization</item>
236 <!-- A note associated with a contact -->
237 <item>Note</item>
238 </string-array>
239
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800240 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
241 <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
242
243 <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
244 <string name="attachToContact">Contact icon</string>
245
246 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
247 For example, this may be used to set a phone number's label to "Vaction house" -->
248 <string name="customLabelPickerTitle">Custom label name</string>
249
250 <!-- The menu item to open the list of groups to display -->
Roy Westa5f960c2009-09-25 13:25:13 -0700251 <string name="menu_displayGroup">Display options</string>
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700252
253 <!-- Title of activity that lets user pick which contact groups to display -->
Roy Westa5f960c2009-09-25 13:25:13 -0700254 <string name="displayGroups">Display options</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800255
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800256 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
257 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
258
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800259 <!-- String used to indicate that a contact doesn't have a custom ringtone -->
260 <string name="default_ringtone">Default</string>
261
Jeff Hamilton753b74f2009-10-08 19:46:26 -0500262 <!-- The button/menu item that allows you to change an existing contact picture -->
263 <string name="changePicture">Change icon</string>
264
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800265 <!-- The menu item that allows you to remove a picture from a contact -->
266 <string name="removePicture">Remove icon</string>
267
268 <!-- The text displayed when the contacts list is empty while displaying all contacts -->
269 <string name="noContacts">No contacts.</string>
270
Vasu Norid5e520a2009-09-28 14:31:02 -0700271 <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
272 <string name="noMatchingContacts">No matching contacts found.</string>
273
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800274 <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
275 <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
276
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700277 <!-- The title of the filter to only show contacts with phone numbers -->
278 <string name="showFilterPhones">Only contacts with phones</string>
279
280 <!-- The description of the filter to only show contacts with phone numbers -->
281 <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string>
282
283 <!-- The header over the list of all contacts groups -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700284 <string name="headerContactGroups">Choose contacts to display</string>
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700285
286 <!-- The description of a group with the total number of contacts -->
287 <plurals name="groupDescrip">
288 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item>
289 </plurals>
290
291 <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers -->
292 <plurals name="groupDescripPhones">
293 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item>
294 </plurals>
295
Neel Parekhbe406ff2009-09-16 15:31:22 -0700296 <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database -->
Jeff Sharkey22678e72009-09-24 03:10:06 -0700297 <string name="savingContact">Saving contact\u2026</string>
298
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700299 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
300 <string name="savingDisplayGroups">Saving display options\u2026</string>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700301
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800302 <!-- Toast displayed when a contact is saved -->
303 <string name="contactSavedToast">Contact saved.</string>
304
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700305 <!-- Toast displayed when saving a contact failed -->
306 <string name="contactSavedErrorToast">Error, unable to save contact changes.</string>
307
Neel Parekh0b95e122009-09-28 17:19:03 -0700308 <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected -->
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700309 <plurals name="listTotalPhoneContacts">
310 <item quantity="one">Displaying 1 contact with phone number</item>
311 <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
312 </plurals>
313
314 <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected -->
315 <string name="listTotalPhoneContactsZero">No visible contacts with phone numbers</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700316
317 <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" not selected -->
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700318 <plurals name="listTotalAllContacts">
319 <item quantity="one">Displaying 1 contact</item>
320 <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts</item>
321 </plurals>
322
323 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Only contacts with phones" not selected -->
324 <string name="listTotalAllContactsZero">No visible contacts</string>
325
326 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected -->
327 <plurals name="listFoundAllContacts">
328 <item quantity="one">Found 1 contact</item>
329 <item quantity="other">Found <xliff:g id="count">%d</xliff:g> contacts</item>
330 </plurals>
331
332 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected -->
333 <string name="listFoundAllContactsZero">Contact not found</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700334
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800335 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
336 <plurals name="searchFoundContacts">
337 <item quantity="one">1 contact</item>
338 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item>
339 </plurals>
340
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800341 <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
342 <string name="contactsIconLabel">Contacts</string>
343
344 <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
345 <string name="contactsFavoritesLabel">Favorites</string>
346
347 <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better -->
Nicolas Catania08832402009-09-24 09:52:50 -0700348 <string name="dialerIconLabel">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800349
350 <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
351 <string name="recentCallsIconLabel">Call log</string>
352 <string name="liveFolderAll">All contacts</string>
353 <string name="liveFolderFavorites">Starred contacts</string>
354 <string name="liveFolderPhone">Contacts with phone numbers</string>
355
356 <!-- Menu item used to send an SMS or MMS message to a phone number -->
Roy West07a68442009-09-20 17:18:23 -0700357 <string name="menu_sendTextMessage">Send text message</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800358
359 <!-- Menu item used to call a contact from the call log -->
360 <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
361
362 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
363 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
364
365 <!-- Menu item used to add a number from the call log to contacts -->
366 <string name="recentCalls_addToContact">Add to contacts</string>
367
368 <!-- Menu item used to remove a single call from the call log -->
369 <string name="recentCalls_removeFromRecentList">Remove from call log</string>
370
371 <!-- Menu item used to remove all calls from the call log -->
372 <string name="recentCalls_deleteAll">Clear call log</string>
373
374 <!-- Text displayed when the call log is empty -->
375 <string name="recentCalls_empty">Call log is empty.</string>
376
Daniel Lehmanndd421812010-03-01 14:54:56 -0800377 <!-- Title of the confirmation dialog for clearing the call log -->
378 <string name="clearCallLogConfirmation_title">Clear call log</string>
379
380 <!-- Confirmation dialog for clearing the call log -->
381 <string name="clearCallLogConfirmation">Are you sure you want to clear the call log?</string>
382
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800383 <!-- The title of a dialog that displays the IMEI of the phone -->
384 <string name="imei">IMEI</string>
385
Tracy Pu29a1cd82009-07-02 14:39:18 -0400386 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
387 <string name="meid">MEID</string>
388
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800389 <!-- String used for displaying calls to the voicemail number in the call log -->
390 <string name="voicemail">Voicemail</string>
391
392 <!-- String used to display calls from unknown numbers in the call log -->
393 <string name="unknown">Unknown</string>
394
395 <!-- String used to display calls from private numbers in the call log -->
396 <string name="private_num">Private number</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700397
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700398 <!-- String used to display calls from pay phone in the call log -->
399 <string name="payphone">Pay phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800400
401 <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
402 to dial using the physical keyboard -->
403 <string name="dialerKeyboardHintText">Use keyboard to dial</string>
404
405 <!-- Hint text displayed in the "digits" field above the dialer's
406 dialpad, if there's already a call in progress. (This hint
407 reminds the user that the dialer will add a new call, as opposed
408 to sending DTMF tones over the current call.) -->
409 <string name="dialerDialpadHintText">Dial to add a call</string>
410
411 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
412 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
413
414 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
415 <string name="simContacts_title">SIM card contacts</string>
416
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800417 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
Roy West4a83a6d2009-09-25 07:25:03 -0700418 <string name="noContactsHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
419 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800420 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Roy West07a68442009-09-20 17:18:23 -0700421 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800422 </string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700423
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800424 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
Roy West4a83a6d2009-09-25 07:25:03 -0700425 <string name="noContactsHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
426 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
Roy Westa5f960c2009-09-25 13:25:13 -0700427 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800428 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Roy West07a68442009-09-20 17:18:23 -0700429 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800430 </string>
431
Neel Parekhf4455402009-09-14 18:00:09 -0700432 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled, and there is no sim card (cdma)-->
Roy West4a83a6d2009-09-25 07:25:03 -0700433 <string name="noContactsNoSimHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
434 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700435 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Roy West07a68442009-09-20 17:18:23 -0700436 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700437 </string>
438
439 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled, and there is no sim card (cdma) -->
Roy West4a83a6d2009-09-25 07:25:03 -0700440 <string name="noContactsNoSimHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
441 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
Roy Westa5f960c2009-09-25 13:25:13 -0700442 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700443 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Roy West07a68442009-09-20 17:18:23 -0700444 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700445 </string>
446
Neel Parekhf4455402009-09-14 18:00:09 -0700447 <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab -->
Neel Parekh865d5d02009-09-22 14:26:26 -0700448 <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\n
Roy West4a83a6d2009-09-25 07:25:03 -0700449 <li>Touch the <b>Contacts</b> tab\n</li>
Neel Parekhf4455402009-09-14 18:00:09 -0700450 \n<li>Touch the contact you want to add to your favorites\n</li>
451 \n<li>Touch the star next to the contact\'s name\n</li>"
452 </string>
453
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800454 <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
Dmitri Plotnikovfc172b02010-02-23 10:10:17 -0800455
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800456
457 <!-- Live folder label for all contacts -->
Roy West07a68442009-09-20 17:18:23 -0700458 <string name="liveFolder_all_label">All contacts</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800459
460 <!-- Live folder label for only starred contacts -->
461 <string name="liveFolder_favorites_label">Starred</string>
462
463 <!-- Live folder label for all contacts with phone numbers -->
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700464 <string name="liveFolder_phones_label">Phones</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800465
466 <!-- Item label: jump to the in-call DTMF dialpad.
467 (Part of a list of options shown in the dialer when another call
468 is already in progress.) -->
469 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
470
471 <!-- Item label: jump to the in-call UI.
472 (Part of a list of options shown in the dialer when another call
473 is already in progress.) -->
474 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
475
476 <!-- Item label: use the Dialer's dialpad to add another call.
477 (Part of a list of options shown in the dialer when another call
478 is already in progress.) -->
479 <string name="dialer_addAnotherCall">Add call</string>
480
481 <!-- Title bar for call detail screen -->
482 <string name="callDetailTitle">Call details</string>
483
484 <!-- Toast for call detail screen when couldn't read the requested details -->
485 <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
486
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800487 <!-- Title for incoming call details screen -->
488 <string name="type_incoming">Incoming call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700489
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800490 <!-- Title for outgoing call details screen -->
491 <string name="type_outgoing">Outgoing call</string>
492
493 <!-- Title for missed call details screen -->
494 <string name="type_missed">Missed call</string>
495
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800496 <!-- Description for incoming calls going to voice mail vs. not -->
497 <string name="actionIncomingCall">Incoming calls</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700498
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800499 <!-- Action string for calling back a number in the call log -->
500 <string name="callBack">Call back</string>
501
502 <!-- Action string for calling a number in the call log again -->
503 <string name="callAgain">Call again</string>
504
505 <!-- Action string for returning a missed call in the call log -->
506 <string name="returnCall">Return call</string>
507
508 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
509 <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 -0700510
Dmitri Plotnikovec8821b2010-03-03 14:35:24 -0800511 <!-- A list separator for the Favorites tab indicating that items below it are frequently contacted contacts rather than starred contacts -->
512 <string name="favoritesFrquentSeparator">Frequently contacted</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700513
514 <!-- Dialog title when prompting before creating a contact -->
Roy West07a68442009-09-20 17:18:23 -0700515 <string name="add_contact_dlg_title">Add contact</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700516 <!-- Dialog message when prompting before creating a contact. Includes
517 the email address, e.g. "Add xyz@foo.com to contacts?" -->
518 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700519
Evan Millar7911ff52009-07-21 15:55:18 -0700520 <!-- Label for the all data tab in the view and edit card -->
521 <string name="all_tab_label">All</string>
Jeff Hamiltone0529662009-08-21 02:43:47 -0500522
svetoslavganova91a6fc2009-04-28 19:22:46 -0700523 <!-- String describing the image on ImageButton one
524
525 Note: AccessibilityServices use this attribute to announce what the view represents.
526 This is especially valuable for views without textual representation like ImageView.
527 -->
528 <string name="description_image_button_one">one</string>
529
530 <!-- String describing the image on ImageButton two
531
532 Note: AccessibilityServices use this attribute to announce what the view represents.
533 This is especially valuable for views without textual representation like ImageView.
534 -->
535 <string name="description_image_button_two">two</string>
536
537 <!-- String describing the image on ImageButton three
538
539 Note: AccessibilityServices use this attribute to announce what the view represents.
540 This is especially valuable for views without textual representation like ImageView.
541 -->
542 <string name="description_image_button_three">three</string>
543
544 <!-- String describing the image on ImageButton four
545
546 Note: AccessibilityServices use this attribute to announce what the view represents.
547 This is especially valuable for views without textual representation like ImageView.
548 -->
549 <string name="description_image_button_four">four</string>
550
551 <!-- String describing the image on ImageButton five
552
553 Note: AccessibilityServices use this attribute to announce what the view represents.
554 This is especially valuable for views without textual representation like ImageView.
555 -->
556 <string name="description_image_button_five">five</string>
557
558 <!-- String describing the image on ImageButton six
559
560 Note: AccessibilityServices use this attribute to announce what the view represents.
561 This is especially valuable for views without textual representation like ImageView.
562 -->
563 <string name="description_image_button_six">six</string>
564
565 <!-- String describing the image on ImageButton seven
566
567 Note: AccessibilityServices use this attribute to announce what the view represents.
568 This is especially valuable for views without textual representation like ImageView.
569 -->
570 <string name="description_image_button_seven">seven</string>
571
572 <!-- String describing the image on ImageButton eight
573
574 Note: AccessibilityServices use this attribute to announce what the view represents.
575 This is especially valuable for views without textual representation like ImageView.
576 -->
577 <string name="description_image_button_eight">eight</string>
578
579 <!-- String describing the image on ImageButton nine
580
581 Note: AccessibilityServices use this attribute to announce what the view represents.
582 This is especially valuable for views without textual representation like ImageView.
583 -->
584 <string name="description_image_button_nine">nine</string>
585
586 <!-- String describing the image on ImageButton star
587
588 Note: AccessibilityServices use this attribute to announce what the view represents.
589 This is especially valuable for views without textual representation like ImageView.
590 -->
591 <string name="description_image_button_star">star</string>
592
593 <!-- String describing the image on ImageButton zero
594
595 Note: AccessibilityServices use this attribute to announce what the view represents.
596 This is especially valuable for views without textual representation like ImageView.
597 -->
598 <string name="description_image_button_zero">zero</string>
599
600 <!-- String describing the image on ImageButton pound
601
602 Note: AccessibilityServices use this attribute to announce what the view represents.
603 This is especially valuable for views without textual representation like ImageView.
604 -->
605 <string name="description_image_button_pound">pound</string>
606
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800607 <!-- String describing the Voicemail ImageButton
608
609 Used by AccessibilityService to announce the purpose of the button.
610 -->
611 <string name="description_voicemail_button">voicemail</string>
612
613 <!-- String describing the Dial ImageButton
614
615 Used by AccessibilityService to announce the purpose of the button.
616 -->
617 <string name="description_dial_button">dial</string>
618
619 <!-- String describing the Delete/Backspace ImageButton
620
621 Used by AccessibilityService to announce the purpose of the button.
622 -->
623 <string name="description_delete_button">backspace</string>
624
625 <!-- String describing the digits text box containing the number to dial.
626
627 Used by AccessibilityService to announce the purpose of the view.
628 -->
629 <string name="description_digits_edittext">number to dial</string>
630
631 <!-- String describing the Contact Photo Image
632
633 Used by AccessibilityService to announce the purpose of the view.
634 -->
635 <string name="description_contact_photo">contact photo</string>
636
637 <!-- String describing the Contact Editor Minus button
638
639 Used by AccessibilityService to announce the purpose of the button.
640 -->
641 <string name="description_minus_button">minus</string>
642
643 <!-- String describing the Contact Editor Plus button
644
645 Used by AccessibilityService to announce the purpose of the button.
646 -->
647 <string name="description_plus_button">plus</string>
648
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900649 <!-- Dialog title shown when SD Card does not exist -->
Roy West07a68442009-09-20 17:18:23 -0700650 <string name="no_sdcard_title">No SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900651
652 <!-- Dialog message shown when SDcard does not exist -->
Roy West07a68442009-09-20 17:18:23 -0700653 <string name="no_sdcard_message">No SD card detected</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900654
655 <!-- Dialog title shown when searching VCard data from SD Card -->
Roy West07a68442009-09-20 17:18:23 -0700656 <string name="searching_vcard_title">Searching for vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900657
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900658 <!-- Action string for selecting SIM for importing contacts -->
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700659 <string name="import_from_sim">Import from SIM card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900660
661 <!-- Action string for selecting SD Card for importing contacts -->
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700662 <string name="import_from_sdcard">Import from SD card</string>
663
664 <!-- Action that exports all contacts to SD Card -->
665 <string name="export_to_sdcard">Export to SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900666
Daisuke Miyakawaa92bd032010-02-24 15:08:45 +0900667 <!-- Action that shares visible contacts -->
668 <string name="share_visible_contacts">Share visible contacts</string>
669
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900670 <!-- One of alternatives shown when the system allows a user to select how many vCard files
671 should be imported. This message shows only when the system is certain that there's more
672 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900673 <string name="import_one_vcard_string">Import one vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900674
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900675 <!-- One of alternatives shown when the system allows a user to select how many vCard files
676 should be imported. This message shows only when the system is certain that there's more
677 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900678 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
679
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900680 <!-- One of alternatives shown when the system allows a user to select how many vCard files
681 should be imported. This message shows only when the system is certain that there's more
682 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900683 <string name="import_all_vcard_string">Import all vCard files</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900684
685 <!-- Dialog message shown when searching VCard data from SD Card -->
Roy West07a68442009-09-20 17:18:23 -0700686 <string name="searching_vcard_message">Searching for vCard data on SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900687
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900688 <!-- Dialog title shown when scanning VCard data failed. -->
Roy West07a68442009-09-20 17:18:23 -0700689 <string name="scanning_sdcard_failed_title">Scanning SD card failed</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900690
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900691 <!-- Dialog message shown when searching VCard data failed.
692 An exact reason for the failure should -->
Daisuke Miyakawaa1f06612009-09-30 09:53:49 -0700693 <string name="scanning_sdcard_failed_message">Scanning SD card failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900694
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900695 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
696 emitted some I/O error. Exact reason will be appended by the system. -->
Daisuke Miyakawa36966322009-09-30 09:43:58 -0700697 <string name="fail_reason_io_error">I/O Error</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900698
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900699 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
700 implementation. This might happen even when the input vCard is completely valid, though
701 we believe it is rather rare in the actual world. -->
Roy West07a68442009-09-20 17:18:23 -0700702 <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700703
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900704 <!-- The failed reason shown when the current vCard importer cannot parse the file since the
705 parser is incomplete (actually, there's missing part in the current vCard parser, though
706 our understanding is that the functionality missed by the current vCard parser
707 is rarely needed in the actual vCard...). -->
Roy West07a68442009-09-20 17:18:23 -0700708 <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 Miyakawa2991dd92009-05-19 08:32:17 +0900709
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900710 <!-- The failed reason shown when the system could not find any vCard file
711 (with extension ".vcf" in SDCard.) -->
Daisuke Miyakawa36966322009-09-30 09:43:58 -0700712 <string name="fail_reason_no_vcard_file">No vCard file found on the SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900713
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900714 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
715 files import. It includes the case where all files were failed to be imported. -->
Daisuke Miyakawac98d5ad2009-09-01 08:37:54 +0900716 <string name="fail_reason_failed_to_read_files">One or more files failed to be imported (%s).</string>
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900717
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900718 <!-- The failed reason which should not be shown but it may in some buggy condition. -->
Daisuke Miyakawab751e1d2009-09-22 11:17:02 -0700719 <string name="fail_reason_unknown">Unknown error</string>
720
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900721 <!-- Dialog title shown when a user is asked to select VCard file -->
Roy West07a68442009-09-20 17:18:23 -0700722 <string name="select_vcard_title">Select vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900723
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700724 <!-- The message shown while reading a vCard file/entry. The first argument is like
725 "Reading VCard" or "Reading VCard files" and the second is the display name of the current
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900726 data being parsed -->
Eric Fischer45681b22009-08-28 12:56:58 -0700727 <string name="progress_shower_message"><xliff:g id="action" example="Reading VCard">%s</xliff:g>\n<xliff:g id="filename" example="foo.vcf">%s</xliff:g></string>
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900728
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900729 <!-- Dialog title shown when reading VCard data -->
Roy West07a68442009-09-20 17:18:23 -0700730 <string name="reading_vcard_title">Reading vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900731
732 <!-- Dialog message shown when reading a VCard file -->
Roy West07a68442009-09-20 17:18:23 -0700733 <string name="reading_vcard_message">Reading vCard file(s)</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900734
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900735 <!-- Dialog title shown when reading VCard data failed -->
Roy West07a68442009-09-20 17:18:23 -0700736 <string name="reading_vcard_failed_title">Reading of vCard data has failed</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900737
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900738 <!-- 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)")-->
739 <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
740
741 <!-- 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)")-->
742 <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 Miyakawa72c50522009-07-07 15:37:59 -0700743
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700744 <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700745 <string name="confirm_export_title">Confirm export</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700746
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700747 <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700748 <string name="confirm_export_message">Are you sure you want to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700749
Daisuke Miyakawaa92bd032010-02-24 15:08:45 +0900750 <!-- Dialog title shown when a user confirms whether he/she does bulk sharing (visible contacts) -->
751 <string name="confirm_share_visible_contacts_title">Confirm bulk sharing</string>
752
753 <!-- Dialog message shown when a user confirms whether he/she really wants to do bulk sharing (via Bluetooth, etc.) (visible contacts) -->
754 <string name="confirm_share_visible_contacts_message">Are you sure you want to share all visible contacts?</string>
755
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700756 <!-- Dialog title shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700757 <string name="exporting_contact_failed_title">Failed to export contact data</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700758
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700759 <!-- Dialog message shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700760 <string name="exporting_contact_failed_message">Failed to export contact data.\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700761
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900762 <!-- The failed reason shown when there's no contact which is allowed to be exported.
763 Note that user may have contacts data but all of them are probably not allowed to be
764 exported because of security/permission reasons. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700765 <string name="fail_reason_no_exportable_contact">There is no exportable contact</string>
766
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900767 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
768 there are too many files relevant to vCard. -->
Roy West07a68442009-09-20 17:18:23 -0700769 <string name="fail_reason_too_many_vcard">Too many vCard files on the SD card</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700770
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900771 <!-- The failed reason shown when the given file name is too long for the system.
772 The length limit of each file is different in each Android device, so we don't need to
773 mention it here. -->
Roy West07a68442009-09-20 17:18:23 -0700774 <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\")</string>
Daisuke Miyakawadb5e62d2009-07-17 17:50:31 -0700775
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700776 <!-- Dialog title shown when the application is exporting contact data outside -->
777 <string name="exporting_contact_list_title">Exporting contact data</string>
778
779 <!-- Message shown when the application is exporting contact data outside -->
780 <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700781
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900782 <!-- The failed reason shown when contacts exporter fails to be initialized.
783 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700784 <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700785
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900786 <!-- The failed reason shown when some error happend during contacts export.
787 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700788 <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700789
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900790 <!-- The error reason the vCard composer "may" emit when database is corrupted or
791 something is going wrong. Usually users should not see this text. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700792 <string name="composer_failed_to_get_database_infomation">Failed to get database information</string>
793
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900794 <!-- This error message shown when the user actually have no contact
795 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
796 contacts from being exported to outside world via vcard exporter, etc. -->
Daisuke Miyakawacb70acc2009-10-19 14:31:40 +0900797 <string name="composer_has_no_exportable_contact">There is no exportable contact. If you have actualy have contacts on your phone, all the contacts may be prohibited from being exported to outside the phone by some data provider.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700798
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900799 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
800 even when needed.
801 Users should not usually see this error message. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700802 <string name="composer_not_initialized">The vCard composer is not correctly initialized</string>
803
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900804 <!-- The failed reason shown when vCard importer/exporter could not open the file
805 specified by a user. The file name should be in the message. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700806 <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>
807
808 <!-- 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)")-->
809 <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>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700810
Mike LeBeau98d69272009-06-30 18:34:49 -0700811 <!-- The string used to describe Contacts as a searchable item within system search settings. -->
Mike LeBeau2cc7c872009-07-17 09:58:31 -0700812 <string name="search_settings_description">Names of your contacts</string>
Reli Talc2a2a512009-06-10 16:48:00 -0400813
814 <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
Roy West07a68442009-09-20 17:18:23 -0700815 <string name="add_2sec_pause">Add 2-sec pause</string>
816 <string name="add_wait">Add wait</string>
David Brown3d07e6d2009-08-04 20:30:09 -0700817
Evan Millar14fecb62009-09-09 09:23:12 -0700818 <!-- Title for the call disambiguation dialog -->
819 <string name="call_disambig_title">Call using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700820
Evan Millar14fecb62009-09-09 09:23:12 -0700821 <!-- Title for the sms disambiguation dialog -->
822 <string name="sms_disambig_title">Text using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700823
Evan Millar14fecb62009-09-09 09:23:12 -0700824 <!-- Message next to disamgiguation dialog check box -->
825 <string name="make_primary">Remember this choice</string>
David Brown3d07e6d2009-08-04 20:30:09 -0700826
Jeff Sharkey802b2052009-08-04 14:21:06 -0700827 <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application
828 was found that could perform the selected action -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700829 <string name="quickcontact_missing_app">No application found to handle this action</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -0700830
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700831 <!-- Shown as the checkbox label that, when checked, will store remember the
832 selected choice and shortcut to it in the future. For example, this would
833 make a selected phone number the default. -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700834 <string name="quickcontact_remember_choice">Remember this choice</string>
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700835
Jeff Sharkey802b2052009-08-04 14:21:06 -0700836 <!-- Shown as the header name for a person when the name is missing or unknown. -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700837 <string name="quickcontact_missing_name">Unknown</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -0700838
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700839 <!-- The menu item to open the list of accounts -->
840 <string name="menu_accounts">Accounts</string>
841
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700842 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. -->
843 <string name="menu_import_export">Import/Export</string>
844
845 <!-- Dialog title when selecting the bulk operation to perform from a list. -->
846 <string name="dialog_import_export">Import/Export contacts</string>
847
848 <!-- The menu item to share the currently viewed contact -->
849 <string name="menu_share">Share</string>
850
851 <!-- Dialog title when picking the application to share a contact with. -->
852 <string name="share_via">Share contact via</string>
853
854 <!-- Toast indicating that sharing a contact has failed. -->
855 <string name="share_error">This contact cannot be shared.</string>
856
Jeff Sharkeyab066932009-09-21 09:55:30 -0700857 <!-- Header that expands to list all name types when editing a structured name of a contact -->
858 <string name="nameLabelsGroup">Name</string>
859 <!-- Header that expands to list all nickname types when editing a nickname of a contact -->
860 <string name="nicknameLabelsGroup">Nickname</string>
861 <!-- Header that expands to list all organization types when editing an organization of a contact -->
862 <string name="organizationLabelsGroup">Organization</string>
863 <!-- Header that expands to list all website types when editing a website of a contact -->
864 <string name="websiteLabelsGroup">Website</string>
Fred Quintana60d19a72009-09-30 17:22:21 -0700865 <!-- Header that expands to list all event types when editing an event of a contact -->
866 <string name="eventLabelsGroup">Event</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700867
Jeff Sharkeyab066932009-09-21 09:55:30 -0700868 <!-- Single-character overlay for home phone numbers when creating desktop shortcuts -->
869 <string name="type_short_home">H</string>
870 <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts -->
871 <string name="type_short_mobile">M</string>
872 <!-- Single-character overlay for work phone numbers when creating desktop shortcuts -->
873 <string name="type_short_work">W</string>
874 <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts -->
875 <string name="type_short_pager">P</string>
876 <!-- Single-character overlay for other phone numbers when creating desktop shortcuts -->
877 <string name="type_short_other">O</string>
Jeff Sharkey2ae666e2009-07-21 19:30:57 -0700878
Neel Parekh450b88f2009-09-22 12:01:39 -0700879 <!-- In edit dialog, shown if the contact is marked as being read-only -->
880 <string name="edit_read_only">This contact is read-only</string>
881
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700882 <!-- Shown as the header title over a collapsible section that, by default, hides
883 secondary contact detail edit fields, such as birthday. -->
Jeff Hamilton04500c62009-09-30 14:50:11 -0700884 <string name="edit_secondary_collapse">More</string>
Jeff Sharkey2ae666e2009-07-21 19:30:57 -0700885
Jeff Sharkey0b45a582009-08-11 10:59:34 -0700886 <string name="dialog_primary_name">Primary name</string>
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700887 <string name="dialog_new_contact_account">Create contact under account</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700888
Jeff Sharkey170f7752009-08-16 00:12:48 -0700889 <string name="menu_sync_remove">Remove sync group</string>
Jeff Sharkey53568152009-09-15 23:21:49 -0700890 <string name="dialog_sync_add">Add sync group</string>
891 <string name="display_more_groups">More groups\u2026</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -0700892
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -0700893 <!-- List title for a special contacts group that covers all contacts.-->
894 <string name="display_ungrouped">All Other Contacts</string>
895
Jeff Sharkey170f7752009-08-16 00:12:48 -0700896 <!-- List title for a special contacts group that covers all contacts that
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -0700897 aren't members of any other group. -->
898 <string name="display_all_contacts">All Contacts</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -0700899
900 <!-- Warning message given to users just before they remove a currently syncing
901 group that would also cause all ungrouped contacts to stop syncing. -->
Eric Fischer45681b22009-08-28 12:56:58 -0700902 <string name="display_warn_remove_ungrouped">Removing \'<xliff:g id="group" example="Starred">%s</xliff:g>\' from sync will also remove any ungrouped contacts from sync.</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700903
Jeff Sharkeyaad88482009-08-29 18:19:20 -0700904 <!-- Title for data source when creating or editing a contact that doesn't
905 belong to a specific account. This contact will only exist on the phone
906 and will not be synced. -->
907 <string name="account_phone">Phone-only (unsynced)</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700908
Jeff Sharkeyab066932009-09-21 09:55:30 -0700909 <!-- Action string for calling a custom phone number -->
910 <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
911 <!-- Action string for calling a home phone number -->
912 <string name="call_home">Call home</string>
913 <!-- Action string for calling a mobile phone number -->
914 <string name="call_mobile">Call mobile</string>
915 <!-- Action string for calling a work phone number -->
916 <string name="call_work">Call work</string>
917 <!-- Action string for calling a work fax phone number -->
918 <string name="call_fax_work">Call work fax</string>
919 <!-- Action string for calling a home fax phone number -->
920 <string name="call_fax_home">Call home fax</string>
921 <!-- Action string for calling a pager phone number -->
922 <string name="call_pager">Call pager</string>
923 <!-- Action string for calling an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -0800924 <string name="call_other">Call</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -0700925 <!-- Action string for calling a callback number -->
926 <string name="call_callback">Call callback</string>
927 <!-- Action string for calling a car phone number -->
928 <string name="call_car">Call car</string>
929 <!-- Action string for calling a company main phone number -->
930 <string name="call_company_main">Call company main</string>
931 <!-- Action string for calling a ISDN phone number -->
932 <string name="call_isdn">Call ISDN</string>
933 <!-- Action string for calling a main phone number -->
934 <string name="call_main">Call main</string>
935 <!-- Action string for calling an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -0800936 <string name="call_other_fax">Call fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -0700937 <!-- Action string for calling a radio phone number -->
938 <string name="call_radio">Call radio</string>
939 <!-- Action string for calling a Telex phone number -->
940 <string name="call_telex">Call telex</string>
941 <!-- Action string for calling a TTY/TDD phone number -->
942 <string name="call_tty_tdd">Call TTY/TDD</string>
943 <!-- Action string for calling a work mobile phone number -->
944 <string name="call_work_mobile">Call work mobile</string>
945 <!-- Action string for calling a work pager phone number -->
946 <string name="call_work_pager">Call work pager</string>
947 <!-- Action string for calling an assistant phone number -->
948 <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
949 <!-- Action string for calling a MMS phone number -->
950 <string name="call_mms">Call MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700951
Jeff Sharkeyab066932009-09-21 09:55:30 -0700952 <!-- Action string for sending an SMS to a custom phone number -->
953 <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
954 <!-- Action string for sending an SMS to a home phone number -->
955 <string name="sms_home">Text home</string>
956 <!-- Action string for sending an SMS to a mobile phone number -->
957 <string name="sms_mobile">Text mobile</string>
958 <!-- Action string for sending an SMS to a work phone number -->
959 <string name="sms_work">Text work</string>
960 <!-- Action string for sending an SMS to a work fax phone number -->
961 <string name="sms_fax_work">Text work fax</string>
962 <!-- Action string for sending an SMS to a home fax phone number -->
963 <string name="sms_fax_home">Text home fax</string>
964 <!-- Action string for sending an SMS to a pager phone number -->
965 <string name="sms_pager">Text pager</string>
966 <!-- Action string for sending an SMS to an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -0800967 <string name="sms_other">Text</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -0700968 <!-- Action string for sending an SMS to a callback number -->
969 <string name="sms_callback">Text callback</string>
970 <!-- Action string for sending an SMS to a car phone number -->
971 <string name="sms_car">Text car</string>
972 <!-- Action string for sending an SMS to a company main phone number -->
973 <string name="sms_company_main">Text company main</string>
974 <!-- Action string for sending an SMS to a ISDN phone number -->
975 <string name="sms_isdn">Text ISDN</string>
976 <!-- Action string for sending an SMS to a main phone number -->
977 <string name="sms_main">Text main</string>
978 <!-- Action string for sending an SMS to an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -0800979 <string name="sms_other_fax">Text fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -0700980 <!-- Action string for sending an SMS to a radio phone number -->
981 <string name="sms_radio">Text radio</string>
982 <!-- Action string for sending an SMS to a Telex phone number -->
983 <string name="sms_telex">Text telex</string>
984 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
985 <string name="sms_tty_tdd">Text TTY/TDD</string>
986 <!-- Action string for sending an SMS to a work mobile phone number -->
987 <string name="sms_work_mobile">Text work mobile</string>
988 <!-- Action string for sending an SMS to a work pager phone number -->
989 <string name="sms_work_pager">Text work pager</string>
990 <!-- Action string for sending an SMS to an assistant phone number -->
991 <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
992 <!-- Action string for sending an SMS to a MMS phone number -->
993 <string name="sms_mms">Text MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700994
Jeff Sharkeyab066932009-09-21 09:55:30 -0700995 <!-- Action string for sending an email to a home email address -->
996 <string name="email_home">Email home</string>
997 <!-- Action string for sending an email to a mobile email address -->
998 <string name="email_mobile">Email mobile</string>
999 <!-- Action string for sending an email to a work email address -->
1000 <string name="email_work">Email work</string>
1001 <!-- Action string for sending an email to an other email address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001002 <string name="email_other">Email</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001003 <!-- Action string for sending an email to a custom email address -->
1004 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001005
Jeff Sharkeyab066932009-09-21 09:55:30 -07001006 <!-- Generic action string for sending an email -->
1007 <string name="email">Email</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001008
Jeff Sharkeyab066932009-09-21 09:55:30 -07001009 <!-- Action string for viewing a home postal address -->
1010 <string name="map_home">View home address</string>
1011 <!-- Action string for viewing a work postal address -->
1012 <string name="map_work">View work address</string>
1013 <!-- Action string for viewing an other postal address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001014 <string name="map_other">View address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001015 <!-- Action string for viewing a custom postal address -->
1016 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001017
Jeff Sharkeyab066932009-09-21 09:55:30 -07001018 <!-- Action string for starting an IM chat with the AIM protocol -->
1019 <string name="chat_aim">Chat using AIM</string>
1020 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
1021 <string name="chat_msn">Chat using Windows Live</string>
1022 <!-- Action string for starting an IM chat with the Yahoo protocol -->
1023 <string name="chat_yahoo">Chat using Yahoo</string>
1024 <!-- Action string for starting an IM chat with the Skype protocol -->
1025 <string name="chat_skype">Chat using Skype</string>
1026 <!-- Action string for starting an IM chat with the QQ protocol -->
1027 <string name="chat_qq">Chat using QQ</string>
1028 <!-- Action string for starting an IM chat with the Google Talk protocol -->
1029 <string name="chat_gtalk">Chat using Google Talk</string>
1030 <!-- Action string for starting an IM chat with the ICQ protocol -->
1031 <string name="chat_icq">Chat using ICQ</string>
1032 <!-- Action string for starting an IM chat with the Jabber protocol -->
1033 <string name="chat_jabber">Chat using Jabber</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001034
Jeff Sharkeyab066932009-09-21 09:55:30 -07001035 <!-- Generic action string for starting an IM chat -->
1036 <string name="chat">Chat</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001037
Jeff Sharkeyab066932009-09-21 09:55:30 -07001038 <!-- Field title for the street of a structured postal address of a contact -->
1039 <string name="postal_street">Street</string>
1040 <!-- Field title for the PO box of a structured postal address of a contact -->
1041 <string name="postal_pobox">PO box</string>
1042 <!-- Field title for the neighborhood of a structured postal address of a contact -->
1043 <string name="postal_neighborhood">Neighborhood</string>
1044 <!-- Field title for the city of a structured postal address of a contact -->
1045 <string name="postal_city">City</string>
1046 <!-- Field title for the region, or state, of a structured postal address of a contact -->
1047 <string name="postal_region">State</string>
1048 <!-- Field title for the postal code of a structured postal address of a contact -->
1049 <string name="postal_postcode">ZIP code</string>
1050 <!-- Field title for the country of a structured postal address of a contact -->
1051 <string name="postal_country">Country</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001052
Jeff Sharkeyab066932009-09-21 09:55:30 -07001053 <!-- Field title for the given name of a contact -->
1054 <string name="name_given">Given name</string>
1055 <!-- Field title for the family name of a contact -->
1056 <string name="name_family">Family name</string>
1057 <!-- Field title for the prefix name of a contact -->
1058 <string name="name_prefix">Name prefix</string>
1059 <!-- Field title for the middle name of a contact -->
1060 <string name="name_middle">Middle name</string>
1061 <!-- Field title for the suffix name of a contact -->
1062 <string name="name_suffix">Name suffix</string>
1063 <!-- Field title for the phonetic given name of a contact -->
1064 <string name="name_phonetic_given">Phonetic given name</string>
1065 <!-- Field title for the phonetic middle name of a contact -->
1066 <string name="name_phonetic_middle">Phonetic middle name</string>
1067 <!-- Field title for the phonetic family name of a contact -->
1068 <string name="name_phonetic_family">Phonetic family name</string>
Vasu Norid5e520a2009-09-28 14:31:02 -07001069
Jeff Hamilton01c68652009-10-05 22:39:45 -05001070 <!-- String describing which account type a contact came from when editing it -->
1071 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
1072
1073 <!-- String describing which account a contact came from when editing it -->
1074 <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
1075
1076 <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
1077 <string name="use_photo_as_primary">Use this photo</string>
1078
1079 <!-- Text used to explain that a contact cannot be edited since the data is read only -->
1080 <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string>
1081
Jeff Hamiltond5a45672009-10-06 22:12:02 -05001082 <!-- Text describing that a contact has no information available other than name and photo -->
1083 <string name="no_contact_details">No additional information for this contact</string>
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001084
1085 <!-- Label of the "sort list by" display option -->
1086 <string name="display_options_sort_list_by">Sort list by</string>
1087
1088 <!-- An allowable value for the "sort list by" contact display option -->
1089 <string name="display_options_sort_by_given_name">Given name</string>
1090
1091 <!-- An allowable value for the "sort list by" contact display option -->
1092 <string name="display_options_sort_by_family_name">Family name</string>
1093
1094 <!-- Label of the "view names as" display option -->
1095 <string name="display_options_view_names_as">View contact names as</string>
1096
1097 <!-- An allowable value for the "view names as" contact display option -->
1098 <string name="display_options_view_given_name_first">Given name first</string>
1099
1100 <!-- An allowable value for the "view names as" contact display option -->
1101 <string name="display_options_view_family_name_first">Family name first</string>
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -08001102
1103 <!-- Gray hint displayed in the search field in Contacts when empty -->
1104 <string name="search_bar_hint">Search contacts</string>
1105
Dmitri Plotnikov8e86b752010-02-22 17:47:57 -08001106 <!-- Button displayed underneath the list of filtered visible contacts -->
1107 <string name="search_for_all_contacts">Search for all contacts</string>
1108
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -08001109 <!-- An option in the 'change photo' or 'pick photo' dialog -->
1110 <string name="take_photo">Take photo</string>
1111
1112 <!-- An option in the 'change photo' or 'pick photo' dialog -->
1113 <string name="pick_photo">Select photo from Gallery</string>
Dmitri Plotnikov98fd6502010-03-09 11:05:55 -08001114
1115 <!-- Text shown in the contacts app while the background process updates contacts after a locale change -->
1116 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.\n\nPlease wait...</string>
Tracy Pu29a1cd82009-07-02 14:39:18 -04001117</resources>