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 |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 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 | --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 16 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 17 | <!-- The name of the application. --> |
| 18 | <string name="application_name">Browser</string> |
Leon Scroggins | 8d5fa43 | 2009-10-02 15:55:59 -0400 | [diff] [blame] | 19 | <!-- Displayed with a file picker to choose a file to upload --> |
| 20 | <string name="choose_upload">Choose file for upload</string> |
Ben Murdoch | e4c0cae | 2011-02-18 11:25:38 +0000 | [diff] [blame] | 21 | <!-- Toast to show the user after they try to open the file picker but no apps on the |
| 22 | system can provide a file [CHAR-LIMIT=NONE]--> |
| 23 | <string name="uploads_disabled">File uploads are disabled.</string> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 24 | <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 25 | <string name="new_tab">New window</string> |
Shimeng (Simon) Wang | e0ff619 | 2010-09-02 11:38:13 -0700 | [diff] [blame] | 26 | <!-- Name of menu item of a new incognito tab. Also used in the |
| 27 | title bar when displaying a new tab [CHAR LIMIT=30] --> |
Elliott Slaughter | f0f0395 | 2010-07-14 18:10:36 -0700 | [diff] [blame] | 28 | <string name="new_incognito_tab">New incognito window</string> |
Leon Scroggins | 0a64ba5 | 2009-09-08 15:35:33 -0400 | [diff] [blame] | 29 | <!-- Name of menu item which brings up a list of the currently active tabs --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 30 | <string name="active_tabs">Windows</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 31 | <!-- Name of tab containing bookmarks --> |
| 32 | <string name="tab_bookmarks">Bookmarks</string> |
| 33 | <!-- Name of tab containing the user's most visited websites, organized by number of visits --> |
| 34 | <string name="tab_most_visited">Most visited</string> |
| 35 | <!-- Name of tab containing the user's complete history, organized by time of last visit --> |
| 36 | <string name="tab_history">History</string> |
| 37 | <!-- Toast shown when a history item's star is clicked, converting it to a bookmark --> |
| 38 | <string name="added_to_bookmarks">Added to bookmarks</string> |
| 39 | <!-- Toast shown when a history item's star is clicked off, removing its bookmark --> |
| 40 | <string name="removed_from_bookmarks">Removed from bookmarks</string> |
| 41 | <!-- Sign-in dialog --> |
| 42 | <!-- This is used as the title of a dialog which is used to sign in to a secure site. |
| 43 | "%s1"is replaced with the host and "%s2" with realm --> |
| 44 | <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string> |
| 45 | <!-- Prompt for an input box that allows the user to enter their login name --> |
| 46 | <string name="username">Name</string> |
| 47 | <!-- Prompt for an input box that allows the user to enter their password --> |
| 48 | <string name="password">Password</string> |
| 49 | <!-- The label on the "sign in" button --> |
| 50 | <string name="action">Sign in</string> |
Bjorn Bringert | e90ede4 | 2009-04-29 22:33:52 +0100 | [diff] [blame] | 51 | <!-- The name of the bookmarks and history search suggestion source. --> |
Mike LeBeau | 8dd422a | 2009-06-03 15:42:13 +0100 | [diff] [blame] | 52 | <string name="bookmarks_search">Browser</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 53 | <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> |
| 54 | <string name="cancel">Cancel</string> |
| 55 | <!-- Label for a confirm button. Used in multiple contexts. --> |
| 56 | <string name="ok">OK</string> |
| 57 | |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 58 | <!-- Displayed on the title bar while the page is loading --> |
| 59 | <string name="title_bar_loading">Loading\u2026</string> |
| 60 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 61 | <!-- Menu item --> |
| 62 | <string name="page_info">Page info</string> |
| 63 | <!-- Label for a button on an SSL error dialog that allows the user to see |
| 64 | Page info screen for the current page --> |
| 65 | <string name="page_info_view">View page info</string> |
| 66 | <!-- Page Info dialog strings --> |
| 67 | <!-- Noun. The url for the current page. Displayed on the Page Info |
| 68 | screen. --> |
| 69 | <string name="page_info_address">Address:</string> |
| 70 | |
| 71 | <!-- SSL Error dialogs --> |
| 72 | <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string> |
| 73 | <!-- Label for a button on an SSL error dialog that lets the user continue |
| 74 | and view the page despite the error --> |
| 75 | <string name="ssl_continue">Continue</string> |
| 76 | <!-- Title for an SSL error dialog --> |
| 77 | <string name="security_warning">Security warning</string> |
| 78 | <!-- Label for a button on an SSL error dialog that lets the user view the |
| 79 | certificate --> |
| 80 | <string name="view_certificate">View certificate</string> |
Ben Murdoch | a49b829 | 2010-11-16 11:56:04 +0000 | [diff] [blame] | 81 | <!-- Label for a button on an SSL error dialog that lets the user go back to |
| 82 | the last page they were on instead of continuing to the new page. [CHAR-LIMIT=20] --> |
| 83 | <string name="ssl_go_back">Go back</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 84 | |
| 85 | <!-- Message in an SSL Error dialog --> |
| 86 | <string name="ssl_untrusted">This certificate is not from a trusted authority.</string> |
| 87 | <!-- Message in an SSL Error dialog --> |
| 88 | <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string> |
| 89 | <!-- Message in an SSL Error dialog --> |
| 90 | <string name="ssl_expired">This certificate has expired.</string> |
| 91 | <!-- Message in an SSL Error dialog --> |
| 92 | <string name="ssl_not_yet_valid">This certificate is not valid yet.</string> |
| 93 | |
| 94 | <!-- SSL Certificate dialogs --> |
| 95 | <!-- Title for an SSL Certificate dialog --> |
| 96 | <string name="ssl_certificate">Security certificate</string> |
| 97 | <!-- Message on an SSL Certificate dialog --> |
| 98 | <string name="ssl_certificate_is_valid">This certificate is valid.</string> |
| 99 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 100 | <string name="issued_to">Issued to:</string> |
| 101 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 102 | <string name="common_name">Common name:</string> |
| 103 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 104 | <string name="org_name">Organization:</string> |
| 105 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 106 | <string name="org_unit">Organizational unit:</string> |
| 107 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 108 | <string name="issued_by">Issued by:</string> |
| 109 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 110 | <string name="validity_period">Validity:</string> |
| 111 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 112 | <string name="issued_on">Issued on:</string> |
| 113 | <!-- Label for an information field on an SSL Certificate Dialog --> |
| 114 | <string name="expires_on">Expires on:</string> |
| 115 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 116 | <!-- Toast informing the user that loading has stopped for the current page. --> |
| 117 | <string name="stopping">Stopping\u2026</string> |
| 118 | <!-- Menu item to stop the current page from loading. --> |
| 119 | <string name="stop">Stop</string> |
| 120 | <!-- Menu item to reload or refresh the current page. --> |
| 121 | <string name="reload">Refresh</string> |
Leon Scroggins | 64b80f3 | 2009-08-07 12:03:34 -0400 | [diff] [blame] | 122 | <!-- Menu item to go back to the previous page --> |
| 123 | <string name="back">Back</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 124 | <!-- Menu item to go to the next page (only useful if the user has previously hit back.) --> |
| 125 | <string name="forward">Forward</string> |
| 126 | <!-- Button label to confirm saving a bookmark. --> |
| 127 | <string name="save">OK</string> |
| 128 | <!-- Button label to cancel saving a bookmark. --> |
| 129 | <string name="do_not_save">Cancel</string> |
| 130 | <!-- 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] | 131 | <string name="location">Address</string> |
| 132 | <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark --> |
| 133 | <string name="containing_folder">Add to</string> |
Leon Scroggins | 6573f9e | 2010-10-18 17:22:35 -0400 | [diff] [blame] | 134 | <!-- Default name for a new folder and label for a button that allows the user to create a new folder |
| 135 | in the add bookmark dialog --> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 136 | <string name="new_folder">New folder</string> |
John Reck | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame] | 137 | <!-- Context menu item to edit a folder [CHAR LIMIT=50] --> |
| 138 | <string name="edit_folder">Edit folder</string> |
| 139 | <!-- Context menu item to delete a folder [CHAR LIMIT=50] --> |
| 140 | <string name="delete_folder">Delete folder</string> |
Leon Scroggins | 6573f9e | 2010-10-18 17:22:35 -0400 | [diff] [blame] | 141 | <!-- Label stating that the currently open folder has no subfolders |
| 142 | in the add bookmark dialog [CHAR-LIMIT=none]--> |
| 143 | <string name="no_subfolders">No subfolders</string> |
Leon Scroggins | 88d0803 | 2010-10-21 15:17:10 -0400 | [diff] [blame] | 144 | <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]--> |
| 145 | <string name="add_to_bookmarks_menu_option">Bookmarks</string> |
| 146 | <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]--> |
| 147 | <string name="add_to_homescreen_menu_option">Home screen</string> |
| 148 | <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]--> |
| 149 | <string name="add_to_other_folder_menu_option">Other folder\u2026</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 150 | <!-- 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] | 151 | <string name="name">Label</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 152 | <!-- Initial value in Location field in Bookmark dialog box --> |
| 153 | <string name="http">http://</string> |
John Reck | fe32e43 | 2010-11-05 14:13:01 -0700 | [diff] [blame] | 154 | <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] --> |
Leon Scroggins III | 052ce66 | 2010-09-13 14:44:16 -0400 | [diff] [blame] | 155 | <string name="save_to_bookmarks">Add to Bookmarks</string> |
| 156 | <!-- Title of the dialog to bookmark a page --> |
| 157 | <string name="bookmark_this_page">Bookmark this page</string> |
Leon Scroggins | 7563067 | 2011-01-13 17:56:15 -0500 | [diff] [blame] | 158 | <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] --> |
| 159 | <string name="remove">Remove</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 160 | <!-- Menu item on the bookmarks page, to edit an existing bookmark --> |
| 161 | <string name="edit_bookmark">Edit bookmark</string> |
John Reck | fe32e43 | 2010-11-05 14:13:01 -0700 | [diff] [blame] | 162 | <!-- 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] | 163 | <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] | 164 | <!-- Context menu item to open the currently highlighted bookmark --> |
| 165 | <string name="open_bookmark">Open</string> |
| 166 | <!-- Menu item to remove the currently highlighted bookmark--> |
| 167 | <string name="remove_bookmark">Delete bookmark</string> |
Leon Scroggins | 186e593 | 2009-07-28 14:14:48 -0400 | [diff] [blame] | 168 | <!-- Context menu item to remove a history item from bookmarks --> |
| 169 | <string name="remove_from_bookmarks">Remove from bookmarks</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 170 | <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites --> |
| 171 | <string name="remove_history_item">Remove from history</string> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 172 | <!-- Context menu item for setting the bookmark/history item as the homepage --> |
| 173 | <string name="set_as_homepage">Set as homepage</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 174 | <!-- Toast informing the user that their action to save a bookmark has succeeded --> |
| 175 | <string name="bookmark_saved">Saved to bookmarks.</string> |
Ben Murdoch | 1794fe2 | 2009-09-29 18:14:30 +0100 | [diff] [blame] | 176 | <!-- Toast informing the user that their action to save a bookmark did not succeed --> |
| 177 | <string name="bookmark_not_saved">Unable to save bookmark.</string> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 178 | <!-- Toast confirming that the homepage has been set --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 179 | <string name="homepage_set">Homepage set.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 180 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field --> |
| 181 | <string name="bookmark_needs_title">"Bookmark must have a name."</string> |
| 182 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field --> |
| 183 | <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] | 184 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL --> |
| 185 | <string name="bookmark_url_not_valid">URL is not valid.</string> |
Ben Murdoch | de35362 | 2009-10-12 10:29:00 +0100 | [diff] [blame] | 186 | <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark --> |
| 187 | <string name="bookmark_cannot_save_url">This URL cannot be bookmarked.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 188 | <!-- Title of a confirmation dialog when the user deletes a bookmark--> |
| 189 | <string name="delete_bookmark">Delete</string> |
| 190 | <!-- Menu item in the page that displays all bookmarks. It brings up a |
| 191 | dialog that allows the user to bookmark the page that the browser is |
| 192 | currently on, but is not visible because the bookmarks page is |
| 193 | showing. --> |
| 194 | <string name="bookmark_page">Bookmark last-viewed page</string> |
Leon Scroggins | 0c78650 | 2009-08-04 16:04:55 -0400 | [diff] [blame] | 195 | <!-- Menu item in the page that displays all bookmarks. Switches to |
John Reck | 89f73c1 | 2010-12-01 10:10:14 -0800 | [diff] [blame] | 196 | a grid view which shows thumbnails [CHAR LIMIT=20] --> |
| 197 | <string name="bookmark_thumbnail_view">Thumbnails</string> |
Leon Scroggins | 0c78650 | 2009-08-04 16:04:55 -0400 | [diff] [blame] | 198 | <!-- Menu item in the page that displays all bookmarks. Switches to a |
John Reck | 89f73c1 | 2010-12-01 10:10:14 -0800 | [diff] [blame] | 199 | list view which shows titles [CHAR LIMIT=20] --> |
| 200 | <string name="bookmark_list_view">List</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 201 | <!-- Summary text under the New Bookmark item on the Bookmarks screen. |
| 202 | Tells the user that if they select this item, it will bring up a |
| 203 | dialog to bookmark the page that the browser is currently viewing, |
| 204 | though it is not currently being displayed, since they are viewing |
| 205 | the bookmarks screen. --> |
| 206 | <string name="current_page">from\u0020</string> |
| 207 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 208 | the bookmark they selected for deletion --> |
| 209 | <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string> |
| 210 | <!-- Context Menu item to open the selected link in a new window --> |
| 211 | <string name="open_in_new_window">Open in new window</string> |
John Reck | 1b3c66e | 2011-01-11 13:20:32 -0800 | [diff] [blame] | 212 | <!-- Context menu item to open every bookmark in a folder in new windows [CHAR LIMIT=50] --> |
| 213 | <string name="open_all_in_new_window">Open all in new windows</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 214 | <!-- Menu item to open a dialog which allows the user to enter a url or do search--> |
| 215 | <string name="goto_dot">Go</string> |
John Reck | fe32e43 | 2010-11-05 14:13:01 -0700 | [diff] [blame] | 216 | <!-- Menu item that opens up a new incognito tab. [CHAR LIMIT=30] --> |
Michael Kolb | ae62fd4 | 2010-08-18 16:33:28 -0700 | [diff] [blame] | 217 | <string name="incognito_tab">Open new incognito tab</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 218 | <!-- Menu item to switch to text selection mode for copy and paste. --> |
| 219 | <string name="select_dot">Select text</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 220 | <!-- Title of current windows screen; appears in title bar --> |
| 221 | <string name="tab_picker_title">Current windows</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 222 | <!-- Context Menu item to close the currently selected window --> |
| 223 | <string name="tab_picker_remove_tab">Close</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 224 | <!-- Menu item to open the bookmarks page. This is a shorter version that |
| 225 | is displayed with an icon --> |
| 226 | <string name="bookmarks">Bookmarks</string> |
| 227 | <!-- Secondary name for the Activity "BrowserBookmarksPage" --> |
| 228 | <string name="shortcut_bookmark">Bookmark</string> |
Shimeng (Simon) Wang | 9884d40 | 2010-02-25 20:42:13 -0800 | [diff] [blame] | 229 | <!-- Menu item to display the History of previously visited pages --> |
| 230 | <string name="history">History</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 231 | <!-- Menu item for viewing downloads from the browser --> |
| 232 | <string name="menu_view_download">Downloads</string> |
Leon Scroggins | c6fa110 | 2009-09-21 10:40:01 -0400 | [diff] [blame] | 233 | <!-- Context menu item for copying the url of the current page from the |
| 234 | title bar --> |
| 235 | <string name="copy_page_url">Copy page url</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 236 | <!-- Menu item --> |
| 237 | <string name="share_page">Share page</string> |
Elliott Slaughter | 0ced08c | 2010-06-30 11:40:42 -0700 | [diff] [blame] | 238 | <!-- Menu item for saving a page as a web archive. --> |
| 239 | <string name="menu_save_webarchive">Save as Web Archive</string> |
Leon Scroggins | 1cb9655 | 2011-02-11 14:22:57 -0500 | [diff] [blame] | 240 | <!-- Toast informing the user that the page has been saved. --> |
| 241 | <string name="webarchive_saved">Web archive saved.</string> |
Elliott Slaughter | 0ced08c | 2010-06-30 11:40:42 -0700 | [diff] [blame] | 242 | <!-- Toast informing the user that saving the page has failed. --> |
| 243 | <string name="webarchive_failed">Failed to save web archive.</string> |
John Reck | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame] | 244 | <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> |
| 245 | <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string> |
| 246 | <!-- No bookmarks in the folder [CHAR LIMIT=50] --> |
| 247 | <string name="contextheader_folder_empty">Empty folder</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 248 | <!-- Context Menu item open the currently selected link in the current |
| 249 | window.--> |
| 250 | <string name="contextmenu_openlink">Open</string> |
| 251 | <!-- Context Menu item to open the currently selected link in a new |
| 252 | window. --> |
| 253 | <string name="contextmenu_openlink_newwindow">Open in new window</string> |
Michael Kolb | 2dd65c8 | 2011-01-14 11:07:38 -0800 | [diff] [blame] | 254 | <!-- Context Menu item to open the currently selected link in a new |
| 255 | background window. [CHAR LIMIT=50] --> |
| 256 | <string name="contextmenu_openlink_newwindow_background">Open in new background window</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 257 | <!-- Context Menu item to save the webpage referred to by this link to the |
| 258 | SD card (external storage) --> |
| 259 | <string name="contextmenu_savelink">Save link</string> |
John Reck | 47523c6 | 2011-01-18 11:18:16 -0800 | [diff] [blame] | 260 | <!-- Context Menu item to send the url of the selected link to someone else, |
| 261 | via Gmail or another app [CHAR LIMIT=50] --> |
| 262 | <string name="contextmenu_sharelink">Share link</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 263 | <!-- Context Menu item --> |
| 264 | <string name="contextmenu_copy">Copy</string> |
| 265 | <!-- Context Menu item to copy the url of the selected link to the |
| 266 | clipboard --> |
| 267 | <string name="contextmenu_copylink">Copy link URL</string> |
| 268 | <!-- Context Menu item to save the image to external storage --> |
| 269 | <string name="contextmenu_download_image">Save image</string> |
| 270 | <!-- Context Menu item to view the image by itself in the browser --> |
| 271 | <string name="contextmenu_view_image">View image</string> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 272 | <!-- Context Menu item to set the image as the home screen wallpaper --> |
| 273 | <string name="contextmenu_set_wallpaper">Set as wallpaper</string> |
| 274 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 275 | <!-- Context Menu item to open the dialer app with the selected phone number |
| 276 | --> |
| 277 | <string name="contextmenu_dial_dot">Dial\u2026</string> |
| 278 | <!-- Context Menu item to add the selected phone number to the address book. |
| 279 | --> |
| 280 | <string name="contextmenu_add_contact">Add contact</string> |
| 281 | <!-- Context Menu item to send an email using the selected email address.--> |
| 282 | <string name="contextmenu_send_mail">Send email</string> |
| 283 | <!-- Context Menu item to show the currently selected address in the Maps |
| 284 | application --> |
| 285 | <string name="contextmenu_map">Map</string> |
| 286 | |
Andrei Popescu | 10fdba8 | 2009-09-24 13:25:47 +0100 | [diff] [blame] | 287 | <!-- Title of the dialog used for selecting the application that should be |
| 288 | used for sharing a link (e.g. Gmail or another app). See also |
| 289 | contextmenu_sharelink above --> |
| 290 | <string name="choosertitle_sharevia">Share via</string> |
| 291 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 292 | <!-- Used as the title of dialogs in the Browser Settings confirming that |
| 293 | the user wants to clear (cache, history, or cookie data) --> |
| 294 | <string name="clear">Clear</string> |
| 295 | |
Shimeng (Simon) Wang | 9884d40 | 2010-02-25 20:42:13 -0800 | [diff] [blame] | 296 | <!-- Part of a sentence that says "Replace <url of existing bookmark> with |
| 297 | <url of new bookmark>?" --> |
| 298 | <string name="replace">Replace</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 299 | |
| 300 | <!-- Title displayed when the bookmarks page is shown --> |
| 301 | <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string> |
| 302 | |
| 303 | |
| 304 | <!-- Settings screen strings --> |
| 305 | <!-- Menu item to open the Settings screen --> |
| 306 | <string name="menu_preferences">Settings</string> |
| 307 | <!-- Settings screen, section title --> |
| 308 | <string name="pref_content_title">Page content settings</string> |
| 309 | <!-- Settings label --> |
| 310 | <string name="pref_content_load_images">Load images</string> |
| 311 | <!-- Settings label --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 312 | <string name="pref_content_load_images_summary">Display images on web pages</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 313 | <!-- Settings label --> |
| 314 | <string name="pref_content_block_popups">Block pop-up windows</string> |
| 315 | <!-- Settings label --> |
| 316 | <string name="pref_content_javascript">Enable JavaScript</string> |
| 317 | <!-- Settings label --> |
| 318 | <string name="pref_content_open_in_background">Open in background</string> |
Grace Kloba | 674f39a | 2009-09-23 13:33:10 -0700 | [diff] [blame] | 319 | <!-- Settings label --> |
| 320 | <string name="pref_content_plugins">Enable plug-ins</string> |
Patrick Scott | e536b33 | 2010-03-22 10:19:32 -0400 | [diff] [blame] | 321 | <!-- Plugin options --> |
| 322 | <string-array name="pref_content_plugins_choices"> |
| 323 | <item>Always on</item> |
| 324 | <item>On demand</item> |
| 325 | <item>Off</item> |
| 326 | </string-array> |
Eric Fischer | 184f08b | 2010-03-23 15:32:40 -0700 | [diff] [blame] | 327 | <string-array name="pref_content_plugins_values" translatable="false"> |
Patrick Scott | e536b33 | 2010-03-22 10:19:32 -0400 | [diff] [blame] | 328 | <item>ON</item> |
| 329 | <item>ON_DEMAND</item> |
| 330 | <item>OFF</item> |
| 331 | </string-array> |
John Reck | 47adc5f | 2011-01-18 14:42:45 -0800 | [diff] [blame] | 332 | <!-- Settings summary [CHAR LIMIT=50]--> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 333 | <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 334 | <!-- Settings label --> |
| 335 | <string name="pref_content_homepage">Set home page</string> |
Bjorn Bringert | d69f51d | 2010-09-13 14:06:41 +0100 | [diff] [blame] | 336 | <!-- Settings label --> |
| 337 | <string name="pref_content_search_engine">Set search engine</string> |
| 338 | <!-- Settings summary --> |
| 339 | <string name="pref_content_search_engine_summary">Select a search engine</string> |
John Reck | 33bbb80 | 2010-10-26 17:13:42 -0700 | [diff] [blame] | 340 | <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] --> |
| 341 | <string name="pref_set_homepage_to">Set to\u2026</string> |
| 342 | <!-- Settings button label to set the homepage to the current page [CHAR LIMIT=40] --> |
| 343 | <string name="pref_use_current">Current page</string> |
| 344 | <!-- Settings button label to set the homepage to a blank page [CHAR LIMIT=40] --> |
| 345 | <string name="pref_use_blank">Blank page</string> |
| 346 | <!-- Settings button label to set the homepage to the default page [CHAR LIMIT=40] --> |
| 347 | <string name="pref_use_default">Default page</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 348 | <!-- Settings label --> |
| 349 | <string name="pref_content_autofit">Auto-fit pages</string> |
| 350 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 351 | <string name="pref_content_autofit_summary">Format web pages to fit the screen</string> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 352 | |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 353 | <!-- Settings screen & section title for "General settings". These include things like |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 354 | 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] | 355 | <string name="pref_general_title">General</string> |
| 356 | <!-- Settings category for sync under general settings. This includes bookmark sync with Chrome [CHAR-LIMIT=50] --> |
| 357 | <string name="pref_general_sync_title">Sync</string> |
| 358 | <!-- Settings category for autofill under general. [CHAR-LIMIT=50] --> |
| 359 | <string name="pref_general_autofill_title">Autofill</string> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 360 | <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=48] --> |
| 361 | <string name="pref_personal_sync_with_chrome">Sync with Google Chrome</string> |
| 362 | <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=none] --> |
| 363 | <string name="pref_personal_sync_with_chrome_summary">Share bookmarks & other data between Android Browser and Google Chrome</string> |
| 364 | <!-- Label indicating which Google account is being used to sync bookmarks between Android and Chrome [CHAR-LIMIT=20] --> |
| 365 | <string name="pref_personal_google_account">Google account</string> |
| 366 | <!-- Checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=32] --> |
| 367 | <string name="pref_personal_sync_bookmarks">Sync bookmarks</string> |
| 368 | <!-- Summary for a checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=none] --> |
| 369 | <string name="pref_personal_sync_bookmarks_summary">Sync bookmarks between Android Browser and Google Chrome</string> |
| 370 | <!-- Button to start a sync of bookmarks and other data between the Android Browser and Google Chrome [CHAR-LIMIT=20] --> |
| 371 | <string name="pref_personal_start_syncing">Start syncing</string> |
| 372 | <!-- Dialog title used when asking the user which Google account they want to use to sync data between Android Browser and Google Chrome [CHAR-LIMIT=20] --> |
| 373 | <string name="pref_personal_account_dialog_title">Select Google account to share with</string> |
| 374 | |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 375 | <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] --> |
| 376 | <string name="pref_autofill_enabled">Form AutoFill</string> |
| 377 | <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] --> |
| 378 | <string name="pref_autofill_enabled_summary">Fill out web forms in a single click</string> |
| 379 | <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] --> |
| 380 | <string name="pref_autofill_profile_editor">AutoFill Settings</string> |
| 381 | <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] --> |
| 382 | <string name="pref_autofill_profile_editor_summary">Set up & manage data for AutoFilled forms</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 383 | |
Patrick Scott | 539e2ec | 2011-01-13 11:27:38 -0500 | [diff] [blame] | 384 | <!-- Auto login preference title [CHAR-LIMIT=32] --> |
| 385 | <string name="pref_autologin_title">Automatic Google sign-in</string> |
| 386 | <!-- Summary when no accounts are found [CHAR-LIMIT=32] --> |
| 387 | <string name="pref_autologin_no_account">No accounts found</string> |
| 388 | <!-- Summary when there is an account available [CHAR-LIMIT=none] --> |
| 389 | <string name="pref_autologin_summary">Sign into Google sites automatically using <xliff:g>%s</xliff:g></string> |
| 390 | <!-- Message shown during auto login [CHAR-LIMIT=none] --> |
John Reck | 04e1078 | 2011-01-18 13:13:48 -0800 | [diff] [blame] | 391 | <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g>\nYour Privacy & Security settings control automatic Google sign-in</string> |
John Reck | 812d2d6 | 2011-01-18 14:16:15 -0800 | [diff] [blame] | 392 | <!-- Option in account list to disable autologin [CHAR-LIMIT=50] --> |
| 393 | <string name="pref_autologin_disable">Don\'t sign in automatically</string> |
Patrick Scott | 539e2ec | 2011-01-13 11:27:38 -0500 | [diff] [blame] | 394 | |
Ben Murdoch | 4db3a2c | 2010-12-07 11:48:46 +0000 | [diff] [blame] | 395 | <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] --> |
| 396 | <string name="autofill_profile_editor_heading">AutoFill will use your profile to help you complete web forms in a single click.</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 397 | <!-- 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] | 398 | <string name="autofill_profile_editor_name">Full name:</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 399 | <!-- 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] | 400 | <string name="autofill_profile_editor_email_address">Email:</string> |
| 401 | <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 402 | <string name="autofill_profile_editor_company_name">Company name:</string> |
| 403 | <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 404 | <string name="autofill_profile_editor_address_line_1">Address line 1:</string> |
| 405 | <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] --> |
| 406 | <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string> |
| 407 | <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 408 | <string name="autofill_profile_editor_address_line_2">Address line 2:</string> |
| 409 | <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] --> |
| 410 | <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor etc.</string> |
| 411 | <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 412 | <string name="autofill_profile_editor_city">City / Town:</string> |
| 413 | <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 414 | <string name="autofill_profile_editor_state">State / Province / Region:</string> |
| 415 | <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 416 | <string name="autofill_profile_editor_zip_code">Zip code:</string> |
| 417 | <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 418 | <string name="autofill_profile_editor_country">Country:</string> |
| 419 | <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
| 420 | <string name="autofill_profile_editor_phone_number">Phone:</string> |
Ben Murdoch | 9d9306d | 2011-01-18 16:06:00 +0000 | [diff] [blame] | 421 | <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] --> |
| 422 | <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 423 | |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 424 | <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] --> |
| 425 | <string name="autofill_profile_editor_save_profile">Save profile</string> |
Ben Murdoch | 0cb8189 | 2010-10-08 12:41:33 +0100 | [diff] [blame] | 426 | <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] --> |
| 427 | <string name="autofill_profile_successful_save">Profile saved</string> |
Ben Murdoch | 23da30e | 2010-10-26 15:18:44 +0100 | [diff] [blame] | 428 | <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] --> |
| 429 | <string name="autofill_profile_successful_delete">Profile deleted</string> |
Ben Murdoch | 36a23dd | 2010-10-13 13:20:06 +0100 | [diff] [blame] | 430 | <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] --> |
Ben Murdoch | 4db3a2c | 2010-12-07 11:48:46 +0000 | [diff] [blame] | 431 | <string name="autofill_profile_editor_delete_profile">Delete profile</string> |
Ben Murdoch | af55452 | 2010-09-10 22:09:30 +0100 | [diff] [blame] | 432 | |
Ben Murdoch | 8029a77 | 2010-11-16 11:58:21 +0000 | [diff] [blame] | 433 | <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> |
| 434 | <string name="autofill_setup_dialog_message">Browser can automatically complete web forms like this one. Would you like to set up your profile?</string> |
| 435 | <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure |
| 436 | it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> |
Ben Murdoch | 937a54e | 2011-01-14 11:03:53 +0000 | [diff] [blame] | 437 | <string name="autofill_setup_dialog_negative_toast">AutoFill can always be configured through Browser Settings.</string> |
Ben Murdoch | 1d676b6 | 2011-01-17 12:54:24 +0000 | [diff] [blame] | 438 | <!-- 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. |
| 439 | The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] --> |
| 440 | <string name="disable_autofill">Disable AutoFill</string> |
Ben Murdoch | 8029a77 | 2010-11-16 11:58:21 +0000 | [diff] [blame] | 441 | |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 442 | <!-- Settings screen, section title [CHAR-LIMIT=50] --> |
| 443 | <string name="pref_privacy_security_title">Privacy & Security</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 444 | <!-- Settings label --> |
| 445 | <string name="pref_privacy_clear_cache">Clear cache</string> |
| 446 | <!-- Settings summary --> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 447 | <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] | 448 | <!-- Confirmation dialog message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 449 | <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be deleted.</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 450 | <!-- Cookie settings category [CHAR-LIMIT=50] --> |
| 451 | <string name="pref_privacy_cookies_title">Cookies</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 452 | <!-- Settings label --> |
| 453 | <string name="pref_privacy_clear_cookies">Clear all cookie data</string> |
| 454 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 455 | <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 456 | <!-- Confirmation dialog message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 457 | <string name="pref_privacy_clear_cookies_dlg">All cookies will be deleted.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 458 | <!-- Settings label --> |
| 459 | <string name="pref_privacy_clear_history">Clear history</string> |
| 460 | <!-- Settings summary --> |
| 461 | <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string> |
| 462 | <!-- Confirmation dialog message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 463 | <string name="pref_privacy_clear_history_dlg">The browser navigation history will be deleted.</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 464 | <!-- Formdata settings category [CHAR-LIMIT=50] --> |
| 465 | <string name="pref_privacy_formdata_title">Form data</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 466 | <!-- Settings label --> |
| 467 | <string name="pref_privacy_clear_form_data">Clear form data</string> |
| 468 | <!-- Settings summary --> |
| 469 | <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string> |
| 470 | <!-- Confirmation dialog message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 471 | <string name="pref_privacy_clear_form_data_dlg">All saved form data will be deleted.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 472 | <!-- Settings label --> |
| 473 | <string name="pref_privacy_clear_passwords">Clear passwords</string> |
| 474 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 475 | <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 476 | <!-- Confirmation dialog message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 477 | <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be deleted.</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 478 | <!-- Location settings category [CHAR-LIMIT=50] --> |
| 479 | <string name="pref_privacy_location_title">Location</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 480 | <!-- Settings label --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 481 | <string name="pref_privacy_enable_geolocation">Enable location</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 482 | <!-- Settings summary --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 483 | <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 484 | <!-- Settings label --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 485 | <string name="pref_privacy_clear_geolocation_access">Clear location access</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 486 | <!-- Settings summary --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 487 | <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 488 | <!-- Confirmation dialog message --> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 489 | <string name="pref_privacy_clear_geolocation_access_dlg">Clear location access for all websites</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 490 | <!-- Passwords settings category [CHAR-LIMIT=50] --> |
| 491 | <string name="pref_security_passwords_title">Passwords</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 492 | <!-- Settings label --> |
| 493 | <string name="pref_security_remember_passwords">Remember passwords</string> |
| 494 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 495 | <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 496 | <!-- Settings label --> |
| 497 | <string name="pref_security_save_form_data">Remember form data</string> |
| 498 | <!-- Settings summary --> |
| 499 | <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string> |
| 500 | <!-- Settings label --> |
| 501 | <string name="pref_security_show_security_warning">Show security warnings</string> |
| 502 | <!-- Settings summmary --> |
| 503 | <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string> |
| 504 | <!-- Settings label --> |
| 505 | <string name="pref_security_accept_cookies">Accept cookies</string> |
| 506 | <!-- Settings summary --> |
| 507 | <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string> |
| 508 | <!-- Settings label --> |
Grace Kloba | 2f83068 | 2009-06-25 11:08:53 -0700 | [diff] [blame] | 509 | <string name="pref_text_size">Text size</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 510 | <!-- Settings text size options; appear in Text size dialog box --> |
| 511 | <string-array name="pref_text_size_choices"> |
| 512 | <item>Tiny</item> |
| 513 | <item>Small</item> |
| 514 | <item>Normal</item> |
| 515 | <item>Large</item> |
| 516 | <item>Huge</item> |
| 517 | </string-array> |
| 518 | <!-- Title of dialog for setting the text size --> |
| 519 | <string name="pref_text_size_dialogtitle">Text size</string> |
| 520 | <!-- Do not translate --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 521 | <string-array name="pref_text_size_values" translatable="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 522 | <item><xliff:g>SMALLEST</xliff:g></item> |
| 523 | <item><xliff:g>SMALLER</xliff:g></item> |
| 524 | <item><xliff:g>NORMAL</xliff:g></item> |
| 525 | <item><xliff:g>LARGER</xliff:g></item> |
| 526 | <item><xliff:g>LARGEST</xliff:g></item> |
| 527 | </string-array> |
Grace Kloba | 2f83068 | 2009-06-25 11:08:53 -0700 | [diff] [blame] | 528 | <!-- Settings label --> |
| 529 | <string name="pref_default_zoom">Default zoom</string> |
| 530 | <!-- Settings default zoom options; appear in default zoom dialog box --> |
| 531 | <string-array name="pref_default_zoom_choices"> |
| 532 | <item>Far</item> |
| 533 | <item>Medium</item> |
| 534 | <item>Close</item> |
| 535 | </string-array> |
| 536 | <!-- Title of dialog for setting the default zoom --> |
| 537 | <string name="pref_default_zoom_dialogtitle">Default zoom</string> |
| 538 | <!-- Do not translate --> |
| 539 | <string-array name="pref_default_zoom_values" translatable="false"> |
| 540 | <item><xliff:g>FAR</xliff:g></item> |
| 541 | <item><xliff:g>MEDIUM</xliff:g></item> |
| 542 | <item><xliff:g>CLOSE</xliff:g></item> |
| 543 | </string-array> |
Grace Kloba | 5b4b8f1 | 2009-08-05 17:19:17 -0700 | [diff] [blame] | 544 | <!-- Settings label --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 545 | <string name="pref_content_load_page">Open pages in overview</string> |
Grace Kloba | 5b4b8f1 | 2009-08-05 17:19:17 -0700 | [diff] [blame] | 546 | <!-- Settings summary --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 547 | <string name="pref_content_load_page_summary">Show overview of newly opened pages</string> |
John Reck | 856933b | 2011-01-06 19:18:57 -0800 | [diff] [blame] | 548 | <!-- Settings screen, section title [CHAR LIMIT=50] --> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 549 | <string name="pref_extras_title">Advanced</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 550 | <!-- Settings label --> |
Steve Block | eeb67b0 | 2009-07-22 14:28:14 +0100 | [diff] [blame] | 551 | <string name="pref_extras_website_settings">Website settings</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 552 | <!-- Settings summary --> |
Ben Murdoch | be9560d | 2009-11-09 09:52:21 -0800 | [diff] [blame] | 553 | <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string> |
John Reck | 035a564 | 2010-12-21 18:51:27 -0800 | [diff] [blame] | 554 | <!-- Settings category label [CHAR-LIMIT=50] --> |
| 555 | <string name="pref_extras_reset_default_title">Reset defaults</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 556 | <!-- Settings label --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 557 | <string name="pref_extras_reset_default">Reset to default</string> |
| 558 | <!-- Settings summary --> |
Bart Sears | 7479374 | 2010-03-04 17:34:29 -0800 | [diff] [blame] | 559 | <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] | 560 | <!-- Confirmation dialog message --> |
Bart Sears | 7479374 | 2010-03-04 17:34:29 -0800 | [diff] [blame] | 561 | <string name="pref_extras_reset_default_dlg">Settings will revert to default values.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 562 | <!-- Confirmation dialog title --> |
| 563 | <string name="pref_extras_reset_default_dlg_title">Reset to default</string> |
| 564 | <!-- Title for a group of settings --> |
| 565 | <string name="pref_development_title">Debug</string> |
| 566 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 567 | <string name="pref_development_viewport" translatable="false">Use wide viewport</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 568 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 569 | <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 570 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 571 | <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 572 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 573 | <string name="pref_development_trace" translatable="false">Enable tracing</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 574 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 575 | <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 576 | <!-- Do not tranlsate. Development option --> |
Derek Sollenberger | ffa561e | 2010-11-16 14:19:01 -0500 | [diff] [blame] | 577 | <string name="pref_development_hardware_accel" translatable="false">Enable OpenGL Rendering</string> |
| 578 | <!-- Do not tranlsate. Development option --> |
Teng-Hui Zhu | 930ea22 | 2011-02-16 11:22:21 -0800 | [diff] [blame] | 579 | <string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string> |
| 580 | <!-- Do not tranlsate. Development option --> |
Feng Qian | b3c02da | 2009-06-29 15:58:08 -0700 | [diff] [blame] | 581 | <string name="js_engine_flags" translatable="false">Set JS flags</string> |
| 582 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 583 | <string name="pref_development_uastring" translatable="false">UAString</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 584 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 585 | <string-array name="pref_development_ua_choices" translatable="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 586 | <item>Android</item> |
| 587 | <item>Desktop</item> |
| 588 | <item>iPhone</item> |
Bart Sears | f6915fb | 2010-07-08 19:58:22 -0700 | [diff] [blame] | 589 | <item>iPad</item> |
| 590 | <item>Froyo-N1</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 591 | </string-array> |
| 592 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 593 | <string-array name="pref_development_ua_values" translatable="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 594 | <item>0</item> |
| 595 | <item>1</item> |
| 596 | <item>2</item> |
Bart Sears | f6915fb | 2010-07-08 19:58:22 -0700 | [diff] [blame] | 597 | <item>3</item> |
| 598 | <item>4</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 599 | </string-array> |
Ben Murdoch | bff2d60 | 2009-07-01 20:19:05 +0100 | [diff] [blame] | 600 | <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 601 | <!-- Settings screen, setting option name --> |
Grace Kloba | 2f83068 | 2009-06-25 11:08:53 -0700 | [diff] [blame] | 602 | <string name="pref_default_text_encoding">Text encoding</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 603 | <!-- Options in the Default encoding dialog box --> |
| 604 | <string-array name="pref_default_text_encoding_choices"> |
| 605 | <item>Latin-1 (ISO-8859-1)</item> |
| 606 | <item>Unicode (UTF-8)</item> |
Bai Tao | f9d66a8 | 2010-01-27 02:25:09 +0800 | [diff] [blame] | 607 | <item>Chinese (GBK)</item> |
| 608 | <item>Chinese (Big5)</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 609 | <item>Japanese (ISO-2022-JP)</item> |
| 610 | <item>Japanese (SHIFT_JIS)</item> |
| 611 | <item>Japanese (EUC-JP)</item> |
Sang-il, Lee | 78f276f | 2010-08-30 14:49:02 +0900 | [diff] [blame] | 612 | <!-- No need to translate a EUC-KR part, and there is no string length limits. --> |
Sang-il, Lee | f9f87cd | 2010-08-02 16:14:04 +0900 | [diff] [blame] | 613 | <item>Korean (EUC-KR)</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 614 | <!-- TODO: We should add a lot more encodings. --> |
| 615 | </string-array> |
| 616 | <!-- Dialog box title --> |
| 617 | <string name="pref_default_text_encoding_dialogtitle">Text encoding</string> |
| 618 | <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 619 | <string-array name="pref_default_text_encoding_values" translatable="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 620 | <item>Latin-1</item> |
| 621 | <item>UTF-8</item> |
Bai Tao | f9d66a8 | 2010-01-27 02:25:09 +0800 | [diff] [blame] | 622 | <item>GBK</item> |
| 623 | <item>Big5</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 624 | <item>ISO-2022-JP</item> |
| 625 | <item>SHIFT_JIS</item> |
| 626 | <item>EUC-JP</item> |
Sang-il, Lee | f9f87cd | 2010-08-02 16:14:04 +0900 | [diff] [blame] | 627 | <item>EUC-KR</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 628 | </string-array> |
Kenny Root | cae4cd6 | 2010-04-27 14:22:32 -0700 | [diff] [blame] | 629 | <string name="pref_default_text_encoding_default" translatable="false">Latin-1</string> |
Michael Kolb | 376b541 | 2010-12-15 11:52:57 -0800 | [diff] [blame] | 630 | <!-- Title for lab settings [CHAR LIMIT=25] --> |
Michael Kolb | 467af0a | 2011-01-11 13:09:49 -0800 | [diff] [blame] | 631 | <string name="pref_lab_title">Labs</string> |
Michael Kolb | 376b541 | 2010-12-15 11:52:57 -0800 | [diff] [blame] | 632 | <!-- Title for lab quick controls feature [CHAR LIMIT=40] --> |
| 633 | <string name="pref_lab_quick_controls">Quick Controls</string> |
| 634 | <!-- Summary for lab quick controls feature [CHAR LIMIT=80] --> |
| 635 | <string name="pref_lab_quick_controls_summary"> |
| 636 | Swipe thumb from left or right edge to access quick controls</string> |
John Reck | bafe58a | 2011-01-11 10:26:02 -0800 | [diff] [blame] | 637 | <!-- Title for lab "Most Visited" homepage feature [CHAR LIMIT=40] --> |
| 638 | <string name="pref_lab_most_visited_homepage">Most Visited Homepage</string> |
| 639 | <!-- Summary for lab "Most Visited" homepage feature [CHAR LIMIT=80] --> |
| 640 | <string name="pref_lab_most_visited_homepage_summary"> |
| 641 | Sets your homepage to show the most visited pages.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 642 | <!-- Title for a dialog displayed when the browser has a data connectivity |
| 643 | problem --> |
| 644 | <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string> |
| 645 | <!-- Title for a dialog displayed when the browser runs into a file label |
| 646 | error --> |
| 647 | <string name="browserFrameFileErrorLabel">Problem with file</string> |
| 648 | <!-- Dialog box title --> |
| 649 | <string name="browserFrameFormResubmitLabel">Confirm</string> |
| 650 | <!-- Dialog box message --> |
| 651 | <string name="browserFrameFormResubmitMessage">The page you are 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> |
| 652 | <!-- Dialog box title --> |
| 653 | <string name="loadSuspendedTitle">No network connection</string> |
| 654 | <!-- Dialog box message --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 655 | <string name="loadSuspended">Browser cannot load this page because there |
Patrick Scott | eb6ab2a | 2009-09-16 10:00:17 -0400 | [diff] [blame] | 656 | is no internet connection.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 657 | <!-- Menu item --> |
| 658 | <string name="clear_history">Clear history</string> |
| 659 | <!-- History screen title; appears in title bar --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 660 | <string name="browser_history">Recently visited pages</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 661 | <!-- Appears on History screen if no history is found --> |
| 662 | <string name="empty_history">Browser history is empty.</string> |
| 663 | <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing --> |
| 664 | <string name="add_new_bookmark">Add bookmark\u2026</string> |
Leon Scroggins | 89c6d36 | 2009-07-15 16:54:37 -0400 | [diff] [blame] | 665 | <!-- Verb placed in front of a screenshot of a web page that, when clicked, |
| 666 | will add that page to bookmarks --> |
| 667 | <string name="add_bookmark_short">Add</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 668 | |
| 669 | <!-- This string is for the browser "Go To" UI. --> |
| 670 | <!-- Do not translate. This string is not displayed in UI (no badge is selected for go to). --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 671 | <string name="search_label" translatable="false">Browser</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 672 | <!-- This string is for the browser "Go To" UI. --> |
| 673 | <!-- 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] | 674 | <string name="search_hint">Search or type URL</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 675 | <!-- This string is for the browser "Go To" UI. --> |
| 676 | <!-- This is the button label in the "Go To" UI. --> |
| 677 | <string name="search_button_text">Go</string> |
Mike LeBeau | d45fb4d | 2009-06-30 18:33:06 -0700 | [diff] [blame] | 678 | <!-- The string used to describe the browser as a searchable item within system search settings. --> |
| 679 | <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] | 680 | |
| 681 | <!-- Pop-up window dialog --> |
| 682 | <!-- Title for a dialog informing the user that the site is attempting to |
| 683 | display a popup window --> |
| 684 | <string name="attention">Attention</string> |
| 685 | <!-- Message for a dialog informing the user that the site is attempting to |
| 686 | display a popup window --> |
| 687 | <string name="popup_window_attempt">This site is attempting to open a |
| 688 | pop-up window.</string> |
| 689 | <!-- Label for a button to allow a particular popup window to open --> |
| 690 | <string name="allow">Allow</string> |
| 691 | <!-- Label for a button to disallow a particular popup from opening --> |
| 692 | <string name="block">Block</string> |
| 693 | |
| 694 | <!-- Title for a dialog informing the user that they cannot open any more |
| 695 | windows because the limit has been reached. --> |
| 696 | <string name="too_many_windows_dialog_title">Window limit reached</string> |
| 697 | <!-- Message in a dialog telling the user that they cannot open any more |
| 698 | windows because the limit has been reached. --> |
| 699 | <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string> |
| 700 | <!-- Title for a dialog informing the user that they cannot open a subwindow |
| 701 | because only one can be open at a time. --> |
| 702 | <string name="too_many_subwindows_dialog_title">Pop-up already open</string> |
| 703 | <!-- Message for a dialog informing the user that they cannot open a |
| 704 | subwindow because only one can be open at a time. --> |
| 705 | <string name="too_many_subwindows_dialog_message">Could not open a new |
| 706 | pop-up window because only one can be open at any time.</string> |
| 707 | |
| 708 | <!-- Download History UI strings --> |
| 709 | <string name="download_title">Download history</string> |
| 710 | <!-- Download history screen string--> |
| 711 | <string name="download_unknown_filename"><Unknown></string> |
| 712 | <!-- Context menu item on Download history screen --> |
| 713 | <string name="download_menu_open">Open</string> |
| 714 | <!-- Context menu item on Download history screen --> |
| 715 | <string name="download_menu_clear">Clear from list</string> |
| 716 | <!-- Context menu item in Download history screen --> |
Leon Scroggins | 9be1733 | 2010-01-14 15:44:06 -0500 | [diff] [blame] | 717 | <string name="download_menu_delete">Delete</string> |
| 718 | <!-- Context menu item in Download history screen --> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 719 | <string name="download_menu_cancel">Cancel download</string> |
| 720 | <!-- Menu item --> |
| 721 | <string name="download_menu_cancel_all">Cancel all downloads</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 722 | <!-- Confirmation dialog title --> |
| 723 | <string name="download_cancel_dlg_title">Cancel downloads</string> |
| 724 | <!-- Confirmation dialog message --> |
| 725 | <string name="download_cancel_dlg_msg">All <xliff:g id="download_count">%d</xliff:g> downloads will be canceled and cleared from the download history.</string> |
Leon Scroggins | 9be1733 | 2010-01-14 15:44:06 -0500 | [diff] [blame] | 726 | <!-- Confirmation dialog title --> |
| 727 | <string name="download_delete_file">File will be deleted</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 728 | <!-- Dialog title --> |
| 729 | <string name="download_file_error_dlg_title">Out of space</string> |
| 730 | <!-- Dialog message --> |
| 731 | <string name="download_file_error_dlg_msg"><xliff:g id="filename">%s</xliff:g> could not be downloaded.\nFree up some space on your phone and try again.</string> |
| 732 | <!-- Title for a dialog informing the user that the download has failed --> |
| 733 | <string name="download_failed_generic_dlg_title">Download unsuccessful</string> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 734 | <!-- Dialog title [CHAR LIMIT=25] --> |
Eric Fischer | adbdefb | 2010-10-19 18:12:24 -0700 | [diff] [blame] | 735 | <string name="download_no_sdcard_dlg_title" product="nosdcard">USB storage unavailable</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 736 | <!-- Dialog title --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 737 | <string name="download_no_sdcard_dlg_title" product="default">No SD card</string> |
| 738 | <!-- Dialog message [CHAR LIMIT=NONE] --> |
Eric Fischer | adbdefb | 2010-10-19 18:12:24 -0700 | [diff] [blame] | 739 | <string name="download_no_sdcard_dlg_msg" product="nosdcard">USB storage is required to download <xliff:g id="filename">%s</xliff:g>.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 740 | <!-- Dialog message --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 741 | <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string> |
| 742 | <!-- Title for a dialog informing the user that the SD card used for |
| 743 | external storage is busy so they cannot download anything [CHAR LIMIT=25] --> |
Eric Fischer | adbdefb | 2010-10-19 18:12:24 -0700 | [diff] [blame] | 744 | <string name="download_sdcard_busy_dlg_title" product="nosdcard">USB storage unavailable</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 745 | <!-- Title for a dialog informing the user that the SD card used for |
| 746 | external storage is busy so they cannot download anything --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 747 | <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string> |
| 748 | <!-- Message for a dialog informing the user that the SD card used for |
| 749 | external storage is busy so they cannot download anything. Informs |
| 750 | the user how to enable SD card storage [CHAR LIMIT=NONE] --> |
Eric Fischer | adbdefb | 2010-10-19 18:12:24 -0700 | [diff] [blame] | 751 | <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The USB storage is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 752 | <!-- Message for a dialog informing the user that the SD card used for |
| 753 | external storage is busy so they cannot download anything. Informs |
| 754 | the user how to enable SD card storage --> |
Eric Fischer | 91e2536 | 2010-09-28 16:34:19 -0700 | [diff] [blame] | 755 | <string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string> |
Leon Scroggins | cf79ca6 | 2010-01-21 16:17:56 -0500 | [diff] [blame] | 756 | |
Leon Scroggins | 11e309c | 2011-02-01 13:37:14 -0500 | [diff] [blame] | 757 | <!-- Toast for a download which cannot begin because the URL is not http or https --> |
| 758 | <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string> |
Leon Scroggins | cf79ca6 | 2010-01-21 16:17:56 -0500 | [diff] [blame] | 759 | <!-- Title for a dialog informing the user that there is no application on |
| 760 | the phone that can open the file that was downloaded --> |
| 761 | <string name="download_no_application_title">Cannot open file</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 762 | <!-- Label for a button to re-attempt downloading a file --> |
| 763 | <string name="retry">Retry</string> |
| 764 | <!-- Appears in Download history screen if there is no history --> |
| 765 | <string name="no_downloads">Download history is empty.</string> |
| 766 | <!-- the following download_xxxx matches the download manager state, ie Downloads.Status --> |
| 767 | <string name="download_error">Download unsuccessful.</string> |
| 768 | <!-- Appears in Download history screen after an item has downloaded, included item size --> |
| 769 | <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string> |
| 770 | <!-- Appears in Download history screen while an item is being downloaded --> |
| 771 | <string name="download_running">Downloading\u2026</string> |
| 772 | <!-- Message in the list of items which have received download requests |
| 773 | telling their status. This message states that the download has not |
| 774 | yet begun --> |
| 775 | <string name="download_pending">Starting download\u2026</string> |
| 776 | <!-- Message in the list of items which have received download requests |
| 777 | telling their status. This message states that the download is |
| 778 | waiting for a network connection to continue --> |
| 779 | <string name="download_pending_network">Waiting for data connection\u2026</string> |
| 780 | <!-- Message in the list of items which have received download requests |
| 781 | telling their status. This message states that the download has |
| 782 | paused to wait for a network connection --> |
| 783 | <string name="download_running_paused">Waiting for data connection\u2026</string> |
| 784 | <!-- Message in the list of items which have received download requests |
| 785 | telling their status. This message states that the download has |
| 786 | been canceled --> |
| 787 | <string name="download_canceled">Download canceled.</string> |
| 788 | <!-- Message in the list of items which have received download requests |
| 789 | telling their status. This message states that the download will |
| 790 | not happen because the content is not supported by the phone --> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 791 | <string name="download_not_acceptable">Cannot download. The content is not supported on this phone.</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 792 | <!-- Message in the list of items which have received download requests |
| 793 | telling their status. This message states that the download did not |
| 794 | finish because there is not enough storage for the file --> |
| 795 | <string name="download_file_error">Cannot finish download. There is not enough space.</string> |
| 796 | <!-- Message in the list of items which have received download requests |
| 797 | telling their status. This message states that the item cannot be |
| 798 | downloaded because it cannot determine the length of the item --> |
| 799 | <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string> |
| 800 | <!-- Message in the list of items which have received download requests |
| 801 | telling their status. This message states that the download was |
| 802 | interrupted and cannot be resumed --> |
| 803 | <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string> |
| 804 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 805 | <!-- Do not translate. Testing only --> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 806 | <string name="dump_nav" translatable="false">Dump navigation cache</string> |
Andrei Popescu | 7a8b88b | 2010-02-02 00:30:38 +0000 | [diff] [blame] | 807 | <!-- Do not translate. Testing only --> |
| 808 | <string name="dump_counters" translatable="false">Dump V8 counters</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 809 | |
Grace Kloba | f2c5c1b | 2009-05-26 10:48:31 -0700 | [diff] [blame] | 810 | <!-- The default homepage. If it starts with "http://www.google" and the |
| 811 | user signs up the device with a Google sites account, the site's |
| 812 | domain will be appended. --> |
Cary Clark | 776878e | 2009-09-29 15:12:03 -0400 | [diff] [blame] | 813 | <string name="homepage_base" translatable="false"> |
Bart Sears | e1b0753 | 2010-12-15 19:27:11 -0800 | [diff] [blame] | 814 | http://www.google.com/webhp?client=ms-{CID}&source=android-home</string> |
Grace Kloba | f2c5c1b | 2009-05-26 10:48:31 -0700 | [diff] [blame] | 815 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 816 | <!-- Bookmarks --> |
| 817 | <string-array name="bookmarks" translatable="false"> |
| 818 | <item>Google</item> |
| 819 | <item>http://www.google.com/</item> |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 820 | <item>Picasa</item> |
John Reck | efcb2f0 | 2011-01-28 17:57:54 -0800 | [diff] [blame] | 821 | <item>http://picasaweb.google.com/</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 822 | <item>Yahoo!</item> |
| 823 | <item>http://www.yahoo.com/</item> |
| 824 | <item>MSN</item> |
| 825 | <item>http://www.msn.com/</item> |
John Reck | efcb2f0 | 2011-01-28 17:57:54 -0800 | [diff] [blame] | 826 | <item>Twitter</item> |
| 827 | <item>http://twitter.com/</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 828 | <item>Facebook</item> |
John Reck | efcb2f0 | 2011-01-28 17:57:54 -0800 | [diff] [blame] | 829 | <item>http://www.facebook.com/?m2w</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 830 | <item>Wikipedia</item> |
| 831 | <item>http://www.wikipedia.org/</item> |
| 832 | <item>eBay</item> |
| 833 | <item>http://www.ebay.com/</item> |
| 834 | <item>CNN</item> |
Patrick Scott | 7020282 | 2009-10-07 09:47:13 -0400 | [diff] [blame] | 835 | <item>http://www.cnn.com/</item> |
Steve Block | 9206d8c | 2009-09-30 10:46:44 +0100 | [diff] [blame] | 836 | <item>NY Times</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 837 | <item>http://www.nytimes.com/</item> |
| 838 | <item>ESPN</item> |
Ben Murdoch | e64b3a0 | 2009-09-30 19:19:39 +0100 | [diff] [blame] | 839 | <item>http://espn.com/</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 840 | <item>Amazon</item> |
John Reck | efcb2f0 | 2011-01-28 17:57:54 -0800 | [diff] [blame] | 841 | <item>http://www.amazon.com/?force-full-site=1</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 842 | <item>Weather Channel</item> |
| 843 | <item>http://www.weather.com/</item> |
| 844 | <item>BBC</item> |
| 845 | <item>http://www.bbc.co.uk/</item> |
| 846 | </string-array> |
| 847 | |
The Android Open Source Project | a3c0aab | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 848 | <!-- Bookmark name for Picasa website --> |
| 849 | <string name="picasa" translatable="false">Picasa</string> |
| 850 | |
Mike LeBeau | 1ef26a3 | 2009-05-13 20:11:00 -0700 | [diff] [blame] | 851 | <!-- The description of the suggestion that lets the user search the web for the query currently |
| 852 | in the text field. --> |
| 853 | <string name="search_the_web">Search the web</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 854 | |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 855 | <!-- HTML5 dialogs --> |
Andrei Popescu | 8694377 | 2009-07-30 14:48:55 +0100 | [diff] [blame] | 856 | <!-- 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. --> |
| 857 | <string name="webstorage_outofspace_notification_title">Browser storage full</string> |
| 858 | <string name="webstorage_outofspace_notification_text">Click to free up space.</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 859 | <!-- Used in the Browser Settings --> |
Steve Block | eeb67b0 | 2009-07-22 14:28:14 +0100 | [diff] [blame] | 860 | <string name="webstorage_clear_data_title">Clear stored data</string> |
Shimeng (Simon) Wang | 90ebf5d | 2010-02-26 11:40:27 -0800 | [diff] [blame] | 861 | |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 862 | <!-- Confirmation dialog when the user ask to clear all data for an origin --> |
Steve Block | eeb67b0 | 2009-07-22 14:28:14 +0100 | [diff] [blame] | 863 | <string name="webstorage_clear_data_dialog_title">Clear stored data</string> |
| 864 | <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string> |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 865 | <string name="webstorage_clear_data_dialog_ok_button">Clear all</string> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 866 | <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 867 | <!-- Strings used in the summary of origins --> |
Nicolas Roard | e46990e | 2009-06-19 16:27:49 +0100 | [diff] [blame] | 868 | <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string> |
Andrei Popescu | 540035d | 2009-09-18 18:59:20 +0100 | [diff] [blame] | 869 | <!-- String shown in a progress view while a video is loading, before it starts playing --> |
| 870 | <string name="loading_video">Loading video</string> |
Nicolas Roard | 78a98e4 | 2009-05-11 13:34:17 +0100 | [diff] [blame] | 871 | |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 872 | <!-- Geolocation --> |
Steve Block | 2bc6991 | 2009-07-30 14:45:13 +0100 | [diff] [blame] | 873 | <!-- Permissions prompt --> |
Steve Block | 8844d19 | 2009-09-29 13:14:41 +0100 | [diff] [blame] | 874 | <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string> |
| 875 | <string name="geolocation_permissions_prompt_share">Share location</string> |
| 876 | <string name="geolocation_permissions_prompt_dont_share">Decline</string> |
| 877 | <string name="geolocation_permissions_prompt_remember">Remember preference</string> |
Steve Block | c9f6d7a | 2009-10-16 18:19:08 +0100 | [diff] [blame] | 878 | <!-- Permissions prompt toast --> |
Shimeng (Simon) Wang | 90ebf5d | 2010-02-26 11:40:27 -0800 | [diff] [blame] | 879 | <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this in Settings -> Website settings</string> |
| 880 | <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this in Settings -> Website settings</string> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 881 | <!-- Settings page, Advanced Settings -> Website settings -> <origin> --> |
| 882 | <string name="geolocation_settings_page_title">Clear location access</string> |
| 883 | <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string> |
| 884 | <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string> |
| 885 | <!-- Settings page dialog --> |
| 886 | <string name="geolocation_settings_page_dialog_title">Clear location access</string> |
| 887 | <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string> |
| 888 | <string name="geolocation_settings_page_dialog_ok_button">Clear access</string> |
| 889 | <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string> |
Ben Murdoch | b9daacb | 2009-09-14 10:48:24 +0100 | [diff] [blame] | 890 | <!-- 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] | 891 | <string name="website_settings_clear_all">Clear all</string> |
| 892 | <string name="website_settings_clear_all_dialog_title">Clear all website settings?</string> |
| 893 | <string name="website_settings_clear_all_dialog_message">All website data and location permissions will be deleted.</string> |
| 894 | <string name="website_settings_clear_all_dialog_ok_button">Delete all data</string> |
Ben Murdoch | b9daacb | 2009-09-14 10:48:24 +0100 | [diff] [blame] | 895 | <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string> |
| 896 | |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 897 | <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. --> |
| 898 | <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string> |
| 899 | |
Roy West | 7d9e424 | 2009-09-18 16:29:38 -0700 | [diff] [blame] | 900 | <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string> |
| 901 | <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string> |
Ben Murdoch | bff2d60 | 2009-07-01 20:19:05 +0100 | [diff] [blame] | 902 | <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string> |
| 903 | <string name="error_console_eval_button_text" translatable="false">Evaluate</string> |
Steve Block | f344d03 | 2009-07-30 10:50:45 +0100 | [diff] [blame] | 904 | |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 905 | <!-- The default state to the "up to parent folder" button in the bookmarks UI. This |
Jeff Hamilton | db90aa8 | 2010-09-16 03:38:04 -0500 | [diff] [blame] | 906 | is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] --> |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 907 | <string name="defaultBookmarksUpButton">Bookmarks</string> |
Jeff Davidson | 4361029 | 2010-07-16 16:03:58 -0700 | [diff] [blame] | 908 | |
Jeff Hamilton | db90aa8 | 2010-09-16 03:38:04 -0500 | [diff] [blame] | 909 | <!-- The string that is displayed when there are no bookmarks to display. |
| 910 | This is centered in the middle of the screen [CHAR LIMIT=NONE] --> |
| 911 | <string name="empty_bookmarks_folder">There are no bookmarks</string> |
| 912 | |
Jeff Davidson | 4361029 | 2010-07-16 16:03:58 -0700 | [diff] [blame] | 913 | <!-- Access point for RLZ tracking. --> |
| 914 | <string name="rlz_access_point">Y1</string> |
| 915 | |
John Reck | ade30db | 2011-01-27 11:28:41 -0800 | [diff] [blame] | 916 | <!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] --> |
| 917 | <string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string> |
| 918 | |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 919 | <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] --> |
| 920 | <string name="import_bookmarks_dialog_title">Sync with Google account</string> |
| 921 | |
| 922 | <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] --> |
| 923 | <string name="import_bookmarks_dialog_description">Your Android bookmarks are not associated with a Google account</string> |
| 924 | |
| 925 | <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] --> |
| 926 | <string name="import_bookmarks_dialog_remove">Remove your Android bookmarks</string> |
| 927 | |
| 928 | <!-- Button allowing users to import all of their existing bookmarks into an account when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] --> |
| 929 | <string name="import_bookmarks_dialog_import">Add your Android bookmarks to bookmarks for <xliff:g id="Google account" example="account@example.com">%s</xliff:g></string> |
Michael Kolb | ba99c5d | 2010-11-29 14:57:41 -0800 | [diff] [blame] | 930 | |
| 931 | <!-- Url Selection Action Mode --> |
| 932 | |
| 933 | <!-- Menu item to share URL selection [CHAR LIMIT=30] --> |
| 934 | <string name="menu_share_url">Share</string> |
| 935 | |
Michael Kolb | 843510f | 2010-12-09 10:51:49 -0800 | [diff] [blame] | 936 | <!-- Toast to inform the user that the maximum number of tabs has been |
| 937 | reached. [CHAR LIMIT=50] --> |
| 938 | <string name="max_tabs_warning">No more tabs available</string> |
| 939 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 940 | </resources> |