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"> |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 19 | |
| 20 | <!-- This is the label for the application that stores contacts data --> |
| 21 | <string name="app_label">Contacts Storage</string> |
| 22 | |
Fred Quintana | c09c085 | 2009-08-25 20:19:33 -0700 | [diff] [blame] | 23 | <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> |
| 24 | <string name="provider_label">Contacts</string> |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame^] | 25 | |
Dmitri Plotnikov | bd578a7 | 2010-03-12 19:29:10 -0800 | [diff] [blame] | 26 | <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> |
| 27 | <string name="upgrade_out_of_memory_notification_ticker">Contact upgrade needs more memory</string> |
| 28 | |
| 29 | <!-- Title for the notification shown when updating contacts fails because of memory shortage --> |
| 30 | <string name="upgrade_out_of_memory_notification_title">Upgrading contact storage</string> |
| 31 | |
| 32 | <!-- Text for the notification shown when updating contacts fails because of memory shortage --> |
| 33 | <string name="upgrade_out_of_memory_notification_text">Select to complete the upgrade.</string> |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame^] | 34 | |
Dmitri Plotnikov | d3d812a | 2010-06-07 14:03:12 -0700 | [diff] [blame] | 35 | <!-- The name of the default contact directory --> |
| 36 | <string name="default_directory">Contacts</string> |
| 37 | |
| 38 | <!-- The name of the invisible local contact directory --> |
| 39 | <string name="local_invisible_directory">Other</string> |
Jeff Sharkey | 622e0a2 | 2009-09-01 20:08:34 -0700 | [diff] [blame] | 40 | |
Debashish Chatterjee | 52e8d24 | 2011-06-13 16:20:30 +0100 | [diff] [blame^] | 41 | <string name="read_write_own_voicemail_label">read and write own voicemails</string> |
| 42 | <string name="read_write_own_voicemail_description">The application is allowed to store and access only voicemails it owns on the device.</string> |
| 43 | <string name="read_write_all_voicemail_label">read and write all voicemails</string> |
| 44 | <string name="read_write_all_voicemail_description">The application is allowed to store and access all voicemails on the device.</string> |
| 45 | |
The Android Open Source Project | c731b0c | 2009-03-03 19:32:39 -0800 | [diff] [blame] | 46 | </resources> |