diff options
author | Dmitri Plotnikov <dplotnikov@google.com> | 2010-03-12 19:29:10 -0800 |
---|---|---|
committer | Dmitri Plotnikov <dplotnikov@google.com> | 2010-03-15 18:05:42 -0700 |
commit | bd578a748ab5bd74aa63511cce8769d5882f4651 (patch) | |
tree | 60fa36a299196d96ddef3bd8694a2eb0ae1c5a5b /res/values | |
parent | 51698db0c97b20e95421bc42b243e4ea315137be (diff) | |
download | packages_providers_ContactsProvider-bd578a748ab5bd74aa63511cce8769d5882f4651.zip packages_providers_ContactsProvider-bd578a748ab5bd74aa63511cce8769d5882f4651.tar.gz packages_providers_ContactsProvider-bd578a748ab5bd74aa63511cce8769d5882f4651.tar.bz2 |
Implementing legacy contact upgrade under low storage conditions
Bug: 2498528
Change-Id: Ibd7aa458f665fea71192ce7ff1743f064acb3858
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index bbf4ade..ba8a7de 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,5 +22,14 @@ <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> <string name="provider_label">Contacts</string> + + <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> + <string name="upgrade_out_of_memory_notification_ticker">Contact upgrade needs more memory</string> + + <!-- Title for the notification shown when updating contacts fails because of memory shortage --> + <string name="upgrade_out_of_memory_notification_title">Upgrading contact storage</string> + + <!-- 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> </resources> |