The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 16 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 17 | <!-- Title for the activity that dials the phone. This is the name |
| 18 | used in the Launcher icon. --> |
Nicolas Catania | 0883240 | 2009-09-24 09:52:50 -0700 | [diff] [blame] | 19 | <string name="launcherDialer">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 20 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 21 | <!-- 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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 28 | <!-- 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 Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 32 | <!-- 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 West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 34 | <string name="shortcutDialContact">Direct dial</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 35 | |
| 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 West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 38 | <string name="shortcutMessageContact">Direct message</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 39 | |
| 40 | <!-- Activity title when the user is selecting a contact for a shortcut. --> |
| 41 | <string name="shortcutActivityTitle">Choose a contact shortcut</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 42 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 43 | <!-- 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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 45 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 46 | <!-- 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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 48 | |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 49 | <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 50 | <string name="contactPickerActivityTitle">Choose a contact</string> |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 51 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 52 | <!-- 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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 64 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 65 | <!-- 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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 68 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 69 | <!-- 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 Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 77 | <!-- 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 Santoro | 3915600 | 2011-07-19 01:18:14 -0700 | [diff] [blame] | 85 | <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> |
Katherine Kuan | 7970088 | 2011-06-14 17:40:33 -0700 | [diff] [blame] | 86 | <string name="contactDetailAbout">About</string> |
| 87 | |
Dave Santoro | 3915600 | 2011-07-19 01:18:14 -0700 | [diff] [blame] | 88 | <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> |
Katherine Kuan | 7970088 | 2011-06-14 17:40:33 -0700 | [diff] [blame] | 89 | <string name="contactDetailUpdates">Updates</string> |
| 90 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 91 | <!-- 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 | |
Flavio Lerda | 4e1d785 | 2011-11-23 15:49:18 +0000 | [diff] [blame] | 103 | <!-- Menu item used to call a contact, containing the number of the contact to call --> |
| 104 | <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 112 | <!-- Menu item used to edit a specific contact --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 113 | <string name="menu_editContact">Edit</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 114 | |
| 115 | <!-- Menu item used to delete a specific contact --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 116 | <string name="menu_deleteContact">Delete</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 117 | |
| 118 | <!-- Menu item used to call a specific contact when viewing the details of that contact. --> |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 119 | <string name="menu_call">Call contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 120 | |
| 121 | <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 122 | <string name="menu_sendSMS">Text contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 123 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 124 | <!-- Menu item that splits an item from the contact detail into a separate aggregate --> |
Dmitri Plotnikov | f042df9 | 2009-10-02 17:34:27 -0700 | [diff] [blame] | 125 | <string name="menu_splitAggregate">Separate</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 126 | |
Katherine Kuan | 8268bbe | 2011-06-10 17:48:21 -0700 | [diff] [blame] | 127 | <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] --> |
Makoto Onuki | 6fe1833 | 2011-08-09 17:39:39 -0700 | [diff] [blame] | 128 | <string name="menu_editGroup">Edit</string> |
Katherine Kuan | 8268bbe | 2011-06-10 17:48:21 -0700 | [diff] [blame] | 129 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 130 | <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] --> |
Makoto Onuki | 6fe1833 | 2011-08-09 17:39:39 -0700 | [diff] [blame] | 131 | <string name="menu_deleteGroup">Delete</string> |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 132 | |
Dmitri Plotnikov | c668fc3 | 2010-12-02 11:00:17 -0800 | [diff] [blame] | 133 | <!-- 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 Kuan | 971116e | 2011-07-04 15:14:35 -0700 | [diff] [blame] | 136 | <!-- 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 Kuan | 2870e29 | 2011-10-26 15:44:58 -0700 | [diff] [blame] | 139 | <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=26] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 140 | <string name="splitConfirmation_title">Separate contact?</string> |
Dmitri Plotnikov | f042df9 | 2009-10-02 17:34:27 -0700 | [diff] [blame] | 141 | |
Katherine Kuan | 1ba8b6f | 2011-08-11 16:14:59 -0700 | [diff] [blame] | 142 | <!-- Confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 143 | <string name="splitConfirmation">This contact will be separated into multiple contacts.</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 144 | |
| 145 | <!-- Menu item that joins an aggregate with another aggregate --> |
| 146 | <string name="menu_joinAggregate">Join</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 147 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 148 | <!-- Heading of the Join Contact screen --> |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 149 | <string name="titleJoinContactDataWith">Join contacts</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 150 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 151 | <!-- 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 Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 153 | |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 154 | <!-- 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 Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 157 | <!-- List separator for the Join Contact list: Suggestions --> |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 158 | <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 159 | |
| 160 | <!-- List separator for the Join Contact list: A-Z --> |
| 161 | <string name="separatorJoinAggregateAll">All contacts</string> |
| 162 | |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 163 | <!-- Toast shown after two contacts have been joined by a user action --> |
| 164 | <string name="contactsJoinedMessage">Contacts joined</string> |
| 165 | |
Isaac Katzenelson | 683b57e | 2011-07-20 17:06:11 -0700 | [diff] [blame] | 166 | <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] --> |
| 167 | <string name="menu_set_ring_tone">Set ringtone</string> |
| 168 | |
| 169 | <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] --> |
Claudia de Veaux | afaae1f | 2011-08-09 16:22:11 -0700 | [diff] [blame] | 170 | <string name="menu_redirect_calls_to_vm">All calls to voicemail</string> |
Isaac Katzenelson | 683b57e | 2011-07-20 17:06:11 -0700 | [diff] [blame] | 171 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 172 | <!-- Warning dialog contents after users selects to delete a ReadOnly contact. [CHAR LIMIT=NONE] --> |
| 173 | <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 174 | |
| 175 | <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. --> |
Megha Joshi | c508bd8 | 2009-10-01 17:31:49 -0700 | [diff] [blame] | 176 | <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 Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 177 | |
| 178 | <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> |
| 179 | <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string> |
| 180 | |
| 181 | <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 182 | <string name="deleteConfirmation">This contact will be deleted.</string> |
| 183 | |
| 184 | <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> |
| 185 | <string name="menu_done">Done</string> |
| 186 | |
Katherine Kuan | 1390f85 | 2011-07-26 15:34:01 -0700 | [diff] [blame] | 187 | <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] --> |
Dmitri Plotnikov | c668fc3 | 2010-12-02 11:00:17 -0800 | [diff] [blame] | 188 | <string name="menu_doNotSave">Cancel</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 189 | |
Katherine Kuan | 9b3dfd0 | 2011-07-21 17:16:20 -0700 | [diff] [blame] | 190 | <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=12] --> |
| 191 | <string name="menu_discard">Discard</string> |
| 192 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 193 | <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact --> |
| 194 | <string name="label_notes">Notes</string> |
| 195 | |
David Brown | 4423ca5 | 2010-08-30 18:56:37 -0700 | [diff] [blame] | 196 | <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] --> |
David Brown | 73fcbec | 2010-09-01 18:58:18 -0700 | [diff] [blame] | 197 | <string name="label_sip_address">Internet call</string> |
David Brown | 4423ca5 | 2010-08-30 18:56:37 -0700 | [diff] [blame] | 198 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 199 | <!-- Hint text for the organization name when editing --> |
| 200 | <string name="ghostData_company">Company</string> |
| 201 | |
Daniel Lehmann | a166050 | 2010-03-24 14:18:34 -0700 | [diff] [blame] | 202 | <!-- Hint text for the organization title when editing --> |
| 203 | <string name="ghostData_title">Title</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 204 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 205 | <!-- Message displayed in a toast when you try to view the details of a contact that |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 206 | for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> |
| 207 | <string name="invalidContactMessage">The contact doesn\'t exist.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 208 | |
Eric Fischer | 9f4563c | 2011-10-24 17:36:09 -0700 | [diff] [blame] | 209 | <!-- When picking a contact from a list of all contacts there is an entry at the top of the |
| 210 | list that allows the user to create a new contact, which this string is used for --> |
| 211 | <string name="pickerNewContactHeader">Create new contact</string> |
| 212 | |
Daisuke Miyakawa | a8729cd | 2011-10-12 12:27:16 -0700 | [diff] [blame] | 213 | <!-- Text for a "create new contact" button on the bottom of the contact picker screen. |
| 214 | The text will be all capitalized. |
| 215 | [CHAR LIMIT=30] --> |
| 216 | <string name="pickerNewContactText">Create new contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 217 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 218 | <!-- 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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 219 | <string name="phoneLabelsGroup">Phone</string> |
| 220 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 221 | <!-- 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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 222 | <string name="emailLabelsGroup">Email</string> |
| 223 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 224 | <!-- 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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 225 | <string name="imLabelsGroup">IM</string> |
| 226 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 227 | <!-- 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 Lehmann | a472325 | 2010-10-13 11:17:45 -0700 | [diff] [blame] | 228 | <string name="postalLabelsGroup">Address</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 229 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 230 | <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> |
Dmitri Plotnikov | 4120f60 | 2010-11-05 11:40:55 -0700 | [diff] [blame] | 231 | <skip/> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 232 | <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 233 | <string-array name="otherLabels"> |
| 234 | <!-- An organization associated with a contact --> |
| 235 | <item>Organization</item> |
| 236 | <!-- A note associated with a contact --> |
| 237 | <item>Note</item> |
| 238 | </string-array> |
| 239 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 240 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 241 | <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string> |
| 242 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 243 | <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 244 | |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 245 | <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] --> |
| 246 | <string name="attach_photo_dialog_title">Contact photo</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 247 | |
| 248 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 249 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 250 | <string name="customLabelPickerTitle">Custom label name</string> |
| 251 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 252 | <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> |
| 253 | <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> |
| 254 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 255 | <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] --> |
| 256 | <string name="removePhoto">Remove photo</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 257 | |
Isaac Katzenelson | 66606b6 | 2011-07-22 18:47:45 -0700 | [diff] [blame] | 258 | <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 259 | <string name="noContacts">No contacts.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 260 | |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 261 | <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 262 | <string name="noGroups">No groups.</string> |
Isaac Katzenelson | 66606b6 | 2011-07-22 18:47:45 -0700 | [diff] [blame] | 263 | |
| 264 | <!-- 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 Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 265 | <string name="noAccounts">To create groups you need an account.</string> |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 266 | |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 267 | <!-- The text displayed when the contacts list is empty while displaying results after searching contacts --> |
| 268 | <string name="noMatchingContacts">No matching contacts found.</string> |
| 269 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 270 | <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers --> |
| 271 | <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string> |
| 272 | |
Katherine Kuan | 4270aa7 | 2011-10-19 13:45:41 -0700 | [diff] [blame] | 273 | <!-- The text displayed when there are no members in the group while displaying the group detail page [CHAR LIMIT=40] --> |
| 274 | <string name="emptyGroup">No people in this group.</string> |
| 275 | |
| 276 | <!-- The text displayed to instruct users to add members to a group (when viewing a group detail page for a group with no members) [CHAR LIMIT=50] --> |
| 277 | <string name="addPeopleToGroup">To add some, edit the group.</string> |
| 278 | |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 279 | <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database --> |
Jeff Sharkey | 22678e7 | 2009-09-24 03:10:06 -0700 | [diff] [blame] | 280 | <string name="savingContact">Saving contact\u2026</string> |
| 281 | |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 282 | <!-- Displayed in a spinner dialog as user changes to display options are saved --> |
| 283 | <string name="savingDisplayGroups">Saving display options\u2026</string> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 284 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 285 | <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 286 | <string name="contactSavedToast">Contact saved.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 287 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 288 | <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] --> |
| 289 | <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 290 | |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 291 | <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 292 | <string name="groupSavedToast">Group saved.</string> |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 293 | |
| 294 | <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 295 | <string name="groupSavedErrorToast">Couldn\'t save group changes.</string> |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 296 | |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 297 | <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected --> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 298 | <plurals name="listTotalPhoneContacts"> |
Dmitri Plotnikov | ac14436 | 2010-09-27 17:23:59 -0700 | [diff] [blame] | 299 | <item quantity="one">1 contact with phone number</item> |
| 300 | <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 301 | </plurals> |
| 302 | |
Dmitri Plotnikov | f35faeb | 2011-01-24 18:20:28 -0800 | [diff] [blame] | 303 | <!-- 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]--> |
| 304 | <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 305 | |
| 306 | <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" not selected --> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 307 | <plurals name="listTotalAllContacts"> |
Dmitri Plotnikov | ac14436 | 2010-09-27 17:23:59 -0700 | [diff] [blame] | 308 | <item quantity="one">1 contact</item> |
| 309 | <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 310 | </plurals> |
| 311 | |
Dmitri Plotnikov | f35faeb | 2011-01-24 18:20:28 -0800 | [diff] [blame] | 312 | <!-- 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 Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 313 | <string name="listTotalAllContactsZero">No contacts.</string> |
Dmitri Plotnikov | f35faeb | 2011-01-24 18:20:28 -0800 | [diff] [blame] | 314 | |
| 315 | <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]--> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 316 | <string name="listTotalAllContactsZeroCustom">No visible contacts.</string> |
Dmitri Plotnikov | f35faeb | 2011-01-24 18:20:28 -0800 | [diff] [blame] | 317 | |
| 318 | <!-- 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 Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 319 | <string name="listTotalAllContactsZeroStarred">No favorites.</string> |
Dmitri Plotnikov | f35faeb | 2011-01-24 18:20:28 -0800 | [diff] [blame] | 320 | |
| 321 | <!-- 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]--> |
| 322 | <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 323 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 324 | <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] --> |
| 325 | <string name="listAllContactsInAccount">Contacts in <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string> |
| 326 | |
Daisuke Miyakawa | b9225e3 | 2011-08-22 14:02:43 -0700 | [diff] [blame] | 327 | <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] --> |
| 328 | <string name="listSingleContact">Single contact</string> |
| 329 | |
Katherine Kuan | 00eaf37 | 2011-08-26 13:57:51 -0700 | [diff] [blame] | 330 | <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] --> |
| 331 | <string name="listCustomView">Contacts in custom view</string> |
| 332 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 333 | <!-- 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 Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 334 | <plurals name="listFoundAllContacts"> |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 335 | <item quantity="one">1 found</item> |
| 336 | <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 337 | </plurals> |
| 338 | |
Dmitri Plotnikov | 6183540 | 2010-09-27 18:29:02 -0700 | [diff] [blame] | 339 | <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 340 | <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string> |
Dmitri Plotnikov | 6183540 | 2010-09-27 18:29:02 -0700 | [diff] [blame] | 341 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 342 | <!-- 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] --> |
| 343 | <string name="listFoundAllContactsZero">None found.</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 344 | |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 345 | <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> |
| 346 | <plurals name="searchFoundContacts"> |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 347 | <item quantity="one">1 found</item> |
| 348 | <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 349 | </plurals> |
| 350 | |
Daisuke Miyakawa | 1ff189a | 2011-09-07 18:21:36 -0700 | [diff] [blame] | 351 | <!-- The content description for the "all contacts" 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] --> |
Daniel Lehmann | 6e6c241 | 2011-07-08 20:18:19 -0700 | [diff] [blame] | 357 | <string name="contactsAllLabel">All</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 358 | |
Daisuke Miyakawa | 1ff189a | 2011-09-07 18:21:36 -0700 | [diff] [blame] | 359 | <!-- The content description text for the groups 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] --> |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 365 | <string name="contactsGroupsLabel">Groups</string> |
| 366 | |
Daisuke Miyakawa | 1ff189a | 2011-09-07 18:21:36 -0700 | [diff] [blame] | 367 | <!-- The description text for the favorites 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] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 373 | <string name="contactsFavoritesLabel">Favorites</string> |
| 374 | |
Daisuke Miyakawa | 1ff189a | 2011-09-07 18:21:36 -0700 | [diff] [blame] | 375 | <!-- The description text for the dialer 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] --> |
Nicolas Catania | 0883240 | 2009-09-24 09:52:50 -0700 | [diff] [blame] | 381 | <string name="dialerIconLabel">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 382 | |
Daisuke Miyakawa | 1ff189a | 2011-09-07 18:21:36 -0700 | [diff] [blame] | 383 | <!-- The description text for the call log tab. |
| 384 | |
| 385 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 386 | This is especially valuable for views without textual representation like ImageView. |
| 387 | |
| 388 | [CHAR LIMIT=NONE] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 389 | <string name="recentCallsIconLabel">Call log</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 390 | |
| 391 | <!-- Menu item used to send an SMS or MMS message to a phone number --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 392 | <string name="menu_sendTextMessage">Send text message</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 393 | |
| 394 | <!-- Menu item used to call a contact from the call log --> |
| 395 | <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 396 | |
| 397 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 398 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 399 | |
| 400 | <!-- Menu item used to add a number from the call log to contacts --> |
| 401 | <string name="recentCalls_addToContact">Add to contacts</string> |
| 402 | |
| 403 | <!-- Menu item used to remove a single call from the call log --> |
| 404 | <string name="recentCalls_removeFromRecentList">Remove from call log</string> |
| 405 | |
| 406 | <!-- Menu item used to remove all calls from the call log --> |
| 407 | <string name="recentCalls_deleteAll">Clear call log</string> |
| 408 | |
Hugo Hudson | 94d1a98 | 2011-08-03 16:42:31 +0100 | [diff] [blame] | 409 | <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] --> |
| 410 | <string name="recentCalls_trashVoicemail">Delete voicemail</string> |
| 411 | |
| 412 | <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] --> |
| 413 | <string name="recentCalls_shareVoicemail">Share voicemail</string> |
| 414 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 415 | <!-- Text displayed when the call log is empty --> |
| 416 | <string name="recentCalls_empty">Call log is empty.</string> |
| 417 | |
Katherine Kuan | 2870e29 | 2011-10-26 15:44:58 -0700 | [diff] [blame] | 418 | <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 419 | <string name="clearCallLogConfirmation_title">Clear call log?</string> |
Daniel Lehmann | dd42181 | 2010-03-01 14:54:56 -0800 | [diff] [blame] | 420 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 421 | <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] --> |
| 422 | <string name="clearCallLogConfirmation">All your call records will be deleted.</string> |
Daniel Lehmann | dd42181 | 2010-03-01 14:54:56 -0800 | [diff] [blame] | 423 | |
Daniel Lehmann | 0bb65a8 | 2011-03-15 20:21:46 -0700 | [diff] [blame] | 424 | <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 425 | <string name="clearCallLogProgress_title">Clearing call log\u2026</string> |
Daniel Lehmann | 0bb65a8 | 2011-03-15 20:21:46 -0700 | [diff] [blame] | 426 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 427 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 428 | <string name="imei">IMEI</string> |
| 429 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 430 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 431 | <string name="meid">MEID</string> |
| 432 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 433 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 434 | <string name="voicemail">Voicemail</string> |
| 435 | |
| 436 | <!-- String used to display calls from unknown numbers in the call log --> |
| 437 | <string name="unknown">Unknown</string> |
| 438 | |
| 439 | <!-- String used to display calls from private numbers in the call log --> |
| 440 | <string name="private_num">Private number</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 441 | |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 442 | <!-- String used to display calls from pay phone in the call log --> |
| 443 | <string name="payphone">Pay phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 444 | |
| 445 | <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| 446 | to dial using the physical keyboard --> |
| 447 | <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| 448 | |
| 449 | <!-- Hint text displayed in the "digits" field above the dialer's |
| 450 | dialpad, if there's already a call in progress. (This hint |
| 451 | reminds the user that the dialer will add a new call, as opposed |
Daisuke Miyakawa | 1fb2187 | 2011-11-18 15:35:16 -0800 | [diff] [blame] | 452 | to sending DTMF tones over the current call.) |
| 453 | [CHAR LIMIT=40] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 454 | <string name="dialerDialpadHintText">Dial to add a call</string> |
| 455 | |
| 456 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 457 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 458 | |
| 459 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 460 | <string name="simContacts_title">SIM card contacts</string> |
| 461 | |
Bai Tao | bc38e1f | 2010-03-19 09:57:03 +0800 | [diff] [blame] | 462 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled --> |
| 463 | <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> |
| 464 | |
| 465 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts --> |
| 466 | <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string> |
| 467 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 468 | <!-- 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="tablet">"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 tablet\n</li> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 471 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 472 | \n<li><font fgcolor="#ffffffff"><b>Import/export</b></font> to import contacts from your SIM or SD card\n</li>" |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 473 | </string> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 474 | <!-- 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] --> |
| 475 | <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 |
| 476 | \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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 477 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 478 | \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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 479 | </string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 480 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 481 | <!-- 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] --> |
| 482 | <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 |
| 483 | \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 Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 484 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
| 485 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 486 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>" |
| 487 | </string> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 488 | <!-- 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] --> |
| 489 | <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 |
| 490 | \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 West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 491 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 492 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 493 | \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 Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 494 | </string> |
| 495 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 496 | <!-- 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="tablet">"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 tablet\n</li> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 499 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 500 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
| 501 | </string> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 502 | <!-- 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]--> |
| 503 | <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 |
| 504 | \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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 505 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 506 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 507 | </string> |
| 508 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 509 | <!-- 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] --> |
| 510 | <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 |
| 511 | \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 Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 512 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
| 513 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 514 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
| 515 | </string> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 516 | <!-- 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] --> |
| 517 | <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 |
| 518 | \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 West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 519 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 520 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 521 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 522 | </string> |
| 523 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 524 | <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab. [CHAR LIMIT=NONE] --> |
Neel Parekh | 865d5d0 | 2009-09-22 14:26:26 -0700 | [diff] [blame] | 525 | <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 526 | <li>Touch the <b>Contacts</b> tab\n</li> |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 527 | \n<li>Touch the contact you want to add to your favorites\n</li> |
| 528 | \n<li>Touch the star next to the contact\'s name\n</li>" |
| 529 | </string> |
| 530 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 531 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 532 | (Part of a list of options shown in the dialer when another call |
| 533 | is already in progress.) --> |
| 534 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 535 | |
| 536 | <!-- Item label: jump to the in-call UI. |
| 537 | (Part of a list of options shown in the dialer when another call |
| 538 | is already in progress.) --> |
| 539 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 540 | |
| 541 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 542 | (Part of a list of options shown in the dialer when another call |
| 543 | is already in progress.) --> |
| 544 | <string name="dialer_addAnotherCall">Add call</string> |
| 545 | |
| 546 | <!-- Title bar for call detail screen --> |
| 547 | <string name="callDetailTitle">Call details</string> |
| 548 | |
| 549 | <!-- Toast for call detail screen when couldn't read the requested details --> |
| 550 | <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string> |
| 551 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 552 | <!-- Title for incoming call details screen --> |
| 553 | <string name="type_incoming">Incoming call</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 554 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 555 | <!-- Title for outgoing call details screen --> |
| 556 | <string name="type_outgoing">Outgoing call</string> |
| 557 | |
| 558 | <!-- Title for missed call details screen --> |
| 559 | <string name="type_missed">Missed call</string> |
| 560 | |
Flavio Lerda | 4586feb | 2011-07-09 17:03:48 +0100 | [diff] [blame] | 561 | <!-- Title for voicemail details screen --> |
| 562 | <string name="type_voicemail">Voicemail</string> |
| 563 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 564 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 565 | <string name="actionIncomingCall">Incoming calls</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 566 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 567 | <!-- Action string for calling back a number in the call log --> |
| 568 | <string name="callBack">Call back</string> |
| 569 | |
| 570 | <!-- Action string for calling a number in the call log again --> |
| 571 | <string name="callAgain">Call again</string> |
| 572 | |
| 573 | <!-- Action string for returning a missed call in the call log --> |
| 574 | <string name="returnCall">Return call</string> |
| 575 | |
| 576 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" --> |
| 577 | <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 Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 578 | |
Frank Sposaro | bcb58dd | 2011-08-01 18:00:30 -0700 | [diff] [blame] | 579 | <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] --> |
| 580 | <string name="favoritesFrequentContacted">Frequently contacted</string> |
| 581 | |
| 582 | <!-- 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] --> |
| 583 | <string name="favoritesFrequentCalled">Frequently called</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 584 | |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 585 | <!-- Dialog message when prompting before creating a contact. Includes |
| 586 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 587 | <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string> |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 588 | |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 589 | <!-- String describing the image on ImageButton one |
| 590 | |
| 591 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 592 | This is especially valuable for views without textual representation like ImageView. |
| 593 | --> |
| 594 | <string name="description_image_button_one">one</string> |
| 595 | |
| 596 | <!-- String describing the image on ImageButton two |
| 597 | |
| 598 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 599 | This is especially valuable for views without textual representation like ImageView. |
| 600 | --> |
| 601 | <string name="description_image_button_two">two</string> |
| 602 | |
| 603 | <!-- String describing the image on ImageButton three |
| 604 | |
| 605 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 606 | This is especially valuable for views without textual representation like ImageView. |
| 607 | --> |
| 608 | <string name="description_image_button_three">three</string> |
| 609 | |
| 610 | <!-- String describing the image on ImageButton four |
| 611 | |
| 612 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 613 | This is especially valuable for views without textual representation like ImageView. |
| 614 | --> |
| 615 | <string name="description_image_button_four">four</string> |
| 616 | |
| 617 | <!-- String describing the image on ImageButton five |
| 618 | |
| 619 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 620 | This is especially valuable for views without textual representation like ImageView. |
| 621 | --> |
| 622 | <string name="description_image_button_five">five</string> |
| 623 | |
| 624 | <!-- String describing the image on ImageButton six |
| 625 | |
| 626 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 627 | This is especially valuable for views without textual representation like ImageView. |
| 628 | --> |
| 629 | <string name="description_image_button_six">six</string> |
| 630 | |
| 631 | <!-- String describing the image on ImageButton seven |
| 632 | |
| 633 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 634 | This is especially valuable for views without textual representation like ImageView. |
| 635 | --> |
| 636 | <string name="description_image_button_seven">seven</string> |
| 637 | |
| 638 | <!-- String describing the image on ImageButton eight |
| 639 | |
| 640 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 641 | This is especially valuable for views without textual representation like ImageView. |
| 642 | --> |
| 643 | <string name="description_image_button_eight">eight</string> |
| 644 | |
| 645 | <!-- String describing the image on ImageButton nine |
| 646 | |
| 647 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 648 | This is especially valuable for views without textual representation like ImageView. |
| 649 | --> |
| 650 | <string name="description_image_button_nine">nine</string> |
| 651 | |
| 652 | <!-- String describing the image on ImageButton star |
| 653 | |
| 654 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 655 | This is especially valuable for views without textual representation like ImageView. |
| 656 | --> |
| 657 | <string name="description_image_button_star">star</string> |
| 658 | |
| 659 | <!-- String describing the image on ImageButton zero |
| 660 | |
| 661 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 662 | This is especially valuable for views without textual representation like ImageView. |
| 663 | --> |
| 664 | <string name="description_image_button_zero">zero</string> |
| 665 | |
| 666 | <!-- String describing the image on ImageButton pound |
| 667 | |
| 668 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 669 | This is especially valuable for views without textual representation like ImageView. |
| 670 | --> |
| 671 | <string name="description_image_button_pound">pound</string> |
| 672 | |
Dominic Mazzoni | 5de8800 | 2010-02-03 09:54:40 -0800 | [diff] [blame] | 673 | <!-- String describing the Voicemail ImageButton |
| 674 | |
| 675 | Used by AccessibilityService to announce the purpose of the button. |
| 676 | --> |
| 677 | <string name="description_voicemail_button">voicemail</string> |
| 678 | |
Daisuke Miyakawa | a4f6e06 | 2011-07-06 13:12:16 -0700 | [diff] [blame] | 679 | <!-- String describing the Search ImageButton |
| 680 | |
| 681 | Used by AccessibilityService to announce the purpose of the button. |
Daisuke Miyakawa | 64c14d3 | 2011-07-06 17:07:33 -0700 | [diff] [blame] | 682 | [CHAR LIMIT=NONE] |
Daisuke Miyakawa | a4f6e06 | 2011-07-06 13:12:16 -0700 | [diff] [blame] | 683 | --> |
| 684 | <string name="description_search_button">search</string> |
| 685 | |
Dominic Mazzoni | 5de8800 | 2010-02-03 09:54:40 -0800 | [diff] [blame] | 686 | <!-- String describing the Dial ImageButton |
| 687 | |
| 688 | Used by AccessibilityService to announce the purpose of the button. |
| 689 | --> |
| 690 | <string name="description_dial_button">dial</string> |
| 691 | |
| 692 | <!-- String describing the Delete/Backspace ImageButton |
| 693 | |
| 694 | Used by AccessibilityService to announce the purpose of the button. |
| 695 | --> |
| 696 | <string name="description_delete_button">backspace</string> |
| 697 | |
| 698 | <!-- String describing the digits text box containing the number to dial. |
| 699 | |
| 700 | Used by AccessibilityService to announce the purpose of the view. |
| 701 | --> |
| 702 | <string name="description_digits_edittext">number to dial</string> |
| 703 | |
| 704 | <!-- String describing the Contact Photo Image |
| 705 | |
| 706 | Used by AccessibilityService to announce the purpose of the view. |
| 707 | --> |
| 708 | <string name="description_contact_photo">contact photo</string> |
| 709 | |
| 710 | <!-- String describing the Contact Editor Minus button |
| 711 | |
| 712 | Used by AccessibilityService to announce the purpose of the button. |
| 713 | --> |
| 714 | <string name="description_minus_button">minus</string> |
| 715 | |
| 716 | <!-- String describing the Contact Editor Plus button |
| 717 | |
| 718 | Used by AccessibilityService to announce the purpose of the button. |
| 719 | --> |
| 720 | <string name="description_plus_button">plus</string> |
| 721 | |
Daisuke Miyakawa | 0680020 | 2011-09-08 14:40:07 -0700 | [diff] [blame] | 722 | <!-- String describing a contact picture that introduces users to the contact detail screen. |
| 723 | |
| 724 | Used by AccessibilityService to announce the purpose of the button. |
| 725 | |
| 726 | [CHAR LIMIT=NONE] |
| 727 | --> |
| 728 | <string name="description_view_contact_detail" msgid="2795575601596468581">View contact</string> |
| 729 | |
Daisuke Miyakawa | eb2419d | 2011-02-14 10:31:12 -0800 | [diff] [blame] | 730 | <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 731 | <string name="no_sdcard_message" product="nosdcard">No storage was found.</string> |
| 732 | <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] --> |
| 733 | <string name="no_sdcard_message" product="default">No SD card was found.</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 734 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 735 | <!-- Action string for selecting SIM for importing contacts --> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 736 | <string name="import_from_sim">Import from SIM card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 737 | |
Daisuke Miyakawa | eb2419d | 2011-02-14 10:31:12 -0800 | [diff] [blame] | 738 | <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=25] --> |
Daisuke Miyakawa | 1d355d0 | 2011-06-03 08:59:53 -0700 | [diff] [blame] | 739 | <string name="import_from_sdcard" product="default">Import from storage</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 740 | |
Daisuke Miyakawa | eb2419d | 2011-02-14 10:31:12 -0800 | [diff] [blame] | 741 | <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] --> |
Daisuke Miyakawa | 1d355d0 | 2011-06-03 08:59:53 -0700 | [diff] [blame] | 742 | <string name="export_to_sdcard" product="default">Export to storage</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 743 | |
Daisuke Miyakawa | a92bd03 | 2010-02-24 15:08:45 +0900 | [diff] [blame] | 744 | <!-- Action that shares visible contacts --> |
| 745 | <string name="share_visible_contacts">Share visible contacts</string> |
| 746 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 747 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 748 | should be imported. This message shows only when the system is certain that there's more |
| 749 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 750 | <string name="import_one_vcard_string">Import one vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 751 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 752 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 753 | should be imported. This message shows only when the system is certain that there's more |
| 754 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 755 | <string name="import_multiple_vcard_string">Import multiple vCard files</string> |
| 756 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 757 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 758 | should be imported. This message shows only when the system is certain that there's more |
| 759 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 760 | <string name="import_all_vcard_string">Import all vCard files</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 761 | |
Daisuke Miyakawa | eb2419d | 2011-02-14 10:31:12 -0800 | [diff] [blame] | 762 | <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 763 | <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in storage\u2026</string> |
| 764 | <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] --> |
| 765 | <string name="searching_vcard_message" product="default">Searching for vCard data on SD card\u2026</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 766 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 767 | <!-- Dialog message shown when searching VCard data failed. |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 768 | An exact reason for the failure should [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 769 | <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 Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 770 | <!-- Dialog message shown when searching VCard data failed. |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 771 | An exact reason for the failure should [CHAR LIMIT=NONE] --> |
| 772 | <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 Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 773 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 774 | <!-- The failed reason shown when Contacts app (especially vCard importer/exporter) |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 775 | emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] --> |
| 776 | <string name="fail_reason_io_error">I/O error</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 777 | |
Daisuke Miyakawa | 0e9c4b5 | 2010-06-07 12:01:02 -0700 | [diff] [blame] | 778 | <!-- Failure reason show when Contacts app (especially vCard importer) encountered |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 779 | low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] --> |
| 780 | <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string> |
Daisuke Miyakawa | 0e9c4b5 | 2010-06-07 12:01:02 -0700 | [diff] [blame] | 781 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 782 | <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard |
| 783 | implementation. This might happen even when the input vCard is completely valid, though |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 784 | we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] --> |
| 785 | <string name="fail_reason_vcard_parse_error">Couldn\'t parse vCard for an unexpected reason.</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 786 | |
Daisuke Miyakawa | ddf4270 | 2011-01-10 13:25:04 -0800 | [diff] [blame] | 787 | <!-- The failed reason shown when vCard importer doesn't support the format. |
| 788 | This may be shown when the vCard is corrupted [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 789 | <string name="fail_reason_not_supported">The format isn\'t supported.</string> |
Daisuke Miyakawa | ddf4270 | 2011-01-10 13:25:04 -0800 | [diff] [blame] | 790 | |
| 791 | <!-- Message used when vCard import has failed. [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 792 | <string name="vcard_import_failed">Couldn\'t import vCard.</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 793 | |
Daisuke Miyakawa | 783a09a | 2010-11-22 12:33:37 -0800 | [diff] [blame] | 794 | <!-- The failure message shown when the system could not find any vCard file. |
Daisuke Miyakawa | eb2419d | 2011-02-14 10:31:12 -0800 | [diff] [blame] | 795 | (with extension ".vcf" in (USB) storage.) |
Daisuke Miyakawa | 783a09a | 2010-11-22 12:33:37 -0800 | [diff] [blame] | 796 | [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 797 | <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in storage.</string> |
Daisuke Miyakawa | 783a09a | 2010-11-22 12:33:37 -0800 | [diff] [blame] | 798 | <!-- The failure message shown when the system could not find any vCard file. |
| 799 | (with extension ".vcf" in SDCard.) |
| 800 | [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 801 | <string name="import_failure_no_vcard_file" product="default">No vCard file found on the SD card.</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 802 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 803 | <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 804 | <string name="fail_reason_failed_to_collect_vcard_meta_info">Couldn\'t collect meta information of given vCard file(s).</string> |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 805 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 806 | <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard |
| 807 | files import. It includes the case where all files were failed to be imported. --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 808 | <string name="fail_reason_failed_to_read_files">One or more files couldn\'t be imported (%s).</string> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 809 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 810 | <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] --> |
| 811 | <string name="fail_reason_unknown">Unknown error.</string> |
Daisuke Miyakawa | b751e1d | 2009-09-22 11:17:02 -0700 | [diff] [blame] | 812 | |
Katherine Kuan | 2870e29 | 2011-10-26 15:44:58 -0700 | [diff] [blame] | 813 | <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 814 | <string name="select_vcard_title">Choose vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 815 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 816 | <!-- The title shown when vCard importer is caching files to be imported into local temporary |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 817 | data storage. [CHAR LIMIT=40] --> |
| 818 | <string name="caching_vcard_title">Caching</string> |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 819 | |
| 820 | <!-- The message shown when vCard importer is caching files to be imported into local temporary |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 821 | data storage. [CHAR LIMIT=NONE] --> |
| 822 | <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string> |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 823 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 824 | <!-- The message shown while importing vCard(s). |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 825 | First argument is current index of contacts to be imported. |
| 826 | Second argument is the total number of contacts. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 827 | Third argument is the name of a contact which is being read. |
| 828 | [CHAR LIMIT=20] --> |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 829 | <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 Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 830 | |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 831 | <!-- Description shown when importing vCard data. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 832 | The argument is the name of a contact which is being read. |
| 833 | [CHAR LIMIT=20] --> |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 834 | <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 835 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 836 | <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 837 | <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 838 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 839 | <!-- The title shown when reading vCard is canceled (probably by a user) |
| 840 | [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 841 | <string name="reading_vcard_canceled_title">Reading vCard data canceled</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 842 | |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 843 | <!-- The title shown when reading vCard finished |
| 844 | The argument is file name the user imported. |
| 845 | [CHAR LIMIT=40] --> |
| 846 | <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 847 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 848 | <!-- The title shown when importing vCard is canceled (probably by a user) |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 849 | The argument is file name the user canceled importing. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 850 | [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 851 | <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 852 | |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 853 | <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 854 | when there are already other import/export requests. |
| 855 | The argument is file name the user imported. |
| 856 | [CHAR LIMIT=40] --> |
| 857 | <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string> |
Daisuke Miyakawa | ffc16e6 | 2010-12-28 09:55:00 -0800 | [diff] [blame] | 858 | <!-- 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. |
| 859 | "The file" is what a user selected for importing. |
| 860 | [CHAR LIMIT=40] --> |
| 861 | <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string> |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 862 | <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 863 | <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string> |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 864 | <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 865 | when there are already other import/export requests. |
| 866 | The argument is file name the user exported. |
| 867 | [CHAR LIMIT=40] --> |
| 868 | <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string> |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 869 | <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 870 | <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string> |
Daisuke Miyakawa | ffc16e6 | 2010-12-28 09:55:00 -0800 | [diff] [blame] | 871 | <!-- Used when file name is unknown in vCard processing. It typically happens |
| 872 | when the file is given outside the Contacts app. [CHAR LIMIT=30] --> |
| 873 | <string name="vcard_unknown_filename">contact</string> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 874 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 875 | <!-- The percentage, used for expressing the progress of vCard import/export. --> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 876 | <string name="percentage">%s%%</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 877 | |
Katherine Kuan | 2870e29 | 2011-10-26 15:44:58 -0700 | [diff] [blame] | 878 | <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 879 | <string name="confirm_export_title">Export contacts?</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 880 | |
Katherine Kuan | 1ba8b6f | 2011-08-11 16:14:59 -0700 | [diff] [blame] | 881 | <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 882 | <string name="confirm_export_message">Your contact list will be exported to file: <xliff:g id="vcard_filename">%s</xliff:g>.</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 883 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 884 | <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] --> |
| 885 | <string name="exporting_contact_failed_title">Couldn\'t export</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 886 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 887 | <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] --> |
| 888 | <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 889 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 890 | <!-- The failed reason shown when there's no contact which is allowed to be exported. |
| 891 | Note that user may have contacts data but all of them are probably not allowed to be |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 892 | exported because of security/permission reasons. [CHAR LIMIT=NONE] --> |
| 893 | <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 894 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 895 | <!-- The failed reason shown when vCard exporter could not create a file for the vCard since |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 896 | there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 897 | <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files are in the storage.</string> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 898 | <!-- The failed reason shown when vCard exporter could not create a file for the vCard since |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 899 | there are too many files relevant to vCard. --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 900 | <string name="fail_reason_too_many_vcard" product="default">Too many vCard files are on the SD card.</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 901 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 902 | <!-- The failed reason shown when the given file name is too long for the system. |
| 903 | The length limit of each file is different in each Android device, so we don't need to |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 904 | mention it here. [CHAR LIMIT=NONE] --> |
| 905 | <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\").</string> |
Daisuke Miyakawa | db5e62d | 2009-07-17 17:50:31 -0700 | [diff] [blame] | 906 | |
Daisuke Miyakawa | 9706f46 | 2010-11-16 13:28:24 -0800 | [diff] [blame] | 907 | <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 908 | <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 909 | |
| 910 | <!-- The title shown when exporting vCard is canceled (probably by a user) |
| 911 | The argument is file name the user canceled importing. |
| 912 | [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 913 | <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string> |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 914 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 915 | <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 916 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 917 | |
| 918 | <!-- Message shown when the application is exporting contact data outside --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 919 | <string name="exporting_contact_list_message">Your contact data is being exported to: <xliff:g id="file_name">%s</xliff:g>.</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 920 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 921 | <!-- The failed reason shown when contacts exporter fails to be initialized. |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 922 | Some exact reason must follow this. [CHAR LIMIT=NONE]--> |
| 923 | <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 924 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 925 | <!-- The failed reason shown when some error happend during contacts export. |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 926 | Some exact reason must follow this. [CHAR LIMIT=NONE] --> |
| 927 | <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 928 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 929 | <!-- The error reason the vCard composer "may" emit when database is corrupted or |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 930 | something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] --> |
| 931 | <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 932 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 933 | <!-- This error message shown when the user actually have no contact |
| 934 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 935 | contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] --> |
| 936 | <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 Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 937 | <!-- This error message shown when the user actually have no contact |
| 938 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 939 | contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] --> |
| 940 | <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 Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 941 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 942 | <!-- The error reason the vCard composer may emit when vCard composer is not initialized |
| 943 | even when needed. |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 944 | Users should not usually see this error message. [CHAR LIMIT=NONE] --> |
| 945 | <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 946 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 947 | <!-- The failed reason shown when vCard importer/exporter could not open the file |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 948 | specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] --> |
| 949 | <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 Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 950 | |
| 951 | <!-- 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)")--> |
| 952 | <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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 953 | |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 954 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import. |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 955 | The argument is file name for the vCard import the user wants to cancel. |
| 956 | [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 957 | <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 958 | |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 959 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export. |
| 960 | The argument is file name for the vCard export the user wants to cancel. |
| 961 | [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 962 | <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 963 | |
| 964 | <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 965 | <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 966 | |
Mike LeBeau | 98d6927 | 2009-06-30 18:34:49 -0700 | [diff] [blame] | 967 | <!-- The string used to describe Contacts as a searchable item within system search settings. --> |
Mike LeBeau | 2cc7c87 | 2009-07-17 09:58:31 -0700 | [diff] [blame] | 968 | <string name="search_settings_description">Names of your contacts</string> |
Reli Tal | c2a2a51 | 2009-06-10 16:48:00 -0400 | [diff] [blame] | 969 | |
| 970 | <!-- Menu items for dialpad options as part of Pause and Wait ftr --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 971 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 972 | <string name="add_wait">Add wait</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 973 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 974 | <!-- Title for the call disambiguation dialog --> |
| 975 | <string name="call_disambig_title">Call using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 976 | |
Daisuke Miyakawa | 5f0b084 | 2011-06-28 15:47:04 -0700 | [diff] [blame] | 977 | <!-- Menu item label for call settings [CHAR LIMIT=30] --> |
Daisuke Miyakawa | 426f12a | 2011-08-24 13:43:06 -0700 | [diff] [blame] | 978 | <string name="call_settings">Settings</string> |
Daisuke Miyakawa | 5f0b084 | 2011-06-28 15:47:04 -0700 | [diff] [blame] | 979 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 980 | <!-- Title for the sms disambiguation dialog --> |
| 981 | <string name="sms_disambig_title">Text using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 982 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 983 | <!-- Message next to disamgiguation dialog check box --> |
| 984 | <string name="make_primary">Remember this choice</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 985 | |
Daniel Lehmann | edb576a | 2011-07-27 16:45:13 -0700 | [diff] [blame] | 986 | <!-- Shown as a toast when the user taps on a QuickContact icon, and no application |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 987 | was found that could perform the selected action. [CHAR LIMIT=NONE] --> |
| 988 | <string name="quickcontact_missing_app">No app was found to handle this action.</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 989 | |
Katherine Kuan | 81281ee | 2011-07-28 16:20:59 -0700 | [diff] [blame] | 990 | <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]--> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 991 | <string name="missing_name">(No name)</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 992 | |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 993 | <!-- The menu item to open the list of accounts --> |
| 994 | <string name="menu_accounts">Accounts</string> |
| 995 | |
Katherine Kuan | b5760b9 | 2011-06-01 16:19:40 -0700 | [diff] [blame] | 996 | <!-- The menu item to filter the list of contacts displayed --> |
| 997 | <string name="menu_contacts_filter">Contacts to display</string> |
| 998 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 999 | <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]--> |
| 1000 | <string name="menu_import_export">Import/export</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1001 | |
Katherine Kuan | 2870e29 | 2011-10-26 15:44:58 -0700 | [diff] [blame] | 1002 | <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1003 | <string name="dialog_import_export">Import/export contacts</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1004 | |
Josh Gargus | e05f8ef | 2011-11-22 17:10:51 -0800 | [diff] [blame^] | 1005 | <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] --> |
| 1006 | <string name="dialog_import">Import contacts</string> |
| 1007 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1008 | <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 1009 | <string name="menu_share">Share</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1010 | |
Daisuke Miyakawa | 48323ba | 2011-08-24 17:02:11 -0700 | [diff] [blame] | 1011 | <!-- The menu item to show all contacts in Phone entrance [CHAR LIMIT=30] --> |
| 1012 | <string name="menu_all_contacts">All contacts</string> |
| 1013 | |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1014 | <!-- Dialog title when picking the application to share a contact with. --> |
| 1015 | <string name="share_via">Share contact via</string> |
| 1016 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1017 | <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] --> |
| 1018 | <string name="share_error">This contact can\'t be shared.</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1019 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1020 | <!-- Header that expands to list all name types when editing a structured name of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1021 | <string name="nameLabelsGroup">Name</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1022 | <!-- Header that expands to list all nickname types when editing a nickname of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1023 | <string name="nicknameLabelsGroup">Nickname</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1024 | <!-- Header that expands to list all organization types when editing an organization of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1025 | <string name="organizationLabelsGroup">Organization</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1026 | <!-- Header that expands to list all website types when editing a website of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1027 | <string name="websiteLabelsGroup">Website</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1028 | <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] --> |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 1029 | <string name="eventLabelsGroup">Events</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1030 | <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] --> |
Daniel Lehmann | 0540f8b | 2010-10-28 16:55:00 -0700 | [diff] [blame] | 1031 | <string name="relationLabelsGroup">Relationship</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 1032 | <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] --> |
Dmitri Plotnikov | 2deaee1 | 2010-09-15 15:42:08 -0700 | [diff] [blame] | 1033 | <string name="groupsLabel">Groups</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 1034 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 1035 | <string name="dialog_new_contact_account">Create contact under account</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1036 | |
Katherine Kuan | 971116e | 2011-07-04 15:14:35 -0700 | [diff] [blame] | 1037 | <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] --> |
| 1038 | <string name="dialog_new_group_account">Create group under account</string> |
| 1039 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1040 | <string name="menu_sync_remove">Remove sync group</string> |
Jeff Sharkey | 5356815 | 2009-09-15 23:21:49 -0700 | [diff] [blame] | 1041 | <string name="dialog_sync_add">Add sync group</string> |
| 1042 | <string name="display_more_groups">More groups\u2026</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1043 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1044 | <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] --> |
| 1045 | <string name="display_ungrouped">All other contacts</string> |
Dmitri Plotnikov | e6b5b3e | 2009-09-29 14:07:19 -0700 | [diff] [blame] | 1046 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1047 | <!-- List title for a special contacts group that covers all contacts that |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1048 | aren't members of any other group. [CHAR LIMIT=25] --> |
| 1049 | <string name="display_all_contacts">All contacts</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1050 | |
| 1051 | <!-- Warning message given to users just before they remove a currently syncing |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1052 | group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] --> |
| 1053 | <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 Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1054 | |
Jeff Sharkey | aad8848 | 2009-08-29 18:19:20 -0700 | [diff] [blame] | 1055 | <!-- Title for data source when creating or editing a contact that doesn't |
| 1056 | belong to a specific account. This contact will only exist on the phone |
| 1057 | and will not be synced. --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 1058 | <string name="account_phone" product="tablet">Tablet-only, unsynced</string> |
| 1059 | <!-- Title for data source when creating or editing a contact that doesn't |
| 1060 | belong to a specific account. This contact will only exist on the phone |
| 1061 | and will not be synced. --> |
| 1062 | <string name="account_phone" product="default">Phone-only, unsynced</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1063 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1064 | <!-- Action string for calling a custom phone number --> |
| 1065 | <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string> |
| 1066 | <!-- Action string for calling a home phone number --> |
| 1067 | <string name="call_home">Call home</string> |
| 1068 | <!-- Action string for calling a mobile phone number --> |
| 1069 | <string name="call_mobile">Call mobile</string> |
| 1070 | <!-- Action string for calling a work phone number --> |
| 1071 | <string name="call_work">Call work</string> |
| 1072 | <!-- Action string for calling a work fax phone number --> |
| 1073 | <string name="call_fax_work">Call work fax</string> |
| 1074 | <!-- Action string for calling a home fax phone number --> |
| 1075 | <string name="call_fax_home">Call home fax</string> |
| 1076 | <!-- Action string for calling a pager phone number --> |
| 1077 | <string name="call_pager">Call pager</string> |
| 1078 | <!-- Action string for calling an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1079 | <string name="call_other">Call</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1080 | <!-- Action string for calling a callback number --> |
| 1081 | <string name="call_callback">Call callback</string> |
| 1082 | <!-- Action string for calling a car phone number --> |
| 1083 | <string name="call_car">Call car</string> |
| 1084 | <!-- Action string for calling a company main phone number --> |
| 1085 | <string name="call_company_main">Call company main</string> |
| 1086 | <!-- Action string for calling a ISDN phone number --> |
| 1087 | <string name="call_isdn">Call ISDN</string> |
| 1088 | <!-- Action string for calling a main phone number --> |
| 1089 | <string name="call_main">Call main</string> |
| 1090 | <!-- Action string for calling an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1091 | <string name="call_other_fax">Call fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1092 | <!-- Action string for calling a radio phone number --> |
| 1093 | <string name="call_radio">Call radio</string> |
| 1094 | <!-- Action string for calling a Telex phone number --> |
| 1095 | <string name="call_telex">Call telex</string> |
| 1096 | <!-- Action string for calling a TTY/TDD phone number --> |
| 1097 | <string name="call_tty_tdd">Call TTY/TDD</string> |
| 1098 | <!-- Action string for calling a work mobile phone number --> |
| 1099 | <string name="call_work_mobile">Call work mobile</string> |
| 1100 | <!-- Action string for calling a work pager phone number --> |
| 1101 | <string name="call_work_pager">Call work pager</string> |
| 1102 | <!-- Action string for calling an assistant phone number --> |
| 1103 | <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string> |
| 1104 | <!-- Action string for calling a MMS phone number --> |
| 1105 | <string name="call_mms">Call MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1106 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1107 | <!-- Action string for sending an SMS to a custom phone number --> |
| 1108 | <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string> |
| 1109 | <!-- Action string for sending an SMS to a home phone number --> |
| 1110 | <string name="sms_home">Text home</string> |
| 1111 | <!-- Action string for sending an SMS to a mobile phone number --> |
| 1112 | <string name="sms_mobile">Text mobile</string> |
| 1113 | <!-- Action string for sending an SMS to a work phone number --> |
| 1114 | <string name="sms_work">Text work</string> |
| 1115 | <!-- Action string for sending an SMS to a work fax phone number --> |
| 1116 | <string name="sms_fax_work">Text work fax</string> |
| 1117 | <!-- Action string for sending an SMS to a home fax phone number --> |
| 1118 | <string name="sms_fax_home">Text home fax</string> |
| 1119 | <!-- Action string for sending an SMS to a pager phone number --> |
| 1120 | <string name="sms_pager">Text pager</string> |
| 1121 | <!-- Action string for sending an SMS to an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1122 | <string name="sms_other">Text</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1123 | <!-- Action string for sending an SMS to a callback number --> |
| 1124 | <string name="sms_callback">Text callback</string> |
| 1125 | <!-- Action string for sending an SMS to a car phone number --> |
| 1126 | <string name="sms_car">Text car</string> |
| 1127 | <!-- Action string for sending an SMS to a company main phone number --> |
| 1128 | <string name="sms_company_main">Text company main</string> |
| 1129 | <!-- Action string for sending an SMS to a ISDN phone number --> |
| 1130 | <string name="sms_isdn">Text ISDN</string> |
| 1131 | <!-- Action string for sending an SMS to a main phone number --> |
| 1132 | <string name="sms_main">Text main</string> |
| 1133 | <!-- Action string for sending an SMS to an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1134 | <string name="sms_other_fax">Text fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1135 | <!-- Action string for sending an SMS to a radio phone number --> |
| 1136 | <string name="sms_radio">Text radio</string> |
| 1137 | <!-- Action string for sending an SMS to a Telex phone number --> |
| 1138 | <string name="sms_telex">Text telex</string> |
| 1139 | <!-- Action string for sending an SMS to a TTY/TDD phone number --> |
| 1140 | <string name="sms_tty_tdd">Text TTY/TDD</string> |
| 1141 | <!-- Action string for sending an SMS to a work mobile phone number --> |
| 1142 | <string name="sms_work_mobile">Text work mobile</string> |
| 1143 | <!-- Action string for sending an SMS to a work pager phone number --> |
| 1144 | <string name="sms_work_pager">Text work pager</string> |
| 1145 | <!-- Action string for sending an SMS to an assistant phone number --> |
| 1146 | <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string> |
| 1147 | <!-- Action string for sending an SMS to a MMS phone number --> |
| 1148 | <string name="sms_mms">Text MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1149 | |
Katherine Kuan | 1050cfd | 2011-10-05 20:46:49 -0700 | [diff] [blame] | 1150 | <!-- Generic action string for text messaging a contact. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> |
| 1151 | <string name="sms">Text message</string> |
| 1152 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1153 | <!-- Action string for sending an email to a home email address --> |
| 1154 | <string name="email_home">Email home</string> |
| 1155 | <!-- Action string for sending an email to a mobile email address --> |
| 1156 | <string name="email_mobile">Email mobile</string> |
| 1157 | <!-- Action string for sending an email to a work email address --> |
| 1158 | <string name="email_work">Email work</string> |
| 1159 | <!-- Action string for sending an email to an other email address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1160 | <string name="email_other">Email</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1161 | <!-- Action string for sending an email to a custom email address --> |
| 1162 | <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1163 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1164 | <!-- Generic action string for sending an email --> |
| 1165 | <string name="email">Email</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1166 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1167 | <!-- Action string for viewing a home postal address --> |
| 1168 | <string name="map_home">View home address</string> |
| 1169 | <!-- Action string for viewing a work postal address --> |
| 1170 | <string name="map_work">View work address</string> |
| 1171 | <!-- Action string for viewing an other postal address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1172 | <string name="map_other">View address</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1173 | <!-- Action string for viewing a custom postal address --> |
| 1174 | <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1175 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1176 | <!-- Action string for starting an IM chat with the AIM protocol --> |
| 1177 | <string name="chat_aim">Chat using AIM</string> |
| 1178 | <!-- Action string for starting an IM chat with the MSN or Windows Live protocol --> |
| 1179 | <string name="chat_msn">Chat using Windows Live</string> |
| 1180 | <!-- Action string for starting an IM chat with the Yahoo protocol --> |
| 1181 | <string name="chat_yahoo">Chat using Yahoo</string> |
| 1182 | <!-- Action string for starting an IM chat with the Skype protocol --> |
| 1183 | <string name="chat_skype">Chat using Skype</string> |
| 1184 | <!-- Action string for starting an IM chat with the QQ protocol --> |
| 1185 | <string name="chat_qq">Chat using QQ</string> |
| 1186 | <!-- Action string for starting an IM chat with the Google Talk protocol --> |
| 1187 | <string name="chat_gtalk">Chat using Google Talk</string> |
| 1188 | <!-- Action string for starting an IM chat with the ICQ protocol --> |
| 1189 | <string name="chat_icq">Chat using ICQ</string> |
| 1190 | <!-- Action string for starting an IM chat with the Jabber protocol --> |
| 1191 | <string name="chat_jabber">Chat using Jabber</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1192 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1193 | <!-- Generic action string for starting an IM chat --> |
| 1194 | <string name="chat">Chat</string> |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1195 | <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1196 | <string name="audio_chat">Voice chat</string> |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1197 | <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> |
| 1198 | <string name="video_chat">Video chat</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1199 | |
Dmitri Plotnikov | b5954e8 | 2010-08-19 19:04:37 -0700 | [diff] [blame] | 1200 | <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]--> |
| 1201 | <string name="postal_address">Address</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1202 | <!-- Field title for the street of a structured postal address of a contact --> |
| 1203 | <string name="postal_street">Street</string> |
| 1204 | <!-- Field title for the PO box of a structured postal address of a contact --> |
| 1205 | <string name="postal_pobox">PO box</string> |
| 1206 | <!-- Field title for the neighborhood of a structured postal address of a contact --> |
| 1207 | <string name="postal_neighborhood">Neighborhood</string> |
| 1208 | <!-- Field title for the city of a structured postal address of a contact --> |
| 1209 | <string name="postal_city">City</string> |
| 1210 | <!-- Field title for the region, or state, of a structured postal address of a contact --> |
| 1211 | <string name="postal_region">State</string> |
| 1212 | <!-- Field title for the postal code of a structured postal address of a contact --> |
| 1213 | <string name="postal_postcode">ZIP code</string> |
| 1214 | <!-- Field title for the country of a structured postal address of a contact --> |
| 1215 | <string name="postal_country">Country</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1216 | |
Dmitri Plotnikov | 41f026d | 2010-08-19 12:05:59 -0700 | [diff] [blame] | 1217 | <!-- Field title for the full name of a contact [CHAR LIMIT=64]--> |
| 1218 | <string name="full_name">Name</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1219 | <!-- Field title for the given name of a contact --> |
| 1220 | <string name="name_given">Given name</string> |
| 1221 | <!-- Field title for the family name of a contact --> |
| 1222 | <string name="name_family">Family name</string> |
| 1223 | <!-- Field title for the prefix name of a contact --> |
| 1224 | <string name="name_prefix">Name prefix</string> |
| 1225 | <!-- Field title for the middle name of a contact --> |
| 1226 | <string name="name_middle">Middle name</string> |
| 1227 | <!-- Field title for the suffix name of a contact --> |
| 1228 | <string name="name_suffix">Name suffix</string> |
| 1229 | <!-- Field title for the phonetic given name of a contact --> |
| 1230 | <string name="name_phonetic_given">Phonetic given name</string> |
| 1231 | <!-- Field title for the phonetic middle name of a contact --> |
| 1232 | <string name="name_phonetic_middle">Phonetic middle name</string> |
| 1233 | <!-- Field title for the phonetic family name of a contact --> |
| 1234 | <string name="name_phonetic_family">Phonetic family name</string> |
Dmitri Plotnikov | 5ec40b0 | 2011-03-01 18:36:16 -0800 | [diff] [blame] | 1235 | <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]--> |
| 1236 | <string name="name_phonetic">Phonetic name</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 1237 | |
Katherine Kuan | f81e4c6 | 2011-07-01 21:46:08 -0700 | [diff] [blame] | 1238 | <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] --> |
Katherine Kuan | 1ba8b6f | 2011-08-11 16:14:59 -0700 | [diff] [blame] | 1239 | <string name="connections">Connections</string> |
Katherine Kuan | f81e4c6 | 2011-07-01 21:46:08 -0700 | [diff] [blame] | 1240 | |
Katherine Kuan | 1ba8b6f | 2011-08-11 16:14:59 -0700 | [diff] [blame] | 1241 | <!-- 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] --> |
| 1242 | <string name="add_connection_button">Add connection</string> |
Makoto Onuki | 3e6991e | 2011-07-24 14:51:20 -0700 | [diff] [blame] | 1243 | |
Katherine Kuan | c81b1e2 | 2011-10-19 17:59:00 -0700 | [diff] [blame] | 1244 | <!-- Section title for the page containing the contact's social updates on the contact card (this abbreviated version of "Recent updates" is used when "updates" is already shown as the title of the page) [CHAR LIMIT=20]--> |
| 1245 | <string name="recent" msgid="2062236709538790412">Recent</string> |
| 1246 | |
Katherine Kuan | d814e42 | 2011-07-03 21:11:48 -0700 | [diff] [blame] | 1247 | <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]--> |
Katherine Kuan | c81b1e2 | 2011-10-19 17:59:00 -0700 | [diff] [blame] | 1248 | <string name="recent_updates" msgid="2018245636796411442">Recent updates</string> |
Katherine Kuan | d814e42 | 2011-07-03 21:11:48 -0700 | [diff] [blame] | 1249 | |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1250 | <!-- String describing which account type a contact came from when editing it --> |
| 1251 | <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> |
| 1252 | |
| 1253 | <!-- String describing which account a contact came from when editing it --> |
Daisuke Miyakawa | d37a891 | 2011-03-27 09:35:28 -0700 | [diff] [blame] | 1254 | <string name="from_account_format"><xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string> |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1255 | |
| 1256 | <!-- Checkbox asking the user if they want to display a particular photo for a contact --> |
| 1257 | <string name="use_photo_as_primary">Use this photo</string> |
| 1258 | |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 1259 | <!-- 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 Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1260 | <string name="contact_read_only">Not editable from this app.</string> |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1261 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1262 | <!-- Text describing that a contact has no information available other than name and photo. [CHAR LIMIT=60] --> |
| 1263 | <string name="no_contact_details">No additional information for this contact.</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1264 | |
Katherine Kuan | ffb45de | 2011-07-25 17:22:22 -0700 | [diff] [blame] | 1265 | <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1266 | <string name="group_read_only">Not editable on this device.</string> |
Katherine Kuan | ffb45de | 2011-07-25 17:22:22 -0700 | [diff] [blame] | 1267 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1268 | <!-- Label of the "sort list by" display option --> |
| 1269 | <string name="display_options_sort_list_by">Sort list by</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1270 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1271 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1272 | <string name="display_options_sort_by_given_name">Given name</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1273 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1274 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1275 | <string name="display_options_sort_by_family_name">Family name</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1276 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1277 | <!-- Label of the "view names as" display option --> |
| 1278 | <string name="display_options_view_names_as">View contact names as</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1279 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1280 | <!-- An allowable value for the "view names as" contact display option --> |
| 1281 | <string name="display_options_view_given_name_first">Given name first</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1282 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1283 | <!-- An allowable value for the "view names as" contact display option --> |
| 1284 | <string name="display_options_view_family_name_first">Family name first</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1285 | |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 1286 | <!-- Gray hint displayed in the search field in Contacts when empty --> |
| 1287 | <string name="search_bar_hint">Search contacts</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1288 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1289 | <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 8e24b40 | 2010-03-03 19:07:54 -0800 | [diff] [blame] | 1290 | <string name="take_photo">Take photo</string> |
| 1291 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1292 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
| 1293 | <string name="take_new_photo">Take new photo</string> |
| 1294 | |
| 1295 | <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1296 | <string name="pick_photo">Choose photo from Gallery</string> |
Dmitri Plotnikov | 98fd650 | 2010-03-09 11:05:55 -0800 | [diff] [blame] | 1297 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1298 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
| 1299 | <string name="pick_new_photo">Select new photo from Gallery</string> |
| 1300 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1301 | <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1302 | <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1303 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1304 | <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1305 | <string name="upgrade_in_progress">Contact list is being updated.</string> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1306 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1307 | <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1308 | <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded. |
| 1309 | \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1310 | MB of internal storage.\n\nChoose one of the following options:</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1311 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1312 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1313 | <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1314 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1315 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1316 | <string name="upgrade_out_of_memory_retry">Retry upgrade</string> |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 1317 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1318 | <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] --> |
| 1319 | <string name="search_results_searching">Searching\u2026</string> |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1320 | |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1321 | <!-- Label to display only selection in multiple picker --> |
| 1322 | <string name="menu_display_selected">"Show selected"</string> |
| 1323 | |
| 1324 | <!-- Label to display all recipients in multiple picker --> |
| 1325 | <string name="menu_display_all">"Show all"</string> |
| 1326 | |
| 1327 | <!-- Label to select all contacts in multiple picker --> |
| 1328 | <string name="menu_select_all">"Select all"</string> |
| 1329 | |
| 1330 | <!-- Label to clear all selection in multiple picker --> |
| 1331 | <string name="menu_select_none">"Unselect all"</string> |
| 1332 | |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1333 | <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker --> |
| 1334 | <string name="no_contacts_selected">"No contacts selected."</string> |
| 1335 | |
Daniel Lehmann | f7ce597 | 2010-11-02 22:30:24 -0700 | [diff] [blame] | 1336 | <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] --> |
| 1337 | <string name="add_field">Add another field</string> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1338 | |
Katherine Kuan | 398e380 | 2011-07-21 21:16:15 -0700 | [diff] [blame] | 1339 | <!-- 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] --> |
| 1340 | <string name="add_new_entry_for_section">Add new</string> |
Katherine Kuan | 1b22073 | 2011-04-28 18:45:39 -0700 | [diff] [blame] | 1341 | |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 1342 | <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] --> |
| 1343 | <string name="add_organization">Add organization</string> |
| 1344 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 1345 | <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] --> |
| 1346 | <string name="event_edit_field_hint_text">Date</string> |
| 1347 | |
| 1348 | <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] --> |
| 1349 | <string name="group_edit_field_hint_text">Group name</string> |
| 1350 | |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1351 | <!-- Attbution of a contact status update, when the time of update is unknown --> |
| 1352 | <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> |
| 1353 | |
| 1354 | <!-- Attbution of a contact status update, when the time of update is known --> |
| 1355 | <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> |
| 1356 | |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1357 | <!-- String describing the Star/Favorite checkbox |
| 1358 | |
| 1359 | Used by AccessibilityService to announce the purpose of the view. |
| 1360 | --> |
| 1361 | <string name="description_star">favorite</string> |
| 1362 | |
| 1363 | <!-- The title of the Edit-Contact screen --> |
| 1364 | <string name="edit_contact">Edit contact</string> |
| 1365 | |
| 1366 | <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated |
| 1367 | anyway if we change our mind later --> |
| 1368 | <plurals name="merge_info"> |
| 1369 | <item quantity="one">not merged</item> |
| 1370 | <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item> |
| 1371 | </plurals> |
| 1372 | |
Dmitri Plotnikov | 1c5c8e2 | 2010-06-24 15:14:45 -0700 | [diff] [blame] | 1373 | <!-- The name of the invisible local contact directory --> |
| 1374 | <string name="local_invisible_directory">Other</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1375 | |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 1376 | <!-- The message in a confirmation dialog shown when the user selects a |
| 1377 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> |
| 1378 | <string name="aggregation_suggestion_join_dialog_message">Join |
| 1379 | the current contact with the selected contact?</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1380 | |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 1381 | <!-- The message in a confirmation dialog shown when the user selects a |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 1382 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> |
| 1383 | <string name="aggregation_suggestion_edit_dialog_message">Switch to editing |
| 1384 | the selected contact? Information you entered so far will be copied.</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1385 | |
Daniel Lehmann | 7ed92ee | 2011-07-14 22:05:03 -0700 | [diff] [blame] | 1386 | <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]--> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1387 | <string name="menu_copyContact">Copy to My Contacts</string> |
Dmitri Plotnikov | 02cd491 | 2010-09-01 20:42:17 -0700 | [diff] [blame] | 1388 | |
Daniel Lehmann | 7ed92ee | 2011-07-14 22:05:03 -0700 | [diff] [blame] | 1389 | <!-- The button that adds a contact to the predefined group "My Contacts" (as this is |
| 1390 | mostly interesting for Google-contacts, this should have the same description as the |
| 1391 | function of GMail/Contacts on the Web |
| 1392 | [CHAR LIMIT=40] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1393 | <string name="add_to_my_contacts">Add to My Contacts</string> |
Daniel Lehmann | 7ed92ee | 2011-07-14 22:05:03 -0700 | [diff] [blame] | 1394 | |
Dmitri Plotnikov | 02cd491 | 2010-09-01 20:42:17 -0700 | [diff] [blame] | 1395 | <!-- The description of the directory where the contact was found [CHAR LIMIT=100]--> |
Dmitri Plotnikov | ee194e5 | 2010-11-29 12:10:13 -0800 | [diff] [blame] | 1396 | <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string> |
Dmitri Plotnikov | caf0bc7 | 2010-09-03 15:16:21 -0700 | [diff] [blame] | 1397 | |
Dmitri Plotnikov | 400a5f8 | 2010-09-28 21:10:19 -0700 | [diff] [blame] | 1398 | <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] --> |
| 1399 | <string name="directory_search_label">Directory</string> |
| 1400 | |
| 1401 | <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] --> |
Daisuke Miyakawa | bf3152f | 2011-08-11 14:06:25 -0700 | [diff] [blame] | 1402 | <string name="local_search_label">All contacts</string> |
Dmitri Plotnikov | 400a5f8 | 2010-09-28 21:10:19 -0700 | [diff] [blame] | 1403 | |
Dmitri Plotnikov | caf0bc7 | 2010-09-03 15:16:21 -0700 | [diff] [blame] | 1404 | <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1405 | <string name="toast_making_personal_copy">Creating a personal copy\u2026</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1406 | |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1407 | <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] --> |
Dmitri Plotnikov | 049a645 | 2010-09-26 12:47:12 -0700 | [diff] [blame] | 1408 | <string name="list_filter_all_accounts">All contacts</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1409 | |
Dmitri Plotnikov | c41524c | 2010-10-06 16:25:58 -0700 | [diff] [blame] | 1410 | <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] --> |
| 1411 | <string name="list_filter_all_starred">Starred</string> |
| 1412 | |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1413 | <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> |
Dmitri Plotnikov | c41524c | 2010-10-06 16:25:58 -0700 | [diff] [blame] | 1414 | <string name="list_filter_custom">Custom</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1415 | |
| 1416 | <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1417 | <string name="list_filter_customize">Customize</string> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 1418 | |
Dmitri Plotnikov | 009676f | 2010-10-08 12:13:57 -0700 | [diff] [blame] | 1419 | <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] --> |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1420 | <string name="list_filter_phones">All contacts with phone numbers</string> |
Dmitri Plotnikov | 009676f | 2010-10-08 12:13:57 -0700 | [diff] [blame] | 1421 | |
Dmitri Plotnikov | 6e850a0 | 2010-10-28 10:46:21 -0700 | [diff] [blame] | 1422 | <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] --> |
| 1423 | <string name="list_filter_single">Contact</string> |
| 1424 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 1425 | <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] --> |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 1426 | <string name="custom_list_filter">Define custom view</string> |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 1427 | |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1428 | <!-- 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 Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1429 | <string name="contact_list_loading">Loading\u2026</string> |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1430 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 1431 | <!-- Title of the settings activity [CHAR LIMIT=64] --> |
| 1432 | <string name="activity_title_settings">Settings</string> |
| 1433 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 1434 | <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] --> |
| 1435 | <string name="activity_title_contacts_filter">Contacts to display</string> |
| 1436 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 1437 | <!-- Menu item for the settings activity [CHAR LIMIT=64] --> |
Daisuke Miyakawa | ca657d2 | 2011-08-31 15:15:04 -0700 | [diff] [blame] | 1438 | <string name="menu_settings" msgid="377929915873428211">Settings</string> |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 1439 | |
| 1440 | <!-- The preference section title for contact display options [CHAR LIMIT=128] --> |
| 1441 | <string name="preference_displayOptions">Display options</string> |
Daniel Lehmann | 1ad4d1b | 2010-10-18 19:20:41 -0700 | [diff] [blame] | 1442 | |
| 1443 | <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View |
| 1444 | of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] --> |
| 1445 | <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 Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 1446 | |
Dmitri Plotnikov | 4d174aa | 2010-10-25 15:38:54 -0700 | [diff] [blame] | 1447 | <!-- Query hint displayed inside the search field [CHAR LIMIT=64] --> |
| 1448 | <string name="hint_findContacts">Find contacts</string> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 1449 | |
| 1450 | <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] --> |
| 1451 | <string name="non_phone_caption">Phone number</string> |
| 1452 | |
| 1453 | <!-- Button to add a phone number to contacts [CHAR LIMIT=25] --> |
| 1454 | <string name="non_phone_add_to_contacts">Add to contacts</string> |
| 1455 | |
Katherine Kuan | 1ba8b6f | 2011-08-11 16:14:59 -0700 | [diff] [blame] | 1456 | <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] --> |
| 1457 | <string name="activity_title_confirm_add_detail">Add to contact</string> |
| 1458 | |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 1459 | <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> |
| 1460 | <string name="non_phone_close">Close</string> |
Daniel Lehmann | 392ccec | 2010-11-01 20:50:03 -0700 | [diff] [blame] | 1461 | |
Daniel Lehmann | fad92b8 | 2010-10-27 21:00:21 -0700 | [diff] [blame] | 1462 | <!-- 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] --> |
| 1463 | <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 Lehmann | 392ccec | 2010-11-01 20:50:03 -0700 | [diff] [blame] | 1464 | |
| 1465 | <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] --> |
| 1466 | <string name="date_year_toggle">Provide a year</string> |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 1467 | |
| 1468 | <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] --> |
| 1469 | <string name="social_widget_label">Contact</string> |
Daniel Lehmann | 3cceb3f | 2010-11-05 12:59:17 -0700 | [diff] [blame] | 1470 | |
| 1471 | <!-- Message of widget while it is loading data [CHAR LIMIT=20] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1472 | <string name="social_widget_loading">Loading\u2026</string> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1473 | |
| 1474 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1475 | Creates a new contact. [CHAR LIMIT=128] --> |
| 1476 | <string name="contacts_unavailable_create_contact">Create a new contact</string> |
| 1477 | |
| 1478 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1479 | Navigates to account setup [CHAR LIMIT=128] --> |
| 1480 | <string name="contacts_unavailable_add_account">Sign in to an account</string> |
| 1481 | |
| 1482 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1483 | Initiates a contact import dialog [CHAR LIMIT=128] --> |
Josh Gargus | e05f8ef | 2011-11-22 17:10:51 -0800 | [diff] [blame^] | 1484 | <string name="contacts_unavailable_import_contacts">Import contacts</string> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1485 | |
Dmitri Plotnikov | 1ac58b6 | 2010-11-19 16:12:09 -0800 | [diff] [blame] | 1486 | <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] --> |
| 1487 | <string name="create_group_dialog_title">Create new group</string> |
| 1488 | |
| 1489 | <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] --> |
| 1490 | <string name="create_group_item_label">[Create new group]</string> |
| 1491 | |
Katherine Kuan | 0ff0e31 | 2011-06-08 17:43:51 -0700 | [diff] [blame] | 1492 | <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] --> |
| 1493 | <plurals name="num_groups_in_account"> |
| 1494 | <item quantity="one">1 group</item> |
| 1495 | <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item> |
| 1496 | </plurals> |
| 1497 | |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 1498 | <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1499 | <string name="delete_group_dialog_message">Delete the group |
| 1500 | \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"? |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 1501 | (Contacts themselves will not be deleted.) |
| 1502 | </string> |
| 1503 | |
Katherine Kuan | 2b431c0 | 2011-07-17 14:46:34 -0700 | [diff] [blame] | 1504 | <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] --> |
| 1505 | <plurals name="num_contacts_in_group"> |
| 1506 | <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item> |
| 1507 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item> |
| 1508 | </plurals> |
| 1509 | |
Katherine Kuan | ea1c3a5 | 2011-07-23 15:28:29 -0700 | [diff] [blame] | 1510 | <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] --> |
| 1511 | <plurals name="group_list_num_contacts_in_group"> |
| 1512 | <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item> |
| 1513 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item> |
| 1514 | </plurals> |
| 1515 | |
Dmitri Plotnikov | 4c699fc | 2010-11-23 11:49:15 -0800 | [diff] [blame] | 1516 | <!-- Toast displayed when the user creates a new contact and attempts to join it |
| 1517 | with another before entering any data [CHAR LIMIT=256] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1518 | <string name="toast_join_with_empty_contact">Type contact name before joining |
| 1519 | with another. |
Dmitri Plotnikov | 4c699fc | 2010-11-23 11:49:15 -0800 | [diff] [blame] | 1520 | </string> |
Dmitri Plotnikov | ee194e5 | 2010-11-29 12:10:13 -0800 | [diff] [blame] | 1521 | |
Frank Sposaro | 627e5dd | 2011-07-25 12:44:52 -0700 | [diff] [blame] | 1522 | <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] --> |
| 1523 | <string name="copy_text">Copy to clipboard</string> |
| 1524 | |
| 1525 | <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] --> |
| 1526 | <string name="set_default">Set default</string> |
| 1527 | |
| 1528 | <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] --> |
| 1529 | <string name="clear_default">Clear default</string> |
| 1530 | |
Dmitri Plotnikov | 50c02ed | 2010-12-06 14:38:45 -0800 | [diff] [blame] | 1531 | <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] --> |
| 1532 | <string name="toast_text_copied">Text copied</string> |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 1533 | |
Dmitri Plotnikov | d3eedfc | 2010-12-15 17:36:54 -0800 | [diff] [blame] | 1534 | <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1535 | <string name="cancel_confirmation_dialog_message">Discard your changes?</string> |
Dmitri Plotnikov | d3eedfc | 2010-12-15 17:36:54 -0800 | [diff] [blame] | 1536 | |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 1537 | <!-- Description of a call log entry, made of a call type and a date --> |
| 1538 | <string name="call_type_and_date"> |
| 1539 | <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g> |
| 1540 | </string> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 1541 | |
| 1542 | <!-- Text displayed in place of the display name for the contact that represents the user's |
| 1543 | personal profile entry [CHAR LIMIT=64] --> |
Isaac Katzenelson | ead19c5 | 2011-07-29 18:24:53 -0700 | [diff] [blame] | 1544 | <string name="profile_display_name">Set up my profile</string> |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 1545 | |
| 1546 | <!-- 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 Cotter | 3296be3 | 2011-08-10 18:46:37 -0700 | [diff] [blame] | 1547 | <string name="enter_contact_name">Type person\'s name</string> |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 1548 | |
Daisuke Miyakawa | ebf760e | 2011-09-29 09:12:53 -0700 | [diff] [blame] | 1549 | <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] --> |
Katherine Kuan | 703cda7 | 2011-07-15 18:20:36 -0700 | [diff] [blame] | 1550 | <string name="view_updates_from_group">View updates</string> |
| 1551 | |
Flavio Lerda | b78b709 | 2011-07-26 13:38:44 +0100 | [diff] [blame] | 1552 | <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> |
| 1553 | <plurals name="notification_voicemail_title"> |
| 1554 | <item quantity="one">Voicemail</item> |
| 1555 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> Voicemails</item> |
| 1556 | </plurals> |
| 1557 | |
| 1558 | <!-- Used to build a list of names or phone numbers, to indicate the callers who left |
| 1559 | voicemails. |
| 1560 | The first argument may be one or more callers, the most recent ones. |
| 1561 | The second argument is an additional callers. |
| 1562 | This string is used to build a list of callers. |
| 1563 | |
| 1564 | [CHAR LIMIT=10] |
| 1565 | --> |
| 1566 | <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> |
| 1567 | |
| 1568 | <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] --> |
| 1569 | <string name="notification_new_voicemail_ticker">New voicemail from <xliff:g id="caller">%1$s</xliff:g></string> |
Flavio Lerda | 4586feb | 2011-07-09 17:03:48 +0100 | [diff] [blame] | 1570 | |
Flavio Lerda | b78b709 | 2011-07-26 13:38:44 +0100 | [diff] [blame] | 1571 | <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 1572 | <string name="voicemail_playback_error">Couldn\'t play voicemail.</string> |
Hugo Hudson | 51ada36 | 2011-08-05 14:36:14 +0100 | [diff] [blame] | 1573 | |
| 1574 | <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 1575 | <string name="voicemail_buffering">Buffering\u2026</string> |
Hugo Hudson | 757aa55 | 2011-07-20 01:15:25 +0100 | [diff] [blame] | 1576 | |
Hugo Hudson | 6faccb8 | 2011-08-11 21:09:14 +0100 | [diff] [blame] | 1577 | <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 1578 | <string name="voicemail_fetching_content">Fetching voicemail\u2026</string> |
Hugo Hudson | 6faccb8 | 2011-08-11 21:09:14 +0100 | [diff] [blame] | 1579 | |
| 1580 | <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] --> |
Claudia de Veaux | d113c9f | 2011-08-18 12:33:54 -0700 | [diff] [blame] | 1581 | <string name="voicemail_fetching_timout">Couldn\'t fetch voicemail.</string> |
Hugo Hudson | 6faccb8 | 2011-08-11 21:09:14 +0100 | [diff] [blame] | 1582 | |
Flavio Lerda | 7692190 | 2011-07-13 21:11:51 +0100 | [diff] [blame] | 1583 | <!-- The header in the call log used to identify missed calls and voicemail that have not yet been consumed [CHAR LIMIT=10] --> |
| 1584 | <string name="call_log_new_header">New</string> |
| 1585 | |
| 1586 | <!-- The header in the call log used to identify items that have been already consumed [CHAR LIMIT=10] --> |
| 1587 | <string name="call_log_old_header">Older</string> |
Debashish Chatterjee | 369d5d7 | 2011-07-14 13:44:00 +0100 | [diff] [blame] | 1588 | |
| 1589 | <!-- Voicemail status message shown at the top of call log to notify the user that no new |
| 1590 | voicemails are currently available. This can happen when both notification as well as data |
| 1591 | connection to the voicemail server is lost. [CHAR LIMIT=64] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1592 | <string name="voicemail_status_voicemail_not_available">Can\'t connect to voicemail server.</string> |
Debashish Chatterjee | 369d5d7 | 2011-07-14 13:44:00 +0100 | [diff] [blame] | 1593 | <!-- Voicemail status message shown at the top of call log to notify the user that there is no |
| 1594 | data connection to the voicemail server, but there are new voicemails waiting on the server. |
| 1595 | [CHAR LIMIT=64] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1596 | <string name="voicemail_status_messages_waiting">Can\'t connect to voicemail server. New voicemails are waiting.</string> |
Debashish Chatterjee | 369d5d7 | 2011-07-14 13:44:00 +0100 | [diff] [blame] | 1597 | <!-- Voicemail status message shown at the top of call log to invite the user to configure |
| 1598 | visual voicemail. [CHAR LIMIT=64] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1599 | <string name="voicemail_status_configure_voicemail">Set up your voicemail.</string> |
Debashish Chatterjee | 369d5d7 | 2011-07-14 13:44:00 +0100 | [diff] [blame] | 1600 | <!-- Voicemail status message shown at the top of call details screen to notify the user that |
| 1601 | the audio of this voicemail is not available. [CHAR LIMIT=64] --> |
| 1602 | <string name="voicemail_status_audio_not_available">Audio not available.</string> |
| 1603 | |
| 1604 | <!-- User action prompt shown next to a voicemail status message to let the user configure |
| 1605 | visual voicemail. [CHAR LIMIT=20] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1606 | <string name="voicemail_status_action_configure">Set up</string> |
Debashish Chatterjee | 369d5d7 | 2011-07-14 13:44:00 +0100 | [diff] [blame] | 1607 | <!-- User action prompt shown next to a voicemail status message to let the user call voicemail |
| 1608 | server directly to listen to the voicemails. [CHAR LIMIT=20] --> |
| 1609 | <string name="voicemail_status_action_call_server">Call voicemail</string> |
Flavio Lerda | 8e39c71 | 2011-07-15 19:57:01 +0100 | [diff] [blame] | 1610 | |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1611 | <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1612 | <string name="voicemail_speed_slowest">Slowest speed</string> |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1613 | <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1614 | <string name="voicemail_speed_slower">Slow speed</string> |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1615 | <!-- Normal voicemail playback speed. [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1616 | <string name="voicemail_speed_normal">Normal speed</string> |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1617 | <!-- Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1618 | <string name="voicemail_speed_faster">Fast speed</string> |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1619 | <!-- Fastest voicemail playback speed. [CHAR LIMIT=30] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1620 | <string name="voicemail_speed_fastest">Fastest speed</string> |
Hugo Hudson | d1cac90 | 2011-07-24 23:56:38 +0100 | [diff] [blame] | 1621 | |
Flavio Lerda | fe17026 | 2011-08-03 06:40:47 +0100 | [diff] [blame] | 1622 | <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] --> |
| 1623 | <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 Katzenelson | 8580616 | 2011-07-19 14:36:13 -0700 | [diff] [blame] | 1624 | |
| 1625 | <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]--> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1626 | <string name="group_name_hint">Group\'s name</string> |
Jeff Hamilton | e967f7c | 2011-06-30 12:01:23 -0500 | [diff] [blame] | 1627 | |
| 1628 | <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] --> |
| 1629 | <string name="nfc_vcard_file_name">Contact received over NFC</string> |
Flavio Lerda | d52e2ae | 2011-07-22 00:08:38 +0100 | [diff] [blame] | 1630 | |
| 1631 | <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] --> |
| 1632 | <string name="menu_show_voicemails_only">Show voicemails only</string> |
Frank Sposaro | 595d6ea | 2011-07-20 11:03:26 -0700 | [diff] [blame] | 1633 | |
Flavio Lerda | 565c39a | 2011-08-11 19:08:21 +0100 | [diff] [blame] | 1634 | <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] --> |
| 1635 | <string name="menu_show_all_calls">Show all calls</string> |
| 1636 | |
Frank Sposaro | 595d6ea | 2011-07-20 11:03:26 -0700 | [diff] [blame] | 1637 | <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] --> |
| 1638 | <string name="status_available">Available</string> |
| 1639 | |
| 1640 | <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] --> |
| 1641 | <string name="status_away">Away</string> |
| 1642 | |
| 1643 | <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] --> |
| 1644 | <string name="status_busy">Busy</string> |
| 1645 | |
Flavio Lerda | 4056956 | 2011-07-22 21:51:29 +0100 | [diff] [blame] | 1646 | <!-- String describing the icon in the call log used to play a voicemail. |
| 1647 | |
| 1648 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1649 | This is especially valuable for views without textual representation like ImageView. |
| 1650 | --> |
| 1651 | <string name="description_call_log_play_button">Play voicemail</string> |
| 1652 | |
| 1653 | <!-- String describing the icon in the call log used to represent an incoming call. |
| 1654 | |
| 1655 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1656 | This is especially valuable for views without textual representation like ImageView. |
| 1657 | --> |
| 1658 | <string name="description_call_log_incoming_call">Incoming call</string> |
| 1659 | |
| 1660 | <!-- String describing the icon in the call log used to represent an outgoing call. |
| 1661 | |
| 1662 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1663 | This is especially valuable for views without textual representation like ImageView. |
| 1664 | --> |
| 1665 | |
| 1666 | <string name="description_call_log_outgoing_call">Outgoing call</string> |
| 1667 | |
| 1668 | <!-- String describing the icon in the call log used to represent a missed call. |
| 1669 | |
| 1670 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1671 | This is especially valuable for views without textual representation like ImageView. |
| 1672 | --> |
| 1673 | |
| 1674 | <string name="description_call_log_missed_call">Missed call</string> |
| 1675 | |
| 1676 | <!-- String describing the icon in the call log used to represent a voicemail left to the user. |
| 1677 | |
| 1678 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1679 | This is especially valuable for views without textual representation like ImageView. |
| 1680 | --> |
| 1681 | <string name="description_call_log_voicemail">Voicemail</string> |
| 1682 | |
Flavio Lerda | b184ed6 | 2011-08-10 18:17:55 +0100 | [diff] [blame] | 1683 | <!-- String describing the button to add a contact for the current number. |
| 1684 | |
| 1685 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1686 | This is especially valuable for views without textual representation like ImageView. |
| 1687 | --> |
| 1688 | <string name="description_add_contact">Add contact</string> |
| 1689 | |
| 1690 | <!-- String describing the button to view the contact for the current number. |
| 1691 | |
| 1692 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1693 | This is especially valuable for views without textual representation like ImageView. |
| 1694 | --> |
| 1695 | <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string> |
| 1696 | |
| 1697 | <!-- String describing the button to call a number or contact. |
| 1698 | |
| 1699 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1700 | This is especially valuable for views without textual representation like ImageView. |
| 1701 | --> |
| 1702 | <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string> |
| 1703 | |
| 1704 | <!-- String describing the button to SMS a number or contact. |
| 1705 | |
| 1706 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1707 | This is especially valuable for views without textual representation like ImageView. |
Isaac Katzenelson | faa49c9 | 2011-09-14 15:27:13 -0700 | [diff] [blame] | 1708 | [CHAR LIMIT=NONE] |
Flavio Lerda | b184ed6 | 2011-08-10 18:17:55 +0100 | [diff] [blame] | 1709 | --> |
| 1710 | <string name="description_send_text_message">Send text message to <xliff:g id="name">%1$s</xliff:g></string> |
| 1711 | |
Flavio Lerda | 4056956 | 2011-07-22 21:51:29 +0100 | [diff] [blame] | 1712 | <!-- String describing the icon in the call log used to represent an unheard voicemail left to |
| 1713 | the user. |
| 1714 | |
| 1715 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1716 | This is especially valuable for views without textual representation like ImageView. |
Isaac Katzenelson | faa49c9 | 2011-09-14 15:27:13 -0700 | [diff] [blame] | 1717 | [CHAR LIMIT=NONE] |
Flavio Lerda | 4056956 | 2011-07-22 21:51:29 +0100 | [diff] [blame] | 1718 | --> |
| 1719 | <string name="description_call_log_unheard_voicemail">Unheard voicemail</string> |
| 1720 | |
Isaac Katzenelson | faa49c9 | 2011-09-14 15:27:13 -0700 | [diff] [blame] | 1721 | <!-- String describing the button to send a text message on quick contact. |
| 1722 | |
| 1723 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1724 | This is especially valuable for views without textual representation like ImageView. |
| 1725 | [CHAR LIMIT=NONE] |
| 1726 | --> |
| 1727 | <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string> |
| 1728 | |
| 1729 | <!-- String describing the text for a phone number in quick 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_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string> |
| 1735 | |
| 1736 | <!-- String describing the text for photo of a contact in a contacts list. |
| 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. |
| 1740 | --> |
| 1741 | <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string> |
| 1742 | |
Flavio Lerda | be45e0f | 2011-07-25 21:00:30 +0100 | [diff] [blame] | 1743 | <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] --> |
| 1744 | <string name="call_log_empty_gecode">-</string> |
| 1745 | |
Daisuke Miyakawa | 0857299 | 2011-09-03 14:06:16 -0700 | [diff] [blame] | 1746 | <!-- String describing the text on the header of the profile contact in the contacts list |
| 1747 | This may be programatically capitalized. [CHAR LIMIT=20] --> |
| 1748 | <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Me</string> |
Daisuke Miyakawa | 692cb6a | 2011-08-01 12:09:02 -0700 | [diff] [blame] | 1749 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 1750 | <!-- 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] --> |
| 1751 | <string name="local_profile_title">My local profile</string> |
| 1752 | |
| 1753 | <!-- 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] --> |
| 1754 | <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string> |
| 1755 | |
Daisuke Miyakawa | 692cb6a | 2011-08-01 12:09:02 -0700 | [diff] [blame] | 1756 | <!-- Toast shown when the app starts showing all contacts regardless of its current |
| 1757 | contact filter state. [CHAR LIMIT=64] --> |
| 1758 | <string name="toast_displaying_all_contacts">Displaying all contacts</string> |
Katherine Kuan | 528560b | 2011-09-02 15:02:13 -0700 | [diff] [blame] | 1759 | |
| 1760 | <!-- 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] --> |
| 1761 | <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 Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 1762 | |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 1763 | <!-- 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] --> |
| 1764 | <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string> |
| 1765 | |
| 1766 | <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better People app experience [CHAR LIMIT=20] --> |
| 1767 | <string name="generic_no_account_prompt_title">Add an account</string> |
| 1768 | |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 1769 | <!-- 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] --> |
| 1770 | <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string> |
| 1771 | |
| 1772 | <!-- 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] --> |
| 1773 | <string name="contact_editor_prompt_one_account">Your new contact will be synchronized with <xliff:g id="account_name">%1$s</xliff:g>.</string> |
| 1774 | |
| 1775 | <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] --> |
| 1776 | <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> |
| 1777 | |
| 1778 | <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] --> |
| 1779 | <string name="keep_local">Keep local</string> |
| 1780 | |
| 1781 | <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] --> |
| 1782 | <string name="add_account">Add account</string> |
| 1783 | |
| 1784 | <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] --> |
| 1785 | <string name="add_new_account">Add new account</string> |
Daisuke Miyakawa | 5993574 | 2011-09-26 13:40:32 -0700 | [diff] [blame] | 1786 | |
Daisuke Miyakawa | e2a2457 | 2011-10-02 17:18:12 -0700 | [diff] [blame] | 1787 | <!-- Dialog title which is shown when the user tries to make a phone call |
| 1788 | to prohibited phone numbers [CHAR LIMIT=40] --> |
| 1789 | <string name="dialog_phone_call_prohibited_title" msgid="4313552620858880999">Call not sent</string> |
| 1790 | |
| 1791 | <!-- Dialog title which is shown when the user tries to check voicemail |
| 1792 | while the system isn't ready for the access. [CHAR LIMIT=40] --> |
| 1793 | <string name="dialog_voicemail_not_ready_title">Voicemail number unavailable</string> |
| 1794 | |
| 1795 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 1796 | while the system isn't ready for the access. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 1797 | <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu > Settings.</string> |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 1798 | </resources> |