blob: e8ef5f9ec419ba0661027241fd89e5eaddefd967 [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-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <!-- The name of the application. -->
19 <string name="application_name">Browser</string>
20
21 <!-- Name of tab containing bookmarks -->
22 <string name="tab_bookmarks">Bookmarks</string>
23 <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
24 <string name="tab_most_visited">Most visited</string>
25 <!-- Name of tab containing the user's complete history, organized by time of last visit -->
26 <string name="tab_history">History</string>
27 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
28 <string name="added_to_bookmarks">Added to bookmarks</string>
29 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
30 <string name="removed_from_bookmarks">Removed from bookmarks</string>
31 <!-- Sign-in dialog -->
32 <!-- This is used as the title of a dialog which is used to sign in to a secure site.
33 "%s1"is replaced with the host and "%s2" with realm -->
34 <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
35 <!-- Prompt for an input box that allows the user to enter their login name -->
36 <string name="username">Name</string>
37 <!-- Prompt for an input box that allows the user to enter their password -->
38 <string name="password">Password</string>
39 <!-- The label on the "sign in" button -->
40 <string name="action">Sign in</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010041 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010042 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080043
44 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
45 <string name="cancel">Cancel</string>
46 <!-- Label for a confirm button. Used in multiple contexts. -->
47 <string name="ok">OK</string>
48
Eric Fischer8963b292009-03-24 17:53:52 -070049 <!-- Displayed on the Find dialog to display the number of matches
50 found in the current page. -->
51 <plurals name="matches_found">
52 <!-- Case of no matches -->
53 <item quantity="zero">No matches</item>
54 <!-- Case of one match -->
55 <item quantity="one">1 match</item>
56 <!-- Case of "few" (two) matches -->
57 <item quantity="few"><xliff:g id="number" example="2">%d</xliff:g> matches</item>
58 <!-- Case of several matches -->
59 <item quantity="other"><xliff:g id="number" example="137">%d</xliff:g> matches</item>
60 </plurals>
Leon Scroggins81db3662009-06-04 17:45:11 -040061
62 <!-- Displayed on the title bar while the page is loading -->
63 <string name="title_bar_loading">Loading\u2026</string>
64
The Android Open Source Project0c908882009-03-03 19:32:16 -080065 <!-- Menu item -->
66 <string name="page_info">Page info</string>
67 <!-- Label for a button on an SSL error dialog that allows the user to see
68 Page info screen for the current page -->
69 <string name="page_info_view">View page info</string>
70 <!-- Page Info dialog strings -->
71 <!-- Noun. The url for the current page. Displayed on the Page Info
72 screen. -->
73 <string name="page_info_address">Address:</string>
74
75 <!-- SSL Error dialogs -->
76 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
77 <!-- Label for a button on an SSL error dialog that lets the user continue
78 and view the page despite the error -->
79 <string name="ssl_continue">Continue</string>
80 <!-- Title for an SSL error dialog -->
81 <string name="security_warning">Security warning</string>
82 <!-- Label for a button on an SSL error dialog that lets the user view the
83 certificate -->
84 <string name="view_certificate">View certificate</string>
85
86 <!-- Message in an SSL Error dialog -->
87 <string name="ssl_untrusted">This certificate is not from a trusted authority.</string>
88 <!-- Message in an SSL Error dialog -->
89 <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string>
90 <!-- Message in an SSL Error dialog -->
91 <string name="ssl_expired">This certificate has expired.</string>
92 <!-- Message in an SSL Error dialog -->
93 <string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
94
95 <!-- SSL Certificate dialogs -->
96 <!-- Title for an SSL Certificate dialog -->
97 <string name="ssl_certificate">Security certificate</string>
98 <!-- Message on an SSL Certificate dialog -->
99 <string name="ssl_certificate_is_valid">This certificate is valid.</string>
100 <!-- Label for an information field on an SSL Certificate Dialog -->
101 <string name="issued_to">Issued to:</string>
102 <!-- Label for an information field on an SSL Certificate Dialog -->
103 <string name="common_name">Common name:</string>
104 <!-- Label for an information field on an SSL Certificate Dialog -->
105 <string name="org_name">Organization:</string>
106 <!-- Label for an information field on an SSL Certificate Dialog -->
107 <string name="org_unit">Organizational unit:</string>
108 <!-- Label for an information field on an SSL Certificate Dialog -->
109 <string name="issued_by">Issued by:</string>
110 <!-- Label for an information field on an SSL Certificate Dialog -->
111 <string name="validity_period">Validity:</string>
112 <!-- Label for an information field on an SSL Certificate Dialog -->
113 <string name="issued_on">Issued on:</string>
114 <!-- Label for an information field on an SSL Certificate Dialog -->
115 <string name="expires_on">Expires on:</string>
116
117 <!-- Dialog that is shown while we are retrieving the login creds from the system -->
118 <string name="retrieving_creds_dlg_msg">Retrieving sign-in details\u2026</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800119 <!-- Toast informing the user that loading has stopped for the current page. -->
120 <string name="stopping">Stopping\u2026</string>
121 <!-- Menu item to stop the current page from loading. -->
122 <string name="stop">Stop</string>
123 <!-- Menu item to reload or refresh the current page. -->
124 <string name="reload">Refresh</string>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400125 <!-- Menu item to go back to the previous page -->
126 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800127 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
128 <string name="forward">Forward</string>
129 <!-- Button label to confirm saving a bookmark. -->
130 <string name="save">OK</string>
131 <!-- Button label to cancel saving a bookmark. -->
132 <string name="do_not_save">Cancel</string>
133 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
134 <string name="location">Location</string>
135 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
136 <string name="name">Name</string>
137 <!-- Initial value in Location field in Bookmark dialog box -->
138 <string name="http">http://</string>
139 <!-- Menu item that opens a dialog to save a bookmark, initialized with the current page -->
140 <string name="save_to_bookmarks">Bookmark</string>
141 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
142 <string name="edit_bookmark">Edit bookmark</string>
143 <!-- Context menu item to create a shortcut to the bookmark on the desktop -->
144 <string name="create_shortcut_bookmark">Add shortcut to Home</string>
145 <!-- Context menu item to open the currently highlighted bookmark -->
146 <string name="open_bookmark">Open</string>
147 <!-- Menu item to remove the currently highlighted bookmark-->
148 <string name="remove_bookmark">Delete bookmark</string>
Leon Scroggins186e5932009-07-28 14:14:48 -0400149 <!-- Context menu item to remove a history item from bookmarks -->
150 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800151 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
152 <string name="remove_history_item">Remove from history</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400153 <!-- Context menu item for setting the bookmark/history item as the homepage -->
154 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800155 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
156 <string name="bookmark_saved">Saved to bookmarks.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400157 <!-- Toast confirming that the homepage has been set -->
158 <string name="homepage_set">Homepage set</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800159 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
160 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
161 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
162 <string name="bookmark_needs_url">"Bookmark must have a location."</string>
163 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name & Location fields -->
164 <string name="empty_bookmark">"Cannot create empty bookmark."</string>
165 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
166 <string name="bookmark_url_not_valid">URL is not valid.</string>
167 <!-- Title of a confirmation dialog when the user deletes a bookmark-->
168 <string name="delete_bookmark">Delete</string>
169 <!-- Menu item in the page that displays all bookmarks. It brings up a
170 dialog that allows the user to bookmark the page that the browser is
171 currently on, but is not visible because the bookmarks page is
172 showing. -->
173 <string name="bookmark_page">Bookmark last-viewed page</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400174 <!-- Menu item in the page that displays all bookmarks. Switches to
175 a grid view which shows thumbnails -->
176 <string name="switch_to_thumbnails">Thumbnail view</string>
177 <!-- Menu item in the page that displays all bookmarks. Switches to a
178 list view which shows titles -->
179 <string name="switch_to_list">List view</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800180 <!-- Summary text under the New Bookmark item on the Bookmarks screen.
181 Tells the user that if they select this item, it will bring up a
182 dialog to bookmark the page that the browser is currently viewing,
183 though it is not currently being displayed, since they are viewing
184 the bookmarks screen. -->
185 <string name="current_page">from\u0020</string>
186 <!-- Confirmation dialog message confirming that the user wishes to delete
187 the bookmark they selected for deletion -->
188 <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string>
189 <!-- Context Menu item to open the selected link in a new window -->
190 <string name="open_in_new_window">Open in new window</string>
191 <!-- Appears in Current windows screen as label on blank + window; user
192 selects this window to open a new browser window -->
193 <string name="new_window">New window</string>
194 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
195 <string name="goto_dot">Go</string>
196 <!-- Menu item that opens up a dialog which allows the user to provide a
197 string and search for it on the page. -->
198 <string name="find_dot">Find on page</string>
199 <!-- Menu item to switch to text selection mode for copy and paste. -->
200 <string name="select_dot">Select text</string>
201 <!-- Menu item which opens a screen which shows all the currently open
202 windows, and also allows them to create a new one. -->
203 <string name="view_tabs">Window overview</string>
204 <!-- Menu item which opens a screen which shows all the currently open
205 windows, and also allows them to create a new one. This is a shorter
206 alternate version of "view_tabs"-->
207 <string name="view_tabs_condensed">Windows</string>
208 <!-- Title of current windows screen; appears in title bar -->
209 <string name="tab_picker_title">Current windows</string>
210 <!-- Context Menu item to view the selected window on the window picker
211 screen -->
212 <string name="tab_picker_view_tab">View</string>
213 <!-- Menu item on the window picker screen to open a new window -->
214 <string name="tab_picker_new_tab">New window</string>
215 <!-- Context Menu item to close the currently selected window -->
216 <string name="tab_picker_remove_tab">Close</string>
217 <!-- Context Menu item to bookmark the currently selected window -->
218 <string name="tab_picker_bookmark">Bookmark</string>
219 <!-- Context Menu item from the bookmarks page to share the selected
220 bookmark -->
221 <string name="tab_picker_send_url">Share link</string>
222 <!-- Menu item to open the bookmarks page. This is a shorter version that
223 is displayed with an icon -->
224 <string name="bookmarks">Bookmarks</string>
225 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
226 <string name="shortcut_bookmark">Bookmark</string>
227 <!-- Menu item to display the History of previously visited pages -->
228 <string name="history">History</string>
229 <!-- Menu item for viewing downloads from the browser -->
230 <string name="menu_view_download">Downloads</string>
231 <!-- Menu item -->
232 <string name="share_page">Share page</string>
233 <!-- Context Menu item open the currently selected link in the current
234 window.-->
235 <string name="contextmenu_openlink">Open</string>
236 <!-- Context Menu item to open the currently selected link in a new
237 window. -->
238 <string name="contextmenu_openlink_newwindow">Open in new window</string>
239 <!-- Context Menu item to create a bookmark for the url of the currently
240 selected link. -->
241 <string name="contextmenu_bookmark_thislink">Bookmark link</string>
242 <!-- Context Menu item to save the webpage referred to by this link to the
243 SD card (external storage) -->
244 <string name="contextmenu_savelink">Save link</string>
245 <!-- Context Menu item to send the url of the selected link to someone else,
246 via Gmail or another app -->
247 <string name="contextmenu_sharelink">Share link</string>
248 <!-- Context Menu item -->
249 <string name="contextmenu_copy">Copy</string>
250 <!-- Context Menu item to copy the url of the selected link to the
251 clipboard -->
252 <string name="contextmenu_copylink">Copy link URL</string>
253 <!-- Context Menu item to save the image to external storage -->
254 <string name="contextmenu_download_image">Save image</string>
255 <!-- Context Menu item to view the image by itself in the browser -->
256 <string name="contextmenu_view_image">View image</string>
257 <!-- Context Menu item to open the dialer app with the selected phone number
258 -->
259 <string name="contextmenu_dial_dot">Dial\u2026</string>
260 <!-- Context Menu item to add the selected phone number to the address book.
261 -->
262 <string name="contextmenu_add_contact">Add contact</string>
263 <!-- Context Menu item to send an email using the selected email address.-->
264 <string name="contextmenu_send_mail">Send email</string>
265 <!-- Context Menu item to show the currently selected address in the Maps
266 application -->
267 <string name="contextmenu_map">Map</string>
268
269 <!-- Used as the title of dialogs in the Browser Settings confirming that
270 the user wants to clear (cache, history, or cookie data) -->
271 <string name="clear">Clear</string>
272
273 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
274 <url of new bookmark>?" -->
275 <string name="replace">Replace</string>
276
277 <!-- Title displayed when the bookmarks page is shown -->
278 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
279
280
281 <!-- Settings screen strings -->
282 <!-- Menu item to open the Settings screen -->
283 <string name="menu_preferences">Settings</string>
284 <!-- Settings screen, section title -->
285 <string name="pref_content_title">Page content settings</string>
286 <!-- Settings label -->
287 <string name="pref_content_load_images">Load images</string>
288 <!-- Settings label -->
289 <string name="pref_content_load_images_summary">Display images on Web pages</string>
290 <!-- Settings label -->
291 <string name="pref_content_block_popups">Block pop-up windows</string>
292 <!-- Settings label -->
293 <string name="pref_content_javascript">Enable JavaScript</string>
294 <!-- Settings label -->
295 <string name="pref_content_open_in_background">Open in background</string>
296 <!-- Settings summary -->
297 <string name="pref_content_open_in_background_summary">New windows open behind the current one</string>
298 <!-- Settings label -->
299 <string name="pref_content_homepage">Set home page</string>
300 <!-- Settings label -->
301 <string name="pref_content_autofit">Auto-fit pages</string>
302 <!-- Settings summary -->
303 <string name="pref_content_autofit_summary">Format Web pages to fit the screen</string>
Leon Scrogginsb0cd0722009-03-31 14:31:22 -0700304 <!-- Settings label for enabling a mode where the browser is always set to landscape mode -->
305 <string name="pref_content_landscape_only">Landscape only display</string>
306 <!-- Settings summary -->
307 <string name="pref_content_landscape_only_summary">Always read pages in the wider, landscape screen orientation</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800308 <!-- Settings screen, section title -->
309 <string name="pref_privacy_title">Privacy settings</string>
310 <!-- Settings label -->
311 <string name="pref_privacy_clear_cache">Clear cache</string>
312 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100313 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800314 <!-- Confirmation dialog message -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100315 <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be cleared.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800316 <!-- Settings label -->
317 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
318 <!-- Settings summary -->
319 <string name="pref_privacy_clear_cookies_summary">Clear all the browser cookies</string>
320 <!-- Confirmation dialog message -->
321 <string name="pref_privacy_clear_cookies_dlg">All cookies will be cleared.</string>
322 <!-- Settings label -->
323 <string name="pref_privacy_clear_history">Clear history</string>
324 <!-- Settings summary -->
325 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
326 <!-- Confirmation dialog message -->
327 <string name="pref_privacy_clear_history_dlg">The browser navigation history will be cleared.</string>
328 <!-- Settings label -->
329 <string name="pref_privacy_clear_form_data">Clear form data</string>
330 <!-- Settings summary -->
331 <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string>
332 <!-- Confirmation dialog message -->
333 <string name="pref_privacy_clear_form_data_dlg">All saved form data will be cleared.</string>
334 <!-- Settings label -->
335 <string name="pref_privacy_clear_passwords">Clear passwords</string>
336 <!-- Settings summary -->
337 <string name="pref_privacy_clear_passwords_summary">Clear all the saved passwords</string>
338 <!-- Confirmation dialog message -->
339 <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be cleared.</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100340 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100341 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100342 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100343 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100344 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100345 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100346 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100347 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100348 <!-- Confirmation dialog message -->
Steve Blockf344d032009-07-30 10:50:45 +0100349 <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 -0800350 <!-- Settings screen, section title -->
351 <string name="pref_security_title">Security settings</string>
352 <!-- Settings label -->
353 <string name="pref_security_remember_passwords">Remember passwords</string>
354 <!-- Settings summary -->
355 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for Web sites</string>
356 <!-- Settings label -->
357 <string name="pref_security_save_form_data">Remember form data</string>
358 <!-- Settings summary -->
359 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
360 <!-- Settings label -->
361 <string name="pref_security_show_security_warning">Show security warnings</string>
362 <!-- Settings summmary -->
363 <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string>
364 <!-- Settings label -->
365 <string name="pref_security_accept_cookies">Accept cookies</string>
366 <!-- Settings summary -->
367 <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string>
368 <!-- Settings label -->
Grace Kloba2f830682009-06-25 11:08:53 -0700369 <string name="pref_text_size">Text size</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800370 <!-- Settings text size options; appear in Text size dialog box -->
371 <string-array name="pref_text_size_choices">
372 <item>Tiny</item>
373 <item>Small</item>
374 <item>Normal</item>
375 <item>Large</item>
376 <item>Huge</item>
377 </string-array>
378 <!-- Title of dialog for setting the text size -->
379 <string name="pref_text_size_dialogtitle">Text size</string>
380 <!-- Do not translate -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700381 <string-array name="pref_text_size_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800382 <item><xliff:g>SMALLEST</xliff:g></item>
383 <item><xliff:g>SMALLER</xliff:g></item>
384 <item><xliff:g>NORMAL</xliff:g></item>
385 <item><xliff:g>LARGER</xliff:g></item>
386 <item><xliff:g>LARGEST</xliff:g></item>
387 </string-array>
Grace Kloba2f830682009-06-25 11:08:53 -0700388 <!-- Settings label -->
389 <string name="pref_default_zoom">Default zoom</string>
390 <!-- Settings default zoom options; appear in default zoom dialog box -->
391 <string-array name="pref_default_zoom_choices">
392 <item>Far</item>
393 <item>Medium</item>
394 <item>Close</item>
395 </string-array>
396 <!-- Title of dialog for setting the default zoom -->
397 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
398 <!-- Do not translate -->
399 <string-array name="pref_default_zoom_values" translatable="false">
400 <item><xliff:g>FAR</xliff:g></item>
401 <item><xliff:g>MEDIUM</xliff:g></item>
402 <item><xliff:g>CLOSE</xliff:g></item>
403 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700404 <!-- Settings label -->
405 <string name="pref_content_load_page">When a page loads:</string>
406 <!-- Settings summary -->
407 <string name="pref_content_load_page_summary">Show overview of the page</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800408 <!-- Settings screen, section title -->
409 <string name="pref_extras_title">Advanced settings</string>
410 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100411 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100412 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100413 <string name="pref_extras_website_settings_summary">View advanced settings for individual websites</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100414 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800415 <string name="pref_extras_reset_default">Reset to default</string>
416 <!-- Settings summary -->
417 <string name="pref_extras_reset_default_summary">Clear all browser data and reset all settings to default</string>
418 <!-- Confirmation dialog message -->
419 <string name="pref_extras_reset_default_dlg">All browser data will be cleared and settings will revert to default values.</string>
420 <!-- Confirmation dialog title -->
421 <string name="pref_extras_reset_default_dlg_title">Reset to default</string>
422 <!-- Title for a group of settings -->
423 <string name="pref_development_title">Debug</string>
424 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700425 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800426 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700427 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800428 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700429 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800430 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700431 <string name="pref_development_trace" translatable="false">Enable tracing</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800432 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700433 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800434 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700435 <string name="js_engine_flags" translatable="false">Set JS flags</string>
436 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700437 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800438 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700439 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800440 <item>Android</item>
441 <item>Desktop</item>
442 <item>iPhone</item>
443 </string-array>
444 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700445 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800446 <item>0</item>
447 <item>1</item>
448 <item>2</item>
449 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100450 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800451 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700452 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800453 <!-- Options in the Default encoding dialog box -->
454 <string-array name="pref_default_text_encoding_choices">
455 <item>Latin-1 (ISO-8859-1)</item>
456 <item>Unicode (UTF-8)</item>
457 <item>Japanese (ISO-2022-JP)</item>
458 <item>Japanese (SHIFT_JIS)</item>
459 <item>Japanese (EUC-JP)</item>
460 <!-- TODO: We should add a lot more encodings. -->
461 </string-array>
462 <!-- Dialog box title -->
463 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
464 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700465 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800466 <item>Latin-1</item>
467 <item>UTF-8</item>
468 <item>ISO-2022-JP</item>
469 <item>SHIFT_JIS</item>
470 <item>EUC-JP</item>
471 </string-array>
472 <string name="pref_default_text_encoding_default">Latin-1</string>
473 <!-- Dialog box title -->
474 <string name="browserFrameRedirect">Redirect</string>
475 <!-- Dialog box message -->
476 <string name="browserFrame307Post">This Web page is being redirected. Resend your typed form data to the new location?</string>
477 <!-- Title for a dialog displayed when the browser has a data connectivity
478 problem -->
479 <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
480 <!-- Title for a dialog displayed when the browser runs into a file label
481 error -->
482 <string name="browserFrameFileErrorLabel">Problem with file</string>
483 <!-- Dialog box title -->
484 <string name="browserFrameFormResubmitLabel">Confirm</string>
485 <!-- Dialog box message -->
486 <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>
487 <!-- Dialog box title -->
488 <string name="loadSuspendedTitle">No network connection</string>
489 <!-- Dialog box message -->
490 <string name="loadSuspended">The page will continue loading after connection has been restored.</string>
491 <!-- Menu item -->
492 <string name="clear_history">Clear history</string>
493 <!-- History screen title; appears in title bar -->
494 <string name="browser_history">Recently-visited pages</string>
495 <!-- Appears on History screen if no history is found -->
496 <string name="empty_history">Browser history is empty.</string>
497 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
498 <string name="add_new_bookmark">Add bookmark\u2026</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400499 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
500 will add that page to bookmarks -->
501 <string name="add_bookmark_short">Add</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800502 <!-- Add bookmark dialog sets its title to this if we have no database.
503 This is an error case -->
504 <string name="no_database">No database!</string>
505
506 <!-- This string is for the browser "Go To" UI. -->
507 <!-- 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 -0700508 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800509 <!-- This string is for the browser "Go To" UI. -->
510 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400511 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800512 <!-- This string is for the browser "Go To" UI. -->
513 <!-- This is the button label in the "Go To" UI. -->
514 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700515 <!-- The string used to describe the browser as a searchable item within system search settings. -->
516 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800517
518 <!-- Pop-up window dialog -->
519 <!-- Title for a dialog informing the user that the site is attempting to
520 display a popup window -->
521 <string name="attention">Attention</string>
522 <!-- Message for a dialog informing the user that the site is attempting to
523 display a popup window -->
524 <string name="popup_window_attempt">This site is attempting to open a
525 pop-up window.</string>
526 <!-- Label for a button to allow a particular popup window to open -->
527 <string name="allow">Allow</string>
528 <!-- Label for a button to disallow a particular popup from opening -->
529 <string name="block">Block</string>
530
531 <!-- Title for a dialog informing the user that they cannot open any more
532 windows because the limit has been reached. -->
533 <string name="too_many_windows_dialog_title">Window limit reached</string>
534 <!-- Message in a dialog telling the user that they cannot open any more
535 windows because the limit has been reached. -->
536 <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string>
537 <!-- Title for a dialog informing the user that they cannot open a subwindow
538 because only one can be open at a time. -->
539 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
540 <!-- Message for a dialog informing the user that they cannot open a
541 subwindow because only one can be open at a time. -->
542 <string name="too_many_subwindows_dialog_message">Could not open a new
543 pop-up window because only one can be open at any time.</string>
544
545 <!-- Download History UI strings -->
546 <string name="download_title">Download history</string>
547 <!-- Download history screen string-->
548 <string name="download_unknown_filename">&lt;Unknown&gt;</string>
549 <!-- Context menu item on Download history screen -->
550 <string name="download_menu_open">Open</string>
551 <!-- Context menu item on Download history screen -->
552 <string name="download_menu_clear">Clear from list</string>
553 <!-- Context menu item in Download history screen -->
554 <string name="download_menu_cancel">Cancel download</string>
555 <!-- Menu item -->
556 <string name="download_menu_cancel_all">Cancel all downloads</string>
557 <!-- Menu item -->
558 <string name="download_menu_clear_all">Clear list</string>
559 <!-- Confirmation dialog title -->
560 <string name="download_clear_dlg_title">Clear</string>
561 <!-- Confirmation dialog message -->
562 <string name="download_clear_dlg_msg">All items will be cleared from the list and removed from the browser cache.</string>
563 <!-- Confirmation dialog title -->
564 <string name="download_cancel_dlg_title">Cancel downloads</string>
565 <!-- Confirmation dialog message -->
566 <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>
567 <!-- Dialog title -->
568 <string name="download_file_error_dlg_title">Out of space</string>
569 <!-- Dialog message -->
570 <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>
571 <!-- Title for a dialog informing the user that the download has failed -->
572 <string name="download_failed_generic_dlg_title">Download unsuccessful</string>
573 <!-- Dialog title -->
574 <string name="download_no_sdcard_dlg_title">No SD card</string>
575 <!-- Dialog message -->
576 <string name="download_no_sdcard_dlg_msg">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
577 <!-- Title for a dialog informing the user that the SD card used for
578 external storage is busy so they cannot download anything -->
579 <string name="download_sdcard_busy_dlg_title">SD card unavailable</string>
580 <!-- Message for a dialog informing the user that the SD card used for
581 external storage is busy so they cannot download anything. Informs
582 the user how to enable SD card storage -->
583 <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
584
585 <!-- Message for a dialog informing the user that there is no application on
586 the phone that can open the file that was downloaded -->
587 <string name="download_no_application">No application can be found to open this file.</string>
588 <!-- Label for a button to re-attempt downloading a file -->
589 <string name="retry">Retry</string>
590 <!-- Appears in Download history screen if there is no history -->
591 <string name="no_downloads">Download history is empty.</string>
592 <!-- the following download_xxxx matches the download manager state, ie Downloads.Status -->
593 <string name="download_error">Download unsuccessful.</string>
594 <!-- Appears in Download history screen after an item has downloaded, included item size -->
595 <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string>
596 <!-- Appears in Download history screen while an item is being downloaded -->
597 <string name="download_running">Downloading\u2026</string>
598 <!-- Message in the list of items which have received download requests
599 telling their status. This message states that the download has not
600 yet begun -->
601 <string name="download_pending">Starting download\u2026</string>
602 <!-- Message in the list of items which have received download requests
603 telling their status. This message states that the download is
604 waiting for a network connection to continue -->
605 <string name="download_pending_network">Waiting for data connection\u2026</string>
606 <!-- Message in the list of items which have received download requests
607 telling their status. This message states that the download has
608 paused to wait for a network connection -->
609 <string name="download_running_paused">Waiting for data connection\u2026</string>
610 <!-- Message in the list of items which have received download requests
611 telling their status. This message states that the download has
612 been canceled -->
613 <string name="download_canceled">Download canceled.</string>
614 <!-- Message in the list of items which have received download requests
615 telling their status. This message states that the download will
616 not happen because the content is not supported by the phone -->
617 <string name="download_not_acceptable">Cannot download. The content is not supported on the phone.</string>
618 <!-- Message in the list of items which have received download requests
619 telling their status. This message states that the download did not
620 finish because there is not enough storage for the file -->
621 <string name="download_file_error">Cannot finish download. There is not enough space.</string>
622 <!-- Message in the list of items which have received download requests
623 telling their status. This message states that the item cannot be
624 downloaded because it cannot determine the length of the item -->
625 <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string>
626 <!-- Message in the list of items which have received download requests
627 telling their status. This message states that the download was
628 interrupted and cannot be resumed -->
629 <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string>
630
631 <string name="activity_instrumentation_test_runner">Browser Test Runner</string>
632 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700633 <string name="activity_instrumentation_functional_test_runner" translatable="false">Browser Functional Test Runner</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800634 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700635 <string name="dump_nav" translatable="false">Dump navigation cache</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800636
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700637 <!-- The default homepage. If it starts with "http://www.google" and the
638 user signs up the device with a Google sites account, the site's
639 domain will be appended. -->
640 <string name="homepage_base">http://www.google.com/m?client=ms-{CID}</string>
641
The Android Open Source Project0c908882009-03-03 19:32:16 -0800642 <!-- Bookmarks -->
643 <string-array name="bookmarks" translatable="false">
644 <item>Google</item>
645 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700646 <item>Picasa</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800647 <item>http://picasaweb.google.com/m/viewer?source=androidclient</item>
648 <item>Yahoo!</item>
649 <item>http://www.yahoo.com/</item>
650 <item>MSN</item>
651 <item>http://www.msn.com/</item>
652 <item>MySpace</item>
653 <item>http://www.myspace.com/</item>
654 <item>Facebook</item>
655 <item>http://www.facebook.com/</item>
656 <item>Wikipedia</item>
657 <item>http://www.wikipedia.org/</item>
658 <item>eBay</item>
659 <item>http://www.ebay.com/</item>
660 <item>CNN</item>
661 <item>http://www.cnn.com/</item>
662 <item>New York Times</item>
663 <item>http://www.nytimes.com/</item>
664 <item>ESPN</item>
665 <item>http://espn.go.com/</item>
666 <item>Amazon</item>
667 <item>http://www.amazon.com/</item>
668 <item>Weather Channel</item>
669 <item>http://www.weather.com/</item>
670 <item>BBC</item>
671 <item>http://www.bbc.co.uk/</item>
672 </string-array>
673
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700674 <!-- Bookmark name for Picasa website -->
675 <string name="picasa" translatable="false">Picasa</string>
676
The Android Open Source Project0c908882009-03-03 19:32:16 -0800677 <!-- Note that this is the standard search url. It uses the current locale for language -->
678 <!-- (%1$s) and country (%2$s) and shouldn't need to be replaced by locale or mcc selected -->
679 <!-- resources. -->
680 <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
681 <!-- should be mirrored by changes in apps/GoogleSearch. -->
682 <!-- Do not translate. This string is an internal URI, not seen in the UI. -->
683 <string name="google_search_base" translatable="false">
684 http://www.google.com/m?hl=%1$s&amp;gl=%2$s&amp;</string>
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700685
686 <!-- The description of the suggestion that lets the user search the web for the query currently
687 in the text field. -->
688 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800689
Leon Scrogginsedef6cc2009-06-19 14:16:11 -0400690 <!-- FIXME: the next four strings(read/write history permissions) should be removed.
691 At the moment actually removing them requires manually deleting all of the
692 existing translations. -->
693 <!-- Do not translate -->
694 <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
695 <!-- Do not translate -->
696 <string name="permdesc_readHistoryBookmarks">Allows the application to read all
697 the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
698 <!-- Do not translate -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800699 <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
Leon Scrogginsedef6cc2009-06-19 14:16:11 -0400700 <!-- Do not translate -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800701 <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the
702 Browser\'s history or bookmarks stored on your phone. Malicious applications
703 can use this to erase or modify your Browser\'s data.</string>
704
Nicolas Roard78a98e42009-05-11 13:34:17 +0100705 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100706 <!-- 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. -->
707 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
708 <string name="webstorage_outofspace_notification_text">Click to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100709 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100710 <string name="webstorage_clear_data_title">Clear stored data</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100711 <string name="webstorage_clear_data_summary">Remove all databases associated with this website</string>
712 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100713 <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
714 <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100715 <string name="webstorage_clear_data_dialog_ok_button">Clear All</string>
716 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100717 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100718 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100719
Steve Blockf344d032009-07-30 10:50:45 +0100720 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100721 <!-- Permissions prompt -->
722 <string name="geolocation_permissions_prompt_message">%s wants to know your location</string>
723 <string name="geolocation_permissions_prompt_share">Share</string>
724 <string name="geolocation_permissions_prompt_dont_share">Don\'t share</string>
725 <string name="geolocation_permissions_prompt_remember">Remember</string>
Steve Blockf344d032009-07-30 10:50:45 +0100726 <!-- Settings page, Advanced Settings -> Website settings -> <origin> -->
727 <string name="geolocation_settings_page_title">Clear location access</string>
728 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
729 <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string>
730 <!-- Settings page dialog -->
731 <string name="geolocation_settings_page_dialog_title">Clear location access</string>
732 <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string>
733 <string name="geolocation_settings_page_dialog_ok_button">Clear access</string>
734 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
735
The Android Open Source Project0c908882009-03-03 19:32:16 -0800736 <!-- Zoom-related strings --><skip />
737 <!-- Caption for a button that is shown when the zoom widget is showing. The button's action will switch to the zoom overview mode. -->
738 <string name="zoom_overview_button_text">Overview</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100739
740 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript Console</string>
741 <string name="error_console_header_text_maximized" translatable="false">JavaScript Console</string>
742 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
743 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100744
The Android Open Source Project0c908882009-03-03 19:32:16 -0800745</resources>