blob: 9bf1dcb0ca346f8330c6e228d1bea06d7a7d5267 [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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
The Android Open Source 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] -->
36 <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 -->
38 <string name="added_to_bookmarks">Added to bookmarks</string>
39 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
40 <string name="removed_from_bookmarks">Removed from bookmarks</string>
41 <!-- Sign-in dialog -->
42 <!-- This is used as the title of a dialog which is used to sign in to a secure site.
43 "%s1"is replaced with the host and "%s2" with realm -->
44 <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
45 <!-- Prompt for an input box that allows the user to enter their login name -->
46 <string name="username">Name</string>
47 <!-- Prompt for an input box that allows the user to enter their password -->
48 <string name="password">Password</string>
49 <!-- The label on the "sign in" button -->
50 <string name="action">Sign in</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010051 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010052 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080053 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
54 <string name="cancel">Cancel</string>
55 <!-- Label for a confirm button. Used in multiple contexts. -->
56 <string name="ok">OK</string>
57
Leon Scroggins81db3662009-06-04 17:45:11 -040058 <!-- Displayed on the title bar while the page is loading -->
59 <string name="title_bar_loading">Loading\u2026</string>
60
The Android Open Source Project0c908882009-03-03 19:32:16 -080061 <!-- Menu item -->
62 <string name="page_info">Page info</string>
63 <!-- Label for a button on an SSL error dialog that allows the user to see
64 Page info screen for the current page -->
65 <string name="page_info_view">View page info</string>
66 <!-- Page Info dialog strings -->
67 <!-- Noun. The url for the current page. Displayed on the Page Info
68 screen. -->
69 <string name="page_info_address">Address:</string>
70
71 <!-- SSL Error dialogs -->
72 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
73 <!-- Label for a button on an SSL error dialog that lets the user continue
74 and view the page despite the error -->
75 <string name="ssl_continue">Continue</string>
76 <!-- Title for an SSL error dialog -->
77 <string name="security_warning">Security warning</string>
78 <!-- Label for a button on an SSL error dialog that lets the user view the
79 certificate -->
80 <string name="view_certificate">View certificate</string>
Ben Murdocha49b8292010-11-16 11:56:04 +000081 <!-- Label for a button on an SSL error dialog that lets the user go back to
82 the last page they were on instead of continuing to the new page. [CHAR-LIMIT=20] -->
83 <string name="ssl_go_back">Go back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080084
85 <!-- Message in an SSL Error dialog -->
86 <string name="ssl_untrusted">This certificate is not from a trusted authority.</string>
87 <!-- Message in an SSL Error dialog -->
88 <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string>
89 <!-- Message in an SSL Error dialog -->
90 <string name="ssl_expired">This certificate has expired.</string>
91 <!-- Message in an SSL Error dialog -->
92 <string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
Kristian Monsen9eb0e892011-07-13 20:22:37 +010093 <!-- Message in an SSL Error dialog -->
94 <string name="ssl_date_invalid">This certificate has an invalid date.</string>
95 <!-- Message in an SSL Error dialog -->
96 <string name="ssl_invalid">This certificate is invalid.</string>
97 <!-- Message in an SSL Error dialog -->
98 <string name="ssl_unknown">Unknown certificate error.</string>
99
The Android Open Source Project0c908882009-03-03 19:32:16 -0800100 <!-- Toast informing the user that loading has stopped for the current page. -->
101 <string name="stopping">Stopping\u2026</string>
102 <!-- Menu item to stop the current page from loading. -->
103 <string name="stop">Stop</string>
104 <!-- Menu item to reload or refresh the current page. -->
105 <string name="reload">Refresh</string>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400106 <!-- Menu item to go back to the previous page -->
107 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800108 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
109 <string name="forward">Forward</string>
110 <!-- Button label to confirm saving a bookmark. -->
111 <string name="save">OK</string>
112 <!-- Button label to cancel saving a bookmark. -->
113 <string name="do_not_save">Cancel</string>
114 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400115 <string name="location">Address</string>
John Reck2eec4c32011-05-11 15:55:32 -0700116 <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to -->
117 <string name="account">Account</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400118 <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark -->
119 <string name="containing_folder">Add to</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400120 <!-- Default name for a new folder and label for a button that allows the user to create a new folder
121 in the add bookmark dialog -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400122 <string name="new_folder">New folder</string>
John Reckc8490812010-11-22 14:15:36 -0800123 <!-- Context menu item to edit a folder [CHAR LIMIT=50] -->
124 <string name="edit_folder">Edit folder</string>
125 <!-- Context menu item to delete a folder [CHAR LIMIT=50] -->
126 <string name="delete_folder">Delete folder</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400127 <!-- Label stating that the currently open folder has no subfolders
128 in the add bookmark dialog [CHAR-LIMIT=none]-->
129 <string name="no_subfolders">No subfolders</string>
Leon Scroggins88d08032010-10-21 15:17:10 -0400130 <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]-->
131 <string name="add_to_bookmarks_menu_option">Bookmarks</string>
132 <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]-->
133 <string name="add_to_homescreen_menu_option">Home screen</string>
134 <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]-->
135 <string name="add_to_other_folder_menu_option">Other folder\u2026</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800136 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
Michael Kolbd40ac1a2010-09-29 00:23:46 -0700137 <string name="name">Label</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800138 <!-- Initial value in Location field in Bookmark dialog box -->
139 <string name="http">http://</string>
John Reckfe32e432010-11-05 14:13:01 -0700140 <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400141 <string name="save_to_bookmarks">Add to Bookmarks</string>
142 <!-- Title of the dialog to bookmark a page -->
143 <string name="bookmark_this_page">Bookmark this page</string>
Leon Scroggins75630672011-01-13 17:56:15 -0500144 <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] -->
145 <string name="remove">Remove</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800146 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
147 <string name="edit_bookmark">Edit bookmark</string>
John Reckfe32e432010-11-05 14:13:01 -0700148 <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] -->
Michael Kolbc7485ae2010-09-03 10:10:58 -0700149 <string name="create_shortcut_bookmark">Add shortcut to home</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800150 <!-- Context menu item to open the currently highlighted bookmark -->
151 <string name="open_bookmark">Open</string>
152 <!-- Menu item to remove the currently highlighted bookmark-->
153 <string name="remove_bookmark">Delete bookmark</string>
Leon Scroggins186e5932009-07-28 14:14:48 -0400154 <!-- Context menu item to remove a history item from bookmarks -->
155 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800156 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
157 <string name="remove_history_item">Remove from history</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400158 <!-- Context menu item for setting the bookmark/history item as the homepage -->
159 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800160 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
161 <string name="bookmark_saved">Saved to bookmarks.</string>
Ben Murdoch1794fe22009-09-29 18:14:30 +0100162 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
163 <string name="bookmark_not_saved">Unable to save bookmark.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400164 <!-- Toast confirming that the homepage has been set -->
Roy West7d9e4242009-09-18 16:29:38 -0700165 <string name="homepage_set">Homepage set.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800166 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
167 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
168 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
169 <string name="bookmark_needs_url">"Bookmark must have a location."</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800170 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
171 <string name="bookmark_url_not_valid">URL is not valid.</string>
Ben Murdochde353622009-10-12 10:29:00 +0100172 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
173 <string name="bookmark_cannot_save_url">This URL cannot be bookmarked.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800174 <!-- Title of a confirmation dialog when the user deletes a bookmark-->
175 <string name="delete_bookmark">Delete</string>
176 <!-- 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
178 currently on, but is not visible because the bookmarks page is
179 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 -->
195 <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</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>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800202 <!-- Menu item to open the bookmarks page. This is a shorter version that
203 is displayed with an icon -->
204 <string name="bookmarks">Bookmarks</string>
205 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
206 <string name="shortcut_bookmark">Bookmark</string>
John Recka6bebc02011-08-12 16:02:08 -0700207 <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] -->
208 <string name="shortcut_bookmark_title">Pick a bookmark</string>
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800209 <!-- Menu item to display the History of previously visited pages -->
210 <string name="history">History</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800211 <!-- Menu item for viewing downloads from the browser -->
212 <string name="menu_view_download">Downloads</string>
Leon Scrogginsc6fa1102009-09-21 10:40:01 -0400213 <!-- Context menu item for copying the url of the current page from the
214 title bar -->
215 <string name="copy_page_url">Copy page url</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800216 <!-- Menu item -->
217 <string name="share_page">Share page</string>
John Reck2bc80422011-06-30 15:11:49 -0700218 <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] -->
219 <string name="menu_save_snapshot">Save for offline reading</string>
220 <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700221 <string name="snapshot_failed">Couldn\'t save for offline reading.</string>
John Reckc8490812010-11-22 14:15:36 -0800222 <!-- The number of bookmarks in a folder [CHAR LIMT=50] -->
223 <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string>
224 <!-- No bookmarks in the folder [CHAR LIMIT=50] -->
225 <string name="contextheader_folder_empty">Empty folder</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800226 <!-- Context Menu item open the currently selected link in the current
227 window.-->
228 <string name="contextmenu_openlink">Open</string>
229 <!-- Context Menu item to open the currently selected link in a new
230 window. -->
John Recke3da7d62011-08-10 13:40:23 -0700231 <string name="contextmenu_openlink_newwindow">Open in new tab</string>
Michael Kolb2dd65c82011-01-14 11:07:38 -0800232 <!-- Context Menu item to open the currently selected link in a new
233 background window. [CHAR LIMIT=50] -->
John Recke3da7d62011-08-10 13:40:23 -0700234 <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800235 <!-- Context Menu item to save the webpage referred to by this link to the
236 SD card (external storage) -->
237 <string name="contextmenu_savelink">Save link</string>
John Reck47523c62011-01-18 11:18:16 -0800238 <!-- Context Menu item to send the url of the selected link to someone else,
239 via Gmail or another app [CHAR LIMIT=50] -->
240 <string name="contextmenu_sharelink">Share link</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800241 <!-- Context Menu item -->
242 <string name="contextmenu_copy">Copy</string>
243 <!-- Context Menu item to copy the url of the selected link to the
244 clipboard -->
245 <string name="contextmenu_copylink">Copy link URL</string>
246 <!-- Context Menu item to save the image to external storage -->
247 <string name="contextmenu_download_image">Save image</string>
248 <!-- Context Menu item to view the image by itself in the browser -->
249 <string name="contextmenu_view_image">View image</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000250 <!-- Context Menu item to set the image as the home screen wallpaper -->
251 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
252
The Android Open Source Project0c908882009-03-03 19:32:16 -0800253 <!-- Context Menu item to open the dialer app with the selected phone number
254 -->
255 <string name="contextmenu_dial_dot">Dial\u2026</string>
256 <!-- Context Menu item to add the selected phone number to the address book.
257 -->
258 <string name="contextmenu_add_contact">Add contact</string>
259 <!-- Context Menu item to send an email using the selected email address.-->
260 <string name="contextmenu_send_mail">Send email</string>
261 <!-- Context Menu item to show the currently selected address in the Maps
262 application -->
263 <string name="contextmenu_map">Map</string>
264
Andrei Popescu10fdba82009-09-24 13:25:47 +0100265 <!-- Title of the dialog used for selecting the application that should be
266 used for sharing a link (e.g. Gmail or another app). See also
267 contextmenu_sharelink above -->
268 <string name="choosertitle_sharevia">Share via</string>
269
The Android Open Source Project0c908882009-03-03 19:32:16 -0800270 <!-- Used as the title of dialogs in the Browser Settings confirming that
271 the user wants to clear (cache, history, or cookie data) -->
272 <string name="clear">Clear</string>
273
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800274 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
275 <url of new bookmark>?" -->
276 <string name="replace">Replace</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800277
278 <!-- Title displayed when the bookmarks page is shown -->
279 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
280
281
282 <!-- Settings screen strings -->
283 <!-- Menu item to open the Settings screen -->
284 <string name="menu_preferences">Settings</string>
285 <!-- Settings screen, section title -->
286 <string name="pref_content_title">Page content settings</string>
287 <!-- Settings label -->
288 <string name="pref_content_load_images">Load images</string>
289 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700290 <string name="pref_content_load_images_summary">Display images on web pages</string>
John Reck741a46f2011-03-08 11:01:23 -0800291 <!-- Settings label [CHAR LIMIT=30] -->
292 <string name="pref_content_block_popups">Block pop-ups</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800293 <!-- Settings label -->
294 <string name="pref_content_javascript">Enable JavaScript</string>
295 <!-- Settings label -->
296 <string name="pref_content_open_in_background">Open in background</string>
Grace Kloba674f39a2009-09-23 13:33:10 -0700297 <!-- Settings label -->
298 <string name="pref_content_plugins">Enable plug-ins</string>
Patrick Scotte536b332010-03-22 10:19:32 -0400299 <!-- Plugin options -->
300 <string-array name="pref_content_plugins_choices">
301 <item>Always on</item>
302 <item>On demand</item>
303 <item>Off</item>
304 </string-array>
Eric Fischer184f08b2010-03-23 15:32:40 -0700305 <string-array name="pref_content_plugins_values" translatable="false">
Patrick Scotte536b332010-03-22 10:19:32 -0400306 <item>ON</item>
307 <item>ON_DEMAND</item>
308 <item>OFF</item>
309 </string-array>
John Reck47adc5f2011-01-18 14:42:45 -0800310 <!-- Settings summary [CHAR LIMIT=50]-->
John Recke3da7d62011-08-10 13:40:23 -0700311 <string name="pref_content_open_in_background_summary">Open new tabs behind the current one</string>
John Reck741a46f2011-03-08 11:01:23 -0800312 <!-- Settings label [CHAR LIMIT=50] -->
313 <string name="pref_content_homepage">Set homepage</string>
Bjorn Bringertd69f51d2010-09-13 14:06:41 +0100314 <!-- Settings label -->
315 <string name="pref_content_search_engine">Set search engine</string>
316 <!-- Settings summary -->
317 <string name="pref_content_search_engine_summary">Select a search engine</string>
John Reck33bbb802010-10-26 17:13:42 -0700318 <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] -->
319 <string name="pref_set_homepage_to">Set to\u2026</string>
John Reck961d35d2011-06-23 09:45:54 -0700320 <string-array name="pref_homepage_choices">
321 <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] -->
322 <item>Current page</item>
323 <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] -->
324 <item>Blank page</item>
325 <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] -->
326 <item>Default page</item>
John Reck7980ecd2011-07-17 14:16:35 -0700327 <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] -->
328 <item>Most visited sites</item>
John Reck961d35d2011-06-23 09:45:54 -0700329 <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] -->
330 <item>Other\u2026</item>
331 </string-array>
332 <string-array name="pref_homepage_values" translatable="false">
333 <item>current</item>
334 <item>blank</item>
335 <item>default</item>
336 <item>most_visited</item>
337 <item>other</item>
338 </string-array>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800339 <!-- Settings label -->
340 <string name="pref_content_autofit">Auto-fit pages</string>
341 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700342 <string name="pref_content_autofit_summary">Format web pages to fit the screen</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500343
John Reck035a5642010-12-21 18:51:27 -0800344 <!-- Settings screen & section title for "General settings". These include things like
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500345 configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] -->
John Reck035a5642010-12-21 18:51:27 -0800346 <string name="pref_general_title">General</string>
347 <!-- Settings category for sync under general settings. This includes bookmark sync with Chrome [CHAR-LIMIT=50] -->
348 <string name="pref_general_sync_title">Sync</string>
349 <!-- Settings category for autofill under general. [CHAR-LIMIT=50] -->
John Reck567cd1b2011-03-09 12:52:15 -0800350 <string name="pref_general_autofill_title">Auto-fill</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500351
Ben Murdochaf554522010-09-10 22:09:30 +0100352 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
John Reck741a46f2011-03-08 11:01:23 -0800353 <string name="pref_autofill_enabled">Form auto-fill</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100354 <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] -->
355 <string name="pref_autofill_enabled_summary">Fill out web forms in a single click</string>
356 <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
John Reck741a46f2011-03-08 11:01:23 -0800357 <string name="pref_autofill_profile_editor">Auto-fill data</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100358 <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
John Reck741a46f2011-03-08 11:01:23 -0800359 <string name="pref_autofill_profile_editor_summary">Enter and save data for auto-filling web form fields</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100360
Patrick Scott539e2ec2011-01-13 11:27:38 -0500361 <!-- Auto login preference title [CHAR-LIMIT=32] -->
362 <string name="pref_autologin_title">Automatic Google sign-in</string>
Patrick Scott539e2ec2011-01-13 11:27:38 -0500363 <!-- Message shown during auto login [CHAR-LIMIT=none] -->
Patrick Scottec489fb2011-03-16 13:30:50 -0400364 <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g></string>
Patrick Scotte363e932011-03-08 13:37:01 -0500365 <!-- Auto-login bar description [CHAR-LIMIT=40] -->
John Reck12472f62011-04-27 15:32:10 -0700366 <string name="autologin_bar_text">Sign in as</string>
Patrick Scotte363e932011-03-08 13:37:01 -0500367 <!-- Login button [CHAR-LIMIT=10] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700368 <string name="autologin_bar_login_text">Sign in</string>
John Reck12472f62011-04-27 15:32:10 -0700369 <!-- Hide button [CHAR-LIMIT=10] -->
370 <string name="autologin_bar_hide_text">Hide</string>
Patrick Scotte363e932011-03-08 13:37:01 -0500371 <!-- Login failure text [CHAR-LIMIT=25] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700372 <string name="autologin_bar_error">Couldn\'t sign in.</string>
Patrick Scott539e2ec2011-01-13 11:27:38 -0500373
Ben Murdoch4db3a2c2010-12-07 11:48:46 +0000374 <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] -->
John Reck567cd1b2011-03-09 12:52:15 -0800375 <string name="autofill_profile_editor_heading">Enter the data you want to auto-fill in web fields when you touch them.</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100376 <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100377 <string name="autofill_profile_editor_name">Full name:</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100378 <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100379 <string name="autofill_profile_editor_email_address">Email:</string>
380 <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
381 <string name="autofill_profile_editor_company_name">Company name:</string>
382 <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
383 <string name="autofill_profile_editor_address_line_1">Address line 1:</string>
384 <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] -->
385 <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string>
386 <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
387 <string name="autofill_profile_editor_address_line_2">Address line 2:</string>
388 <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] -->
389 <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor etc.</string>
390 <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] -->
391 <string name="autofill_profile_editor_city">City / Town:</string>
392 <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] -->
393 <string name="autofill_profile_editor_state">State / Province / Region:</string>
394 <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] -->
395 <string name="autofill_profile_editor_zip_code">Zip code:</string>
396 <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] -->
397 <string name="autofill_profile_editor_country">Country:</string>
398 <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] -->
399 <string name="autofill_profile_editor_phone_number">Phone:</string>
Ben Murdoch9d9306d2011-01-18 16:06:00 +0000400 <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] -->
401 <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100402
Ben Murdochaf554522010-09-10 22:09:30 +0100403 <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
404 <string name="autofill_profile_editor_save_profile">Save profile</string>
Ben Murdoch0cb81892010-10-08 12:41:33 +0100405 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
406 <string name="autofill_profile_successful_save">Profile saved</string>
Ben Murdoch23da30e2010-10-26 15:18:44 +0100407 <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] -->
408 <string name="autofill_profile_successful_delete">Profile deleted</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100409 <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] -->
Ben Murdoch4db3a2c2010-12-07 11:48:46 +0000410 <string name="autofill_profile_editor_delete_profile">Delete profile</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100411
Ben Murdochb7e6f942011-07-08 13:00:21 +0100412 <!-- Title on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=32] -->
Ben Murdoch621980e2011-07-08 18:18:57 +0100413 <string name="autofill_setup_dialog_title">Setup auto-fill?</string>
Ben Murdoch8029a772010-11-16 11:58:21 +0000414 <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] -->
415 <string name="autofill_setup_dialog_message">Browser can automatically complete web forms like this one. Would you like to set up your profile?</string>
416 <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure
417 it through the Browser Settings menu. [CHAR-LIMIT=NONE] -->
John Reck567cd1b2011-03-09 12:52:15 -0800418 <string name="autofill_setup_dialog_negative_toast">Auto-fill can always be configured through Browser Settings.</string>
Ben Murdoch1d676b62011-01-17 12:54:24 +0000419 <!-- 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.
420 The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
John Reck567cd1b2011-03-09 12:52:15 -0800421 <string name="disable_autofill">Disable auto-fill</string>
Ben Murdoch8029a772010-11-16 11:58:21 +0000422
John Reck035a5642010-12-21 18:51:27 -0800423 <!-- Settings screen, section title [CHAR-LIMIT=50] -->
John Reck741a46f2011-03-08 11:01:23 -0800424 <string name="pref_privacy_security_title">Privacy &amp; security</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800425 <!-- Settings label -->
426 <string name="pref_privacy_clear_cache">Clear cache</string>
427 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100428 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800429 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700430 <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be deleted.</string>
John Reck035a5642010-12-21 18:51:27 -0800431 <!-- Cookie settings category [CHAR-LIMIT=50] -->
432 <string name="pref_privacy_cookies_title">Cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800433 <!-- Settings label -->
434 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
435 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700436 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800437 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700438 <string name="pref_privacy_clear_cookies_dlg">All cookies will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800439 <!-- Settings label -->
440 <string name="pref_privacy_clear_history">Clear history</string>
441 <!-- Settings summary -->
442 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
443 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700444 <string name="pref_privacy_clear_history_dlg">The browser navigation history will be deleted.</string>
John Reck035a5642010-12-21 18:51:27 -0800445 <!-- Formdata settings category [CHAR-LIMIT=50] -->
446 <string name="pref_privacy_formdata_title">Form data</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800447 <!-- Settings label -->
448 <string name="pref_privacy_clear_form_data">Clear form data</string>
449 <!-- Settings summary -->
450 <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string>
451 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700452 <string name="pref_privacy_clear_form_data_dlg">All saved form data will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800453 <!-- Settings label -->
454 <string name="pref_privacy_clear_passwords">Clear passwords</string>
455 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700456 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800457 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700458 <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be deleted.</string>
John Reck035a5642010-12-21 18:51:27 -0800459 <!-- Location settings category [CHAR-LIMIT=50] -->
460 <string name="pref_privacy_location_title">Location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100461 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100462 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100463 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100464 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100465 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100466 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100467 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100468 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100469 <!-- Confirmation dialog message -->
Steve Blockf344d032009-07-30 10:50:45 +0100470 <string name="pref_privacy_clear_geolocation_access_dlg">Clear location access for all websites</string>
John Reck035a5642010-12-21 18:51:27 -0800471 <!-- Passwords settings category [CHAR-LIMIT=50] -->
472 <string name="pref_security_passwords_title">Passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800473 <!-- Settings label -->
474 <string name="pref_security_remember_passwords">Remember passwords</string>
475 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700476 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800477 <!-- Settings label -->
478 <string name="pref_security_save_form_data">Remember form data</string>
479 <!-- Settings summary -->
480 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
481 <!-- Settings label -->
482 <string name="pref_security_show_security_warning">Show security warnings</string>
483 <!-- Settings summmary -->
484 <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string>
485 <!-- Settings label -->
486 <string name="pref_security_accept_cookies">Accept cookies</string>
487 <!-- Settings summary -->
488 <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string>
John Reck7dc444b2011-06-16 17:44:29 -0700489 <!-- Settings text size options; appear in Text size dialog box [CHAR LIMIT=30] -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800490 <string-array name="pref_text_size_choices">
491 <item>Tiny</item>
492 <item>Small</item>
493 <item>Normal</item>
494 <item>Large</item>
495 <item>Huge</item>
496 </string-array>
John Reck40badf22011-04-20 15:31:13 -0700497 <!-- Label for minimum font size [CHAR LIMIT=30] -->
498 <string name="pref_min_font_size">Minimum font size</string>
John Reck7dc444b2011-06-16 17:44:29 -0700499 <!-- Label for the current minimum font size value [CHAR LIMIT=6] -->
500 <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string>
501 <!-- Label for text zoom (percent) [CHAR LIMIT=30] -->
502 <string name="pref_text_zoom">Text zoom</string>
John Reck92f25f82011-04-26 16:57:10 -0700503 <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
504 <string name="pref_force_userscalable">Force enable zoom</string>
505 <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
506 <string name="pref_force_userscalable_summary">Whether or not to override a website\'s request to control zoom behavior</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700507 <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] -->
508 <string name="pref_inverted_category">Inverted Screen Rendering</string>
509 <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
510 <string name="pref_inverted">Inverted Rendering</string>
511 <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] -->
512 <string name="pref_inverted_summary">Enable inverted rendering. Black will become white and vice versa.</string>
513 <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] -->
514 <string name="pref_inverted_contrast">Contrast</string>
Grace Kloba2f830682009-06-25 11:08:53 -0700515 <!-- Settings label -->
516 <string name="pref_default_zoom">Default zoom</string>
517 <!-- Settings default zoom options; appear in default zoom dialog box -->
518 <string-array name="pref_default_zoom_choices">
519 <item>Far</item>
520 <item>Medium</item>
521 <item>Close</item>
522 </string-array>
523 <!-- Title of dialog for setting the default zoom -->
524 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
525 <!-- Do not translate -->
526 <string-array name="pref_default_zoom_values" translatable="false">
527 <item><xliff:g>FAR</xliff:g></item>
528 <item><xliff:g>MEDIUM</xliff:g></item>
529 <item><xliff:g>CLOSE</xliff:g></item>
530 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700531 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700532 <string name="pref_content_load_page">Open pages in overview</string>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700533 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700534 <string name="pref_content_load_page_summary">Show overview of newly opened pages</string>
John Reck856933b2011-01-06 19:18:57 -0800535 <!-- Settings screen, section title [CHAR LIMIT=50] -->
John Reck035a5642010-12-21 18:51:27 -0800536 <string name="pref_extras_title">Advanced</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800537 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100538 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100539 <!-- Settings summary -->
Ben Murdochbe9560d2009-11-09 09:52:21 -0800540 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
John Reck035a5642010-12-21 18:51:27 -0800541 <!-- Settings category label [CHAR-LIMIT=50] -->
542 <string name="pref_extras_reset_default_title">Reset defaults</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100543 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800544 <string name="pref_extras_reset_default">Reset to default</string>
545 <!-- Settings summary -->
Bart Sears74793742010-03-04 17:34:29 -0800546 <string name="pref_extras_reset_default_summary">Restore default settings</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800547 <!-- Confirmation dialog message -->
Bart Sears74793742010-03-04 17:34:29 -0800548 <string name="pref_extras_reset_default_dlg">Settings will revert to default values.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800549 <!-- Confirmation dialog title -->
550 <string name="pref_extras_reset_default_dlg_title">Reset to default</string>
551 <!-- Title for a group of settings -->
552 <string name="pref_development_title">Debug</string>
553 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700554 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800555 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700556 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800557 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700558 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</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_trace" translatable="false">Enable tracing</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_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800563 <!-- Do not tranlsate. Development option -->
Derek Sollenbergerffa561e2010-11-16 14:19:01 -0500564 <string name="pref_development_hardware_accel" translatable="false">Enable OpenGL Rendering</string>
565 <!-- Do not tranlsate. Development option -->
Derek Sollenberger31adf672011-07-08 11:31:30 -0400566 <string name="pref_development_hardware_accel_skia" translatable="false">Enable HW Accelerated Skia</string>
567 <!-- Do not tranlsate. Development option -->
Teng-Hui Zhu930ea222011-02-16 11:22:21 -0800568 <string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string>
569 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700570 <string name="js_engine_flags" translatable="false">Set JS flags</string>
571 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700572 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800573 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700574 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800575 <item>Android</item>
576 <item>Desktop</item>
577 <item>iPhone</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700578 <item>iPad</item>
579 <item>Froyo-N1</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700580 <item>Honeycomb-Xoom</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800581 </string-array>
582 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700583 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800584 <item>0</item>
585 <item>1</item>
586 <item>2</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700587 <item>3</item>
588 <item>4</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700589 <item>5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800590 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100591 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
John Reckba287c22011-07-26 16:13:53 -0700592 <!-- Do not translate. Development option to reset the prologin time [CHAR LIMIT=20] -->
593 <string name="pref_development_reset_prelogin" translatable="false">Reset prelogin</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800594 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700595 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800596 <!-- Options in the Default encoding dialog box -->
597 <string-array name="pref_default_text_encoding_choices">
598 <item>Latin-1 (ISO-8859-1)</item>
599 <item>Unicode (UTF-8)</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800600 <item>Chinese (GBK)</item>
601 <item>Chinese (Big5)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800602 <item>Japanese (ISO-2022-JP)</item>
603 <item>Japanese (SHIFT_JIS)</item>
604 <item>Japanese (EUC-JP)</item>
Sang-il, Lee78f276f2010-08-30 14:49:02 +0900605 <!-- No need to translate a EUC-KR part, and there is no string length limits. -->
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900606 <item>Korean (EUC-KR)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800607 <!-- TODO: We should add a lot more encodings. -->
608 </string-array>
609 <!-- Dialog box title -->
610 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
611 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700612 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800613 <item>Latin-1</item>
614 <item>UTF-8</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800615 <item>GBK</item>
616 <item>Big5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800617 <item>ISO-2022-JP</item>
618 <item>SHIFT_JIS</item>
619 <item>EUC-JP</item>
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900620 <item>EUC-KR</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800621 </string-array>
Kenny Rootcae4cd62010-04-27 14:22:32 -0700622 <string name="pref_default_text_encoding_default" translatable="false">Latin-1</string>
John Reck40badf22011-04-20 15:31:13 -0700623 <!-- Title for accessibility settings [CHAR LIMIT=25] -->
624 <string name="pref_accessibility_title">Accessibility</string>
John Reck8fc22a12011-06-16 14:57:41 -0700625 <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] -->
626 <string name="pref_font_size_category">Font size</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800627 <!-- Title for lab settings [CHAR LIMIT=25] -->
Michael Kolb467af0a2011-01-11 13:09:49 -0800628 <string name="pref_lab_title">Labs</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800629 <!-- Title for lab quick controls feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800630 <string name="pref_lab_quick_controls">Quick controls</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800631 <!-- Summary for lab quick controls feature [CHAR LIMIT=80] -->
632 <string name="pref_lab_quick_controls_summary">
John Reck741a46f2011-03-08 11:01:23 -0800633 Swipe thumb from left or right edge to access quick controls and hide Application and URL bars</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000634 <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800635 <string name="pref_use_instant_search">Google Instant</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000636 <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] -->
637 <string name="pref_use_instant_search_summary">
John Reck741a46f2011-03-08 11:01:23 -0800638 Use Google Instant when you use Google Search, to show results as you
639 type (this can increase data use).</string>
John Reckb8b2af82011-05-20 15:58:33 -0700640 <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] -->
Michael Kolbc38c6042011-04-27 10:46:06 -0700641 <string name="pref_lab_fullscreen">Fullscreen</string>
642 <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
643 <string name="pref_lab_fullscreen_summary">
644 Use fullscreen mode to hide the status bar.</string>
Michael Kolb14612442011-06-24 13:06:29 -0700645 <!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
646 <string name="pref_data_title">Bandwidth Management</string>
647 <!-- Title for search preloading [CHAR LIMIT=40] -->
648 <string name="pref_data_preload_title">Search result preloading</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100649 <!-- Search preloading options [CHAR LIMIT=20] -->
650 <string-array name="pref_data_preload_choices">
651 <item>Never</item>
652 <item>Only on Wi-Fi</item>
653 <item>Always</item>
654 </string-array>
655 <!-- Do not translate -->
656 <string name="pref_data_preload_value_never" translatable="false">NEVER</string>
657 <string name="pref_data_preload_value_wifi_only" translatable="false">WIFI_ONLY</string>
658 <string name="pref_data_preload_value_always" translatable="false">ALWAYS</string>
Mathew Inwood75905982011-09-07 14:24:06 +0100659 <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_always</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100660 <string-array name="pref_data_preload_values" translatable="false">
661 <item><xliff:g>@string/pref_data_preload_value_never</xliff:g></item>
662 <item><xliff:g>@string/pref_data_preload_value_wifi_only</xliff:g></item>
663 <item><xliff:g>@string/pref_data_preload_value_always</xliff:g></item>
664 </string-array>
Michael Kolb14612442011-06-24 13:06:29 -0700665 <!-- Summary for search preloading [CHAR LIMIT=80] -->
666 <string name="pref_data_preload_summary">Allow the browser to preload high confidence search results in the background</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100667 <!-- Title of dialog for search preloading [CHAR LIMIT=40] -->
668 <string name="pref_data_preload_dialogtitle">Search result preloading</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800669 <!-- Title for a dialog displayed when the browser has a data connectivity
670 problem -->
671 <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
672 <!-- Title for a dialog displayed when the browser runs into a file label
673 error -->
674 <string name="browserFrameFileErrorLabel">Problem with file</string>
675 <!-- Dialog box title -->
676 <string name="browserFrameFormResubmitLabel">Confirm</string>
677 <!-- Dialog box message -->
678 <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>
679 <!-- Dialog box title -->
680 <string name="loadSuspendedTitle">No network connection</string>
681 <!-- Dialog box message -->
Roy West7d9e4242009-09-18 16:29:38 -0700682 <string name="loadSuspended">Browser cannot load this page because there
Patrick Scotteb6ab2a2009-09-16 10:00:17 -0400683 is no internet connection.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800684 <!-- Menu item -->
685 <string name="clear_history">Clear history</string>
686 <!-- History screen title; appears in title bar -->
Roy West7d9e4242009-09-18 16:29:38 -0700687 <string name="browser_history">Recently visited pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800688 <!-- Appears on History screen if no history is found -->
689 <string name="empty_history">Browser history is empty.</string>
John Reckb6f83372011-06-17 17:43:12 -0700690 <!-- Menu option to load the user's home page [CHAR LIMIT=30] -->
691 <string name="go_home">Home</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800692 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
693 <string name="add_new_bookmark">Add bookmark\u2026</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400694 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
695 will add that page to bookmarks -->
696 <string name="add_bookmark_short">Add</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800697
698 <!-- This string is for the browser "Go To" UI. -->
699 <!-- 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 -0700700 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800701 <!-- This string is for the browser "Go To" UI. -->
702 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400703 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800704 <!-- This string is for the browser "Go To" UI. -->
705 <!-- This is the button label in the "Go To" UI. -->
706 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700707 <!-- The string used to describe the browser as a searchable item within system search settings. -->
708 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800709
710 <!-- Pop-up window dialog -->
711 <!-- Title for a dialog informing the user that the site is attempting to
712 display a popup window -->
713 <string name="attention">Attention</string>
714 <!-- Message for a dialog informing the user that the site is attempting to
715 display a popup window -->
716 <string name="popup_window_attempt">This site is attempting to open a
717 pop-up window.</string>
718 <!-- Label for a button to allow a particular popup window to open -->
719 <string name="allow">Allow</string>
720 <!-- Label for a button to disallow a particular popup from opening -->
721 <string name="block">Block</string>
722
723 <!-- Title for a dialog informing the user that they cannot open any more
724 windows because the limit has been reached. -->
John Recke3da7d62011-08-10 13:40:23 -0700725 <string name="too_many_windows_dialog_title">Tab limit reached</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800726 <!-- Message in a dialog telling the user that they cannot open any more
727 windows because the limit has been reached. -->
John Recke3da7d62011-08-10 13:40:23 -0700728 <string name="too_many_windows_dialog_message">Could not open a new tab because you have already opened the maximum number.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800729 <!-- Title for a dialog informing the user that they cannot open a subwindow
730 because only one can be open at a time. -->
731 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
732 <!-- Message for a dialog informing the user that they cannot open a
733 subwindow because only one can be open at a time. -->
734 <string name="too_many_subwindows_dialog_message">Could not open a new
735 pop-up window because only one can be open at any time.</string>
736
737 <!-- Download History UI strings -->
738 <string name="download_title">Download history</string>
739 <!-- Download history screen string-->
740 <string name="download_unknown_filename">&lt;Unknown&gt;</string>
741 <!-- Context menu item on Download history screen -->
742 <string name="download_menu_open">Open</string>
743 <!-- Context menu item on Download history screen -->
744 <string name="download_menu_clear">Clear from list</string>
745 <!-- Context menu item in Download history screen -->
Leon Scroggins9be17332010-01-14 15:44:06 -0500746 <string name="download_menu_delete">Delete</string>
747 <!-- Context menu item in Download history screen -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800748 <string name="download_menu_cancel">Cancel download</string>
749 <!-- Menu item -->
750 <string name="download_menu_cancel_all">Cancel all downloads</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800751 <!-- Confirmation dialog title -->
752 <string name="download_cancel_dlg_title">Cancel downloads</string>
753 <!-- Confirmation dialog message -->
754 <string name="download_cancel_dlg_msg">All <xliff:g id="download_count">%d</xliff:g> downloads will be canceled and cleared from the download history.</string>
Leon Scroggins9be17332010-01-14 15:44:06 -0500755 <!-- Confirmation dialog title -->
756 <string name="download_delete_file">File will be deleted</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800757 <!-- Dialog title -->
758 <string name="download_file_error_dlg_title">Out of space</string>
759 <!-- Dialog message -->
760 <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>
761 <!-- Title for a dialog informing the user that the download has failed -->
762 <string name="download_failed_generic_dlg_title">Download unsuccessful</string>
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] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700780 <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The USB storage is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
The Android Open Source 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 -->
Eric Fischer91e25362010-09-28 16:34:19 -0700784 <string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
Leon 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>
Leon Scrogginscf79ca62010-01-21 16:17:56 -0500788 <!-- Title for a dialog informing the user that there is no application on
789 the phone that can open the file that was downloaded -->
790 <string name="download_no_application_title">Cannot open file</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800791 <!-- Label for a button to re-attempt downloading a file -->
792 <string name="retry">Retry</string>
793 <!-- Appears in Download history screen if there is no history -->
794 <string name="no_downloads">Download history is empty.</string>
795 <!-- the following download_xxxx matches the download manager state, ie Downloads.Status -->
796 <string name="download_error">Download unsuccessful.</string>
797 <!-- Appears in Download history screen after an item has downloaded, included item size -->
798 <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string>
799 <!-- Appears in Download history screen while an item is being downloaded -->
800 <string name="download_running">Downloading\u2026</string>
801 <!-- Message in the list of items which have received download requests
802 telling their status. This message states that the download has not
803 yet begun -->
804 <string name="download_pending">Starting download\u2026</string>
805 <!-- Message in the list of items which have received download requests
806 telling their status. This message states that the download is
807 waiting for a network connection to continue -->
808 <string name="download_pending_network">Waiting for data connection\u2026</string>
809 <!-- Message in the list of items which have received download requests
810 telling their status. This message states that the download has
811 paused to wait for a network connection -->
812 <string name="download_running_paused">Waiting for data connection\u2026</string>
813 <!-- Message in the list of items which have received download requests
814 telling their status. This message states that the download has
815 been canceled -->
816 <string name="download_canceled">Download canceled.</string>
817 <!-- Message in the list of items which have received download requests
818 telling their status. This message states that the download will
819 not happen because the content is not supported by the phone -->
Roy West7d9e4242009-09-18 16:29:38 -0700820 <string name="download_not_acceptable">Cannot download. The content is not supported on this phone.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800821 <!-- Message in the list of items which have received download requests
822 telling their status. This message states that the download did not
823 finish because there is not enough storage for the file -->
824 <string name="download_file_error">Cannot finish download. There is not enough space.</string>
825 <!-- Message in the list of items which have received download requests
826 telling their status. This message states that the item cannot be
827 downloaded because it cannot determine the length of the item -->
828 <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string>
829 <!-- Message in the list of items which have received download requests
830 telling their status. This message states that the download was
831 interrupted and cannot be resumed -->
832 <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string>
833
The Android Open Source Project0c908882009-03-03 19:32:16 -0800834 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700835 <string name="dump_nav" translatable="false">Dump navigation cache</string>
Andrei Popescu7a8b88b2010-02-02 00:30:38 +0000836 <!-- Do not translate. Testing only -->
837 <string name="dump_counters" translatable="false">Dump V8 counters</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800838
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700839 <!-- The default homepage. If it starts with "http://www.google" and the
840 user signs up the device with a Google sites account, the site's
841 domain will be appended. -->
Cary Clark776878e2009-09-29 15:12:03 -0400842 <string name="homepage_base" translatable="false">
Reena Leef59fc9b2011-03-04 16:44:54 -0800843 http://www.google.com/webhp?client={CID}&amp;source=android-home</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000844 <!-- The default url for the instant_base_page. -->
845 <string name="instant_base" translatable="false">
Narayan Kamath956fbf32011-07-02 13:56:36 +0100846 http://www.google.com/webhp?client={CID}&amp;source=android-instant&amp;ion=1</string>
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700847
The Android Open Source Project0c908882009-03-03 19:32:16 -0800848 <!-- Bookmarks -->
849 <string-array name="bookmarks" translatable="false">
850 <item>Google</item>
851 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700852 <item>Picasa</item>
John Reckefcb2f02011-01-28 17:57:54 -0800853 <item>http://picasaweb.google.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800854 <item>Yahoo!</item>
855 <item>http://www.yahoo.com/</item>
856 <item>MSN</item>
857 <item>http://www.msn.com/</item>
John Reckefcb2f02011-01-28 17:57:54 -0800858 <item>Twitter</item>
859 <item>http://twitter.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800860 <item>Facebook</item>
John Reck42cb9d22011-03-03 10:14:48 -0800861 <item>http://www.facebook.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800862 <item>Wikipedia</item>
863 <item>http://www.wikipedia.org/</item>
864 <item>eBay</item>
865 <item>http://www.ebay.com/</item>
866 <item>CNN</item>
Patrick Scott70202822009-10-07 09:47:13 -0400867 <item>http://www.cnn.com/</item>
Steve Block9206d8c2009-09-30 10:46:44 +0100868 <item>NY Times</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800869 <item>http://www.nytimes.com/</item>
870 <item>ESPN</item>
Ben Murdoche64b3a02009-09-30 19:19:39 +0100871 <item>http://espn.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800872 <item>Amazon</item>
John Reck42cb9d22011-03-03 10:14:48 -0800873 <item>http://www.amazon.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800874 <item>Weather Channel</item>
875 <item>http://www.weather.com/</item>
876 <item>BBC</item>
877 <item>http://www.bbc.co.uk/</item>
878 </string-array>
879
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700880 <!-- Bookmark name for Picasa website -->
881 <string name="picasa" translatable="false">Picasa</string>
882
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700883 <!-- The description of the suggestion that lets the user search the web for the query currently
884 in the text field. -->
885 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800886
Nicolas Roard78a98e42009-05-11 13:34:17 +0100887 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100888 <!-- 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. -->
889 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
890 <string name="webstorage_outofspace_notification_text">Click to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100891 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100892 <string name="webstorage_clear_data_title">Clear stored data</string>
Shimeng (Simon) Wang90ebf5d2010-02-26 11:40:27 -0800893
Nicolas Roard78a98e42009-05-11 13:34:17 +0100894 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100895 <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
896 <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
Roy West7d9e4242009-09-18 16:29:38 -0700897 <string name="webstorage_clear_data_dialog_ok_button">Clear all</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100898 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100899 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100900 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Andrei Popescu540035d2009-09-18 18:59:20 +0100901 <!-- String shown in a progress view while a video is loading, before it starts playing -->
902 <string name="loading_video">Loading video</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100903
Steve Blockf344d032009-07-30 10:50:45 +0100904 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100905 <!-- Permissions prompt -->
Steve Block8844d192009-09-29 13:14:41 +0100906 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string>
907 <string name="geolocation_permissions_prompt_share">Share location</string>
908 <string name="geolocation_permissions_prompt_dont_share">Decline</string>
909 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
Steve Blockc9f6d7a2009-10-16 18:19:08 +0100910 <!-- Permissions prompt toast -->
Steve Blockbbd84a52011-08-30 10:55:58 +0100911 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this in Settings -&gt; Advanced -&gt; Website settings</string>
912 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this in Settings -&gt; Advanced -&gt; Website settings</string>
913 <!-- Settings -> Advanced -> Website settings -> <origin> -->
Steve Blockf344d032009-07-30 10:50:45 +0100914 <string name="geolocation_settings_page_title">Clear location access</string>
915 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
916 <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string>
917 <!-- Settings page dialog -->
918 <string name="geolocation_settings_page_dialog_title">Clear location access</string>
919 <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string>
920 <string name="geolocation_settings_page_dialog_ok_button">Clear access</string>
921 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100922 <!-- 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 -0700923 <string name="website_settings_clear_all">Clear all</string>
924 <string name="website_settings_clear_all_dialog_title">Clear all website settings?</string>
925 <string name="website_settings_clear_all_dialog_message">All website data and location permissions will be deleted.</string>
926 <string name="website_settings_clear_all_dialog_ok_button">Delete all data</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100927 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
928
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000929 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
930 <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string>
931
Roy West7d9e4242009-09-18 16:29:38 -0700932 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
933 <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100934 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
935 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100936
Jeff Hamilton84029622010-08-05 14:29:28 -0500937 <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500938 is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] -->
Jeff Hamilton84029622010-08-05 14:29:28 -0500939 <string name="defaultBookmarksUpButton">Bookmarks</string>
Jeff Davidson43610292010-07-16 16:03:58 -0700940
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500941 <!-- The string that is displayed when there are no bookmarks to display.
942 This is centered in the middle of the screen [CHAR LIMIT=NONE] -->
943 <string name="empty_bookmarks_folder">There are no bookmarks</string>
944
Jeff Davidson43610292010-07-16 16:03:58 -0700945 <!-- Access point for RLZ tracking. -->
946 <string name="rlz_access_point">Y1</string>
947
John Reckade30db2011-01-27 11:28:41 -0800948 <!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] -->
949 <string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string>
950
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500951 <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] -->
952 <string name="import_bookmarks_dialog_title">Sync with Google account</string>
953
954 <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
John Reck00c71512011-03-08 17:43:31 -0800955 <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 do not want to sync them.</string>
956
957 <!-- Description for selecting the account to add bookmarks to and begin syncing with [CHAR-LIMIT=none] -->
958 <string name="import_bookmarks_dialog_select_add_account">Add bookmarks currently on this device and begin syncing with Google Account</string>
959
960 <!-- Description for selecting the account to sync with and delete local bookmarks [CHAR-LIMIT=none] -->
961 <string name="import_bookmarks_dialog_delete_select_account">Delete bookmarks currently on this device and begin synchronizing with Google Account</string>
962
963 <!-- Description confirming user's choice to delete bookmarks [CHAR-LIMIT=none] -->
964 <string name="import_bookmarks_dialog_confirm_delete">Delete bookmarks currently on this device and begin synchronizing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>.</string>
965
966 <!-- Description confirming user's choice to add bookmarks to an account [CHAR-LIMIT=none] -->
967 <string name="import_bookmarks_dialog_confirm_add">Add bookmarks currently on this device and begin synchronizing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>.</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500968
969 <!-- 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 -0800970 <string name="import_bookmarks_dialog_remove">Delete bookmarks</string>
971
972 <!-- Sync bookmarks wizard option to go to the next screen [CHAR-LIMIT=30] -->
973 <string name="import_bookmarks_wizard_next">Next</string>
974
975 <!-- Sync bookmarks wizard option to go to the previous screen [CHAR-LIMIT=30] -->
976 <string name="import_bookmarks_wizard_previous">Previous</string>
977
978 <!-- Sync bookmarks wizard option to cancel sync setup [CHAR-LIMIT=30] -->
979 <string name="import_bookmarks_wizard_cancel">Cancel</string>
980
981 <!-- Sync bookmarks wizard option to finish sync setup [CHAR-LIMIT=30] -->
982 <string name="import_bookmarks_wizard_done">Done</string>
983
984 <!-- 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] -->
985 <string name="import_bookmarks_dialog_add">Add bookmarks to Google Account</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500986
987 <!-- 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] -->
988 <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 -0800989
990 <!-- Url Selection Action Mode -->
991
992 <!-- Menu item to share URL selection [CHAR LIMIT=30] -->
993 <string name="menu_share_url">Share</string>
994
Michael Kolb843510f2010-12-09 10:51:49 -0800995 <!-- Toast to inform the user that the maximum number of tabs has been
996 reached. [CHAR LIMIT=50] -->
997 <string name="max_tabs_warning">No more tabs available</string>
998
Narayan Kamath5119edd2011-02-23 15:49:17 +0000999 <!-- The label used by the instant search labs feature when shown in
1000 the search engines list (Preferences->Advanced->Set search engine
1001 [CHAR LIMIT=80] -->
1002 <string name="instant_search_label">Google with Instant (Labs)</string>
John Reck8fc22a12011-06-16 14:57:41 -07001003 <!-- Font size preview label in settings [CHAR LIMIT=30] -->
1004 <string name="preview">Preview</string>
John Reck71efc2b2011-05-09 16:54:28 -07001005 <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] -->
1006 <string name="local_bookmarks">Local</string>
John Reck42229bc2011-08-19 13:26:43 -07001007 <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] -->
1008 <string name="ua_switcher_desktop">Request desktop site</string>
Michael Kolb14612442011-06-24 13:06:29 -07001009 <!-- Preload permission label [CHAR LIMIT=40] -->
1010 <string name="permission_preload_label">Preload results</string>
John Reck40a36612011-07-20 14:40:20 -07001011 <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] -->
1012 <string name="empty_snapshots_folder">There are no saved pages.</string>
1013 <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] -->
1014 <string name="remove_snapshot">Delete saved page</string>
John Reckf26ff632011-07-29 10:56:07 -07001015 <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] -->
1016 <string name="snapshot_go_live">Go live</string>
Michael Kolb30adae62011-07-29 13:37:05 -07001017
1018 <!-- Accessibility content descriptions -->
1019
1020 <!-- Content description for back button [CHAR LIMIT=NONE] -->
1021 <string name="accessibility_button_back">Go back</string>
1022 <!-- Content description for forward button [CHAR LIMIT=NONE] -->
1023 <string name="accessibility_button_forward">Go forward</string>
1024 <!-- Content description for refresh button [CHAR LIMIT=NONE] -->
1025 <string name="accessibility_button_refresh">Refresh page</string>
1026 <!-- Content description for stop button [CHAR LIMIT=NONE] -->
1027 <string name="accessibility_button_stop">Stop page load</string>
1028 <!-- Content description for add bookmark button [CHAR LIMIT=NONE] -->
1029 <string name="accessibility_button_addbookmark">Bookmark page</string>
1030 <!-- Content description for search button [CHAR LIMIT=NONE] -->
1031 <string name="accessibility_button_search">Search</string>
1032 <!-- Content description for voice search button [CHAR LIMIT=NONE] -->
1033 <string name="accessibility_button_voice">Start voice search</string>
1034 <!-- Content description for bookmarks button [CHAR LIMIT=NONE] -->
1035 <string name="accessibility_button_bookmarks">Bookmarks</string>
1036 <!-- Content description for close tab button [CHAR LIMIT=NONE] -->
1037 <string name="accessibility_button_closetab">Close tab</string>
1038 <!-- Content description for new tab button [CHAR LIMIT=NONE] -->
1039 <string name="accessibility_button_newtab">Open new tab</string>
1040 <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] -->
1041 <string name="accessibility_button_newincognitotab">Open new incognito tab</string>
1042 <!-- Content description for clear button [CHAR LIMIT=NONE] -->
1043 <string name="accessibility_button_clear">Clear input</string>
1044 <!-- Content description for user agent switcher [CHAR LIMIT=NONE] -->
1045 <string name="accessibility_button_uaswitch">Switch user agent</string>
1046 <!-- Content description for go button [CHAR LIMIT=NONE] -->
1047 <string name="accessibility_button_go">Go</string>
1048
1049 <!-- Content description for tab switcher button [CHAR LIMIT=NONE] -->
1050 <string name="accessibility_button_navscreen">Page manager</string>
1051 <!-- Content description for overflow menu button [CHAR LIMIT=NONE] -->
1052 <string name="accessibility_button_more">More options</string>
1053
1054 <!-- Content description for incognito state [CHAR LIMIT=NONE] -->
1055 <string name="accessibility_state_incognito">Incognito page</string>
1056 <!-- Content description for frozen state [CHAR LIMIT=NONE] -->
1057 <string name="accessibility_state_frozen">Saved page</string>
1058
1059 <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] -->
1060 <string name="accessibility_transition_navscreen">Tab management</string>
1061
The Android Open Source Project0c908882009-03-03 19:32:16 -08001062</resources>