blob: 960df1ec5c819cd29f2f6046142d0cd1d5e23a1f [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">
Dianne Hackborn15a5ad82010-06-22 16:09:43 -070017 <!-- Label for this app's shared user ID (and thus for all other
18 apps sharing the uid). -->
19 <string name="sharedUserLabel">Android Core Apps</string>
20
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080021 <!-- Title for the activity that shows contacts. This is the name
22 used in the Launcher icon. -->
23 <string name="contactsList">Contacts</string>
24
25 <!-- Title for the activity that dials the phone. This is the name
26 used in the Launcher icon. -->
Nicolas Catania08832402009-09-24 09:52:50 -070027 <string name="launcherDialer">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080028
29 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
30 This shows up in a list of things like bookmark, folder, music playlist, etc -->
31 <string name="shortcutContact">Contact</string>
32
Dianne Hackborn333a6152009-05-26 12:46:23 -070033 <!-- Name of activity that allows users to create shortcuts on the home screen to dial 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="shortcutDialContact">Direct dial</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070036
37 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
38 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070039 <string name="shortcutMessageContact">Direct message</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070040
41 <!-- Activity title when the user is selecting a contact for a shortcut. -->
42 <string name="shortcutActivityTitle">Choose a contact shortcut</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070043
Dianne Hackborn333a6152009-05-26 12:46:23 -070044 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
45 <string name="callShortcutActivityTitle">Choose a number to call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070046
Dianne Hackborn333a6152009-05-26 12:46:23 -070047 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
48 <string name="messageShortcutActivityTitle">Choose a number to message</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070049
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070050 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] -->
51 <string name="contactPickerActivityTitle">Select a contact</string>
52
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080053 <!-- Title for the activity that shows only starred contacts -->
54 <string name="starredList">Starred</string>
55
56 <!-- Title for the activity that shows only frequently contacted contacts -->
57 <string name="frequentList">Frequent</string>
58
59 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
60 contacts. -->
61 <string name="strequentList">Favorites</string>
62
63 <!-- The title bar when viewing the contact details activity -->
64 <string name="viewContactTitle">Contact details</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070065
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080066 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
67 viewing a contact. This string represents the built in way to view the contact. -->
68 <string name="viewContactDesription">View contact</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070069
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080070 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
71 editing a contact. This string represents the built in way to edit the contact. -->
72 <string name="editContactDescription">Edit contact</string>
73
Daniel Lehmanncdef2b62010-06-06 18:25:49 -070074 <!-- The caption in the edit-email screen -->
75 <string name="edit_email_caption">Email address:</string>
76
77 <!-- The caption of the custom type -->
78 <string name="edit_email_type_caption">Type:</string>
79
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080080 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
81 creating a new contact. This string represents the built in way to create the contact. -->
82 <string name="insertContactDescription">Create contact</string>
83
84 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
85 <string name="searchHint">Search contacts</string>
86
87 <!-- Menu item to search contacts -->
88 <string name="menu_search">Search</string>
89
90 <!-- Menu item to create a new contact -->
91 <string name="menu_newContact">New contact</string>
92
93 <!-- Menu item used to view the details for a specific contact -->
94 <string name="menu_viewContact">View contact</string>
95
96 <!-- Menu item used to call a contact, containing the name of the contact to call -->
97 <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
98
99 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
100 <string name="menu_addStar">Add to favorites</string>
101
102 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
103 <string name="menu_removeStar">Remove from favorites</string>
104
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800105 <!-- Menu item used to edit a specific contact -->
106 <string name="menu_editContact">Edit contact</string>
107
108 <!-- Menu item used to delete a specific contact -->
109 <string name="menu_deleteContact">Delete contact</string>
110
111 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
Evan Millar14fecb62009-09-09 09:23:12 -0700112 <string name="menu_call">Call contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800113
114 <!-- 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 -0700115 <string name="menu_sendSMS">Text contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800116
117 <!-- Menu item used to send an email message to a specific email address -->
118 <string name="menu_sendEmail">Send email</string>
119
120 <!-- Menu item used to view a contact's address on a map -->
121 <string name="menu_viewAddress">Map address</string>
122
123 <!-- Menu item that makes a phone the default for a contact. The default number used when you
124 try to call a contact without specifying a specific number. -->
125 <string name="menu_makeDefaultNumber">Make default number</string>
126
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700127 <!-- Menu item that makes an email address the default for a contact. The default email used
Evan Millar2e1b8af2009-09-24 09:39:21 -0700128 when you try to email a contact without specifying a specific address. -->
Evan Millar45e0ed32009-06-01 16:44:38 -0700129 <string name="menu_makeDefaultEmail">Make default email</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800130
Dmitri Plotnikovb4491ee2009-06-15 09:31:02 -0700131 <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700132 <string name="menu_splitAggregate">Separate</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700133
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700134 <!-- Toast shown after a contact has been split from an aggregate by a user action -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700135 <string name="contactsSplitMessage">Contacts separated</string>
136
137 <!-- Title of the confirmation dialog for separating contacts into multiple instances -->
138 <string name="splitConfirmation_title">Separate Contact</string>
139
140 <!-- Confirmation dialog for separating contacts into multiple instances -->
141 <string name="splitConfirmation">Are you sure you want to separate this single contact
142 into multiple contacts: one for each set of contact information that was joined into it?
143 </string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700144
145 <!-- Menu item that joins an aggregate with another aggregate -->
146 <string name="menu_joinAggregate">Join</string>
Vasu Norid5e520a2009-09-28 14:31:02 -0700147
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700148 <!-- Heading of the Join Contact screen -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700149 <string name="titleJoinContactDataWith">Join contacts</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700150
151 <!-- Info blurb on the Join Contact screen -->
Dmitri Plotnikova5cfca32009-09-29 18:13:08 -0700152 <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 -0700153
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700154 <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
155 <string name="showAllContactsJoinItem">Show all contacts</string>
156
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700157 <!-- List separator for the Join Contact list: Suggestions -->
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700158 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700159
160 <!-- List separator for the Join Contact list: A-Z -->
161 <string name="separatorJoinAggregateAll">All contacts</string>
162
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700163 <!-- Toast shown after two contacts have been joined by a user action -->
164 <string name="contactsJoinedMessage">Contacts joined</string>
165
Dmitri Plotnikovef038722009-06-24 18:51:47 -0700166 <!-- Menu item that opens the Options activity for a given contact -->
167 <string name="menu_contactOptions">Options</string>
168
169 <!-- Title for the Options activity for a given contact -->
170 <string name="contactOptionsTitle">Options</string>
171
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800172 <!-- Confirmation dialog title after users selects to delete a contact. -->
173 <string name="deleteConfirmation_title">Delete</string>
174
Megha Joshid5afd8a2009-09-22 09:38:41 -0700175 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700176 <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 -0700177
178 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700179 <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 -0700180
181 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
182 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
183
184 <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800185 <string name="deleteConfirmation">This contact will be deleted.</string>
186
187 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
188 <string name="menu_done">Done</string>
189
190 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
191 <string name="menu_doNotSave">Revert</string>
192
193 <!-- The title of the activity that edits and existing contact -->
194 <string name="editContact_title_edit">Edit contact</string>
195
196 <!-- The title of the activity that creates a new contact -->
197 <string name="editContact_title_insert">New contact</string>
198
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800199 <!-- The label describing the phonetic pronunciation/reading of a contact name -->
200 <string name="label_phonetic_name">Phonetic</string>
201
202 <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
203 <string name="label_notes">Notes</string>
204
David Brown4423ca52010-08-30 18:56:37 -0700205 <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
David Brown73fcbec2010-09-01 18:58:18 -0700206 <string name="label_sip_address">Internet call</string>
David Brown4423ca52010-08-30 18:56:37 -0700207
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800208 <!-- The label describing the custom ringtone for a contact -->
209 <string name="label_ringtone">Ringtone</string>
210
211 <!-- Hint text for the contact name when editing -->
212 <string name="ghostData_name">First and Last</string>
213
214 <!-- Hint text for the phonetic reading of the contact name when editing -->
215 <string name="ghostData_phonetic_name">Phonetic name</string>
216
217 <!-- Hint text for the organization name when editing -->
218 <string name="ghostData_company">Company</string>
219
Daniel Lehmanna1660502010-03-24 14:18:34 -0700220 <!-- Hint text for the organization title when editing -->
221 <string name="ghostData_title">Title</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800222
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800223 <!-- Message displayed in a toast when you try to view the details of a contact that
224 for some reason doesn't exist anymore. -->
225 <string name="invalidContactMessage">The contact does not exist.</string>
226
227 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
228 list that allows the user to create a new contact, which this string is used for -->
229 <string name="pickerNewContactHeader">Create new contact</string>
230
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800231 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
232 <string name="phoneLabelsGroup">Phone</string>
233
234 <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
235 <string name="emailLabelsGroup">Email</string>
236
237 <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
238 <string name="imLabelsGroup">IM</string>
239
240 <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
241 <string name="postalLabelsGroup">Postal address</string>
242
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800243 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
244 <skip/>
245 <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
246 <string-array name="otherLabels">
247 <!-- An organization associated with a contact -->
248 <item>Organization</item>
249 <!-- A note associated with a contact -->
250 <item>Note</item>
251 </string-array>
252
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800253 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
254 <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
255
256 <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
257 <string name="attachToContact">Contact icon</string>
258
259 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
260 For example, this may be used to set a phone number's label to "Vaction house" -->
261 <string name="customLabelPickerTitle">Custom label name</string>
262
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800263 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
264 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
265
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800266 <!-- String used to indicate that a contact doesn't have a custom ringtone -->
267 <string name="default_ringtone">Default</string>
268
Jeff Hamilton753b74f2009-10-08 19:46:26 -0500269 <!-- The button/menu item that allows you to change an existing contact picture -->
270 <string name="changePicture">Change icon</string>
271
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800272 <!-- The menu item that allows you to remove a picture from a contact -->
273 <string name="removePicture">Remove icon</string>
274
275 <!-- The text displayed when the contacts list is empty while displaying all contacts -->
276 <string name="noContacts">No contacts.</string>
277
Vasu Norid5e520a2009-09-28 14:31:02 -0700278 <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
279 <string name="noMatchingContacts">No matching contacts found.</string>
280
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800281 <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
282 <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
283
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700284 <!-- The title of the filter to only show contacts with phone numbers -->
285 <string name="showFilterPhones">Only contacts with phones</string>
286
287 <!-- The description of the filter to only show contacts with phone numbers -->
288 <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string>
289
290 <!-- The header over the list of all contacts groups -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700291 <string name="headerContactGroups">Choose contacts to display</string>
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700292
293 <!-- The description of a group with the total number of contacts -->
294 <plurals name="groupDescrip">
295 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item>
296 </plurals>
297
298 <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers -->
299 <plurals name="groupDescripPhones">
300 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item>
301 </plurals>
302
Neel Parekhbe406ff2009-09-16 15:31:22 -0700303 <!-- 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 -0700304 <string name="savingContact">Saving contact\u2026</string>
305
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700306 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
307 <string name="savingDisplayGroups">Saving display options\u2026</string>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700308
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800309 <!-- Toast displayed when a contact is saved -->
310 <string name="contactSavedToast">Contact saved.</string>
311
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700312 <!-- Toast displayed when saving a contact failed -->
313 <string name="contactSavedErrorToast">Error, unable to save contact changes.</string>
314
Neel Parekh0b95e122009-09-28 17:19:03 -0700315 <!-- 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 -0700316 <plurals name="listTotalPhoneContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700317 <item quantity="one">1 contact with phone number</item>
318 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700319 </plurals>
320
321 <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected -->
322 <string name="listTotalPhoneContactsZero">No visible contacts with phone numbers</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700323
324 <!-- 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 -0700325 <plurals name="listTotalAllContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700326 <item quantity="one">1 contact</item>
327 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700328 </plurals>
329
330 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Only contacts with phones" not selected -->
331 <string name="listTotalAllContactsZero">No visible contacts</string>
332
333 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected -->
334 <plurals name="listFoundAllContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700335 <item quantity="one">1 found</item>
336 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700337 </plurals>
338
Dmitri Plotnikov61835402010-09-27 18:29:02 -0700339 <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
340 <string name="foundTooManyContacts">more than <xliff:g id="count">%d</xliff:g> found</string>
341
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700342 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected -->
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700343 <string name="listFoundAllContactsZero">Not found</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700344
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800345 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
346 <plurals name="searchFoundContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700347 <item quantity="one">1 found</item>
348 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800349 </plurals>
350
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800351 <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
352 <string name="contactsIconLabel">Contacts</string>
353
354 <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
355 <string name="contactsFavoritesLabel">Favorites</string>
356
357 <!-- 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 -0700358 <string name="dialerIconLabel">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800359
360 <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
361 <string name="recentCallsIconLabel">Call log</string>
362 <string name="liveFolderAll">All contacts</string>
363 <string name="liveFolderFavorites">Starred contacts</string>
364 <string name="liveFolderPhone">Contacts with phone numbers</string>
365
366 <!-- Menu item used to send an SMS or MMS message to a phone number -->
Roy West07a68442009-09-20 17:18:23 -0700367 <string name="menu_sendTextMessage">Send text message</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800368
369 <!-- Menu item used to call a contact from the call log -->
370 <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
371
372 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
373 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
374
375 <!-- Menu item used to add a number from the call log to contacts -->
376 <string name="recentCalls_addToContact">Add to contacts</string>
377
378 <!-- Menu item used to remove a single call from the call log -->
379 <string name="recentCalls_removeFromRecentList">Remove from call log</string>
380
381 <!-- Menu item used to remove all calls from the call log -->
382 <string name="recentCalls_deleteAll">Clear call log</string>
383
384 <!-- Text displayed when the call log is empty -->
385 <string name="recentCalls_empty">Call log is empty.</string>
386
Daniel Lehmanndd421812010-03-01 14:54:56 -0800387 <!-- Title of the confirmation dialog for clearing the call log -->
388 <string name="clearCallLogConfirmation_title">Clear call log</string>
389
390 <!-- Confirmation dialog for clearing the call log -->
391 <string name="clearCallLogConfirmation">Are you sure you want to clear the call log?</string>
392
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800393 <!-- The title of a dialog that displays the IMEI of the phone -->
394 <string name="imei">IMEI</string>
395
Tracy Pu29a1cd82009-07-02 14:39:18 -0400396 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
397 <string name="meid">MEID</string>
398
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800399 <!-- String used for displaying calls to the voicemail number in the call log -->
400 <string name="voicemail">Voicemail</string>
401
402 <!-- String used to display calls from unknown numbers in the call log -->
403 <string name="unknown">Unknown</string>
404
405 <!-- String used to display calls from private numbers in the call log -->
406 <string name="private_num">Private number</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700407
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700408 <!-- String used to display calls from pay phone in the call log -->
409 <string name="payphone">Pay phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800410
411 <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
412 to dial using the physical keyboard -->
413 <string name="dialerKeyboardHintText">Use keyboard to dial</string>
414
415 <!-- Hint text displayed in the "digits" field above the dialer's
416 dialpad, if there's already a call in progress. (This hint
417 reminds the user that the dialer will add a new call, as opposed
418 to sending DTMF tones over the current call.) -->
419 <string name="dialerDialpadHintText">Dial to add a call</string>
420
421 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
422 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
423
424 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
425 <string name="simContacts_title">SIM card contacts</string>
426
Bai Taobc38e1f2010-03-19 09:57:03 +0800427 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled -->
428 <string name="noContactsHelpTextWithSyncForCreateShortcut">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)"</string>
429
430 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts -->
431 <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string>
432
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800433 <!-- 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 -0700434 <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
435 \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 -0800436 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Tim Parkbc1a76c2010-04-23 13:11:11 -0700437 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800438 </string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700439
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800440 <!-- 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 -0700441 <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
442 \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 -0700443 \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 -0800444 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Tim Parkbc1a76c2010-04-23 13:11:11 -0700445 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800446 </string>
447
Neel Parekhf4455402009-09-14 18:00:09 -0700448 <!-- 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 -0700449 <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
450 \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 -0700451 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Tim Parkbc1a76c2010-04-23 13:11:11 -0700452 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700453 </string>
454
455 <!-- 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 -0700456 <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
457 \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 -0700458 \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 -0700459 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Tim Parkbc1a76c2010-04-23 13:11:11 -0700460 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700461 </string>
462
Neel Parekhf4455402009-09-14 18:00:09 -0700463 <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab -->
Neel Parekh865d5d02009-09-22 14:26:26 -0700464 <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 -0700465 <li>Touch the <b>Contacts</b> tab\n</li>
Neel Parekhf4455402009-09-14 18:00:09 -0700466 \n<li>Touch the contact you want to add to your favorites\n</li>
467 \n<li>Touch the star next to the contact\'s name\n</li>"
468 </string>
469
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800470 <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +0200471
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800472
473 <!-- Live folder label for all contacts -->
Roy West07a68442009-09-20 17:18:23 -0700474 <string name="liveFolder_all_label">All contacts</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800475
476 <!-- Live folder label for only starred contacts -->
477 <string name="liveFolder_favorites_label">Starred</string>
478
479 <!-- Live folder label for all contacts with phone numbers -->
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700480 <string name="liveFolder_phones_label">Phones</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800481
482 <!-- Item label: jump to the in-call DTMF dialpad.
483 (Part of a list of options shown in the dialer when another call
484 is already in progress.) -->
485 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
486
487 <!-- Item label: jump to the in-call UI.
488 (Part of a list of options shown in the dialer when another call
489 is already in progress.) -->
490 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
491
492 <!-- Item label: use the Dialer's dialpad to add another call.
493 (Part of a list of options shown in the dialer when another call
494 is already in progress.) -->
495 <string name="dialer_addAnotherCall">Add call</string>
496
497 <!-- Title bar for call detail screen -->
498 <string name="callDetailTitle">Call details</string>
499
500 <!-- Toast for call detail screen when couldn't read the requested details -->
501 <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
502
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800503 <!-- Title for incoming call details screen -->
504 <string name="type_incoming">Incoming call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700505
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800506 <!-- Title for outgoing call details screen -->
507 <string name="type_outgoing">Outgoing call</string>
508
509 <!-- Title for missed call details screen -->
510 <string name="type_missed">Missed call</string>
511
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800512 <!-- Description for incoming calls going to voice mail vs. not -->
513 <string name="actionIncomingCall">Incoming calls</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700514
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800515 <!-- Action string for calling back a number in the call log -->
516 <string name="callBack">Call back</string>
517
518 <!-- Action string for calling a number in the call log again -->
519 <string name="callAgain">Call again</string>
520
521 <!-- Action string for returning a missed call in the call log -->
522 <string name="returnCall">Return call</string>
523
524 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
525 <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 -0700526
Dmitri Plotnikovec8821b2010-03-03 14:35:24 -0800527 <!-- A list separator for the Favorites tab indicating that items below it are frequently contacted contacts rather than starred contacts -->
528 <string name="favoritesFrquentSeparator">Frequently contacted</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700529
530 <!-- Dialog title when prompting before creating a contact -->
Roy West07a68442009-09-20 17:18:23 -0700531 <string name="add_contact_dlg_title">Add contact</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700532 <!-- Dialog message when prompting before creating a contact. Includes
533 the email address, e.g. "Add xyz@foo.com to contacts?" -->
534 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700535
Evan Millar7911ff52009-07-21 15:55:18 -0700536 <!-- Label for the all data tab in the view and edit card -->
537 <string name="all_tab_label">All</string>
Jeff Hamiltone0529662009-08-21 02:43:47 -0500538
svetoslavganova91a6fc2009-04-28 19:22:46 -0700539 <!-- String describing the image on ImageButton one
540
541 Note: AccessibilityServices use this attribute to announce what the view represents.
542 This is especially valuable for views without textual representation like ImageView.
543 -->
544 <string name="description_image_button_one">one</string>
545
546 <!-- String describing the image on ImageButton two
547
548 Note: AccessibilityServices use this attribute to announce what the view represents.
549 This is especially valuable for views without textual representation like ImageView.
550 -->
551 <string name="description_image_button_two">two</string>
552
553 <!-- String describing the image on ImageButton three
554
555 Note: AccessibilityServices use this attribute to announce what the view represents.
556 This is especially valuable for views without textual representation like ImageView.
557 -->
558 <string name="description_image_button_three">three</string>
559
560 <!-- String describing the image on ImageButton four
561
562 Note: AccessibilityServices use this attribute to announce what the view represents.
563 This is especially valuable for views without textual representation like ImageView.
564 -->
565 <string name="description_image_button_four">four</string>
566
567 <!-- String describing the image on ImageButton five
568
569 Note: AccessibilityServices use this attribute to announce what the view represents.
570 This is especially valuable for views without textual representation like ImageView.
571 -->
572 <string name="description_image_button_five">five</string>
573
574 <!-- String describing the image on ImageButton six
575
576 Note: AccessibilityServices use this attribute to announce what the view represents.
577 This is especially valuable for views without textual representation like ImageView.
578 -->
579 <string name="description_image_button_six">six</string>
580
581 <!-- String describing the image on ImageButton seven
582
583 Note: AccessibilityServices use this attribute to announce what the view represents.
584 This is especially valuable for views without textual representation like ImageView.
585 -->
586 <string name="description_image_button_seven">seven</string>
587
588 <!-- String describing the image on ImageButton eight
589
590 Note: AccessibilityServices use this attribute to announce what the view represents.
591 This is especially valuable for views without textual representation like ImageView.
592 -->
593 <string name="description_image_button_eight">eight</string>
594
595 <!-- String describing the image on ImageButton nine
596
597 Note: AccessibilityServices use this attribute to announce what the view represents.
598 This is especially valuable for views without textual representation like ImageView.
599 -->
600 <string name="description_image_button_nine">nine</string>
601
602 <!-- String describing the image on ImageButton star
603
604 Note: AccessibilityServices use this attribute to announce what the view represents.
605 This is especially valuable for views without textual representation like ImageView.
606 -->
607 <string name="description_image_button_star">star</string>
608
609 <!-- String describing the image on ImageButton zero
610
611 Note: AccessibilityServices use this attribute to announce what the view represents.
612 This is especially valuable for views without textual representation like ImageView.
613 -->
614 <string name="description_image_button_zero">zero</string>
615
616 <!-- String describing the image on ImageButton pound
617
618 Note: AccessibilityServices use this attribute to announce what the view represents.
619 This is especially valuable for views without textual representation like ImageView.
620 -->
621 <string name="description_image_button_pound">pound</string>
622
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800623 <!-- String describing the Voicemail ImageButton
624
625 Used by AccessibilityService to announce the purpose of the button.
626 -->
627 <string name="description_voicemail_button">voicemail</string>
628
629 <!-- String describing the Dial ImageButton
630
631 Used by AccessibilityService to announce the purpose of the button.
632 -->
633 <string name="description_dial_button">dial</string>
634
635 <!-- String describing the Delete/Backspace ImageButton
636
637 Used by AccessibilityService to announce the purpose of the button.
638 -->
639 <string name="description_delete_button">backspace</string>
640
641 <!-- String describing the digits text box containing the number to dial.
642
643 Used by AccessibilityService to announce the purpose of the view.
644 -->
645 <string name="description_digits_edittext">number to dial</string>
646
647 <!-- String describing the Contact Photo Image
648
649 Used by AccessibilityService to announce the purpose of the view.
650 -->
651 <string name="description_contact_photo">contact photo</string>
652
653 <!-- String describing the Contact Editor Minus button
654
655 Used by AccessibilityService to announce the purpose of the button.
656 -->
657 <string name="description_minus_button">minus</string>
658
659 <!-- String describing the Contact Editor Plus button
660
661 Used by AccessibilityService to announce the purpose of the button.
662 -->
663 <string name="description_plus_button">plus</string>
664
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700665 <!-- Dialog title shown when shared storage does not exist [CHAR LIMIT=25] -->
666 <string name="no_sdcard_title" product="nosdcard">Shared storage unavailable</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900667 <!-- Dialog title shown when SD Card does not exist -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700668 <string name="no_sdcard_title" product="default">No SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900669
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700670 <!-- Dialog message shown when shared storage does not exist [CHAR LIMIT=30] -->
671 <string name="no_sdcard_message" product="nosdcard">No shared storage detected</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900672 <!-- Dialog message shown when SDcard does not exist -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700673 <string name="no_sdcard_message" product="default">No SD card detected</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900674
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900675 <!-- Dialog title shown when searching vCard data from SD Card -->
Roy West07a68442009-09-20 17:18:23 -0700676 <string name="searching_vcard_title">Searching for vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900677
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900678 <!-- Action string for selecting SIM for importing contacts -->
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700679 <string name="import_from_sim">Import from SIM card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900680
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700681 <!-- Action string for selecting shared storage for importing contacts [CHAR LIMIT=25] -->
682 <string name="import_from_sdcard" product="nosdcard">Import from shared storage</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900683 <!-- Action string for selecting SD Card for importing contacts -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700684 <string name="import_from_sdcard" product="default">Import from SD card</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700685
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700686 <!-- Action that exports all contacts to shared storage [CHAR LIMIT=25] -->
687 <string name="export_to_sdcard" product="nosdcard">Export to shared storage</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700688 <!-- Action that exports all contacts to SD Card -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700689 <string name="export_to_sdcard" product="default">Export to SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900690
Daisuke Miyakawaa92bd032010-02-24 15:08:45 +0900691 <!-- Action that shares visible contacts -->
692 <string name="share_visible_contacts">Share visible contacts</string>
693
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900694 <!-- One of alternatives shown when the system allows a user to select how many vCard files
695 should be imported. This message shows only when the system is certain that there's more
696 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900697 <string name="import_one_vcard_string">Import one vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900698
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900699 <!-- One of alternatives shown when the system allows a user to select how many vCard files
700 should be imported. This message shows only when the system is certain that there's more
701 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900702 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
703
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900704 <!-- One of alternatives shown when the system allows a user to select how many vCard files
705 should be imported. This message shows only when the system is certain that there's more
706 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900707 <string name="import_all_vcard_string">Import all vCard files</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900708
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700709 <!-- Dialog message shown when searching VCard data from SD Card [CHAR LIMIT=NONE] -->
710 <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in shared storage</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900711 <!-- Dialog message shown when searching VCard data from SD Card -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700712 <string name="searching_vcard_message" product="default">Searching for vCard data on SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900713
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700714 <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] -->
715 <string name="scanning_sdcard_failed_title" product="nosdcard">Scanning shared storage failed</string>
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900716 <!-- Dialog title shown when scanning VCard data failed. -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700717 <string name="scanning_sdcard_failed_title" product="default">Scanning SD card failed</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900718
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900719 <!-- Dialog message shown when searching VCard data failed.
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700720 An exact reason for the failure should [CHAR LIMIT=NONE] -->
721 <string name="scanning_sdcard_failed_message" product="nosdcard">Scanning shared storage failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
722 <!-- Dialog message shown when searching VCard data failed.
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900723 An exact reason for the failure should -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700724 <string name="scanning_sdcard_failed_message" product="default">Scanning SD card failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900725
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900726 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
727 emitted some I/O error. Exact reason will be appended by the system. -->
Daisuke Miyakawa36966322009-09-30 09:43:58 -0700728 <string name="fail_reason_io_error">I/O Error</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900729
Daisuke Miyakawa0e9c4b52010-06-07 12:01:02 -0700730 <!-- Failure reason show when Contacts app (especially vCard importer) encountered
731 low memory problem and could not proceed its import procedure. -->
732 <string name="fail_reason_low_memory_during_import">Memory is insufficient (the file may be too large)</string>
733
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900734 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
735 implementation. This might happen even when the input vCard is completely valid, though
736 we believe it is rather rare in the actual world. -->
Roy West07a68442009-09-20 17:18:23 -0700737 <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700738
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900739 <!-- The failed reason shown when the current vCard importer cannot parse the file since the
740 parser is incomplete (actually, there's missing part in the current vCard parser, though
741 our understanding is that the functionality missed by the current vCard parser
742 is rarely needed in the actual vCard...). -->
Roy West07a68442009-09-20 17:18:23 -0700743 <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 +0900744
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900745 <!-- The failed reason shown when the system could not find any vCard file
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700746 (with extension ".vcf" in SDCard.) [CHAR LIMIT=NONE] -->
747 <string name="fail_reason_no_vcard_file" product="nosdcard">No vCard file found in the shared storage</string>
748 <!-- The failed reason shown when the system could not find any vCard file
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900749 (with extension ".vcf" in SDCard.) -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700750 <string name="fail_reason_no_vcard_file" product="default">No vCard file found on the SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900751
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700752 <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
753 <string name="fail_reason_failed_to_collect_vcard_meta_info">Failed to collect meta information of given vCard file(s).</string>
754
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900755 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
756 files import. It includes the case where all files were failed to be imported. -->
Daisuke Miyakawac98d5ad2009-09-01 08:37:54 +0900757 <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 +0900758
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900759 <!-- The failed reason which should not be shown but it may in some buggy condition. -->
Daisuke Miyakawab751e1d2009-09-22 11:17:02 -0700760 <string name="fail_reason_unknown">Unknown error</string>
761
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900762 <!-- Dialog title shown when a user is asked to select vCard file -->
Roy West07a68442009-09-20 17:18:23 -0700763 <string name="select_vcard_title">Select vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900764
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700765 <!-- The title shown when vCard importer is caching files to be imported into local temporary
766 data storage. -->
767 <string name="caching_vcard_title">Caching vCard(s) to local temporary storage</string>
768
769 <!-- The message shown when vCard importer is caching files to be imported into local temporary
770 data storage. -->
771 <string name="caching_vcard_message">Importer is caching vCard(s) to local temporary storage. Actual import will start soon.</string>
772
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700773 <!-- The message shown while importing vCard(s).
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900774 First argument is current index of contacts to be imported.
775 Second argument is the total number of contacts.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700776 Third argument is the name of a contact which is being read.
777 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700778 <string name="progress_notifier_message">Importing <xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900779
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700780 <!-- Description shown when importing vCard data.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700781 The argument is the name of a contact which is being read.
782 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700783 <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900784
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700785 <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900786 <string name="reading_vcard_failed_title">Failed to Read vCard data</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900787
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700788 <!-- The title shown when reading vCard is canceled (probably by a user)
789 [CHAR LIMIT=40] -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900790 <string name="reading_vcard_canceled_title">Reading vCard data was canceled</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900791
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700792 <!-- The title shown when reading vCard finished -->
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700793 <string name="importing_vcard_finished_title">Finished importing vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900794
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700795 <!-- The title shown when importing vCard is canceled (probably by a user)
796 [CHAR LIMIT=40] -->
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700797 <string name="importing_vcard_canceled_title">Reading vCard data was canceled</string>
798
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900799 <!-- The message shown when vCard importer started running. -->
800 <string name="vcard_importer_start_message">vCard importer started.</string>
801
802 <!-- The message shown when additional vCard to be imported is given during the import for others -->
803 <string name="vcard_importer_will_start_message">vCard importer will import the vCard after a while.</string>
804
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700805 <!-- The percentage, used for expressing the progress of vCard import/export. -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900806 <string name="percentage">%s%%</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700807
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700808 <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700809 <string name="confirm_export_title">Confirm export</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700810
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700811 <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700812 <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 -0700813
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700814 <!-- Dialog title shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700815 <string name="exporting_contact_failed_title">Failed to export contact data</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700816
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700817 <!-- Dialog message shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700818 <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 -0700819
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900820 <!-- The failed reason shown when there's no contact which is allowed to be exported.
821 Note that user may have contacts data but all of them are probably not allowed to be
822 exported because of security/permission reasons. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700823 <string name="fail_reason_no_exportable_contact">There is no exportable contact</string>
824
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900825 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700826 there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
827 <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files on the shared storage</string>
828 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900829 there are too many files relevant to vCard. -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700830 <string name="fail_reason_too_many_vcard" product="default">Too many vCard files on the SD card</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700831
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900832 <!-- The failed reason shown when the given file name is too long for the system.
833 The length limit of each file is different in each Android device, so we don't need to
834 mention it here. -->
Roy West07a68442009-09-20 17:18:23 -0700835 <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 -0700836
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700837 <!-- The message shown when vCard importer started running. -->
838 <string name="vcard_exporter_start_message">vCard exporter started.</string>
839
840 <!-- The title shown when reading vCard is canceled (probably by a user) -->
841 <string name="exporting_vcard_finished_title">Finished exporting vCard</string>
842
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700843 <!-- Dialog title shown when the application is exporting contact data outside -->
844 <string name="exporting_contact_list_title">Exporting contact data</string>
845
846 <!-- Message shown when the application is exporting contact data outside -->
847 <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 -0700848
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900849 <!-- The failed reason shown when contacts exporter fails to be initialized.
850 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700851 <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 -0700852
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900853 <!-- The failed reason shown when some error happend during contacts export.
854 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700855 <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 -0700856
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900857 <!-- The error reason the vCard composer "may" emit when database is corrupted or
858 something is going wrong. Usually users should not see this text. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700859 <string name="composer_failed_to_get_database_infomation">Failed to get database information</string>
860
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900861 <!-- This error message shown when the user actually have no contact
862 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
863 contacts from being exported to outside world via vcard exporter, etc. -->
Daisuke Miyakawacb70acc2009-10-19 14:31:40 +0900864 <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 -0700865
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900866 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
867 even when needed.
868 Users should not usually see this error message. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700869 <string name="composer_not_initialized">The vCard composer is not correctly initialized</string>
870
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900871 <!-- The failed reason shown when vCard importer/exporter could not open the file
872 specified by a user. The file name should be in the message. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700873 <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>
874
875 <!-- 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)")-->
876 <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 -0700877
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700878 <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard import. [CHAR LIMIT=40] -->
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700879 <string name="cancel_import_confirmation_title">Canceling import vCard</string>
880
881 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
882 The argument is the Uri for the vCard import the user wants to cancel.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700883 [CHAR LIMIT=70]
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700884 -->
885 <string name="cancel_import_confirmation_message">Are you sure to cancel importing vCard?</string>
886
Mike LeBeau98d69272009-06-30 18:34:49 -0700887 <!-- The string used to describe Contacts as a searchable item within system search settings. -->
Mike LeBeau2cc7c872009-07-17 09:58:31 -0700888 <string name="search_settings_description">Names of your contacts</string>
Reli Talc2a2a512009-06-10 16:48:00 -0400889
890 <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
Roy West07a68442009-09-20 17:18:23 -0700891 <string name="add_2sec_pause">Add 2-sec pause</string>
892 <string name="add_wait">Add wait</string>
David Brown3d07e6d2009-08-04 20:30:09 -0700893
Evan Millar14fecb62009-09-09 09:23:12 -0700894 <!-- Title for the call disambiguation dialog -->
895 <string name="call_disambig_title">Call using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700896
Evan Millar14fecb62009-09-09 09:23:12 -0700897 <!-- Title for the sms disambiguation dialog -->
898 <string name="sms_disambig_title">Text using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700899
Evan Millar14fecb62009-09-09 09:23:12 -0700900 <!-- Message next to disamgiguation dialog check box -->
901 <string name="make_primary">Remember this choice</string>
David Brown3d07e6d2009-08-04 20:30:09 -0700902
Jeff Sharkey802b2052009-08-04 14:21:06 -0700903 <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application
904 was found that could perform the selected action -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700905 <string name="quickcontact_missing_app">No application found to handle this action</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -0700906
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700907 <!-- Shown as the checkbox label that, when checked, will store remember the
908 selected choice and shortcut to it in the future. For example, this would
909 make a selected phone number the default. -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700910 <string name="quickcontact_remember_choice">Remember this choice</string>
Jeff Sharkey73714ff2009-08-23 22:13:04 -0700911
Jeff Sharkey802b2052009-08-04 14:21:06 -0700912 <!-- Shown as the header name for a person when the name is missing or unknown. -->
Evan Millar0d0ab342009-09-30 19:03:35 -0700913 <string name="quickcontact_missing_name">Unknown</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -0700914
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +0200915 <!-- Text that is shown in the Badge, when there is no data to display -->
916 <string name="quickcontact_no_data">No data</string>
917
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700918 <!-- The menu item to open the list of accounts -->
919 <string name="menu_accounts">Accounts</string>
920
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700921 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. -->
922 <string name="menu_import_export">Import/Export</string>
923
924 <!-- Dialog title when selecting the bulk operation to perform from a list. -->
925 <string name="dialog_import_export">Import/Export contacts</string>
926
927 <!-- The menu item to share the currently viewed contact -->
928 <string name="menu_share">Share</string>
929
930 <!-- Dialog title when picking the application to share a contact with. -->
931 <string name="share_via">Share contact via</string>
932
933 <!-- Toast indicating that sharing a contact has failed. -->
934 <string name="share_error">This contact cannot be shared.</string>
935
Jeff Sharkeyab066932009-09-21 09:55:30 -0700936 <!-- Header that expands to list all name types when editing a structured name of a contact -->
937 <string name="nameLabelsGroup">Name</string>
938 <!-- Header that expands to list all nickname types when editing a nickname of a contact -->
939 <string name="nicknameLabelsGroup">Nickname</string>
940 <!-- Header that expands to list all organization types when editing an organization of a contact -->
941 <string name="organizationLabelsGroup">Organization</string>
942 <!-- Header that expands to list all website types when editing a website of a contact -->
943 <string name="websiteLabelsGroup">Website</string>
Fred Quintana60d19a72009-09-30 17:22:21 -0700944 <!-- Header that expands to list all event types when editing an event of a contact -->
945 <string name="eventLabelsGroup">Event</string>
Dmitri Plotnikov2deaee12010-09-15 15:42:08 -0700946 <!-- Header for the list of all groups for a contact -->
947 <string name="groupsLabel">Groups</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700948
Jeff Sharkeyab066932009-09-21 09:55:30 -0700949 <!-- Single-character overlay for home phone numbers when creating desktop shortcuts -->
950 <string name="type_short_home">H</string>
951 <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts -->
952 <string name="type_short_mobile">M</string>
953 <!-- Single-character overlay for work phone numbers when creating desktop shortcuts -->
954 <string name="type_short_work">W</string>
955 <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts -->
956 <string name="type_short_pager">P</string>
957 <!-- Single-character overlay for other phone numbers when creating desktop shortcuts -->
958 <string name="type_short_other">O</string>
Jeff Sharkey2ae666e2009-07-21 19:30:57 -0700959
Neel Parekh450b88f2009-09-22 12:01:39 -0700960 <!-- In edit dialog, shown if the contact is marked as being read-only -->
961 <string name="edit_read_only">This contact is read-only</string>
962
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700963 <!-- Shown as the header title over a collapsible section that, by default, hides
964 secondary contact detail edit fields, such as birthday. -->
Jeff Hamilton04500c62009-09-30 14:50:11 -0700965 <string name="edit_secondary_collapse">More</string>
Jeff Sharkey2ae666e2009-07-21 19:30:57 -0700966
Jeff Sharkey0b45a582009-08-11 10:59:34 -0700967 <string name="dialog_primary_name">Primary name</string>
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700968 <string name="dialog_new_contact_account">Create contact under account</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700969
Jeff Sharkey170f7752009-08-16 00:12:48 -0700970 <string name="menu_sync_remove">Remove sync group</string>
Jeff Sharkey53568152009-09-15 23:21:49 -0700971 <string name="dialog_sync_add">Add sync group</string>
972 <string name="display_more_groups">More groups\u2026</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -0700973
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -0700974 <!-- List title for a special contacts group that covers all contacts.-->
975 <string name="display_ungrouped">All Other Contacts</string>
976
Jeff Sharkey170f7752009-08-16 00:12:48 -0700977 <!-- List title for a special contacts group that covers all contacts that
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -0700978 aren't members of any other group. -->
979 <string name="display_all_contacts">All Contacts</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -0700980
981 <!-- Warning message given to users just before they remove a currently syncing
982 group that would also cause all ungrouped contacts to stop syncing. -->
Eric Fischer45681b22009-08-28 12:56:58 -0700983 <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 -0700984
Jeff Sharkeyaad88482009-08-29 18:19:20 -0700985 <!-- Title for data source when creating or editing a contact that doesn't
986 belong to a specific account. This contact will only exist on the phone
987 and will not be synced. -->
Dmitri Plotnikov34ed21c2010-10-07 15:46:01 -0700988 <string name="account_phone">Phone-only, unsynced</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700989
Jeff Sharkeyab066932009-09-21 09:55:30 -0700990 <!-- Action string for calling a custom phone number -->
991 <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
992 <!-- Action string for calling a home phone number -->
993 <string name="call_home">Call home</string>
994 <!-- Action string for calling a mobile phone number -->
995 <string name="call_mobile">Call mobile</string>
996 <!-- Action string for calling a work phone number -->
997 <string name="call_work">Call work</string>
998 <!-- Action string for calling a work fax phone number -->
999 <string name="call_fax_work">Call work fax</string>
1000 <!-- Action string for calling a home fax phone number -->
1001 <string name="call_fax_home">Call home fax</string>
1002 <!-- Action string for calling a pager phone number -->
1003 <string name="call_pager">Call pager</string>
1004 <!-- Action string for calling an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001005 <string name="call_other">Call</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001006 <!-- Action string for calling a callback number -->
1007 <string name="call_callback">Call callback</string>
1008 <!-- Action string for calling a car phone number -->
1009 <string name="call_car">Call car</string>
1010 <!-- Action string for calling a company main phone number -->
1011 <string name="call_company_main">Call company main</string>
1012 <!-- Action string for calling a ISDN phone number -->
1013 <string name="call_isdn">Call ISDN</string>
1014 <!-- Action string for calling a main phone number -->
1015 <string name="call_main">Call main</string>
1016 <!-- Action string for calling an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001017 <string name="call_other_fax">Call fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001018 <!-- Action string for calling a radio phone number -->
1019 <string name="call_radio">Call radio</string>
1020 <!-- Action string for calling a Telex phone number -->
1021 <string name="call_telex">Call telex</string>
1022 <!-- Action string for calling a TTY/TDD phone number -->
1023 <string name="call_tty_tdd">Call TTY/TDD</string>
1024 <!-- Action string for calling a work mobile phone number -->
1025 <string name="call_work_mobile">Call work mobile</string>
1026 <!-- Action string for calling a work pager phone number -->
1027 <string name="call_work_pager">Call work pager</string>
1028 <!-- Action string for calling an assistant phone number -->
1029 <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
1030 <!-- Action string for calling a MMS phone number -->
1031 <string name="call_mms">Call MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001032
Jeff Sharkeyab066932009-09-21 09:55:30 -07001033 <!-- Action string for sending an SMS to a custom phone number -->
1034 <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
1035 <!-- Action string for sending an SMS to a home phone number -->
1036 <string name="sms_home">Text home</string>
1037 <!-- Action string for sending an SMS to a mobile phone number -->
1038 <string name="sms_mobile">Text mobile</string>
1039 <!-- Action string for sending an SMS to a work phone number -->
1040 <string name="sms_work">Text work</string>
1041 <!-- Action string for sending an SMS to a work fax phone number -->
1042 <string name="sms_fax_work">Text work fax</string>
1043 <!-- Action string for sending an SMS to a home fax phone number -->
1044 <string name="sms_fax_home">Text home fax</string>
1045 <!-- Action string for sending an SMS to a pager phone number -->
1046 <string name="sms_pager">Text pager</string>
1047 <!-- Action string for sending an SMS to an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001048 <string name="sms_other">Text</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001049 <!-- Action string for sending an SMS to a callback number -->
1050 <string name="sms_callback">Text callback</string>
1051 <!-- Action string for sending an SMS to a car phone number -->
1052 <string name="sms_car">Text car</string>
1053 <!-- Action string for sending an SMS to a company main phone number -->
1054 <string name="sms_company_main">Text company main</string>
1055 <!-- Action string for sending an SMS to a ISDN phone number -->
1056 <string name="sms_isdn">Text ISDN</string>
1057 <!-- Action string for sending an SMS to a main phone number -->
1058 <string name="sms_main">Text main</string>
1059 <!-- Action string for sending an SMS to an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001060 <string name="sms_other_fax">Text fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001061 <!-- Action string for sending an SMS to a radio phone number -->
1062 <string name="sms_radio">Text radio</string>
1063 <!-- Action string for sending an SMS to a Telex phone number -->
1064 <string name="sms_telex">Text telex</string>
1065 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
1066 <string name="sms_tty_tdd">Text TTY/TDD</string>
1067 <!-- Action string for sending an SMS to a work mobile phone number -->
1068 <string name="sms_work_mobile">Text work mobile</string>
1069 <!-- Action string for sending an SMS to a work pager phone number -->
1070 <string name="sms_work_pager">Text work pager</string>
1071 <!-- Action string for sending an SMS to an assistant phone number -->
1072 <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
1073 <!-- Action string for sending an SMS to a MMS phone number -->
1074 <string name="sms_mms">Text MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001075
Jeff Sharkeyab066932009-09-21 09:55:30 -07001076 <!-- Action string for sending an email to a home email address -->
1077 <string name="email_home">Email home</string>
1078 <!-- Action string for sending an email to a mobile email address -->
1079 <string name="email_mobile">Email mobile</string>
1080 <!-- Action string for sending an email to a work email address -->
1081 <string name="email_work">Email work</string>
1082 <!-- Action string for sending an email to an other email address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001083 <string name="email_other">Email</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001084 <!-- Action string for sending an email to a custom email address -->
1085 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001086
Jeff Sharkeyab066932009-09-21 09:55:30 -07001087 <!-- Generic action string for sending an email -->
1088 <string name="email">Email</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001089
Jeff Sharkeyab066932009-09-21 09:55:30 -07001090 <!-- Action string for viewing a home postal address -->
1091 <string name="map_home">View home address</string>
1092 <!-- Action string for viewing a work postal address -->
1093 <string name="map_work">View work address</string>
1094 <!-- Action string for viewing an other postal address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001095 <string name="map_other">View address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001096 <!-- Action string for viewing a custom postal address -->
1097 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001098
Jeff Sharkeyab066932009-09-21 09:55:30 -07001099 <!-- Action string for starting an IM chat with the AIM protocol -->
1100 <string name="chat_aim">Chat using AIM</string>
1101 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
1102 <string name="chat_msn">Chat using Windows Live</string>
1103 <!-- Action string for starting an IM chat with the Yahoo protocol -->
1104 <string name="chat_yahoo">Chat using Yahoo</string>
1105 <!-- Action string for starting an IM chat with the Skype protocol -->
1106 <string name="chat_skype">Chat using Skype</string>
1107 <!-- Action string for starting an IM chat with the QQ protocol -->
1108 <string name="chat_qq">Chat using QQ</string>
1109 <!-- Action string for starting an IM chat with the Google Talk protocol -->
1110 <string name="chat_gtalk">Chat using Google Talk</string>
1111 <!-- Action string for starting an IM chat with the ICQ protocol -->
1112 <string name="chat_icq">Chat using ICQ</string>
1113 <!-- Action string for starting an IM chat with the Jabber protocol -->
1114 <string name="chat_jabber">Chat using Jabber</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001115
Jeff Sharkeyab066932009-09-21 09:55:30 -07001116 <!-- Generic action string for starting an IM chat -->
1117 <string name="chat">Chat</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001118
Dmitri Plotnikovb5954e82010-08-19 19:04:37 -07001119 <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
1120 <string name="postal_address">Address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001121 <!-- Field title for the street of a structured postal address of a contact -->
1122 <string name="postal_street">Street</string>
1123 <!-- Field title for the PO box of a structured postal address of a contact -->
1124 <string name="postal_pobox">PO box</string>
1125 <!-- Field title for the neighborhood of a structured postal address of a contact -->
1126 <string name="postal_neighborhood">Neighborhood</string>
1127 <!-- Field title for the city of a structured postal address of a contact -->
1128 <string name="postal_city">City</string>
1129 <!-- Field title for the region, or state, of a structured postal address of a contact -->
1130 <string name="postal_region">State</string>
1131 <!-- Field title for the postal code of a structured postal address of a contact -->
1132 <string name="postal_postcode">ZIP code</string>
1133 <!-- Field title for the country of a structured postal address of a contact -->
1134 <string name="postal_country">Country</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001135
Dmitri Plotnikov41f026d2010-08-19 12:05:59 -07001136 <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
1137 <string name="full_name">Name</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001138 <!-- Field title for the given name of a contact -->
1139 <string name="name_given">Given name</string>
1140 <!-- Field title for the family name of a contact -->
1141 <string name="name_family">Family name</string>
1142 <!-- Field title for the prefix name of a contact -->
1143 <string name="name_prefix">Name prefix</string>
1144 <!-- Field title for the middle name of a contact -->
1145 <string name="name_middle">Middle name</string>
1146 <!-- Field title for the suffix name of a contact -->
1147 <string name="name_suffix">Name suffix</string>
1148 <!-- Field title for the phonetic given name of a contact -->
1149 <string name="name_phonetic_given">Phonetic given name</string>
1150 <!-- Field title for the phonetic middle name of a contact -->
1151 <string name="name_phonetic_middle">Phonetic middle name</string>
1152 <!-- Field title for the phonetic family name of a contact -->
1153 <string name="name_phonetic_family">Phonetic family name</string>
Vasu Norid5e520a2009-09-28 14:31:02 -07001154
Jeff Hamilton01c68652009-10-05 22:39:45 -05001155 <!-- String describing which account type a contact came from when editing it -->
1156 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
1157
1158 <!-- String describing which account a contact came from when editing it -->
1159 <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
1160
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001161 <!-- String describing both account type and account name -->
1162 <string name="account_type_and_name"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact from <xliff:g id="source" example="user@gmail.com">%2$s</xliff:g></string>
1163
Jeff Hamilton01c68652009-10-05 22:39:45 -05001164 <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
1165 <string name="use_photo_as_primary">Use this photo</string>
1166
1167 <!-- Text used to explain that a contact cannot be edited since the data is read only -->
1168 <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string>
1169
Jeff Hamiltond5a45672009-10-06 22:12:02 -05001170 <!-- Text describing that a contact has no information available other than name and photo -->
1171 <string name="no_contact_details">No additional information for this contact</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001172
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001173 <!-- Label of the "sort list by" display option -->
1174 <string name="display_options_sort_list_by">Sort list by</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001175
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001176 <!-- An allowable value for the "sort list by" contact display option -->
1177 <string name="display_options_sort_by_given_name">Given name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001178
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001179 <!-- An allowable value for the "sort list by" contact display option -->
1180 <string name="display_options_sort_by_family_name">Family name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001181
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001182 <!-- Label of the "view names as" display option -->
1183 <string name="display_options_view_names_as">View contact names as</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001184
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001185 <!-- An allowable value for the "view names as" contact display option -->
1186 <string name="display_options_view_given_name_first">Given name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001187
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001188 <!-- An allowable value for the "view names as" contact display option -->
1189 <string name="display_options_view_family_name_first">Family name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001190
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -08001191 <!-- Gray hint displayed in the search field in Contacts when empty -->
1192 <string name="search_bar_hint">Search contacts</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001193
Dmitri Plotnikov8e86b752010-02-22 17:47:57 -08001194 <!-- Button displayed underneath the list of filtered visible contacts -->
1195 <string name="search_for_all_contacts">Search for all contacts</string>
1196
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -08001197 <!-- An option in the 'change photo' or 'pick photo' dialog -->
1198 <string name="take_photo">Take photo</string>
1199
1200 <!-- An option in the 'change photo' or 'pick photo' dialog -->
1201 <string name="pick_photo">Select photo from Gallery</string>
Dmitri Plotnikov98fd6502010-03-09 11:05:55 -08001202
1203 <!-- Text shown in the contacts app while the background process updates contacts after a locale change -->
1204 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.\n\nPlease wait...</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001205
1206 <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade -->
1207 <string name="upgrade_in_progress">Contact list is being updated.\n\nPlease wait...</string>
1208
1209 <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage -->
1210 <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001211 \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%d</xliff:g>
1212 Mb of internal phone storage.\n\nChoose one of the following options:</string>
1213
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001214 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
1215 <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001216
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001217 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
1218 <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
Dmitri Plotnikov207d4f62010-03-23 16:38:29 -07001219
1220 <!-- Title shown in the search result activity of contacts app -->
1221 <string name="search_results_for">Search results for: <xliff:g id="query">%s</xliff:g></string>
1222
1223 <!-- Title shown in the search result activity of contacts app while searching -->
1224 <string name="search_results_searching">Searching...</string>
Bai Taodf5e05f2010-04-09 00:44:44 +08001225
1226 <!-- Message of progress dialog for multiple picker -->
1227 <string name="adding_recipients">"Loading \u2026"</string>
1228
1229 <!-- Label to display only selection in multiple picker -->
1230 <string name="menu_display_selected">"Show selected"</string>
1231
1232 <!-- Label to display all recipients in multiple picker -->
1233 <string name="menu_display_all">"Show all"</string>
1234
1235 <!-- Label to select all contacts in multiple picker -->
1236 <string name="menu_select_all">"Select all"</string>
1237
1238 <!-- Label to clear all selection in multiple picker -->
1239 <string name="menu_select_none">"Unselect all"</string>
1240
1241 <!-- Label to display how many selected in multiple picker -->
1242 <plurals name="multiple_picker_title">
1243 <!-- number of selected recipients is one -->
1244 <item quantity="one">"1 recipient selected"</item>
1245 <!-- number of selected recipients is not equal to one -->
1246 <item quantity="other"><xliff:g id="count">%d</xliff:g>" recipients selected"</item>
1247 </plurals>
1248
1249 <!-- Separator label to display unknown recipients in multiple picker -->
1250 <string name="unknown_contacts_separator">"Unknown contacts"</string>
1251
1252 <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker -->
1253 <string name="no_contacts_selected">"No contacts selected."</string>
1254
Daniel Lehmannbb556952010-05-14 15:03:45 -07001255 <!-- The add field button shown in the editor under each editable Raw Contact -->
1256 <string name="add_field">Add information</string>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001257
1258 <!-- Attbution of a contact status update, when the time of update is unknown -->
1259 <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
1260
1261 <!-- Attbution of a contact status update, when the time of update is known -->
1262 <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
1263
1264 <!-- String describing the Edit push button
1265
1266 Used by AccessibilityService to announce the purpose of the view.
1267 -->
1268 <string name="description_edit">edit</string>
1269
1270 <!-- String describing the Star/Favorite checkbox
1271
1272 Used by AccessibilityService to announce the purpose of the view.
1273 -->
1274 <string name="description_star">favorite</string>
1275
1276 <!-- The title of the Edit-Contact screen -->
1277 <string name="edit_contact">Edit contact</string>
1278
1279 <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated
1280 anyway if we change our mind later -->
1281 <plurals name="merge_info">
1282 <item quantity="one">not merged</item>
1283 <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item>
1284 </plurals>
1285
1286 <!-- Command to delete a RawContact (a Fragment of a Contact) -->
1287 <string name="edit_delete_rawcontact">Delete</string>
1288
1289 <!-- Shown in a Toast to indicate an error while trying to save the Data -->
Daniel Lehmann3a120772010-06-21 16:21:35 -07001290 <string name="edit_error_saving">Error saving</string>
Daniel Lehmann83633cc2010-06-22 20:00:53 -07001291
1292 <!-- Text in the editor to show the structured editor -->
1293 <string name="edit_structured_editor_button">...</string>
Dmitri Plotnikov1c5c8e22010-06-24 15:14:45 -07001294
1295 <!-- The name of the invisible local contact directory -->
1296 <string name="local_invisible_directory">Other</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001297
1298 <!-- The heading of the contact aggregation suggestions section in Contact editor. [CHAR LIMIT=128]-->
1299 <plurals name="aggregation_suggestion_title">
1300 <item quantity="one">Similar contact</item>
1301 <item quantity="other">Similar contacts</item>
1302 </plurals>
1303
1304 <!-- The heading of the aggregation suggestion section of the Contact editor
1305 indicating the contact that will be joined with the current contact. [CHAR LIMIT=128]-->
1306 <string name="aggregation_suggestion_joined_title">Joined contact:</string>
1307
1308 <!-- The button next to a contact aggregation suggestion in Contact editor. [CHAR LIMIT=12]-->
1309 <string name="aggregation_suggestion_join_button">Join</string>
1310
1311 <!-- The button next to the message about multiple contact aggregation suggestions in Contact editor. [CHAR LIMIT=12]-->
1312 <string name="aggregation_suggestion_view_button">View</string>
1313
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001314 <!-- The menu item (or button) that creates a local copy of a corporate contact. [CHAR LIMIT=40]-->
Daniel Lehmann18db43d2010-09-30 18:16:59 -07001315 <string name="menu_copyContact">Copy to my contacts</string>
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001316
1317 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
1318 <string name="contact_directory_description">from <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string>
1319
1320 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
1321 <string name="contact_directory_account_description">from <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g> (<xliff:g id="name" example="me@acme.com">%2$s</xliff:g>)</string>
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -07001322
Dmitri Plotnikov15ccbb42010-10-05 17:29:07 -07001323 <!-- The label displayed in the Contacts action bar when in search mode [CHAR LIMIT=64] -->
1324 <string name="search_label">Searching all contact</string>
1325
Dmitri Plotnikov400a5f82010-09-28 21:10:19 -07001326 <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
1327 <string name="directory_search_label">Directory</string>
1328
1329 <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
1330 <string name="local_search_label">Contacts</string>
1331
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -07001332 <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] -->
1333 <string name="toast_making_personal_copy">Creating a personal copy</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001334
1335 <!-- Prompt for selection of a contact list filter [CHAR LIMIT=64] -->
1336 <string name="list_filter_prompt">Choose contact list</string>
1337
1338 <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
Dmitri Plotnikov049a6452010-09-26 12:47:12 -07001339 <string name="list_filter_all_accounts">All contacts</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001340
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001341 <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
1342 <string name="list_filter_all_starred">Starred</string>
1343
1344 <!-- Contact list filter label indicating that the list is showing starred contacts for the account [CHAR LIMIT=64] -->
1345 <string name="list_filter_starred">Starred</string>
1346
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001347 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001348 <string name="list_filter_custom">Custom</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001349
1350 <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
1351 <string name="list_filter_customize">Customize...</string>
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001352
Dmitri Plotnikov009676f2010-10-08 12:13:57 -07001353 <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
1354 <string name="list_filter_phones">Contacts with phone numbers</string>
1355
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001356 <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
Dmitri Plotnikova4d6a3b2010-10-06 18:04:31 -07001357 <string name="custom_list_filter">Define custom view</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001358
1359 <!-- Title of the settings activity [CHAR LIMIT=64] -->
1360 <string name="activity_title_settings">Settings</string>
1361
1362 <!-- Menu item for the settings activity [CHAR LIMIT=64] -->
1363 <string name="menu_settings">Settings</string>
1364
1365 <!-- The preference section title for contact display options [CHAR LIMIT=128] -->
1366 <string name="preference_displayOptions">Display options</string>
Tracy Pu29a1cd82009-07-02 14:39:18 -04001367</resources>