blob: 01f728a5ab2a89cfe79caf2c2f2748fe4adc978a [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>
Leon Scroggins8d5fa432009-10-02 15:55:59 -040020 <!-- Displayed with a file picker to choose a file to upload -->
21 <string name="choose_upload">Choose file for upload</string>
Leon Scrogginsa81a7642009-08-31 17:05:41 -040022 <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
Roy West7d9e4242009-09-18 16:29:38 -070023 <string name="new_tab">New window</string>
Leon Scroggins0a64ba52009-09-08 15:35:33 -040024 <!-- Name of menu item which brings up a list of the currently active tabs -->
Roy West7d9e4242009-09-18 16:29:38 -070025 <string name="active_tabs">Windows</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080026 <!-- Name of tab containing bookmarks -->
27 <string name="tab_bookmarks">Bookmarks</string>
28 <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
29 <string name="tab_most_visited">Most visited</string>
30 <!-- Name of tab containing the user's complete history, organized by time of last visit -->
31 <string name="tab_history">History</string>
32 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
33 <string name="added_to_bookmarks">Added to bookmarks</string>
34 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
35 <string name="removed_from_bookmarks">Removed from bookmarks</string>
36 <!-- Sign-in dialog -->
37 <!-- This is used as the title of a dialog which is used to sign in to a secure site.
38 "%s1"is replaced with the host and "%s2" with realm -->
39 <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
40 <!-- Prompt for an input box that allows the user to enter their login name -->
41 <string name="username">Name</string>
42 <!-- Prompt for an input box that allows the user to enter their password -->
43 <string name="password">Password</string>
44 <!-- The label on the "sign in" button -->
45 <string name="action">Sign in</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010046 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010047 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080048
49 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
50 <string name="cancel">Cancel</string>
51 <!-- Label for a confirm button. Used in multiple contexts. -->
52 <string name="ok">OK</string>
53
Eric Fischer8963b292009-03-24 17:53:52 -070054 <!-- Displayed on the Find dialog to display the number of matches
55 found in the current page. -->
56 <plurals name="matches_found">
57 <!-- Case of no matches -->
58 <item quantity="zero">No matches</item>
59 <!-- Case of one match -->
60 <item quantity="one">1 match</item>
61 <!-- Case of "few" (two) matches -->
62 <item quantity="few"><xliff:g id="number" example="2">%d</xliff:g> matches</item>
63 <!-- Case of several matches -->
64 <item quantity="other"><xliff:g id="number" example="137">%d</xliff:g> matches</item>
65 </plurals>
Leon Scroggins81db3662009-06-04 17:45:11 -040066
67 <!-- Displayed on the title bar while the page is loading -->
68 <string name="title_bar_loading">Loading\u2026</string>
69
The Android Open Source Project0c908882009-03-03 19:32:16 -080070 <!-- Menu item -->
71 <string name="page_info">Page info</string>
72 <!-- Label for a button on an SSL error dialog that allows the user to see
73 Page info screen for the current page -->
74 <string name="page_info_view">View page info</string>
75 <!-- Page Info dialog strings -->
76 <!-- Noun. The url for the current page. Displayed on the Page Info
77 screen. -->
78 <string name="page_info_address">Address:</string>
79
80 <!-- SSL Error dialogs -->
81 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
82 <!-- Label for a button on an SSL error dialog that lets the user continue
83 and view the page despite the error -->
84 <string name="ssl_continue">Continue</string>
85 <!-- Title for an SSL error dialog -->
86 <string name="security_warning">Security warning</string>
87 <!-- Label for a button on an SSL error dialog that lets the user view the
88 certificate -->
89 <string name="view_certificate">View certificate</string>
90
91 <!-- Message in an SSL Error dialog -->
92 <string name="ssl_untrusted">This certificate is not from a trusted authority.</string>
93 <!-- Message in an SSL Error dialog -->
94 <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string>
95 <!-- Message in an SSL Error dialog -->
96 <string name="ssl_expired">This certificate has expired.</string>
97 <!-- Message in an SSL Error dialog -->
98 <string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
99
100 <!-- SSL Certificate dialogs -->
101 <!-- Title for an SSL Certificate dialog -->
102 <string name="ssl_certificate">Security certificate</string>
103 <!-- Message on an SSL Certificate dialog -->
104 <string name="ssl_certificate_is_valid">This certificate is valid.</string>
105 <!-- Label for an information field on an SSL Certificate Dialog -->
106 <string name="issued_to">Issued to:</string>
107 <!-- Label for an information field on an SSL Certificate Dialog -->
108 <string name="common_name">Common name:</string>
109 <!-- Label for an information field on an SSL Certificate Dialog -->
110 <string name="org_name">Organization:</string>
111 <!-- Label for an information field on an SSL Certificate Dialog -->
112 <string name="org_unit">Organizational unit:</string>
113 <!-- Label for an information field on an SSL Certificate Dialog -->
114 <string name="issued_by">Issued by:</string>
115 <!-- Label for an information field on an SSL Certificate Dialog -->
116 <string name="validity_period">Validity:</string>
117 <!-- Label for an information field on an SSL Certificate Dialog -->
118 <string name="issued_on">Issued on:</string>
119 <!-- Label for an information field on an SSL Certificate Dialog -->
120 <string name="expires_on">Expires on:</string>
121
122 <!-- Dialog that is shown while we are retrieving the login creds from the system -->
123 <string name="retrieving_creds_dlg_msg">Retrieving sign-in details\u2026</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800124 <!-- Toast informing the user that loading has stopped for the current page. -->
125 <string name="stopping">Stopping\u2026</string>
126 <!-- Menu item to stop the current page from loading. -->
127 <string name="stop">Stop</string>
128 <!-- Menu item to reload or refresh the current page. -->
129 <string name="reload">Refresh</string>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400130 <!-- Menu item to go back to the previous page -->
131 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800132 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
133 <string name="forward">Forward</string>
134 <!-- Button label to confirm saving a bookmark. -->
135 <string name="save">OK</string>
136 <!-- Button label to cancel saving a bookmark. -->
137 <string name="do_not_save">Cancel</string>
138 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
139 <string name="location">Location</string>
140 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
141 <string name="name">Name</string>
142 <!-- Initial value in Location field in Bookmark dialog box -->
143 <string name="http">http://</string>
144 <!-- Menu item that opens a dialog to save a bookmark, initialized with the current page -->
Leon Scroggins1f005d32009-08-10 17:36:42 -0400145 <string name="save_to_bookmarks">Add bookmark</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800146 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
147 <string name="edit_bookmark">Edit bookmark</string>
148 <!-- Context menu item to create a shortcut to the bookmark on the desktop -->
149 <string name="create_shortcut_bookmark">Add shortcut to Home</string>
150 <!-- Context menu item to open the currently highlighted bookmark -->
151 <string name="open_bookmark">Open</string>
152 <!-- Menu item to remove the currently highlighted bookmark-->
153 <string name="remove_bookmark">Delete bookmark</string>
Leon Scroggins186e5932009-07-28 14:14:48 -0400154 <!-- Context menu item to remove a history item from bookmarks -->
155 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800156 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
157 <string name="remove_history_item">Remove from history</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400158 <!-- Context menu item for setting the bookmark/history item as the homepage -->
159 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800160 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
161 <string name="bookmark_saved">Saved to bookmarks.</string>
Ben Murdoch1794fe22009-09-29 18:14:30 +0100162 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
163 <string name="bookmark_not_saved">Unable to save bookmark.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400164 <!-- Toast confirming that the homepage has been set -->
Roy West7d9e4242009-09-18 16:29:38 -0700165 <string name="homepage_set">Homepage set.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800166 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
167 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
168 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
169 <string name="bookmark_needs_url">"Bookmark must have a location."</string>
170 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name & Location fields -->
171 <string name="empty_bookmark">"Cannot create empty bookmark."</string>
172 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
173 <string name="bookmark_url_not_valid">URL is not valid.</string>
Ben Murdochde353622009-10-12 10:29:00 +0100174 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
175 <string name="bookmark_cannot_save_url">This URL cannot be bookmarked.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800176 <!-- Title of a confirmation dialog when the user deletes a bookmark-->
177 <string name="delete_bookmark">Delete</string>
178 <!-- Menu item in the page that displays all bookmarks. It brings up a
179 dialog that allows the user to bookmark the page that the browser is
180 currently on, but is not visible because the bookmarks page is
181 showing. -->
182 <string name="bookmark_page">Bookmark last-viewed page</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400183 <!-- Menu item in the page that displays all bookmarks. Switches to
184 a grid view which shows thumbnails -->
185 <string name="switch_to_thumbnails">Thumbnail view</string>
186 <!-- Menu item in the page that displays all bookmarks. Switches to a
187 list view which shows titles -->
188 <string name="switch_to_list">List view</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800189 <!-- Summary text under the New Bookmark item on the Bookmarks screen.
190 Tells the user that if they select this item, it will bring up a
191 dialog to bookmark the page that the browser is currently viewing,
192 though it is not currently being displayed, since they are viewing
193 the bookmarks screen. -->
194 <string name="current_page">from\u0020</string>
195 <!-- Confirmation dialog message confirming that the user wishes to delete
196 the bookmark they selected for deletion -->
197 <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string>
198 <!-- Context Menu item to open the selected link in a new window -->
199 <string name="open_in_new_window">Open in new window</string>
200 <!-- Appears in Current windows screen as label on blank + window; user
201 selects this window to open a new browser window -->
202 <string name="new_window">New window</string>
203 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
204 <string name="goto_dot">Go</string>
205 <!-- Menu item that opens up a dialog which allows the user to provide a
206 string and search for it on the page. -->
207 <string name="find_dot">Find on page</string>
208 <!-- Menu item to switch to text selection mode for copy and paste. -->
209 <string name="select_dot">Select text</string>
210 <!-- Menu item which opens a screen which shows all the currently open
211 windows, and also allows them to create a new one. -->
212 <string name="view_tabs">Window overview</string>
213 <!-- Menu item which opens a screen which shows all the currently open
214 windows, and also allows them to create a new one. This is a shorter
215 alternate version of "view_tabs"-->
216 <string name="view_tabs_condensed">Windows</string>
217 <!-- Title of current windows screen; appears in title bar -->
218 <string name="tab_picker_title">Current windows</string>
219 <!-- Context Menu item to view the selected window on the window picker
220 screen -->
221 <string name="tab_picker_view_tab">View</string>
222 <!-- Menu item on the window picker screen to open a new window -->
223 <string name="tab_picker_new_tab">New window</string>
224 <!-- Context Menu item to close the currently selected window -->
225 <string name="tab_picker_remove_tab">Close</string>
226 <!-- Context Menu item to bookmark the currently selected window -->
227 <string name="tab_picker_bookmark">Bookmark</string>
228 <!-- Context Menu item from the bookmarks page to share the selected
229 bookmark -->
230 <string name="tab_picker_send_url">Share link</string>
231 <!-- Menu item to open the bookmarks page. This is a shorter version that
232 is displayed with an icon -->
233 <string name="bookmarks">Bookmarks</string>
234 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
235 <string name="shortcut_bookmark">Bookmark</string>
236 <!-- Menu item to display the History of previously visited pages -->
237 <string name="history">History</string>
238 <!-- Menu item for viewing downloads from the browser -->
239 <string name="menu_view_download">Downloads</string>
Leon Scrogginsc6fa1102009-09-21 10:40:01 -0400240 <!-- Context menu item for copying the url of the current page from the
241 title bar -->
242 <string name="copy_page_url">Copy page url</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800243 <!-- Menu item -->
244 <string name="share_page">Share page</string>
245 <!-- Context Menu item open the currently selected link in the current
246 window.-->
247 <string name="contextmenu_openlink">Open</string>
248 <!-- Context Menu item to open the currently selected link in a new
249 window. -->
250 <string name="contextmenu_openlink_newwindow">Open in new window</string>
251 <!-- Context Menu item to create a bookmark for the url of the currently
252 selected link. -->
253 <string name="contextmenu_bookmark_thislink">Bookmark link</string>
254 <!-- Context Menu item to save the webpage referred to by this link to the
255 SD card (external storage) -->
256 <string name="contextmenu_savelink">Save link</string>
257 <!-- Context Menu item to send the url of the selected link to someone else,
258 via Gmail or another app -->
259 <string name="contextmenu_sharelink">Share link</string>
260 <!-- Context Menu item -->
261 <string name="contextmenu_copy">Copy</string>
262 <!-- Context Menu item to copy the url of the selected link to the
263 clipboard -->
264 <string name="contextmenu_copylink">Copy link URL</string>
265 <!-- Context Menu item to save the image to external storage -->
266 <string name="contextmenu_download_image">Save image</string>
267 <!-- Context Menu item to view the image by itself in the browser -->
268 <string name="contextmenu_view_image">View image</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000269 <!-- Context Menu item to set the image as the home screen wallpaper -->
270 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
271
The Android Open Source Project0c908882009-03-03 19:32:16 -0800272 <!-- Context Menu item to open the dialer app with the selected phone number
273 -->
274 <string name="contextmenu_dial_dot">Dial\u2026</string>
275 <!-- Context Menu item to add the selected phone number to the address book.
276 -->
277 <string name="contextmenu_add_contact">Add contact</string>
278 <!-- Context Menu item to send an email using the selected email address.-->
279 <string name="contextmenu_send_mail">Send email</string>
280 <!-- Context Menu item to show the currently selected address in the Maps
281 application -->
282 <string name="contextmenu_map">Map</string>
283
Andrei Popescu10fdba82009-09-24 13:25:47 +0100284 <!-- Title of the dialog used for selecting the application that should be
285 used for sharing a link (e.g. Gmail or another app). See also
286 contextmenu_sharelink above -->
287 <string name="choosertitle_sharevia">Share via</string>
288
The Android Open Source Project0c908882009-03-03 19:32:16 -0800289 <!-- Used as the title of dialogs in the Browser Settings confirming that
290 the user wants to clear (cache, history, or cookie data) -->
291 <string name="clear">Clear</string>
292
293 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
294 <url of new bookmark>?" -->
295 <string name="replace">Replace</string>
296
297 <!-- Title displayed when the bookmarks page is shown -->
298 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
299
300
301 <!-- Settings screen strings -->
302 <!-- Menu item to open the Settings screen -->
303 <string name="menu_preferences">Settings</string>
304 <!-- Settings screen, section title -->
305 <string name="pref_content_title">Page content settings</string>
306 <!-- Settings label -->
307 <string name="pref_content_load_images">Load images</string>
308 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700309 <string name="pref_content_load_images_summary">Display images on web pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800310 <!-- Settings label -->
311 <string name="pref_content_block_popups">Block pop-up windows</string>
312 <!-- Settings label -->
313 <string name="pref_content_javascript">Enable JavaScript</string>
314 <!-- Settings label -->
315 <string name="pref_content_open_in_background">Open in background</string>
Grace Kloba674f39a2009-09-23 13:33:10 -0700316 <!-- Settings label -->
317 <string name="pref_content_plugins">Enable plug-ins</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800318 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700319 <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800320 <!-- Settings label -->
321 <string name="pref_content_homepage">Set home page</string>
322 <!-- Settings label -->
323 <string name="pref_content_autofit">Auto-fit pages</string>
324 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700325 <string name="pref_content_autofit_summary">Format web pages to fit the screen</string>
Leon Scrogginsb0cd0722009-03-31 14:31:22 -0700326 <!-- Settings label for enabling a mode where the browser is always set to landscape mode -->
Roy West7d9e4242009-09-18 16:29:38 -0700327 <string name="pref_content_landscape_only">Landscape-only display</string>
Leon Scrogginsb0cd0722009-03-31 14:31:22 -0700328 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700329 <string name="pref_content_landscape_only_summary">Display pages only in the wider, landscape screen orientation</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800330 <!-- Settings screen, section title -->
331 <string name="pref_privacy_title">Privacy settings</string>
332 <!-- Settings label -->
333 <string name="pref_privacy_clear_cache">Clear cache</string>
334 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100335 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800336 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700337 <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800338 <!-- Settings label -->
339 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
340 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700341 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800342 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700343 <string name="pref_privacy_clear_cookies_dlg">All cookies will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800344 <!-- Settings label -->
345 <string name="pref_privacy_clear_history">Clear history</string>
346 <!-- Settings summary -->
347 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
348 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700349 <string name="pref_privacy_clear_history_dlg">The browser navigation history will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800350 <!-- Settings label -->
351 <string name="pref_privacy_clear_form_data">Clear form data</string>
352 <!-- Settings summary -->
353 <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string>
354 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700355 <string name="pref_privacy_clear_form_data_dlg">All saved form data will be deleted.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800356 <!-- Settings label -->
357 <string name="pref_privacy_clear_passwords">Clear passwords</string>
358 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700359 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800360 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700361 <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be deleted.</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100362 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100363 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100364 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100365 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100366 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100367 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100368 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100369 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100370 <!-- Confirmation dialog message -->
Steve Blockf344d032009-07-30 10:50:45 +0100371 <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 -0800372 <!-- Settings screen, section title -->
373 <string name="pref_security_title">Security settings</string>
374 <!-- Settings label -->
375 <string name="pref_security_remember_passwords">Remember passwords</string>
376 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700377 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800378 <!-- Settings label -->
379 <string name="pref_security_save_form_data">Remember form data</string>
380 <!-- Settings summary -->
381 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
382 <!-- Settings label -->
383 <string name="pref_security_show_security_warning">Show security warnings</string>
384 <!-- Settings summmary -->
385 <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string>
386 <!-- Settings label -->
387 <string name="pref_security_accept_cookies">Accept cookies</string>
388 <!-- Settings summary -->
389 <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string>
390 <!-- Settings label -->
Grace Kloba2f830682009-06-25 11:08:53 -0700391 <string name="pref_text_size">Text size</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800392 <!-- Settings text size options; appear in Text size dialog box -->
393 <string-array name="pref_text_size_choices">
394 <item>Tiny</item>
395 <item>Small</item>
396 <item>Normal</item>
397 <item>Large</item>
398 <item>Huge</item>
399 </string-array>
400 <!-- Title of dialog for setting the text size -->
401 <string name="pref_text_size_dialogtitle">Text size</string>
402 <!-- Do not translate -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700403 <string-array name="pref_text_size_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800404 <item><xliff:g>SMALLEST</xliff:g></item>
405 <item><xliff:g>SMALLER</xliff:g></item>
406 <item><xliff:g>NORMAL</xliff:g></item>
407 <item><xliff:g>LARGER</xliff:g></item>
408 <item><xliff:g>LARGEST</xliff:g></item>
409 </string-array>
Grace Kloba2f830682009-06-25 11:08:53 -0700410 <!-- Settings label -->
411 <string name="pref_default_zoom">Default zoom</string>
412 <!-- Settings default zoom options; appear in default zoom dialog box -->
413 <string-array name="pref_default_zoom_choices">
414 <item>Far</item>
415 <item>Medium</item>
416 <item>Close</item>
417 </string-array>
418 <!-- Title of dialog for setting the default zoom -->
419 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
420 <!-- Do not translate -->
421 <string-array name="pref_default_zoom_values" translatable="false">
422 <item><xliff:g>FAR</xliff:g></item>
423 <item><xliff:g>MEDIUM</xliff:g></item>
424 <item><xliff:g>CLOSE</xliff:g></item>
425 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700426 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700427 <string name="pref_content_load_page">Open pages in overview</string>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700428 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700429 <string name="pref_content_load_page_summary">Show overview of newly opened pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800430 <!-- Settings screen, section title -->
431 <string name="pref_extras_title">Advanced settings</string>
432 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100433 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100434 <!-- Settings summary -->
Ben Murdochbe9560d2009-11-09 09:52:21 -0800435 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100436 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800437 <string name="pref_extras_reset_default">Reset to default</string>
438 <!-- Settings summary -->
439 <string name="pref_extras_reset_default_summary">Clear all browser data and reset all settings to default</string>
440 <!-- Confirmation dialog message -->
Roy West7d9e4242009-09-18 16:29:38 -0700441 <string name="pref_extras_reset_default_dlg">All browser data will be deleted and settings will revert to default values.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800442 <!-- Confirmation dialog title -->
443 <string name="pref_extras_reset_default_dlg_title">Reset to default</string>
444 <!-- Title for a group of settings -->
445 <string name="pref_development_title">Debug</string>
446 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700447 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800448 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700449 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800450 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700451 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800452 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700453 <string name="pref_development_trace" translatable="false">Enable tracing</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800454 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700455 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800456 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700457 <string name="js_engine_flags" translatable="false">Set JS flags</string>
458 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700459 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800460 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700461 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800462 <item>Android</item>
463 <item>Desktop</item>
464 <item>iPhone</item>
465 </string-array>
466 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700467 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800468 <item>0</item>
469 <item>1</item>
470 <item>2</item>
471 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100472 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800473 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700474 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800475 <!-- Options in the Default encoding dialog box -->
476 <string-array name="pref_default_text_encoding_choices">
477 <item>Latin-1 (ISO-8859-1)</item>
478 <item>Unicode (UTF-8)</item>
479 <item>Japanese (ISO-2022-JP)</item>
480 <item>Japanese (SHIFT_JIS)</item>
481 <item>Japanese (EUC-JP)</item>
482 <!-- TODO: We should add a lot more encodings. -->
483 </string-array>
484 <!-- Dialog box title -->
485 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
486 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700487 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800488 <item>Latin-1</item>
489 <item>UTF-8</item>
490 <item>ISO-2022-JP</item>
491 <item>SHIFT_JIS</item>
492 <item>EUC-JP</item>
493 </string-array>
494 <string name="pref_default_text_encoding_default">Latin-1</string>
495 <!-- Dialog box title -->
496 <string name="browserFrameRedirect">Redirect</string>
497 <!-- Dialog box message -->
Roy West7d9e4242009-09-18 16:29:38 -0700498 <string name="browserFrame307Post">This web page is being redirected. Resend your typed form data to the new location?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800499 <!-- Title for a dialog displayed when the browser has a data connectivity
500 problem -->
501 <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
502 <!-- Title for a dialog displayed when the browser runs into a file label
503 error -->
504 <string name="browserFrameFileErrorLabel">Problem with file</string>
505 <!-- Dialog box title -->
506 <string name="browserFrameFormResubmitLabel">Confirm</string>
507 <!-- Dialog box message -->
508 <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>
509 <!-- Dialog box title -->
510 <string name="loadSuspendedTitle">No network connection</string>
511 <!-- Dialog box message -->
Roy West7d9e4242009-09-18 16:29:38 -0700512 <string name="loadSuspended">Browser cannot load this page because there
Patrick Scotteb6ab2a2009-09-16 10:00:17 -0400513 is no internet connection.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800514 <!-- Menu item -->
515 <string name="clear_history">Clear history</string>
516 <!-- History screen title; appears in title bar -->
Roy West7d9e4242009-09-18 16:29:38 -0700517 <string name="browser_history">Recently visited pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800518 <!-- Appears on History screen if no history is found -->
519 <string name="empty_history">Browser history is empty.</string>
520 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
521 <string name="add_new_bookmark">Add bookmark\u2026</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400522 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
523 will add that page to bookmarks -->
524 <string name="add_bookmark_short">Add</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800525
526 <!-- This string is for the browser "Go To" UI. -->
527 <!-- 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 -0700528 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800529 <!-- This string is for the browser "Go To" UI. -->
530 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400531 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800532 <!-- This string is for the browser "Go To" UI. -->
533 <!-- This is the button label in the "Go To" UI. -->
534 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700535 <!-- The string used to describe the browser as a searchable item within system search settings. -->
536 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800537
538 <!-- Pop-up window dialog -->
539 <!-- Title for a dialog informing the user that the site is attempting to
540 display a popup window -->
541 <string name="attention">Attention</string>
542 <!-- Message for a dialog informing the user that the site is attempting to
543 display a popup window -->
544 <string name="popup_window_attempt">This site is attempting to open a
545 pop-up window.</string>
546 <!-- Label for a button to allow a particular popup window to open -->
547 <string name="allow">Allow</string>
548 <!-- Label for a button to disallow a particular popup from opening -->
549 <string name="block">Block</string>
550
551 <!-- Title for a dialog informing the user that they cannot open any more
552 windows because the limit has been reached. -->
553 <string name="too_many_windows_dialog_title">Window limit reached</string>
554 <!-- Message in a dialog telling the user that they cannot open any more
555 windows because the limit has been reached. -->
556 <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string>
557 <!-- Title for a dialog informing the user that they cannot open a subwindow
558 because only one can be open at a time. -->
559 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
560 <!-- Message for a dialog informing the user that they cannot open a
561 subwindow because only one can be open at a time. -->
562 <string name="too_many_subwindows_dialog_message">Could not open a new
563 pop-up window because only one can be open at any time.</string>
564
565 <!-- Download History UI strings -->
566 <string name="download_title">Download history</string>
567 <!-- Download history screen string-->
568 <string name="download_unknown_filename">&lt;Unknown&gt;</string>
569 <!-- Context menu item on Download history screen -->
570 <string name="download_menu_open">Open</string>
571 <!-- Context menu item on Download history screen -->
572 <string name="download_menu_clear">Clear from list</string>
573 <!-- Context menu item in Download history screen -->
574 <string name="download_menu_cancel">Cancel download</string>
575 <!-- Menu item -->
576 <string name="download_menu_cancel_all">Cancel all downloads</string>
577 <!-- Menu item -->
578 <string name="download_menu_clear_all">Clear list</string>
579 <!-- Confirmation dialog title -->
580 <string name="download_clear_dlg_title">Clear</string>
581 <!-- Confirmation dialog message -->
582 <string name="download_clear_dlg_msg">All items will be cleared from the list and removed from the browser cache.</string>
583 <!-- Confirmation dialog title -->
584 <string name="download_cancel_dlg_title">Cancel downloads</string>
585 <!-- Confirmation dialog message -->
586 <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>
587 <!-- Dialog title -->
588 <string name="download_file_error_dlg_title">Out of space</string>
589 <!-- Dialog message -->
590 <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>
591 <!-- Title for a dialog informing the user that the download has failed -->
592 <string name="download_failed_generic_dlg_title">Download unsuccessful</string>
593 <!-- Dialog title -->
594 <string name="download_no_sdcard_dlg_title">No SD card</string>
595 <!-- Dialog message -->
596 <string name="download_no_sdcard_dlg_msg">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
597 <!-- Title for a dialog informing the user that the SD card used for
598 external storage is busy so they cannot download anything -->
599 <string name="download_sdcard_busy_dlg_title">SD card unavailable</string>
600 <!-- Message for a dialog informing the user that the SD card used for
601 external storage is busy so they cannot download anything. Informs
602 the user how to enable SD card storage -->
603 <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
604
605 <!-- Message for a dialog informing the user that there is no application on
606 the phone that can open the file that was downloaded -->
607 <string name="download_no_application">No application can be found to open this file.</string>
608 <!-- Label for a button to re-attempt downloading a file -->
609 <string name="retry">Retry</string>
610 <!-- Appears in Download history screen if there is no history -->
611 <string name="no_downloads">Download history is empty.</string>
612 <!-- the following download_xxxx matches the download manager state, ie Downloads.Status -->
613 <string name="download_error">Download unsuccessful.</string>
614 <!-- Appears in Download history screen after an item has downloaded, included item size -->
615 <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string>
616 <!-- Appears in Download history screen while an item is being downloaded -->
617 <string name="download_running">Downloading\u2026</string>
618 <!-- Message in the list of items which have received download requests
619 telling their status. This message states that the download has not
620 yet begun -->
621 <string name="download_pending">Starting download\u2026</string>
622 <!-- Message in the list of items which have received download requests
623 telling their status. This message states that the download is
624 waiting for a network connection to continue -->
625 <string name="download_pending_network">Waiting for data connection\u2026</string>
626 <!-- Message in the list of items which have received download requests
627 telling their status. This message states that the download has
628 paused to wait for a network connection -->
629 <string name="download_running_paused">Waiting for data connection\u2026</string>
630 <!-- Message in the list of items which have received download requests
631 telling their status. This message states that the download has
632 been canceled -->
633 <string name="download_canceled">Download canceled.</string>
634 <!-- Message in the list of items which have received download requests
635 telling their status. This message states that the download will
636 not happen because the content is not supported by the phone -->
Roy West7d9e4242009-09-18 16:29:38 -0700637 <string name="download_not_acceptable">Cannot download. The content is not supported on this phone.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800638 <!-- Message in the list of items which have received download requests
639 telling their status. This message states that the download did not
640 finish because there is not enough storage for the file -->
641 <string name="download_file_error">Cannot finish download. There is not enough space.</string>
642 <!-- Message in the list of items which have received download requests
643 telling their status. This message states that the item cannot be
644 downloaded because it cannot determine the length of the item -->
645 <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string>
646 <!-- Message in the list of items which have received download requests
647 telling their status. This message states that the download was
648 interrupted and cannot be resumed -->
649 <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string>
650
651 <string name="activity_instrumentation_test_runner">Browser Test Runner</string>
652 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700653 <string name="activity_instrumentation_functional_test_runner" translatable="false">Browser Functional Test Runner</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800654 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700655 <string name="dump_nav" translatable="false">Dump navigation cache</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800656
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700657 <!-- The default homepage. If it starts with "http://www.google" and the
658 user signs up the device with a Google sites account, the site's
659 domain will be appended. -->
Cary Clark776878e2009-09-29 15:12:03 -0400660 <string name="homepage_base" translatable="false">
661 http://www.google.com/m?client=ms-{CID}&amp;source=android-home</string>
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700662
The Android Open Source Project0c908882009-03-03 19:32:16 -0800663 <!-- Bookmarks -->
664 <string-array name="bookmarks" translatable="false">
665 <item>Google</item>
666 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700667 <item>Picasa</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800668 <item>http://picasaweb.google.com/m/viewer?source=androidclient</item>
669 <item>Yahoo!</item>
670 <item>http://www.yahoo.com/</item>
671 <item>MSN</item>
672 <item>http://www.msn.com/</item>
673 <item>MySpace</item>
674 <item>http://www.myspace.com/</item>
675 <item>Facebook</item>
676 <item>http://www.facebook.com/</item>
677 <item>Wikipedia</item>
678 <item>http://www.wikipedia.org/</item>
679 <item>eBay</item>
680 <item>http://www.ebay.com/</item>
681 <item>CNN</item>
Patrick Scott70202822009-10-07 09:47:13 -0400682 <item>http://www.cnn.com/</item>
Steve Block9206d8c2009-09-30 10:46:44 +0100683 <item>NY Times</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800684 <item>http://www.nytimes.com/</item>
685 <item>ESPN</item>
Ben Murdoche64b3a02009-09-30 19:19:39 +0100686 <item>http://espn.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800687 <item>Amazon</item>
688 <item>http://www.amazon.com/</item>
689 <item>Weather Channel</item>
690 <item>http://www.weather.com/</item>
691 <item>BBC</item>
692 <item>http://www.bbc.co.uk/</item>
693 </string-array>
694
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700695 <!-- Bookmark name for Picasa website -->
696 <string name="picasa" translatable="false">Picasa</string>
697
The Android Open Source Project0c908882009-03-03 19:32:16 -0800698 <!-- Note that this is the standard search url. It uses the current locale for language -->
699 <!-- (%1$s) and country (%2$s) and shouldn't need to be replaced by locale or mcc selected -->
700 <!-- resources. -->
701 <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
702 <!-- should be mirrored by changes in apps/GoogleSearch. -->
703 <!-- Do not translate. This string is an internal URI, not seen in the UI. -->
704 <string name="google_search_base" translatable="false">
705 http://www.google.com/m?hl=%1$s&amp;gl=%2$s&amp;</string>
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700706
707 <!-- The description of the suggestion that lets the user search the web for the query currently
708 in the text field. -->
709 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800710
Leon Scrogginsedef6cc2009-06-19 14:16:11 -0400711 <!-- FIXME: the next four strings(read/write history permissions) should be removed.
712 At the moment actually removing them requires manually deleting all of the
713 existing translations. -->
714 <!-- Do not translate -->
715 <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
716 <!-- Do not translate -->
717 <string name="permdesc_readHistoryBookmarks">Allows the application to read all
718 the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
719 <!-- Do not translate -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800720 <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
Leon Scrogginsedef6cc2009-06-19 14:16:11 -0400721 <!-- Do not translate -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800722 <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the
723 Browser\'s history or bookmarks stored on your phone. Malicious applications
724 can use this to erase or modify your Browser\'s data.</string>
725
Nicolas Roard78a98e42009-05-11 13:34:17 +0100726 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100727 <!-- 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. -->
728 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
729 <string name="webstorage_outofspace_notification_text">Click to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100730 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100731 <string name="webstorage_clear_data_title">Clear stored data</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100732 <string name="webstorage_clear_data_summary">Remove all databases associated with this website</string>
733 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100734 <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
735 <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
Roy West7d9e4242009-09-18 16:29:38 -0700736 <string name="webstorage_clear_data_dialog_ok_button">Clear all</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100737 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100738 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100739 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Andrei Popescu540035d2009-09-18 18:59:20 +0100740 <!-- String shown in a progress view while a video is loading, before it starts playing -->
741 <string name="loading_video">Loading video</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100742
Steve Blockf344d032009-07-30 10:50:45 +0100743 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100744 <!-- Permissions prompt -->
Steve Block8844d192009-09-29 13:14:41 +0100745 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string>
746 <string name="geolocation_permissions_prompt_share">Share location</string>
747 <string name="geolocation_permissions_prompt_dont_share">Decline</string>
748 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
Steve Blockc9f6d7a2009-10-16 18:19:08 +0100749 <!-- Permissions prompt toast -->
750 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this in Settings -> Website settings</string>
751 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this in Settings -> Website settings</string>
Steve Blockf344d032009-07-30 10:50:45 +0100752 <!-- Settings page, Advanced Settings -> Website settings -> <origin> -->
753 <string name="geolocation_settings_page_title">Clear location access</string>
754 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
755 <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string>
756 <!-- Settings page dialog -->
757 <string name="geolocation_settings_page_dialog_title">Clear location access</string>
758 <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string>
759 <string name="geolocation_settings_page_dialog_ok_button">Clear access</string>
760 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100761 <!-- Label for the menu item in the website settings activity used to clear data stored by all websites -->
Roy West7d9e4242009-09-18 16:29:38 -0700762 <string name="website_settings_clear_all">Clear all</string>
763 <string name="website_settings_clear_all_dialog_title">Clear all website settings?</string>
764 <string name="website_settings_clear_all_dialog_message">All website data and location permissions will be deleted.</string>
765 <string name="website_settings_clear_all_dialog_ok_button">Delete all data</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100766 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
767
Steve Blockf344d032009-07-30 10:50:45 +0100768
The Android Open Source Project0c908882009-03-03 19:32:16 -0800769 <!-- Zoom-related strings --><skip />
770 <!-- Caption for a button that is shown when the zoom widget is showing. The button's action will switch to the zoom overview mode. -->
771 <string name="zoom_overview_button_text">Overview</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100772
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000773 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
774 <string name="progress_dialog_setting_wallpaper">Setting wallpaper...</string>
775
Roy West7d9e4242009-09-18 16:29:38 -0700776 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
777 <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100778 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
779 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100780
The Android Open Source Project0c908882009-03-03 19:32:16 -0800781</resources>