diff options
author | John Reck <jreck@google.com> | 2012-04-19 15:27:12 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2012-04-19 15:50:52 -0700 |
commit | 68234a9351dfca2e68769de46e60d22ec2f03818 (patch) | |
tree | 2aa5fb13c406e11b8d2bfbebb12df13088af111d /res | |
parent | 2b71d6dad1cbdc84da3eed140429a102971a1106 (diff) | |
download | packages_apps_browser-68234a9351dfca2e68769de46e60d22ec2f03818.zip packages_apps_browser-68234a9351dfca2e68769de46e60d22ec2f03818.tar.gz packages_apps_browser-68234a9351dfca2e68769de46e60d22ec2f03818.tar.bz2 |
Save and load snapshots async
Bug: 5416822
Change-Id: I213c3507af61e7ca0354dad7e72ece7a2547f54e
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 95d383c..90ec428 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -215,6 +215,8 @@ <string name="share_page">Share page</string> <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] --> <string name="menu_save_snapshot">Save for offline reading</string> + <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] --> + <string name="saving_snapshot">Saving\u2026</string> <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> <string name="snapshot_failed">Couldn\'t save for offline reading.</string> <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> |