blob: 51d9b8b71a0a729df80f8c27880a5f2161409ad4 [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">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080017 <!-- Title for the activity that dials the phone. This is the name
18 used in the Launcher icon. -->
Nicolas Catania08832402009-09-24 09:52:50 -070019 <string name="launcherDialer">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080020
Katherine Kuan9856fce2011-06-01 10:24:09 -070021 <!-- Title for the activity that opens the People app. This is the name
22 used in the Launcher icon. -->
23 <string name="people">People</string>
24
25 <!-- Directory partition name -->
26 <string name="contactsList">Contacts</string>
27
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080028 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
29 This shows up in a list of things like bookmark, folder, music playlist, etc -->
30 <string name="shortcutContact">Contact</string>
31
Dianne Hackborn333a6152009-05-26 12:46:23 -070032 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
33 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070034 <string name="shortcutDialContact">Direct dial</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070035
36 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) 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="shortcutMessageContact">Direct message</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070039
40 <!-- Activity title when the user is selecting a contact for a shortcut. -->
41 <string name="shortcutActivityTitle">Choose a contact shortcut</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070042
Dianne Hackborn333a6152009-05-26 12:46:23 -070043 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
44 <string name="callShortcutActivityTitle">Choose a number to call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070045
Dianne Hackborn333a6152009-05-26 12:46:23 -070046 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
47 <string name="messageShortcutActivityTitle">Choose a number to message</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070048
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070049 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -070050 <string name="contactPickerActivityTitle">Choose a contact</string>
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070051
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080052 <!-- Title for the activity that shows only starred contacts -->
53 <string name="starredList">Starred</string>
54
55 <!-- Title for the activity that shows only frequently contacted contacts -->
56 <string name="frequentList">Frequent</string>
57
58 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
59 contacts. -->
60 <string name="strequentList">Favorites</string>
61
62 <!-- The title bar when viewing the contact details activity -->
63 <string name="viewContactTitle">Contact details</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070064
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080065 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
66 viewing a contact. This string represents the built in way to view the contact. -->
67 <string name="viewContactDesription">View contact</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 editing a contact. This string represents the built in way to edit the contact. -->
71 <string name="editContactDescription">Edit contact</string>
72
73 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
74 creating a new contact. This string represents the built in way to create the contact. -->
75 <string name="insertContactDescription">Create contact</string>
76
Katherine Kuanc6b8afe2011-06-22 19:03:50 -070077 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
78 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] -->
79 <string name="editGroupDescription">Edit group</string>
80
81 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
82 creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] -->
83 <string name="insertGroupDescription">Create group</string>
84
Dave Santoro39156002011-07-19 01:18:14 -070085 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070086 <string name="contactDetailAbout">About</string>
87
Dave Santoro39156002011-07-19 01:18:14 -070088 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070089 <string name="contactDetailUpdates">Updates</string>
90
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080091 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
92 <string name="searchHint">Search contacts</string>
93
94 <!-- Menu item to search contacts -->
95 <string name="menu_search">Search</string>
96
97 <!-- Menu item to create a new contact -->
98 <string name="menu_newContact">New contact</string>
99
100 <!-- Menu item used to view the details for a specific contact -->
101 <string name="menu_viewContact">View contact</string>
102
103 <!-- Menu item used to call a contact, containing the name of the contact to call -->
104 <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
105
106 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
107 <string name="menu_addStar">Add to favorites</string>
108
109 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
110 <string name="menu_removeStar">Remove from favorites</string>
111
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800112 <!-- Menu item used to edit a specific contact -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -0700113 <string name="menu_editContact">Edit</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800114
115 <!-- Menu item used to delete a specific contact -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -0700116 <string name="menu_deleteContact">Delete</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800117
118 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
Evan Millar14fecb62009-09-09 09:23:12 -0700119 <string name="menu_call">Call contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800120
121 <!-- 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 -0700122 <string name="menu_sendSMS">Text contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800123
Dmitri Plotnikovb4491ee2009-06-15 09:31:02 -0700124 <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700125 <string name="menu_splitAggregate">Separate</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700126
Katherine Kuan8268bbe2011-06-10 17:48:21 -0700127 <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] -->
Makoto Onuki6fe18332011-08-09 17:39:39 -0700128 <string name="menu_editGroup">Edit</string>
Katherine Kuan8268bbe2011-06-10 17:48:21 -0700129
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800130 <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
Makoto Onuki6fe18332011-08-09 17:39:39 -0700131 <string name="menu_deleteGroup">Delete</string>
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800132
Dmitri Plotnikovc668fc32010-12-02 11:00:17 -0800133 <!-- Menu item (in the action bar) that creates a new contacts [CHAR LIMIT=12] -->
134 <string name="menu_new_contact_action_bar">New</string>
135
Katherine Kuan971116e2011-07-04 15:14:35 -0700136 <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=12] -->
137 <string name="menu_new_group_action_bar">New</string>
138
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700139 <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=20] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700140 <string name="splitConfirmation_title">Separate contact?</string>
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700141
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700142 <!-- Confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700143 <string name="splitConfirmation">This contact will be separated into multiple contacts.</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700144
145 <!-- Menu item that joins an aggregate with another aggregate -->
146 <string name="menu_joinAggregate">Join</string>
Vasu Norid5e520a2009-09-28 14:31:02 -0700147
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700148 <!-- Heading of the Join Contact screen -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700149 <string name="titleJoinContactDataWith">Join contacts</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700150
Claudia de Veaux109961d2011-10-14 15:27:31 -0700151 <!-- Info blurb on the Join Contact screen [CHAR LIMIT=NONE]-->
152 <string name="blurbJoinContactDataWith">Choose the contact you want to join with <xliff:g id="name">%s</xliff:g>:</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700153
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700154 <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
155 <string name="showAllContactsJoinItem">Show all contacts</string>
156
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700157 <!-- List separator for the Join Contact list: Suggestions -->
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700158 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700159
160 <!-- List separator for the Join Contact list: A-Z -->
161 <string name="separatorJoinAggregateAll">All contacts</string>
162
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700163 <!-- Toast shown after two contacts have been joined by a user action -->
164 <string name="contactsJoinedMessage">Contacts joined</string>
165
Claudia de Veaux109961d2011-10-14 15:27:31 -0700166 <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=20]-->
167 <string name="deleteConfirmation_title">Delete contact?</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800168
Isaac Katzenelson683b57e2011-07-20 17:06:11 -0700169 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] -->
170 <string name="menu_set_ring_tone">Set ringtone</string>
171
172 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] -->
Claudia de Veauxafaae1f2011-08-09 16:22:11 -0700173 <string name="menu_redirect_calls_to_vm">All calls to voicemail</string>
Isaac Katzenelson683b57e2011-07-20 17:06:11 -0700174
Claudia de Veaux109961d2011-10-14 15:27:31 -0700175 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. [CHAR LIMIT=NONE] -->
176 <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700177
178 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700179 <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700180
181 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
182 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
183
184 <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800185 <string name="deleteConfirmation">This contact will be deleted.</string>
186
187 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
188 <string name="menu_done">Done</string>
189
Katherine Kuan1390f852011-07-26 15:34:01 -0700190 <!-- 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 -0800191 <string name="menu_doNotSave">Cancel</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800192
Katherine Kuan9b3dfd02011-07-21 17:16:20 -0700193 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=12] -->
194 <string name="menu_discard">Discard</string>
195
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800196 <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
197 <string name="label_notes">Notes</string>
198
David Brown4423ca52010-08-30 18:56:37 -0700199 <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
David Brown73fcbec2010-09-01 18:58:18 -0700200 <string name="label_sip_address">Internet call</string>
David Brown4423ca52010-08-30 18:56:37 -0700201
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800202 <!-- Hint text for the organization name when editing -->
203 <string name="ghostData_company">Company</string>
204
Daniel Lehmanna1660502010-03-24 14:18:34 -0700205 <!-- Hint text for the organization title when editing -->
206 <string name="ghostData_title">Title</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800207
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800208 <!-- Message displayed in a toast when you try to view the details of a contact that
Claudia de Veaux109961d2011-10-14 15:27:31 -0700209 for some reason doesn't exist anymore. [CHAR LIMIT=NONE]-->
210 <string name="invalidContactMessage">The contact doesn\'t exist.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800211
212 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
213 list that allows the user to create a new contact, which this string is used for -->
214 <string name="pickerNewContactHeader">Create new contact</string>
215
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700216 <!-- 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 -0800217 <string name="phoneLabelsGroup">Phone</string>
218
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700219 <!-- 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 -0800220 <string name="emailLabelsGroup">Email</string>
221
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700222 <!-- 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 -0800223 <string name="imLabelsGroup">IM</string>
224
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700225 <!-- 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 -0700226 <string name="postalLabelsGroup">Address</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800227
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800228 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
Dmitri Plotnikov4120f602010-11-05 11:40:55 -0700229 <skip/>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700230 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800231 <string-array name="otherLabels">
232 <!-- An organization associated with a contact -->
233 <item>Organization</item>
234 <!-- A note associated with a contact -->
235 <item>Note</item>
236 </string-array>
237
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800238 <!-- 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 -0700239 <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string>
240 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
241 <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800242
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800243 <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] -->
244 <string name="attach_photo_dialog_title">Contact photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800245
246 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
247 For example, this may be used to set a phone number's label to "Vaction house" -->
248 <string name="customLabelPickerTitle">Custom label name</string>
249
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800250 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
251 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
252
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700253 <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] -->
254 <string name="removePhoto">Remove photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800255
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700256 <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700257 <string name="noContacts">No contacts.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800258
Katherine Kuan9add0e52011-05-10 18:26:15 -0700259 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700260 <string name="noGroups">No groups.</string>
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700261
262 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700263 <string name="noAccounts">To create groups you need an account.</string>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700264
Vasu Norid5e520a2009-09-28 14:31:02 -0700265 <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
266 <string name="noMatchingContacts">No matching contacts found.</string>
267
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800268 <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
269 <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
270
Neel Parekhbe406ff2009-09-16 15:31:22 -0700271 <!-- 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 -0700272 <string name="savingContact">Saving contact\u2026</string>
273
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700274 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
275 <string name="savingDisplayGroups">Saving display options\u2026</string>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700276
Katherine Kuan95743142011-08-10 17:56:11 -0700277 <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700278 <string name="contactSavedToast">Contact saved.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800279
Claudia de Veaux109961d2011-10-14 15:27:31 -0700280 <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] -->
281 <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700282
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700283 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700284 <string name="groupSavedToast">Group saved.</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700285
286 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700287 <string name="groupSavedErrorToast">Couldn\'t save group changes.</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700288
Neel Parekh0b95e122009-09-28 17:19:03 -0700289 <!-- 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 -0700290 <plurals name="listTotalPhoneContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700291 <item quantity="one">1 contact with phone number</item>
292 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700293 </plurals>
294
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800295 <!-- 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]-->
296 <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700297
298 <!-- 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 -0700299 <plurals name="listTotalAllContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700300 <item quantity="one">1 contact</item>
301 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700302 </plurals>
303
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800304 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700305 <string name="listTotalAllContactsZero">No contacts.</string>
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800306
307 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700308 <string name="listTotalAllContactsZeroCustom">No visible contacts.</string>
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800309
310 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700311 <string name="listTotalAllContactsZeroStarred">No favorites.</string>
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800312
313 <!-- 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]-->
314 <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700315
Katherine Kuan495db432011-07-06 18:58:46 -0700316 <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
317 <string name="listAllContactsInAccount">Contacts in <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string>
318
Daisuke Miyakawab9225e32011-08-22 14:02:43 -0700319 <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
320 <string name="listSingleContact">Single contact</string>
321
Katherine Kuan00eaf372011-08-26 13:57:51 -0700322 <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
323 <string name="listCustomView">Contacts in custom view</string>
324
Claudia de Veaux109961d2011-10-14 15:27:31 -0700325 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected [CHAR LIMIT=30] -->
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700326 <plurals name="listFoundAllContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700327 <item quantity="one">1 found</item>
328 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700329 </plurals>
330
Dmitri Plotnikov61835402010-09-27 18:29:02 -0700331 <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700332 <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string>
Dmitri Plotnikov61835402010-09-27 18:29:02 -0700333
Claudia de Veaux109961d2011-10-14 15:27:31 -0700334 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30] -->
335 <string name="listFoundAllContactsZero">None found.</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700336
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800337 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
338 <plurals name="searchFoundContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700339 <item quantity="one">1 found</item>
340 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800341 </plurals>
342
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700343 <!-- The content description for the "all contacts" tab.
344
345 Note: AccessibilityServices use this attribute to announce what the view represents.
346 This is especially valuable for views without textual representation like ImageView.
347
348 [CHAR LIMIT=NONE] -->
Daniel Lehmann6e6c2412011-07-08 20:18:19 -0700349 <string name="contactsAllLabel">All</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800350
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700351 <!-- The content description text for the groups tab.
352
353 Note: AccessibilityServices use this attribute to announce what the view represents.
354 This is especially valuable for views without textual representation like ImageView.
355
356 [CHAR LIMIT=NONE] -->
Katherine Kuan9add0e52011-05-10 18:26:15 -0700357 <string name="contactsGroupsLabel">Groups</string>
358
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700359 <!-- The description text for the favorites tab.
360
361 Note: AccessibilityServices use this attribute to announce what the view represents.
362 This is especially valuable for views without textual representation like ImageView.
363
364 [CHAR LIMIT=NONE] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800365 <string name="contactsFavoritesLabel">Favorites</string>
366
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700367 <!-- The description text for the dialer tab.
368
369 Note: AccessibilityServices use this attribute to announce what the view represents.
370 This is especially valuable for views without textual representation like ImageView.
371
372 [CHAR LIMIT=NONE] -->
Nicolas Catania08832402009-09-24 09:52:50 -0700373 <string name="dialerIconLabel">Phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800374
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700375 <!-- The description text for the call log tab.
376
377 Note: AccessibilityServices use this attribute to announce what the view represents.
378 This is especially valuable for views without textual representation like ImageView.
379
380 [CHAR LIMIT=NONE] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800381 <string name="recentCallsIconLabel">Call log</string>
382 <string name="liveFolderAll">All contacts</string>
383 <string name="liveFolderFavorites">Starred contacts</string>
384 <string name="liveFolderPhone">Contacts with phone numbers</string>
385
386 <!-- Menu item used to send an SMS or MMS message to a phone number -->
Roy West07a68442009-09-20 17:18:23 -0700387 <string name="menu_sendTextMessage">Send text message</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800388
389 <!-- Menu item used to call a contact from the call log -->
390 <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
391
392 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
393 <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
394
395 <!-- Menu item used to add a number from the call log to contacts -->
396 <string name="recentCalls_addToContact">Add to contacts</string>
397
398 <!-- Menu item used to remove a single call from the call log -->
399 <string name="recentCalls_removeFromRecentList">Remove from call log</string>
400
401 <!-- Menu item used to remove all calls from the call log -->
402 <string name="recentCalls_deleteAll">Clear call log</string>
403
Hugo Hudson94d1a982011-08-03 16:42:31 +0100404 <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
405 <string name="recentCalls_trashVoicemail">Delete voicemail</string>
406
407 <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
408 <string name="recentCalls_shareVoicemail">Share voicemail</string>
409
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800410 <!-- Text displayed when the call log is empty -->
411 <string name="recentCalls_empty">Call log is empty.</string>
412
Claudia de Veaux109961d2011-10-14 15:27:31 -0700413 <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=20] -->
414 <string name="clearCallLogConfirmation_title">Clear call log?</string>
Daniel Lehmanndd421812010-03-01 14:54:56 -0800415
Claudia de Veaux109961d2011-10-14 15:27:31 -0700416 <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
417 <string name="clearCallLogConfirmation">All your call records will be deleted.</string>
Daniel Lehmanndd421812010-03-01 14:54:56 -0800418
Daniel Lehmann0bb65a82011-03-15 20:21:46 -0700419 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700420 <string name="clearCallLogProgress_title">Clearing call log\u2026</string>
Daniel Lehmann0bb65a82011-03-15 20:21:46 -0700421
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800422 <!-- The title of a dialog that displays the IMEI of the phone -->
423 <string name="imei">IMEI</string>
424
Tracy Pu29a1cd82009-07-02 14:39:18 -0400425 <!-- The title of a dialog that displays the MEID of the CDMA phone -->
426 <string name="meid">MEID</string>
427
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800428 <!-- String used for displaying calls to the voicemail number in the call log -->
429 <string name="voicemail">Voicemail</string>
430
431 <!-- String used to display calls from unknown numbers in the call log -->
432 <string name="unknown">Unknown</string>
433
434 <!-- String used to display calls from private numbers in the call log -->
435 <string name="private_num">Private number</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700436
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700437 <!-- String used to display calls from pay phone in the call log -->
438 <string name="payphone">Pay phone</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800439
440 <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
441 to dial using the physical keyboard -->
442 <string name="dialerKeyboardHintText">Use keyboard to dial</string>
443
444 <!-- Hint text displayed in the "digits" field above the dialer's
445 dialpad, if there's already a call in progress. (This hint
446 reminds the user that the dialer will add a new call, as opposed
447 to sending DTMF tones over the current call.) -->
448 <string name="dialerDialpadHintText">Dial to add a call</string>
449
450 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
451 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
452
453 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
454 <string name="simContacts_title">SIM card contacts</string>
455
Bai Taobc38e1f2010-03-19 09:57:03 +0800456 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled -->
457 <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>
458
459 <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts -->
460 <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string>
461
Claudia de Veaux109961d2011-10-14 15:27:31 -0700462 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled. [CHAR LIMIT=NONE] -->
463 <string name="noContactsHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
464 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700465 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700466 \n<li><font fgcolor="#ffffffff"><b>Import/export</b></font> to import contacts from your SIM or SD card\n</li>"
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700467 </string>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700468 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled. [CHAR LIMIT=NONE] -->
469 <string name="noContactsHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
470 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800471 \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 -0700472 \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 -0800473 </string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700474
Claudia de Veaux109961d2011-10-14 15:27:31 -0700475 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled. [CHAR LIMIT=NONE] -->
476 <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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
477 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700478 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
479 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
480 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
481 </string>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700482 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled. [CHAR LIMIT=NONE] -->
483 <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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
484 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
Roy Westa5f960c2009-09-25 13:25:13 -0700485 \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 -0800486 \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 -0700487 \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 -0800488 </string>
489
Claudia de Veaux109961d2011-10-14 15:27:31 -0700490 <!-- 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). [CHAR LIMIT=NONE]-->
491 <string name="noContactsNoSimHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
492 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700493 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
494 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
495 </string>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700496 <!-- 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). [CHAR LIMIT=NONE]-->
497 <string name="noContactsNoSimHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
498 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700499 \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 -0700500 \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 -0700501 </string>
502
Claudia de Veaux109961d2011-10-14 15:27:31 -0700503 <!-- 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). [CHAR LIMIT=NONE] -->
504 <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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
505 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700506 \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
507 \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
508 \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
509 </string>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700510 <!-- 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). [CHAR LIMIT=NONE] -->
511 <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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
512 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
Roy Westa5f960c2009-09-25 13:25:13 -0700513 \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 -0700514 \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 -0700515 \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 -0700516 </string>
517
Claudia de Veaux109961d2011-10-14 15:27:31 -0700518 <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab. [CHAR LIMIT=NONE] -->
Neel Parekh865d5d02009-09-22 14:26:26 -0700519 <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 -0700520 <li>Touch the <b>Contacts</b> tab\n</li>
Neel Parekhf4455402009-09-14 18:00:09 -0700521 \n<li>Touch the contact you want to add to your favorites\n</li>
522 \n<li>Touch the star next to the contact\'s name\n</li>"
523 </string>
524
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800525 <!-- Live folder label for all contacts -->
Roy West07a68442009-09-20 17:18:23 -0700526 <string name="liveFolder_all_label">All contacts</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800527
528 <!-- Live folder label for only starred contacts -->
529 <string name="liveFolder_favorites_label">Starred</string>
530
531 <!-- Live folder label for all contacts with phone numbers -->
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700532 <string name="liveFolder_phones_label">Phones</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800533
534 <!-- Item label: jump to the in-call DTMF dialpad.
535 (Part of a list of options shown in the dialer when another call
536 is already in progress.) -->
537 <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
538
539 <!-- Item label: jump to the in-call UI.
540 (Part of a list of options shown in the dialer when another call
541 is already in progress.) -->
542 <string name="dialer_returnToInCallScreen">Return to call in progress</string>
543
544 <!-- Item label: use the Dialer's dialpad to add another call.
545 (Part of a list of options shown in the dialer when another call
546 is already in progress.) -->
547 <string name="dialer_addAnotherCall">Add call</string>
548
549 <!-- Title bar for call detail screen -->
550 <string name="callDetailTitle">Call details</string>
551
552 <!-- Toast for call detail screen when couldn't read the requested details -->
553 <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
554
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800555 <!-- Title for incoming call details screen -->
556 <string name="type_incoming">Incoming call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700557
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800558 <!-- Title for outgoing call details screen -->
559 <string name="type_outgoing">Outgoing call</string>
560
561 <!-- Title for missed call details screen -->
562 <string name="type_missed">Missed call</string>
563
Flavio Lerda4586feb2011-07-09 17:03:48 +0100564 <!-- Title for voicemail details screen -->
565 <string name="type_voicemail">Voicemail</string>
566
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800567 <!-- Description for incoming calls going to voice mail vs. not -->
568 <string name="actionIncomingCall">Incoming calls</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700569
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800570 <!-- Action string for calling back a number in the call log -->
571 <string name="callBack">Call back</string>
572
573 <!-- Action string for calling a number in the call log again -->
574 <string name="callAgain">Call again</string>
575
576 <!-- Action string for returning a missed call in the call log -->
577 <string name="returnCall">Return call</string>
578
579 <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
580 <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 -0700581
Frank Sposarobcb58dd2011-08-01 18:00:30 -0700582 <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
583 <string name="favoritesFrequentContacted">Frequently contacted</string>
584
585 <!-- 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] -->
586 <string name="favoritesFrequentCalled">Frequently called</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700587
588 <!-- Dialog title when prompting before creating a contact -->
Roy West07a68442009-09-20 17:18:23 -0700589 <string name="add_contact_dlg_title">Add contact</string>
The Android Open Source Project1f620962009-03-09 11:52:14 -0700590 <!-- Dialog message when prompting before creating a contact. Includes
591 the email address, e.g. "Add xyz@foo.com to contacts?" -->
592 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700593
svetoslavganova91a6fc2009-04-28 19:22:46 -0700594 <!-- String describing the image on ImageButton one
595
596 Note: AccessibilityServices use this attribute to announce what the view represents.
597 This is especially valuable for views without textual representation like ImageView.
598 -->
599 <string name="description_image_button_one">one</string>
600
601 <!-- String describing the image on ImageButton two
602
603 Note: AccessibilityServices use this attribute to announce what the view represents.
604 This is especially valuable for views without textual representation like ImageView.
605 -->
606 <string name="description_image_button_two">two</string>
607
608 <!-- String describing the image on ImageButton three
609
610 Note: AccessibilityServices use this attribute to announce what the view represents.
611 This is especially valuable for views without textual representation like ImageView.
612 -->
613 <string name="description_image_button_three">three</string>
614
615 <!-- String describing the image on ImageButton four
616
617 Note: AccessibilityServices use this attribute to announce what the view represents.
618 This is especially valuable for views without textual representation like ImageView.
619 -->
620 <string name="description_image_button_four">four</string>
621
622 <!-- String describing the image on ImageButton five
623
624 Note: AccessibilityServices use this attribute to announce what the view represents.
625 This is especially valuable for views without textual representation like ImageView.
626 -->
627 <string name="description_image_button_five">five</string>
628
629 <!-- String describing the image on ImageButton six
630
631 Note: AccessibilityServices use this attribute to announce what the view represents.
632 This is especially valuable for views without textual representation like ImageView.
633 -->
634 <string name="description_image_button_six">six</string>
635
636 <!-- String describing the image on ImageButton seven
637
638 Note: AccessibilityServices use this attribute to announce what the view represents.
639 This is especially valuable for views without textual representation like ImageView.
640 -->
641 <string name="description_image_button_seven">seven</string>
642
643 <!-- String describing the image on ImageButton eight
644
645 Note: AccessibilityServices use this attribute to announce what the view represents.
646 This is especially valuable for views without textual representation like ImageView.
647 -->
648 <string name="description_image_button_eight">eight</string>
649
650 <!-- String describing the image on ImageButton nine
651
652 Note: AccessibilityServices use this attribute to announce what the view represents.
653 This is especially valuable for views without textual representation like ImageView.
654 -->
655 <string name="description_image_button_nine">nine</string>
656
657 <!-- String describing the image on ImageButton star
658
659 Note: AccessibilityServices use this attribute to announce what the view represents.
660 This is especially valuable for views without textual representation like ImageView.
661 -->
662 <string name="description_image_button_star">star</string>
663
664 <!-- String describing the image on ImageButton zero
665
666 Note: AccessibilityServices use this attribute to announce what the view represents.
667 This is especially valuable for views without textual representation like ImageView.
668 -->
669 <string name="description_image_button_zero">zero</string>
670
671 <!-- String describing the image on ImageButton pound
672
673 Note: AccessibilityServices use this attribute to announce what the view represents.
674 This is especially valuable for views without textual representation like ImageView.
675 -->
676 <string name="description_image_button_pound">pound</string>
677
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800678 <!-- String describing the Voicemail ImageButton
679
680 Used by AccessibilityService to announce the purpose of the button.
681 -->
682 <string name="description_voicemail_button">voicemail</string>
683
Daisuke Miyakawaa4f6e062011-07-06 13:12:16 -0700684 <!-- String describing the Search ImageButton
685
686 Used by AccessibilityService to announce the purpose of the button.
Daisuke Miyakawa64c14d32011-07-06 17:07:33 -0700687 [CHAR LIMIT=NONE]
Daisuke Miyakawaa4f6e062011-07-06 13:12:16 -0700688 -->
689 <string name="description_search_button">search</string>
690
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800691 <!-- String describing the Dial ImageButton
692
693 Used by AccessibilityService to announce the purpose of the button.
694 -->
695 <string name="description_dial_button">dial</string>
696
697 <!-- String describing the Delete/Backspace ImageButton
698
699 Used by AccessibilityService to announce the purpose of the button.
700 -->
701 <string name="description_delete_button">backspace</string>
702
703 <!-- String describing the digits text box containing the number to dial.
704
705 Used by AccessibilityService to announce the purpose of the view.
706 -->
707 <string name="description_digits_edittext">number to dial</string>
708
709 <!-- String describing the Contact Photo Image
710
711 Used by AccessibilityService to announce the purpose of the view.
712 -->
713 <string name="description_contact_photo">contact photo</string>
714
715 <!-- String describing the Contact Editor Minus button
716
717 Used by AccessibilityService to announce the purpose of the button.
718 -->
719 <string name="description_minus_button">minus</string>
720
721 <!-- String describing the Contact Editor Plus button
722
723 Used by AccessibilityService to announce the purpose of the button.
724 -->
725 <string name="description_plus_button">plus</string>
726
Daisuke Miyakawa06800202011-09-08 14:40:07 -0700727 <!-- String describing a contact picture that introduces users to the contact detail screen.
728
729 Used by AccessibilityService to announce the purpose of the button.
730
731 [CHAR LIMIT=NONE]
732 -->
733 <string name="description_view_contact_detail" msgid="2795575601596468581">View contact</string>
734
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800735 <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
736 <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900737 <!-- Dialog title shown when SD Card does not exist -->
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700738 <string name="no_sdcard_title" product="default">No SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900739
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800740 <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700741 <string name="no_sdcard_message" product="nosdcard">No storage was found.</string>
742 <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] -->
743 <string name="no_sdcard_message" product="default">No SD card was found.</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900744
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900745 <!-- Dialog title shown when searching vCard data from SD Card -->
Roy West07a68442009-09-20 17:18:23 -0700746 <string name="searching_vcard_title">Searching for vCard</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900747
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900748 <!-- Action string for selecting SIM for importing contacts -->
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700749 <string name="import_from_sim">Import from SIM card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900750
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800751 <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=25] -->
Daisuke Miyakawa1d355d02011-06-03 08:59:53 -0700752 <string name="import_from_sdcard" product="default">Import from storage</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700753
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800754 <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
Daisuke Miyakawa1d355d02011-06-03 08:59:53 -0700755 <string name="export_to_sdcard" product="default">Export to storage</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900756
Daisuke Miyakawaa92bd032010-02-24 15:08:45 +0900757 <!-- Action that shares visible contacts -->
758 <string name="share_visible_contacts">Share visible contacts</string>
759
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900760 <!-- One of alternatives shown when the system allows a user to select how many vCard files
761 should be imported. This message shows only when the system is certain that there's more
762 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900763 <string name="import_one_vcard_string">Import one vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900764
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900765 <!-- One of alternatives shown when the system allows a user to select how many vCard files
766 should be imported. This message shows only when the system is certain that there's more
767 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900768 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
769
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900770 <!-- One of alternatives shown when the system allows a user to select how many vCard files
771 should be imported. This message shows only when the system is certain that there's more
772 than one vCard files available in the system. -->
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900773 <string name="import_all_vcard_string">Import all vCard files</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900774
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800775 <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700776 <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in storage\u2026</string>
777 <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] -->
778 <string name="searching_vcard_message" product="default">Searching for vCard data on SD card\u2026</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900779
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700780 <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700781 <string name="scanning_sdcard_failed_title" product="nosdcard">Couldn\'t scan storage</string>
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900782 <!-- Dialog title shown when scanning VCard data failed. -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700783 <string name="scanning_sdcard_failed_title" product="default">Couldn\'t scan SD card</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900784
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900785 <!-- Dialog message shown when searching VCard data failed.
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700786 An exact reason for the failure should [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700787 <string name="scanning_sdcard_failed_message" product="nosdcard">The storage couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700788 <!-- Dialog message shown when searching VCard data failed.
Claudia de Veaux109961d2011-10-14 15:27:31 -0700789 An exact reason for the failure should [CHAR LIMIT=NONE] -->
790 <string name="scanning_sdcard_failed_message" product="default">The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900791
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900792 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
Claudia de Veaux109961d2011-10-14 15:27:31 -0700793 emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
794 <string name="fail_reason_io_error">I/O error</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900795
Daisuke Miyakawa0e9c4b52010-06-07 12:01:02 -0700796 <!-- Failure reason show when Contacts app (especially vCard importer) encountered
Claudia de Veaux109961d2011-10-14 15:27:31 -0700797 low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
798 <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string>
Daisuke Miyakawa0e9c4b52010-06-07 12:01:02 -0700799
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900800 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
801 implementation. This might happen even when the input vCard is completely valid, though
Claudia de Veaux109961d2011-10-14 15:27:31 -0700802 we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
803 <string name="fail_reason_vcard_parse_error">Couldn\'t parse vCard for an unexpected reason.</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700804
Daisuke Miyakawaddf42702011-01-10 13:25:04 -0800805 <!-- The failed reason shown when vCard importer doesn't support the format.
806 This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700807 <string name="fail_reason_not_supported">The format isn\'t supported.</string>
Daisuke Miyakawaddf42702011-01-10 13:25:04 -0800808
809 <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700810 <string name="vcard_import_failed">Couldn\'t import vCard.</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900811
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800812 <!-- The failure message shown when the system could not find any vCard file.
Daisuke Miyakawaeb2419d2011-02-14 10:31:12 -0800813 (with extension ".vcf" in (USB) storage.)
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800814 [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700815 <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in storage.</string>
Daisuke Miyakawa783a09a2010-11-22 12:33:37 -0800816 <!-- The failure message shown when the system could not find any vCard file.
817 (with extension ".vcf" in SDCard.)
818 [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700819 <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 +0900820
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700821 <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700822 <string name="fail_reason_failed_to_collect_vcard_meta_info">Couldn\'t collect meta information of given vCard file(s).</string>
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700823
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900824 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
825 files import. It includes the case where all files were failed to be imported. -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700826 <string name="fail_reason_failed_to_read_files">One or more files couldn\'t be imported (%s).</string>
Daisuke Miyakawa8c108072009-08-24 10:51:58 +0900827
Claudia de Veaux109961d2011-10-14 15:27:31 -0700828 <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
829 <string name="fail_reason_unknown">Unknown error.</string>
Daisuke Miyakawab751e1d2009-09-22 11:17:02 -0700830
Claudia de Veaux109961d2011-10-14 15:27:31 -0700831 <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=20] -->
832 <string name="select_vcard_title">Choose vCard file</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900833
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700834 <!-- The title shown when vCard importer is caching files to be imported into local temporary
Claudia de Veaux109961d2011-10-14 15:27:31 -0700835 data storage. [CHAR LIMIT=40] -->
836 <string name="caching_vcard_title">Caching</string>
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700837
838 <!-- The message shown when vCard importer is caching files to be imported into local temporary
Claudia de Veaux109961d2011-10-14 15:27:31 -0700839 data storage. [CHAR LIMIT=NONE] -->
840 <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string>
Daisuke Miyakawaf700c532010-06-01 18:07:34 -0700841
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700842 <!-- The message shown while importing vCard(s).
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900843 First argument is current index of contacts to be imported.
844 Second argument is the total number of contacts.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700845 Third argument is the name of a contact which is being read.
846 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700847 <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 +0900848
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700849 <!-- Description shown when importing vCard data.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700850 The argument is the name of a contact which is being read.
851 [CHAR LIMIT=20] -->
Daisuke Miyakawad20f2c72010-08-18 15:21:56 -0700852 <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900853
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700854 <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700855 <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900856
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700857 <!-- The title shown when reading vCard is canceled (probably by a user)
858 [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700859 <string name="reading_vcard_canceled_title">Reading vCard data canceled</string>
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +0900860
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800861 <!-- The title shown when reading vCard finished
862 The argument is file name the user imported.
863 [CHAR LIMIT=40] -->
864 <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 +0900865
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700866 <!-- The title shown when importing vCard is canceled (probably by a user)
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800867 The argument is file name the user canceled importing.
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700868 [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700869 <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700870
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800871 <!-- 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 -0800872 when there are already other import/export requests.
873 The argument is file name the user imported.
874 [CHAR LIMIT=40] -->
875 <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 -0800876 <!-- 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.
877 "The file" is what a user selected for importing.
878 [CHAR LIMIT=40] -->
879 <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string>
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800880 <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700881 <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string>
Daisuke Miyakawa7c819a12010-11-08 18:59:46 -0800882 <!-- 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 -0800883 when there are already other import/export requests.
884 The argument is file name the user exported.
885 [CHAR LIMIT=40] -->
886 <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 -0800887 <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700888 <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string>
Daisuke Miyakawaffc16e62010-12-28 09:55:00 -0800889 <!-- Used when file name is unknown in vCard processing. It typically happens
890 when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
891 <string name="vcard_unknown_filename">contact</string>
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900892
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700893 <!-- The percentage, used for expressing the progress of vCard import/export. -->
Daisuke Miyakawaf21bf272010-04-13 20:33:53 +0900894 <string name="percentage">%s%%</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700895
Claudia de Veaux109961d2011-10-14 15:27:31 -0700896 <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=20] -->
897 <string name="confirm_export_title">Export contacts?</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700898
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700899 <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700900 <string name="confirm_export_message">Your contact list will be exported to file: <xliff:g id="vcard_filename">%s</xliff:g>.</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700901
Claudia de Veaux109961d2011-10-14 15:27:31 -0700902 <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
903 <string name="exporting_contact_failed_title">Couldn\'t export</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700904
Claudia de Veaux109961d2011-10-14 15:27:31 -0700905 <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
906 <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700907
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900908 <!-- The failed reason shown when there's no contact which is allowed to be exported.
909 Note that user may have contacts data but all of them are probably not allowed to be
Claudia de Veaux109961d2011-10-14 15:27:31 -0700910 exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
911 <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700912
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900913 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700914 there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700915 <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files are in the storage.</string>
Eric Fischer3ae3ffe2010-09-28 16:34:42 -0700916 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900917 there are too many files relevant to vCard. -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700918 <string name="fail_reason_too_many_vcard" product="default">Too many vCard files are on the SD card.</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700919
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900920 <!-- The failed reason shown when the given file name is too long for the system.
921 The length limit of each file is different in each Android device, so we don't need to
Claudia de Veaux109961d2011-10-14 15:27:31 -0700922 mention it here. [CHAR LIMIT=NONE] -->
923 <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 -0700924
Daisuke Miyakawa9706f462010-11-16 13:28:24 -0800925 <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700926 <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string>
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800927
928 <!-- The title shown when exporting vCard is canceled (probably by a user)
929 The argument is file name the user canceled importing.
930 [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700931 <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string>
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700932
Claudia de Veaux109961d2011-10-14 15:27:31 -0700933 <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700934 <string name="exporting_contact_list_title">Exporting contact data</string>
935
936 <!-- Message shown when the application is exporting contact data outside -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700937 <string name="exporting_contact_list_message">Your contact data is being exported to: <xliff:g id="file_name">%s</xliff:g>.</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700938
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900939 <!-- The failed reason shown when contacts exporter fails to be initialized.
Claudia de Veaux109961d2011-10-14 15:27:31 -0700940 Some exact reason must follow this. [CHAR LIMIT=NONE]-->
941 <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700942
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900943 <!-- The failed reason shown when some error happend during contacts export.
Claudia de Veaux109961d2011-10-14 15:27:31 -0700944 Some exact reason must follow this. [CHAR LIMIT=NONE] -->
945 <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700946
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900947 <!-- The error reason the vCard composer "may" emit when database is corrupted or
Claudia de Veaux109961d2011-10-14 15:27:31 -0700948 something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
949 <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700950
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900951 <!-- This error message shown when the user actually have no contact
952 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
Claudia de Veaux109961d2011-10-14 15:27:31 -0700953 contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
954 <string name="composer_has_no_exportable_contact" product="tablet">There are no exportable contacts. If you do have contacts on your tablet, some data providers may not allow the contacts to be exported from the tablet.</string>
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700955 <!-- This error message shown when the user actually have no contact
956 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
Claudia de Veaux109961d2011-10-14 15:27:31 -0700957 contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
958 <string name="composer_has_no_exportable_contact" product="default">There are no exportable contacts. If you do have contacts on your phone, some data providers may not allow the contacts to be exported from the phone.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700959
Daisuke Miyakawa23bf89e2009-10-20 07:28:35 +0900960 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
961 even when needed.
Claudia de Veaux109961d2011-10-14 15:27:31 -0700962 Users should not usually see this error message. [CHAR LIMIT=NONE] -->
963 <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string>
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700964
Daisuke Miyakawaee7428a2009-10-22 08:10:14 +0900965 <!-- The failed reason shown when vCard importer/exporter could not open the file
Claudia de Veaux109961d2011-10-14 15:27:31 -0700966 specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
967 <string name="fail_reason_could_not_open_file">Couldn\'t open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g>.</string>
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700968
969 <!-- 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)")-->
970 <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 -0700971
Daisuke Miyakawa0fa55d62010-09-15 14:55:13 -0700972 <!-- 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 -0800973 <string name="cancel_import_confirmation_title">Canceling vCard import</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700974
975 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800976 The argument is file name for the vCard import the user wants to cancel.
977 [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700978 <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string>
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800979
980 <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard export. [CHAR LIMIT=128] -->
981 <string name="cancel_export_confirmation_title">Canceling vCard export</string>
982
983 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
984 The argument is file name for the vCard export the user wants to cancel.
985 [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700986 <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string>
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800987
988 <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -0700989 <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string>
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700990
Mike LeBeau98d69272009-06-30 18:34:49 -0700991 <!-- The string used to describe Contacts as a searchable item within system search settings. -->
Mike LeBeau2cc7c872009-07-17 09:58:31 -0700992 <string name="search_settings_description">Names of your contacts</string>
Reli Talc2a2a512009-06-10 16:48:00 -0400993
994 <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
Roy West07a68442009-09-20 17:18:23 -0700995 <string name="add_2sec_pause">Add 2-sec pause</string>
996 <string name="add_wait">Add wait</string>
David Brown3d07e6d2009-08-04 20:30:09 -0700997
Evan Millar14fecb62009-09-09 09:23:12 -0700998 <!-- Title for the call disambiguation dialog -->
999 <string name="call_disambig_title">Call using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -07001000
Daisuke Miyakawa5f0b0842011-06-28 15:47:04 -07001001 <!-- Menu item label for call settings [CHAR LIMIT=30] -->
Daisuke Miyakawa426f12a2011-08-24 13:43:06 -07001002 <string name="call_settings">Settings</string>
Daisuke Miyakawa5f0b0842011-06-28 15:47:04 -07001003
Evan Millar14fecb62009-09-09 09:23:12 -07001004 <!-- Title for the sms disambiguation dialog -->
1005 <string name="sms_disambig_title">Text using</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -07001006
Evan Millar14fecb62009-09-09 09:23:12 -07001007 <!-- Message next to disamgiguation dialog check box -->
1008 <string name="make_primary">Remember this choice</string>
David Brown3d07e6d2009-08-04 20:30:09 -07001009
Daniel Lehmannedb576a2011-07-27 16:45:13 -07001010 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
Claudia de Veaux109961d2011-10-14 15:27:31 -07001011 was found that could perform the selected action. [CHAR LIMIT=NONE] -->
1012 <string name="quickcontact_missing_app">No app was found to handle this action.</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -07001013
Katherine Kuan81281ee2011-07-28 16:20:59 -07001014 <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001015 <string name="missing_name">(No name)</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -07001016
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -07001017 <!-- The menu item to open the list of accounts -->
1018 <string name="menu_accounts">Accounts</string>
1019
Katherine Kuanb5760b92011-06-01 16:19:40 -07001020 <!-- The menu item to filter the list of contacts displayed -->
1021 <string name="menu_contacts_filter">Contacts to display</string>
1022
Claudia de Veaux109961d2011-10-14 15:27:31 -07001023 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
1024 <string name="menu_import_export">Import/export</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001025
Claudia de Veaux109961d2011-10-14 15:27:31 -07001026 <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=25] -->
1027 <string name="dialog_import_export">Import/export contacts</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001028
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001029 <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -07001030 <string name="menu_share">Share</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001031
Daisuke Miyakawa48323ba2011-08-24 17:02:11 -07001032 <!-- The menu item to show all contacts in Phone entrance [CHAR LIMIT=30] -->
1033 <string name="menu_all_contacts">All contacts</string>
1034
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001035 <!-- Dialog title when picking the application to share a contact with. -->
1036 <string name="share_via">Share contact via</string>
1037
Claudia de Veaux109961d2011-10-14 15:27:31 -07001038 <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
1039 <string name="share_error">This contact can\'t be shared.</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001040
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001041 <!-- 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 -07001042 <string name="nameLabelsGroup">Name</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001043 <!-- 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 -07001044 <string name="nicknameLabelsGroup">Nickname</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001045 <!-- 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 -07001046 <string name="organizationLabelsGroup">Organization</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001047 <!-- 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 -07001048 <string name="websiteLabelsGroup">Website</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001049 <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] -->
Katherine Kuan95743142011-08-10 17:56:11 -07001050 <string name="eventLabelsGroup">Events</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001051 <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
Daniel Lehmann0540f8b2010-10-28 16:55:00 -07001052 <string name="relationLabelsGroup">Relationship</string>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -07001053 <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
Dmitri Plotnikov2deaee12010-09-15 15:42:08 -07001054 <string name="groupsLabel">Groups</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001055
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -07001056 <string name="dialog_new_contact_account">Create contact under account</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001057
Katherine Kuan971116e2011-07-04 15:14:35 -07001058 <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] -->
1059 <string name="dialog_new_group_account">Create group under account</string>
1060
Jeff Sharkey170f7752009-08-16 00:12:48 -07001061 <string name="menu_sync_remove">Remove sync group</string>
Jeff Sharkey53568152009-09-15 23:21:49 -07001062 <string name="dialog_sync_add">Add sync group</string>
1063 <string name="display_more_groups">More groups\u2026</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -07001064
Claudia de Veaux109961d2011-10-14 15:27:31 -07001065 <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
1066 <string name="display_ungrouped">All other contacts</string>
Dmitri Plotnikove6b5b3e2009-09-29 14:07:19 -07001067
Jeff Sharkey170f7752009-08-16 00:12:48 -07001068 <!-- List title for a special contacts group that covers all contacts that
Claudia de Veaux109961d2011-10-14 15:27:31 -07001069 aren't members of any other group. [CHAR LIMIT=25] -->
1070 <string name="display_all_contacts">All contacts</string>
Jeff Sharkey170f7752009-08-16 00:12:48 -07001071
1072 <!-- Warning message given to users just before they remove a currently syncing
Claudia de Veaux109961d2011-10-14 15:27:31 -07001073 group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
1074 <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 -07001075
Jeff Sharkeyaad88482009-08-29 18:19:20 -07001076 <!-- Title for data source when creating or editing a contact that doesn't
1077 belong to a specific account. This contact will only exist on the phone
1078 and will not be synced. -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -07001079 <string name="account_phone" product="tablet">Tablet-only, unsynced</string>
1080 <!-- Title for data source when creating or editing a contact that doesn't
1081 belong to a specific account. This contact will only exist on the phone
1082 and will not be synced. -->
1083 <string name="account_phone" product="default">Phone-only, unsynced</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001084
Jeff Sharkeyab066932009-09-21 09:55:30 -07001085 <!-- Action string for calling a custom phone number -->
1086 <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
1087 <!-- Action string for calling a home phone number -->
1088 <string name="call_home">Call home</string>
1089 <!-- Action string for calling a mobile phone number -->
1090 <string name="call_mobile">Call mobile</string>
1091 <!-- Action string for calling a work phone number -->
1092 <string name="call_work">Call work</string>
1093 <!-- Action string for calling a work fax phone number -->
1094 <string name="call_fax_work">Call work fax</string>
1095 <!-- Action string for calling a home fax phone number -->
1096 <string name="call_fax_home">Call home fax</string>
1097 <!-- Action string for calling a pager phone number -->
1098 <string name="call_pager">Call pager</string>
1099 <!-- Action string for calling an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001100 <string name="call_other">Call</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001101 <!-- Action string for calling a callback number -->
1102 <string name="call_callback">Call callback</string>
1103 <!-- Action string for calling a car phone number -->
1104 <string name="call_car">Call car</string>
1105 <!-- Action string for calling a company main phone number -->
1106 <string name="call_company_main">Call company main</string>
1107 <!-- Action string for calling a ISDN phone number -->
1108 <string name="call_isdn">Call ISDN</string>
1109 <!-- Action string for calling a main phone number -->
1110 <string name="call_main">Call main</string>
1111 <!-- Action string for calling an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001112 <string name="call_other_fax">Call fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001113 <!-- Action string for calling a radio phone number -->
1114 <string name="call_radio">Call radio</string>
1115 <!-- Action string for calling a Telex phone number -->
1116 <string name="call_telex">Call telex</string>
1117 <!-- Action string for calling a TTY/TDD phone number -->
1118 <string name="call_tty_tdd">Call TTY/TDD</string>
1119 <!-- Action string for calling a work mobile phone number -->
1120 <string name="call_work_mobile">Call work mobile</string>
1121 <!-- Action string for calling a work pager phone number -->
1122 <string name="call_work_pager">Call work pager</string>
1123 <!-- Action string for calling an assistant phone number -->
1124 <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
1125 <!-- Action string for calling a MMS phone number -->
1126 <string name="call_mms">Call MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001127
Jeff Sharkeyab066932009-09-21 09:55:30 -07001128 <!-- Action string for sending an SMS to a custom phone number -->
1129 <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
1130 <!-- Action string for sending an SMS to a home phone number -->
1131 <string name="sms_home">Text home</string>
1132 <!-- Action string for sending an SMS to a mobile phone number -->
1133 <string name="sms_mobile">Text mobile</string>
1134 <!-- Action string for sending an SMS to a work phone number -->
1135 <string name="sms_work">Text work</string>
1136 <!-- Action string for sending an SMS to a work fax phone number -->
1137 <string name="sms_fax_work">Text work fax</string>
1138 <!-- Action string for sending an SMS to a home fax phone number -->
1139 <string name="sms_fax_home">Text home fax</string>
1140 <!-- Action string for sending an SMS to a pager phone number -->
1141 <string name="sms_pager">Text pager</string>
1142 <!-- Action string for sending an SMS to an other phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001143 <string name="sms_other">Text</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001144 <!-- Action string for sending an SMS to a callback number -->
1145 <string name="sms_callback">Text callback</string>
1146 <!-- Action string for sending an SMS to a car phone number -->
1147 <string name="sms_car">Text car</string>
1148 <!-- Action string for sending an SMS to a company main phone number -->
1149 <string name="sms_company_main">Text company main</string>
1150 <!-- Action string for sending an SMS to a ISDN phone number -->
1151 <string name="sms_isdn">Text ISDN</string>
1152 <!-- Action string for sending an SMS to a main phone number -->
1153 <string name="sms_main">Text main</string>
1154 <!-- Action string for sending an SMS to an other fax phone number -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001155 <string name="sms_other_fax">Text fax</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001156 <!-- Action string for sending an SMS to a radio phone number -->
1157 <string name="sms_radio">Text radio</string>
1158 <!-- Action string for sending an SMS to a Telex phone number -->
1159 <string name="sms_telex">Text telex</string>
1160 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
1161 <string name="sms_tty_tdd">Text TTY/TDD</string>
1162 <!-- Action string for sending an SMS to a work mobile phone number -->
1163 <string name="sms_work_mobile">Text work mobile</string>
1164 <!-- Action string for sending an SMS to a work pager phone number -->
1165 <string name="sms_work_pager">Text work pager</string>
1166 <!-- Action string for sending an SMS to an assistant phone number -->
1167 <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
1168 <!-- Action string for sending an SMS to a MMS phone number -->
1169 <string name="sms_mms">Text MMS</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001170
Katherine Kuan1050cfd2011-10-05 20:46:49 -07001171 <!-- Generic action string for text messaging a contact. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
1172 <string name="sms">Text message</string>
1173
Jeff Sharkeyab066932009-09-21 09:55:30 -07001174 <!-- Action string for sending an email to a home email address -->
1175 <string name="email_home">Email home</string>
1176 <!-- Action string for sending an email to a mobile email address -->
1177 <string name="email_mobile">Email mobile</string>
1178 <!-- Action string for sending an email to a work email address -->
1179 <string name="email_work">Email work</string>
1180 <!-- Action string for sending an email to an other email address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001181 <string name="email_other">Email</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001182 <!-- Action string for sending an email to a custom email address -->
1183 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001184
Jeff Sharkeyab066932009-09-21 09:55:30 -07001185 <!-- Generic action string for sending an email -->
1186 <string name="email">Email</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001187
Jeff Sharkeyab066932009-09-21 09:55:30 -07001188 <!-- Action string for viewing a home postal address -->
1189 <string name="map_home">View home address</string>
1190 <!-- Action string for viewing a work postal address -->
1191 <string name="map_work">View work address</string>
1192 <!-- Action string for viewing an other postal address -->
Daniel Lehmann30ebe092010-02-24 17:41:58 -08001193 <string name="map_other">View address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001194 <!-- Action string for viewing a custom postal address -->
1195 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001196
Jeff Sharkeyab066932009-09-21 09:55:30 -07001197 <!-- Action string for starting an IM chat with the AIM protocol -->
1198 <string name="chat_aim">Chat using AIM</string>
1199 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
1200 <string name="chat_msn">Chat using Windows Live</string>
1201 <!-- Action string for starting an IM chat with the Yahoo protocol -->
1202 <string name="chat_yahoo">Chat using Yahoo</string>
1203 <!-- Action string for starting an IM chat with the Skype protocol -->
1204 <string name="chat_skype">Chat using Skype</string>
1205 <!-- Action string for starting an IM chat with the QQ protocol -->
1206 <string name="chat_qq">Chat using QQ</string>
1207 <!-- Action string for starting an IM chat with the Google Talk protocol -->
1208 <string name="chat_gtalk">Chat using Google Talk</string>
1209 <!-- Action string for starting an IM chat with the ICQ protocol -->
1210 <string name="chat_icq">Chat using ICQ</string>
1211 <!-- Action string for starting an IM chat with the Jabber protocol -->
1212 <string name="chat_jabber">Chat using Jabber</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001213
Jeff Sharkeyab066932009-09-21 09:55:30 -07001214 <!-- Generic action string for starting an IM chat -->
1215 <string name="chat">Chat</string>
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001216 <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001217 <string name="audio_chat">Voice chat</string>
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001218 <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
1219 <string name="video_chat">Video chat</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001220
Dmitri Plotnikovb5954e82010-08-19 19:04:37 -07001221 <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
1222 <string name="postal_address">Address</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001223 <!-- Field title for the street of a structured postal address of a contact -->
1224 <string name="postal_street">Street</string>
1225 <!-- Field title for the PO box of a structured postal address of a contact -->
1226 <string name="postal_pobox">PO box</string>
1227 <!-- Field title for the neighborhood of a structured postal address of a contact -->
1228 <string name="postal_neighborhood">Neighborhood</string>
1229 <!-- Field title for the city of a structured postal address of a contact -->
1230 <string name="postal_city">City</string>
1231 <!-- Field title for the region, or state, of a structured postal address of a contact -->
1232 <string name="postal_region">State</string>
1233 <!-- Field title for the postal code of a structured postal address of a contact -->
1234 <string name="postal_postcode">ZIP code</string>
1235 <!-- Field title for the country of a structured postal address of a contact -->
1236 <string name="postal_country">Country</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -07001237
Dmitri Plotnikov41f026d2010-08-19 12:05:59 -07001238 <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
1239 <string name="full_name">Name</string>
Jeff Sharkeyab066932009-09-21 09:55:30 -07001240 <!-- Field title for the given name of a contact -->
1241 <string name="name_given">Given name</string>
1242 <!-- Field title for the family name of a contact -->
1243 <string name="name_family">Family name</string>
1244 <!-- Field title for the prefix name of a contact -->
1245 <string name="name_prefix">Name prefix</string>
1246 <!-- Field title for the middle name of a contact -->
1247 <string name="name_middle">Middle name</string>
1248 <!-- Field title for the suffix name of a contact -->
1249 <string name="name_suffix">Name suffix</string>
1250 <!-- Field title for the phonetic given name of a contact -->
1251 <string name="name_phonetic_given">Phonetic given name</string>
1252 <!-- Field title for the phonetic middle name of a contact -->
1253 <string name="name_phonetic_middle">Phonetic middle name</string>
1254 <!-- Field title for the phonetic family name of a contact -->
1255 <string name="name_phonetic_family">Phonetic family name</string>
Dmitri Plotnikov5ec40b02011-03-01 18:36:16 -08001256 <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
1257 <string name="name_phonetic">Phonetic name</string>
Vasu Norid5e520a2009-09-28 14:31:02 -07001258
Katherine Kuanf81e4c62011-07-01 21:46:08 -07001259 <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] -->
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -07001260 <string name="connections">Connections</string>
Katherine Kuanf81e4c62011-07-01 21:46:08 -07001261
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -07001262 <!-- Label of the button to open the "add connection" popup where the user can invite a contact to other social networks or services [CHAR LIMIT=32] -->
1263 <string name="add_connection_button">Add connection</string>
Makoto Onuki3e6991e2011-07-24 14:51:20 -07001264
Katherine Kuand814e422011-07-03 21:11:48 -07001265 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]-->
1266 <string name="recent_updates">Recent</string>
1267
Jeff Hamilton01c68652009-10-05 22:39:45 -05001268 <!-- String describing which account type a contact came from when editing it -->
1269 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
1270
1271 <!-- String describing which account a contact came from when editing it -->
Daisuke Miyakawad37a8912011-03-27 09:35:28 -07001272 <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 -05001273
1274 <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
1275 <string name="use_photo_as_primary">Use this photo</string>
1276
Katherine Kuanfd709032011-08-02 14:18:16 -07001277 <!-- Text used to explain that a contact cannot be edited from the People application since the data is read only [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001278 <string name="contact_read_only">Not editable from this app.</string>
Jeff Hamilton01c68652009-10-05 22:39:45 -05001279
Claudia de Veaux109961d2011-10-14 15:27:31 -07001280 <!-- Text describing that a contact has no information available other than name and photo. [CHAR LIMIT=60] -->
1281 <string name="no_contact_details">No additional information for this contact.</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001282
Katherine Kuanffb45de2011-07-25 17:22:22 -07001283 <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001284 <string name="group_read_only">Not editable on this device.</string>
Katherine Kuanffb45de2011-07-25 17:22:22 -07001285
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001286 <!-- Label of the "sort list by" display option -->
1287 <string name="display_options_sort_list_by">Sort list by</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001288
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001289 <!-- An allowable value for the "sort list by" contact display option -->
1290 <string name="display_options_sort_by_given_name">Given name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001291
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001292 <!-- An allowable value for the "sort list by" contact display option -->
1293 <string name="display_options_sort_by_family_name">Family name</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001294
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001295 <!-- Label of the "view names as" display option -->
1296 <string name="display_options_view_names_as">View contact names as</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001297
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001298 <!-- An allowable value for the "view names as" contact display option -->
1299 <string name="display_options_view_given_name_first">Given name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001300
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -08001301 <!-- An allowable value for the "view names as" contact display option -->
1302 <string name="display_options_view_family_name_first">Family name first</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001303
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -08001304 <!-- Gray hint displayed in the search field in Contacts when empty -->
1305 <string name="search_bar_hint">Search contacts</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001306
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001307 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -08001308 <string name="take_photo">Take photo</string>
1309
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001310 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
1311 <string name="take_new_photo">Take new photo</string>
1312
1313 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001314 <string name="pick_photo">Choose photo from Gallery</string>
Dmitri Plotnikov98fd6502010-03-09 11:05:55 -08001315
Daniel Lehmannfe22aff2010-10-27 17:34:28 -07001316 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
1317 <string name="pick_new_photo">Select new photo from Gallery</string>
1318
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001319 <!-- 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 -08001320 <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 -08001321
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001322 <!-- 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 -08001323 <string name="upgrade_in_progress">Contact list is being updated.</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -08001324
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001325 <!-- 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 -08001326 <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
1327 \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
Claudia de Veaux109961d2011-10-14 15:27:31 -07001328 MB of internal storage.\n\nChoose one of the following options:</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001329
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001330 <!-- 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 -08001331 <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +02001332
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -08001333 <!-- 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 -08001334 <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
Dmitri Plotnikov207d4f62010-03-23 16:38:29 -07001335
Claudia de Veaux109961d2011-10-14 15:27:31 -07001336 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] -->
1337 <string name="search_results_searching">Searching\u2026</string>
Bai Taodf5e05f2010-04-09 00:44:44 +08001338
Bai Taodf5e05f2010-04-09 00:44:44 +08001339 <!-- Label to display only selection in multiple picker -->
1340 <string name="menu_display_selected">"Show selected"</string>
1341
1342 <!-- Label to display all recipients in multiple picker -->
1343 <string name="menu_display_all">"Show all"</string>
1344
1345 <!-- Label to select all contacts in multiple picker -->
1346 <string name="menu_select_all">"Select all"</string>
1347
1348 <!-- Label to clear all selection in multiple picker -->
1349 <string name="menu_select_none">"Unselect all"</string>
1350
Bai Taodf5e05f2010-04-09 00:44:44 +08001351 <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker -->
1352 <string name="no_contacts_selected">"No contacts selected."</string>
1353
Daniel Lehmannf7ce5972010-11-02 22:30:24 -07001354 <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] -->
1355 <string name="add_field">Add another field</string>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001356
Katherine Kuan398e3802011-07-21 21:16:15 -07001357 <!-- 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] -->
1358 <string name="add_new_entry_for_section">Add new</string>
Katherine Kuan1b220732011-04-28 18:45:39 -07001359
Katherine Kuanfd709032011-08-02 14:18:16 -07001360 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
1361 <string name="add_organization">Add organization</string>
1362
Katherine Kuan95743142011-08-10 17:56:11 -07001363 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] -->
1364 <string name="event_edit_field_hint_text">Date</string>
1365
1366 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] -->
1367 <string name="group_edit_field_hint_text">Group name</string>
1368
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001369 <!-- Attbution of a contact status update, when the time of update is unknown -->
1370 <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
1371
1372 <!-- Attbution of a contact status update, when the time of update is known -->
1373 <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>
1374
Daniel Lehmanncdef2b62010-06-06 18:25:49 -07001375 <!-- String describing the Star/Favorite checkbox
1376
1377 Used by AccessibilityService to announce the purpose of the view.
1378 -->
1379 <string name="description_star">favorite</string>
1380
1381 <!-- The title of the Edit-Contact screen -->
1382 <string name="edit_contact">Edit contact</string>
1383
1384 <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated
1385 anyway if we change our mind later -->
1386 <plurals name="merge_info">
1387 <item quantity="one">not merged</item>
1388 <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item>
1389 </plurals>
1390
Dmitri Plotnikov1c5c8e22010-06-24 15:14:45 -07001391 <!-- The name of the invisible local contact directory -->
1392 <string name="local_invisible_directory">Other</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001393
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001394 <!-- The title of a confirmation dialog shown when the user selects a
1395 contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
1396 <string name="aggregation_suggestion_join_dialog_title">Join contacts</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001397
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001398 <!-- The message in a confirmation dialog shown when the user selects a
1399 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
1400 <string name="aggregation_suggestion_join_dialog_message">Join
1401 the current contact with the selected contact?</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001402
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001403 <!-- The title of a confirmation dialog shown when the user selects a
1404 contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
1405 <string name="aggregation_suggestion_edit_dialog_title">Edit selected contacts</string>
1406
Flavio Lerda87bd5362011-06-30 12:20:43 +01001407 <!-- The message in a confirmation dialog shown when the user selects a
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -07001408 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
1409 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing
1410 the selected contact? Information you entered so far will be copied.</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -07001411
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -07001412 <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001413 <string name="menu_copyContact">Copy to My Contacts</string>
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001414
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -07001415 <!-- The button that adds a contact to the predefined group "My Contacts" (as this is
1416 mostly interesting for Google-contacts, this should have the same description as the
1417 function of GMail/Contacts on the Web
1418 [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001419 <string name="add_to_my_contacts">Add to My Contacts</string>
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -07001420
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -07001421 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
Dmitri Plotnikovee194e52010-11-29 12:10:13 -08001422 <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 -07001423
Dmitri Plotnikov400a5f82010-09-28 21:10:19 -07001424 <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
1425 <string name="directory_search_label">Directory</string>
1426
1427 <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
Daisuke Miyakawabf3152f2011-08-11 14:06:25 -07001428 <string name="local_search_label">All contacts</string>
Dmitri Plotnikov400a5f82010-09-28 21:10:19 -07001429
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -07001430 <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001431 <string name="toast_making_personal_copy">Creating a personal copy\u2026</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001432
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001433 <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
Dmitri Plotnikov049a6452010-09-26 12:47:12 -07001434 <string name="list_filter_all_accounts">All contacts</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001435
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001436 <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
1437 <string name="list_filter_all_starred">Starred</string>
1438
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001439 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -07001440 <string name="list_filter_custom">Custom</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -07001441
1442 <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001443 <string name="list_filter_customize">Customize</string>
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001444
Dmitri Plotnikov009676f2010-10-08 12:13:57 -07001445 <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001446 <string name="list_filter_phones">All contacts with phone numbers</string>
Dmitri Plotnikov009676f2010-10-08 12:13:57 -07001447
Dmitri Plotnikov6e850a02010-10-28 10:46:21 -07001448 <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
1449 <string name="list_filter_single">Contact</string>
1450
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -07001451 <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
Dmitri Plotnikova4d6a3b2010-10-06 18:04:31 -07001452 <string name="custom_list_filter">Define custom view</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001453
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001454 <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001455 <string name="contact_list_loading">Loading\u2026</string>
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001456
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001457 <!-- Title of the settings activity [CHAR LIMIT=64] -->
1458 <string name="activity_title_settings">Settings</string>
1459
Katherine Kuan495db432011-07-06 18:58:46 -07001460 <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
1461 <string name="activity_title_contacts_filter">Contacts to display</string>
1462
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001463 <!-- Menu item for the settings activity [CHAR LIMIT=64] -->
Daisuke Miyakawaca657d22011-08-31 15:15:04 -07001464 <string name="menu_settings" msgid="377929915873428211">Settings</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -07001465
1466 <!-- The preference section title for contact display options [CHAR LIMIT=128] -->
1467 <string name="preference_displayOptions">Display options</string>
Daniel Lehmann1ad4d1b2010-10-18 19:20:41 -07001468
1469 <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View
1470 of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] -->
1471 <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 -07001472
Dmitri Plotnikov4d174aa2010-10-25 15:38:54 -07001473 <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
1474 <string name="hint_findContacts">Find contacts</string>
Daniel Lehmanne9b196e2010-10-26 12:17:39 -07001475
1476 <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] -->
1477 <string name="non_phone_caption">Phone number</string>
1478
1479 <!-- Button to add a phone number to contacts [CHAR LIMIT=25] -->
1480 <string name="non_phone_add_to_contacts">Add to contacts</string>
1481
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -07001482 <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] -->
1483 <string name="activity_title_confirm_add_detail">Add to contact</string>
1484
Daniel Lehmanne9b196e2010-10-26 12:17:39 -07001485 <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] -->
1486 <string name="non_phone_close">Close</string>
Daniel Lehmann392ccec2010-11-01 20:50:03 -07001487
Daniel Lehmannfad92b82010-10-27 21:00:21 -07001488 <!-- 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] -->
1489 <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 -07001490
1491 <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
1492 <string name="date_year_toggle">Provide a year</string>
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -07001493
1494 <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] -->
1495 <string name="social_widget_label">Contact</string>
Daniel Lehmann3cceb3f2010-11-05 12:59:17 -07001496
1497 <!-- Message of widget while it is loading data [CHAR LIMIT=20] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001498 <string name="social_widget_loading">Loading\u2026</string>
Dmitri Plotnikov8b826462010-11-17 14:52:24 -08001499
1500 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1501 Creates a new contact. [CHAR LIMIT=128] -->
1502 <string name="contacts_unavailable_create_contact">Create a new contact</string>
1503
1504 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1505 Navigates to account setup [CHAR LIMIT=128] -->
1506 <string name="contacts_unavailable_add_account">Sign in to an account</string>
1507
1508 <!-- Button shown on the main contacts screen when there are no contacts on the device.
1509 Initiates a contact import dialog [CHAR LIMIT=128] -->
1510 <string name="contacts_unavailable_import_contacts">Import contacts from a file</string>
1511
Dmitri Plotnikov1ac58b62010-11-19 16:12:09 -08001512 <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] -->
1513 <string name="create_group_dialog_title">Create new group</string>
1514
1515 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] -->
1516 <string name="create_group_item_label">[Create new group]</string>
1517
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001518 <!-- Title of the dialog that allows deletion of a contact group [CHAR LIMIT=128] -->
1519 <string name="delete_group_dialog_title">Delete group</string>
1520
Katherine Kuan0ff0e312011-06-08 17:43:51 -07001521 <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] -->
1522 <plurals name="num_groups_in_account">
1523 <item quantity="one">1 group</item>
1524 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item>
1525 </plurals>
1526
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001527 <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001528 <string name="delete_group_dialog_message">Delete the group
1529 \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"?
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -08001530 (Contacts themselves will not be deleted.)
1531 </string>
1532
Katherine Kuan2b431c02011-07-17 14:46:34 -07001533 <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] -->
1534 <plurals name="num_contacts_in_group">
1535 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item>
1536 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item>
1537 </plurals>
1538
Katherine Kuanea1c3a52011-07-23 15:28:29 -07001539 <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] -->
1540 <plurals name="group_list_num_contacts_in_group">
1541 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item>
1542 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item>
1543 </plurals>
1544
Dmitri Plotnikov4c699fc2010-11-23 11:49:15 -08001545 <!-- Toast displayed when the user creates a new contact and attempts to join it
1546 with another before entering any data [CHAR LIMIT=256] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001547 <string name="toast_join_with_empty_contact">Type contact name before joining
1548 with another.
Dmitri Plotnikov4c699fc2010-11-23 11:49:15 -08001549 </string>
Dmitri Plotnikovee194e52010-11-29 12:10:13 -08001550
Frank Sposaro627e5dd2011-07-25 12:44:52 -07001551 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
1552 <string name="copy_text">Copy to clipboard</string>
1553
1554 <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] -->
1555 <string name="set_default">Set default</string>
1556
1557 <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] -->
1558 <string name="clear_default">Clear default</string>
1559
Dmitri Plotnikov50c02ed2010-12-06 14:38:45 -08001560 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
1561 <string name="toast_text_copied">Text copied</string>
Flavio Lerda87bd5362011-06-30 12:20:43 +01001562
Dmitri Plotnikovd3eedfc2010-12-15 17:36:54 -08001563 <!-- Title of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=64] -->
1564 <string name="cancel_confirmation_dialog_title">Discard changes</string>
1565
1566 <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001567 <string name="cancel_confirmation_dialog_message">Discard your changes?</string>
Dmitri Plotnikovd3eedfc2010-12-15 17:36:54 -08001568
Flavio Lerda9cafe472011-06-08 14:06:13 +01001569 <!-- Description of a call log entry, made of a call type and a date -->
1570 <string name="call_type_and_date">
1571 <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g>
1572 </string>
Dave Santoro0a4d2252011-05-20 11:40:34 -07001573
1574 <!-- Text displayed in place of the display name for the contact that represents the user's
1575 personal profile entry [CHAR LIMIT=64] -->
Isaac Katzenelsonead19c52011-07-29 18:24:53 -07001576 <string name="profile_display_name">Set up my profile</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -07001577
1578 <!-- 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] -->
Sean Cotter3296be32011-08-10 18:46:37 -07001579 <string name="enter_contact_name">Type person\'s name</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -07001580
Daisuke Miyakawaebf760e2011-09-29 09:12:53 -07001581 <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
Katherine Kuan703cda72011-07-15 18:20:36 -07001582 <string name="view_updates_from_group">View updates</string>
1583
Flavio Lerdab78b7092011-07-26 13:38:44 +01001584 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
1585 <plurals name="notification_voicemail_title">
1586 <item quantity="one">Voicemail</item>
1587 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> Voicemails</item>
1588 </plurals>
1589
1590 <!-- Used to build a list of names or phone numbers, to indicate the callers who left
1591 voicemails.
1592 The first argument may be one or more callers, the most recent ones.
1593 The second argument is an additional callers.
1594 This string is used to build a list of callers.
1595
1596 [CHAR LIMIT=10]
1597 -->
1598 <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>
1599
1600 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
1601 <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 +01001602
Flavio Lerdab78b7092011-07-26 13:38:44 +01001603 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -07001604 <string name="voicemail_playback_error">Couldn\'t play voicemail.</string>
Hugo Hudson51ada362011-08-05 14:36:14 +01001605
1606 <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -07001607 <string name="voicemail_buffering">Buffering\u2026</string>
Hugo Hudson757aa552011-07-20 01:15:25 +01001608
Hugo Hudson6faccb82011-08-11 21:09:14 +01001609 <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -07001610 <string name="voicemail_fetching_content">Fetching voicemail\u2026</string>
Hugo Hudson6faccb82011-08-11 21:09:14 +01001611
1612 <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
Claudia de Veauxd113c9f2011-08-18 12:33:54 -07001613 <string name="voicemail_fetching_timout">Couldn\'t fetch voicemail.</string>
Hugo Hudson6faccb82011-08-11 21:09:14 +01001614
Flavio Lerda76921902011-07-13 21:11:51 +01001615 <!-- The header in the call log used to identify missed calls and voicemail that have not yet been consumed [CHAR LIMIT=10] -->
1616 <string name="call_log_new_header">New</string>
1617
1618 <!-- The header in the call log used to identify items that have been already consumed [CHAR LIMIT=10] -->
1619 <string name="call_log_old_header">Older</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001620
1621 <!-- Voicemail status message shown at the top of call log to notify the user that no new
1622 voicemails are currently available. This can happen when both notification as well as data
1623 connection to the voicemail server is lost. [CHAR LIMIT=64] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001624 <string name="voicemail_status_voicemail_not_available">Can\'t connect to voicemail server.</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001625 <!-- Voicemail status message shown at the top of call log to notify the user that there is no
1626 data connection to the voicemail server, but there are new voicemails waiting on the server.
1627 [CHAR LIMIT=64] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001628 <string name="voicemail_status_messages_waiting">Can\'t connect to voicemail server. New voicemails are waiting.</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001629 <!-- Voicemail status message shown at the top of call log to invite the user to configure
1630 visual voicemail. [CHAR LIMIT=64] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001631 <string name="voicemail_status_configure_voicemail">Set up your voicemail.</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001632 <!-- Voicemail status message shown at the top of call details screen to notify the user that
1633 the audio of this voicemail is not available. [CHAR LIMIT=64] -->
1634 <string name="voicemail_status_audio_not_available">Audio not available.</string>
1635
1636 <!-- User action prompt shown next to a voicemail status message to let the user configure
1637 visual voicemail. [CHAR LIMIT=20] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001638 <string name="voicemail_status_action_configure">Set up</string>
Debashish Chatterjee369d5d72011-07-14 13:44:00 +01001639 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
1640 server directly to listen to the voicemails. [CHAR LIMIT=20] -->
1641 <string name="voicemail_status_action_call_server">Call voicemail</string>
Flavio Lerda8e39c712011-07-15 19:57:01 +01001642
Hugo Hudsond1cac902011-07-24 23:56:38 +01001643 <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001644 <string name="voicemail_speed_slowest">Slowest speed</string>
Hugo Hudsond1cac902011-07-24 23:56:38 +01001645 <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001646 <string name="voicemail_speed_slower">Slow speed</string>
Hugo Hudsond1cac902011-07-24 23:56:38 +01001647 <!-- Normal voicemail playback speed. [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001648 <string name="voicemail_speed_normal">Normal speed</string>
Hugo Hudsond1cac902011-07-24 23:56:38 +01001649 <!-- Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001650 <string name="voicemail_speed_faster">Fast speed</string>
Hugo Hudsond1cac902011-07-24 23:56:38 +01001651 <!-- Fastest voicemail playback speed. [CHAR LIMIT=30] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001652 <string name="voicemail_speed_fastest">Fastest speed</string>
Hugo Hudsond1cac902011-07-24 23:56:38 +01001653
Flavio Lerdafe170262011-08-03 06:40:47 +01001654 <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
1655 <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) <xliff:g id="date">%2$s</xliff:g></string>
Isaac Katzenelson85806162011-07-19 14:36:13 -07001656
1657 <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001658 <string name="group_name_hint">Group\'s name</string>
Jeff Hamiltone967f7c2011-06-30 12:01:23 -05001659
1660 <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
1661 <string name="nfc_vcard_file_name">Contact received over NFC</string>
Flavio Lerdad52e2ae2011-07-22 00:08:38 +01001662
1663 <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
1664 <string name="menu_show_voicemails_only">Show voicemails only</string>
Frank Sposaro595d6ea2011-07-20 11:03:26 -07001665
Flavio Lerda565c39a2011-08-11 19:08:21 +01001666 <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
1667 <string name="menu_show_all_calls">Show all calls</string>
1668
Frank Sposaro595d6ea2011-07-20 11:03:26 -07001669 <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
1670 <string name="status_available">Available</string>
1671
1672 <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
1673 <string name="status_away">Away</string>
1674
1675 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
1676 <string name="status_busy">Busy</string>
1677
Flavio Lerda40569562011-07-22 21:51:29 +01001678 <!-- String describing the icon in the call log used to play a voicemail.
1679
1680 Note: AccessibilityServices use this attribute to announce what the view represents.
1681 This is especially valuable for views without textual representation like ImageView.
1682 -->
1683 <string name="description_call_log_play_button">Play voicemail</string>
1684
1685 <!-- String describing the icon in the call log used to represent an incoming call.
1686
1687 Note: AccessibilityServices use this attribute to announce what the view represents.
1688 This is especially valuable for views without textual representation like ImageView.
1689 -->
1690 <string name="description_call_log_incoming_call">Incoming call</string>
1691
1692 <!-- String describing the icon in the call log used to represent an outgoing call.
1693
1694 Note: AccessibilityServices use this attribute to announce what the view represents.
1695 This is especially valuable for views without textual representation like ImageView.
1696 -->
1697
1698 <string name="description_call_log_outgoing_call">Outgoing call</string>
1699
1700 <!-- String describing the icon in the call log used to represent a missed call.
1701
1702 Note: AccessibilityServices use this attribute to announce what the view represents.
1703 This is especially valuable for views without textual representation like ImageView.
1704 -->
1705
1706 <string name="description_call_log_missed_call">Missed call</string>
1707
1708 <!-- String describing the icon in the call log used to represent a voicemail left to the user.
1709
1710 Note: AccessibilityServices use this attribute to announce what the view represents.
1711 This is especially valuable for views without textual representation like ImageView.
1712 -->
1713 <string name="description_call_log_voicemail">Voicemail</string>
1714
Flavio Lerdab184ed62011-08-10 18:17:55 +01001715 <!-- String describing the button to add a contact for the current number.
1716
1717 Note: AccessibilityServices use this attribute to announce what the view represents.
1718 This is especially valuable for views without textual representation like ImageView.
1719 -->
1720 <string name="description_add_contact">Add contact</string>
1721
1722 <!-- String describing the button to view the contact for the current number.
1723
1724 Note: AccessibilityServices use this attribute to announce what the view represents.
1725 This is especially valuable for views without textual representation like ImageView.
1726 -->
1727 <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
1728
1729 <!-- String describing the button to call a number or contact.
1730
1731 Note: AccessibilityServices use this attribute to announce what the view represents.
1732 This is especially valuable for views without textual representation like ImageView.
1733 -->
1734 <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
1735
1736 <!-- String describing the button to SMS a number or contact.
1737
1738 Note: AccessibilityServices use this attribute to announce what the view represents.
1739 This is especially valuable for views without textual representation like ImageView.
Isaac Katzenelsonfaa49c92011-09-14 15:27:13 -07001740 [CHAR LIMIT=NONE]
Flavio Lerdab184ed62011-08-10 18:17:55 +01001741 -->
1742 <string name="description_send_text_message">Send text message to <xliff:g id="name">%1$s</xliff:g></string>
1743
Flavio Lerda40569562011-07-22 21:51:29 +01001744 <!-- String describing the icon in the call log used to represent an unheard voicemail left to
1745 the user.
1746
1747 Note: AccessibilityServices use this attribute to announce what the view represents.
1748 This is especially valuable for views without textual representation like ImageView.
Isaac Katzenelsonfaa49c92011-09-14 15:27:13 -07001749 [CHAR LIMIT=NONE]
Flavio Lerda40569562011-07-22 21:51:29 +01001750 -->
1751 <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
1752
Isaac Katzenelsonfaa49c92011-09-14 15:27:13 -07001753 <!-- String describing the button to send a text message on quick contact.
1754
1755 Note: AccessibilityServices use this attribute to announce what the view represents.
1756 This is especially valuable for views without textual representation like ImageView.
1757 [CHAR LIMIT=NONE]
1758 -->
1759 <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string>
1760
1761 <!-- String describing the text for a phone number in quick contact.
1762
1763 Note: AccessibilityServices use this attribute to announce what the view represents.
1764 This is especially valuable for views without textual representation like ImageView.
1765 -->
1766 <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string>
1767
1768 <!-- String describing the text for photo of a contact in a contacts list.
1769
1770 Note: AccessibilityServices use this attribute to announce what the view represents.
1771 This is especially valuable for views without textual representation like ImageView.
1772 -->
1773 <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string>
1774
Flavio Lerdabe45e0f2011-07-25 21:00:30 +01001775 <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] -->
1776 <string name="call_log_empty_gecode">-</string>
1777
Daisuke Miyakawa08572992011-09-03 14:06:16 -07001778 <!-- String describing the text on the header of the profile contact in the contacts list
1779 This may be programatically capitalized. [CHAR LIMIT=20] -->
1780 <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Me</string>
Daisuke Miyakawa692cb6a2011-08-01 12:09:02 -07001781
Katherine Kuan95743142011-08-10 17:56:11 -07001782 <!-- Header label in the contact editor for a profile that is local to the device only (and not associated with any account) [CHAR LIMIT=25] -->
1783 <string name="local_profile_title">My local profile</string>
1784
1785 <!-- Header label in the contact editor for a profile that comes from an external third-party app whose name is given by source [CHAR LIMIT=20] -->
1786 <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string>
1787
Daisuke Miyakawa692cb6a2011-08-01 12:09:02 -07001788 <!-- Toast shown when the app starts showing all contacts regardless of its current
1789 contact filter state. [CHAR LIMIT=64] -->
1790 <string name="toast_displaying_all_contacts">Displaying all contacts</string>
Katherine Kuan528560b2011-09-02 15:02:13 -07001791
1792 <!-- Message in the standard "no account" prompt that encourages the user to add a Google account before continuing to use the People app [CHAR LIMIT=NONE] -->
1793 <string name="no_account_prompt">People works better with a Google Account.\n\n\u2022 Access from any web browser.\n\u2022 Back up your contacts securely.</string>
Katherine Kuan659704a2011-09-22 17:26:13 -07001794
Katherine Kuan0698bfc2011-10-05 16:04:26 -07001795 <!-- Message in the standard "no account" prompt that encourages the user to add any account (non Google-specific) before continuing to use the People app [CHAR LIMIT=NONE] -->
1796 <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string>
1797
1798 <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better People app experience [CHAR LIMIT=20] -->
1799 <string name="generic_no_account_prompt_title">Add an account</string>
1800
Katherine Kuan659704a2011-09-22 17:26:13 -07001801 <!-- Message in the contact editor prompt that notifies the user that the newly created contact will not be saved to any account, and prompts addition of an account [CHAR LIMIT=NONE] -->
1802 <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string>
1803
1804 <!-- Message in the contact editor prompt that asks the user if it's okay to save the newly created contact to the account shown. [CHAR LIMIT=NONE] -->
1805 <string name="contact_editor_prompt_one_account">Your new contact will be synchronized with <xliff:g id="account_name">%1$s</xliff:g>.</string>
1806
1807 <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] -->
1808 <string name="contact_editor_prompt_multiple_accounts">You can synchronize your new contact with one of the following accounts. Which do you want to use?</string>
1809
1810 <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] -->
1811 <string name="keep_local">Keep local</string>
1812
1813 <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] -->
1814 <string name="add_account">Add account</string>
1815
1816 <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] -->
1817 <string name="add_new_account">Add new account</string>
Daisuke Miyakawa59935742011-09-26 13:40:32 -07001818
Daisuke Miyakawae2a24572011-10-02 17:18:12 -07001819 <!-- Dialog title which is shown when the user tries to make a phone call
1820 to prohibited phone numbers [CHAR LIMIT=40] -->
1821 <string name="dialog_phone_call_prohibited_title" msgid="4313552620858880999">Call not sent</string>
1822
1823 <!-- Dialog title which is shown when the user tries to check voicemail
1824 while the system isn't ready for the access. [CHAR LIMIT=40] -->
1825 <string name="dialog_voicemail_not_ready_title">Voicemail number unavailable</string>
1826
1827 <!-- Dialog message which is shown when the user tries to check voicemail
1828 while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -07001829 <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
Tracy Pu29a1cd82009-07-02 14:39:18 -04001830</resources>