The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [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 | --> |
| 16 | |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
The Android Open Source Project | 96cb4a4 | 2009-01-15 16:12:12 -0800 | [diff] [blame] | 18 | <!-- The name of the application. --> |
| 19 | <string name="application_name">Browser</string> |
| 20 | |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 21 | <!-- Sign-in dialog --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 22 | <!-- This is used as the title of a dialog which is used to sign in to a secure site. |
| 23 | "%s1"is replaced with the host and "%s2" with realm --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 24 | <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 25 | <!-- Prompt for an input box that allows the user to enter their login name --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 26 | <string name="username">Name</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 27 | <!-- Prompt for an input box that allows the user to enter their password --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 28 | <string name="password">Password</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 29 | <!-- The label on the "sign in" button --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 30 | <string name="action">Sign in</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 31 | |
| 32 | <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 33 | <string name="cancel">Cancel</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 34 | <!-- Label for a confirm button. Used in multiple contexts. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 35 | <string name="ok">OK</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 36 | |
| 37 | <!--The find dialog --> |
| 38 | <!-- Displayed on the Find Dialog, stating "X matches" where X is the |
| 39 | number of matches found in the current page --> |
| 40 | <string name="matches_found">\u0020matches</string> |
| 41 | <!-- Displayed on the Find Dialog, stating that there are "zero |
| 42 | matches" --> |
| 43 | <string name="zero">No</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 44 | |
| 45 | <!-- Menu item --> |
| 46 | <string name="page_info">Page info</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 47 | <!-- Label for a button on an SSL error dialog that allows the user to see |
| 48 | Page info screen for the current page --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 49 | <string name="page_info_view">View page info</string> |
| 50 | <!-- Page Info dialog strings --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 51 | <!-- Noun. The url for the current page. Displayed on the Page Info |
| 52 | screen. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 53 | <string name="page_info_address">Address:</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 54 | |
| 55 | <!-- SSL Error dialogs --> |
| 56 | <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 57 | <!-- Label for a button on an SSL error dialog that lets the user continue |
| 58 | and view the page despite the error --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 59 | <string name="ssl_continue">Continue</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 60 | <!-- Title for an SSL error dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 61 | <string name="security_warning">Security warning</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 62 | <!-- Label for a button on an SSL error dialog that lets the user view the |
| 63 | certificate --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 64 | <string name="view_certificate">View certificate</string> |
| 65 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 66 | <!-- Message in an SSL Error dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 67 | <string name="ssl_untrusted">This certificate is not from a trusted authority.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 68 | <!-- Message in an SSL Error dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 69 | <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 70 | <!-- Message in an SSL Error dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 71 | <string name="ssl_expired">This certificate has expired.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 72 | <!-- Message in an SSL Error dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 73 | <string name="ssl_not_yet_valid">This certificate is not valid yet.</string> |
| 74 | |
| 75 | <!-- SSL Certificate dialogs --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 76 | <!-- Title for an SSL Certificate dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 77 | <string name="ssl_certificate">Security certificate</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 78 | <!-- Message on an SSL Certificate dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 79 | <string name="ssl_certificate_is_valid">This certificate is valid.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 80 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 81 | <string name="issued_to">Issued to:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 82 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 83 | <string name="common_name">Common name:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 84 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 85 | <string name="org_name">Organization:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 86 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 87 | <string name="org_unit">Organizational unit:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 88 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 89 | <string name="issued_by">Issued by:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 90 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 91 | <string name="validity_period">Validity:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 92 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 93 | <string name="issued_on">Issued on:</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 94 | <!-- Label for an information field on an SSL Certificate Dialog --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 95 | <string name="expires_on">Expires on:</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 96 | |
| 97 | <!-- Dialog that is shown while we are retrieving the login creds from the system --> |
| 98 | <string name="retrieving_creds_dlg_msg">Retrieving sign-in details\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 99 | <!-- Menu item in a context menu for closing a browser window. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 100 | <string name="close">Close</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 101 | <!-- Confirmation dialog message stating that a browser window will be closed --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 102 | <string name="close_window">This window will be closed.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 103 | <!-- Toast informing the user that loading has stopped for the current page. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 104 | <string name="stopping">Stopping\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 105 | <!-- Menu item to stop the current page from loading. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 106 | <string name="stop">Stop</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 107 | <!-- Menu item to reload or refresh the current page. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 108 | <string name="reload">Refresh</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 109 | <!-- Menu item to go back to the previous page. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 110 | <string name="back">Back</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 111 | <!-- Menu item to go to the next page (only useful if the user has previously hit back.) --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 112 | <string name="forward">Forward</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 113 | <!-- Button label to confirm saving a bookmark. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 114 | <string name="save">OK</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 115 | <!-- Button label to cancel saving a bookmark. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 116 | <string name="do_not_save">Cancel</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 117 | <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 118 | <string name="location">Location</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 119 | <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 120 | <string name="name">Name</string> |
| 121 | <!-- Initial value in Location field in Bookmark dialog box --> |
| 122 | <string name="http">http://</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 123 | <!-- Menu item that opens a dialog to save a bookmark, initialized with the current page --> |
| 124 | <string name="save_to_bookmarks">Bookmark</string> |
| 125 | <!-- Menu item on the bookmarks page, to edit an existing bookmark --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 126 | <string name="edit_bookmark">Edit bookmark</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 127 | <!-- Context menu item to create a shortcut to the bookmark on the desktop --> |
| 128 | <string name="create_shortcut_bookmark">Add shortcut to Home</string> |
| 129 | <!-- Context menu item to open the currently highlighted bookmark --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 130 | <string name="open_bookmark">Open</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 131 | <!-- Menu item to remove the currently highlighted bookmark--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 132 | <string name="remove_bookmark">Delete bookmark</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 133 | <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 134 | <string name="remove_history_item">Remove from history</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 135 | <!-- Toast informing the user that their action to save a bookmark has succeeded --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 136 | <string name="bookmark_saved">Saved to bookmarks.</string> |
| 137 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field --> |
| 138 | <string name="bookmark_needs_title">"Bookmark must have a name."</string> |
| 139 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field --> |
| 140 | <string name="bookmark_needs_url">"Bookmark must have a location."</string> |
| 141 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name & Location fields --> |
| 142 | <string name="empty_bookmark">"Cannot create empty bookmark."</string> |
| 143 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL --> |
| 144 | <string name="bookmark_url_not_valid">URL is not valid.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 145 | <!-- Title of a confirmation dialog when the user deletes a bookmark--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 146 | <string name="delete_bookmark">Delete</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 147 | <!-- Menu item in the page that displays all bookmarks. It brings up a |
| 148 | dialog that allows the user to bookmark the page that the browser is |
| 149 | currently on, but is not visible because the bookmarks page is |
| 150 | showing. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 151 | <string name="bookmark_page">Bookmark last-viewed page</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 152 | <!-- Summary text under the New Bookmark item on the Bookmarks screen. |
| 153 | Tells the user that if they select this item, it will bring up a |
| 154 | dialog to bookmark the page that the browser is currently viewing, |
| 155 | though it is not currently being displayed, since they are viewing |
| 156 | the bookmarks screen. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 157 | <string name="current_page">Current page:\u0020</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 158 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 159 | the bookmark they selected for deletion --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 160 | <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 161 | <!-- Context Menu item to open the selected link in a new window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 162 | <string name="open_in_new_window">Open in new window</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 163 | <!-- Appears in Current windows screen as label on blank + window; user |
| 164 | selects this window to open a new browser window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 165 | <string name="new_window">New window</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 166 | <!-- Menu item to open a dialog which allows the user to enter a url--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 167 | <string name="goto_dot">Go to URL</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 168 | <!-- Menu item that opens up a dialog which allows the user to provide a |
| 169 | string and search for it on the page. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 170 | <string name="find_dot">Find on page</string> |
The Android Open Source Project | 96cb4a4 | 2009-01-15 16:12:12 -0800 | [diff] [blame] | 171 | <!-- Menu item to switch to text selection mode for copy and paste. --> |
| 172 | <string name="select_dot">Select text</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 173 | <!-- Menu item to go to the home page, as stored in settings --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 174 | <string name="homepage">Home page</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 175 | <!-- Menu item which opens a screen which shows all the currently open |
| 176 | windows, and also allows them to create a new one. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 177 | <string name="view_tabs">Window overview</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 178 | <!-- Menu item which opens a screen which shows all the currently open |
| 179 | windows, and also allows them to create a new one. This is a shorter |
| 180 | alternate version of "view_tabs"--> |
| 181 | <string name="view_tabs_condensed">Windows</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 182 | <!-- Title of current windows screen; appears in title bar --> |
| 183 | <string name="tab_picker_title">Current windows</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 184 | <!-- Context Menu item to view the selected window on the window picker |
| 185 | screen --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 186 | <string name="tab_picker_view_tab">View</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 187 | <!-- Menu item on the window picker screen to open a new window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 188 | <string name="tab_picker_new_tab">New window</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 189 | <!-- Context Menu item to close the currently selected window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 190 | <string name="tab_picker_remove_tab">Close</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 191 | <!-- Context Menu item to bookmark the currently selected window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 192 | <string name="tab_picker_bookmark">Bookmark</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 193 | <!-- Context Menu item from the bookmarks page to share the selected |
| 194 | bookmark --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 195 | <string name="tab_picker_send_url">Share link</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 196 | <!-- Menu item to open the bookmarks page. This is a shorter version that |
| 197 | is displayed with an icon --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 198 | <string name="bookmarks">Bookmarks</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 199 | <!-- Secondary name for the Activity "BrowserBookmarksPage" --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 200 | <string name="shortcut_bookmark">Bookmark</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 201 | <!-- Menu item to display the History of previously visited pages --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 202 | <string name="history">History</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 203 | <!-- Menu item for viewing downloads from the browser --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 204 | <string name="menu_view_download">Downloads</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 205 | <!-- Menu item to display the bookmark page. This is a longer version shown |
| 206 | without an icon next to it --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 207 | <string name="menu_bookmark_page">Bookmark page</string> |
| 208 | <!-- Menu item --> |
| 209 | <string name="share_page">Share page</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 210 | <!-- Menu item to bring up the zoom controls --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 211 | <string name="menu_zoom">Zoom</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 212 | <!-- Menu item to flip the orientation of the screen.--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 213 | <string name="menu_flip_orientation">Flip orientation</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 214 | <!-- Context Menu item open the currently selected link in the current |
| 215 | window.--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 216 | <string name="contextmenu_openlink">Open</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 217 | <!-- Context Menu item to open the currently selected link in a new |
| 218 | window. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 219 | <string name="contextmenu_openlink_newwindow">Open in new window</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 220 | <!-- Context Menu item to create a bookmark for the url of the currently |
| 221 | selected link. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 222 | <string name="contextmenu_bookmark_thislink">Bookmark link</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 223 | <!-- Context Menu item to save the webpage referred to by this link to the |
| 224 | SD card (external storage) --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 225 | <string name="contextmenu_savelink">Save link</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 226 | <!-- Context Menu item to send the url of the selected link to someone else, |
| 227 | via Gmail or another app --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 228 | <string name="contextmenu_sharelink">Share link</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 229 | <!-- Context Menu item --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 230 | <string name="contextmenu_copy">Copy</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 231 | <!-- Context Menu item to copy the url of the selected link to the |
| 232 | clipboard --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 233 | <string name="contextmenu_copylink">Copy link URL</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 234 | <!-- Context Menu item to save the image to external storage --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 235 | <string name="contextmenu_download_image">Save image</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 236 | <!-- Context Menu item to view the image by itself in the browser --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 237 | <string name="contextmenu_view_image">View image</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 238 | <!-- Context Menu item to open the dialer app with the selected phone number |
| 239 | --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 240 | <string name="contextmenu_dial_dot">Dial\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 241 | <!-- Context Menu item to add the selected phone number to the address book. |
| 242 | --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 243 | <string name="contextmenu_add_contact">Add contact</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 244 | <!-- Context Menu item to send an email using the selected email address.--> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 245 | <string name="contextmenu_send_mail">Send email</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 246 | <!-- Context Menu item to show the currently selected address in the Maps |
| 247 | application --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 248 | <string name="contextmenu_map">Map</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 249 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 250 | <!-- Used as the title of dialogs in the Browser Settings confirming that |
| 251 | the user wants to clear (cache, history, or cookie data) --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 252 | <string name="clear">Clear</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 253 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 254 | <!-- Part of a sentence that says "Replace <url of existing bookmark> with |
| 255 | <url of new bookmark>?" --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 256 | <string name="replace">Replace</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 257 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 258 | <!-- Title displayed when the bookmarks page is shown --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 259 | <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string> |
| 260 | |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 261 | |
| 262 | <!-- Settings screen strings --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 263 | <!-- Menu item to open the Settings screen --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 264 | <string name="menu_preferences">Settings</string> |
| 265 | <!-- Settings screen, section title --> |
| 266 | <string name="pref_content_title">Page content settings</string> |
| 267 | <!-- Settings label --> |
| 268 | <string name="pref_content_load_images">Load images</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 269 | <!-- Settings label --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 270 | <string name="pref_content_load_images_summary">Display images on Web pages</string> |
| 271 | <!-- Settings label --> |
| 272 | <string name="pref_content_block_popups">Block pop-up windows</string> |
| 273 | <!-- Settings label --> |
| 274 | <string name="pref_content_javascript">Enable JavaScript</string> |
| 275 | <!-- Settings label --> |
| 276 | <string name="pref_content_open_in_background">Open in background</string> |
| 277 | <!-- Settings summary --> |
| 278 | <string name="pref_content_open_in_background_summary">New windows open behind the current one</string> |
| 279 | <!-- Settings label --> |
| 280 | <string name="pref_content_homepage">Set home page</string> |
| 281 | <!-- Settings label --> |
| 282 | <string name="pref_content_autofit">Auto-fit pages</string> |
| 283 | <!-- Settings summary --> |
| 284 | <string name="pref_content_autofit_summary">Format Web pages to fit the screen</string> |
| 285 | <!-- Settings screen, section title --> |
| 286 | <string name="pref_privacy_title">Privacy settings</string> |
| 287 | <!-- Settings label --> |
| 288 | <string name="pref_privacy_clear_cache">Clear cache</string> |
| 289 | <!-- Settings summary --> |
| 290 | <string name="pref_privacy_clear_cache_summary">Delete all cached page content</string> |
| 291 | <!-- Confirmation dialog message --> |
| 292 | <string name="pref_privacy_clear_cache_dlg">The cache will be cleared.</string> |
| 293 | <!-- Settings label --> |
| 294 | <string name="pref_privacy_clear_cookies">Clear all cookie data</string> |
| 295 | <!-- Settings summary --> |
| 296 | <string name="pref_privacy_clear_cookies_summary">Clear all the browser cookies</string> |
| 297 | <!-- Confirmation dialog message --> |
| 298 | <string name="pref_privacy_clear_cookies_dlg">All cookies will be cleared.</string> |
| 299 | <!-- Settings label --> |
| 300 | <string name="pref_privacy_clear_history">Clear history</string> |
| 301 | <!-- Settings summary --> |
| 302 | <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string> |
| 303 | <!-- Confirmation dialog message --> |
| 304 | <string name="pref_privacy_clear_history_dlg">The browser navigation history will be cleared.</string> |
| 305 | <!-- Settings label --> |
| 306 | <string name="pref_privacy_clear_form_data">Clear form data</string> |
| 307 | <!-- Settings summary --> |
| 308 | <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string> |
| 309 | <!-- Confirmation dialog message --> |
| 310 | <string name="pref_privacy_clear_form_data_dlg">All saved form data will be cleared.</string> |
| 311 | <!-- Settings label --> |
| 312 | <string name="pref_privacy_clear_passwords">Clear passwords</string> |
| 313 | <!-- Settings summary --> |
| 314 | <string name="pref_privacy_clear_passwords_summary">Clear all the saved passwords</string> |
| 315 | <!-- Confirmation dialog message --> |
| 316 | <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be cleared.</string> |
| 317 | <!-- Settings screen, section title --> |
| 318 | <string name="pref_security_title">Security settings</string> |
| 319 | <!-- Settings label --> |
| 320 | <string name="pref_security_remember_passwords">Remember passwords</string> |
| 321 | <!-- Settings summary --> |
| 322 | <string name="pref_security_remember_passwords_summary">Save usernames and passwords for Web sites</string> |
| 323 | <!-- Settings label --> |
| 324 | <string name="pref_security_save_form_data">Remember form data</string> |
| 325 | <!-- Settings summary --> |
| 326 | <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string> |
| 327 | <!-- Settings label --> |
| 328 | <string name="pref_security_show_security_warning">Show security warnings</string> |
| 329 | <!-- Settings summmary --> |
| 330 | <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string> |
| 331 | <!-- Settings label --> |
| 332 | <string name="pref_security_accept_cookies">Accept cookies</string> |
| 333 | <!-- Settings summary --> |
| 334 | <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string> |
| 335 | <!-- Settings label --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 336 | <string name="pref_text_size">Set text size</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 337 | <!-- Settings text size options; appear in Text size dialog box --> |
| 338 | <string-array name="pref_text_size_choices"> |
| 339 | <item>Tiny</item> |
| 340 | <item>Small</item> |
| 341 | <item>Normal</item> |
| 342 | <item>Large</item> |
| 343 | <item>Huge</item> |
| 344 | </string-array> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 345 | <!-- Title of dialog for setting the text size --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 346 | <string name="pref_text_size_dialogtitle">Text size</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 347 | <!-- Do not translate --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 348 | <string-array name="pref_text_size_values"> |
| 349 | <item><xliff:g>SMALLEST</xliff:g></item> |
| 350 | <item><xliff:g>SMALLER</xliff:g></item> |
| 351 | <item><xliff:g>NORMAL</xliff:g></item> |
| 352 | <item><xliff:g>LARGER</xliff:g></item> |
| 353 | <item><xliff:g>LARGEST</xliff:g></item> |
| 354 | </string-array> |
| 355 | <!-- Settings screen, section title --> |
| 356 | <string name="pref_extras_title">Advanced settings</string> |
| 357 | <!-- Settings label --> |
| 358 | <string name="pref_extras_gears_enable">Enable Gears</string> |
| 359 | <!-- Settings summary --> |
| 360 | <string name="pref_extras_gears_enable_summary">Applications that extend browser functionality</string> |
| 361 | <!-- Settings label --> |
| 362 | <string name="pref_extras_gears_settings">Gears settings</string> |
| 363 | <!-- Settings summary --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 364 | <string name="pref_plugin_installed">Plugins list</string> |
| 365 | <!-- Settings summary --> |
| 366 | <string name="pref_plugin_installed_empty_list">No installed plugins.</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 367 | <string name="pref_extras_gears_settings_summary">Applications that extend browser functionality</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 368 | <!-- Settings label --> |
| 369 | <string name="pref_extras_reset_default">Reset to default</string> |
| 370 | <!-- Settings summary --> |
| 371 | <string name="pref_extras_reset_default_summary">Clear all browser data and reset all settings to default</string> |
| 372 | <!-- Confirmation dialog message --> |
| 373 | <string name="pref_extras_reset_default_dlg">All browser data will be cleared and settings will revert to default values.</string> |
| 374 | <!-- Confirmation dialog title --> |
| 375 | <string name="pref_extras_reset_default_dlg_title">Reset to default</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 376 | <!-- Title for a group of settings --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 377 | <string name="pref_development_title">Debug</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 378 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 379 | <string name="pref_development_viewport">Use wide viewport</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 380 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 381 | <string name="pref_development_single_column_rendering">Single column rendering</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 382 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 383 | <string name="pref_development_normal_rendering">Normal rendering</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 384 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 385 | <string name="pref_development_trace">Enable tracing</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 386 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 387 | <string name="pref_development_nav_dump">Enable nav cache dump</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 388 | <!-- Do not tranlsate. Development option --> |
| 389 | <string name="pref_development_search_url">Set search URL</string> |
| 390 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 391 | <string name="pref_development_uastring">UAString</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 392 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 393 | <string-array name="pref_development_ua_choices"> |
| 394 | <item>Android</item> |
| 395 | <item>Desktop</item> |
| 396 | <item>iPhone</item> |
| 397 | </string-array> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 398 | <!-- Do not tranlsate. Development option --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 399 | <string-array name="pref_development_ua_values"> |
| 400 | <item>0</item> |
| 401 | <item>1</item> |
| 402 | <item>2</item> |
| 403 | </string-array> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 404 | <!-- Settings screen, setting option name --> |
| 405 | <string name="pref_default_text_encoding">Set text encoding</string> |
| 406 | <!-- Options in the Default encoding dialog box --> |
| 407 | <string-array name="pref_default_text_encoding_choices"> |
| 408 | <item>Latin-1 (ISO-8859-1)</item> |
| 409 | <item>Unicode (UTF-8)</item> |
| 410 | <item>Japanese (ISO-2022-JP)</item> |
| 411 | <item>Japanese (SHIFT_JIS)</item> |
| 412 | <item>Japanese (EUC-JP)</item> |
| 413 | <!-- TODO: We should add a lot more encodings. --> |
| 414 | </string-array> |
| 415 | <!-- Dialog box title --> |
| 416 | <string name="pref_default_text_encoding_dialogtitle">Text encoding</string> |
| 417 | <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. --> |
| 418 | <string-array name="pref_default_text_encoding_values"> |
| 419 | <item>Latin-1</item> |
| 420 | <item>UTF-8</item> |
| 421 | <item>ISO-2022-JP</item> |
| 422 | <item>SHIFT_JIS</item> |
| 423 | <item>EUC-JP</item> |
| 424 | </string-array> |
| 425 | <string name="pref_default_text_encoding_default">Latin-1</string> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 426 | <!-- Dialog box title --> |
| 427 | <string name="browserFrameRedirect">Redirect</string> |
| 428 | <!-- Dialog box message --> |
| 429 | <string name="browserFrame307Post">This Web page is being redirected. Resend your typed form data to the new location?</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 430 | <!-- Title for a dialog displayed when the browser has a data connectivity |
| 431 | problem --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 432 | <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 433 | <!-- Title for a dialog displayed when the browser runs into a file label |
| 434 | error --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 435 | <string name="browserFrameFileErrorLabel">Problem with file</string> |
| 436 | <!-- Dialog box title --> |
| 437 | <string name="browserFrameFormResubmitLabel">Confirm</string> |
| 438 | <!-- Dialog box message --> |
| 439 | <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> |
| 440 | <!-- Dialog box title --> |
| 441 | <string name="loadSuspendedTitle">No network connection</string> |
| 442 | <!-- Dialog box message --> |
| 443 | <string name="loadSuspended">The page will continue loading after connection has been restored.</string> |
| 444 | <!-- Menu item --> |
| 445 | <string name="clear_history">Clear history</string> |
| 446 | <!-- History screen title; appears in title bar --> |
| 447 | <string name="browser_history">Recently-visited pages</string> |
| 448 | <!-- Appears on History screen if no history is found --> |
| 449 | <string name="empty_history">Browser history is empty.</string> |
| 450 | <!-- Menu item --> |
| 451 | <string name="add_new_bookmark">New bookmark</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 452 | <!-- Add bookmark dialog sets its title to this if we have no database. |
| 453 | This is an error case --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 454 | <string name="no_database">No database!</string> |
| 455 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 456 | <!-- This string is for the browser "Go To" UI. --> |
| 457 | <!-- Do not translate. This string is not displayed in UI (no badge is selected for go to). --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 458 | <string name="search_label">Browser</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 459 | <!-- This string is for the browser "Go To" UI. --> |
| 460 | <!-- This is the hint text shown in the Go To widget, before text is entered. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 461 | <string name="search_hint">Type Web address</string> |
| 462 | <!-- Menu item --> |
| 463 | <string name="search">Search</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 464 | <!-- This string is for the browser "Go To" UI. --> |
| 465 | <!-- This is the button label in the "Go To" UI. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 466 | <string name="search_button_text">Go</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 467 | |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 468 | <!-- Pop-up window dialog --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 469 | <!-- Title for a dialog informing the user that the site is attempting to |
| 470 | display a popup window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 471 | <string name="attention">Attention</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 472 | <!-- Message for a dialog informing the user that the site is attempting to |
| 473 | display a popup window --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 474 | <string name="popup_window_attempt">This site is attempting to open a |
| 475 | pop-up window.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 476 | <!-- Label for a button to allow a particular popup window to open --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 477 | <string name="allow">Allow</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 478 | <!-- Label for a button to disallow a particular popup from opening --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 479 | <string name="block">Block</string> |
| 480 | |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 481 | <!-- Title for a dialog informing the user that they cannot open any more |
| 482 | windows because the limit has been reached. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 483 | <string name="too_many_windows_dialog_title">Window limit reached</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 484 | <!-- Message in a dialog telling the user that they cannot open any more |
| 485 | windows because the limit has been reached. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 486 | <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 487 | <!-- Title for a dialog informing the user that they cannot open a subwindow |
| 488 | because only one can be open at a time. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 489 | <string name="too_many_subwindows_dialog_title">Pop-up already open</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 490 | <!-- Message for a dialog informing the user that they cannot open a |
| 491 | subwindow because only one can be open at a time. --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 492 | <string name="too_many_subwindows_dialog_message">Could not open a new |
| 493 | pop-up window because only one can be open at any time.</string> |
| 494 | |
| 495 | <!-- Download History UI strings --> |
| 496 | <string name="download_title">Download history</string> |
| 497 | <!-- Download history screen string--> |
| 498 | <string name="download_unknown_filename"><Unknown></string> |
| 499 | <!-- Context menu item on Download history screen --> |
| 500 | <string name="download_menu_open">Open</string> |
| 501 | <!-- Context menu item on Download history screen --> |
| 502 | <string name="download_menu_clear">Clear from list</string> |
| 503 | <!-- Context menu item in Download history screen --> |
| 504 | <string name="download_menu_cancel">Cancel download</string> |
| 505 | <!-- Menu item --> |
| 506 | <string name="download_menu_cancel_all">Cancel all downloads</string> |
| 507 | <!-- Menu item --> |
| 508 | <string name="download_menu_clear_all">Clear list</string> |
| 509 | <!-- Confirmation dialog title --> |
| 510 | <string name="download_clear_dlg_title">Clear</string> |
| 511 | <!-- Confirmation dialog message --> |
| 512 | <string name="download_clear_dlg_msg">All items will be cleared from the list and removed from the browser cache.</string> |
| 513 | <!-- Confirmation dialog title --> |
| 514 | <string name="download_cancel_dlg_title">Cancel downloads</string> |
| 515 | <!-- Confirmation dialog message --> |
| 516 | <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> |
| 517 | <!-- Dialog title --> |
| 518 | <string name="download_file_error_dlg_title">Out of space</string> |
| 519 | <!-- Dialog message --> |
| 520 | <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> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 521 | <!-- Title for a dialog informing the user that the download has failed --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 522 | <string name="download_failed_generic_dlg_title">Download unsuccessful</string> |
| 523 | <!-- Dialog title --> |
| 524 | <string name="download_no_sdcard_dlg_title">No SD card</string> |
| 525 | <!-- Dialog message --> |
| 526 | <string name="download_no_sdcard_dlg_msg">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 527 | <!-- Title for a dialog informing the user that the SD card used for |
| 528 | external storage is busy so they cannot download anything --> |
| 529 | <string name="download_sdcard_busy_dlg_title">SD card unavailable</string> |
| 530 | <!-- Message for a dialog informing the user that the SD card used for |
| 531 | external storage is busy so they cannot download anything. Informs |
| 532 | the user how to enable SD card storage --> |
| 533 | <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, go to Home > Settings > SD card & phone storage and clear the \"Use for USB storage\" check box.</string> |
| 534 | |
| 535 | <!-- Message for a dialog informing the user that there is no application on |
| 536 | the phone that can open the file that was downloaded --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 537 | <string name="download_no_application">No application can be found to open this file.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 538 | <!-- Label for a button to re-attempt downloading a file --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 539 | <string name="retry">Retry</string> |
| 540 | <!-- Appears in Download history screen if there is no history --> |
| 541 | <string name="no_downloads">Download history is empty.</string> |
| 542 | <!-- the following download_xxxx matches the download manager state, ie Downloads.Status --> |
| 543 | <string name="download_error">Download unsuccessful.</string> |
| 544 | <!-- Appears in Download history screen after an item has downloaded, included item size --> |
| 545 | <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string> |
| 546 | <!-- Appears in Download history screen while an item is being downloaded --> |
| 547 | <string name="download_running">Downloading\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 548 | <!-- Message in the list of items which have received download requests |
| 549 | telling their status. This message states that the download has not |
| 550 | yet begun --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 551 | <string name="download_pending">Starting download\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 552 | <!-- Message in the list of items which have received download requests |
| 553 | telling their status. This message states that the download is |
| 554 | waiting for a network connection to continue --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 555 | <string name="download_pending_network">Waiting for data connection\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 556 | <!-- Message in the list of items which have received download requests |
| 557 | telling their status. This message states that the download has |
| 558 | paused to wait for a network connection --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 559 | <string name="download_running_paused">Waiting for data connection\u2026</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 560 | <!-- Message in the list of items which have received download requests |
| 561 | telling their status. This message states that the download has |
| 562 | been canceled --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 563 | <string name="download_canceled">Download canceled.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 564 | <!-- Message in the list of items which have received download requests |
| 565 | telling their status. This message states that the download will |
| 566 | not happen because the content is not supported by the phone --> |
| 567 | <string name="download_not_acceptable">Cannot download. The content is not supported on the phone.</string> |
| 568 | <!-- Message in the list of items which have received download requests |
| 569 | telling their status. This message states that the download did not |
| 570 | finish because there is not enough storage for the file --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 571 | <string name="download_file_error">Cannot finish download. There is not enough space.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 572 | <!-- Message in the list of items which have received download requests |
| 573 | telling their status. This message states that the item cannot be |
| 574 | downloaded because it cannot determine the length of the item --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 575 | <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 576 | <!-- Message in the list of items which have received download requests |
| 577 | telling their status. This message states that the download was |
| 578 | interrupted and cannot be resumed --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 579 | <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string> |
| 580 | |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 581 | <string name="activity_instrumentation_test_runner">Browser Test Runner</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 582 | <!-- Do not translate. Testing only --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 583 | <string name="activity_instrumentation_functional_test_runner">Browser Functional Test Runner</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 584 | <!-- Do not translate. Testing only --> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 585 | <string name="dump_nav">Dump navigation cache</string> |
| 586 | |
| 587 | <!-- Bookmarks --> |
The Android Open Source Project | d9effa5 | 2009-01-22 00:13:44 -0800 | [diff] [blame^] | 588 | <string-array name="bookmarks" translatable="false"> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 589 | <item>Google</item> |
| 590 | <item>http://www.google.com/</item> |
| 591 | <item>Yahoo!</item> |
| 592 | <item>http://www.yahoo.com/</item> |
| 593 | <item>MSN</item> |
| 594 | <item>http://www.msn.com/</item> |
| 595 | <item>MySpace</item> |
| 596 | <item>http://www.myspace.com/</item> |
| 597 | <item>Facebook</item> |
| 598 | <item>http://www.facebook.com/</item> |
| 599 | <item>Wikipedia</item> |
| 600 | <item>http://www.wikipedia.org/</item> |
| 601 | <item>eBay</item> |
| 602 | <item>http://www.ebay.com/</item> |
| 603 | <item>CNN</item> |
| 604 | <item>http://www.cnn.com/</item> |
| 605 | <item>New York Times</item> |
| 606 | <item>http://www.nytimes.com/</item> |
| 607 | <item>ESPN</item> |
| 608 | <item>http://espn.go.com/</item> |
| 609 | <item>Amazon</item> |
| 610 | <item>http://www.amazon.com/</item> |
| 611 | <item>Weather Channel</item> |
| 612 | <item>http://www.weather.com/</item> |
| 613 | <item>BBC</item> |
| 614 | <item>http://www.bbc.co.uk/</item> |
| 615 | </string-array> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 616 | |
| 617 | <!-- Note that this is the standard search url. It uses the current locale for language --> |
| 618 | <!-- (%1$s) and country (%2$s) and shouldn't need to be replaced by locale or mcc selected --> |
| 619 | <!-- resources. --> |
| 620 | <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) --> |
| 621 | <!-- should be mirrored by changes in apps/GoogleSearch. --> |
| 622 | <!-- Do not translate. This string is an internal URI, not seen in the UI. --> |
| 623 | <string name="google_search_base" translatable="false"> |
| 624 | http://www.google.com/m?hl=%1$s&gl=%2$s&</string> |
| 625 | |
| 626 | <!-- Title of an application permission, listed so the user can choose whether |
| 627 | they want to allow the application to do this. --> |
| 628 | <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string> |
| 629 | <!-- Description of an application permission, listed so the user can choose whether |
| 630 | they want to allow the application to do this. --> |
| 631 | <string name="permdesc_readHistoryBookmarks">Allows the application to read all |
| 632 | the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string> |
| 633 | |
| 634 | <!-- Title of an application permission, listed so the user can choose whether |
| 635 | they want to allow the application to do this. --> |
| 636 | <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string> |
| 637 | <!-- Description of an application permission, listed so the user can choose whether |
| 638 | they want to allow the application to do this. --> |
| 639 | <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the |
| 640 | Browser\'s history or bookmarks stored on your phone. Malicious applications |
| 641 | can use this to erase or modify your Browser\'s data.</string> |
| 642 | |
The Android Open Source Project | 765e7c9 | 2009-01-09 17:51:25 -0800 | [diff] [blame] | 643 | <!-- Gears Dialogs --> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 644 | <string name="query_data_message">The Web site below wants to store information on your computer using Gears.</string> |
| 645 | <string name="location_message">The Web site below wants to access information about your location using Gears.</string> |
| 646 | <string name="shortcut_message">This Web site wants to create a shortcut on your computer. Do you want to allow this?</string> |
| 647 | <string name="settings_message">The table below shows the permissions you have granted to each site that has attempted to use Gears.</string> |
| 648 | <string name="filepicker_message">Gears File Picker</string> |
The Android Open Source Project | 765e7c9 | 2009-01-09 17:51:25 -0800 | [diff] [blame] | 649 | <string name="image_message">Selected image</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 650 | |
| 651 | <string name="settings_title">Gears settings</string> |
| 652 | <string name="privacy_policy">Read the site\'s privacy policy to see how your location will be used.</string> |
| 653 | |
| 654 | <string name="permission_button_alwaysdeny">Never allow this site</string> |
| 655 | <string name="permission_button_allow">Allow</string> |
| 656 | <string name="permission_button_deny">Deny</string> |
| 657 | |
| 658 | <string name="shortcut_button_alwaysdeny">Never allow this shortcut</string> |
| 659 | <string name="shortcut_button_allow">OK</string> |
| 660 | <string name="shortcut_button_deny">Cancel</string> |
| 661 | |
| 662 | <string name="settings_button_allow">Apply</string> |
| 663 | <string name="settings_button_deny">Cancel</string> |
| 664 | |
| 665 | <string name="filepicker_button_allow">OK</string> |
| 666 | <string name="filepicker_button_deny">Cancel</string> |
The Android Open Source Project | 765e7c9 | 2009-01-09 17:51:25 -0800 | [diff] [blame] | 667 | <string name="filepicker_path">path:</string> |
| 668 | <string name="filepicker_no_files_selected">No files selected</string> |
| 669 | <string name="filepicker_one_file_selected">One file selected</string> |
| 670 | <string name="filepicker_some_files_selected">files selected</string> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 671 | |
| 672 | <string name="remove">Remove</string> |
| 673 | <string name="local_storage">Local storage</string> |
| 674 | <string name="allowed">Allowed</string> |
| 675 | <string name="denied">Denied</string> |
| 676 | |
| 677 | <string name="unrecognized_dialog_message">Unrecognized dialog type</string> |
| 678 | <string name="default_button">OK</string> |
| 679 | |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 680 | </resources> |