summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-03-12 19:28:21 -0800
committerDmitri Plotnikov <dplotnikov@google.com>2010-03-15 18:05:00 -0700
commit3b73d8b49e07b93b80a4f363a40c0680377f5225 (patch)
tree0b5ebebbd1e3dfe57577ef0f1242db8c9f8391a9 /res/values/strings.xml
parent67205edbef303f3e12cb6f9b46086f4dd0706606 (diff)
downloadpackages_apps_Contacts-3b73d8b49e07b93b80a4f363a40c0680377f5225.tar.gz
packages_apps_Contacts-3b73d8b49e07b93b80a4f363a40c0680377f5225.tar.bz2
packages_apps_Contacts-3b73d8b49e07b93b80a4f363a40c0680377f5225.zip
Implementing contact upgrade under low storage conditions.
Bug: 2498528 Change-Id: I2c85b0cbd4c7b804e61957695b803e22f995b405
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 38d63d017..39a2e18e4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1114,4 +1114,18 @@
<!-- Text shown in the contacts app while the background process updates contacts after a locale change -->
<string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.\n\nPlease wait...</string>
+
+ <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade -->
+ <string name="upgrade_in_progress">Contact list is being updated.\n\nPlease wait...</string>
+
+ <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage -->
+ <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">%d</xliff:g>Mb of
+ internal phone 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 -->
+ <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 -->
+ <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
</resources>