The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2007 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 7 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 9 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 16 | <!DOCTYPE resources [ |
| 17 | <!ENTITY about SYSTEM "about.xml"> |
| 18 | ]> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 20 | <!-- The name of the application. --> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 21 | <string name="application_name">Browser</string> |
Leon Scroggins | 8d5fa43 | 2009-10-02 15:55:59 -0400 | [diff] [blame] | 22 | <!-- Displayed with a file picker to choose a file to upload --> |
| 23 | <string name="choose_upload">Choose file for upload</string> |
Ben Murdoch | e4c0cae | 2011-02-18 11:25:38 +0000 | [diff] [blame] | 24 | <!-- Toast to show the user after they try to open the file picker but no apps on the |
| 25 | system can provide a file [CHAR-LIMIT=NONE]--> |
| 26 | <string name="uploads_disabled">File uploads are disabled.</string> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 27 | <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab --> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 28 | <string name="new_tab">New tab</string> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 29 | <!-- Crash tab View title --> |
| 30 | <string name="browser_tab_crash_snap">Oops, Snap !</string> |
| 31 | <!-- Crash tab button text --> |
| 32 | <string name="browser_tab_crash_reload">Reload</string> |
| 33 | <!-- Crash tab View message --> |
| 34 | <string name="browser_tab_crash_message"> |
| 35 | Something unexpected happened when displaying this webpage. |
| 36 | Please reload or go to another page. |
| 37 | </string> |
Shimeng (Simon) Wang | e0ff619 | 2010-09-02 11:38:13 -0700 | [diff] [blame] | 38 | <!-- Name of menu item of a new incognito tab. Also used in the |
| 39 | title bar when displaying a new tab [CHAR LIMIT=30] --> |
Enrico Ros | d6efa97 | 2014-12-02 19:49:59 -0800 | [diff] [blame] | 40 | <string name="new_incognito_tab">Private Browsing</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 41 | <!-- Name of tab containing the user's most visited websites, organized by number of visits --> |
| 42 | <string name="tab_most_visited">Most visited</string> |
John Reck | 2bc8042 | 2011-06-30 15:11:49 -0700 | [diff] [blame] | 43 | <!-- Name of tab containing the user's saved pages, organized by time created [CHAR LIMIT=20] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 44 | <string name="tab_snapshots">Saved pages</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 45 | <!-- Toast shown when a history item's star is clicked, converting it to a bookmark --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 46 | <string name="added_to_bookmarks">Added to bookmarks.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 47 | <!-- Toast shown when a history item's star is clicked off, removing its bookmark --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 48 | <string name="removed_from_bookmarks">Removed from bookmarks.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 49 | <!-- Sign-in dialog --> |
| 50 | <!-- This is used as the title of a dialog which is used to sign in to a secure site. |
| 51 | "%s1"is replaced with the host and "%s2" with realm --> |
| 52 | <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string> |
| 53 | <!-- Prompt for an input box that allows the user to enter their login name --> |
| 54 | <string name="username">Name</string> |
| 55 | <!-- Prompt for an input box that allows the user to enter their password --> |
| 56 | <string name="password">Password</string> |
| 57 | <!-- The label on the "sign in" button --> |
| 58 | <string name="action">Sign in</string> |
Michal Szynkaruk | efad1c3 | 2012-10-29 15:01:35 +0100 | [diff] [blame] | 59 | <!-- The name of the add bookmark page activity.--> |
| 60 | <string name="bookmarks_add_page">Save bookmark</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 61 | <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> |
| 62 | <string name="cancel">Cancel</string> |
| 63 | <!-- Label for a confirm button. Used in multiple contexts. --> |
| 64 | <string name="ok">OK</string> |
| 65 | |
Axesh R. Ajmera | 9bb763e | 2014-04-04 15:37:34 -0700 | [diff] [blame] | 66 | <!-- Message to be displayed if url character limit exceeds --> |
| 67 | <string name="max_url_character_limit_msg">Max URL limit reached</string> |
Vivek Sekhar | 4071338 | 2014-06-11 14:29:32 -0700 | [diff] [blame] | 68 | <!-- Message to be displayed when google play store does not exist on the device --> |
| 69 | <string name="msg_no_google_play">Sorry, Google Play store app does not exist.</string> |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 70 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 71 | <!-- Menu item --> |
Enrico Ros | d6efa97 | 2014-12-02 19:49:59 -0800 | [diff] [blame] | 72 | <string name="page_info">Page information</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 73 | <!-- Page Info dialog strings --> |
| 74 | <!-- Noun. The url for the current page. Displayed on the Page Info |
| 75 | screen. --> |
| 76 | <string name="page_info_address">Address:</string> |
| 77 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 78 | <!-- Title for an SSL error dialog --> |
| 79 | <string name="security_warning">Security warning</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 80 | |
| 81 | <!-- Message in an SSL Error dialog --> |
Kristian Monsen | 9eb0e89 | 2011-07-13 20:22:37 +0100 | [diff] [blame] | 82 | <string name="ssl_invalid">This certificate is invalid.</string> |
| 83 | <!-- Message in an SSL Error dialog --> |
| 84 | <string name="ssl_unknown">Unknown certificate error.</string> |
| 85 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 86 | <!-- Toast informing the user that loading has stopped for the current page. --> |
| 87 | <string name="stopping">Stopping\u2026</string> |
| 88 | <!-- Menu item to stop the current page from loading. --> |
| 89 | <string name="stop">Stop</string> |
| 90 | <!-- Menu item to reload or refresh the current page. --> |
| 91 | <string name="reload">Refresh</string> |
Leon Scroggins | 64b80f3 | 2009-08-07 12:03:34 -0400 | [diff] [blame] | 92 | <!-- Menu item to go back to the previous page --> |
| 93 | <string name="back">Back</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 94 | <!-- Menu item to go to the next page (only useful if the user has previously hit back.) --> |
| 95 | <string name="forward">Forward</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 96 | <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark --> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 97 | <string name="location">Address</string> |
John Reck | 2eec4c3 | 2011-05-11 15:55:32 -0700 | [diff] [blame] | 98 | <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to --> |
| 99 | <string name="account">Account</string> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 100 | <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark --> |
| 101 | <string name="containing_folder">Add to</string> |
Leon Scroggins | 6573f9e | 2010-10-18 17:22:35 -0400 | [diff] [blame] | 102 | <!-- Default name for a new folder and label for a button that allows the user to create a new folder |
| 103 | in the add bookmark dialog --> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 104 | <string name="new_folder">New folder</string> |
John Reck | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame] | 105 | <!-- Context menu item to edit a folder [CHAR LIMIT=50] --> |
| 106 | <string name="edit_folder">Edit folder</string> |
| 107 | <!-- Context menu item to delete a folder [CHAR LIMIT=50] --> |
| 108 | <string name="delete_folder">Delete folder</string> |
Leon Scroggins | 6573f9e | 2010-10-18 17:22:35 -0400 | [diff] [blame] | 109 | <!-- Label stating that the currently open folder has no subfolders |
| 110 | in the add bookmark dialog [CHAR-LIMIT=none]--> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 111 | <string name="no_subfolders">No subfolders.</string> |
Leon Scroggins | 88d0803 | 2010-10-21 15:17:10 -0400 | [diff] [blame] | 112 | <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]--> |
| 113 | <string name="add_to_homescreen_menu_option">Home screen</string> |
| 114 | <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]--> |
Pankaj Garg | 634bf43 | 2015-07-13 09:54:21 -0700 | [diff] [blame] | 115 | <string name="add_to_other_folder_menu_option">Select folder...</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 116 | <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark --> |
Michael Kolb | d40ac1a | 2010-09-29 00:23:46 -0700 | [diff] [blame] | 117 | <string name="name">Label</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 118 | <!-- Initial value in Location field in Bookmark dialog box --> |
| 119 | <string name="http">http://</string> |
John Reck | fe32e43 | 2010-11-05 14:13:01 -0700 | [diff] [blame] | 120 | <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] --> |
Sagar Dhawan | 53b2ba7 | 2015-08-05 15:58:20 -0700 | [diff] [blame] | 121 | <!-- Also used as title for AddBookmarkPage --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 122 | <string name="save_to_bookmarks">Save to bookmarks</string> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 123 | <!-- Title of the dialog to bookmark a page --> |
| 124 | <string name="bookmark_this_page">Bookmark this page</string> |
Leon Scroggins | 7563067 | 2011-01-13 17:56:15 -0500 | [diff] [blame] | 125 | <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] --> |
| 126 | <string name="remove">Remove</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 127 | <!-- Menu item on the bookmarks page, to edit an existing bookmark --> |
| 128 | <string name="edit_bookmark">Edit bookmark</string> |
John Reck | fe32e43 | 2010-11-05 14:13:01 -0700 | [diff] [blame] | 129 | <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] --> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 130 | <string name="create_shortcut_bookmark">Add shortcut to home</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 131 | <!-- Menu item to remove the currently highlighted bookmark--> |
| 132 | <string name="remove_bookmark">Delete bookmark</string> |
Leon Scroggins | 186e593 | 2009-07-28 14:14:48 -0400 | [diff] [blame] | 133 | <!-- Context menu item to remove a history item from bookmarks --> |
| 134 | <string name="remove_from_bookmarks">Remove from bookmarks</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 135 | <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites --> |
| 136 | <string name="remove_history_item">Remove from history</string> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 137 | <!-- Context menu item for setting the bookmark/history item as the homepage --> |
| 138 | <string name="set_as_homepage">Set as homepage</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 139 | <!-- Toast informing the user that their action to save a bookmark has succeeded --> |
Pankaj Garg | 634bf43 | 2015-07-13 09:54:21 -0700 | [diff] [blame] | 140 | <string name="bookmark_saved">Bookmarked</string> |
Ben Murdoch | 1794fe2 | 2009-09-29 18:14:30 +0100 | [diff] [blame] | 141 | <!-- Toast informing the user that their action to save a bookmark did not succeed --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 142 | <string name="bookmark_not_saved">Couldn\'t save bookmark.</string> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 143 | <!-- Toast confirming that the homepage has been set --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 144 | <string name="homepage_set">Homepage set.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 145 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field --> |
| 146 | <string name="bookmark_needs_title">"Bookmark must have a name."</string> |
| 147 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field --> |
| 148 | <string name="bookmark_needs_url">"Bookmark must have a location."</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 149 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 150 | <string name="bookmark_url_not_valid">This URL isn\'t valid.</string> |
Ben Murdoch | de35362 | 2009-10-12 10:29:00 +0100 | [diff] [blame] | 151 | <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 152 | <string name="bookmark_cannot_save_url">This URL can\'t be bookmarked.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 153 | <!-- Summary text under the New Bookmark item on the Bookmarks screen. |
| 154 | Tells the user that if they select this item, it will bring up a |
| 155 | dialog to bookmark the page that the browser is currently viewing, |
| 156 | though it is not currently being displayed, since they are viewing |
| 157 | the bookmarks screen. --> |
| 158 | <string name="current_page">from\u0020</string> |
| 159 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 160 | the bookmark they selected for deletion --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 161 | <string name="delete_bookmark_warning">Delete bookmark \"<xliff:g id="bookmark">%s</xliff:g>\"?</string> |
Pankaj Garg | 634bf43 | 2015-07-13 09:54:21 -0700 | [diff] [blame] | 162 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 163 | the folder they selected for deletion --> |
| 164 | <string name="delete_folder_warning">Delete folder \"<xliff:g id="bookmark">%s</xliff:g>\"?</string> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 165 | <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] --> |
| 166 | <string name="open_all_in_new_window">Open all in new tabs</string> |
Bijan Amirzada | 3f04dc7 | 2014-06-25 11:48:36 -0700 | [diff] [blame] | 167 | <!-- Displayed in title of chooser dialog for text sent to another app,e.g-send text via SMS or IM--> |
| 168 | <string name="sendText">Choose an action for text</string> |
Afzal Najam | d4e3331 | 2012-04-26 01:54:01 -0400 | [diff] [blame] | 169 | <!-- Menu item to close all other tabs [CHAR LIMIT=40] --> |
| 170 | <string name="close_other_tabs">Close other tabs</string> |
Sagar Dhawan | 53b2ba7 | 2015-08-05 15:58:20 -0700 | [diff] [blame] | 171 | <!-- Menu item to open the bookmarks page and name of the Tab in the combo view --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 172 | <string name="bookmarks">Bookmarks</string> |
| 173 | <!-- Secondary name for the Activity "BrowserBookmarksPage" --> |
| 174 | <string name="shortcut_bookmark">Bookmark</string> |
John Reck | a6bebc0 | 2011-08-12 16:02:08 -0700 | [diff] [blame] | 175 | <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 176 | <string name="shortcut_bookmark_title">Choose a bookmark</string> |
Sagar Dhawan | 53b2ba7 | 2015-08-05 15:58:20 -0700 | [diff] [blame] | 177 | <!-- Menu item to display the History of previously visited pages and the name of the combo view |
| 178 | Tab--> |
Shimeng (Simon) Wang | 9884d40 | 2010-02-25 20:42:13 -0800 | [diff] [blame] | 179 | <string name="history">History</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 180 | <!-- Menu item --> |
| 181 | <string name="share_page">Share page</string> |
Pankaj Garg | 49b7925 | 2014-11-07 17:33:41 -0800 | [diff] [blame] | 182 | <!-- Menu item for saving link to homescreen --> |
| 183 | <string name="add_to_homescreen">Add to homescreen</string> |
John Reck | 2bc8042 | 2011-06-30 15:11:49 -0700 | [diff] [blame] | 184 | <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] --> |
| 185 | <string name="menu_save_snapshot">Save for offline reading</string> |
John Reck | 68234a9 | 2012-04-19 15:27:12 -0700 | [diff] [blame] | 186 | <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] --> |
| 187 | <string name="saving_snapshot">Saving\u2026</string> |
John Reck | 2bc8042 | 2011-06-30 15:11:49 -0700 | [diff] [blame] | 188 | <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> |
Claudia de Veaux | 9a75e1b | 2011-08-17 16:56:49 -0700 | [diff] [blame] | 189 | <string name="snapshot_failed">Couldn\'t save for offline reading.</string> |
John Reck | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame] | 190 | <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> |
| 191 | <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string> |
| 192 | <!-- No bookmarks in the folder [CHAR LIMIT=50] --> |
| 193 | <string name="contextheader_folder_empty">Empty folder</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 194 | <!-- Context Menu item open the currently selected link in the current |
| 195 | window.--> |
| 196 | <string name="contextmenu_openlink">Open</string> |
| 197 | <!-- Context Menu item to open the currently selected link in a new |
| 198 | window. --> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 199 | <string name="contextmenu_openlink_newwindow">Open in new tab</string> |
Michael Kolb | 2dd65c8 | 2011-01-14 11:07:38 -0800 | [diff] [blame] | 200 | <!-- Context Menu item to open the currently selected link in a new |
| 201 | background window. [CHAR LIMIT=50] --> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 202 | <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 203 | <!-- Context Menu item to save the webpage referred to by this link to the |
| 204 | SD card (external storage) --> |
| 205 | <string name="contextmenu_savelink">Save link</string> |
John Reck | 47523c6 | 2011-01-18 11:18:16 -0800 | [diff] [blame] | 206 | <!-- Context Menu item to send the url of the selected link to someone else, |
| 207 | via Gmail or another app [CHAR LIMIT=50] --> |
| 208 | <string name="contextmenu_sharelink">Share link</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 209 | <!-- Context Menu item --> |
| 210 | <string name="contextmenu_copy">Copy</string> |
| 211 | <!-- Context Menu item to copy the url of the selected link to the |
| 212 | clipboard --> |
| 213 | <string name="contextmenu_copylink">Copy link URL</string> |
| 214 | <!-- Context Menu item to save the image to external storage --> |
| 215 | <string name="contextmenu_download_image">Save image</string> |
| 216 | <!-- Context Menu item to view the image by itself in the browser --> |
| 217 | <string name="contextmenu_view_image">View image</string> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 218 | <!-- Context Menu item to set the image as the home screen wallpaper --> |
| 219 | <string name="contextmenu_set_wallpaper">Set as wallpaper</string> |
| 220 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 221 | <!-- Context Menu item to open the dialer app with the selected phone number |
| 222 | --> |
| 223 | <string name="contextmenu_dial_dot">Dial\u2026</string> |
| 224 | <!-- Context Menu item to add the selected phone number to the address book. |
| 225 | --> |
| 226 | <string name="contextmenu_add_contact">Add contact</string> |
| 227 | <!-- Context Menu item to send an email using the selected email address.--> |
| 228 | <string name="contextmenu_send_mail">Send email</string> |
| 229 | <!-- Context Menu item to show the currently selected address in the Maps |
| 230 | application --> |
| 231 | <string name="contextmenu_map">Map</string> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 232 | |
Andrei Popescu | 10fdba8 | 2009-09-24 13:25:47 +0100 | [diff] [blame] | 233 | <!-- Title of the dialog used for selecting the application that should be |
| 234 | used for sharing a link (e.g. Gmail or another app). See also |
| 235 | contextmenu_sharelink above --> |
| 236 | <string name="choosertitle_sharevia">Share via</string> |
| 237 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 238 | <!-- Used as the title of dialogs in the Browser Settings confirming that |
| 239 | the user wants to clear (cache, history, or cookie data) --> |
| 240 | <string name="clear">Clear</string> |
| 241 | |
Shimeng (Simon) Wang | 9884d40 | 2010-02-25 20:42:13 -0800 | [diff] [blame] | 242 | <!-- Part of a sentence that says "Replace <url of existing bookmark> with |
| 243 | <url of new bookmark>?" --> |
| 244 | <string name="replace">Replace</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 245 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 246 | <!-- Settings screen strings --> |
| 247 | <!-- Menu item to open the Settings screen --> |
| 248 | <string name="menu_preferences">Settings</string> |
| 249 | <!-- Settings screen, section title --> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 250 | <string name="pref_content_title">Content settings</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 251 | <string name="pref_content_title_summary">Web content setting</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 252 | <!-- Settings label --> |
| 253 | <string name="pref_content_load_images">Load images</string> |
| 254 | <!-- Settings label --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 255 | <string name="pref_content_load_images_summary">Display images on web pages</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 256 | <string name="pref_security_allow_popups">Pop ups</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 257 | <!-- Settings label --> |
| 258 | <string name="pref_content_javascript">Enable JavaScript</string> |
| 259 | <!-- Settings label --> |
| 260 | <string name="pref_content_open_in_background">Open in background</string> |
John Reck | 47adc5f | 2011-01-18 14:42:45 -0800 | [diff] [blame] | 261 | <!-- Settings summary [CHAR LIMIT=50]--> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 262 | <string name="pref_content_open_in_background_summary">Open new tabs behind the current tab</string> |
John Reck | 741a46f | 2011-03-08 11:01:23 -0800 | [diff] [blame] | 263 | <!-- Settings label [CHAR LIMIT=50] --> |
Pankaj Garg | 13531ca | 2015-08-05 14:00:52 -0700 | [diff] [blame] | 264 | <string name="pref_content_homepage">Homepage</string> |
Bjorn Bringert | d69f51d | 2010-09-13 14:06:41 +0100 | [diff] [blame] | 265 | <!-- Settings label --> |
Pankaj Garg | 13531ca | 2015-08-05 14:00:52 -0700 | [diff] [blame] | 266 | <string name="pref_content_search_engine">Search engine</string> |
Bjorn Bringert | d69f51d | 2010-09-13 14:06:41 +0100 | [diff] [blame] | 267 | <!-- Settings summary --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 268 | <string name="pref_content_search_engine_summary">Choose a search engine</string> |
John Reck | 33bbb80 | 2010-10-26 17:13:42 -0700 | [diff] [blame] | 269 | <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 270 | <string name="pref_set_homepage_to">Set to</string> |
John Reck | 961d35d | 2011-06-23 09:45:54 -0700 | [diff] [blame] | 271 | <string-array name="pref_homepage_choices"> |
| 272 | <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] --> |
| 273 | <item>Current page</item> |
| 274 | <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] --> |
| 275 | <item>Blank page</item> |
| 276 | <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] --> |
| 277 | <item>Default page</item> |
John Reck | 7980ecd | 2011-07-17 14:16:35 -0700 | [diff] [blame] | 278 | <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] --> |
| 279 | <item>Most visited sites</item> |
John Reck | 961d35d | 2011-06-23 09:45:54 -0700 | [diff] [blame] | 280 | <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 281 | <item>Other</item> |
John Reck | 961d35d | 2011-06-23 09:45:54 -0700 | [diff] [blame] | 282 | </string-array> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 283 | |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 284 | <!-- Settings screen & section title for "General settings". These include things like |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 285 | configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] --> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 286 | <string name="pref_general_title">General</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 287 | <string name="pref_default_site_settings_title">Default Site Settings</string> |
| 288 | <string name="pref_site_settings_title">Site Settings</string> |
| 289 | <string name="pref_site_settings_info_panel">Security Information</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 290 | <!-- Settings category for autofill under general. [CHAR-LIMIT=50] --> |
John Reck | 567cd1b | 2011-03-09 12:52:15 -0800 | [diff] [blame] | 291 | <string name="pref_general_autofill_title">Auto-fill</string> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 292 | |
Site Mao | abb7bd3 | 2015-03-20 15:34:02 -0700 | [diff] [blame] | 293 | <!-- Checkbox setting for enabling/disabling power save mode feature --> |
| 294 | <string name ="pref_powersave_enabled">Power save mode</string> |
| 295 | <!-- Settings summary for the powersave feature. --> |
| 296 | <string name ="pref_powersave_enabled_summary">Turn on power saving mode</string> |
| 297 | |
Yida Wang | 078425c | 2015-06-02 14:14:06 -0400 | [diff] [blame] | 298 | <!-- Checkbox setting for enabling/disabling night mode feature --> |
| 299 | <string name ="pref_nightmode_enabled">Night mode</string> |
| 300 | <!-- Settings summary for the night mode feature. --> |
| 301 | <string name ="pref_nightmode_enabled_summary">Turn on night mode</string> |
| 302 | |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 303 | <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] --> |
John Reck | 741a46f | 2011-03-08 11:01:23 -0800 | [diff] [blame] | 304 | <string name="pref_autofill_enabled">Form auto-fill</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 305 | <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 306 | <string name="pref_autofill_enabled_summary">Fill out web forms with a single touch</string> |
Pankaj Garg | dbdf5aa | 2015-07-16 15:22:37 -0700 | [diff] [blame] | 307 | <plurals name="pref_web_refiner_advertisements"> |
| 308 | <item quantity="one">%d advertisement</item> |
| 309 | <item quantity="other">%d advertisements</item> |
| 310 | </plurals> |
| 311 | <plurals name="pref_web_refiner_trackers"> |
| 312 | <item quantity="one">%d tracker</item> |
| 313 | <item quantity="other">%d trackers</item> |
| 314 | </plurals> |
| 315 | <plurals name="pref_web_refiner_malware"> |
| 316 | <item quantity="one">%d malware threat</item> |
| 317 | <item quantity="other">%d malware threats</item> |
| 318 | </plurals> |
| 319 | <string-array name="pref_web_refiner_message"> |
| 320 | <item>"Blocked %s. "</item> |
| 321 | <item>"Blocked %1$s and %2$s. "</item> |
| 322 | <item>"Blocked %1$s, %2$s and $3$s. "</item> |
| 323 | </string-array> |
Pankaj Garg | 96d0ccd | 2015-07-30 16:49:47 -0700 | [diff] [blame] | 324 | <string name="pref_valid_cert" |
| 325 | >Valid SSL certificate. Communication is encrypted and identity is verified.</string> |
Pankaj Garg | dbdf5aa | 2015-07-16 15:22:37 -0700 | [diff] [blame] | 326 | <string name="pref_invalid_cert">Site has an invalid SSL certificate.</string> |
| 327 | <string name="pref_warning_cert">Site SSL certificate has warnings.</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 328 | <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 329 | <string name="pref_autofill_profile_editor">Auto-fill text</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 330 | <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 331 | <string name="pref_autofill_profile_editor_summary">Set up text to auto-fill in web forms</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 332 | |
Ben Murdoch | 4db3a2c | 2010-12-07 11:48:46 +0000 | [diff] [blame] | 333 | <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 334 | <string name="autofill_profile_editor_heading">Type the text you want to auto-fill in web forms.</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 335 | <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 336 | <string name="autofill_profile_editor_name">Full name:</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 337 | <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 338 | <string name="autofill_profile_editor_email_address">Email:</string> |
| 339 | <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 340 | <string name="autofill_profile_editor_company_name">Company name:</string> |
| 341 | <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 342 | <string name="autofill_profile_editor_address_line_1">Address line 1:</string> |
| 343 | <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] --> |
| 344 | <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string> |
| 345 | <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 346 | <string name="autofill_profile_editor_address_line_2">Address line 2:</string> |
| 347 | <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 348 | <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor, etc.</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 349 | <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 350 | <string name="autofill_profile_editor_city">City/Town:</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 351 | <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 352 | <string name="autofill_profile_editor_state">State/Province/Region:</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 353 | <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 354 | <string name="autofill_profile_editor_zip_code">Zip code:</string> |
| 355 | <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 356 | <string name="autofill_profile_editor_country">Country:</string> |
| 357 | <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 358 | <string name="autofill_profile_editor_phone_number">Phone:</string> |
Ben Murdoch | 9d9306d | 2011-01-18 16:06:00 +0000 | [diff] [blame] | 359 | <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 360 | <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number.</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 361 | |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 362 | <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 363 | <string name="autofill_profile_editor_save_profile">Save</string> |
Ben Murdoch | 0cb8189 | 2010-10-08 12:41:33 +0100 | [diff] [blame] | 364 | <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 365 | <string name="autofill_profile_successful_save">Auto-fill text saved.</string> |
Ben Murdoch | 23da30e | 2010-10-26 15:18:44 +0100 | [diff] [blame] | 366 | <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 367 | <string name="autofill_profile_successful_delete">Auto-fill text deleted.</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 368 | <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 369 | <string name="autofill_profile_editor_delete_profile">Delete</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 370 | |
Site Mao | 61b6821 | 2015-07-16 10:56:31 -0700 | [diff] [blame] | 371 | <!-- Text on toast shown to the user when power save mode is enabled or disabled --> |
| 372 | <string name="powersave_dialog_on">Enabled: Processor Core Control.\nDisabled: High Performance Features.\nPlease restart browser.</string> |
| 373 | <string name="powersave_dialog_off">Power save mode disabled.\nPlease restart browser.</string> |
| 374 | |
Ben Murdoch | 8029a77 | 2010-11-16 11:58:21 +0000 | [diff] [blame] | 375 | <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> |
Claudia de Veaux | d330e0a | 2011-11-23 14:56:56 -0800 | [diff] [blame] | 376 | <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string> |
Ben Murdoch | 8029a77 | 2010-11-16 11:58:21 +0000 | [diff] [blame] | 377 | <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure |
| 378 | it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 379 | <string name="autofill_setup_dialog_negative_toast">You can always set up your auto-fill text from the Browser > Settings > General screen.</string> |
Ben Murdoch | 1d676b6 | 2011-01-17 12:54:24 +0000 | [diff] [blame] | 380 | <!-- Text on a checkbox in the "setup autofill" dialog which is shown to the user when they are prompted to set up the autofill feature. |
| 381 | The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] --> |
John Reck | 567cd1b | 2011-03-09 12:52:15 -0800 | [diff] [blame] | 382 | <string name="disable_autofill">Disable auto-fill</string> |
Ben Murdoch | 8029a77 | 2010-11-16 11:58:21 +0000 | [diff] [blame] | 383 | |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 384 | <!-- Settings screen, section title [CHAR-LIMIT=50] --> |
John Reck | 741a46f | 2011-03-08 11:01:23 -0800 | [diff] [blame] | 385 | <string name="pref_privacy_security_title">Privacy & security</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 386 | <string name="pref_privacy_security_title_summary">Browser security and privacy settings</string> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 387 | <!-- Popup dialog --> |
| 388 | <string name="pref_select_items">Select items to be cleared</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 389 | <!-- Settings label --> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 390 | <string name="pref_privacy_clear_selected">Clear selected items</string> |
| 391 | <!-- Settings summary --> |
| 392 | <string name="pref_privacy_clear_selected_summary">Clear selected items in the list</string> |
| 393 | <!-- Confirmation dialog message --> |
| 394 | <string name="pref_privacy_clear_selected_dlg">Clear following items?</string> |
| 395 | <!-- Settings label --> |
| 396 | <string name="pref_privacy_clear_cache">Cache</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 397 | <!-- Settings summary --> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 398 | <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 399 | <!-- Settings label --> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 400 | <string name="pref_privacy_clear_cookies">Cookies and Site Data</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 401 | <!-- Settings summary --> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 402 | <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies and site data</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 403 | <!-- Settings summary --> |
| 404 | <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string> |
| 405 | <!-- Confirmation dialog message --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 406 | <string name="pref_privacy_clear_history_dlg">Delete the browser navigation history?</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 407 | <!-- Settings label --> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 408 | <string name="pref_privacy_clear_form_data">Form data</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 409 | <!-- Settings summary --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 410 | <string name="pref_privacy_clear_form_data_summary">Clear all saved form data</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 411 | <!-- Settings label --> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 412 | <string name="pref_privacy_clear_passwords">Passwords</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 413 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 414 | <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 415 | <!-- Settings label --> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 416 | <string name="pref_privacy_enable_geolocation">Location</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 417 | <!-- Settings label --> |
Pankaj Garg | b3b5746 | 2014-11-18 17:28:30 -0800 | [diff] [blame] | 418 | <string name="pref_privacy_clear_geolocation_access">Location access</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 419 | <!-- Settings summary --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 420 | <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 421 | <!-- Settings label --> |
| 422 | <string name="pref_security_remember_passwords">Remember passwords</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 423 | <!-- Settings label --> |
| 424 | <string name="pref_security_save_form_data">Remember form data</string> |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 425 | <!-- Settings Label --> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 426 | <string name="pref_do_not_track">Request \'Do Not Track\'</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 427 | <!-- Settings label --> |
| 428 | <string name="pref_security_accept_cookies">Accept cookies</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 429 | |
| 430 | <string name="pref_security_allow_mic">Microphone</string> |
| 431 | <string name="pref_security_allow_camera">Camera</string> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 432 | <string name="pref_security_web_refiner">Ads and distracting content</string> |
| 433 | <string name="pref_security_accept_third_party_cookies">Third party cookies</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 434 | <string name="pref_security_ask_before_using">Ask before using</string> |
| 435 | <string name="pref_security_allowed">Allowed</string> |
| 436 | <string name="pref_security_not_allowed">Not allowed</string> |
| 437 | <string name="pref_security_remember">Remember</string> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 438 | <string name="pref_security_on">On</string> |
| 439 | <string name="pref_security_off">Off</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 440 | <string name="pref_website_title">Website</string> |
| 441 | <string name="pref_security_add">Add</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 442 | <string name="pref_security_origin_name">Site Origin</string> |
| 443 | <string name="pref_security_access_is_allowed">access is allowed</string> |
| 444 | |
Bijan Amirzada | 3bbb3a4 | 2014-06-17 12:06:18 -0700 | [diff] [blame] | 445 | <!-- Settings text size options - displays sample font size in settings --> |
| 446 | <string name="pref_sample_font_size">Drag the slider to adjust the font size to set the desired comfortable reading size.</string> |
John Reck | 40badf2 | 2011-04-20 15:31:13 -0700 | [diff] [blame] | 447 | <!-- Label for minimum font size [CHAR LIMIT=30] --> |
| 448 | <string name="pref_min_font_size">Minimum font size</string> |
John Reck | 7dc444b | 2011-06-16 17:44:29 -0700 | [diff] [blame] | 449 | <!-- Label for the current minimum font size value [CHAR LIMIT=6] --> |
| 450 | <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string> |
Mangesh Ghiware | f1793b6 | 2011-10-05 11:43:44 -0700 | [diff] [blame] | 451 | <!-- Label for text scaling (percent) [CHAR LIMIT=30] --> |
| 452 | <string name="pref_text_zoom">Text scaling</string> |
John Reck | 92f25f8 | 2011-04-26 16:57:10 -0700 | [diff] [blame] | 453 | <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> |
| 454 | <string name="pref_force_userscalable">Force enable zoom</string> |
| 455 | <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 456 | <string name="pref_force_userscalable_summary">Override a website\'s request to control zoom behavior</string> |
Nicolas Roard | 5d51310 | 2011-08-03 15:35:34 -0700 | [diff] [blame] | 457 | <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 458 | <string name="pref_inverted_category">Inverted screen rendering</string> |
Nicolas Roard | 5d51310 | 2011-08-03 15:35:34 -0700 | [diff] [blame] | 459 | <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 460 | <string name="pref_inverted">Inverted rendering</string> |
Nicolas Roard | 5d51310 | 2011-08-03 15:35:34 -0700 | [diff] [blame] | 461 | <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 462 | <string name="pref_inverted_summary">Black becomes white and vice versa</string> |
Nicolas Roard | 5d51310 | 2011-08-03 15:35:34 -0700 | [diff] [blame] | 463 | <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] --> |
| 464 | <string name="pref_inverted_contrast">Contrast</string> |
John Reck | 856933b | 2011-01-06 19:18:57 -0800 | [diff] [blame] | 465 | <!-- Settings screen, section title [CHAR LIMIT=50] --> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 466 | <string name="pref_extras_title">Advanced</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 467 | <!-- Settings label --> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 468 | <string name="pref_extras_website_settings">Per site settings</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 469 | <!-- Settings summary --> |
Ben Murdoch | be9560d | 2009-11-09 09:52:21 -0800 | [diff] [blame] | 470 | <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 471 | <!-- Settings label --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 472 | <string name="pref_extras_reset_default">Reset to default</string> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 473 | <string name="pref_extras_reset">Reset</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 474 | <!-- Settings summary --> |
Bart Sears | 7479374 | 2010-03-04 17:34:29 -0800 | [diff] [blame] | 475 | <string name="pref_extras_reset_default_summary">Restore default settings</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 476 | <!-- Confirmation dialog message --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 477 | <string name="pref_extras_reset_default_dlg">Revert settings to default values?</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 478 | <!-- Title for a group of settings --> |
| 479 | <string name="pref_development_title">Debug</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 480 | <!-- Settings screen, setting option name --> |
Grace Kloba | 2f83068 | 2009-06-25 11:08:53 -0700 | [diff] [blame] | 481 | <string name="pref_default_text_encoding">Text encoding</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 482 | <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. --> |
Tarun Nainani | 95b7968 | 2014-12-09 09:38:04 -0800 | [diff] [blame] | 483 | <string name="pref_default_text_encoding_default">UTF-8</string> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 484 | <string name="pref_edge_swipe_title">Edge swipe</string> |
Pankaj Garg | 1c13cab | 2015-05-12 11:52:17 -0700 | [diff] [blame] | 485 | <string name="pref_edge_swipe_option_msg">When swiping, would you like:</string> |
| 486 | <string name="pref_temporal_edge_swipe">Previous/Next Web Site</string> |
| 487 | <string name="pref_spatial_edge_swipe">Change Tab</string> |
| 488 | <string name="pref_disable_edge_swipe">Disable edge swipe</string> |
| 489 | <string name="pref_edge_swipe_option_close">Close</string> |
| 490 | <string name="pref_temporal_edge_swipe_enabled_toast">Swipe from edge to navigate</string> |
| 491 | <string name="pref_spatial_edge_swipe_enabled_toast">Swipe from edge to change tabs</string> |
| 492 | <string name="pref_edge_swipe_disabled_toast">Swiping from edge disabled</string> |
Pankaj Garg | 68faf1c | 2015-06-26 17:07:37 -0700 | [diff] [blame] | 493 | <string name="pref_edge_swipe_unknown">Unknown</string> |
Pankaj Garg | 1c13cab | 2015-05-12 11:52:17 -0700 | [diff] [blame] | 494 | <string-array name="pref_edge_swiping_choices"> |
| 495 | <item>@string/pref_temporal_edge_swipe</item> |
| 496 | <!-- |
| 497 | <item>@string/pref_spatial_edge_swipe</item> |
| 498 | --> |
| 499 | <item>@string/pref_disable_edge_swipe</item> |
| 500 | </string-array> |
John Reck | 40badf2 | 2011-04-20 15:31:13 -0700 | [diff] [blame] | 501 | <!-- Title for accessibility settings [CHAR LIMIT=25] --> |
| 502 | <string name="pref_accessibility_title">Accessibility</string> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 503 | <string name="pref_accessibility_title_summary">Text size and zooming</string> |
John Reck | 8fc22a1 | 2011-06-16 14:57:41 -0700 | [diff] [blame] | 504 | <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] --> |
Mangesh Ghiware | f1793b6 | 2011-10-05 11:43:44 -0700 | [diff] [blame] | 505 | <string name="pref_font_size_category">Text size</string> |
John Reck | b8b2af8 | 2011-05-20 15:58:33 -0700 | [diff] [blame] | 506 | <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] --> |
Sagar Dhawan | 1e040c7 | 2014-12-11 20:24:12 -0800 | [diff] [blame] | 507 | <string name="pref_lab_fullscreen">Immersive</string> |
Michael Kolb | c38c604 | 2011-04-27 10:46:06 -0700 | [diff] [blame] | 508 | <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] --> |
| 509 | <string name="pref_lab_fullscreen_summary"> |
Sagar Dhawan | 1e040c7 | 2014-12-11 20:24:12 -0800 | [diff] [blame] | 510 | Make the browser fullscreen</string> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 511 | <!-- Title for search preloading [CHAR LIMIT=40] --> |
| 512 | <string name="pref_data_preload_title">Search result preloading</string> |
Mathew Inwood | 467813f | 2011-09-02 15:43:17 +0100 | [diff] [blame] | 513 | <!-- Search preloading options [CHAR LIMIT=20] --> |
Sagar Dhawan | 53b2ba7 | 2015-08-05 15:58:20 -0700 | [diff] [blame] | 514 | <!-- Link prefetching options [CHAR LIMIT=20] --> |
| 515 | <string-array name="pref_temporal_choices"> |
Mathew Inwood | 467813f | 2011-09-02 15:43:17 +0100 | [diff] [blame] | 516 | <item>Never</item> |
Claudia de Veaux | 9e37447 | 2011-10-17 13:03:10 -0700 | [diff] [blame] | 517 | <item>Only on Wi-Fi</item> |
Mathew Inwood | 467813f | 2011-09-02 15:43:17 +0100 | [diff] [blame] | 518 | <item>Always</item> |
| 519 | </string-array> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 520 | <!-- Summary for search preloading [CHAR LIMIT=80] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 521 | <string name="pref_data_preload_summary">Allow browser to preload high confidence search results in the background</string> |
Victoria Lease | 9649783 | 2012-03-23 14:19:56 -0700 | [diff] [blame] | 522 | <!-- Title for link prefetching [CHAR LIMIT=40] --> |
| 523 | <string name="pref_link_prefetch_title">Web page preloading</string> |
Victoria Lease | 9649783 | 2012-03-23 14:19:56 -0700 | [diff] [blame] | 524 | <!-- Summary for link prefetching [CHAR LIMIT=80] --> |
| 525 | <string name="pref_link_prefetch_summary">Allow browser to preload linked web pages in the background</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 526 | <!-- Dialog box title --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 527 | <string name="browserFrameFormResubmitLabel"></string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 528 | <!-- Dialog box message --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 529 | <string name="browserFrameFormResubmitMessage">The page you\'re trying to view contains data that has already been submitted (\"POSTDATA\"). If you resend the data, any action the form on the page carried out (such as a search or online purchase) will be repeated.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 530 | <!-- Menu item --> |
| 531 | <string name="clear_history">Clear history</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 532 | <!-- Appears on History screen if no history is found --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 533 | <string name="empty_history">No browser history.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 534 | <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 535 | <string name="add_new_bookmark">Add bookmark</string> |
Leon Scroggins | 89c6d36 | 2009-07-15 16:54:37 -0400 | [diff] [blame] | 536 | <!-- Verb placed in front of a screenshot of a web page that, when clicked, |
| 537 | will add that page to bookmarks --> |
| 538 | <string name="add_bookmark_short">Add</string> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 539 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 540 | <!-- This string is for the browser "Go To" UI. --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 541 | <!-- This is the hint text shown in the Go To widget, before text is entered. --> |
Leon Scroggins | 2f40ce8 | 2009-07-30 15:43:35 -0400 | [diff] [blame] | 542 | <string name="search_hint">Search or type URL</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 543 | <!-- This string is for the browser "Go To" UI. --> |
| 544 | <!-- This is the button label in the "Go To" UI. --> |
| 545 | <string name="search_button_text">Go</string> |
Mike LeBeau | d45fb4d | 2009-06-30 18:33:06 -0700 | [diff] [blame] | 546 | <!-- The string used to describe the browser as a searchable item within system search settings. --> |
| 547 | <string name="search_settings_description">Bookmarks and web history</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 548 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 549 | <!-- Label for a button to allow a particular popup window to open --> |
| 550 | <string name="allow">Allow</string> |
| 551 | <!-- Label for a button to disallow a particular popup from opening --> |
| 552 | <string name="block">Block</string> |
| 553 | |
| 554 | <!-- Title for a dialog informing the user that they cannot open any more |
| 555 | windows because the limit has been reached. --> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 556 | <string name="too_many_windows_dialog_title">Tab limit reached</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 557 | <!-- Message in a dialog telling the user that they cannot open any more |
| 558 | windows because the limit has been reached. --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 559 | <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 560 | <!-- Title for a dialog informing the user that they cannot open a subwindow |
| 561 | because only one can be open at a time. --> |
| 562 | <string name="too_many_subwindows_dialog_title">Pop-up already open</string> |
| 563 | <!-- Message for a dialog informing the user that they cannot open a |
| 564 | subwindow because only one can be open at a time. --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 565 | <string name="too_many_subwindows_dialog_message">Only one pop-up can be open |
| 566 | at a time.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 567 | |
| 568 | <!-- Download History UI strings --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 569 | <!-- Dialog title [CHAR LIMIT=25] --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 570 | <!-- Dialog title --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 571 | <string name="download_no_sdcard_dlg_title" product="default">No SD card</string> |
| 572 | <!-- Dialog message [CHAR LIMIT=NONE] --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 573 | <!-- Dialog message --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 574 | <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string> |
| 575 | <!-- Title for a dialog informing the user that the SD card used for |
| 576 | external storage is busy so they cannot download anything [CHAR LIMIT=25] --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 577 | <!-- Title for a dialog informing the user that the SD card used for |
| 578 | external storage is busy so they cannot download anything --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 579 | <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string> |
| 580 | <!-- Message for a dialog informing the user that the SD card used for |
| 581 | external storage is busy so they cannot download anything. Informs |
| 582 | the user how to enable SD card storage [CHAR LIMIT=NONE] --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 583 | <!-- Message for a dialog informing the user that the SD card used for |
| 584 | external storage is busy so they cannot download anything. Informs |
| 585 | the user how to enable SD card storage --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 586 | <string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string> |
Leon Scroggins | cf79ca6 | 2010-01-21 16:17:56 -0500 | [diff] [blame] | 587 | |
Leon Scroggins | 11e309c | 2011-02-01 13:37:14 -0500 | [diff] [blame] | 588 | <!-- Toast for a download which cannot begin because the URL is not http or https --> |
| 589 | <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 590 | <!-- Message in the list of items which have received download requests |
| 591 | telling their status. This message states that the download has not |
| 592 | yet begun --> |
| 593 | <string name="download_pending">Starting download\u2026</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 594 | |
Mike LeBeau | 1ef26a3 | 2009-05-13 20:11:00 -0700 | [diff] [blame] | 595 | <!-- The description of the suggestion that lets the user search the web for the query currently |
| 596 | in the text field. --> |
| 597 | <string name="search_the_web">Search the web</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 598 | |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 599 | <!-- HTML5 dialogs --> |
Andrei Popescu | 8694377 | 2009-07-30 14:48:55 +0100 | [diff] [blame] | 600 | <!-- Used as a status bar notification when the browser is running out of space trying to allocate or increase the database quota for an HTML5 databae or application cache. --> |
| 601 | <string name="webstorage_outofspace_notification_title">Browser storage full</string> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 602 | <string name="webstorage_outofspace_notification_text">Touch to free up space.</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 603 | <!-- Used in the Browser Settings --> |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 604 | <string name="webstorage_clear_data_title">Storage</string> |
Pankaj Garg | 21dad56 | 2015-07-02 17:17:24 -0700 | [diff] [blame] | 605 | <string name="webstorage_private_data_title">Private data</string> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 606 | |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 607 | <!-- Confirmation dialog when the user ask to clear all data for an origin --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 608 | <string name="webstorage_clear_data_dialog_message">Delete all data stored by this website?</string> |
Sagar Dhawan | 53b2ba7 | 2015-08-05 15:58:20 -0700 | [diff] [blame] | 609 | <!-- String shown in a progress view while a video is loading, before it starts playing --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 610 | <string name="loading_video">Loading video\u2026</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 611 | |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 612 | <!-- Geolocation --> |
Steve Block | 2bc6991 | 2009-07-30 14:45:13 +0100 | [diff] [blame] | 613 | <!-- Permissions prompt --> |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 614 | <string name="geolocation_permissions_prompt_share_for_limited_time">Allow for 24 hours</string> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 615 | <!-- Settings page dialog --> |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 616 | <string-array name="geolocation_settings_choices"> |
| 617 | <item>Deny forever</item> |
| 618 | <item>Allow for 24 hours</item> |
| 619 | <item>Allow forever</item> |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 620 | </string-array> |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 621 | |
Pankaj Garg | 32e1b94 | 2015-06-03 18:13:24 -0700 | [diff] [blame] | 622 | <string name="website_settings_add_origin">New Site</string> |
Ben Murdoch | b9daacb | 2009-09-14 10:48:24 +0100 | [diff] [blame] | 623 | <!-- Label for the menu item in the website settings activity used to clear data stored by all websites --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 624 | <string name="website_settings_clear_all">Clear all</string> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 625 | <string name="website_settings_clear_all_dialog_message">Delete all website data and location permissions?</string> |
Ben Murdoch | b9daacb | 2009-09-14 10:48:24 +0100 | [diff] [blame] | 626 | |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 627 | <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 628 | <string name="progress_dialog_setting_wallpaper">Setting wallpaper\u2026</string> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 629 | |
Jeff Hamilton | db90aa8 | 2010-09-16 03:38:04 -0500 | [diff] [blame] | 630 | <!-- The string that is displayed when there are no bookmarks to display. |
| 631 | This is centered in the middle of the screen [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 632 | <string name="empty_bookmarks_folder">No bookmarks.</string> |
Jeff Hamilton | db90aa8 | 2010-09-16 03:38:04 -0500 | [diff] [blame] | 633 | |
John Reck | d18ac4b | 2012-04-12 17:27:34 -0700 | [diff] [blame] | 634 | <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] --> |
| 635 | <string name="other_bookmarks">Other Bookmarks</string> |
| 636 | |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 637 | <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 638 | <string name="import_bookmarks_dialog_description">Bookmarks on this device are not yet associated with a Google account. Save these bookmarks by adding them to an account. Delete these bookmarks if you don\'t want to sync them.</string> |
John Reck | 00c7151 | 2011-03-08 17:43:31 -0800 | [diff] [blame] | 639 | |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 640 | <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] --> |
John Reck | 00c7151 | 2011-03-08 17:43:31 -0800 | [diff] [blame] | 641 | <string name="import_bookmarks_dialog_remove">Delete bookmarks</string> |
| 642 | |
Michael Kolb | ba99c5d | 2010-11-29 14:57:41 -0800 | [diff] [blame] | 643 | <!-- Url Selection Action Mode --> |
| 644 | |
| 645 | <!-- Menu item to share URL selection [CHAR LIMIT=30] --> |
| 646 | <string name="menu_share_url">Share</string> |
| 647 | |
Michael Kolb | 843510f | 2010-12-09 10:51:49 -0800 | [diff] [blame] | 648 | <!-- Toast to inform the user that the maximum number of tabs has been |
| 649 | reached. [CHAR LIMIT=50] --> |
| 650 | <string name="max_tabs_warning">No more tabs available</string> |
| 651 | |
John Reck | 8fc22a1 | 2011-06-16 14:57:41 -0700 | [diff] [blame] | 652 | <!-- Font size preview label in settings [CHAR LIMIT=30] --> |
| 653 | <string name="preview">Preview</string> |
John Reck | 71efc2b | 2011-05-09 16:54:28 -0700 | [diff] [blame] | 654 | <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] --> |
| 655 | <string name="local_bookmarks">Local</string> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 656 | <!-- allows the user to find on webpage [CHAR LIMIT=None] --> |
| 657 | <string name="find_on_page">Find on page</string> |
John Reck | 42229bc | 2011-08-19 13:26:43 -0700 | [diff] [blame] | 658 | <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] --> |
| 659 | <string name="ua_switcher_desktop">Request desktop site</string> |
Ze G Riande | 2a675c2 | 2015-06-03 11:15:24 -0700 | [diff] [blame] | 660 | <!-- Popup menu checkbox that loads the reader mode version of the current webpage --> |
| 661 | <string name="enable_reader_mode">Reader mode</string> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 662 | <!-- Preload permission label [CHAR LIMIT=40] --> |
| 663 | <string name="permission_preload_label">Preload results</string> |
John Reck | 40a3661 | 2011-07-20 14:40:20 -0700 | [diff] [blame] | 664 | <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] --> |
Claudia de Veaux | 6fbfb77 | 2011-09-30 12:42:36 -0700 | [diff] [blame] | 665 | <string name="empty_snapshots_folder">No saved pages.</string> |
John Reck | 40a3661 | 2011-07-20 14:40:20 -0700 | [diff] [blame] | 666 | <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] --> |
| 667 | <string name="remove_snapshot">Delete saved page</string> |
John Reck | f26ff63 | 2011-07-29 10:56:07 -0700 | [diff] [blame] | 668 | <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] --> |
| 669 | <string name="snapshot_go_live">Go live</string> |
Michael Kolb | 30adae6 | 2011-07-29 13:37:05 -0700 | [diff] [blame] | 670 | |
| 671 | <!-- Accessibility content descriptions --> |
| 672 | |
| 673 | <!-- Content description for back button [CHAR LIMIT=NONE] --> |
| 674 | <string name="accessibility_button_back">Go back</string> |
| 675 | <!-- Content description for forward button [CHAR LIMIT=NONE] --> |
| 676 | <string name="accessibility_button_forward">Go forward</string> |
| 677 | <!-- Content description for refresh button [CHAR LIMIT=NONE] --> |
| 678 | <string name="accessibility_button_refresh">Refresh page</string> |
| 679 | <!-- Content description for stop button [CHAR LIMIT=NONE] --> |
| 680 | <string name="accessibility_button_stop">Stop page load</string> |
| 681 | <!-- Content description for add bookmark button [CHAR LIMIT=NONE] --> |
| 682 | <string name="accessibility_button_addbookmark">Bookmark page</string> |
| 683 | <!-- Content description for search button [CHAR LIMIT=NONE] --> |
| 684 | <string name="accessibility_button_search">Search</string> |
| 685 | <!-- Content description for voice search button [CHAR LIMIT=NONE] --> |
| 686 | <string name="accessibility_button_voice">Start voice search</string> |
Michael Kolb | 30adae6 | 2011-07-29 13:37:05 -0700 | [diff] [blame] | 687 | <!-- Content description for close tab button [CHAR LIMIT=NONE] --> |
| 688 | <string name="accessibility_button_closetab">Close tab</string> |
| 689 | <!-- Content description for new tab button [CHAR LIMIT=NONE] --> |
| 690 | <string name="accessibility_button_newtab">Open new tab</string> |
| 691 | <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] --> |
| 692 | <string name="accessibility_button_newincognitotab">Open new incognito tab</string> |
| 693 | <!-- Content description for clear button [CHAR LIMIT=NONE] --> |
| 694 | <string name="accessibility_button_clear">Clear input</string> |
Michael Kolb | 30adae6 | 2011-07-29 13:37:05 -0700 | [diff] [blame] | 695 | |
| 696 | <!-- Content description for tab switcher button [CHAR LIMIT=NONE] --> |
| 697 | <string name="accessibility_button_navscreen">Page manager</string> |
Michael Kolb | 30adae6 | 2011-07-29 13:37:05 -0700 | [diff] [blame] | 698 | |
| 699 | <!-- Content description for incognito state [CHAR LIMIT=NONE] --> |
| 700 | <string name="accessibility_state_incognito">Incognito page</string> |
| 701 | <!-- Content description for frozen state [CHAR LIMIT=NONE] --> |
| 702 | <string name="accessibility_state_frozen">Saved page</string> |
| 703 | |
| 704 | <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] --> |
| 705 | <string name="accessibility_transition_navscreen">Tab management</string> |
John Reck | aac2ce0 | 2012-09-21 14:17:47 -0700 | [diff] [blame] | 706 | <!-- Content description for navigating up in the bookmark folder hierarchy [CHAR LIMIT=NONE] --> |
| 707 | <string name="accessibility_button_bookmarks_folder_up">Previous folder</string> |
Michael Kolb | 30adae6 | 2011-07-29 13:37:05 -0700 | [diff] [blame] | 708 | |
kaiyiz | 6e5b3e0 | 2013-08-19 20:02:01 +0800 | [diff] [blame] | 709 | <!--Add for Navigation Feature --> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 710 | <string name="my_navigation_delete_label">Delete website</string> |
| 711 | <string name="my_navigation_edit_label">Edit website</string> |
| 712 | <string name="my_navigation_add_label">Add website</string> |
kaiyiz | 6e5b3e0 | 2013-08-19 20:02:01 +0800 | [diff] [blame] | 713 | <string name="my_navigation_add">add</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 714 | <string name="my_navigation_delete_msg">Delete website?</string> |
| 715 | <string name="my_navigation_name">Title</string> |
kaiyiz | 6e5b3e0 | 2013-08-19 20:02:01 +0800 | [diff] [blame] | 716 | <string name="my_navigation_address">Address</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 717 | <string name="website_needs_title">Website must have a title</string> |
| 718 | <string name="website_needs_url">Website must have a URL</string> |
| 719 | <string name="my_navigation_cannot_save_url">Invalid URL</string> |
| 720 | <string name="my_navigation_duplicate_url">URL already exists</string> |
| 721 | <string name="my_navigation_page_title">Home</string> |
qqzhou | a95a2e2 | 2013-04-18 17:28:31 +0800 | [diff] [blame] | 722 | |
| 723 | <!-- Add for Carrier Feature.Content description for AV save/play prompt dialog --> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 724 | <string name="http_video_msg">Please select how to handle media file</string> |
qqzhou | a95a2e2 | 2013-04-18 17:28:31 +0800 | [diff] [blame] | 725 | <string name="video_save">Save</string> |
| 726 | <string name="video_play">Play</string> |
kaiyiz | a8b6dbb | 2013-07-29 18:11:22 +0800 | [diff] [blame] | 727 | |
| 728 | <!-- Add for Carrier Feature.Content description for exit menu item --> |
| 729 | <string name="exit">Exit</string> |
| 730 | |
qqzhou | e6ff8b4 | 2013-07-23 17:28:48 +0800 | [diff] [blame] | 731 | <!-- Add for Carrier Feature.Content description for about menu item --> |
| 732 | <string name="about">About</string> |
kaiyiz | c4ada32 | 2013-07-30 09:58:07 +0800 | [diff] [blame] | 733 | |
kaiyiz | c4ada32 | 2013-07-30 09:58:07 +0800 | [diff] [blame] | 734 | <string name="download_estore_app">Estore app does not exist, please download and install it.</string> |
| 735 | <string name="estore_url_warning">Launch Estore app failed, url is too long!</string> |
kaiyiz | 4b59d26 | 2013-07-30 10:41:38 +0800 | [diff] [blame] | 736 | |
| 737 | <!-- Add for Unsupport Uploading Drm Files Feature --> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 738 | <string name="drm_file_unsupported">Uploading DRM files is not supported!</string> |
luxiaol | b40014b | 2013-07-19 10:01:43 +0800 | [diff] [blame] | 739 | |
| 740 | <!-- Add for exit prompt Feature --> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 741 | <string name="exit_browser_title">Exit browser</string> |
| 742 | <string name="exit_browser_msg">Please select how to exit browser</string> |
luxiaol | b40014b | 2013-07-19 10:01:43 +0800 | [diff] [blame] | 743 | <string name="exit_minimize">Minimize</string> |
| 744 | <string name="exit_quit">Quit</string> |
luxiaol | dbe4a62 | 2013-07-19 17:14:06 +0800 | [diff] [blame] | 745 | |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 746 | <string name="browser_max_input_title">Reached limit for maximum number of characters</string> |
| 747 | <string name="browser_max_input">Your input reached the maximum limit of <xliff:g id="MAXLIMIT">%s</xliff:g> characters</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 748 | <string name="duplicated_folder_warning">Folder already exists</string> |
| 749 | <string name="overwrite_bookmark_msg">Bookmark\'s name or address already exists. Overwrite it?</string> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 750 | |
| 751 | <!-- Add for download save path setting Feature --> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 752 | <string name="invalid_path">Invalid path</string> |
| 753 | <string name="path_wrong">Wrong Path</string> |
| 754 | <string name="pref_download_title">Download path settings</string> |
| 755 | <string name="pref_download_path_setting_screen_title">Custom download path</string> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 756 | <string name="download_timeneeded">Time</string> |
| 757 | <string name="download_filesize">Size</string> |
| 758 | <string name="download_filepath_label">Path</string> |
| 759 | <string name="download_edit_filename_label">Name</string> |
kaiyiz | e6a27d0 | 2013-08-22 15:08:19 +0800 | [diff] [blame] | 760 | <string name="download_default_path">/Download</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 761 | <string name="download_no_enough_memory">Insufficient memory for download</string> |
| 762 | <string name="download_settings_title">Download settings</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 763 | <string name="filename_empty_title">Download filename is empty</string> |
| 764 | <string name="filename_empty_msg">Download filename can not be empty. Please enter a valid filename.</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 765 | <string name="unknow_length">Unknown</string> |
| 766 | <string name="download_file_exist_msg">File already exists. Please input a new filename.</string> |
| 767 | <string name="download_file_exist">File already exists</string> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 768 | <string name ="time_min">min</string> |
kaiyiz | f1a6676 | 2013-09-16 16:59:43 +0800 | [diff] [blame] | 769 | <string name="download_path_phone_storage_label">/Phone Storage</string> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 770 | <string name="download_path_sd_card_label">/SD card</string> |
Panos Thomas | 8556126 | 2014-11-02 23:51:29 -0800 | [diff] [blame] | 771 | <string name="download_path_unavailable_dlg_title">Download directory is unavailable</string> |
| 772 | <string name="download_path_unavailable_dlg_msg">Please modify the download directory</string> |
| 773 | <string name="activity_not_found">No activity found to handle this intent <xliff:g id="NOACTIVITY">%s</xliff:g></string> |
kaiyiz | 1c41299 | 2013-08-31 15:24:42 +0800 | [diff] [blame] | 774 | <!-- Toast message displayed when the full screen received message --> |
| 775 | <string name="received_message_full_screen">Receive a message from: <xliff:g id="FROM">%s</xliff:g>.</string> |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 776 | <!-- Snapdragon Browser Additions --> |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 777 | <string name="ssl_certificate">Security certificate</string> |
| 778 | <string name="ssl_certificate_is_valid">This certificate is valid.</string> |
Bijan Amirzada | 3377eb2 | 2014-03-18 18:46:54 -0700 | [diff] [blame] | 779 | <string name="version">Version</string> |
Pankaj Garg | 1890256 | 2014-12-05 16:18:51 -0800 | [diff] [blame] | 780 | <string name="build_date">Build Date</string> |
| 781 | <string name="build_hash">Build Hash</string> |
| 782 | <string name="user_agent">User Agent</string> |
| 783 | <string name="help">Help</string> |
| 784 | <string name="feedback">Feedback</string> |
Tarun Nainani | f03c796 | 2015-06-03 11:38:33 -0700 | [diff] [blame] | 785 | <string name="swe_legal">Legal information</string> |
| 786 | <string name="swe_open_source_licenses">Open source licenses</string> |
Tarun Nainani | f03c796 | 2015-06-03 11:38:33 -0700 | [diff] [blame] | 787 | <string name="swe_pref_legal_info_summary">Copyright (c) 2015, The Linux Foundation. All rights reserved.</string> |
| 788 | <string name="swe_eula">End user licenses agreement</string> |
Tarun Nainani | f03c796 | 2015-06-03 11:38:33 -0700 | [diff] [blame] | 789 | <string name="swe_privacy_policy">Privacy policy</string> |
Panos Thomas | 64c77e0 | 2014-12-17 22:15:23 -0800 | [diff] [blame] | 790 | |
| 791 | <!-- Toast message displayed when user attempts to modify a setting disabled by the administrator --> |
| 792 | <string name="mdm_managed_alert">Managed by your administrator</string> |
Tarun Nainani | ef749cb | 2014-05-19 18:16:53 -0700 | [diff] [blame] | 793 | </resources> |