summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-01-09 01:12:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-09 01:12:22 +0000
commit3a9e3b15ba184232412b2df6456589a42cab9745 (patch)
treee7942d4a361d4557c5018805163e496d9f69d2d4 /res/values
parent81a37f2f755eeee825b2dad930219d81750f5f13 (diff)
parentc3d202ccbaf93ddd8291672027e59f549c32eee3 (diff)
downloadpackages_apps_Contacts-3a9e3b15ba184232412b2df6456589a42cab9745.tar.gz
packages_apps_Contacts-3a9e3b15ba184232412b2df6456589a42cab9745.tar.bz2
packages_apps_Contacts-3a9e3b15ba184232412b2df6456589a42cab9745.zip
Merge "Unbundle from contacts contract part 3/3"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e11a51961..ab28c0f3d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -397,17 +397,6 @@
<!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] -->
<string name="upgrade_in_progress">Contact list is being updated.</string>
- <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] -->
- <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
- \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
- MB of internal storage.\n\nChoose one of the following options:</string>
-
- <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
- <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
-
- <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
- <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
-
<!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] -->
<string name="search_results_searching">Searching\u2026</string>