summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-01-11 17:28:47 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-11 17:28:47 -0800
commitec2c7c7ad816e1ad0d493b02e54cfb4802587bcc (patch)
tree72aab184387933e6682b6d41daeeb687b76441ed /res
parent8f199aa4f22a77b0101d986ba44a86b75723674b (diff)
parent1b3c66ed83cb83ba1be775d5f108f698f0d4ee1f (diff)
downloadpackages_apps_browser-ec2c7c7ad816e1ad0d493b02e54cfb4802587bcc.zip
packages_apps_browser-ec2c7c7ad816e1ad0d493b02e54cfb4802587bcc.tar.gz
packages_apps_browser-ec2c7c7ad816e1ad0d493b02e54cfb4802587bcc.tar.bz2
Merge "Adds a "open all in tabs" to folder context menu" into honeycomb
Diffstat (limited to 'res')
-rw-r--r--res/menu/bookmarkscontext.xml2
-rw-r--r--res/values-xlarge/strings.xml2
-rw-r--r--res/values/strings.xml2
3 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/bookmarkscontext.xml b/res/menu/bookmarkscontext.xml
index 4d7ec7a..3a13b9a 100644
--- a/res/menu/bookmarkscontext.xml
+++ b/res/menu/bookmarkscontext.xml
@@ -36,6 +36,8 @@
</group>
<group android:id="@+id/FOLDER_CONTEXT_MENU"
android:visible="false">
+ <item android:id="@+id/new_window_context_menu_id"
+ android:title="@string/open_all_in_new_window"/>
<item android:id="@+id/edit_context_menu_id"
android:title="@string/edit_folder"/>
<item android:id="@+id/delete_context_menu_id"
diff --git a/res/values-xlarge/strings.xml b/res/values-xlarge/strings.xml
index 856b2b9..8dcabe2 100644
--- a/res/values-xlarge/strings.xml
+++ b/res/values-xlarge/strings.xml
@@ -25,4 +25,6 @@
<!-- Context Menu item to open the currently selected link in a new
window. [CHAR LIMIT=30] -->
<string name="contextmenu_openlink_newwindow">Open in new tab</string>
+ <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] -->
+ <string name="open_all_in_new_window">Open all in new tabs</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c0aa0d2..4464370 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -204,6 +204,8 @@
<string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string>
<!-- Context Menu item to open the selected link in a new window -->
<string name="open_in_new_window">Open in new window</string>
+ <!-- Context menu item to open every bookmark in a folder in new windows [CHAR LIMIT=50] -->
+ <string name="open_all_in_new_window">Open all in new windows</string>
<!-- Menu item to open a dialog which allows the user to enter a url or do search-->
<string name="goto_dot">Go</string>
<!-- Menu item that opens up a new incognito tab. [CHAR LIMIT=30] -->