summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-04-14 17:02:18 -0700
committerJohn Reck <jreck@google.com>2011-04-14 17:18:33 -0700
commit847b532045e3cb117a847ebb956c9919401f332d (patch)
treed77224bee94f8e86f3571044fe4bf1900f643fed /res/values
parent94dbea662ef66fb22b7184cee2322f2a18ba496a (diff)
downloadpackages_apps_Browser-847b532045e3cb117a847ebb956c9919401f332d.zip
packages_apps_Browser-847b532045e3cb117a847ebb956c9919401f332d.tar.gz
packages_apps_Browser-847b532045e3cb117a847ebb956c9919401f332d.tar.bz2
Recover tabs in the event of a crash
Change-Id: Ia47a5bc1e659e46e7f29a8cec52b6fd2ed675be4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e754ea9..7b916f4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -975,4 +975,12 @@
the search engines list (Preferences->Advanced->Set search engine
[CHAR LIMIT=80] -->
<string name="instant_search_label">Google with Instant (Labs)</string>
+ <!-- Recover tabs after a crash dialog title [CHAR LIMIT=32] -->
+ <string name="recover_title">Restore windows?</string>
+ <!-- Recover tabs after a crash dialog prompt [CHAR LIMIT=none] -->
+ <string name="recover_prompt">Browser appears to have crashed. Would you like to restore your windows from last time?</string>
+ <!-- Yes, recover windows from last time [CHAR LIMIT=10] -->
+ <string name="recover_yes">Yes</string>
+ <!-- No, don't recover windows from last time [CHAR LIMIT=10] -->
+ <string name="recover_no">No</string>
</resources>