diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/browsercontext.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/browsercontext.xml b/res/menu/browsercontext.xml index 8b2678e..70cf8d4 100644 --- a/res/menu/browsercontext.xml +++ b/res/menu/browsercontext.xml @@ -54,6 +54,8 @@ android:title="@string/contextmenu_download_image"/> <item android:id="@+id/view_image_context_menu_id" android:title="@string/contextmenu_view_image"/> + <item android:id="@+id/set_wallpaper_context_menu_id" + android:title="@string/contextmenu_set_wallpaper"/> </group> </menu> diff --git a/res/values/strings.xml b/res/values/strings.xml index cc9857a..01f728a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -266,6 +266,9 @@ <string name="contextmenu_download_image">Save image</string> <!-- Context Menu item to view the image by itself in the browser --> <string name="contextmenu_view_image">View image</string> + <!-- Context Menu item to set the image as the home screen wallpaper --> + <string name="contextmenu_set_wallpaper">Set as wallpaper</string> + <!-- Context Menu item to open the dialer app with the selected phone number --> <string name="contextmenu_dial_dot">Dial\u2026</string> @@ -767,6 +770,9 @@ <!-- Caption for a button that is shown when the zoom widget is showing. The button's action will switch to the zoom overview mode. --> <string name="zoom_overview_button_text">Overview</string> + <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. --> + <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string> + <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string> <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string> <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string> |