blob: e17b5ed30b32a2c05dc62545f602cd14e244ede7 [file] [log] [blame]
Dmitri Plotnikov40978552009-07-06 12:02:56 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -08003
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 Chatterjee52e8d242011-06-13 16:20:30 +01007
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -08008 http://www.apache.org/licenses/LICENSE-2.0
Debashish Chatterjee52e8d242011-06-13 16:20:30 +01009
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Dmitri Plotnikov40978552009-07-06 12:02:56 -070017<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Dianne Hackborn60947512011-08-05 11:22:07 -070019 <!-- 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 Projectc731b0c2009-03-03 19:32:39 -080022
23 <!-- This is the label for the application that stores contacts data -->
24 <string name="app_label">Contacts Storage</string>
25
Fred Quintanac09c0852009-08-25 20:19:33 -070026 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
27 <string name="provider_label">Contacts</string>
Debashish Chatterjee52e8d242011-06-13 16:20:30 +010028
Dianne Hackbornfb667e92011-08-22 00:36:26 -070029 <!-- [CHAR LIMIT=NONE] Boot message while upgrading contacts. -->
Claudia de Veauxb7cd01e2011-11-10 15:18:11 -080030 <string name="upgrade_msg">Upgrading contacts database.</string>
Dianne Hackbornfb667e92011-08-22 00:36:26 -070031
Dmitri Plotnikovbd578a72010-03-12 19:29:10 -080032 <!-- Ticker for the notification shown when updating contacts fails because of memory shortage -->
Claudia de Veauxb7cd01e2011-11-10 15:18:11 -080033 <string name="upgrade_out_of_memory_notification_ticker">Contacts upgrade needs more memory.</string>
Dmitri Plotnikovbd578a72010-03-12 19:29:10 -080034
35 <!-- Title for the notification shown when updating contacts fails because of memory shortage -->
Claudia de Veauxb7cd01e2011-11-10 15:18:11 -080036 <string name="upgrade_out_of_memory_notification_title">Upgrading storage for contacts</string>
Dmitri Plotnikovbd578a72010-03-12 19:29:10 -080037
38 <!-- Text for the notification shown when updating contacts fails because of memory shortage -->
Claudia de Veauxb7cd01e2011-11-10 15:18:11 -080039 <string name="upgrade_out_of_memory_notification_text">Touch to complete the upgrade.</string>
Debashish Chatterjee52e8d242011-06-13 16:20:30 +010040
Dmitri Plotnikovd3d812a2010-06-07 14:03:12 -070041 <!-- The name of the default contact directory -->
42 <string name="default_directory">Contacts</string>
43
44 <!-- The name of the invisible local contact directory -->
45 <string name="local_invisible_directory">Other</string>
Jeff Sharkey622e0a22009-09-01 20:08:34 -070046
Debashish Chatterjee791a25b2011-07-20 17:04:27 +010047 <!-- Title of an application permission, listed so the user can choose whether they want to
48 allow the application to do this. [CHAR LIMIT=NONE] -->
49 <string name="read_write_all_voicemail_label">Access all voicemails</string>
50 <!-- Description of an application permission, listed so the user can choose whether
51 they want to allow the application to do this. [CHAR LIMIT=NONE] -->
Claudia de Veauxb7cd01e2011-11-10 15:18:11 -080052 <string name="read_write_all_voicemail_description">Allows the app to store and retrieve
Debashish Chatterjee791a25b2011-07-20 17:04:27 +010053 all voicemails that this device can access.</string>
Hugo Hudson1e6310f2011-07-30 00:09:40 +010054
55 <!-- The prefix string before the number used for the display name for the voicemail table.
56 Because of the way this is combined in SQL we can't allow a generic format string.
57 The resulting string will be this string with the number appended to the end.
58 Note that the trailing space is important, and that to achieve it we have to wrap the
59 string in double quotes. -->
60 <string name="voicemail_from_column">"Voicemail from "</string>
Makoto Onuki8a6e02a2012-07-18 16:13:23 -070061
62 <!-- Debug tool - title of the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] -->
63 <string name="debug_dump_title">Copy contacts database</string>
64
65 <!-- Debug tool - message shown to the user on the dialog which copies the contact database into the external storage. [CHAR LIMIT=NONE] -->
66 <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 SD card/USB storage, which is readable by any app, 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>
67
68 <!-- Debug tool - dialog button- delete file now [CHAR LIMIT=NONE] -->
69 <string name="debug_dump_delete_button">Delete now</string>
70
71 <!-- Debug tool - dialog button - start copying [CHAR LIMIT=NONE] -->
72 <string name="debug_dump_start_button">Start</string>
73
74 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
75 <string name="debug_dump_email_sender_picker">Choose a program to send your file</string>
76
77 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
78 <string name="debug_dump_email_subject">Contacts Db attached</string>
79
80 <!-- Debug tool - email body [CHAR LIMIT=NONE] -->
81 <string name="debug_dump_email_body">Attached is my contacts database with all my contacts information. Handle with care.</string>
82
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -080083</resources>