blob: ca14df6501eaa6d54a1f5052c02c20830a4fc518 [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>
Leon Scrogginsa81a7642009-08-31 17:05:41 -040021 <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
Roy West7d9e4242009-09-18 16:29:38 -070022 <string name="new_tab">New window</string>
Shimeng (Simon) Wange0ff6192010-09-02 11:38:13 -070023 <!-- Name of menu item of a new incognito tab. Also used in the
24 title bar when displaying a new tab [CHAR LIMIT=30] -->
Elliott Slaughterf0f03952010-07-14 18:10:36 -070025 <string name="new_incognito_tab">New incognito window</string>
Leon Scroggins0a64ba52009-09-08 15:35:33 -040026 <!-- Name of menu item which brings up a list of the currently active tabs -->
Roy West7d9e4242009-09-18 16:29:38 -070027 <string name="active_tabs">Windows</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080028 <!-- Name of tab containing bookmarks -->
29 <string name="tab_bookmarks">Bookmarks</string>
30 <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
31 <string name="tab_most_visited">Most visited</string>
32 <!-- Name of tab containing the user's complete history, organized by time of last visit -->
33 <string name="tab_history">History</string>
34 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
35 <string name="added_to_bookmarks">Added to bookmarks</string>
36 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
37 <string name="removed_from_bookmarks">Removed from bookmarks</string>
38 <!-- Sign-in dialog -->
39 <!-- This is used as the title of a dialog which is used to sign in to a secure site.
40 "%s1"is replaced with the host and "%s2" with realm -->
41 <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
42 <!-- Prompt for an input box that allows the user to enter their login name -->
43 <string name="username">Name</string>
44 <!-- Prompt for an input box that allows the user to enter their password -->
45 <string name="password">Password</string>
46 <!-- The label on the "sign in" button -->
47 <string name="action">Sign in</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010048 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010049 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080050 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
51 <string name="cancel">Cancel</string>
52 <!-- Label for a confirm button. Used in multiple contexts. -->
53 <string name="ok">OK</string>
54
Leon Scroggins81db3662009-06-04 17:45:11 -040055 <!-- Displayed on the title bar while the page is loading -->
56 <string name="title_bar_loading">Loading\u2026</string>
57
The Android Open Source Project0c908882009-03-03 19:32:16 -080058 <!-- Menu item -->
59 <string name="page_info">Page info</string>
60 <!-- Label for a button on an SSL error dialog that allows the user to see
61 Page info screen for the current page -->
62 <string name="page_info_view">View page info</string>
63 <!-- Page Info dialog strings -->
64 <!-- Noun. The url for the current page. Displayed on the Page Info
65 screen. -->
66 <string name="page_info_address">Address:</string>
67
68 <!-- SSL Error dialogs -->
69 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
70 <!-- Label for a button on an SSL error dialog that lets the user continue
71 and view the page despite the error -->
72 <string name="ssl_continue">Continue</string>
73 <!-- Title for an SSL error dialog -->
74 <string name="security_warning">Security warning</string>
75 <!-- Label for a button on an SSL error dialog that lets the user view the
76 certificate -->
77 <string name="view_certificate">View certificate</string>
78
79 <!-- Message in an SSL Error dialog -->
80 <string name="ssl_untrusted">This certificate is not from a trusted authority.</string>
81 <!-- Message in an SSL Error dialog -->
82 <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string>
83 <!-- Message in an SSL Error dialog -->
84 <string name="ssl_expired">This certificate has expired.</string>
85 <!-- Message in an SSL Error dialog -->
86 <string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
87
88 <!-- SSL Certificate dialogs -->
89 <!-- Title for an SSL Certificate dialog -->
90 <string name="ssl_certificate">Security certificate</string>
91 <!-- Message on an SSL Certificate dialog -->
92 <string name="ssl_certificate_is_valid">This certificate is valid.</string>
93 <!-- Label for an information field on an SSL Certificate Dialog -->
94 <string name="issued_to">Issued to:</string>
95 <!-- Label for an information field on an SSL Certificate Dialog -->
96 <string name="common_name">Common name:</string>
97 <!-- Label for an information field on an SSL Certificate Dialog -->
98 <string name="org_name">Organization:</string>
99 <!-- Label for an information field on an SSL Certificate Dialog -->
100 <string name="org_unit">Organizational unit:</string>
101 <!-- Label for an information field on an SSL Certificate Dialog -->
102 <string name="issued_by">Issued by:</string>
103 <!-- Label for an information field on an SSL Certificate Dialog -->
104 <string name="validity_period">Validity:</string>
105 <!-- Label for an information field on an SSL Certificate Dialog -->
106 <string name="issued_on">Issued on:</string>
107 <!-- Label for an information field on an SSL Certificate Dialog -->
108 <string name="expires_on">Expires on:</string>
109
The Android Open Source Project0c908882009-03-03 19:32:16 -0800110 <!-- Toast informing the user that loading has stopped for the current page. -->
111 <string name="stopping">Stopping\u2026</string>
112 <!-- Menu item to stop the current page from loading. -->
113 <string name="stop">Stop</string>
114 <!-- Menu item to reload or refresh the current page. -->
115 <string name="reload">Refresh</string>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400116 <!-- Menu item to go back to the previous page -->
117 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800118 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
119 <string name="forward">Forward</string>
120 <!-- Button label to confirm saving a bookmark. -->
121 <string name="save">OK</string>
122 <!-- Button label to cancel saving a bookmark. -->
123 <string name="do_not_save">Cancel</string>
124 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400125 <string name="location">Address</string>
126 <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark -->
127 <string name="containing_folder">Add to</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400128 <!-- Default name for a new folder and label for a button that allows the user to create a new folder
129 in the add bookmark dialog -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400130 <string name="new_folder">New folder</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400131 <!-- Label stating that the currently open folder has no subfolders
132 in the add bookmark dialog [CHAR-LIMIT=none]-->
133 <string name="no_subfolders">No subfolders</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800134 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
Michael Kolbd40ac1a2010-09-29 00:23:46 -0700135 <string name="name">Label</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800136 <!-- Initial value in Location field in Bookmark dialog box -->
137 <string name="http">http://</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400138 <!-- Menu item that opens a dialog to save a bookmark for the current page -->
139 <string name="save_to_bookmarks">Add to Bookmarks</string>
140 <!-- Title of the dialog to bookmark a page -->
141 <string name="bookmark_this_page">Bookmark this page</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800142 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
143 <string name="edit_bookmark">Edit bookmark</string>
144 <!-- Context menu item to create a shortcut to the bookmark on the desktop -->
Michael Kolbc7485ae2010-09-03 10:10:58 -0700145 <string name="create_shortcut_bookmark">Add shortcut to home</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800146 <!-- Context menu item to open the currently highlighted bookmark -->
147 <string name="open_bookmark">Open</string>
148 <!-- Menu item to remove the currently highlighted bookmark-->
149 <string name="remove_bookmark">Delete bookmark</string>
Leon Scroggins186e5932009-07-28 14:14:48 -0400150 <!-- Context menu item to remove a history item from bookmarks -->
151 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800152 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
153 <string name="remove_history_item">Remove from history</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400154 <!-- Context menu item for setting the bookmark/history item as the homepage -->
155 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800156 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
157 <string name="bookmark_saved">Saved to bookmarks.</string>
Ben Murdoch1794fe22009-09-29 18:14:30 +0100158 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
159 <string name="bookmark_not_saved">Unable to save bookmark.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400160 <!-- Toast confirming that the homepage has been set -->
Roy West7d9e4242009-09-18 16:29:38 -0700161 <string name="homepage_set">Homepage set.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800162 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
163 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
164 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
165 <string name="bookmark_needs_url">"Bookmark must have a location."</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 invalid URL -->
167 <string name="bookmark_url_not_valid">URL is not valid.</string>
Ben Murdochde353622009-10-12 10:29:00 +0100168 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
169 <string name="bookmark_cannot_save_url">This URL cannot be bookmarked.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800170 <!-- Title of a confirmation dialog when the user deletes a bookmark-->
171 <string name="delete_bookmark">Delete</string>
172 <!-- Menu item in the page that displays all bookmarks. It brings up a
173 dialog that allows the user to bookmark the page that the browser is
174 currently on, but is not visible because the bookmarks page is
175 showing. -->
176 <string name="bookmark_page">Bookmark last-viewed page</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400177 <!-- Menu item in the page that displays all bookmarks. Switches to
178 a grid view which shows thumbnails -->
179 <string name="switch_to_thumbnails">Thumbnail view</string>
180 <!-- Menu item in the page that displays all bookmarks. Switches to a
181 list view which shows titles -->
182 <string name="switch_to_list">List view</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800183 <!-- Summary text under the New Bookmark item on the Bookmarks screen.
184 Tells the user that if they select this item, it will bring up a
185 dialog to bookmark the page that the browser is currently viewing,
186 though it is not currently being displayed, since they are viewing
187 the bookmarks screen. -->
188 <string name="current_page">from\u0020</string>
189 <!-- Confirmation dialog message confirming that the user wishes to delete
190 the bookmark they selected for deletion -->
191 <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string>
192 <!-- Context Menu item to open the selected link in a new window -->
193 <string name="open_in_new_window">Open in new window</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800194 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
195 <string name="goto_dot">Go</string>
Michael Kolbae62fd42010-08-18 16:33:28 -0700196 <!-- Menu item that opens up a new incognito tab. -->
197 <string name="incognito_tab">Open new incognito tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800198 <!-- Menu item to switch to text selection mode for copy and paste. -->
199 <string name="select_dot">Select text</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800200 <!-- Title of current windows screen; appears in title bar -->
201 <string name="tab_picker_title">Current windows</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800202 <!-- Context Menu item to close the currently selected window -->
203 <string name="tab_picker_remove_tab">Close</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>
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>
Elliott Slaughter0ced08c2010-06-30 11:40:42 -0700218 <!-- Menu item for saving a page as a web archive. -->
219 <string name="menu_save_webarchive">Save as Web Archive</string>
220 <!-- Toast informing the user that the page has been saved. -->
221 <string name="webarchive_saved">Web archive saved.</string>
222 <!-- Toast informing the user that saving the page has failed. -->
223 <string name="webarchive_failed">Failed to save web archive.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800224 <!-- Context Menu item open the currently selected link in the current
225 window.-->
226 <string name="contextmenu_openlink">Open</string>
227 <!-- Context Menu item to open the currently selected link in a new
228 window. -->
229 <string name="contextmenu_openlink_newwindow">Open in new window</string>
230 <!-- Context Menu item to create a bookmark for the url of the currently
231 selected link. -->
232 <string name="contextmenu_bookmark_thislink">Bookmark link</string>
233 <!-- Context Menu item to save the webpage referred to by this link to the
234 SD card (external storage) -->
235 <string name="contextmenu_savelink">Save link</string>
236 <!-- Context Menu item to send the url of the selected link to someone else,
237 via Gmail or another app -->
238 <string name="contextmenu_sharelink">Share link</string>
239 <!-- Context Menu item -->
240 <string name="contextmenu_copy">Copy</string>
241 <!-- Context Menu item to copy the url of the selected link to the
242 clipboard -->
243 <string name="contextmenu_copylink">Copy link URL</string>
244 <!-- Context Menu item to save the image to external storage -->
245 <string name="contextmenu_download_image">Save image</string>
246 <!-- Context Menu item to view the image by itself in the browser -->
247 <string name="contextmenu_view_image">View image</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000248 <!-- Context Menu item to set the image as the home screen wallpaper -->
249 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
250
The Android Open Source Project0c908882009-03-03 19:32:16 -0800251 <!-- Context Menu item to open the dialer app with the selected phone number
252 -->
253 <string name="contextmenu_dial_dot">Dial\u2026</string>
254 <!-- Context Menu item to add the selected phone number to the address book.
255 -->
256 <string name="contextmenu_add_contact">Add contact</string>
257 <!-- Context Menu item to send an email using the selected email address.-->
258 <string name="contextmenu_send_mail">Send email</string>
259 <!-- Context Menu item to show the currently selected address in the Maps
260 application -->
261 <string name="contextmenu_map">Map</string>
262
Andrei Popescu10fdba82009-09-24 13:25:47 +0100263 <!-- Title of the dialog used for selecting the application that should be
264 used for sharing a link (e.g. Gmail or another app). See also
265 contextmenu_sharelink above -->
266 <string name="choosertitle_sharevia">Share via</string>
267
The Android Open Source Project0c908882009-03-03 19:32:16 -0800268 <!-- Used as the title of dialogs in the Browser Settings confirming that
269 the user wants to clear (cache, history, or cookie data) -->
270 <string name="clear">Clear</string>
271
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800272 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
273 <url of new bookmark>?" -->
274 <string name="replace">Replace</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800275
276 <!-- Title displayed when the bookmarks page is shown -->
277 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
278
279
280 <!-- Settings screen strings -->
281 <!-- Menu item to open the Settings screen -->
282 <string name="menu_preferences">Settings</string>
283 <!-- Settings screen, section title -->
284 <string name="pref_content_title">Page content settings</string>
285 <!-- Settings label -->
286 <string name="pref_content_load_images">Load images</string>
287 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700288 <string name="pref_content_load_images_summary">Display images on web pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800289 <!-- Settings label -->
290 <string name="pref_content_block_popups">Block pop-up windows</string>
291 <!-- Settings label -->
292 <string name="pref_content_javascript">Enable JavaScript</string>
293 <!-- Settings label -->
294 <string name="pref_content_open_in_background">Open in background</string>
Grace Kloba674f39a2009-09-23 13:33:10 -0700295 <!-- Settings label -->
296 <string name="pref_content_plugins">Enable plug-ins</string>
Patrick Scotte536b332010-03-22 10:19:32 -0400297 <!-- Plugin options -->
298 <string-array name="pref_content_plugins_choices">
299 <item>Always on</item>
300 <item>On demand</item>
301 <item>Off</item>
302 </string-array>
Eric Fischer184f08b2010-03-23 15:32:40 -0700303 <string-array name="pref_content_plugins_values" translatable="false">
Patrick Scotte536b332010-03-22 10:19:32 -0400304 <item>ON</item>
305 <item>ON_DEMAND</item>
306 <item>OFF</item>
307 </string-array>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800308 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700309 <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800310 <!-- Settings label -->
311 <string name="pref_content_homepage">Set home page</string>
Bjorn Bringertd69f51d2010-09-13 14:06:41 +0100312 <!-- Settings label -->
313 <string name="pref_content_search_engine">Set search engine</string>
314 <!-- Settings summary -->
315 <string name="pref_content_search_engine_summary">Select a search engine</string>
Leon Scrogginsd5304942009-12-10 16:11:39 -0500316 <!-- Settings button label -->
317 <string name="pref_use_current">Use current page</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800318 <!-- Settings label -->
319 <string name="pref_content_autofit">Auto-fit pages</string>
320 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700321 <string name="pref_content_autofit_summary">Format web pages to fit the screen</string>
Leon Scrogginsb0cd0722009-03-31 14:31:22 -0700322 <!-- Settings label for enabling a mode where the browser is always set to landscape mode -->
Roy West7d9e4242009-09-18 16:29:38 -0700323 <string name="pref_content_landscape_only">Landscape-only display</string>
Leon Scrogginsb0cd0722009-03-31 14:31:22 -0700324 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700325 <string name="pref_content_landscape_only_summary">Display pages only in the wider, landscape screen orientation</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500326
327 <!-- Settings screen & section title for "Personal settings". These include things like
328 configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] -->
329 <string name="pref_personal_title">Personal settings</string>
330 <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=48] -->
331 <string name="pref_personal_sync_with_chrome">Sync with Google Chrome</string>
332 <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=none] -->
333 <string name="pref_personal_sync_with_chrome_summary">Share bookmarks &amp; other data between Android Browser and Google Chrome</string>
334 <!-- Label indicating which Google account is being used to sync bookmarks between Android and Chrome [CHAR-LIMIT=20] -->
335 <string name="pref_personal_google_account">Google account</string>
336 <!-- Checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=32] -->
337 <string name="pref_personal_sync_bookmarks">Sync bookmarks</string>
338 <!-- Summary for a checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=none] -->
339 <string name="pref_personal_sync_bookmarks_summary">Sync bookmarks between Android Browser and Google Chrome</string>
340 <!-- Button to start a sync of bookmarks and other data between the Android Browser and Google Chrome [CHAR-LIMIT=20] -->
341 <string name="pref_personal_start_syncing">Start syncing</string>
342 <!-- Dialog title used when asking the user which Google account they want to use to sync data between Android Browser and Google Chrome [CHAR-LIMIT=20] -->
343 <string name="pref_personal_account_dialog_title">Select Google account to share with</string>
344
Ben Murdochaf554522010-09-10 22:09:30 +0100345 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
346 <string name="pref_autofill_enabled">Form AutoFill</string>
347 <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] -->
348 <string name="pref_autofill_enabled_summary">Fill out web forms in a single click</string>
349 <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
350 <string name="pref_autofill_profile_editor">AutoFill Settings</string>
351 <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
352 <string name="pref_autofill_profile_editor_summary">Set up &amp; manage data for AutoFilled forms</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100353
Ben Murdochaf554522010-09-10 22:09:30 +0100354 <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100355 <string name="autofill_profile_editor_name">Full name:</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100356 <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100357 <string name="autofill_profile_editor_email_address">Email:</string>
358 <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
359 <string name="autofill_profile_editor_company_name">Company name:</string>
360 <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
361 <string name="autofill_profile_editor_address_line_1">Address line 1:</string>
362 <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] -->
363 <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string>
364 <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
365 <string name="autofill_profile_editor_address_line_2">Address line 2:</string>
366 <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] -->
367 <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor etc.</string>
368 <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] -->
369 <string name="autofill_profile_editor_city">City / Town:</string>
370 <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] -->
371 <string name="autofill_profile_editor_state">State / Province / Region:</string>
372 <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] -->
373 <string name="autofill_profile_editor_zip_code">Zip code:</string>
374 <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] -->
375 <string name="autofill_profile_editor_country">Country:</string>
376 <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] -->
377 <string name="autofill_profile_editor_phone_number">Phone:</string>
378
Ben Murdochaf554522010-09-10 22:09:30 +0100379 <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
380 <string name="autofill_profile_editor_save_profile">Save profile</string>
Ben Murdoch0cb81892010-10-08 12:41:33 +0100381 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
382 <string name="autofill_profile_successful_save">Profile saved</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100383 <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] -->
384 <string name="autofill_profile_editor_delete_profile">Delete profile data</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100385
The Android Open Source Project0c908882009-03-03 19:32:16 -0800386 <!-- Settings screen, section title -->
387 <string name="pref_privacy_title">Privacy settings</string>
388 <!-- Settings label -->
389 <string name="pref_privacy_clear_cache">Clear cache</string>
390 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100391 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800392 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700393 <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800394 <!-- Settings label -->
395 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
396 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700397 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800398 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700399 <string name="pref_privacy_clear_cookies_dlg">All cookies will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800400 <!-- Settings label -->
401 <string name="pref_privacy_clear_history">Clear history</string>
402 <!-- Settings summary -->
403 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
404 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700405 <string name="pref_privacy_clear_history_dlg">The browser navigation history will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800406 <!-- Settings label -->
407 <string name="pref_privacy_clear_form_data">Clear form data</string>
408 <!-- Settings summary -->
409 <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string>
410 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700411 <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 -0800412 <!-- Settings label -->
413 <string name="pref_privacy_clear_passwords">Clear passwords</string>
414 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700415 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800416 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700417 <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be deleted.</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100418 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100419 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100420 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100421 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100422 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100423 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100424 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100425 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100426 <!-- Confirmation dialog message -->
Steve Blockf344d032009-07-30 10:50:45 +0100427 <string name="pref_privacy_clear_geolocation_access_dlg">Clear location access for all websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800428 <!-- Settings screen, section title -->
429 <string name="pref_security_title">Security settings</string>
430 <!-- Settings label -->
431 <string name="pref_security_remember_passwords">Remember passwords</string>
432 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700433 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800434 <!-- Settings label -->
435 <string name="pref_security_save_form_data">Remember form data</string>
436 <!-- Settings summary -->
437 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
438 <!-- Settings label -->
439 <string name="pref_security_show_security_warning">Show security warnings</string>
440 <!-- Settings summmary -->
441 <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string>
442 <!-- Settings label -->
443 <string name="pref_security_accept_cookies">Accept cookies</string>
444 <!-- Settings summary -->
445 <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string>
446 <!-- Settings label -->
Grace Kloba2f830682009-06-25 11:08:53 -0700447 <string name="pref_text_size">Text size</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800448 <!-- Settings text size options; appear in Text size dialog box -->
449 <string-array name="pref_text_size_choices">
450 <item>Tiny</item>
451 <item>Small</item>
452 <item>Normal</item>
453 <item>Large</item>
454 <item>Huge</item>
455 </string-array>
456 <!-- Title of dialog for setting the text size -->
457 <string name="pref_text_size_dialogtitle">Text size</string>
458 <!-- Do not translate -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700459 <string-array name="pref_text_size_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800460 <item><xliff:g>SMALLEST</xliff:g></item>
461 <item><xliff:g>SMALLER</xliff:g></item>
462 <item><xliff:g>NORMAL</xliff:g></item>
463 <item><xliff:g>LARGER</xliff:g></item>
464 <item><xliff:g>LARGEST</xliff:g></item>
465 </string-array>
Grace Kloba2f830682009-06-25 11:08:53 -0700466 <!-- Settings label -->
467 <string name="pref_default_zoom">Default zoom</string>
468 <!-- Settings default zoom options; appear in default zoom dialog box -->
469 <string-array name="pref_default_zoom_choices">
470 <item>Far</item>
471 <item>Medium</item>
472 <item>Close</item>
473 </string-array>
474 <!-- Title of dialog for setting the default zoom -->
475 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
476 <!-- Do not translate -->
477 <string-array name="pref_default_zoom_values" translatable="false">
478 <item><xliff:g>FAR</xliff:g></item>
479 <item><xliff:g>MEDIUM</xliff:g></item>
480 <item><xliff:g>CLOSE</xliff:g></item>
481 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700482 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700483 <string name="pref_content_load_page">Open pages in overview</string>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700484 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700485 <string name="pref_content_load_page_summary">Show overview of newly opened pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800486 <!-- Settings screen, section title -->
487 <string name="pref_extras_title">Advanced settings</string>
488 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100489 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100490 <!-- Settings summary -->
Ben Murdochbe9560d2009-11-09 09:52:21 -0800491 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100492 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800493 <string name="pref_extras_reset_default">Reset to default</string>
494 <!-- Settings summary -->
Bart Sears74793742010-03-04 17:34:29 -0800495 <string name="pref_extras_reset_default_summary">Restore default settings</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800496 <!-- Confirmation dialog message -->
Bart Sears74793742010-03-04 17:34:29 -0800497 <string name="pref_extras_reset_default_dlg">Settings will revert to default values.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800498 <!-- Confirmation dialog title -->
499 <string name="pref_extras_reset_default_dlg_title">Reset to default</string>
500 <!-- Title for a group of settings -->
501 <string name="pref_development_title">Debug</string>
502 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700503 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800504 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700505 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800506 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700507 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800508 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700509 <string name="pref_development_trace" translatable="false">Enable tracing</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800510 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700511 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800512 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700513 <string name="js_engine_flags" translatable="false">Set JS flags</string>
514 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700515 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800516 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700517 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800518 <item>Android</item>
519 <item>Desktop</item>
520 <item>iPhone</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700521 <item>iPad</item>
522 <item>Froyo-N1</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800523 </string-array>
524 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700525 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800526 <item>0</item>
527 <item>1</item>
528 <item>2</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700529 <item>3</item>
530 <item>4</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800531 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100532 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800533 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700534 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800535 <!-- Options in the Default encoding dialog box -->
536 <string-array name="pref_default_text_encoding_choices">
537 <item>Latin-1 (ISO-8859-1)</item>
538 <item>Unicode (UTF-8)</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800539 <item>Chinese (GBK)</item>
540 <item>Chinese (Big5)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800541 <item>Japanese (ISO-2022-JP)</item>
542 <item>Japanese (SHIFT_JIS)</item>
543 <item>Japanese (EUC-JP)</item>
Sang-il, Lee78f276f2010-08-30 14:49:02 +0900544 <!-- No need to translate a EUC-KR part, and there is no string length limits. -->
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900545 <item>Korean (EUC-KR)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800546 <!-- TODO: We should add a lot more encodings. -->
547 </string-array>
548 <!-- Dialog box title -->
549 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
550 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700551 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800552 <item>Latin-1</item>
553 <item>UTF-8</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800554 <item>GBK</item>
555 <item>Big5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800556 <item>ISO-2022-JP</item>
557 <item>SHIFT_JIS</item>
558 <item>EUC-JP</item>
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900559 <item>EUC-KR</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800560 </string-array>
Kenny Rootcae4cd62010-04-27 14:22:32 -0700561 <string name="pref_default_text_encoding_default" translatable="false">Latin-1</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800562 <!-- Title for a dialog displayed when the browser has a data connectivity
563 problem -->
564 <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
565 <!-- Title for a dialog displayed when the browser runs into a file label
566 error -->
567 <string name="browserFrameFileErrorLabel">Problem with file</string>
568 <!-- Dialog box title -->
569 <string name="browserFrameFormResubmitLabel">Confirm</string>
570 <!-- Dialog box message -->
571 <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>
572 <!-- Dialog box title -->
573 <string name="loadSuspendedTitle">No network connection</string>
574 <!-- Dialog box message -->
Roy West7d9e4242009-09-18 16:29:38 -0700575 <string name="loadSuspended">Browser cannot load this page because there
Patrick Scotteb6ab2a2009-09-16 10:00:17 -0400576 is no internet connection.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800577 <!-- Menu item -->
578 <string name="clear_history">Clear history</string>
579 <!-- History screen title; appears in title bar -->
Roy West7d9e4242009-09-18 16:29:38 -0700580 <string name="browser_history">Recently visited pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800581 <!-- Appears on History screen if no history is found -->
582 <string name="empty_history">Browser history is empty.</string>
583 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
584 <string name="add_new_bookmark">Add bookmark\u2026</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400585 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
586 will add that page to bookmarks -->
587 <string name="add_bookmark_short">Add</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800588
589 <!-- This string is for the browser "Go To" UI. -->
590 <!-- 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 -0700591 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800592 <!-- This string is for the browser "Go To" UI. -->
593 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400594 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800595 <!-- This string is for the browser "Go To" UI. -->
596 <!-- This is the button label in the "Go To" UI. -->
597 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700598 <!-- The string used to describe the browser as a searchable item within system search settings. -->
599 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800600
601 <!-- Pop-up window dialog -->
602 <!-- Title for a dialog informing the user that the site is attempting to
603 display a popup window -->
604 <string name="attention">Attention</string>
605 <!-- Message for a dialog informing the user that the site is attempting to
606 display a popup window -->
607 <string name="popup_window_attempt">This site is attempting to open a
608 pop-up window.</string>
609 <!-- Label for a button to allow a particular popup window to open -->
610 <string name="allow">Allow</string>
611 <!-- Label for a button to disallow a particular popup from opening -->
612 <string name="block">Block</string>
613
614 <!-- Title for a dialog informing the user that they cannot open any more
615 windows because the limit has been reached. -->
616 <string name="too_many_windows_dialog_title">Window limit reached</string>
617 <!-- Message in a dialog telling the user that they cannot open any more
618 windows because the limit has been reached. -->
619 <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string>
620 <!-- Title for a dialog informing the user that they cannot open a subwindow
621 because only one can be open at a time. -->
622 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
623 <!-- Message for a dialog informing the user that they cannot open a
624 subwindow because only one can be open at a time. -->
625 <string name="too_many_subwindows_dialog_message">Could not open a new
626 pop-up window because only one can be open at any time.</string>
627
628 <!-- Download History UI strings -->
629 <string name="download_title">Download history</string>
630 <!-- Download history screen string-->
631 <string name="download_unknown_filename">&lt;Unknown&gt;</string>
632 <!-- Context menu item on Download history screen -->
633 <string name="download_menu_open">Open</string>
634 <!-- Context menu item on Download history screen -->
635 <string name="download_menu_clear">Clear from list</string>
636 <!-- Context menu item in Download history screen -->
Leon Scroggins9be17332010-01-14 15:44:06 -0500637 <string name="download_menu_delete">Delete</string>
638 <!-- Context menu item in Download history screen -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800639 <string name="download_menu_cancel">Cancel download</string>
640 <!-- Menu item -->
641 <string name="download_menu_cancel_all">Cancel all downloads</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800642 <!-- Confirmation dialog title -->
643 <string name="download_cancel_dlg_title">Cancel downloads</string>
644 <!-- Confirmation dialog message -->
645 <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 -0500646 <!-- Confirmation dialog title -->
647 <string name="download_delete_file">File will be deleted</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800648 <!-- Dialog title -->
649 <string name="download_file_error_dlg_title">Out of space</string>
650 <!-- Dialog message -->
651 <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>
652 <!-- Title for a dialog informing the user that the download has failed -->
653 <string name="download_failed_generic_dlg_title">Download unsuccessful</string>
Eric Fischer91e25362010-09-28 16:34:19 -0700654 <!-- Dialog title [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700655 <string name="download_no_sdcard_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800656 <!-- Dialog title -->
Eric Fischer91e25362010-09-28 16:34:19 -0700657 <string name="download_no_sdcard_dlg_title" product="default">No SD card</string>
658 <!-- Dialog message [CHAR LIMIT=NONE] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700659 <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 -0800660 <!-- Dialog message -->
Eric Fischer91e25362010-09-28 16:34:19 -0700661 <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
662 <!-- Title for a dialog informing the user that the SD card used for
663 external storage is busy so they cannot download anything [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700664 <string name="download_sdcard_busy_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800665 <!-- Title for a dialog informing the user that the SD card used for
666 external storage is busy so they cannot download anything -->
Eric Fischer91e25362010-09-28 16:34:19 -0700667 <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string>
668 <!-- Message for a dialog informing the user that the SD card used for
669 external storage is busy so they cannot download anything. Informs
670 the user how to enable SD card storage [CHAR LIMIT=NONE] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700671 <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 -0800672 <!-- Message for a dialog informing the user that the SD card used for
673 external storage is busy so they cannot download anything. Informs
674 the user how to enable SD card storage -->
Eric Fischer91e25362010-09-28 16:34:19 -0700675 <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 -0500676
677 <!-- Title for a dialog informing the user that there is no application on
678 the phone that can open the file that was downloaded -->
679 <string name="download_no_application_title">Cannot open file</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800680 <!-- Label for a button to re-attempt downloading a file -->
681 <string name="retry">Retry</string>
682 <!-- Appears in Download history screen if there is no history -->
683 <string name="no_downloads">Download history is empty.</string>
684 <!-- the following download_xxxx matches the download manager state, ie Downloads.Status -->
685 <string name="download_error">Download unsuccessful.</string>
686 <!-- Appears in Download history screen after an item has downloaded, included item size -->
687 <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string>
688 <!-- Appears in Download history screen while an item is being downloaded -->
689 <string name="download_running">Downloading\u2026</string>
690 <!-- Message in the list of items which have received download requests
691 telling their status. This message states that the download has not
692 yet begun -->
693 <string name="download_pending">Starting download\u2026</string>
694 <!-- Message in the list of items which have received download requests
695 telling their status. This message states that the download is
696 waiting for a network connection to continue -->
697 <string name="download_pending_network">Waiting for data connection\u2026</string>
698 <!-- Message in the list of items which have received download requests
699 telling their status. This message states that the download has
700 paused to wait for a network connection -->
701 <string name="download_running_paused">Waiting for data connection\u2026</string>
702 <!-- Message in the list of items which have received download requests
703 telling their status. This message states that the download has
704 been canceled -->
705 <string name="download_canceled">Download canceled.</string>
706 <!-- Message in the list of items which have received download requests
707 telling their status. This message states that the download will
708 not happen because the content is not supported by the phone -->
Roy West7d9e4242009-09-18 16:29:38 -0700709 <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 -0800710 <!-- Message in the list of items which have received download requests
711 telling their status. This message states that the download did not
712 finish because there is not enough storage for the file -->
713 <string name="download_file_error">Cannot finish download. There is not enough space.</string>
714 <!-- Message in the list of items which have received download requests
715 telling their status. This message states that the item cannot be
716 downloaded because it cannot determine the length of the item -->
717 <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string>
718 <!-- Message in the list of items which have received download requests
719 telling their status. This message states that the download was
720 interrupted and cannot be resumed -->
721 <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string>
722
The Android Open Source Project0c908882009-03-03 19:32:16 -0800723 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700724 <string name="dump_nav" translatable="false">Dump navigation cache</string>
Andrei Popescu7a8b88b2010-02-02 00:30:38 +0000725 <!-- Do not translate. Testing only -->
726 <string name="dump_counters" translatable="false">Dump V8 counters</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800727
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700728 <!-- The default homepage. If it starts with "http://www.google" and the
729 user signs up the device with a Google sites account, the site's
730 domain will be appended. -->
Cary Clark776878e2009-09-29 15:12:03 -0400731 <string name="homepage_base" translatable="false">
732 http://www.google.com/m?client=ms-{CID}&amp;source=android-home</string>
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700733
The Android Open Source Project0c908882009-03-03 19:32:16 -0800734 <!-- Bookmarks -->
735 <string-array name="bookmarks" translatable="false">
736 <item>Google</item>
737 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700738 <item>Picasa</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800739 <item>http://picasaweb.google.com/m/viewer?source=androidclient</item>
740 <item>Yahoo!</item>
741 <item>http://www.yahoo.com/</item>
742 <item>MSN</item>
743 <item>http://www.msn.com/</item>
744 <item>MySpace</item>
745 <item>http://www.myspace.com/</item>
746 <item>Facebook</item>
747 <item>http://www.facebook.com/</item>
748 <item>Wikipedia</item>
749 <item>http://www.wikipedia.org/</item>
750 <item>eBay</item>
751 <item>http://www.ebay.com/</item>
752 <item>CNN</item>
Patrick Scott70202822009-10-07 09:47:13 -0400753 <item>http://www.cnn.com/</item>
Steve Block9206d8c2009-09-30 10:46:44 +0100754 <item>NY Times</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800755 <item>http://www.nytimes.com/</item>
756 <item>ESPN</item>
Ben Murdoche64b3a02009-09-30 19:19:39 +0100757 <item>http://espn.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800758 <item>Amazon</item>
759 <item>http://www.amazon.com/</item>
760 <item>Weather Channel</item>
761 <item>http://www.weather.com/</item>
762 <item>BBC</item>
763 <item>http://www.bbc.co.uk/</item>
764 </string-array>
765
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700766 <!-- Bookmark name for Picasa website -->
767 <string name="picasa" translatable="false">Picasa</string>
768
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700769 <!-- The description of the suggestion that lets the user search the web for the query currently
770 in the text field. -->
771 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800772
Nicolas Roard78a98e42009-05-11 13:34:17 +0100773 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100774 <!-- 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. -->
775 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
776 <string name="webstorage_outofspace_notification_text">Click to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100777 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100778 <string name="webstorage_clear_data_title">Clear stored data</string>
Shimeng (Simon) Wang90ebf5d2010-02-26 11:40:27 -0800779
Nicolas Roard78a98e42009-05-11 13:34:17 +0100780 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100781 <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
782 <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
Roy West7d9e4242009-09-18 16:29:38 -0700783 <string name="webstorage_clear_data_dialog_ok_button">Clear all</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100784 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100785 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100786 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Andrei Popescu540035d2009-09-18 18:59:20 +0100787 <!-- String shown in a progress view while a video is loading, before it starts playing -->
788 <string name="loading_video">Loading video</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100789
Steve Blockf344d032009-07-30 10:50:45 +0100790 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100791 <!-- Permissions prompt -->
Steve Block8844d192009-09-29 13:14:41 +0100792 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string>
793 <string name="geolocation_permissions_prompt_share">Share location</string>
794 <string name="geolocation_permissions_prompt_dont_share">Decline</string>
795 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
Steve Blockc9f6d7a2009-10-16 18:19:08 +0100796 <!-- Permissions prompt toast -->
Shimeng (Simon) Wang90ebf5d2010-02-26 11:40:27 -0800797 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this in Settings -&gt; Website settings</string>
798 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this in Settings -&gt; Website settings</string>
Steve Blockf344d032009-07-30 10:50:45 +0100799 <!-- Settings page, Advanced Settings -> Website settings -> <origin> -->
800 <string name="geolocation_settings_page_title">Clear location access</string>
801 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
802 <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string>
803 <!-- Settings page dialog -->
804 <string name="geolocation_settings_page_dialog_title">Clear location access</string>
805 <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string>
806 <string name="geolocation_settings_page_dialog_ok_button">Clear access</string>
807 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100808 <!-- 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 -0700809 <string name="website_settings_clear_all">Clear all</string>
810 <string name="website_settings_clear_all_dialog_title">Clear all website settings?</string>
811 <string name="website_settings_clear_all_dialog_message">All website data and location permissions will be deleted.</string>
812 <string name="website_settings_clear_all_dialog_ok_button">Delete all data</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100813 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
814
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000815 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
816 <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string>
817
Roy West7d9e4242009-09-18 16:29:38 -0700818 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
819 <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100820 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
821 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100822
Jeff Hamilton84029622010-08-05 14:29:28 -0500823 <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500824 is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] -->
Jeff Hamilton84029622010-08-05 14:29:28 -0500825 <string name="defaultBookmarksUpButton">Bookmarks</string>
Jeff Davidson43610292010-07-16 16:03:58 -0700826
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500827 <!-- The string that is displayed when there are no bookmarks to display.
828 This is centered in the middle of the screen [CHAR LIMIT=NONE] -->
829 <string name="empty_bookmarks_folder">There are no bookmarks</string>
830
Jeff Davidson43610292010-07-16 16:03:58 -0700831 <!-- Access point for RLZ tracking. -->
832 <string name="rlz_access_point">Y1</string>
833
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500834 <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] -->
835 <string name="import_bookmarks_dialog_title">Sync with Google account</string>
836
837 <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
838 <string name="import_bookmarks_dialog_description">Your Android bookmarks are not associated with a Google account</string>
839
840 <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
841 <string name="import_bookmarks_dialog_remove">Remove your Android bookmarks</string>
842
843 <!-- 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] -->
844 <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>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800845</resources>