Dmitri Plotnikov | 4097855 | 2009-07-06 12:02:56 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 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 |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame] | 7 | |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame] | 9 | |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -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 | --> |
| 16 | |
Dmitri Plotnikov | 4097855 | 2009-07-06 12:02:56 -0700 | [diff] [blame] | 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Dianne Hackborn | 6094751 | 2011-08-05 11:22:07 -0700 | [diff] [blame] | 19 | <!-- Label for this app's shared user ID (and thus for all other |
| 20 | apps sharing the uid). --> |
| 21 | <string name="sharedUserLabel">Android Core Apps</string> |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 22 | |
| 23 | <!-- This is the label for the application that stores contacts data --> |
| 24 | <string name="app_label">Contacts Storage</string> |
| 25 | |
Fred Quintana | c09c085 | 2009-08-25 20:19:33 -0700 | [diff] [blame] | 26 | <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> |
| 27 | <string name="provider_label">Contacts</string> |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame] | 28 | |
Dmitri Plotnikov | bd578a7 | 2010-03-12 19:29:10 -0800 | [diff] [blame] | 29 | <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> |
Claudia de Veaux | b7cd01e | 2011-11-10 15:18:11 -0800 | [diff] [blame] | 30 | <string name="upgrade_out_of_memory_notification_ticker">Contacts upgrade needs more memory.</string> |
Dmitri Plotnikov | bd578a7 | 2010-03-12 19:29:10 -0800 | [diff] [blame] | 31 | |
| 32 | <!-- Title for the notification shown when updating contacts fails because of memory shortage --> |
Claudia de Veaux | b7cd01e | 2011-11-10 15:18:11 -0800 | [diff] [blame] | 33 | <string name="upgrade_out_of_memory_notification_title">Upgrading storage for contacts</string> |
Dmitri Plotnikov | bd578a7 | 2010-03-12 19:29:10 -0800 | [diff] [blame] | 34 | |
Makoto Onuki | 9d89b2f | 2016-02-10 12:55:12 -0800 | [diff] [blame] | 35 | <!-- Text for the notification shown when updating contacts fails because of memory shortage [CHAR_LIMIT=50] --> |
| 36 | <string name="upgrade_out_of_memory_notification_text">Tap to complete the upgrade.</string> |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame] | 37 | |
Dmitri Plotnikov | d3d812a | 2010-06-07 14:03:12 -0700 | [diff] [blame] | 38 | <!-- The name of the default contact directory --> |
| 39 | <string name="default_directory">Contacts</string> |
| 40 | |
| 41 | <!-- The name of the invisible local contact directory --> |
| 42 | <string name="local_invisible_directory">Other</string> |
Jeff Sharkey | 622e0a2 | 2009-09-01 20:08:34 -0700 | [diff] [blame] | 43 | |
Hugo Hudson | 1e6310f | 2011-07-30 00:09:40 +0100 | [diff] [blame] | 44 | <!-- The prefix string before the number used for the display name for the voicemail table. |
| 45 | Because of the way this is combined in SQL we can't allow a generic format string. |
| 46 | The resulting string will be this string with the number appended to the end. |
| 47 | Note that the trailing space is important, and that to achieve it we have to wrap the |
| 48 | string in double quotes. --> |
| 49 | <string name="voicemail_from_column">"Voicemail from "</string> |
Makoto Onuki | 8a6e02a | 2012-07-18 16:13:23 -0700 | [diff] [blame] | 50 | |
| 51 | <!-- Debug tool - title of the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] --> |
| 52 | <string name="debug_dump_title">Copy contacts database</string> |
| 53 | |
Makoto Onuki | 623659e | 2012-08-13 17:56:25 -0700 | [diff] [blame] | 54 | <!-- Debug tool - message shown to the user on the dialog which sends a copy of the contact database via email or other apps. [CHAR LIMIT=NONE] --> |
| 55 | <string name="debug_dump_database_message">You are about to 1) make a copy of your database which includes all contacts related information and all call log to the internal storage, and 2) email it. Remember to delete the copy as soon as you have successfully copied it off the device or the email is received.</string> |
Makoto Onuki | 8a6e02a | 2012-07-18 16:13:23 -0700 | [diff] [blame] | 56 | |
| 57 | <!-- Debug tool - dialog button- delete file now [CHAR LIMIT=NONE] --> |
| 58 | <string name="debug_dump_delete_button">Delete now</string> |
| 59 | |
| 60 | <!-- Debug tool - dialog button - start copying [CHAR LIMIT=NONE] --> |
| 61 | <string name="debug_dump_start_button">Start</string> |
| 62 | |
| 63 | <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> |
| 64 | <string name="debug_dump_email_sender_picker">Choose a program to send your file</string> |
| 65 | |
| 66 | <!-- Debug tool - email subject [CHAR LIMIT=NONE] --> |
| 67 | <string name="debug_dump_email_subject">Contacts Db attached</string> |
| 68 | |
| 69 | <!-- Debug tool - email body [CHAR LIMIT=NONE] --> |
| 70 | <string name="debug_dump_email_body">Attached is my contacts database with all my contacts information. Handle with care.</string> |
| 71 | |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 72 | </resources> |