OSDN Git Service

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