blob: 816aecd5c03086ed1730d8744847590276cdeb6f [file] [log] [blame]
The Android Open Source Project0c908882009-03-03 19:32:16 -08001<?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
LuK13372be2de92015-12-17 21:32:46 +08007
The Android Open Source Project0c908882009-03-03 19:32:16 -08008 http://www.apache.org/licenses/LICENSE-2.0
LuK13372be2de92015-12-17 21:32:46 +08009
The Android Open Source Project0c908882009-03-03 19:32:16 -080010 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 Project0c908882009-03-03 19:32:16 -080016<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 Scroggins8d5fa432009-10-02 15:55:59 -040019 <!-- Displayed with a file picker to choose a file to upload -->
20 <string name="choose_upload">Choose file for upload</string>
Ben Murdoche4c0cae2011-02-18 11:25:38 +000021 <!-- 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 Scrogginsa81a7642009-08-31 17:05:41 -040024 <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
John Recke3da7d62011-08-10 13:40:23 -070025 <string name="new_tab">New tab</string>
Shimeng (Simon) Wange0ff6192010-09-02 11:38:13 -070026 <!-- Name of menu item of a new incognito tab. Also used in the
27 title bar when displaying a new tab [CHAR LIMIT=30] -->
John Recke3da7d62011-08-10 13:40:23 -070028 <string name="new_incognito_tab">New incognito tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080029 <!-- Name of tab containing bookmarks -->
30 <string name="tab_bookmarks">Bookmarks</string>
31 <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
32 <string name="tab_most_visited">Most visited</string>
33 <!-- Name of tab containing the user's complete history, organized by time of last visit -->
34 <string name="tab_history">History</string>
John Reck2bc80422011-06-30 15:11:49 -070035 <!-- Name of tab containing the user's saved pages, organized by time created [CHAR LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070036 <string name="tab_snapshots">Saved pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080037 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070038 <string name="added_to_bookmarks">Added to bookmarks.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080039 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070040 <string name="removed_from_bookmarks">Removed from bookmarks.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080041 <!-- 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>
Michal Szynkarukefad1c32012-10-29 15:01:35 +010051 <!-- The name of the add bookmark page activity.-->
52 <string name="bookmarks_add_page">Save bookmark</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010053 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010054 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080055 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
56 <string name="cancel">Cancel</string>
57 <!-- Label for a confirm button. Used in multiple contexts. -->
58 <string name="ok">OK</string>
59
Leon Scroggins81db3662009-06-04 17:45:11 -040060 <!-- Displayed on the title bar while the page is loading -->
61 <string name="title_bar_loading">Loading\u2026</string>
62
The Android Open Source Project0c908882009-03-03 19:32:16 -080063 <!-- Menu item -->
64 <string name="page_info">Page info</string>
65 <!-- Label for a button on an SSL error dialog that allows the user to see
66 Page info screen for the current page -->
67 <string name="page_info_view">View page info</string>
68 <!-- Page Info dialog strings -->
69 <!-- Noun. The url for the current page. Displayed on the Page Info
70 screen. -->
71 <string name="page_info_address">Address:</string>
72
73 <!-- SSL Error dialogs -->
74 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
75 <!-- Label for a button on an SSL error dialog that lets the user continue
76 and view the page despite the error -->
77 <string name="ssl_continue">Continue</string>
78 <!-- Title for an SSL error dialog -->
79 <string name="security_warning">Security warning</string>
80 <!-- Label for a button on an SSL error dialog that lets the user view the
81 certificate -->
82 <string name="view_certificate">View certificate</string>
Ben Murdocha49b8292010-11-16 11:56:04 +000083 <!-- Label for a button on an SSL error dialog that lets the user go back to
84 the last page they were on instead of continuing to the new page. [CHAR-LIMIT=20] -->
85 <string name="ssl_go_back">Go back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080086
87 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070088 <string name="ssl_untrusted">This certificate isn\'t from a trusted authority.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080089 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070090 <string name="ssl_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080091 <!-- Message in an SSL Error dialog -->
92 <string name="ssl_expired">This certificate has expired.</string>
93 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070094 <string name="ssl_not_yet_valid">This certificate isn\'t valid yet.</string>
Kristian Monsen9eb0e892011-07-13 20:22:37 +010095 <!-- Message in an SSL Error dialog -->
96 <string name="ssl_date_invalid">This certificate has an invalid date.</string>
97 <!-- Message in an SSL Error dialog -->
98 <string name="ssl_invalid">This certificate is invalid.</string>
99 <!-- Message in an SSL Error dialog -->
100 <string name="ssl_unknown">Unknown certificate error.</string>
101
The Android Open Source Project0c908882009-03-03 19:32:16 -0800102 <!-- Toast informing the user that loading has stopped for the current page. -->
103 <string name="stopping">Stopping\u2026</string>
104 <!-- Menu item to stop the current page from loading. -->
105 <string name="stop">Stop</string>
106 <!-- Menu item to reload or refresh the current page. -->
107 <string name="reload">Refresh</string>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400108 <!-- Menu item to go back to the previous page -->
109 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800110 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
111 <string name="forward">Forward</string>
112 <!-- Button label to confirm saving a bookmark. -->
113 <string name="save">OK</string>
114 <!-- Button label to cancel saving a bookmark. -->
115 <string name="do_not_save">Cancel</string>
116 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400117 <string name="location">Address</string>
John Reck2eec4c32011-05-11 15:55:32 -0700118 <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to -->
119 <string name="account">Account</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400120 <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark -->
121 <string name="containing_folder">Add to</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400122 <!-- Default name for a new folder and label for a button that allows the user to create a new folder
123 in the add bookmark dialog -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400124 <string name="new_folder">New folder</string>
John Reckc8490812010-11-22 14:15:36 -0800125 <!-- Context menu item to edit a folder [CHAR LIMIT=50] -->
126 <string name="edit_folder">Edit folder</string>
127 <!-- Context menu item to delete a folder [CHAR LIMIT=50] -->
128 <string name="delete_folder">Delete folder</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400129 <!-- Label stating that the currently open folder has no subfolders
130 in the add bookmark dialog [CHAR-LIMIT=none]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700131 <string name="no_subfolders">No subfolders.</string>
Leon Scroggins88d08032010-10-21 15:17:10 -0400132 <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]-->
133 <string name="add_to_bookmarks_menu_option">Bookmarks</string>
134 <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]-->
135 <string name="add_to_homescreen_menu_option">Home screen</string>
136 <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700137 <string name="add_to_other_folder_menu_option">Other folder</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800138 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
Michael Kolbd40ac1a2010-09-29 00:23:46 -0700139 <string name="name">Label</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800140 <!-- Initial value in Location field in Bookmark dialog box -->
141 <string name="http">http://</string>
John Reckfe32e432010-11-05 14:13:01 -0700142 <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700143 <string name="save_to_bookmarks">Save to bookmarks</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400144 <!-- Title of the dialog to bookmark a page -->
145 <string name="bookmark_this_page">Bookmark this page</string>
Leon Scroggins75630672011-01-13 17:56:15 -0500146 <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] -->
147 <string name="remove">Remove</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800148 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
149 <string name="edit_bookmark">Edit bookmark</string>
John Reckfe32e432010-11-05 14:13:01 -0700150 <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] -->
Michael Kolbc7485ae2010-09-03 10:10:58 -0700151 <string name="create_shortcut_bookmark">Add shortcut to home</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800152 <!-- Context menu item to open the currently highlighted bookmark -->
153 <string name="open_bookmark">Open</string>
154 <!-- Menu item to remove the currently highlighted bookmark-->
155 <string name="remove_bookmark">Delete bookmark</string>
Leon Scroggins186e5932009-07-28 14:14:48 -0400156 <!-- Context menu item to remove a history item from bookmarks -->
157 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800158 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
159 <string name="remove_history_item">Remove from history</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400160 <!-- Context menu item for setting the bookmark/history item as the homepage -->
161 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800162 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
163 <string name="bookmark_saved">Saved to bookmarks.</string>
Ben Murdoch1794fe22009-09-29 18:14:30 +0100164 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700165 <string name="bookmark_not_saved">Couldn\'t save bookmark.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400166 <!-- Toast confirming that the homepage has been set -->
Roy West7d9e4242009-09-18 16:29:38 -0700167 <string name="homepage_set">Homepage set.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800168 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
169 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
170 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
171 <string name="bookmark_needs_url">"Bookmark must have a location."</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800172 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700173 <string name="bookmark_url_not_valid">This URL isn\'t valid.</string>
Ben Murdochde353622009-10-12 10:29:00 +0100174 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700175 <string name="bookmark_cannot_save_url">This URL can\'t be bookmarked.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800176 <!-- Menu item in the page that displays all bookmarks. It brings up a
177 dialog that allows the user to bookmark the page that the browser is
LuK13372be2de92015-12-17 21:32:46 +0800178 currently on, but is not visible because the bookmarks page is
The Android Open Source Project0c908882009-03-03 19:32:16 -0800179 showing. -->
180 <string name="bookmark_page">Bookmark last-viewed page</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400181 <!-- Menu item in the page that displays all bookmarks. Switches to
John Reck89f73c12010-12-01 10:10:14 -0800182 a grid view which shows thumbnails [CHAR LIMIT=20] -->
183 <string name="bookmark_thumbnail_view">Thumbnails</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400184 <!-- Menu item in the page that displays all bookmarks. Switches to a
John Reck89f73c12010-12-01 10:10:14 -0800185 list view which shows titles [CHAR LIMIT=20] -->
186 <string name="bookmark_list_view">List</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800187 <!-- Summary text under the New Bookmark item on the Bookmarks screen.
188 Tells the user that if they select this item, it will bring up a
189 dialog to bookmark the page that the browser is currently viewing,
190 though it is not currently being displayed, since they are viewing
191 the bookmarks screen. -->
192 <string name="current_page">from\u0020</string>
193 <!-- Confirmation dialog message confirming that the user wishes to delete
194 the bookmark they selected for deletion -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700195 <string name="delete_bookmark_warning">Delete bookmark \"<xliff:g id="bookmark">%s</xliff:g>\"?</string>
John Recke3da7d62011-08-10 13:40:23 -0700196 <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] -->
197 <string name="open_all_in_new_window">Open all in new tabs</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800198 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
199 <string name="goto_dot">Go</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800200 <!-- Menu item to switch to text selection mode for copy and paste. -->
201 <string name="select_dot">Select text</string>
Afzal Najamd4e33312012-04-26 01:54:01 -0400202 <!-- Menu item to close all other tabs [CHAR LIMIT=40] -->
203 <string name="close_other_tabs">Close other tabs</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800204 <!-- Menu item to open the bookmarks page. This is a shorter version that
205 is displayed with an icon -->
206 <string name="bookmarks">Bookmarks</string>
207 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
208 <string name="shortcut_bookmark">Bookmark</string>
John Recka6bebc02011-08-12 16:02:08 -0700209 <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700210 <string name="shortcut_bookmark_title">Choose a bookmark</string>
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800211 <!-- Menu item to display the History of previously visited pages -->
212 <string name="history">History</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800213 <!-- Menu item for viewing downloads from the browser -->
214 <string name="menu_view_download">Downloads</string>
Leon Scrogginsc6fa1102009-09-21 10:40:01 -0400215 <!-- Context menu item for copying the url of the current page from the
216 title bar -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700217 <string name="copy_page_url">Copy page URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800218 <!-- Menu item -->
219 <string name="share_page">Share page</string>
John Reck2bc80422011-06-30 15:11:49 -0700220 <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] -->
221 <string name="menu_save_snapshot">Save for offline reading</string>
John Reck68234a92012-04-19 15:27:12 -0700222 <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] -->
223 <string name="saving_snapshot">Saving\u2026</string>
John Reck2bc80422011-06-30 15:11:49 -0700224 <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700225 <string name="snapshot_failed">Couldn\'t save for offline reading.</string>
John Reckc8490812010-11-22 14:15:36 -0800226 <!-- The number of bookmarks in a folder [CHAR LIMT=50] -->
227 <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string>
228 <!-- No bookmarks in the folder [CHAR LIMIT=50] -->
229 <string name="contextheader_folder_empty">Empty folder</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800230 <!-- Context Menu item open the currently selected link in the current
231 window.-->
232 <string name="contextmenu_openlink">Open</string>
233 <!-- Context Menu item to open the currently selected link in a new
234 window. -->
John Recke3da7d62011-08-10 13:40:23 -0700235 <string name="contextmenu_openlink_newwindow">Open in new tab</string>
Michael Kolb2dd65c82011-01-14 11:07:38 -0800236 <!-- Context Menu item to open the currently selected link in a new
237 background window. [CHAR LIMIT=50] -->
John Recke3da7d62011-08-10 13:40:23 -0700238 <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800239 <!-- Context Menu item to save the webpage referred to by this link to the
240 SD card (external storage) -->
241 <string name="contextmenu_savelink">Save link</string>
John Reck47523c62011-01-18 11:18:16 -0800242 <!-- Context Menu item to send the url of the selected link to someone else,
243 via Gmail or another app [CHAR LIMIT=50] -->
244 <string name="contextmenu_sharelink">Share link</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800245 <!-- Context Menu item -->
246 <string name="contextmenu_copy">Copy</string>
247 <!-- Context Menu item to copy the url of the selected link to the
248 clipboard -->
249 <string name="contextmenu_copylink">Copy link URL</string>
250 <!-- Context Menu item to save the image to external storage -->
251 <string name="contextmenu_download_image">Save image</string>
252 <!-- Context Menu item to view the image by itself in the browser -->
253 <string name="contextmenu_view_image">View image</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000254 <!-- Context Menu item to set the image as the home screen wallpaper -->
255 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
256
The Android Open Source Project0c908882009-03-03 19:32:16 -0800257 <!-- Context Menu item to open the dialer app with the selected phone number
258 -->
259 <string name="contextmenu_dial_dot">Dial\u2026</string>
260 <!-- Context Menu item to add the selected phone number to the address book.
261 -->
262 <string name="contextmenu_add_contact">Add contact</string>
263 <!-- Context Menu item to send an email using the selected email address.-->
264 <string name="contextmenu_send_mail">Send email</string>
265 <!-- Context Menu item to show the currently selected address in the Maps
266 application -->
267 <string name="contextmenu_map">Map</string>
LuK13372be2de92015-12-17 21:32:46 +0800268
Andrei Popescu10fdba82009-09-24 13:25:47 +0100269 <!-- Title of the dialog used for selecting the application that should be
270 used for sharing a link (e.g. Gmail or another app). See also
271 contextmenu_sharelink above -->
272 <string name="choosertitle_sharevia">Share via</string>
273
The Android Open Source Project0c908882009-03-03 19:32:16 -0800274 <!-- Used as the title of dialogs in the Browser Settings confirming that
275 the user wants to clear (cache, history, or cookie data) -->
276 <string name="clear">Clear</string>
277
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800278 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
279 <url of new bookmark>?" -->
280 <string name="replace">Replace</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800281
282 <!-- Title displayed when the bookmarks page is shown -->
283 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
284
285
286 <!-- Settings screen strings -->
287 <!-- Menu item to open the Settings screen -->
288 <string name="menu_preferences">Settings</string>
289 <!-- Settings screen, section title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700290 <string name="pref_content_title">Page content</string>
Michael Kolb97ffe002012-05-21 08:31:57 -0700291 <!-- Settings label [CHAR LIMIT=45]-->
Michael Kolb8d772b02012-01-19 13:56:00 -0800292 <string name="pref_allow_apptabs">Allow multiple tabs per app</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800293 <!-- Settings label -->
294 <string name="pref_content_load_images">Load images</string>
295 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700296 <string name="pref_content_load_images_summary">Display images on web pages</string>
John Reck741a46f2011-03-08 11:01:23 -0800297 <!-- Settings label [CHAR LIMIT=30] -->
298 <string name="pref_content_block_popups">Block pop-ups</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800299 <!-- Settings label -->
300 <string name="pref_content_javascript">Enable JavaScript</string>
301 <!-- Settings label -->
302 <string name="pref_content_open_in_background">Open in background</string>
Grace Kloba674f39a2009-09-23 13:33:10 -0700303 <!-- Settings label -->
304 <string name="pref_content_plugins">Enable plug-ins</string>
Patrick Scotte536b332010-03-22 10:19:32 -0400305 <!-- Plugin options -->
306 <string-array name="pref_content_plugins_choices">
307 <item>Always on</item>
308 <item>On demand</item>
309 <item>Off</item>
310 </string-array>
Eric Fischer184f08b2010-03-23 15:32:40 -0700311 <string-array name="pref_content_plugins_values" translatable="false">
Patrick Scotte536b332010-03-22 10:19:32 -0400312 <item>ON</item>
313 <item>ON_DEMAND</item>
314 <item>OFF</item>
315 </string-array>
John Reck47adc5f2011-01-18 14:42:45 -0800316 <!-- Settings summary [CHAR LIMIT=50]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700317 <string name="pref_content_open_in_background_summary">Open new tabs behind the current tab</string>
John Reck741a46f2011-03-08 11:01:23 -0800318 <!-- Settings label [CHAR LIMIT=50] -->
319 <string name="pref_content_homepage">Set homepage</string>
Bjorn Bringertd69f51d2010-09-13 14:06:41 +0100320 <!-- Settings label -->
321 <string name="pref_content_search_engine">Set search engine</string>
322 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700323 <string name="pref_content_search_engine_summary">Choose a search engine</string>
John Reck33bbb802010-10-26 17:13:42 -0700324 <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700325 <string name="pref_set_homepage_to">Set to</string>
John Reck961d35d2011-06-23 09:45:54 -0700326 <string-array name="pref_homepage_choices">
327 <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] -->
328 <item>Current page</item>
329 <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] -->
330 <item>Blank page</item>
331 <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] -->
332 <item>Default page</item>
John Reck7980ecd2011-07-17 14:16:35 -0700333 <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] -->
334 <item>Most visited sites</item>
John Reck961d35d2011-06-23 09:45:54 -0700335 <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700336 <item>Other</item>
John Reck961d35d2011-06-23 09:45:54 -0700337 </string-array>
338 <string-array name="pref_homepage_values" translatable="false">
339 <item>current</item>
340 <item>blank</item>
341 <item>default</item>
342 <item>most_visited</item>
343 <item>other</item>
344 </string-array>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800345 <!-- Settings label -->
346 <string name="pref_content_autofit">Auto-fit pages</string>
347 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700348 <string name="pref_content_autofit_summary">Format webpages to fit the screen</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500349
John Reck035a5642010-12-21 18:51:27 -0800350 <!-- Settings screen & section title for "General settings". These include things like
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500351 configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] -->
John Reck035a5642010-12-21 18:51:27 -0800352 <string name="pref_general_title">General</string>
353 <!-- Settings category for sync under general settings. This includes bookmark sync with Chrome [CHAR-LIMIT=50] -->
354 <string name="pref_general_sync_title">Sync</string>
355 <!-- Settings category for autofill under general. [CHAR-LIMIT=50] -->
John Reck567cd1b2011-03-09 12:52:15 -0800356 <string name="pref_general_autofill_title">Auto-fill</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500357
Ben Murdochaf554522010-09-10 22:09:30 +0100358 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
John Reck741a46f2011-03-08 11:01:23 -0800359 <string name="pref_autofill_enabled">Form auto-fill</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100360 <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700361 <string name="pref_autofill_enabled_summary">Fill out web forms with a single touch</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100362 <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700363 <string name="pref_autofill_profile_editor">Auto-fill text</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100364 <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700365 <string name="pref_autofill_profile_editor_summary">Set up text to auto-fill in web forms</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100366
Patrick Scott539e2ec2011-01-13 11:27:38 -0500367 <!-- Auto login preference title [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700368 <string name="pref_autologin_title">Automatic Google signin</string>
Patrick Scott539e2ec2011-01-13 11:27:38 -0500369 <!-- Message shown during auto login [CHAR-LIMIT=none] -->
Patrick Scottec489fb2011-03-16 13:30:50 -0400370 <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g></string>
Patrick Scotte363e932011-03-08 13:37:01 -0500371 <!-- Auto-login bar description [CHAR-LIMIT=40] -->
John Reck12472f62011-04-27 15:32:10 -0700372 <string name="autologin_bar_text">Sign in as</string>
Patrick Scotte363e932011-03-08 13:37:01 -0500373 <!-- Login button [CHAR-LIMIT=10] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700374 <string name="autologin_bar_login_text">Sign in</string>
John Reck12472f62011-04-27 15:32:10 -0700375 <!-- Hide button [CHAR-LIMIT=10] -->
376 <string name="autologin_bar_hide_text">Hide</string>
Patrick Scotte363e932011-03-08 13:37:01 -0500377 <!-- Login failure text [CHAR-LIMIT=25] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700378 <string name="autologin_bar_error">Couldn\'t sign in.</string>
Patrick Scott539e2ec2011-01-13 11:27:38 -0500379
Ben Murdoch4db3a2c2010-12-07 11:48:46 +0000380 <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700381 <string name="autofill_profile_editor_heading">Type the text you want to auto-fill in web forms.</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100382 <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100383 <string name="autofill_profile_editor_name">Full name:</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100384 <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100385 <string name="autofill_profile_editor_email_address">Email:</string>
386 <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
387 <string name="autofill_profile_editor_company_name">Company name:</string>
388 <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
389 <string name="autofill_profile_editor_address_line_1">Address line 1:</string>
390 <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] -->
391 <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string>
392 <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
393 <string name="autofill_profile_editor_address_line_2">Address line 2:</string>
394 <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700395 <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor, etc.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100396 <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700397 <string name="autofill_profile_editor_city">City/Town:</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100398 <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700399 <string name="autofill_profile_editor_state">State/Province/Region:</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100400 <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] -->
401 <string name="autofill_profile_editor_zip_code">Zip code:</string>
402 <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] -->
403 <string name="autofill_profile_editor_country">Country:</string>
404 <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] -->
405 <string name="autofill_profile_editor_phone_number">Phone:</string>
Ben Murdoch9d9306d2011-01-18 16:06:00 +0000406 <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700407 <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100408
Ben Murdochaf554522010-09-10 22:09:30 +0100409 <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700410 <string name="autofill_profile_editor_save_profile">Save</string>
Ben Murdoch0cb81892010-10-08 12:41:33 +0100411 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700412 <string name="autofill_profile_successful_save">Auto-fill text saved.</string>
Ben Murdoch23da30e2010-10-26 15:18:44 +0100413 <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700414 <string name="autofill_profile_successful_delete">Auto-fill text deleted.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100415 <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700416 <string name="autofill_profile_editor_delete_profile">Delete</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100417
Ben Murdoch8029a772010-11-16 11:58:21 +0000418 <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] -->
Claudia de Veauxd330e0a2011-11-23 14:56:56 -0800419 <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string>
Ben Murdoch8029a772010-11-16 11:58:21 +0000420 <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure
421 it through the Browser Settings menu. [CHAR-LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700422 <string name="autofill_setup_dialog_negative_toast">You can always set up your auto-fill text from the Browser &gt; Settings &gt; General screen.</string>
Ben Murdoch1d676b62011-01-17 12:54:24 +0000423 <!-- 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.
424 The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
John Reck567cd1b2011-03-09 12:52:15 -0800425 <string name="disable_autofill">Disable auto-fill</string>
Ben Murdoch8029a772010-11-16 11:58:21 +0000426
John Reck035a5642010-12-21 18:51:27 -0800427 <!-- Settings screen, section title [CHAR-LIMIT=50] -->
John Reck741a46f2011-03-08 11:01:23 -0800428 <string name="pref_privacy_security_title">Privacy &amp; security</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800429 <!-- Settings label -->
430 <string name="pref_privacy_clear_cache">Clear cache</string>
431 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100432 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800433 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700434 <string name="pref_privacy_clear_cache_dlg">Delete locally cached content and databases?</string>
John Reck035a5642010-12-21 18:51:27 -0800435 <!-- Cookie settings category [CHAR-LIMIT=50] -->
436 <string name="pref_privacy_cookies_title">Cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800437 <!-- Settings label -->
438 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
439 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700440 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800441 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700442 <string name="pref_privacy_clear_cookies_dlg">Delete all cookies?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800443 <!-- Settings label -->
444 <string name="pref_privacy_clear_history">Clear history</string>
445 <!-- Settings summary -->
446 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
447 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700448 <string name="pref_privacy_clear_history_dlg">Delete the browser navigation history?</string>
John Reck035a5642010-12-21 18:51:27 -0800449 <!-- Formdata settings category [CHAR-LIMIT=50] -->
450 <string name="pref_privacy_formdata_title">Form data</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800451 <!-- Settings label -->
452 <string name="pref_privacy_clear_form_data">Clear form data</string>
453 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700454 <string name="pref_privacy_clear_form_data_summary">Clear all saved form data</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800455 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700456 <string name="pref_privacy_clear_form_data_dlg">Delete all saved form data?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800457 <!-- Settings label -->
458 <string name="pref_privacy_clear_passwords">Clear passwords</string>
459 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700460 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800461 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700462 <string name="pref_privacy_clear_passwords_dlg">Delete all saved passwords?</string>
John Reck035a5642010-12-21 18:51:27 -0800463 <!-- Location settings category [CHAR-LIMIT=50] -->
464 <string name="pref_privacy_location_title">Location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100465 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100466 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100467 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100468 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100469 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100470 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100471 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100472 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100473 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700474 <string name="pref_privacy_clear_geolocation_access_dlg">Clear website location access?</string>
John Reck035a5642010-12-21 18:51:27 -0800475 <!-- Passwords settings category [CHAR-LIMIT=50] -->
476 <string name="pref_security_passwords_title">Passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800477 <!-- Settings label -->
478 <string name="pref_security_remember_passwords">Remember passwords</string>
479 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700480 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800481 <!-- Settings label -->
482 <string name="pref_security_save_form_data">Remember form data</string>
483 <!-- Settings summary -->
484 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
485 <!-- Settings label -->
486 <string name="pref_security_show_security_warning">Show security warnings</string>
487 <!-- Settings summmary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700488 <string name="pref_security_show_security_warning_summary">Show warning if there\'s a problem with a site\'s security</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800489 <!-- Settings label -->
490 <string name="pref_security_accept_cookies">Accept cookies</string>
491 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700492 <string name="pref_security_accept_cookies_summary">Allow sites to save and read cookie data</string>
John Reck7dc444b2011-06-16 17:44:29 -0700493 <!-- Settings text size options; appear in Text size dialog box [CHAR LIMIT=30] -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800494 <string-array name="pref_text_size_choices">
495 <item>Tiny</item>
496 <item>Small</item>
497 <item>Normal</item>
498 <item>Large</item>
499 <item>Huge</item>
500 </string-array>
John Reck40badf22011-04-20 15:31:13 -0700501 <!-- Label for minimum font size [CHAR LIMIT=30] -->
502 <string name="pref_min_font_size">Minimum font size</string>
John Reck7dc444b2011-06-16 17:44:29 -0700503 <!-- Label for the current minimum font size value [CHAR LIMIT=6] -->
504 <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string>
Mangesh Ghiwaref1793b62011-10-05 11:43:44 -0700505 <!-- Label for text scaling (percent) [CHAR LIMIT=30] -->
506 <string name="pref_text_zoom">Text scaling</string>
507 <!-- Label for zoom on double-tap (percent) [CHAR LIMIT=30] -->
508 <string name="pref_zoom_on_double_tap">Zoom on double-tap</string>
John Reck92f25f82011-04-26 16:57:10 -0700509 <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
510 <string name="pref_force_userscalable">Force enable zoom</string>
511 <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700512 <string name="pref_force_userscalable_summary">Override a website\'s request to control zoom behavior</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700513 <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700514 <string name="pref_inverted_category">Inverted screen rendering</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700515 <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700516 <string name="pref_inverted">Inverted rendering</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700517 <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700518 <string name="pref_inverted_summary">Black becomes white and vice versa</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700519 <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] -->
520 <string name="pref_inverted_contrast">Contrast</string>
Grace Kloba2f830682009-06-25 11:08:53 -0700521 <!-- Settings label -->
522 <string name="pref_default_zoom">Default zoom</string>
523 <!-- Settings default zoom options; appear in default zoom dialog box -->
524 <string-array name="pref_default_zoom_choices">
525 <item>Far</item>
526 <item>Medium</item>
527 <item>Close</item>
528 </string-array>
529 <!-- Title of dialog for setting the default zoom -->
530 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
531 <!-- Do not translate -->
532 <string-array name="pref_default_zoom_values" translatable="false">
533 <item><xliff:g>FAR</xliff:g></item>
534 <item><xliff:g>MEDIUM</xliff:g></item>
535 <item><xliff:g>CLOSE</xliff:g></item>
536 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700537 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700538 <string name="pref_content_load_page">Open pages in overview</string>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700539 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700540 <string name="pref_content_load_page_summary">Show overview of newly-opened pages</string>
John Reck856933b2011-01-06 19:18:57 -0800541 <!-- Settings screen, section title [CHAR LIMIT=50] -->
John Reck035a5642010-12-21 18:51:27 -0800542 <string name="pref_extras_title">Advanced</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800543 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100544 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100545 <!-- Settings summary -->
Ben Murdochbe9560d2009-11-09 09:52:21 -0800546 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
John Reck035a5642010-12-21 18:51:27 -0800547 <!-- Settings category label [CHAR-LIMIT=50] -->
548 <string name="pref_extras_reset_default_title">Reset defaults</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100549 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800550 <string name="pref_extras_reset_default">Reset to default</string>
551 <!-- Settings summary -->
Bart Sears74793742010-03-04 17:34:29 -0800552 <string name="pref_extras_reset_default_summary">Restore default settings</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800553 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700554 <string name="pref_extras_reset_default_dlg">Revert settings to default values?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800555 <!-- Title for a group of settings -->
556 <string name="pref_development_title">Debug</string>
557 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700558 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800559 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700560 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800561 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700562 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800563 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700564 <string name="pref_development_trace" translatable="false">Enable tracing</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800565 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700566 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800567 <!-- Do not tranlsate. Development option -->
Derek Sollenbergerffa561e2010-11-16 14:19:01 -0500568 <string name="pref_development_hardware_accel" translatable="false">Enable OpenGL Rendering</string>
569 <!-- Do not tranlsate. Development option -->
Derek Sollenberger31adf672011-07-08 11:31:30 -0400570 <string name="pref_development_hardware_accel_skia" translatable="false">Enable HW Accelerated Skia</string>
571 <!-- Do not tranlsate. Development option -->
Teng-Hui Zhu930ea222011-02-16 11:22:21 -0800572 <string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string>
573 <!-- Do not tranlsate. Development option -->
Teng-Hui Zhu85de57a2011-09-22 15:34:29 -0700574 <string name="pref_development_cpu_upload_path" translatable="false">Enable Cpu Upload Path</string>
575 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700576 <string name="js_engine_flags" translatable="false">Set JS flags</string>
577 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700578 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800579 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700580 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800581 <item>Android</item>
582 <item>Desktop</item>
583 <item>iPhone</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700584 <item>iPad</item>
585 <item>Froyo-N1</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700586 <item>Honeycomb-Xoom</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800587 </string-array>
588 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700589 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800590 <item>0</item>
591 <item>1</item>
592 <item>2</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700593 <item>3</item>
594 <item>4</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700595 <item>5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800596 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100597 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
John Reckba287c22011-07-26 16:13:53 -0700598 <!-- Do not translate. Development option to reset the prologin time [CHAR LIMIT=20] -->
599 <string name="pref_development_reset_prelogin" translatable="false">Reset prelogin</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800600 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700601 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800602 <!-- Options in the Default encoding dialog box -->
603 <string-array name="pref_default_text_encoding_choices">
604 <item>Latin-1 (ISO-8859-1)</item>
605 <item>Unicode (UTF-8)</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800606 <item>Chinese (GBK)</item>
607 <item>Chinese (Big5)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800608 <item>Japanese (ISO-2022-JP)</item>
609 <item>Japanese (SHIFT_JIS)</item>
610 <item>Japanese (EUC-JP)</item>
Sang-il, Lee78f276f2010-08-30 14:49:02 +0900611 <!-- No need to translate a EUC-KR part, and there is no string length limits. -->
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900612 <item>Korean (EUC-KR)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800613 <!-- TODO: We should add a lot more encodings. -->
614 </string-array>
615 <!-- Dialog box title -->
616 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
617 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700618 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800619 <item>Latin-1</item>
620 <item>UTF-8</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800621 <item>GBK</item>
622 <item>Big5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800623 <item>ISO-2022-JP</item>
624 <item>SHIFT_JIS</item>
625 <item>EUC-JP</item>
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900626 <item>EUC-KR</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800627 </string-array>
Kenny Rootcae4cd62010-04-27 14:22:32 -0700628 <string name="pref_default_text_encoding_default" translatable="false">Latin-1</string>
John Reck40badf22011-04-20 15:31:13 -0700629 <!-- Title for accessibility settings [CHAR LIMIT=25] -->
630 <string name="pref_accessibility_title">Accessibility</string>
John Reck8fc22a12011-06-16 14:57:41 -0700631 <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] -->
Mangesh Ghiwaref1793b62011-10-05 11:43:44 -0700632 <string name="pref_font_size_category">Text size</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800633 <!-- Title for lab settings [CHAR LIMIT=25] -->
Michael Kolb467af0a2011-01-11 13:09:49 -0800634 <string name="pref_lab_title">Labs</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800635 <!-- Title for lab quick controls feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800636 <string name="pref_lab_quick_controls">Quick controls</string>
John Reckf4415c52011-10-06 14:28:55 -0700637 <!-- Summary for lab quick controls feature [CHAR LIMIT=120] -->
Michael Kolb376b5412010-12-15 11:52:57 -0800638 <string name="pref_lab_quick_controls_summary">
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700639 Slide thumb from the left or right edge to open quick controls and hide app and URL bars</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000640 <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800641 <string name="pref_use_instant_search">Google Instant</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000642 <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] -->
643 <string name="pref_use_instant_search_summary">
John Reck741a46f2011-03-08 11:01:23 -0800644 Use Google Instant when you use Google Search, to show results as you
645 type (this can increase data use).</string>
John Reckb8b2af82011-05-20 15:58:33 -0700646 <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] -->
Michael Kolbc38c6042011-04-27 10:46:06 -0700647 <string name="pref_lab_fullscreen">Fullscreen</string>
648 <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
649 <string name="pref_lab_fullscreen_summary">
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700650 Use fullscreen mode to hide the status bar</string>
Michael Kolb14612442011-06-24 13:06:29 -0700651 <!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700652 <string name="pref_data_title">Bandwidth management</string>
Michael Kolb14612442011-06-24 13:06:29 -0700653 <!-- Title for search preloading [CHAR LIMIT=40] -->
654 <string name="pref_data_preload_title">Search result preloading</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100655 <!-- Search preloading options [CHAR LIMIT=20] -->
656 <string-array name="pref_data_preload_choices">
657 <item>Never</item>
Claudia de Veaux9e374472011-10-17 13:03:10 -0700658 <item>Only on Wi-Fi</item>
Mathew Inwood467813f2011-09-02 15:43:17 +0100659 <item>Always</item>
660 </string-array>
661 <!-- Do not translate -->
662 <string name="pref_data_preload_value_never" translatable="false">NEVER</string>
663 <string name="pref_data_preload_value_wifi_only" translatable="false">WIFI_ONLY</string>
664 <string name="pref_data_preload_value_always" translatable="false">ALWAYS</string>
Mathew Inwood3a20b792011-09-15 12:07:16 +0100665 <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_wifi_only</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100666 <string-array name="pref_data_preload_values" translatable="false">
667 <item><xliff:g>@string/pref_data_preload_value_never</xliff:g></item>
668 <item><xliff:g>@string/pref_data_preload_value_wifi_only</xliff:g></item>
669 <item><xliff:g>@string/pref_data_preload_value_always</xliff:g></item>
670 </string-array>
Michael Kolb14612442011-06-24 13:06:29 -0700671 <!-- Summary for search preloading [CHAR LIMIT=80] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700672 <string name="pref_data_preload_summary">Allow browser to preload high confidence search results in the background</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100673 <!-- Title of dialog for search preloading [CHAR LIMIT=40] -->
674 <string name="pref_data_preload_dialogtitle">Search result preloading</string>
Victoria Lease96497832012-03-23 14:19:56 -0700675 <!-- Title for link prefetching [CHAR LIMIT=40] -->
676 <string name="pref_link_prefetch_title">Web page preloading</string>
677 <!-- Link prefetching options [CHAR LIMIT=20] -->
678 <string-array name="pref_link_prefetch_choices">
679 <item>Never</item>
680 <item>Only on Wi-Fi</item>
681 <item>Always</item>
682 </string-array>
683 <!-- Do not translate -->
684 <string name="pref_link_prefetch_value_never" translatable="false">NEVER</string>
685 <string name="pref_link_prefetch_value_wifi_only" translatable="false">WIFI_ONLY</string>
686 <string name="pref_link_prefetch_value_always" translatable="false">ALWAYS</string>
687 <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_wifi_only</string>
688 <string-array name="pref_link_prefetch_values" translatable="false">
689 <item><xliff:g>@string/pref_link_prefetch_value_never</xliff:g></item>
690 <item><xliff:g>@string/pref_link_prefetch_value_wifi_only</xliff:g></item>
691 <item><xliff:g>@string/pref_link_prefetch_value_always</xliff:g></item>
692 </string-array>
693 <!-- Summary for link prefetching [CHAR LIMIT=80] -->
694 <string name="pref_link_prefetch_summary">Allow browser to preload linked web pages in the background</string>
695 <!-- Title of dialog for link prefetching [CHAR LIMIT=40] -->
696 <string name="pref_link_prefetch_dialogtitle">Web page preloading</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800697 <!-- Title for a dialog displayed when the browser has a data connectivity
698 problem -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700699 <string name="browserFrameNetworkErrorLabel">Connection problem</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800700 <!-- Title for a dialog displayed when the browser runs into a file label
701 error -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700702 <string name="browserFrameFileErrorLabel">File problem</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800703 <!-- Dialog box title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700704 <string name="browserFrameFormResubmitLabel"></string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800705 <!-- Dialog box message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700706 <string name="browserFrameFormResubmitMessage">The page you\'re trying to view contains data that has already been submitted (\"POSTDATA\"). If you resend the data, any action the form on the page carried out (such as a search or online purchase) will be repeated.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800707 <!-- Dialog box title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700708 <string name="loadSuspendedTitle">No connection</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800709 <!-- Dialog box message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700710 <string name="loadSuspended">The browser can\'t load this page because there\'s
711 no Internet connection.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800712 <!-- Menu item -->
713 <string name="clear_history">Clear history</string>
714 <!-- History screen title; appears in title bar -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700715 <string name="browser_history">Recently-visited pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800716 <!-- Appears on History screen if no history is found -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700717 <string name="empty_history">No browser history.</string>
John Reckb6f83372011-06-17 17:43:12 -0700718 <!-- Menu option to load the user's home page [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700719 <string name="go_home">Homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800720 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700721 <string name="add_new_bookmark">Add bookmark</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400722 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
723 will add that page to bookmarks -->
724 <string name="add_bookmark_short">Add</string>
LuK13372be2de92015-12-17 21:32:46 +0800725
The Android Open Source Project0c908882009-03-03 19:32:16 -0800726 <!-- This string is for the browser "Go To" UI. -->
727 <!-- Do not translate. This string is not displayed in UI (no badge is selected for go to). -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700728 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800729 <!-- This string is for the browser "Go To" UI. -->
730 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400731 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800732 <!-- This string is for the browser "Go To" UI. -->
733 <!-- This is the button label in the "Go To" UI. -->
734 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700735 <!-- The string used to describe the browser as a searchable item within system search settings. -->
736 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800737
738 <!-- Pop-up window dialog -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800739 <!-- Message for a dialog informing the user that the site is attempting to
740 display a popup window -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700741 <string name="popup_window_attempt">Allow this site to open a
742 pop-up window?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800743 <!-- Label for a button to allow a particular popup window to open -->
744 <string name="allow">Allow</string>
745 <!-- Label for a button to disallow a particular popup from opening -->
746 <string name="block">Block</string>
747
748 <!-- Title for a dialog informing the user that they cannot open any more
749 windows because the limit has been reached. -->
John Recke3da7d62011-08-10 13:40:23 -0700750 <string name="too_many_windows_dialog_title">Tab limit reached</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800751 <!-- Message in a dialog telling the user that they cannot open any more
752 windows because the limit has been reached. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700753 <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800754 <!-- Title for a dialog informing the user that they cannot open a subwindow
755 because only one can be open at a time. -->
756 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
757 <!-- Message for a dialog informing the user that they cannot open a
758 subwindow because only one can be open at a time. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700759 <string name="too_many_subwindows_dialog_message">Only one pop-up can be open
760 at a time.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800761
762 <!-- Download History UI strings -->
Eric Fischer91e25362010-09-28 16:34:19 -0700763 <!-- Dialog title [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700764 <string name="download_no_sdcard_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800765 <!-- Dialog title -->
Eric Fischer91e25362010-09-28 16:34:19 -0700766 <string name="download_no_sdcard_dlg_title" product="default">No SD card</string>
767 <!-- Dialog message [CHAR LIMIT=NONE] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700768 <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 Project0c908882009-03-03 19:32:16 -0800769 <!-- Dialog message -->
Eric Fischer91e25362010-09-28 16:34:19 -0700770 <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
771 <!-- Title for a dialog informing the user that the SD card used for
772 external storage is busy so they cannot download anything [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700773 <string name="download_sdcard_busy_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800774 <!-- Title for a dialog informing the user that the SD card used for
775 external storage is busy so they cannot download anything -->
Eric Fischer91e25362010-09-28 16:34:19 -0700776 <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string>
777 <!-- Message for a dialog informing the user that the SD card used for
778 external storage is busy so they cannot download anything. Informs
779 the user how to enable SD card storage [CHAR LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700780 <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The USB storage is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800781 <!-- Message for a dialog informing the user that the SD card used for
782 external storage is busy so they cannot download anything. Informs
783 the user how to enable SD card storage -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700784 <string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string>
Leon Scrogginscf79ca62010-01-21 16:17:56 -0500785
Leon Scroggins11e309c2011-02-01 13:37:14 -0500786 <!-- Toast for a download which cannot begin because the URL is not http or https -->
787 <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800788 <!-- Message in the list of items which have received download requests
789 telling their status. This message states that the download has not
790 yet begun -->
791 <string name="download_pending">Starting download\u2026</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800792
The Android Open Source Project0c908882009-03-03 19:32:16 -0800793 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700794 <string name="dump_nav" translatable="false">Dump navigation cache</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800795
John Reck2a3e9242012-03-30 15:35:49 -0700796 <!-- The default homepage. -->
Cary Clark776878e2009-09-29 15:12:03 -0400797 <string name="homepage_base" translatable="false">
John Reck2a3e9242012-03-30 15:35:49 -0700798 https://www.google.com/webhp?client={CID}&amp;source=android-home</string>
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700799
The Android Open Source Project0c908882009-03-03 19:32:16 -0800800 <!-- Bookmarks -->
801 <string-array name="bookmarks" translatable="false">
802 <item>Google</item>
803 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700804 <item>Picasa</item>
John Reckefcb2f02011-01-28 17:57:54 -0800805 <item>http://picasaweb.google.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800806 <item>Yahoo!</item>
807 <item>http://www.yahoo.com/</item>
808 <item>MSN</item>
809 <item>http://www.msn.com/</item>
John Reckefcb2f02011-01-28 17:57:54 -0800810 <item>Twitter</item>
811 <item>http://twitter.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800812 <item>Facebook</item>
John Reck42cb9d22011-03-03 10:14:48 -0800813 <item>http://www.facebook.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800814 <item>Wikipedia</item>
815 <item>http://www.wikipedia.org/</item>
816 <item>eBay</item>
817 <item>http://www.ebay.com/</item>
818 <item>CNN</item>
Patrick Scott70202822009-10-07 09:47:13 -0400819 <item>http://www.cnn.com/</item>
Steve Block9206d8c2009-09-30 10:46:44 +0100820 <item>NY Times</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800821 <item>http://www.nytimes.com/</item>
822 <item>ESPN</item>
Ben Murdoche64b3a02009-09-30 19:19:39 +0100823 <item>http://espn.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800824 <item>Amazon</item>
John Reck42cb9d22011-03-03 10:14:48 -0800825 <item>http://www.amazon.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800826 <item>Weather Channel</item>
827 <item>http://www.weather.com/</item>
828 <item>BBC</item>
829 <item>http://www.bbc.co.uk/</item>
830 </string-array>
831
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700832 <!-- Bookmark name for Picasa website -->
833 <string name="picasa" translatable="false">Picasa</string>
834
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700835 <!-- The description of the suggestion that lets the user search the web for the query currently
836 in the text field. -->
837 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800838
Nicolas Roard78a98e42009-05-11 13:34:17 +0100839 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100840 <!-- 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. -->
841 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700842 <string name="webstorage_outofspace_notification_text">Touch to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100843 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100844 <string name="webstorage_clear_data_title">Clear stored data</string>
LuK13372be2de92015-12-17 21:32:46 +0800845
Nicolas Roard78a98e42009-05-11 13:34:17 +0100846 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700847 <string name="webstorage_clear_data_dialog_message">Delete all data stored by this website?</string>
848 <string name="webstorage_clear_data_dialog_ok_button">OK</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100849 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100850 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100851 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Andrei Popescu540035d2009-09-18 18:59:20 +0100852 <!-- String shown in a progress view while a video is loading, before it starts playing -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700853 <string name="loading_video">Loading video\u2026</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100854
Steve Blockf344d032009-07-30 10:50:45 +0100855 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100856 <!-- Permissions prompt -->
Tao Baie1b6b3b2014-05-13 13:55:52 -0700857 <string name="permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to use your <xliff:g id="resources" example="camera, microphone">%s</xliff:g>.</string>
858 <string name="permissions_prompt_allow">Allow</string>
859 <string name="permissions_prompt_deny">Deny</string>
860 <string name="permissions_prompt_remember">Remember preference</string>
Tao Bai9971e3f2014-07-16 14:10:22 -0700861 <string name="resource_protected_media_id">protected media ID</string>
Tao Baie1b6b3b2014-05-13 13:55:52 -0700862 <string name="resource_video_capture">camera</string>
863 <string name="resource_audio_capture">microphone</string>
Steve Block8844d192009-09-29 13:14:41 +0100864 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string>
865 <string name="geolocation_permissions_prompt_share">Share location</string>
866 <string name="geolocation_permissions_prompt_dont_share">Decline</string>
867 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
Steve Blockc9f6d7a2009-10-16 18:19:08 +0100868 <!-- Permissions prompt toast -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700869 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
870 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
Steve Blockbbd84a52011-08-30 10:55:58 +0100871 <!-- Settings -> Advanced -> Website settings -> <origin> -->
Steve Blockf344d032009-07-30 10:50:45 +0100872 <string name="geolocation_settings_page_title">Clear location access</string>
873 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700874 <string name="geolocation_settings_page_summary_not_allowed">This site can\'t currently access your location</string>
Steve Blockf344d032009-07-30 10:50:45 +0100875 <!-- Settings page dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700876 <string name="geolocation_settings_page_dialog_message">Clear location access for this website?</string>
877 <string name="geolocation_settings_page_dialog_ok_button">OK</string>
Steve Blockf344d032009-07-30 10:50:45 +0100878 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100879 <!-- Label for the menu item in the website settings activity used to clear data stored by all websites -->
Roy West7d9e4242009-09-18 16:29:38 -0700880 <string name="website_settings_clear_all">Clear all</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700881 <string name="website_settings_clear_all_dialog_message">Delete all website data and location permissions?</string>
882 <string name="website_settings_clear_all_dialog_ok_button">OK</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100883 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
884
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000885 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700886 <string name="progress_dialog_setting_wallpaper">Setting wallpaper\u2026</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000887
Roy West7d9e4242009-09-18 16:29:38 -0700888 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
889 <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100890 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
891 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100892
Jeff Hamilton84029622010-08-05 14:29:28 -0500893 <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500894 is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] -->
Jeff Hamilton84029622010-08-05 14:29:28 -0500895 <string name="defaultBookmarksUpButton">Bookmarks</string>
Jeff Davidson43610292010-07-16 16:03:58 -0700896
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500897 <!-- The string that is displayed when there are no bookmarks to display.
898 This is centered in the middle of the screen [CHAR LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700899 <string name="empty_bookmarks_folder">No bookmarks.</string>
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500900
John Reckd18ac4b2012-04-12 17:27:34 -0700901 <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] -->
902 <string name="other_bookmarks">Other Bookmarks</string>
903
Jeff Davidson43610292010-07-16 16:03:58 -0700904 <!-- Access point for RLZ tracking. -->
905 <string name="rlz_access_point">Y1</string>
906
John Reckade30db2011-01-27 11:28:41 -0800907 <!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] -->
908 <string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string>
909
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500910 <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] -->
911 <string name="import_bookmarks_dialog_title">Sync with Google account</string>
912
913 <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700914 <string name="import_bookmarks_dialog_description">Bookmarks on this device are not yet associated with a Google account. Save these bookmarks by adding them to an account. Delete these bookmarks if you don\'t want to sync them.</string>
John Reck00c71512011-03-08 17:43:31 -0800915
916 <!-- Description for selecting the account to add bookmarks to and begin syncing with [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700917 <string name="import_bookmarks_dialog_select_add_account">Add bookmarks currently on this device and begin syncing with Google account</string>
John Reck00c71512011-03-08 17:43:31 -0800918
919 <!-- Description for selecting the account to sync with and delete local bookmarks [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700920 <string name="import_bookmarks_dialog_delete_select_account">Delete bookmarks currently on this device and begin syncing with Google account</string>
John Reck00c71512011-03-08 17:43:31 -0800921
922 <!-- Description confirming user's choice to delete bookmarks [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700923 <string name="import_bookmarks_dialog_confirm_delete">Delete bookmarks currently on this device and begin syncing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>?</string>
John Reck00c71512011-03-08 17:43:31 -0800924
925 <!-- Description confirming user's choice to add bookmarks to an account [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700926 <string name="import_bookmarks_dialog_confirm_add">Add bookmarks currently on this device and begin syncing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>?</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500927
928 <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
John Reck00c71512011-03-08 17:43:31 -0800929 <string name="import_bookmarks_dialog_remove">Delete bookmarks</string>
930
931 <!-- Sync bookmarks wizard option to go to the next screen [CHAR-LIMIT=30] -->
932 <string name="import_bookmarks_wizard_next">Next</string>
933
934 <!-- Sync bookmarks wizard option to go to the previous screen [CHAR-LIMIT=30] -->
935 <string name="import_bookmarks_wizard_previous">Previous</string>
936
937 <!-- Sync bookmarks wizard option to cancel sync setup [CHAR-LIMIT=30] -->
938 <string name="import_bookmarks_wizard_cancel">Cancel</string>
939
940 <!-- Sync bookmarks wizard option to finish sync setup [CHAR-LIMIT=30] -->
941 <string name="import_bookmarks_wizard_done">Done</string>
942
943 <!-- 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] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700944 <string name="import_bookmarks_dialog_add">Add bookmarks to Google account</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500945
946 <!-- 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] -->
947 <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 Kolbba99c5d2010-11-29 14:57:41 -0800948
949 <!-- Url Selection Action Mode -->
950
951 <!-- Menu item to share URL selection [CHAR LIMIT=30] -->
952 <string name="menu_share_url">Share</string>
953
Michael Kolb843510f2010-12-09 10:51:49 -0800954 <!-- Toast to inform the user that the maximum number of tabs has been
955 reached. [CHAR LIMIT=50] -->
956 <string name="max_tabs_warning">No more tabs available</string>
957
Narayan Kamath5119edd2011-02-23 15:49:17 +0000958 <!-- The label used by the instant search labs feature when shown in
959 the search engines list (Preferences->Advanced->Set search engine
960 [CHAR LIMIT=80] -->
961 <string name="instant_search_label">Google with Instant (Labs)</string>
John Reck8fc22a12011-06-16 14:57:41 -0700962 <!-- Font size preview label in settings [CHAR LIMIT=30] -->
963 <string name="preview">Preview</string>
John Reck71efc2b2011-05-09 16:54:28 -0700964 <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] -->
965 <string name="local_bookmarks">Local</string>
John Reck42229bc2011-08-19 13:26:43 -0700966 <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] -->
967 <string name="ua_switcher_desktop">Request desktop site</string>
Michael Kolb14612442011-06-24 13:06:29 -0700968 <!-- Preload permission label [CHAR LIMIT=40] -->
969 <string name="permission_preload_label">Preload results</string>
John Reck40a36612011-07-20 14:40:20 -0700970 <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700971 <string name="empty_snapshots_folder">No saved pages.</string>
John Reck40a36612011-07-20 14:40:20 -0700972 <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] -->
973 <string name="remove_snapshot">Delete saved page</string>
John Reckf26ff632011-07-29 10:56:07 -0700974 <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] -->
975 <string name="snapshot_go_live">Go live</string>
Michael Kolb30adae62011-07-29 13:37:05 -0700976
977 <!-- Accessibility content descriptions -->
978
979 <!-- Content description for back button [CHAR LIMIT=NONE] -->
980 <string name="accessibility_button_back">Go back</string>
981 <!-- Content description for forward button [CHAR LIMIT=NONE] -->
982 <string name="accessibility_button_forward">Go forward</string>
983 <!-- Content description for refresh button [CHAR LIMIT=NONE] -->
984 <string name="accessibility_button_refresh">Refresh page</string>
985 <!-- Content description for stop button [CHAR LIMIT=NONE] -->
986 <string name="accessibility_button_stop">Stop page load</string>
987 <!-- Content description for add bookmark button [CHAR LIMIT=NONE] -->
988 <string name="accessibility_button_addbookmark">Bookmark page</string>
989 <!-- Content description for search button [CHAR LIMIT=NONE] -->
990 <string name="accessibility_button_search">Search</string>
991 <!-- Content description for voice search button [CHAR LIMIT=NONE] -->
992 <string name="accessibility_button_voice">Start voice search</string>
993 <!-- Content description for bookmarks button [CHAR LIMIT=NONE] -->
994 <string name="accessibility_button_bookmarks">Bookmarks</string>
995 <!-- Content description for close tab button [CHAR LIMIT=NONE] -->
996 <string name="accessibility_button_closetab">Close tab</string>
997 <!-- Content description for new tab button [CHAR LIMIT=NONE] -->
998 <string name="accessibility_button_newtab">Open new tab</string>
999 <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] -->
1000 <string name="accessibility_button_newincognitotab">Open new incognito tab</string>
1001 <!-- Content description for clear button [CHAR LIMIT=NONE] -->
1002 <string name="accessibility_button_clear">Clear input</string>
1003 <!-- Content description for user agent switcher [CHAR LIMIT=NONE] -->
1004 <string name="accessibility_button_uaswitch">Switch user agent</string>
1005 <!-- Content description for go button [CHAR LIMIT=NONE] -->
1006 <string name="accessibility_button_go">Go</string>
1007
1008 <!-- Content description for tab switcher button [CHAR LIMIT=NONE] -->
1009 <string name="accessibility_button_navscreen">Page manager</string>
1010 <!-- Content description for overflow menu button [CHAR LIMIT=NONE] -->
1011 <string name="accessibility_button_more">More options</string>
1012
1013 <!-- Content description for incognito state [CHAR LIMIT=NONE] -->
1014 <string name="accessibility_state_incognito">Incognito page</string>
1015 <!-- Content description for frozen state [CHAR LIMIT=NONE] -->
1016 <string name="accessibility_state_frozen">Saved page</string>
1017
1018 <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] -->
1019 <string name="accessibility_transition_navscreen">Tab management</string>
John Reckaac2ce02012-09-21 14:17:47 -07001020 <!-- Content description for navigating up in the bookmark folder hierarchy [CHAR LIMIT=NONE] -->
1021 <string name="accessibility_button_bookmarks_folder_up">Previous folder</string>
Michael Kolb30adae62011-07-29 13:37:05 -07001022
LuK13372be2de92015-12-17 21:32:46 +08001023 <!-- Permission check -->
1024 <string name="permission_not_granted_dialog_title">Permission not granted</string>
1025 <string name="permission_not_granted_dialog_message">The permission to write to external storage was not granted. Cannot download.</string>
1026 <string name="browser_error_title">Browser error</string>
1027 <string name="dialog_dismiss">Dismiss</string>
1028 <string name="error_permissions">The app does not have critical permissions needed to run. Please check your permissions settings.</string>
1029
The Android Open Source Project0c908882009-03-03 19:32:16 -08001030</resources>