summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-06-07 14:03:12 -0700
committerDmitri Plotnikov <dplotnikov@google.com>2010-06-07 14:04:41 -0700
commitd3d812af96f7d77e13dc60652626b39f25907147 (patch)
tree9933a709adbea76791870c58da70d0de4bbddb2f /res/values
parent4fc28fe621d98e1a1997c64a1305f95e7a295b5f (diff)
downloadpackages_providers_ContactsProvider-d3d812af96f7d77e13dc60652626b39f25907147.zip
packages_providers_ContactsProvider-d3d812af96f7d77e13dc60652626b39f25907147.tar.gz
packages_providers_ContactsProvider-d3d812af96f7d77e13dc60652626b39f25907147.tar.bz2
Initial implementation of the directory API
Change-Id: If8cb0a1fc32dba0ac47502d9f86b43e0e0add8b8
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ba8a7de..0e39d61 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -31,5 +31,11 @@
<!-- Text for the notification shown when updating contacts fails because of memory shortage -->
<string name="upgrade_out_of_memory_notification_text">Select to complete the upgrade.</string>
+
+ <!-- The name of the default contact directory -->
+ <string name="default_directory">Contacts</string>
+
+ <!-- The name of the invisible local contact directory -->
+ <string name="local_invisible_directory">Other</string>
</resources>