blob: 0b2f4b818d48b6ad45c6b71562fdb8e336bc5f01 [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 dials the phone. This is the name
22 used in the Launcher icon. -->
Nicolas Catania08832402009-09-24 09:52:50 -070023 <string name="launcherDialer">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080024
Katherine Kuan9856fce2011-06-01 10:24:09 -070025 <!-- Title for the activity that opens the People app. This is the name
26 used in the Launcher icon. -->
27 <string name="people">People</string>
28
29 <!-- Directory partition name -->
30 <string name="contactsList">Contacts</string>
31
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080032 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
33 This shows up in a list of things like bookmark, folder, music playlist, etc -->
34 <string name="shortcutContact">Contact</string>
35
Dianne Hackborn333a6152009-05-26 12:46:23 -070036 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
37 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070038 <string name="shortcutDialContact">Direct dial</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070039
40 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
41 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070042 <string name="shortcutMessageContact">Direct message</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070043
44 <!-- Activity title when the user is selecting a contact for a shortcut. -->
45 <string name="shortcutActivityTitle">Choose a contact shortcut</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 dial shortcut. -->
48 <string name="callShortcutActivityTitle">Choose a number to call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070049
Dianne Hackborn333a6152009-05-26 12:46:23 -070050 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
51 <string name="messageShortcutActivityTitle">Choose a number to message</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070052
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070053 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] -->
54 <string name="contactPickerActivityTitle">Select a contact</string>
55
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080056 <!-- Title for the activity that shows only starred contacts -->
57 <string name="starredList">Starred</string>
58
59 <!-- Title for the activity that shows only frequently contacted contacts -->
60 <string name="frequentList">Frequent</string>
61
62 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
63 contacts. -->
64 <string name="strequentList">Favorites</string>
65
66 <!-- The title bar when viewing the contact details activity -->
67 <string name="viewContactTitle">Contact details</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070068
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080069 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
70 viewing a contact. This string represents the built in way to view the contact. -->
71 <string name="viewContactDesription">View contact</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070072
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080073 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
74 editing a contact. This string represents the built in way to edit the contact. -->
75 <string name="editContactDescription">Edit contact</string>
76
77 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
78 creating a new contact. This string represents the built in way to create the contact. -->
79 <string name="insertContactDescription">Create contact</string>
80
Katherine Kuanc6b8afe2011-06-22 19:03:50 -070081 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
82 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] -->
83 <string name="editGroupDescription">Edit group</string>
84
85 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
86 creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] -->
87 <string name="insertGroupDescription">Create group</string>
88
Dave Santoro39156002011-07-19 01:18:14 -070089 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070090 <string name="contactDetailAbout">About</string>
91
Dave Santoro39156002011-07-19 01:18:14 -070092 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070093 <string name="contactDetailUpdates">Updates</string>
94
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080095 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
96 <string name="searchHint">Search contacts</string>
97
98 <!-- Menu item to search contacts -->
99 <string name="menu_search">Search</string>
100
101 <!-- Menu item to create a new contact -->
102 <string name="menu_newContact">New contact</string>
103
104 <!-- Menu item used to view the details for a specific contact -->
105 <string name="menu_viewContact">View contact</string>
106
107 <!-- Menu item used to call a contact, containing the name of the contact to call -->
108 <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
109
110 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
111 <string name="menu_addStar">Add to favorites</string>
112
113 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
114 <string name="menu_removeStar">Remove from favorites</string>
115
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800116 <!-- Menu item used to edit a specific contact -->
117 <string name="menu_editContact">Edit contact</string>
118
119 <!-- Menu item used to delete a specific contact -->
120 <string name="menu_deleteContact">Delete contact</string>
121
122 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
Evan Millar14fecb62009-09-09 09:23:12 -0700123 <string name="menu_call">Call contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800124
125 <!-- 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 -0700126 <string name="menu_sendSMS">Text contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800127
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700128 <!-- Menu item that makes an email address the default for a contact. The default email used
Evan Millar2e1b8af2009-09-24 09:39:21 -0700129 when you try to email a contact without specifying a specific address. -->
Evan Millar45e0ed32009-06-01 16:44:38 -0700130 <string name="menu_makeDefaultEmail">Make default email</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800131
Dmitri Plotnikovb4491ee2009-06-15 09:31:02 -0700132 <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700133 <string name="menu_splitAggregate">Separate</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700134
Katherine Kuan8268bbe2011-06-10 17:48:21 -0700135 <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] -->
136 <string name="menu_editGroup">Edit group</string>
137
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800138 <!-- Menu item that renames the currently selected group [CHAR LIMIT=30] -->
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800139 <string name="menu_renameGroup">Rename group</string>
140
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800141 <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800142 <string name="menu_deleteGroup">Delete group</string>
143
Dmitri Plotnikovc668fc32010-12-02 11:00:17 -0800144 <!-- Menu item (in the action bar) that creates a new contacts [CHAR LIMIT=12] -->
145 <string name="menu_new_contact_action_bar">New</string>
146
Katherine Kuan971116e2011-07-04 15:14:35 -0700147 <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=12] -->
148 <string name="menu_new_group_action_bar">New</string>
149
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700150 <!-- Title of the confirmation dialog for separating contacts into multiple instances -->
151 <string name="splitConfirmation_title">Separate Contact</string>
152
153 <!-- Confirmation dialog for separating contacts into multiple instances -->
154 <string name="splitConfirmation">Are you sure you want to separate this single contact
155 into multiple contacts: one for each set of contact information that was joined into it?
156 </string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700157
158 <!-- Menu item that joins an aggregate with another aggregate -->
159 <string name="menu_joinAggregate">Join</string>
Vasu Norid5e520a2009-09-28 14:31:02 -0700160
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700161 <!-- Heading of the Join Contact screen -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700162 <string name="titleJoinContactDataWith">Join contacts</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700163
164 <!-- Info blurb on the Join Contact screen -->
Dmitri Plotnikova5cfca32009-09-29 18:13:08 -0700165 <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 -0700166
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700167 <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
168 <string name="showAllContactsJoinItem">Show all contacts</string>
169
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700170 <!-- List separator for the Join Contact list: Suggestions -->
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700171 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700172
173 <!-- List separator for the Join Contact list: A-Z -->
174 <string name="separatorJoinAggregateAll">All contacts</string>
175
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700176 <!-- Toast shown after two contacts have been joined by a user action -->
177 <string name="contactsJoinedMessage">Contacts joined</string>
178
Eric Fischer26530a52010-11-29 13:52:25 -0800179 <!-- Title for the Options activity for a given contact -->
180 <string name="contactOptionsTitle">Options</string>
181
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800182 <!-- Confirmation dialog title after users selects to delete a contact. -->
183 <string name="deleteConfirmation_title">Delete</string>
184
Isaac Katzenelson683b57e2011-07-20 17:06:11 -0700185 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] -->
186 <string name="menu_set_ring_tone">Set ringtone</string>
187
188 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] -->
189 <string name="menu_redirect_calls_to_vm">Redirect calls to voicemail</string>
190
Megha Joshid5afd8a2009-09-22 09:38:41 -0700191 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700192 <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 -0700193
194 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700195 <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 -0700196
197 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
198 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
199
200 <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800201 <string name="deleteConfirmation">This contact will be deleted.</string>
202
203 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
204 <string name="menu_done">Done</string>
205
Katherine Kuan1390f852011-07-26 15:34:01 -0700206 <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
Dmitri Plotnikovc668fc32010-12-02 11:00:17 -0800207 <string name="menu_doNotSave">Cancel</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800208
Katherine Kuan9b3dfd02011-07-21 17:16:20 -0700209 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=12] -->
210 <string name="menu_discard">Discard</string>
211
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800212 <!-- The title of the activity that edits and existing contact -->
213 <string name="editContact_title_edit">Edit contact</string>
214
215 <!-- The title of the activity that creates a new contact -->
216 <string name="editContact_title_insert">New contact</string>
217
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700218 <!-- The label describing the phonetic pronunciation/reading of a contact name [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800219 <string name="label_phonetic_name">Phonetic</string>
220
221 <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
222 <string name="label_notes">Notes</string>
223
David Brown4423ca52010-08-30 18:56:37 -0700224 <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
David Brown73fcbec2010-09-01 18:58:18 -0700225 <string name="label_sip_address">Internet call</string>
David Brown4423ca52010-08-30 18:56:37 -0700226
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800227 <!-- The label describing the custom ringtone for a contact -->
228 <string name="label_ringtone">Ringtone</string>
229
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800230 <!-- Hint text for the phonetic reading of the contact name when editing -->
231 <string name="ghostData_phonetic_name">Phonetic name</string>
232
233 <!-- Hint text for the organization name when editing -->
234 <string name="ghostData_company">Company</string>
235
Daniel Lehmanna1660502010-03-24 14:18:34 -0700236 <!-- Hint text for the organization title when editing -->
237 <string name="ghostData_title">Title</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800238
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800239 <!-- Message displayed in a toast when you try to view the details of a contact that
240 for some reason doesn't exist anymore. -->
241 <string name="invalidContactMessage">The contact does not exist.</string>
242
243 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
244 list that allows the user to create a new contact, which this string is used for -->
245 <string name="pickerNewContactHeader">Create new contact</string>
246
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700247 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800248 <string name="phoneLabelsGroup">Phone</string>
249
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700250 <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800251 <string name="emailLabelsGroup">Email</string>
252
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700253 <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800254 <string name="imLabelsGroup">IM</string>
255
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700256 <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact [CHAR LIMIT=20] -->
Daniel Lehmanna4723252010-10-13 11:17:45 -0700257 <string name="postalLabelsGroup">Address</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800258
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800259 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
Dmitri Plotnikov4120f602010-11-05 11:40:55 -0700260 <skip/>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700261 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800262 <string-array name="otherLabels">
263 <!-- An organization associated with a contact -->
264 <item>Organization</item>
265 <!-- A note associated with a contact -->
266 <item>Note</item>
267 </string-array>
268
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800269 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700270 <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string>
271 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
272 <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800273
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800274 <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] -->
275 <string name="attach_photo_dialog_title">Contact photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800276
277 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
278 For example, this may be used to set a phone number's label to "Vaction house" -->
279 <string name="customLabelPickerTitle">Custom label name</string>
280
Eric Fischer7e556122010-10-27 16:01:07 -0700281 <!-- The menu item to open the list of groups to display -->
282 <string name="menu_displayGroup">Display options</string>
283
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800284 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
285 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
286
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800287 <!-- String used to indicate that a contact doesn't have a custom ringtone -->
288 <string name="default_ringtone">Default</string>
289
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700290 <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] -->
291 <string name="removePhoto">Remove photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800292
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700293 <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] -->
294 <string name="noContacts">No contacts</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800295
Katherine Kuan9add0e52011-05-10 18:26:15 -0700296 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] -->
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700297 <string name="noGroups">No groups</string>
298
299 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] -->
300 <string name="noAccounts">To create groups you need an account</string>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700301
Vasu Norid5e520a2009-09-28 14:31:02 -0700302 <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
303 <string name="noMatchingContacts">No matching contacts found.</string>
304
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800305 <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
306 <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
307
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700308 <!-- The header over the list of all contacts groups -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700309 <string name="headerContactGroups">Choose contacts to display</string>
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700310
311 <!-- The description of a group with the total number of contacts -->
312 <plurals name="groupDescrip">
313 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item>
314 </plurals>
315
316 <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers -->
317 <plurals name="groupDescripPhones">
318 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item>
319 </plurals>
320
Neel Parekhbe406ff2009-09-16 15:31:22 -0700321 <!-- 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 -0700322 <string name="savingContact">Saving contact\u2026</string>
323
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700324 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
325 <string name="savingDisplayGroups">Saving display options\u2026</string>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700326
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800327 <!-- Toast displayed when a contact is saved -->
328 <string name="contactSavedToast">Contact saved.</string>
329
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700330 <!-- Toast displayed when saving a contact failed -->
331 <string name="contactSavedErrorToast">Error, unable to save contact changes.</string>
332
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700333 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] -->
334 <string name="groupSavedToast">Group saved.</string>
335
336 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] -->
337 <string name="groupSavedErrorToast">Error, unable to save group changes.</string>
338
339 <!-- Toast displayed when adding or removing a member from a group has been saved. [CHAR LIMIT=NONE] -->
340 <string name="groupMembershipChangeSavedToast">Change has been saved.</string>
341
342 <!-- Toast displayed when trying to add a contact that has already been added to the group. [CHAR LIMIT=NONE] -->
343 <string name="contactAlreadyInGroup">Contact has already been added to the group.</string>
344
Neel Parekh0b95e122009-09-28 17:19:03 -0700345 <!-- 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 -0700346 <plurals name="listTotalPhoneContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700347 <item quantity="one">1 contact with phone number</item>
348 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700349 </plurals>
350
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800351 <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected [CHAR LIMIT=64]-->
352 <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700353
354 <!-- 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 -0700355 <plurals name="listTotalAllContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700356 <item quantity="one">1 contact</item>
357 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700358 </plurals>
359
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800360 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
361 <string name="listTotalAllContactsZero">No contacts</string>
362
363 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
364 <string name="listTotalAllContactsZeroCustom">No visible contacts</string>
365
366 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700367 <string name="listTotalAllContactsZeroStarred">No Favorites</string>
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800368
369 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
370 <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700371
Katherine Kuan495db432011-07-06 18:58:46 -0700372 <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
373 <string name="listAllContactsInAccount">Contacts in <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string>
374
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700375 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected -->
376 <plurals name="listFoundAllContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700377 <item quantity="one">1 found</item>
378 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700379 </plurals>
380
Dmitri Plotnikov61835402010-09-27 18:29:02 -0700381 <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
382 <string name="foundTooManyContacts">more than <xliff:g id="count">%d</xliff:g> found</string>
383
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700384 <!-- 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 -0700385 <string name="listFoundAllContactsZero">Not found</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700386
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800387 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
388 <plurals name="searchFoundContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700389 <item quantity="one">1 found</item>
390 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800391 </plurals>
392
Daniel Lehmann6e6c2412011-07-08 20:18:19 -0700393 <!-- The description text for the "all contacts" tab. Space is limited for this string, so the shorter the better -->
394 <string name="contactsAllLabel">All</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800395
Katherine Kuan9add0e52011-05-10 18:26:15 -0700396 <!-- The description text for the groups tab. Space is limited for this string, so the shorter the better -->
397 <string name="contactsGroupsLabel">Groups</string>
398
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800399 <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
400 <string name="contactsFavoritesLabel">Favorites</string>
401
402 <!-- 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 -0700403 <string name="dialerIconLabel">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800404
405 <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
406 <string name="recentCallsIconLabel">Call log</string>
407 <string name="liveFolderAll">All contacts</string>
408 <string name="liveFolderFavorites">Starred contacts</string>
409 <string name="liveFolderPhone">Contacts with phone numbers</string>
410
411 <!-- Menu item used to send an SMS or MMS message to a phone number -->
Roy West07a68442009-09-20 17:18:23 -0700412 <string name="menu_sendTextMessage">Send text message</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800413
414 <!-- Menu item used to call a contact from the call log -->
415 <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
416
417 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
418 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
419
420 <!-- Menu item used to add a number from the call log to contacts -->
421 <string name="recentCalls_addToContact">Add to contacts</string>
422
423 <!-- Menu item used to remove a single call from the call log -->
424 <string name="recentCalls_removeFromRecentList">Remove from call log</string>
425
426 <!-- Menu item used to remove all calls from the call log -->
427 <string name="recentCalls_deleteAll">Clear call log</string>
428
429 <!-- Text displayed when the call log is empty -->
430 <string name="recentCalls_empty">Call log is empty.</string>
431
Daniel Lehmanndd421812010-03-01 14:54:56 -0800432 <!-- Title of the confirmation dialog for clearing the call log -->
433 <string name="clearCallLogConfirmation_title">Clear call log</string>
434
435 <!-- Confirmation dialog for clearing the call log -->
436 <string name="clearCallLogConfirmation">Are you sure you want to clear the call log?</string>
437
Daniel Lehmann0bb65a82011-03-15 20:21:46 -0700438 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
439 <string name="clearCallLogProgress_title">Clearing call log</string>
440
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800441 <!-- The title of a dialog that displays the IMEI of the phone -->
442 <string name="imei">IMEI</string>
443
Tracy Pu29a1cd82009-07-02 14:39:18 -0400444 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
445 <string name="meid">MEID</string>
446
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800447 <!-- String used for displaying calls to the voicemail number in the call log -->
448 <string name="voicemail">Voicemail</string>
449
450 <!-- String used to display calls from unknown numbers in the call log -->
451 <string name="unknown">Unknown</string>
452
453 <!-- String used to display calls from private numbers in the call log -->
454 <string name="private_num">Private number</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700455
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700456 <!-- String used to display calls from pay phone in the call log -->
457 <string name="payphone">Pay phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800458
459 <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
460 to dial using the physical keyboard -->
461 <string name="dialerKeyboardHintText">Use keyboard to dial</string>
462
463 <!-- Hint text displayed in the "digits" field above the dialer's
464 dialpad, if there's already a call in progress. (This hint
465 reminds the user that the dialer will add a new call, as opposed
466 to sending DTMF tones over the current call.) -->
467 <string name="dialerDialpadHintText">Dial to add a call</string>
468
469 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
470 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
471
472 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
473 <string name="simContacts_title">SIM card contacts</string>
474
Bai Taobc38e1f2010-03-19 09:57:03 +0800475 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled -->
476 <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>
477
478 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts -->
479 <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string>
480
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800481 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700482 <string name="noContactsHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
483 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li>
484 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
485 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
486 </string>
487 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
488 <string name="noContactsHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
Roy West4a83a6d2009-09-25 07:25:03 -0700489 \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 -0800490 \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 -0700491 \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 -0800492 </string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700493
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800494 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700495 <string name="noContactsHelpTextWithSync" product="tablet">"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
496 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li>
497 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
498 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
499 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
500 </string>
501 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
502 <string name="noContactsHelpTextWithSync" product="default">"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
Roy West4a83a6d2009-09-25 07:25:03 -0700503 \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 -0700504 \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 -0800505 \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 -0700506 \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 -0800507 </string>
508
Neel Parekhf4455402009-09-14 18:00:09 -0700509 <!-- 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)-->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700510 <string name="noContactsNoSimHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
511 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li>
512 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
513 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
514 </string>
515 <!-- 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)-->
516 <string name="noContactsNoSimHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
Roy West4a83a6d2009-09-25 07:25:03 -0700517 \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 -0700518 \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 -0700519 \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 -0700520 </string>
521
522 <!-- 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) -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700523 <string name="noContactsNoSimHelpTextWithSync" product="tablet">"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
524 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li>
525 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
526 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
527 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
528 </string>
529 <!-- 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) -->
530 <string name="noContactsNoSimHelpTextWithSync" product="default">"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
Roy West4a83a6d2009-09-25 07:25:03 -0700531 \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 -0700532 \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 -0700533 \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 -0700534 \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 -0700535 </string>
536
Neel Parekhf4455402009-09-14 18:00:09 -0700537 <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab -->
Neel Parekh865d5d02009-09-22 14:26:26 -0700538 <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 -0700539 <li>Touch the <b>Contacts</b> tab\n</li>
Neel Parekhf4455402009-09-14 18:00:09 -0700540 \n<li>Touch the contact you want to add to your favorites\n</li>
541 \n<li>Touch the star next to the contact\'s name\n</li>"
542 </string>
543
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800544 <!-- Live folder label for all contacts -->
Roy West07a68442009-09-20 17:18:23 -0700545 <string name="liveFolder_all_label">All contacts</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800546
547 <!-- Live folder label for only starred contacts -->
548 <string name="liveFolder_favorites_label">Starred</string>
549
550 <!-- Live folder label for all contacts with phone numbers -->
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700551 <string name="liveFolder_phones_label">Phones</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800552
553 <!-- Item label: jump to the in-call DTMF dialpad.
554 (Part of a list of options shown in the dialer when another call
555 is already in progress.) -->
556 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
557
558 <!-- Item label: jump to the in-call UI.
559 (Part of a list of options shown in the dialer when another call
560 is already in progress.) -->
561 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
562
563 <!-- Item label: use the Dialer's dialpad to add another call.
564 (Part of a list of options shown in the dialer when another call
565 is already in progress.) -->
566 <string name="dialer_addAnotherCall">Add call</string>
567
568 <!-- Title bar for call detail screen -->
569 <string name="callDetailTitle">Call details</string>
570
571 <!-- Toast for call detail screen when couldn't read the requested details -->
572 <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
573
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800574 <!-- Title for incoming call details screen -->
575 <string name="type_incoming">Incoming call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700576
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800577 <!-- Title for outgoing call details screen -->
578 <string name="type_outgoing">Outgoing call</string>
579
580 <!-- Title for missed call details screen -->
581 <string name="type_missed">Missed call</string>
582
Flavio Lerda4586feb2011-07-09 17:03:48 +0100583 <!-- Title for voicemail details screen -->
584 <string name="type_voicemail">Voicemail</string>
585
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800586 <!-- Description for incoming calls going to voice mail vs. not -->
587 <string name="actionIncomingCall">Incoming calls</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700588
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800589 <!-- Action string for calling back a number in the call log -->
590 <string name="callBack">Call back</string>
591
592 <!-- Action string for calling a number in the call log again -->
593 <string name="callAgain">Call again</string>
594
595 <!-- Action string for returning a missed call in the call log -->
596 <string name="returnCall">Return call</string>
597
598 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
599 <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 -0700600
Frank Sposarobcb58dd2011-08-01 18:00:30 -0700601 <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
602 <string name="favoritesFrequentContacted">Frequently contacted</string>
603
604 <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
605 <string name="favoritesFrequentCalled">Frequently called</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700606
607 <!-- Dialog title when prompting before creating a contact -->
Roy West07a68442009-09-20 17:18:23 -0700608 <string name="add_contact_dlg_title">Add contact</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700609 <!-- Dialog message when prompting before creating a contact. Includes
610 the email address, e.g. "Add xyz@foo.com to contacts?" -->
611 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700612
svetoslavganova91a6fc2009-04-28 19:22:46 -0700613 <!-- String describing the image on ImageButton one
614
615 Note: AccessibilityServices use this attribute to announce what the view represents.
616 This is especially valuable for views without textual representation like ImageView.
617 -->
618 <string name="description_image_button_one">one</string>
619
620 <!-- String describing the image on ImageButton two
621
622 Note: AccessibilityServices use this attribute to announce what the view represents.
623 This is especially valuable for views without textual representation like ImageView.
624 -->
625 <string name="description_image_button_two">two</string>
626
627 <!-- String describing the image on ImageButton three
628
629 Note: AccessibilityServices use this attribute to announce what the view represents.
630 This is especially valuable for views without textual representation like ImageView.
631 -->
632 <string name="description_image_button_three">three</string>
633
634 <!-- String describing the image on ImageButton four
635
636 Note: AccessibilityServices use this attribute to announce what the view represents.
637 This is especially valuable for views without textual representation like ImageView.
638 -->
639 <string name="description_image_button_four">four</string>
640
641 <!-- String describing the image on ImageButton five
642
643 Note: AccessibilityServices use this attribute to announce what the view represents.
644 This is especially valuable for views without textual representation like ImageView.
645 -->
646 <string name="description_image_button_five">five</string>
647
648 <!-- String describing the image on ImageButton six
649
650 Note: AccessibilityServices use this attribute to announce what the view represents.
651 This is especially valuable for views without textual representation like ImageView.
652 -->
653 <string name="description_image_button_six">six</string>
654
655 <!-- String describing the image on ImageButton seven
656
657 Note: AccessibilityServices use this attribute to announce what the view represents.
658 This is especially valuable for views without textual representation like ImageView.
659 -->
660 <string name="description_image_button_seven">seven</string>
661
662 <!-- String describing the image on ImageButton eight
663
664 Note: AccessibilityServices use this attribute to announce what the view represents.
665 This is especially valuable for views without textual representation like ImageView.
666 -->
667 <string name="description_image_button_eight">eight</string>
668
669 <!-- String describing the image on ImageButton nine
670
671 Note: AccessibilityServices use this attribute to announce what the view represents.
672 This is especially valuable for views without textual representation like ImageView.
673 -->
674 <string name="description_image_button_nine">nine</string>
675
676 <!-- String describing the image on ImageButton star
677
678 Note: AccessibilityServices use this attribute to announce what the view represents.
679 This is especially valuable for views without textual representation like ImageView.
680 -->
681 <string name="description_image_button_star">star</string>
682
683 <!-- String describing the image on ImageButton zero
684
685 Note: AccessibilityServices use this attribute to announce what the view represents.
686 This is especially valuable for views without textual representation like ImageView.
687 -->
688 <string name="description_image_button_zero">zero</string>
689
690 <!-- String describing the image on ImageButton pound
691
692 Note: AccessibilityServices use this attribute to announce what the view represents.
693 This is especially valuable for views without textual representation like ImageView.
694 -->
695 <string name="description_image_button_pound">pound</string>
696
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800697 <!-- String describing the Voicemail ImageButton
698
699 Used by AccessibilityService to announce the purpose of the button.
700 -->
701 <string name="description_voicemail_button">voicemail</string>
702
Daisuke Miyakawaa4f6e062011-07-06 13:12:16 -0700703 <!-- String describing the Search ImageButton
704
705 Used by AccessibilityService to announce the purpose of the button.
Daisuke Miyakawa64c14d32011-07-06 17:07:33 -0700706 [CHAR LIMIT=NONE]
Daisuke Miyakawaa4f6e062011-07-06 13:12:16 -0700707 -->
708 <string name="description_search_button">search</string>
709
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800710 <!-- String describing the Dial ImageButton
711
712 Used by AccessibilityService to announce the purpose of the button.
713 -->
714 <string name="description_dial_button">dial</string>
715
716 <!-- String describing the Delete/Backspace ImageButton
717
718 Used by AccessibilityService to announce the purpose of the button.
719 -->
720 <string name="description_delete_button">backspace</string>
721
722 <!-- String describing the digits text box containing the number to dial.
723
724 Used by AccessibilityService to announce the purpose of the view.
725 -->
726 <string name="description_digits_edittext">number to dial</string>
727
728 <!-- String describing the Contact Photo Image
729
730 Used by AccessibilityService to announce the purpose of the view.
731 -->
732 <string name="description_contact_photo">contact photo</string>
733
734 <!-- String describing the Contact Editor Minus button
735
736 Used by AccessibilityService to announce the purpose of the button.
737 -->
738 <string name="description_minus_button">minus</string>
739
740 <!-- String describing the Contact Editor Plus button
741
742 Used by AccessibilityService to announce the purpose of the button.
743 -->
744 <string name="description_plus_button">plus</string>
745
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800746 <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
747 <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900748 <!-- Dialog title shown when SD Card does not exist -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700749 <string name="no_sdcard_title" product="default">No SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900750
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800751 <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] -->
752 <string name="no_sdcard_message" product="nosdcard">No storage detected</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900753 <!-- Dialog message shown when SDcard does not exist -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700754 <string name="no_sdcard_message" product="default">No SD card detected</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900755
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900756 <!-- Dialog title shown when searching vCard data from SD Card -->
Roy West07a68442009-09-20 17:18:23 -0700757 <string name="searching_vcard_title">Searching for vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900758
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900759 <!-- Action string for selecting SIM for importing contacts -->
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700760 <string name="import_from_sim">Import from SIM card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900761
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800762 <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=25] -->
Daisuke Miyakawa1d355d02011-06-03 08:59:53 -0700763 <string name="import_from_sdcard" product="default">Import from storage</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700764
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800765 <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
Daisuke Miyakawa1d355d02011-06-03 08:59:53 -0700766 <string name="export_to_sdcard" product="default">Export to storage</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900767
Daisuke Miyakawaa92bd032010-02-24 15:08:45 +0900768 <!-- Action that shares visible contacts -->
769 <string name="share_visible_contacts">Share visible contacts</string>
770
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900771 <!-- One of alternatives shown when the system allows a user to select how many vCard files
772 should be imported. This message shows only when the system is certain that there's more
773 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900774 <string name="import_one_vcard_string">Import one vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900775
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900776 <!-- One of alternatives shown when the system allows a user to select how many vCard files
777 should be imported. This message shows only when the system is certain that there's more
778 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900779 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
780
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900781 <!-- One of alternatives shown when the system allows a user to select how many vCard files
782 should be imported. This message shows only when the system is certain that there's more
783 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900784 <string name="import_all_vcard_string">Import all vCard files</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900785
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800786 <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] -->
787 <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in storage</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900788 <!-- Dialog message shown when searching VCard data from SD Card -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700789 <string name="searching_vcard_message" product="default">Searching for vCard data on SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900790
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700791 <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] -->
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800792 <string name="scanning_sdcard_failed_title" product="nosdcard">Scanning storage failed</string>
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900793 <!-- Dialog title shown when scanning VCard data failed. -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700794 <string name="scanning_sdcard_failed_title" product="default">Scanning SD card failed</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900795
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900796 <!-- Dialog message shown when searching VCard data failed.
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700797 An exact reason for the failure should [CHAR LIMIT=NONE] -->
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800798 <string name="scanning_sdcard_failed_message" product="nosdcard">Scanning storage failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700799 <!-- Dialog message shown when searching VCard data failed.
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900800 An exact reason for the failure should -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700801 <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 +0900802
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900803 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
804 emitted some I/O error. Exact reason will be appended by the system. -->
Daisuke Miyakawa36966322009-09-30 09:43:58 -0700805 <string name="fail_reason_io_error">I/O Error</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900806
Daisuke Miyakawa0e9c4b52010-06-07 12:01:02 -0700807 <!-- Failure reason show when Contacts app (especially vCard importer) encountered
808 low memory problem and could not proceed its import procedure. -->
809 <string name="fail_reason_low_memory_during_import">Memory is insufficient (the file may be too large)</string>
810
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900811 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
812 implementation. This might happen even when the input vCard is completely valid, though
813 we believe it is rather rare in the actual world. -->
Roy West07a68442009-09-20 17:18:23 -0700814 <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700815
Daisuke Miyakawaddf42702011-01-10 13:25:04 -0800816 <!-- The failed reason shown when vCard importer doesn't support the format.
817 This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
818 <string name="fail_reason_not_supported">The format is not supported.</string>
819
820 <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
821 <string name="vcard_import_failed">Failed to import vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900822
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800823 <!-- The failure message shown when the system could not find any vCard file.
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800824 (with extension ".vcf" in (USB) storage.)
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800825 [CHAR LIMIT=128] -->
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800826 <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in the storage</string>
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800827 <!-- The failure message shown when the system could not find any vCard file.
828 (with extension ".vcf" in SDCard.)
829 [CHAR LIMIT=128] -->
830 <string name="import_failure_no_vcard_file" product="default">No vCard file found on the SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900831
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700832 <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
833 <string name="fail_reason_failed_to_collect_vcard_meta_info">Failed to collect meta information of given vCard file(s).</string>
834
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900835 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
836 files import. It includes the case where all files were failed to be imported. -->
Daisuke Miyakawac98d5ad2009-09-01 08:37:54 +0900837 <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 +0900838
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900839 <!-- The failed reason which should not be shown but it may in some buggy condition. -->
Daisuke Miyakawab751e1d2009-09-22 11:17:02 -0700840 <string name="fail_reason_unknown">Unknown error</string>
841
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900842 <!-- Dialog title shown when a user is asked to select vCard file -->
Roy West07a68442009-09-20 17:18:23 -0700843 <string name="select_vcard_title">Select vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900844
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700845 <!-- The title shown when vCard importer is caching files to be imported into local temporary
846 data storage. -->
847 <string name="caching_vcard_title">Caching vCard(s) to local temporary storage</string>
848
849 <!-- The message shown when vCard importer is caching files to be imported into local temporary
850 data storage. -->
851 <string name="caching_vcard_message">Importer is caching vCard(s) to local temporary storage. Actual import will start soon.</string>
852
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700853 <!-- The message shown while importing vCard(s).
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900854 First argument is current index of contacts to be imported.
855 Second argument is the total number of contacts.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700856 Third argument is the name of a contact which is being read.
857 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700858 <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 +0900859
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700860 <!-- Description shown when importing vCard data.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700861 The argument is the name of a contact which is being read.
862 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700863 <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900864
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700865 <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900866 <string name="reading_vcard_failed_title">Failed to Read vCard data</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900867
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700868 <!-- The title shown when reading vCard is canceled (probably by a user)
869 [CHAR LIMIT=40] -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900870 <string name="reading_vcard_canceled_title">Reading vCard data was canceled</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900871
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800872 <!-- The title shown when reading vCard finished
873 The argument is file name the user imported.
874 [CHAR LIMIT=40] -->
875 <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900876
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700877 <!-- The title shown when importing vCard is canceled (probably by a user)
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800878 The argument is file name the user canceled importing.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700879 [CHAR LIMIT=40] -->
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800880 <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> was canceled</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700881
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800882 <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800883 when there are already other import/export requests.
884 The argument is file name the user imported.
885 [CHAR LIMIT=40] -->
886 <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string>
Daisuke Miyakawaffc16e62010-12-28 09:55:00 -0800887 <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
888 "The file" is what a user selected for importing.
889 [CHAR LIMIT=40] -->
890 <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string>
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800891 <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
892 <string name="vcard_import_request_rejected_message">vCard import request is rejected. Please try later.</string>
893 <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800894 when there are already other import/export requests.
895 The argument is file name the user exported.
896 [CHAR LIMIT=40] -->
897 <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string>
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800898 <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
899 <string name="vcard_export_request_rejected_message">vCard export request is rejected. Please try later.</string>
Daisuke Miyakawaffc16e62010-12-28 09:55:00 -0800900 <!-- Used when file name is unknown in vCard processing. It typically happens
901 when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
902 <string name="vcard_unknown_filename">contact</string>
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900903
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700904 <!-- The percentage, used for expressing the progress of vCard import/export. -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900905 <string name="percentage">%s%%</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700906
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700907 <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700908 <string name="confirm_export_title">Confirm export</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700909
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700910 <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
Roy West07a68442009-09-20 17:18:23 -0700911 <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 -0700912
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700913 <!-- Dialog title shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700914 <string name="exporting_contact_failed_title">Failed to export contact data</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700915
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700916 <!-- Dialog message shown when exporting Contact data failed -->
Roy West07a68442009-09-20 17:18:23 -0700917 <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 -0700918
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900919 <!-- The failed reason shown when there's no contact which is allowed to be exported.
920 Note that user may have contacts data but all of them are probably not allowed to be
921 exported because of security/permission reasons. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700922 <string name="fail_reason_no_exportable_contact">There is no exportable contact</string>
923
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900924 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700925 there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800926 <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files in the storage</string>
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700927 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900928 there are too many files relevant to vCard. -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700929 <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 -0700930
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900931 <!-- The failed reason shown when the given file name is too long for the system.
932 The length limit of each file is different in each Android device, so we don't need to
933 mention it here. -->
Roy West07a68442009-09-20 17:18:23 -0700934 <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 -0700935
Daisuke Miyakawa9706f462010-11-16 13:28:24 -0800936 <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800937 <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g></string>
938
939 <!-- The title shown when exporting vCard is canceled (probably by a user)
940 The argument is file name the user canceled importing.
941 [CHAR LIMIT=40] -->
942 <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> was canceled</string>
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700943
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700944 <!-- Dialog title shown when the application is exporting contact data outside -->
945 <string name="exporting_contact_list_title">Exporting contact data</string>
946
947 <!-- Message shown when the application is exporting contact data outside -->
948 <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 -0700949
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900950 <!-- The failed reason shown when contacts exporter fails to be initialized.
951 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700952 <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 -0700953
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900954 <!-- The failed reason shown when some error happend during contacts export.
955 Some exact reason must follow this. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700956 <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 -0700957
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900958 <!-- The error reason the vCard composer "may" emit when database is corrupted or
959 something is going wrong. Usually users should not see this text. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700960 <string name="composer_failed_to_get_database_infomation">Failed to get database information</string>
961
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900962 <!-- This error message shown when the user actually have no contact
963 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
964 contacts from being exported to outside world via vcard exporter, etc. -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700965 <string name="composer_has_no_exportable_contact" product="tablet">There are no exportable contacts. If you actually have contacts on your tablet, all the contacts may be prohibited from being exported to outside the tablet by some data providers.</string>
966 <!-- This error message shown when the user actually have no contact
967 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
968 contacts from being exported to outside world via vcard exporter, etc. -->
969 <string name="composer_has_no_exportable_contact" product="default">There are no exportable contacts. If you actually have contacts on your phone, all the contacts may be prohibited from being exported to outside the phone by some data providers.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700970
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900971 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
972 even when needed.
973 Users should not usually see this error message. -->
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700974 <string name="composer_not_initialized">The vCard composer is not correctly initialized</string>
975
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900976 <!-- The failed reason shown when vCard importer/exporter could not open the file
977 specified by a user. The file name should be in the message. -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700978 <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>
979
980 <!-- 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)")-->
981 <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 -0700982
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700983 <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard import. [CHAR LIMIT=40] -->
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800984 <string name="cancel_import_confirmation_title">Canceling vCard import</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700985
986 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800987 The argument is file name for the vCard import the user wants to cancel.
988 [CHAR LIMIT=128] -->
989 <string name="cancel_import_confirmation_message">Are you sure to cancel importing <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string>
990
991 <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard export. [CHAR LIMIT=128] -->
992 <string name="cancel_export_confirmation_title">Canceling vCard export</string>
993
994 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
995 The argument is file name for the vCard export the user wants to cancel.
996 [CHAR LIMIT=128] -->
997 <string name="cancel_export_confirmation_message">Are you sure to cancel exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string>
998
999 <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
1000 <string name="cancel_vcard_import_or_export_failed">Failed to cancel vCard import/export</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -07001001
Mike LeBeau98d69272009-06-30 18:34:49 -07001002 <!-- The string used to describe Contacts as a searchable item within system search settings. -->
Mike LeBeau2cc7c872009-07-17 09:58:31 -07001003 <string name="search_settings_description">Names of your contacts</string>
Reli Talc2a2a512009-06-10 16:48:00 -04001004
1005 <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
Roy West07a68442009-09-20 17:18:23 -07001006 <string name="add_2sec_pause">Add 2-sec pause</string>
1007 <string name="add_wait">Add wait</string>
David Brown3d07e6d2009-08-04 20:30:09 -07001008
Evan Millar14fecb62009-09-09 09:23:12 -07001009 <!-- Title for the call disambiguation dialog -->
1010 <string name="call_disambig_title">Call using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -07001011
Daisuke Miyakawa5f0b0842011-06-28 15:47:04 -07001012 <!-- Menu item label for call settings [CHAR LIMIT=30] -->
1013 <string name="call_settings">Call settings</string>
1014
Evan Millar14fecb62009-09-09 09:23:12 -07001015 <!-- Title for the sms disambiguation dialog -->
1016 <string name="sms_disambig_title">Text using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -07001017
Evan Millar14fecb62009-09-09 09:23:12 -07001018 <!-- Message next to disamgiguation dialog check box -->
1019 <string name="make_primary">Remember this choice</string>
David Brown3d07e6d2009-08-04 20:30:09 -07001020
Daniel Lehmannedb576a2011-07-27 16:45:13 -07001021 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
Jeff Sharkey802b2052009-08-04 14:21:06 -07001022 was found that could perform the selected action -->
Evan Millar0d0ab342009-09-30 19:03:35 -07001023 <string name="quickcontact_missing_app">No application found to handle this action</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -07001024
Katherine Kuan81281ee2011-07-28 16:20:59 -07001025 <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
1026 <string name="missing_name">(no name)</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -07001027
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -07001028 <!-- The menu item to open the list of accounts -->
1029 <string name="menu_accounts">Accounts</string>
1030
Katherine Kuanb5760b92011-06-01 16:19:40 -07001031 <!-- The menu item to filter the list of contacts displayed -->
1032 <string name="menu_contacts_filter">Contacts to display</string>
1033
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001034 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. -->
1035 <string name="menu_import_export">Import/Export</string>
1036
1037 <!-- Dialog title when selecting the bulk operation to perform from a list. -->
1038 <string name="dialog_import_export">Import/Export contacts</string>
1039
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001040 <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] -->
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001041 <string name="menu_share">Share contact</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001042
1043 <!-- Dialog title when picking the application to share a contact with. -->
1044 <string name="share_via">Share contact via</string>
1045
1046 <!-- Toast indicating that sharing a contact has failed. -->
1047 <string name="share_error">This contact cannot be shared.</string>
1048
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001049 <!-- Header that expands to list all name types when editing a structured name of a contact [CHAR LIMIT=20] -->
Jeff Sharkeyab066932009-09-21 09:55:30 -07001050 <string name="nameLabelsGroup">Name</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001051 <!-- Header that expands to list all nickname types when editing a nickname of a contact [CHAR LIMIT=20] -->
Jeff Sharkeyab066932009-09-21 09:55:30 -07001052 <string name="nicknameLabelsGroup">Nickname</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001053 <!-- Header that expands to list all organization types when editing an organization of a contact [CHAR LIMIT=20] -->
Jeff Sharkeyab066932009-09-21 09:55:30 -07001054 <string name="organizationLabelsGroup">Organization</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001055 <!-- Header that expands to list all website types when editing a website of a contact [CHAR LIMIT=20] -->
Jeff Sharkeyab066932009-09-21 09:55:30 -07001056 <string name="websiteLabelsGroup">Website</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001057 <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] -->
Fred Quintana60d19a72009-09-30 17:22:21 -07001058 <string name="eventLabelsGroup">Event</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001059 <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
Daniel Lehmann0540f8b2010-10-28 16:55:00 -07001060 <string name="relationLabelsGroup">Relationship</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001061 <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
Dmitri Plotnikov2deaee12010-09-15 15:42:08 -07001062 <string name="groupsLabel">Groups</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001063
Jeff Sharkeyab066932009-09-21 09:55:30 -07001064 <!-- Single-character overlay for home phone numbers when creating desktop shortcuts -->
1065 <string name="type_short_home">H</string>
1066 <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts -->
1067 <string name="type_short_mobile">M</string>
1068 <!-- Single-character overlay for work phone numbers when creating desktop shortcuts -->
1069 <string name="type_short_work">W</string>
1070 <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts -->
1071 <string name="type_short_pager">P</string>
1072 <!-- Single-character overlay for other phone numbers when creating desktop shortcuts -->
1073 <string name="type_short_other">O</string>
Jeff Sharkey2ae666e2009-07-21 19:30:57 -07001074
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -07001075 <string name="dialog_new_contact_account">Create contact under account</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001076
Katherine Kuan971116e2011-07-04 15:14:35 -07001077 <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] -->
1078 <string name="dialog_new_group_account">Create group under account</string>
1079
Jeff Sharkey170f7752009-08-16 00:12:48 -07001080 <string name="menu_sync_remove">Remove sync group</string>
Jeff Sharkey53568152009-09-15 23:21:49 -07001081 <string name="dialog_sync_add">Add sync group</string>
1082 <string name="display_more_groups">More groups\u2026</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -07001083
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -07001084 <!-- List title for a special contacts group that covers all contacts.-->
1085 <string name="display_ungrouped">All Other Contacts</string>
1086
Jeff Sharkey170f7752009-08-16 00:12:48 -07001087 <!-- List title for a special contacts group that covers all contacts that
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -07001088 aren't members of any other group. -->
1089 <string name="display_all_contacts">All Contacts</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -07001090
1091 <!-- Warning message given to users just before they remove a currently syncing
1092 group that would also cause all ungrouped contacts to stop syncing. -->
Eric Fischer45681b22009-08-28 12:56:58 -07001093 <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 -07001094
Jeff Sharkeyaad88482009-08-29 18:19:20 -07001095 <!-- Title for data source when creating or editing a contact that doesn't
1096 belong to a specific account. This contact will only exist on the phone
1097 and will not be synced. -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -07001098 <string name="account_phone" product="tablet">Tablet-only, unsynced</string>
1099 <!-- Title for data source when creating or editing a contact that doesn't
1100 belong to a specific account. This contact will only exist on the phone
1101 and will not be synced. -->
1102 <string name="account_phone" product="default">Phone-only, unsynced</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001103
Jeff Sharkeyab066932009-09-21 09:55:30 -07001104 <!-- Action string for calling a custom phone number -->
1105 <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
1106 <!-- Action string for calling a home phone number -->
1107 <string name="call_home">Call home</string>
1108 <!-- Action string for calling a mobile phone number -->
1109 <string name="call_mobile">Call mobile</string>
1110 <!-- Action string for calling a work phone number -->
1111 <string name="call_work">Call work</string>
1112 <!-- Action string for calling a work fax phone number -->
1113 <string name="call_fax_work">Call work fax</string>
1114 <!-- Action string for calling a home fax phone number -->
1115 <string name="call_fax_home">Call home fax</string>
1116 <!-- Action string for calling a pager phone number -->
1117 <string name="call_pager">Call pager</string>
1118 <!-- Action string for calling an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001119 <string name="call_other">Call</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001120 <!-- Action string for calling a callback number -->
1121 <string name="call_callback">Call callback</string>
1122 <!-- Action string for calling a car phone number -->
1123 <string name="call_car">Call car</string>
1124 <!-- Action string for calling a company main phone number -->
1125 <string name="call_company_main">Call company main</string>
1126 <!-- Action string for calling a ISDN phone number -->
1127 <string name="call_isdn">Call ISDN</string>
1128 <!-- Action string for calling a main phone number -->
1129 <string name="call_main">Call main</string>
1130 <!-- Action string for calling an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001131 <string name="call_other_fax">Call fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001132 <!-- Action string for calling a radio phone number -->
1133 <string name="call_radio">Call radio</string>
1134 <!-- Action string for calling a Telex phone number -->
1135 <string name="call_telex">Call telex</string>
1136 <!-- Action string for calling a TTY/TDD phone number -->
1137 <string name="call_tty_tdd">Call TTY/TDD</string>
1138 <!-- Action string for calling a work mobile phone number -->
1139 <string name="call_work_mobile">Call work mobile</string>
1140 <!-- Action string for calling a work pager phone number -->
1141 <string name="call_work_pager">Call work pager</string>
1142 <!-- Action string for calling an assistant phone number -->
1143 <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
1144 <!-- Action string for calling a MMS phone number -->
1145 <string name="call_mms">Call MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001146
Jeff Sharkeyab066932009-09-21 09:55:30 -07001147 <!-- Action string for sending an SMS to a custom phone number -->
1148 <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
1149 <!-- Action string for sending an SMS to a home phone number -->
1150 <string name="sms_home">Text home</string>
1151 <!-- Action string for sending an SMS to a mobile phone number -->
1152 <string name="sms_mobile">Text mobile</string>
1153 <!-- Action string for sending an SMS to a work phone number -->
1154 <string name="sms_work">Text work</string>
1155 <!-- Action string for sending an SMS to a work fax phone number -->
1156 <string name="sms_fax_work">Text work fax</string>
1157 <!-- Action string for sending an SMS to a home fax phone number -->
1158 <string name="sms_fax_home">Text home fax</string>
1159 <!-- Action string for sending an SMS to a pager phone number -->
1160 <string name="sms_pager">Text pager</string>
1161 <!-- Action string for sending an SMS to an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001162 <string name="sms_other">Text</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001163 <!-- Action string for sending an SMS to a callback number -->
1164 <string name="sms_callback">Text callback</string>
1165 <!-- Action string for sending an SMS to a car phone number -->
1166 <string name="sms_car">Text car</string>
1167 <!-- Action string for sending an SMS to a company main phone number -->
1168 <string name="sms_company_main">Text company main</string>
1169 <!-- Action string for sending an SMS to a ISDN phone number -->
1170 <string name="sms_isdn">Text ISDN</string>
1171 <!-- Action string for sending an SMS to a main phone number -->
1172 <string name="sms_main">Text main</string>
1173 <!-- Action string for sending an SMS to an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001174 <string name="sms_other_fax">Text fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001175 <!-- Action string for sending an SMS to a radio phone number -->
1176 <string name="sms_radio">Text radio</string>
1177 <!-- Action string for sending an SMS to a Telex phone number -->
1178 <string name="sms_telex">Text telex</string>
1179 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
1180 <string name="sms_tty_tdd">Text TTY/TDD</string>
1181 <!-- Action string for sending an SMS to a work mobile phone number -->
1182 <string name="sms_work_mobile">Text work mobile</string>
1183 <!-- Action string for sending an SMS to a work pager phone number -->
1184 <string name="sms_work_pager">Text work pager</string>
1185 <!-- Action string for sending an SMS to an assistant phone number -->
1186 <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
1187 <!-- Action string for sending an SMS to a MMS phone number -->
1188 <string name="sms_mms">Text MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001189
Jeff Sharkeyab066932009-09-21 09:55:30 -07001190 <!-- Action string for sending an email to a home email address -->
1191 <string name="email_home">Email home</string>
1192 <!-- Action string for sending an email to a mobile email address -->
1193 <string name="email_mobile">Email mobile</string>
1194 <!-- Action string for sending an email to a work email address -->
1195 <string name="email_work">Email work</string>
1196 <!-- Action string for sending an email to an other email address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001197 <string name="email_other">Email</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001198 <!-- Action string for sending an email to a custom email address -->
1199 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001200
Jeff Sharkeyab066932009-09-21 09:55:30 -07001201 <!-- Generic action string for sending an email -->
1202 <string name="email">Email</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001203
Jeff Sharkeyab066932009-09-21 09:55:30 -07001204 <!-- Action string for viewing a home postal address -->
1205 <string name="map_home">View home address</string>
1206 <!-- Action string for viewing a work postal address -->
1207 <string name="map_work">View work address</string>
1208 <!-- Action string for viewing an other postal address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001209 <string name="map_other">View address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001210 <!-- Action string for viewing a custom postal address -->
1211 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001212
Jeff Sharkeyab066932009-09-21 09:55:30 -07001213 <!-- Action string for starting an IM chat with the AIM protocol -->
1214 <string name="chat_aim">Chat using AIM</string>
1215 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
1216 <string name="chat_msn">Chat using Windows Live</string>
1217 <!-- Action string for starting an IM chat with the Yahoo protocol -->
1218 <string name="chat_yahoo">Chat using Yahoo</string>
1219 <!-- Action string for starting an IM chat with the Skype protocol -->
1220 <string name="chat_skype">Chat using Skype</string>
1221 <!-- Action string for starting an IM chat with the QQ protocol -->
1222 <string name="chat_qq">Chat using QQ</string>
1223 <!-- Action string for starting an IM chat with the Google Talk protocol -->
1224 <string name="chat_gtalk">Chat using Google Talk</string>
1225 <!-- Action string for starting an IM chat with the ICQ protocol -->
1226 <string name="chat_icq">Chat using ICQ</string>
1227 <!-- Action string for starting an IM chat with the Jabber protocol -->
1228 <string name="chat_jabber">Chat using Jabber</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001229
Jeff Sharkeyab066932009-09-21 09:55:30 -07001230 <!-- Generic action string for starting an IM chat -->
1231 <string name="chat">Chat</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001232
Dmitri Plotnikovb5954e82010-08-19 19:04:37 -07001233 <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
1234 <string name="postal_address">Address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001235 <!-- Field title for the street of a structured postal address of a contact -->
1236 <string name="postal_street">Street</string>
1237 <!-- Field title for the PO box of a structured postal address of a contact -->
1238 <string name="postal_pobox">PO box</string>
1239 <!-- Field title for the neighborhood of a structured postal address of a contact -->
1240 <string name="postal_neighborhood">Neighborhood</string>
1241 <!-- Field title for the city of a structured postal address of a contact -->
1242 <string name="postal_city">City</string>
1243 <!-- Field title for the region, or state, of a structured postal address of a contact -->
1244 <string name="postal_region">State</string>
1245 <!-- Field title for the postal code of a structured postal address of a contact -->
1246 <string name="postal_postcode">ZIP code</string>
1247 <!-- Field title for the country of a structured postal address of a contact -->
1248 <string name="postal_country">Country</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001249
Dmitri Plotnikov41f026d2010-08-19 12:05:59 -07001250 <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
1251 <string name="full_name">Name</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001252 <!-- Field title for the given name of a contact -->
1253 <string name="name_given">Given name</string>
1254 <!-- Field title for the family name of a contact -->
1255 <string name="name_family">Family name</string>
1256 <!-- Field title for the prefix name of a contact -->
1257 <string name="name_prefix">Name prefix</string>
1258 <!-- Field title for the middle name of a contact -->
1259 <string name="name_middle">Middle name</string>
1260 <!-- Field title for the suffix name of a contact -->
1261 <string name="name_suffix">Name suffix</string>
1262 <!-- Field title for the phonetic given name of a contact -->
1263 <string name="name_phonetic_given">Phonetic given name</string>
1264 <!-- Field title for the phonetic middle name of a contact -->
1265 <string name="name_phonetic_middle">Phonetic middle name</string>
1266 <!-- Field title for the phonetic family name of a contact -->
1267 <string name="name_phonetic_family">Phonetic family name</string>
Dmitri Plotnikov5ec40b02011-03-01 18:36:16 -08001268 <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
1269 <string name="name_phonetic">Phonetic name</string>
Vasu Norid5e520a2009-09-28 14:31:02 -07001270
Katherine Kuanf81e4c62011-07-01 21:46:08 -07001271 <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] -->
1272 <string name="network">Network</string>
1273
Makoto Onuki3e6991e2011-07-24 14:51:20 -07001274 <!-- Label of the button to open the "more networks" popup where the user can invite a contact to other social networks or services [CHAR LIMIT=32] -->
1275 <string name="more_networks_button">More networks</string>
1276
Katherine Kuand814e422011-07-03 21:11:48 -07001277 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]-->
1278 <string name="recent_updates">Recent</string>
1279
Jeff Hamilton01c68652009-10-05 22:39:45 -05001280 <!-- String describing which account type a contact came from when editing it -->
1281 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
1282
1283 <!-- String describing which account a contact came from when editing it -->
Daisuke Miyakawad37a8912011-03-27 09:35:28 -07001284 <string name="from_account_format"><xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
Jeff Hamilton01c68652009-10-05 22:39:45 -05001285
1286 <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
1287 <string name="use_photo_as_primary">Use this photo</string>
1288
Katherine Kuand96056c2011-07-23 20:02:58 -07001289 <!-- Text used to explain that a contact cannot be edited since the data is read only [CHAR LIMIT=40] -->
1290 <string name="contact_read_only">Not editable on this device</string>
Jeff Hamilton01c68652009-10-05 22:39:45 -05001291
Jeff Hamiltond5a45672009-10-06 22:12:02 -05001292 <!-- Text describing that a contact has no information available other than name and photo -->
1293 <string name="no_contact_details">No additional information for this contact</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001294
Katherine Kuanffb45de2011-07-25 17:22:22 -07001295 <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] -->
1296 <string name="group_read_only">Not editable on this device</string>
1297
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001298 <!-- Label of the "sort list by" display option -->
1299 <string name="display_options_sort_list_by">Sort list by</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001300
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001301 <!-- An allowable value for the "sort list by" contact display option -->
1302 <string name="display_options_sort_by_given_name">Given name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001303
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001304 <!-- An allowable value for the "sort list by" contact display option -->
1305 <string name="display_options_sort_by_family_name">Family name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001306
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001307 <!-- Label of the "view names as" display option -->
1308 <string name="display_options_view_names_as">View contact names as</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001309
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001310 <!-- An allowable value for the "view names as" contact display option -->
1311 <string name="display_options_view_given_name_first">Given name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001312
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001313 <!-- An allowable value for the "view names as" contact display option -->
1314 <string name="display_options_view_family_name_first">Family name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001315
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -08001316 <!-- Gray hint displayed in the search field in Contacts when empty -->
1317 <string name="search_bar_hint">Search contacts</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001318
Dmitri Plotnikov8e86b752010-02-22 17:47:57 -08001319 <!-- Button displayed underneath the list of filtered visible contacts -->
1320 <string name="search_for_all_contacts">Search for all contacts</string>
1321
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001322 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -08001323 <string name="take_photo">Take photo</string>
1324
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001325 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
1326 <string name="take_new_photo">Take new photo</string>
1327
1328 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -08001329 <string name="pick_photo">Select photo from Gallery</string>
Dmitri Plotnikov98fd6502010-03-09 11:05:55 -08001330
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001331 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
1332 <string name="pick_new_photo">Select new photo from Gallery</string>
1333
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001334 <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -08001335 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001336
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001337 <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -08001338 <string name="upgrade_in_progress">Contact list is being updated.</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001339
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001340 <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -08001341 <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
1342 \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
1343 Mb of internal storage.\n\nChoose one of the following options:</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001344
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001345 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001346 <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001347
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001348 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001349 <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
Dmitri Plotnikov207d4f62010-03-23 16:38:29 -07001350
Dmitri Plotnikov207d4f62010-03-23 16:38:29 -07001351 <!-- Title shown in the search result activity of contacts app while searching -->
1352 <string name="search_results_searching">Searching...</string>
Bai Taodf5e05f2010-04-09 00:44:44 +08001353
Bai Taodf5e05f2010-04-09 00:44:44 +08001354 <!-- Label to display only selection in multiple picker -->
1355 <string name="menu_display_selected">"Show selected"</string>
1356
1357 <!-- Label to display all recipients in multiple picker -->
1358 <string name="menu_display_all">"Show all"</string>
1359
1360 <!-- Label to select all contacts in multiple picker -->
1361 <string name="menu_select_all">"Select all"</string>
1362
1363 <!-- Label to clear all selection in multiple picker -->
1364 <string name="menu_select_none">"Unselect all"</string>
1365
1366 <!-- Label to display how many selected in multiple picker -->
1367 <plurals name="multiple_picker_title">
1368 <!-- number of selected recipients is one -->
1369 <item quantity="one">"1 recipient selected"</item>
1370 <!-- number of selected recipients is not equal to one -->
1371 <item quantity="other"><xliff:g id="count">%d</xliff:g>" recipients selected"</item>
1372 </plurals>
1373
Bai Taodf5e05f2010-04-09 00:44:44 +08001374 <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker -->
1375 <string name="no_contacts_selected">"No contacts selected."</string>
1376
Daniel Lehmannf7ce5972010-11-02 22:30:24 -07001377 <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] -->
1378 <string name="add_field">Add another field</string>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001379
Katherine Kuan398e3802011-07-21 21:16:15 -07001380 <!-- The button to add another entry of a specific data type (i.e. email, phone, address) to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
1381 <string name="add_new_entry_for_section">Add new</string>
Katherine Kuan1b220732011-04-28 18:45:39 -07001382
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001383 <!-- Attbution of a contact status update, when the time of update is unknown -->
1384 <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
1385
1386 <!-- Attbution of a contact status update, when the time of update is known -->
1387 <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>
1388
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001389 <!-- String describing the Star/Favorite checkbox
1390
1391 Used by AccessibilityService to announce the purpose of the view.
1392 -->
1393 <string name="description_star">favorite</string>
1394
1395 <!-- The title of the Edit-Contact screen -->
1396 <string name="edit_contact">Edit contact</string>
1397
1398 <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated
1399 anyway if we change our mind later -->
1400 <plurals name="merge_info">
1401 <item quantity="one">not merged</item>
1402 <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item>
1403 </plurals>
1404
Dmitri Plotnikov1c5c8e22010-06-24 15:14:45 -07001405 <!-- The name of the invisible local contact directory -->
1406 <string name="local_invisible_directory">Other</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001407
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001408 <!-- The title of a confirmation dialog shown when the user selects a
1409 contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
1410 <string name="aggregation_suggestion_join_dialog_title">Join contacts</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001411
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001412 <!-- The message in a confirmation dialog shown when the user selects a
1413 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
1414 <string name="aggregation_suggestion_join_dialog_message">Join
1415 the current contact with the selected contact?</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001416
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001417 <!-- The title of a confirmation dialog shown when the user selects a
1418 contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
1419 <string name="aggregation_suggestion_edit_dialog_title">Edit selected contacts</string>
1420
Flavio Lerda87bd5362011-06-30 12:20:43 +01001421 <!-- The message in a confirmation dialog shown when the user selects a
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001422 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
1423 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing
1424 the selected contact? Information you entered so far will be copied.</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001425
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -07001426 <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]-->
Daniel Lehmann18db43d2010-09-30 18:16:59 -07001427 <string name="menu_copyContact">Copy to my contacts</string>
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001428
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -07001429 <!-- The button that adds a contact to the predefined group "My Contacts" (as this is
1430 mostly interesting for Google-contacts, this should have the same description as the
1431 function of GMail/Contacts on the Web
1432 [CHAR LIMIT=40] -->
1433 <string name="add_to_my_contacts">Add to &quot;My Contacts&quot;</string>
1434
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001435 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
Dmitri Plotnikovee194e52010-11-29 12:10:13 -08001436 <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string>
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -07001437
Dmitri Plotnikov400a5f82010-09-28 21:10:19 -07001438 <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
1439 <string name="directory_search_label">Directory</string>
1440
1441 <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
1442 <string name="local_search_label">Contacts</string>
1443
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -07001444 <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] -->
1445 <string name="toast_making_personal_copy">Creating a personal copy</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001446
1447 <!-- Prompt for selection of a contact list filter [CHAR LIMIT=64] -->
1448 <string name="list_filter_prompt">Choose contact list</string>
1449
1450 <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
Dmitri Plotnikov049a6452010-09-26 12:47:12 -07001451 <string name="list_filter_all_accounts">All contacts</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001452
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001453 <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
1454 <string name="list_filter_all_starred">Starred</string>
1455
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001456 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001457 <string name="list_filter_custom">Custom</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001458
1459 <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
1460 <string name="list_filter_customize">Customize...</string>
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001461
Dmitri Plotnikov009676f2010-10-08 12:13:57 -07001462 <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
1463 <string name="list_filter_phones">Contacts with phone numbers</string>
1464
Dmitri Plotnikov6e850a02010-10-28 10:46:21 -07001465 <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
1466 <string name="list_filter_single">Contact</string>
1467
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001468 <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
Dmitri Plotnikova4d6a3b2010-10-06 18:04:31 -07001469 <string name="custom_list_filter">Define custom view</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001470
1471 <!-- Title of the settings activity [CHAR LIMIT=64] -->
1472 <string name="activity_title_settings">Settings</string>
1473
Katherine Kuan495db432011-07-06 18:58:46 -07001474 <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
1475 <string name="activity_title_contacts_filter">Contacts to display</string>
1476
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001477 <!-- Menu item for the settings activity [CHAR LIMIT=64] -->
Isaac Katzenelson789bc592011-07-20 16:00:21 -07001478 <string name="menu_settings">Display Options</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001479
1480 <!-- The preference section title for contact display options [CHAR LIMIT=128] -->
1481 <string name="preference_displayOptions">Display options</string>
Daniel Lehmann1ad4d1b2010-10-18 19:20:41 -07001482
1483 <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View
1484 of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] -->
1485 <string name="organization_company_and_title"><xliff:g id="company" example="Technical Program Manager">%2$s</xliff:g>, <xliff:g id="company" example="Google Inc.">%1$s</xliff:g></string>
Daniel Lehmanne9b196e2010-10-26 12:17:39 -07001486
Dmitri Plotnikov4d174aa2010-10-25 15:38:54 -07001487 <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
1488 <string name="hint_findContacts">Find contacts</string>
Daniel Lehmanne9b196e2010-10-26 12:17:39 -07001489
1490 <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] -->
1491 <string name="non_phone_caption">Phone number</string>
1492
1493 <!-- Button to add a phone number to contacts [CHAR LIMIT=25] -->
1494 <string name="non_phone_add_to_contacts">Add to contacts</string>
1495
1496 <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] -->
1497 <string name="non_phone_close">Close</string>
Daniel Lehmann392ccec2010-11-01 20:50:03 -07001498
Daniel Lehmannfad92b82010-10-27 21:00:21 -07001499 <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] -->
1500 <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string>
Daniel Lehmann392ccec2010-11-01 20:50:03 -07001501
1502 <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
1503 <string name="date_year_toggle">Provide a year</string>
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -07001504
1505 <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] -->
1506 <string name="social_widget_label">Contact</string>
Daniel Lehmann3cceb3f2010-11-05 12:59:17 -07001507
1508 <!-- Message of widget while it is loading data [CHAR LIMIT=20] -->
1509 <string name="social_widget_loading">Loading \u2026</string>
Dmitri Plotnikov8b826462010-11-17 14:52:24 -08001510
1511 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1512 Creates a new contact. [CHAR LIMIT=128] -->
1513 <string name="contacts_unavailable_create_contact">Create a new contact</string>
1514
1515 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1516 Navigates to account setup [CHAR LIMIT=128] -->
1517 <string name="contacts_unavailable_add_account">Sign in to an account</string>
1518
1519 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1520 Initiates a contact import dialog [CHAR LIMIT=128] -->
1521 <string name="contacts_unavailable_import_contacts">Import contacts from a file</string>
1522
Dmitri Plotnikov1ac58b62010-11-19 16:12:09 -08001523 <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] -->
1524 <string name="create_group_dialog_title">Create new group</string>
1525
1526 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] -->
1527 <string name="create_group_item_label">[Create new group]</string>
1528
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001529 <!-- Title of the dialog that allows renaming of a contact group [CHAR LIMIT=128] -->
1530 <string name="rename_group_dialog_title">Rename group</string>
1531
1532 <!-- Title of the dialog that allows deletion of a contact group [CHAR LIMIT=128] -->
1533 <string name="delete_group_dialog_title">Delete group</string>
1534
Katherine Kuan0ff0e312011-06-08 17:43:51 -07001535 <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] -->
1536 <plurals name="num_groups_in_account">
1537 <item quantity="one">1 group</item>
1538 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item>
1539 </plurals>
1540
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001541 <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] -->
Flavio Lerda87bd5362011-06-30 12:20:43 +01001542 <string name="delete_group_dialog_message">Are you sure you want to delete the group
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001543 \'<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\'?
1544 (Contacts themselves will not be deleted.)
1545 </string>
1546
Katherine Kuan2b431c02011-07-17 14:46:34 -07001547 <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] -->
1548 <plurals name="num_contacts_in_group">
1549 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item>
1550 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item>
1551 </plurals>
1552
Katherine Kuanea1c3a52011-07-23 15:28:29 -07001553 <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] -->
1554 <plurals name="group_list_num_contacts_in_group">
1555 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item>
1556 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item>
1557 </plurals>
1558
Dmitri Plotnikov4c699fc2010-11-23 11:49:15 -08001559 <!-- Toast displayed when the user creates a new contact and attempts to join it
1560 with another before entering any data [CHAR LIMIT=256] -->
1561 <string name="toast_join_with_empty_contact">Please enter contact name before joining
1562 with another contact.
1563 </string>
Dmitri Plotnikovee194e52010-11-29 12:10:13 -08001564
1565 <!-- Joined contact indicator displayed in the contact detail [CHAR LIMIT=64] -->
1566 <string name="indicator_joined_contact">Joined contact</string>
Dmitri Plotnikov50c02ed2010-12-06 14:38:45 -08001567
Frank Sposaro627e5dd2011-07-25 12:44:52 -07001568 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
1569 <string name="copy_text">Copy to clipboard</string>
1570
1571 <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] -->
1572 <string name="set_default">Set default</string>
1573
1574 <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] -->
1575 <string name="clear_default">Clear default</string>
1576
Dmitri Plotnikov50c02ed2010-12-06 14:38:45 -08001577 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
1578 <string name="toast_text_copied">Text copied</string>
Flavio Lerda87bd5362011-06-30 12:20:43 +01001579
Dmitri Plotnikovd3eedfc2010-12-15 17:36:54 -08001580 <!-- Title of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=64] -->
1581 <string name="cancel_confirmation_dialog_title">Discard changes</string>
1582
1583 <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] -->
1584 <string name="cancel_confirmation_dialog_message">Do you want to discard your changes?</string>
1585
1586 <!-- Button in the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=20] -->
1587 <string name="discard">Discard</string>
Flavio Lerda9cafe472011-06-08 14:06:13 +01001588
1589 <!-- Description of a call log entry, made of a call type and a date -->
1590 <string name="call_type_and_date">
1591 <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g>
1592 </string>
Dave Santoro0a4d2252011-05-20 11:40:34 -07001593
1594 <!-- Text displayed in place of the display name for the contact that represents the user's
1595 personal profile entry [CHAR LIMIT=64] -->
1596 <string name="profile_display_name">My profile</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -07001597
1598 <!-- Label to instruct the user to type in a contact's name to add the contact as a member of the current group. [CHAR LIMIT=64] -->
1599 <string name="enter_contact_name">Enter contact\'s name</string>
1600
1601 <!-- The title of the activity that creates a new group [CHAR LIMIT=NONE] -->
1602 <string name="editGroup_title_insert">New group</string>
1603
1604 <!-- The title of the activity that edits an existing group [CHAR LIMIT=NONE] -->
1605 <string name="editGroup_title_edit">Edit group</string>
Flavio Lerda87bd5362011-06-30 12:20:43 +01001606
Katherine Kuan703cda72011-07-15 18:20:36 -07001607 <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=20] -->
1608 <string name="view_updates_from_group">View updates</string>
1609
Flavio Lerdab78b7092011-07-26 13:38:44 +01001610 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
1611 <plurals name="notification_voicemail_title">
1612 <item quantity="one">Voicemail</item>
1613 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> Voicemails</item>
1614 </plurals>
1615
1616 <!-- Used to build a list of names or phone numbers, to indicate the callers who left
1617 voicemails.
1618 The first argument may be one or more callers, the most recent ones.
1619 The second argument is an additional callers.
1620 This string is used to build a list of callers.
1621
1622 [CHAR LIMIT=10]
1623 -->
1624 <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, <xliff:g id="older_caller">%2$s</xliff:g></string>
1625
1626 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
1627 <string name="notification_new_voicemail_ticker">New voicemail from <xliff:g id="caller">%1$s</xliff:g></string>
Flavio Lerda4586feb2011-07-09 17:03:48 +01001628
Hugo Hudsonb002f512011-07-15 17:41:12 +01001629 <!-- Initial display for position of current playback, do not translate. -->
1630 <string name="voicemail_initial_time">00:05</string>
Hugo Hudsonb002f512011-07-15 17:41:12 +01001631
Flavio Lerdab78b7092011-07-26 13:38:44 +01001632 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
Hugo Hudson757aa552011-07-20 01:15:25 +01001633 <string name="voicemail_playback_error">Could not play voicemail</string>
1634
Flavio Lerda4586feb2011-07-09 17:03:48 +01001635 <!-- The separator between the call type text and the date in the call log [CHAR LIMIT=3] -->
1636 <string name="call_log_type_date_separator">/</string>
Flavio Lerda76921902011-07-13 21:11:51 +01001637
1638 <!-- The header in the call log used to identify missed calls and voicemail that have not yet been consumed [CHAR LIMIT=10] -->
1639 <string name="call_log_new_header">New</string>
1640
1641 <!-- The header in the call log used to identify items that have been already consumed [CHAR LIMIT=10] -->
1642 <string name="call_log_old_header">Older</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001643
1644 <!-- Voicemail status message shown at the top of call log to notify the user that no new
1645 voicemails are currently available. This can happen when both notification as well as data
1646 connection to the voicemail server is lost. [CHAR LIMIT=64] -->
1647 <string name="voicemail_status_voicemail_not_available">Cannot connect to voicemail server.</string>
1648 <!-- Voicemail status message shown at the top of call log to notify the user that there is no
1649 data connection to the voicemail server, but there are new voicemails waiting on the server.
1650 [CHAR LIMIT=64] -->
1651 <string name="voicemail_status_messages_waiting">Cannot connect to voicemail server. New voicemails waiting.</string>
1652 <!-- Voicemail status message shown at the top of call log to invite the user to configure
1653 visual voicemail. [CHAR LIMIT=64] -->
1654 <string name="voicemail_status_configure_voicemail">Configure your voicemail.</string>
1655 <!-- Voicemail status message shown at the top of call details screen to notify the user that
1656 the audio of this voicemail is not available. [CHAR LIMIT=64] -->
1657 <string name="voicemail_status_audio_not_available">Audio not available.</string>
1658
1659 <!-- User action prompt shown next to a voicemail status message to let the user configure
1660 visual voicemail. [CHAR LIMIT=20] -->
1661 <string name="voicemail_status_action_configure">Configure</string>
1662 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
1663 server directly to listen to the voicemails. [CHAR LIMIT=20] -->
1664 <string name="voicemail_status_action_call_server">Call voicemail</string>
Flavio Lerda8e39c712011-07-15 19:57:01 +01001665
Hugo Hudsond1cac902011-07-24 23:56:38 +01001666 <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
1667 <string name="voicemail_speed_slowest">slowest speed</string>
1668 <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
1669 <string name="voicemail_speed_slower">slow speed</string>
1670 <!-- Normal voicemail playback speed. [CHAR LIMIT=30] -->
1671 <string name="voicemail_speed_normal">normal speed</string>
1672 <!-- Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
1673 <string name="voicemail_speed_faster">fast speed</string>
1674 <!-- Fastest voicemail playback speed. [CHAR LIMIT=30] -->
1675 <string name="voicemail_speed_fastest">fastest speed</string>
1676
Flavio Lerda8e39c712011-07-15 19:57:01 +01001677 <!-- The counter for calls in a group in the call log [CHAR LIMIT=5] -->
1678 <string name="call_log_item_count">(%1$d)</string>
Isaac Katzenelson85806162011-07-19 14:36:13 -07001679
1680 <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]-->
1681 <string name="group_name_hint">Group\'s Name</string>
Jeff Hamiltone967f7c2011-06-30 12:01:23 -05001682
1683 <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
1684 <string name="nfc_vcard_file_name">Contact received over NFC</string>
Flavio Lerdad52e2ae2011-07-22 00:08:38 +01001685
1686 <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
1687 <string name="menu_show_voicemails_only">Show voicemails only</string>
Frank Sposaro595d6ea2011-07-20 11:03:26 -07001688
1689 <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
1690 <string name="status_available">Available</string>
1691
1692 <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
1693 <string name="status_away">Away</string>
1694
1695 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
1696 <string name="status_busy">Busy</string>
1697
Flavio Lerda40569562011-07-22 21:51:29 +01001698 <!-- String describing the icon in the call log used to place a call.
1699
1700 Note: AccessibilityServices use this attribute to announce what the view represents.
1701 This is especially valuable for views without textual representation like ImageView.
1702 -->
1703 <string name="description_call_log_call_button">Call number</string>
1704
1705 <!-- String describing the icon in the call log used to play a voicemail.
1706
1707 Note: AccessibilityServices use this attribute to announce what the view represents.
1708 This is especially valuable for views without textual representation like ImageView.
1709 -->
1710 <string name="description_call_log_play_button">Play voicemail</string>
1711
1712 <!-- String describing the icon in the call log used to represent an incoming call.
1713
1714 Note: AccessibilityServices use this attribute to announce what the view represents.
1715 This is especially valuable for views without textual representation like ImageView.
1716 -->
1717 <string name="description_call_log_incoming_call">Incoming call</string>
1718
1719 <!-- String describing the icon in the call log used to represent an outgoing call.
1720
1721 Note: AccessibilityServices use this attribute to announce what the view represents.
1722 This is especially valuable for views without textual representation like ImageView.
1723 -->
1724
1725 <string name="description_call_log_outgoing_call">Outgoing call</string>
1726
1727 <!-- String describing the icon in the call log used to represent a missed call.
1728
1729 Note: AccessibilityServices use this attribute to announce what the view represents.
1730 This is especially valuable for views without textual representation like ImageView.
1731 -->
1732
1733 <string name="description_call_log_missed_call">Missed call</string>
1734
1735 <!-- String describing the icon in the call log used to represent a voicemail left to the user.
1736
1737 Note: AccessibilityServices use this attribute to announce what the view represents.
1738 This is especially valuable for views without textual representation like ImageView.
1739 -->
1740 <string name="description_call_log_voicemail">Voicemail</string>
1741
1742 <!-- String describing the icon in the call log used to represent an unheard voicemail left to
1743 the user.
1744
1745 Note: AccessibilityServices use this attribute to announce what the view represents.
1746 This is especially valuable for views without textual representation like ImageView.
1747 -->
1748 <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
1749
Flavio Lerdabe45e0f2011-07-25 21:00:30 +01001750 <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] -->
1751 <string name="call_log_empty_gecode">-</string>
1752
Tracy Pu29a1cd82009-07-02 14:39:18 -04001753</resources>