blob: 17c220841e9fa8482751dfaf65915868e21b2233 [file] [log] [blame]
Sagar Dhawan3f9cd012015-07-20 11:29:23 -07001<?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<!DOCTYPE resources [
17 <!ENTITY about SYSTEM "about.xml">
18]>
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20 <!-- The name of the application. -->
21 <string name="application_name">Browser</string>
22 <!-- The name of standalone application. -->
23 <string name="application_name_swe">Browser</string>
24 <!-- Displayed with a file picker to choose a file to upload -->
25 <string name="choose_upload">Choose file for upload</string>
26 <!-- Toast to show the user after they try to open the file picker but no apps on the
27 system can provide a file [CHAR-LIMIT=NONE]-->
28 <string name="uploads_disabled">File uploads are disabled.</string>
29 <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
30 <string name="new_tab">New tab</string>
31 <!-- Crash tab View title -->
32 <string name="browser_tab_crash_snap">Oops, Snap !</string>
33 <!-- Crash tab button text -->
34 <string name="browser_tab_crash_reload">Reload</string>
35 <!-- Crash tab View message -->
36 <string name="browser_tab_crash_message">
37 Something unexpected happened when displaying this webpage.
38 Please reload or go to another page.
39 </string>
40 <!-- Name of menu item of a new incognito tab. Also used in the
41 title bar when displaying a new tab [CHAR LIMIT=30] -->
42 <string name="new_incognito_tab">Private Browsing</string>
43 <!-- Name of tab containing bookmarks -->
44 <string name="tab_bookmarks">Bookmarks</string>
45 <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
46 <string name="tab_most_visited">Most visited</string>
47 <!-- Name of tab containing the user's complete history, organized by time of last visit -->
48 <string name="tab_history">History</string>
49 <!-- Name of tab containing the user's saved pages, organized by time created [CHAR LIMIT=20] -->
50 <string name="tab_snapshots">Saved pages</string>
51 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
52 <string name="added_to_bookmarks">Added to bookmarks.</string>
53 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
54 <string name="removed_from_bookmarks">Removed from bookmarks.</string>
55 <!-- Sign-in dialog -->
56 <!-- This is used as the title of a dialog which is used to sign in to a secure site.
57 "%s1"is replaced with the host and "%s2" with realm -->
58 <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
59 <!-- Prompt for an input box that allows the user to enter their login name -->
60 <string name="username">Name</string>
61 <!-- Prompt for an input box that allows the user to enter their password -->
62 <string name="password">Password</string>
63 <!-- The label on the "sign in" button -->
64 <string name="action">Sign in</string>
65 <!-- The name of the add bookmark page activity.-->
66 <string name="bookmarks_add_page">Save bookmark</string>
67 <!-- The name of the bookmarks and history search suggestion source. -->
68 <string name="bookmarks_search">Browser</string>
69 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts -->
70 <string name="cancel">Cancel</string>
71 <!-- Label for a confirm button. Used in multiple contexts. -->
72 <string name="ok">OK</string>
73 <string name="config_carrier_resource">default</string>
74
75 <!-- Displayed on the title bar while the page is loading -->
76 <string name="title_bar_loading">Loading\u2026</string>
77 <!-- Message to be displayed if url character limit exceeds -->
78 <string name="max_url_character_limit_msg">Max URL limit reached</string>
79 <!-- Message to be displayed when google play store does not exist on the device -->
80 <string name="msg_no_google_play">Sorry, Google Play store app does not exist.</string>
81
82 <!-- Menu item -->
83 <string name="page_info">Page information</string>
84 <!-- Label for a button on an SSL error dialog that allows the user to see
85 Page info screen for the current page -->
86 <string name="page_info_view">View page info</string>
87 <!-- Page Info dialog strings -->
88 <!-- Noun. The url for the current page. Displayed on the Page Info
89 screen. -->
90 <string name="page_info_address">Address:</string>
91
92 <!-- SSL Error dialogs -->
93 <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
94 <!-- Label for a button on an SSL error dialog that lets the user continue
95 and view the page despite the error -->
96 <string name="ssl_continue">Continue</string>
97 <!-- Title for an SSL error dialog -->
98 <string name="security_warning">Security warning</string>
99 <!-- Label for a button on an SSL error dialog that lets the user view the
100 certificate -->
101 <string name="view_certificate">View certificate</string>
102 <!-- Label for a button on an SSL error dialog that lets the user go back to
103 the last page they were on instead of continuing to the new page. [CHAR-LIMIT=20] -->
104 <string name="ssl_go_back">Go back</string>
105
106 <!-- Message in an SSL Error dialog -->
107 <string name="ssl_untrusted">This certificate isn\'t from a trusted authority.</string>
108 <!-- Message in an SSL Error dialog -->
109 <string name="ssl_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
110 <!-- Message in an SSL Error dialog -->
111 <string name="ssl_expired">This certificate has expired.</string>
112 <!-- Message in an SSL Error dialog -->
113 <string name="ssl_not_yet_valid">This certificate isn\'t valid yet.</string>
114 <!-- Message in an SSL Error dialog -->
115 <string name="ssl_date_invalid">This certificate has an invalid date.</string>
116 <!-- Message in an SSL Error dialog -->
117 <string name="ssl_invalid">This certificate is invalid.</string>
118 <!-- Message in an SSL Error dialog -->
119 <string name="ssl_unknown">Unknown certificate error.</string>
120
121 <!-- Toast informing the user that loading has stopped for the current page. -->
122 <string name="stopping">Stopping\u2026</string>
123 <!-- Menu item to stop the current page from loading. -->
124 <string name="stop">Stop</string>
125 <!-- Menu item to reload or refresh the current page. -->
126 <string name="reload">Refresh</string>
127 <!-- Menu item to go back to the previous page -->
128 <string name="back">Back</string>
129 <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
130 <string name="forward">Forward</string>
131 <!-- Button label to confirm saving a bookmark. -->
132 <string name="save">OK</string>
133 <!-- Button label to cancel saving a bookmark. -->
134 <string name="do_not_save">Cancel</string>
135 <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
136 <string name="location">Address</string>
137 <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to -->
138 <string name="account">Account</string>
139 <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark -->
140 <string name="containing_folder">Add to</string>
141 <!-- Default name for a new folder and label for a button that allows the user to create a new folder
142 in the add bookmark dialog -->
143 <string name="new_folder">New folder</string>
144 <!-- Context menu item to edit a folder [CHAR LIMIT=50] -->
145 <string name="edit_folder">Edit folder</string>
146 <!-- Context menu item to delete a folder [CHAR LIMIT=50] -->
147 <string name="delete_folder">Delete folder</string>
148 <!-- Label stating that the currently open folder has no subfolders
149 in the add bookmark dialog [CHAR-LIMIT=none]-->
150 <string name="no_subfolders">No subfolders.</string>
151 <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]-->
152 <string name="add_to_bookmarks_menu_option">Bookmarks</string>
153 <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]-->
154 <string name="add_to_homescreen_menu_option">Home screen</string>
155 <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]-->
156 <string name="add_to_other_folder_menu_option">Select folder...</string>
157 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
158 <string name="name">Label</string>
159 <!-- Initial value in Location field in Bookmark dialog box -->
160 <string name="http">http://</string>
161 <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] -->
162 <string name="save_to_bookmarks">Save to bookmarks</string>
163 <!-- Title of the dialog to bookmark a page -->
164 <string name="bookmark_this_page">Bookmark this page</string>
165 <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] -->
166 <string name="remove">Remove</string>
167 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
168 <string name="edit_bookmark">Edit bookmark</string>
169 <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] -->
170 <string name="create_shortcut_bookmark">Add shortcut to home</string>
171 <!-- Context menu item to open the currently highlighted bookmark -->
172 <string name="open_bookmark">Open</string>
173 <!-- Menu item to remove the currently highlighted bookmark-->
174 <string name="remove_bookmark">Delete bookmark</string>
175 <!-- Context menu item to remove a history item from bookmarks -->
176 <string name="remove_from_bookmarks">Remove from bookmarks</string>
177 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
178 <string name="remove_history_item">Remove from history</string>
179 <!-- Context menu item for setting the bookmark/history item as the homepage -->
180 <string name="set_as_homepage">Set as homepage</string>
181 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
182 <string name="bookmark_saved">Bookmarked</string>
183 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
184 <string name="bookmark_not_saved">Couldn\'t save bookmark.</string>
185 <!-- Toast confirming that the homepage has been set -->
186 <string name="homepage_set">Homepage set.</string>
187 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
188 <string name="bookmark_needs_title">"Bookmark must have a name."</string>
189 <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
190 <string name="bookmark_needs_url">"Bookmark must have a location."</string>
191 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
192 <string name="bookmark_url_not_valid">This URL isn\'t valid.</string>
193 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
194 <string name="bookmark_cannot_save_url">This URL can\'t be bookmarked.</string>
195 <!-- Menu item in the page that displays all bookmarks. It brings up a
196 dialog that allows the user to bookmark the page that the browser is
197 currently on, but is not visible because the bookmarks page is
198 showing. -->
199 <string name="bookmark_page">Bookmark last-viewed page</string>
200 <!-- Menu item in the page that displays all bookmarks. Switches to
201 a grid view which shows thumbnails [CHAR LIMIT=20] -->
202 <string name="bookmark_thumbnail_view">Thumbnails</string>
203 <!-- Menu item in the page that displays all bookmarks. Switches to a
204 list view which shows titles [CHAR LIMIT=20] -->
205 <string name="bookmark_list_view">List</string>
206 <!-- Summary text under the New Bookmark item on the Bookmarks screen.
207 Tells the user that if they select this item, it will bring up a
208 dialog to bookmark the page that the browser is currently viewing,
209 though it is not currently being displayed, since they are viewing
210 the bookmarks screen. -->
211 <string name="current_page">from\u0020</string>
212 <!-- Confirmation dialog message confirming that the user wishes to delete
213 the bookmark they selected for deletion -->
214 <string name="delete_bookmark_warning">Delete bookmark \"<xliff:g id="bookmark">%s</xliff:g>\"?</string>
215 <!-- Confirmation dialog message confirming that the user wishes to delete
216 the folder they selected for deletion -->
217 <string name="delete_folder_warning">Delete folder \"<xliff:g id="bookmark">%s</xliff:g>\"?</string>
218 <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] -->
219 <string name="open_all_in_new_window">Open all in new tabs</string>
220 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
221 <string name="goto_dot">Go</string>
222 <!-- Menu item to switch to text selection mode for copy and paste. -->
223 <string name="select_dot">Select text</string>
224 <!-- Displayed in title of chooser dialog for text sent to another app,e.g-send text via SMS or IM-->
225 <string name="sendText">Choose an action for text</string>
226 <!-- Menu item to close all other tabs [CHAR LIMIT=40] -->
227 <string name="close_other_tabs">Close other tabs</string>
228 <!-- Menu item to open the bookmarks page. This is a shorter version that
229 is displayed with an icon -->
230 <string name="bookmarks">Bookmarks</string>
231 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
232 <string name="shortcut_bookmark">Bookmark</string>
233 <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] -->
234 <string name="shortcut_bookmark_title">Choose a bookmark</string>
235 <!-- Menu item to display the History of previously visited pages -->
236 <string name="history">History</string>
237 <!-- Menu item for viewing downloads from the browser -->
238 <string name="menu_view_download">Downloads</string>
239 <!-- Context menu item for copying the url of the current page from the
240 title bar -->
241 <string name="copy_page_url">Copy page URL</string>
242 <!-- Menu item -->
243 <string name="share_page">Share page</string>
244 <!-- Menu item for saving link to homescreen -->
245 <string name="add_to_homescreen">Add to homescreen</string>
246 <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] -->
247 <string name="menu_save_snapshot">Save for offline reading</string>
248 <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] -->
249 <string name="saving_snapshot">Saving\u2026</string>
250 <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] -->
251 <string name="snapshot_failed">Couldn\'t save for offline reading.</string>
252 <!-- The number of bookmarks in a folder [CHAR LIMT=50] -->
253 <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string>
254 <!-- No bookmarks in the folder [CHAR LIMIT=50] -->
255 <string name="contextheader_folder_empty">Empty folder</string>
256 <!-- Context Menu item open the currently selected link in the current
257 window.-->
258 <string name="contextmenu_openlink">Open</string>
259 <!-- Context Menu item to open the currently selected link in a new
260 window. -->
261 <string name="contextmenu_openlink_newwindow">Open in new tab</string>
262 <!-- Context Menu item to open the currently selected link in a new
263 background window. [CHAR LIMIT=50] -->
264 <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string>
265 <!-- Context Menu item to save the webpage referred to by this link to the
266 SD card (external storage) -->
267 <string name="contextmenu_savelink">Save link</string>
268 <!-- Context Menu item to send the url of the selected link to someone else,
269 via Gmail or another app [CHAR LIMIT=50] -->
270 <string name="contextmenu_sharelink">Share link</string>
271 <!-- Context Menu item -->
272 <string name="contextmenu_copy">Copy</string>
273 <!-- Context Menu item to copy the url of the selected link to the
274 clipboard -->
275 <string name="contextmenu_copylink">Copy link URL</string>
276 <!-- Context Menu item to save the image to external storage -->
277 <string name="contextmenu_download_image">Save image</string>
278 <!-- Context Menu item to view the image by itself in the browser -->
279 <string name="contextmenu_view_image">View image</string>
280 <!-- Context Menu item to set the image as the home screen wallpaper -->
281 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
282
283 <!-- Context Menu item to open the dialer app with the selected phone number
284 -->
285 <string name="contextmenu_dial_dot">Dial\u2026</string>
286 <!-- Context Menu item to add the selected phone number to the address book.
287 -->
288 <string name="contextmenu_add_contact">Add contact</string>
289 <!-- Context Menu item to send an email using the selected email address.-->
290 <string name="contextmenu_send_mail">Send email</string>
291 <!-- Context Menu item to show the currently selected address in the Maps
292 application -->
293 <string name="contextmenu_map">Map</string>
294
295 <!-- Title of the dialog used for selecting the application that should be
296 used for sharing a link (e.g. Gmail or another app). See also
297 contextmenu_sharelink above -->
298 <string name="choosertitle_sharevia">Share via</string>
299
300 <!-- Used as the title of dialogs in the Browser Settings confirming that
301 the user wants to clear (cache, history, or cookie data) -->
302 <string name="clear">Clear</string>
303
304 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
305 <url of new bookmark>?" -->
306 <string name="replace">Replace</string>
307
308 <!-- Title displayed when the bookmarks page is shown -->
309 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
310
311
312 <!-- Settings screen strings -->
313 <!-- Menu item to open the Settings screen -->
314 <string name="menu_preferences">Settings</string>
315 <!-- Settings screen, section title -->
316 <string name="pref_content_title">Content settings</string>
317 <string name="pref_content_title_summary">Web content setting</string>
318 <!-- Settings label [CHAR LIMIT=45]-->
319 <string name="pref_allow_apptabs">Allow multiple tabs per app</string>
320 <!-- Settings label -->
321 <string name="pref_content_load_images">Load images</string>
322 <!-- Settings label -->
323 <string name="pref_content_load_images_summary">Display images on web pages</string>
324 <!-- Settings label [CHAR LIMIT=30] -->
325 <string name="pref_content_block_popups">Block pop-ups</string>
326 <string name="pref_security_allow_popups">Pop ups</string>
327 <!-- Settings label -->
328 <string name="pref_content_javascript">Enable JavaScript</string>
329 <!-- Settings label -->
330 <string name="pref_memory_monitor">Enable Memory Monitor</string>
331 <!-- Settings label -->
332 <string name="pref_content_open_in_background">Open in background</string>
333 <!-- Settings label -->
334 <string name="pref_content_plugins">Enable plug-ins</string>
335 <!-- Plugin options -->
336 <string-array name="pref_content_plugins_choices">
337 <item>Always on</item>
338 <item>On demand</item>
339 <item>Off</item>
340 </string-array>
341 <string-array name="pref_content_plugins_values" translatable="false">
342 <item>ON</item>
343 <item>ON_DEMAND</item>
344 <item>OFF</item>
345 </string-array>
346 <!-- Settings summary [CHAR LIMIT=50]-->
347 <string name="pref_content_open_in_background_summary">Open new tabs behind the current tab</string>
348 <!-- Settings label [CHAR LIMIT=50] -->
349 <string name="pref_content_homepage">Set homepage</string>
350 <!-- Settings label -->
351 <string name="pref_content_search_engine">Set search engine</string>
352 <!-- Settings summary -->
353 <string name="pref_content_search_engine_summary">Choose a search engine</string>
354 <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] -->
355 <string name="pref_set_homepage_to">Set to</string>
356 <string-array name="pref_homepage_choices">
357 <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] -->
358 <item>Current page</item>
359 <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] -->
360 <item>Blank page</item>
361 <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] -->
362 <item>Default page</item>
363 <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] -->
364 <item>Most visited sites</item>
365 <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] -->
366 <item>Other</item>
367 </string-array>
368 <string-array name="pref_homepage_values" translatable="false">
369 <item>current</item>
370 <item>blank</item>
371 <item>default</item>
372 <item>most_visited</item>
373 <item>other</item>
374 </string-array>
375 <!-- Settings label -->
376 <string name="pref_content_autofit">Auto-fit pages</string>
377 <!-- Settings summary -->
378 <string name="pref_content_autofit_summary">Format webpages to fit the screen</string>
379
380 <!-- Settings screen & section title for "General settings". These include things like
381 configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] -->
382 <string name="pref_general_title">General</string>
383 <string name="pref_default_site_settings_title">Default Site Settings</string>
384 <string name="pref_site_settings_title">Site Settings</string>
385 <string name="pref_site_settings_info_panel">Security Information</string>
386 <!-- Settings category for sync under general settings. This includes bookmark sync with Chrome [CHAR-LIMIT=50] -->
387 <string name="pref_general_sync_title">Sync</string>
388 <!-- Settings category for autofill under general. [CHAR-LIMIT=50] -->
389 <string name="pref_general_autofill_title">Auto-fill</string>
390
391 <!-- Checkbox setting for enabling/disabling power save mode feature -->
392 <string name ="pref_powersave_enabled">Power save mode</string>
393 <!-- Settings summary for the powersave feature. -->
394 <string name ="pref_powersave_enabled_summary">Turn on power saving mode</string>
395
396 <!-- Checkbox setting for enabling/disabling night mode feature -->
397 <string name ="pref_nightmode_enabled">Night mode</string>
398 <!-- Settings summary for the night mode feature. -->
399 <string name ="pref_nightmode_enabled_summary">Turn on night mode</string>
400
401 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
402 <string name="pref_autofill_enabled">Form auto-fill</string>
403 <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] -->
404 <string name="pref_autofill_enabled_summary">Fill out web forms with a single touch</string>
405 <!-- Checkbox setting for enabling/disabling WebRefiner feature -->
406 <string name="pref_web_refiner_enabled">Web Refiner</string>
407 <!-- Settings summary for the WebRefiner -->
408 <string name="pref_web_refiner_enabled_summary">Block advertisements and tracking</string>
409 <plurals name="pref_web_refiner_advertisements">
410 <item quantity="one">%d advertisement</item>
411 <item quantity="other">%d advertisements</item>
412 </plurals>
413 <plurals name="pref_web_refiner_trackers">
414 <item quantity="one">%d tracker</item>
415 <item quantity="other">%d trackers</item>
416 </plurals>
417 <plurals name="pref_web_refiner_malware">
418 <item quantity="one">%d malware threat</item>
419 <item quantity="other">%d malware threats</item>
420 </plurals>
421 <string-array name="pref_web_refiner_message">
422 <item>"Blocked %s. "</item>
423 <item>"Blocked %1$s and %2$s. "</item>
424 <item>"Blocked %1$s, %2$s and $3$s. "</item>
425 </string-array>
426 <string name="pref_valid_cert">Site has a valid SSL certificate.</string>
427 <string name="pref_invalid_cert">Site has an invalid SSL certificate.</string>
428 <string name="pref_warning_cert">Site SSL certificate has warnings.</string>
429 <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
430 <string name="pref_autofill_profile_editor">Auto-fill text</string>
431 <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
432 <string name="pref_autofill_profile_editor_summary">Set up text to auto-fill in web forms</string>
433
434 <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] -->
435 <string name="autofill_profile_editor_heading">Type the text you want to auto-fill in web forms.</string>
436 <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
437 <string name="autofill_profile_editor_name">Full name:</string>
438 <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
439 <string name="autofill_profile_editor_email_address">Email:</string>
440 <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
441 <string name="autofill_profile_editor_company_name">Company name:</string>
442 <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
443 <string name="autofill_profile_editor_address_line_1">Address line 1:</string>
444 <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] -->
445 <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string>
446 <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
447 <string name="autofill_profile_editor_address_line_2">Address line 2:</string>
448 <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] -->
449 <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor, etc.</string>
450 <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] -->
451 <string name="autofill_profile_editor_city">City/Town:</string>
452 <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] -->
453 <string name="autofill_profile_editor_state">State/Province/Region:</string>
454 <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] -->
455 <string name="autofill_profile_editor_zip_code">Zip code:</string>
456 <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] -->
457 <string name="autofill_profile_editor_country">Country:</string>
458 <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] -->
459 <string name="autofill_profile_editor_phone_number">Phone:</string>
460 <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] -->
461 <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number.</string>
462
463 <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
464 <string name="autofill_profile_editor_save_profile">Save</string>
465 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
466 <string name="autofill_profile_successful_save">Auto-fill text saved.</string>
467 <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] -->
468 <string name="autofill_profile_successful_delete">Auto-fill text deleted.</string>
469 <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] -->
470 <string name="autofill_profile_editor_delete_profile">Delete</string>
471
472 <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] -->
473 <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string>
474 <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure
475 it through the Browser Settings menu. [CHAR-LIMIT=NONE] -->
476 <string name="autofill_setup_dialog_negative_toast">You can always set up your auto-fill text from the Browser &gt; Settings &gt; General screen.</string>
477 <!-- Text on a checkbox in the "setup autofill" dialog which is shown to the user when they are prompted to set up the autofill feature.
478 The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
479 <string name="disable_autofill">Disable auto-fill</string>
480
481 <!-- Settings screen, section title [CHAR-LIMIT=50] -->
482 <string name="pref_privacy_security_title">Privacy &amp; security</string>
483 <string name="pref_privacy_security_title_summary">Browser security and privacy settings</string>
484 <!-- Popup dialog -->
485 <string name="pref_select_items">Select items to be cleared</string>
486 <!-- Settings label -->
487 <string name="pref_privacy_clear_selected">Clear selected items</string>
488 <!-- Settings summary -->
489 <string name="pref_privacy_clear_selected_summary">Clear selected items in the list</string>
490 <!-- Confirmation dialog message -->
491 <string name="pref_privacy_clear_selected_dlg">Clear following items?</string>
492 <!-- Settings label -->
493 <string name="pref_privacy_clear_cache">Cache</string>
494 <!-- Settings summary -->
495 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
496 <!-- Confirmation dialog message -->
497 <string name="pref_privacy_clear_cache_dlg">Delete locally cached content and databases?</string>
498 <!-- Cookie settings category [CHAR-LIMIT=50] -->
499 <string name="pref_privacy_cookies_title">Cookies</string>
500 <!-- Settings label -->
501 <string name="pref_privacy_clear_cookies">Cookies and Site Data</string>
502 <!-- Settings summary -->
503 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies and site data</string>
504 <!-- Confirmation dialog message -->
505 <string name="pref_privacy_clear_cookies_dlg">Delete all cookies?</string>
506 <!-- Settings label -->
507 <string name="pref_privacy_clear_history">History</string>
508 <!-- Settings summary -->
509 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
510 <!-- Confirmation dialog message -->
511 <string name="pref_privacy_clear_history_dlg">Delete the browser navigation history?</string>
512 <!-- Formdata settings category [CHAR-LIMIT=50] -->
513 <string name="pref_privacy_formdata_title">Form data</string>
514 <!-- Settings label -->
515 <string name="pref_privacy_clear_form_data">Form data</string>
516 <!-- Settings summary -->
517 <string name="pref_privacy_clear_form_data_summary">Clear all saved form data</string>
518 <!-- Confirmation dialog message -->
519 <string name="pref_privacy_clear_form_data_dlg">Delete all saved form data?</string>
520 <!-- Settings label -->
521 <string name="pref_privacy_clear_passwords">Passwords</string>
522 <!-- Settings summary -->
523 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
524 <!-- Confirmation dialog message -->
525 <string name="pref_privacy_clear_passwords_dlg">Delete all saved passwords?</string>
526 <!-- Location settings category [CHAR-LIMIT=50] -->
527 <string name="pref_privacy_location_title">Location</string>
528 <!-- Settings label -->
529 <string name="pref_privacy_enable_geolocation">Location</string>
530 <!-- Settings summary -->
531 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
532 <!-- Settings label -->
533 <string name="pref_privacy_clear_geolocation_access">Location access</string>
534 <!-- Settings summary -->
535 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
536 <!-- Confirmation dialog message -->
537 <string name="pref_privacy_clear_geolocation_access_dlg">Clear website location access?</string>
538 <!-- Passwords settings category [CHAR-LIMIT=50] -->
539 <string name="pref_security_passwords_title">Passwords</string>
540 <!-- Settings label -->
541 <string name="pref_security_remember_passwords">Remember passwords</string>
542 <!-- Settings summary -->
543 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
544 <!-- Settings label -->
545 <string name="pref_security_save_form_data">Remember form data</string>
546 <!-- Settings summary -->
547 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
548 <!-- Settings label -->
549 <string name="pref_security_show_security_warning">Show security warnings</string>
550 <!-- Settings summmary -->
551 <string name="pref_security_show_security_warning_summary">Show warning if there\'s a problem with a site\'s security</string>
552 <!-- Settings Label -->
553 <string name="pref_do_not_track">Request \'Do Not Track\'</string>
554 <!-- Settings summary -->
555 <string name="pref_do_not_track_summary">Send a Do Not Track request with your browsing traffic</string>
556 <!-- Settings label -->
557 <string name="pref_security_accept_cookies">Accept cookies</string>
558 <!-- Settings summary -->
559 <string name="pref_security_accept_cookies_summary">Allow sites to save and read cookie data</string>
560
561 <string name="pref_security_allow_mic">Microphone</string>
562 <string name="pref_security_allow_camera">Camera</string>
563 <string name="pref_security_web_refiner">Ads and distracting content</string>
564 <string name="pref_security_accept_third_party_cookies">Third party cookies</string>
565 <string name="pref_security_ask_before_using">Ask before using</string>
566 <string name="pref_security_allowed">Allowed</string>
567 <string name="pref_security_not_allowed">Not allowed</string>
568 <string name="pref_security_remember">Remember</string>
569 <string name="pref_security_protect">Protect by default</string>
570 <string name="pref_security_on">On</string>
571 <string name="pref_security_off">Off</string>
572 <string name="pref_website_title">Website</string>
573 <string name="pref_security_add">Add</string>
574 <string name="pref_security_cancel">Cancel</string>
575 <string name="pref_security_origin_name">Site Origin</string>
576 <string name="pref_security_access_is_allowed">access is allowed</string>
577
578 <!-- Settings text size options - displays sample font size in settings -->
579 <string name="pref_sample_font_size">Drag the slider to adjust the font size to set the desired comfortable reading size.</string>
580 <!-- Label for minimum font size [CHAR LIMIT=30] -->
581 <string name="pref_min_font_size">Minimum font size</string>
582 <!-- Label for the current minimum font size value [CHAR LIMIT=6] -->
583 <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string>
584 <!-- Label for text scaling (percent) [CHAR LIMIT=30] -->
585 <string name="pref_text_zoom">Text scaling</string>
586 <!-- Label for zoom on double-tap (percent) [CHAR LIMIT=30] -->
587 <string name="pref_zoom_on_double_tap">Zoom on double-tap</string>
588 <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
589 <string name="pref_force_userscalable">Force enable zoom</string>
590 <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
591 <string name="pref_force_userscalable_summary">Override a website\'s request to control zoom behavior</string>
592 <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] -->
593 <string name="pref_inverted_category">Inverted screen rendering</string>
594 <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
595 <string name="pref_inverted">Inverted rendering</string>
596 <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] -->
597 <string name="pref_inverted_summary">Black becomes white and vice versa</string>
598 <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] -->
599 <string name="pref_inverted_contrast">Contrast</string>
600 <!-- Settings label -->
601 <string name="pref_default_zoom">Default zoom</string>
602 <!-- Settings default zoom options; appear in default zoom dialog box -->
603 <string-array name="pref_default_zoom_choices">
604 <item>Far</item>
605 <item>Medium</item>
606 <item>Close</item>
607 </string-array>
608 <!-- Title of dialog for setting the default zoom -->
609 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
610 <!-- Do not translate -->
611 <string-array name="pref_default_zoom_values" translatable="false">
612 <item><xliff:g>FAR</xliff:g></item>
613 <item><xliff:g>MEDIUM</xliff:g></item>
614 <item><xliff:g>CLOSE</xliff:g></item>
615 </string-array>
616 <!-- Settings label -->
617 <string name="pref_content_load_page">Open pages in overview</string>
618 <!-- Settings summary -->
619 <string name="pref_content_load_page_summary">Show overview of newly-opened pages</string>
620 <!-- Settings screen, section title [CHAR LIMIT=50] -->
621 <string name="pref_extras_title">Advanced</string>
622 <!-- Settings label -->
623 <string name="pref_extras_website_settings">Per site settings</string>
624 <!-- Settings summary -->
625 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
626 <!-- Settings category label [CHAR-LIMIT=50] -->
627 <string name="pref_extras_reset_default_title">Reset defaults</string>
628 <!-- Settings label -->
629 <string name="pref_extras_reset_default">Reset to default</string>
630 <string name="pref_extras_reset">Reset</string>
631 <!-- Settings summary -->
632 <string name="pref_extras_reset_default_summary">Restore default settings</string>
633 <!-- Confirmation dialog message -->
634 <string name="pref_extras_reset_default_dlg">Revert settings to default values?</string>
635 <!-- Title for a group of settings -->
636 <string name="pref_development_title">Debug</string>
637 <!-- Do not tranlsate. Development option -->
638 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
639 <!-- Do not tranlsate. Development option -->
640 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
641 <!-- Do not tranlsate. Development option -->
642 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
643 <!-- Do not tranlsate. Development option -->
644 <string name="pref_development_trace" translatable="false">Enable tracing</string>
645 <!-- Do not tranlsate. Development option -->
646 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
647 <!-- Do not tranlsate. Development option -->
648 <string name="pref_development_hardware_accel" translatable="false">Enable OpenGL Rendering</string>
649 <!-- Do not tranlsate. Development option -->
650 <string name="pref_development_hardware_accel_skia" translatable="false">Enable HW Accelerated Skia</string>
651 <!-- Do not tranlsate. Development option -->
652 <string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string>
653 <!-- Do not tranlsate. Development option -->
654 <string name="pref_development_cpu_upload_path" translatable="false">Enable Cpu Upload Path</string>
655 <!-- Do not tranlsate. Development option -->
656 <string name="js_engine_flags" translatable="false">Set JS flags</string>
657 <!-- Do not tranlsate. Development option -->
658 <string name="pref_development_uastring" translatable="false">UAString</string>
659 <!-- Do not translate. Development option to reset the prologin time [CHAR LIMIT=20] -->
660 <string name="pref_development_reset_prelogin" translatable="false">Reset prelogin</string>
661 <!-- Settings screen, setting option name -->
662 <string name="pref_default_text_encoding">Text encoding</string>
663 <!--SWE TODO: localize this for all languages -->
664 <string name="pref_default_text_encoding_default_value" translatable="false">Auto detect</string>
665 <!-- Options in the Default encoding dialog box -->
666 <string-array name="pref_default_text_encoding_choices">
667 <item>Latin-1 (ISO-8859-1)</item>
668 <item>Unicode (UTF-8)</item>
669 <item>Chinese (GBK)</item>
670 <item>Chinese (Big5)</item>
671 <item>Japanese (ISO-2022-JP)</item>
672 <item>Japanese (SHIFT_JIS)</item>
673 <item>Japanese (EUC-JP)</item>
674 <!-- No need to translate a EUC-KR part, and there is no string length limits. -->
675 <item>Korean (EUC-KR)</item>
676 <item>@string/pref_default_text_encoding_default_value</item>
677 <!-- TODO: We should add a lot more encodings. -->
678 </string-array>
679 <!-- Dialog box title -->
680 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
681 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
682 <string-array name="pref_default_text_encoding_values" translatable="false">
683 <item>Latin-1</item>
684 <item>UTF-8</item>
685 <item>GBK</item>
686 <item>Big5</item>
687 <item>ISO-2022-JP</item>
688 <item>SHIFT_JIS</item>
689 <item>EUC-JP</item>
690 <item>EUC-KR</item>
691 <item>auto</item>
692 </string-array>
693 <string name="pref_default_text_encoding_default">UTF-8</string>
694 <string name="pref_edge_swipe_title">Edge swipe</string>
695 <string name="pref_edge_swipe_option_msg">When swiping, would you like:</string>
696 <string name="pref_temporal_edge_swipe">Previous/Next Web Site</string>
697 <string name="pref_spatial_edge_swipe">Change Tab</string>
698 <string name="pref_disable_edge_swipe">Disable edge swipe</string>
699 <string name="pref_edge_swipe_option_close">Close</string>
700 <string name="pref_temporal_edge_swipe_enabled_toast">Swipe from edge to navigate</string>
701 <string name="pref_spatial_edge_swipe_enabled_toast">Swipe from edge to change tabs</string>
702 <string name="pref_edge_swipe_disabled_toast">Swiping from edge disabled</string>
703 <string name="pref_edge_swipe_unknown">Unknown</string>
704 <string-array name="pref_edge_swiping_choices">
705 <item>@string/pref_temporal_edge_swipe</item>
706<!--
707 <item>@string/pref_spatial_edge_swipe</item>
708-->
709 <item>@string/pref_disable_edge_swipe</item>
710 </string-array>
711
712 <string name="value_temporal_edge_swipe" translatable="false">temporal_edge_swipe</string>
713 <string name="value_spatial_edge_swipe" translatable="false">spatial_edge_swipe</string>
714 <string name="value_disable_edge_swipe" translatable="false">disable_edge_swipe</string>
715 <string name="value_unknown_edge_swipe" translatable="false">unknown_edge_swipe</string>
716
717 <string-array name="pref_edge_swiping_values" translatable="false">
718 <item>@string/value_temporal_edge_swipe</item>
719<!--
720 <item>@string/value_spatial_edge_swipe</item>
721-->
722 <item>@string/value_disable_edge_swipe</item>
723 </string-array>
724
725 <!-- Title for accessibility settings [CHAR LIMIT=25] -->
726 <string name="pref_accessibility_title">Accessibility</string>
727 <string name="pref_accessibility_title_summary">Text size and zooming</string>
728 <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] -->
729 <string name="pref_font_size_category">Text size</string>
730 <!-- Title for lab settings [CHAR LIMIT=25] -->
731 <string name="pref_lab_title">Labs</string>
732 <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] -->
733 <string name="pref_use_instant_search">Google Instant</string>
734 <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] -->
735 <string name="pref_use_instant_search_summary">
736 Use Google Instant when you use Google Search, to show results as you
737 type (this can increase data use).</string>
738 <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] -->
739 <string name="pref_lab_fullscreen">Immersive</string>
740 <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
741 <string name="pref_lab_fullscreen_summary">
742 Make the browser fullscreen</string>
743 <!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
744 <string name="pref_data_title">Bandwidth management</string>
745 <!-- Title for search preloading [CHAR LIMIT=40] -->
746 <string name="pref_data_preload_title">Search result preloading</string>
747 <!-- Search preloading options [CHAR LIMIT=20] -->
748 <string-array name="pref_data_preload_choices">
749 <item>Never</item>
750 <item>Only on Wi-Fi</item>
751 <item>Always</item>
752 </string-array>
753 <!-- Do not translate -->
754 <string name="pref_data_preload_value_never" translatable="false">NEVER</string>
755 <string name="pref_data_preload_value_wifi_only" translatable="false">WIFI_ONLY</string>
756 <string name="pref_data_preload_value_always" translatable="false">ALWAYS</string>
757 <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_wifi_only</string>
758 <string-array name="pref_data_preload_values" translatable="false">
759 <item><xliff:g>@string/pref_data_preload_value_never</xliff:g></item>
760 <item><xliff:g>@string/pref_data_preload_value_wifi_only</xliff:g></item>
761 <item><xliff:g>@string/pref_data_preload_value_always</xliff:g></item>
762 </string-array>
763 <!-- Summary for search preloading [CHAR LIMIT=80] -->
764 <string name="pref_data_preload_summary">Allow browser to preload high confidence search results in the background</string>
765 <!-- Title of dialog for search preloading [CHAR LIMIT=40] -->
766 <string name="pref_data_preload_dialogtitle">Search result preloading</string>
767 <!-- Title for link prefetching [CHAR LIMIT=40] -->
768 <string name="pref_link_prefetch_title">Web page preloading</string>
769 <!-- Link prefetching options [CHAR LIMIT=20] -->
770 <string-array name="pref_link_prefetch_choices">
771 <item>Never</item>
772 <item>Only on Wi-Fi</item>
773 <item>Always</item>
774 </string-array>
775 <!-- Do not translate -->
776 <string name="pref_link_prefetch_value_never" translatable="false">NEVER</string>
777 <string name="pref_link_prefetch_value_wifi_only" translatable="false">WIFI_ONLY</string>
778 <string name="pref_link_prefetch_value_always" translatable="false">ALWAYS</string>
779 <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_wifi_only</string>
780 <string-array name="pref_link_prefetch_values" translatable="false">
781 <item><xliff:g>@string/pref_link_prefetch_value_never</xliff:g></item>
782 <item><xliff:g>@string/pref_link_prefetch_value_wifi_only</xliff:g></item>
783 <item><xliff:g>@string/pref_link_prefetch_value_always</xliff:g></item>
784 </string-array>
785 <!-- Summary for link prefetching [CHAR LIMIT=80] -->
786 <string name="pref_link_prefetch_summary">Allow browser to preload linked web pages in the background</string>
787 <!-- Title of dialog for link prefetching [CHAR LIMIT=40] -->
788 <string name="pref_link_prefetch_dialogtitle">Web page preloading</string>
789 <!-- Title for a dialog displayed when the browser has a data connectivity
790 problem -->
791 <string name="browserFrameNetworkErrorLabel">Connection problem</string>
792 <!-- Title for a dialog displayed when the browser runs into a file label
793 error -->
794 <string name="browserFrameFileErrorLabel">File problem</string>
795 <!-- Dialog box title -->
796 <string name="browserFrameFormResubmitLabel"></string>
797 <!-- Dialog box message -->
798 <string name="browserFrameFormResubmitMessage">The page you\'re 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>
799 <!-- Dialog box title -->
800 <string name="loadSuspendedTitle">No connection</string>
801 <!-- Dialog box message -->
802 <string name="loadSuspended">The browser can\'t load this page because there\'s
803 no Internet connection.</string>
804 <!-- Menu item -->
805 <string name="clear_history">Clear history</string>
806 <!-- History screen title; appears in title bar -->
807 <string name="browser_history">Recently-visited pages</string>
808 <!-- Appears on History screen if no history is found -->
809 <string name="empty_history">No browser history.</string>
810 <!-- Menu option to load the user's home page [CHAR LIMIT=30] -->
811 <string name="go_home">Homepage</string>
812 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
813 <string name="add_new_bookmark">Add bookmark</string>
814 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
815 will add that page to bookmarks -->
816 <string name="add_bookmark_short">Add</string>
817
818 <!-- This string is for the browser "Go To" UI. -->
819 <!-- Do not translate. This string is not displayed in UI (no badge is selected for go to). -->
820 <string name="search_label" translatable="false">Browser</string>
821 <!-- This string is for the browser "Go To" UI. -->
822 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
823 <string name="search_hint">Search or type URL</string>
824 <!-- This string is for the browser "Go To" UI. -->
825 <!-- This is the button label in the "Go To" UI. -->
826 <string name="search_button_text">Go</string>
827 <!-- The string used to describe the browser as a searchable item within system search settings. -->
828 <string name="search_settings_description">Bookmarks and web history</string>
829
830 <!-- Pop-up window dialog -->
831 <!-- Message for a dialog informing the user that the site is attempting to
832 display a popup window -->
833 <string name="popup_window_attempt">Allow this site to open a
834 pop-up window?</string>
835 <!-- Label for a button to allow a particular popup window to open -->
836 <string name="allow">Allow</string>
837 <!-- Label for a button to disallow a particular popup from opening -->
838 <string name="block">Block</string>
839
840 <!-- Title for a dialog informing the user that they cannot open any more
841 windows because the limit has been reached. -->
842 <string name="too_many_windows_dialog_title">Tab limit reached</string>
843 <!-- Message in a dialog telling the user that they cannot open any more
844 windows because the limit has been reached. -->
845 <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one.</string>
846 <!-- Title for a dialog informing the user that they cannot open a subwindow
847 because only one can be open at a time. -->
848 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
849 <!-- Message for a dialog informing the user that they cannot open a
850 subwindow because only one can be open at a time. -->
851 <string name="too_many_subwindows_dialog_message">Only one pop-up can be open
852 at a time.</string>
853
854 <!-- Download History UI strings -->
855 <!-- Dialog title [CHAR LIMIT=25] -->
856 <!-- Dialog title -->
857 <string name="download_no_sdcard_dlg_title" product="default">No SD card</string>
858 <!-- Dialog message [CHAR LIMIT=NONE] -->
859 <!-- Dialog message -->
860 <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
861 <!-- Title for a dialog informing the user that the SD card used for
862 external storage is busy so they cannot download anything [CHAR LIMIT=25] -->
863 <!-- Title for a dialog informing the user that the SD card used for
864 external storage is busy so they cannot download anything -->
865 <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string>
866 <!-- Message for a dialog informing the user that the SD card used for
867 external storage is busy so they cannot download anything. Informs
868 the user how to enable SD card storage [CHAR LIMIT=NONE] -->
869 <!-- Message for a dialog informing the user that the SD card used for
870 external storage is busy so they cannot download anything. Informs
871 the user how to enable SD card storage -->
872 <string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string>
873
874 <!-- Toast for a download which cannot begin because the URL is not http or https -->
875 <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string>
876 <!-- Message in the list of items which have received download requests
877 telling their status. This message states that the download has not
878 yet begun -->
879 <string name="download_pending">Starting download\u2026</string>
880
881 <!-- Do not translate. Testing only -->
882 <string name="dump_nav" translatable="false">Dump navigation cache</string>
883
884 <!-- Intentional empty elements - used for overlay feature -->
885 <string name="def_intent_file_manager" translatable="false"></string>
886 <string name="def_file_manager_result_dir" translatable="false"></string>
887 <string name="def_wifi_browser_interaction_remind_type" translatable="false"></string>
888 <string name="def_action_wifi_selection_data_connections" translatable="false"></string>
889 <string name="def_intent_pick_network" translatable="false"></string>
890 <string name="def_landing_page" translatable="false"></string>
891 <string name="def_useragent" translatable="false"></string>
892 <string name="def_extra_http_headers" translatable="false"></string>
893
894 <!-- The default homepage. -->
895 <string name="homepage_base" translatable="false">
896 https://www.google.com/webhp?client={CID}&amp;source=android-home</string>
897
898 <!-- Bookmarks -->
899 <string-array name="bookmarks" translatable="false">
900 <item>Google</item>
901 <item>http://www.google.com/</item>
902 </string-array>
903
904 <!-- Bookmark name for Picasa website -->
905 <string name="picasa" translatable="false">Picasa</string>
906
907 <!-- The description of the suggestion that lets the user search the web for the query currently
908 in the text field. -->
909 <string name="search_the_web">Search the web</string>
910
911 <!-- HTML5 dialogs -->
912 <!-- 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. -->
913 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
914 <string name="webstorage_outofspace_notification_text">Touch to free up space.</string>
915 <!-- Used in the Browser Settings -->
916 <string name="webstorage_clear_data_title">Storage</string>
917 <string name="webstorage_private_data_title">Private data</string>
918
919 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
920 <string name="webstorage_clear_data_dialog_message">Delete all data stored by this website?</string>
921 <string name="webstorage_clear_data_dialog_ok_button">OK</string>
922 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
923 <!-- Strings used in the summary of origins -->
924 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
925 <!-- String shown in a progress view while a video is loading, before it starts playing -->
926 <string name="loading_video">Loading video\u2026</string>
927
928 <!-- Geolocation -->
929 <!-- Permissions prompt -->
930 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="codeaurora.org">%s</xliff:g> wants to know your location</string>
931 <string name="geolocation_permissions_prompt_share">Allow</string>
932 <string name="geolocation_permissions_prompt_share_for_limited_time">Allow for 24 hours</string>
933 <string name="geolocation_permissions_prompt_dont_share">Deny</string>
934 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
935 <!-- Permissions prompt toast -->
936 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
937 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
938 <!-- Settings -> Advanced -> Website settings -> <origin> -->
939 <string name="geolocation_settings_page_title">Edit location access</string>
940 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
941 <string name="geolocation_settings_page_summary_not_allowed">This site can\'t currently access your location</string>
942 <!-- Settings page dialog -->
943 <string name="geolocation_settings_page_dialog_title">Edit location policy for\n<xliff:g id="website origin" example="codeaurora.org">%s</xliff:g></string>
944 <string-array name="geolocation_settings_choices">
945 <item>Deny forever</item>
946 <item>Allow for 24 hours</item>
947 <item>Allow forever</item>
948 </string-array>
949 <string name="geolocation_settings_page_dialog_ok_button">OK</string>
950 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
951
952 <string name="website_settings_add_origin">New Site</string>
953 <!-- Label for the menu item in the website settings activity used to clear data stored by all websites -->
954 <string name="website_settings_clear_all">Clear all</string>
955 <string name="website_settings_clear_all_dialog_message">Delete all website data and location permissions?</string>
956 <string name="website_settings_clear_all_dialog_ok_button">OK</string>
957 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
958
959 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
960 <string name="progress_dialog_setting_wallpaper">Setting wallpaper\u2026</string>
961
962 <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
963 is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] -->
964 <string name="defaultBookmarksUpButton">Bookmarks</string>
965
966 <!-- The string that is displayed when there are no bookmarks to display.
967 This is centered in the middle of the screen [CHAR LIMIT=NONE] -->
968 <string name="empty_bookmarks_folder">No bookmarks.</string>
969
970 <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] -->
971 <string name="other_bookmarks">Other Bookmarks</string>
972
973 <!-- Access point for RLZ tracking. -->
974 <string name="rlz_access_point">Y1</string>
975
976 <!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] -->
977 <string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string>
978
979 <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] -->
980 <string name="import_bookmarks_dialog_title">Sync with Google account</string>
981
982 <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
983 <string name="import_bookmarks_dialog_description">Bookmarks on this device are not yet associated with a Google account. Save these bookmarks by adding them to an account. Delete these bookmarks if you don\'t want to sync them.</string>
984
985 <!-- Description for selecting the account to add bookmarks to and begin syncing with [CHAR-LIMIT=none] -->
986 <string name="import_bookmarks_dialog_select_add_account">Add bookmarks currently on this device and begin syncing with Google account</string>
987
988 <!-- Description for selecting the account to sync with and delete local bookmarks [CHAR-LIMIT=none] -->
989 <string name="import_bookmarks_dialog_delete_select_account">Delete bookmarks currently on this device and begin syncing with Google account</string>
990
991 <!-- Description confirming user's choice to delete bookmarks [CHAR-LIMIT=none] -->
992 <string name="import_bookmarks_dialog_confirm_delete">Delete bookmarks currently on this device and begin syncing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>?</string>
993
994 <!-- Description confirming user's choice to add bookmarks to an account [CHAR-LIMIT=none] -->
995 <string name="import_bookmarks_dialog_confirm_add">Add bookmarks currently on this device and begin syncing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>?</string>
996
997 <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
998 <string name="import_bookmarks_dialog_remove">Delete bookmarks</string>
999
1000 <!-- Sync bookmarks wizard option to go to the next screen [CHAR-LIMIT=30] -->
1001 <string name="import_bookmarks_wizard_next">Next</string>
1002
1003 <!-- Sync bookmarks wizard option to go to the previous screen [CHAR-LIMIT=30] -->
1004 <string name="import_bookmarks_wizard_previous">Previous</string>
1005
1006 <!-- Sync bookmarks wizard option to cancel sync setup [CHAR-LIMIT=30] -->
1007 <string name="import_bookmarks_wizard_cancel">Cancel</string>
1008
1009 <!-- Sync bookmarks wizard option to finish sync setup [CHAR-LIMIT=30] -->
1010 <string name="import_bookmarks_wizard_done">Done</string>
1011
1012 <!-- Button allowing users to import all of their existing bookmarks into an account when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
1013 <string name="import_bookmarks_dialog_add">Add bookmarks to Google account</string>
1014
1015 <!-- Button allowing users to import all of their existing bookmarks into an account when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
1016 <string name="import_bookmarks_dialog_import">Add your Android bookmarks to bookmarks for <xliff:g id="Google account" example="account@example.com">%s</xliff:g></string>
1017
1018 <!-- Url Selection Action Mode -->
1019
1020 <!-- Menu item to share URL selection [CHAR LIMIT=30] -->
1021 <string name="menu_share_url">Share</string>
1022
1023 <!-- Toast to inform the user that the maximum number of tabs has been
1024 reached. [CHAR LIMIT=50] -->
1025 <string name="max_tabs_warning">No more tabs available</string>
1026
1027 <!-- The label used by the instant search labs feature when shown in
1028 the search engines list (Preferences->Advanced->Set search engine
1029 [CHAR LIMIT=80] -->
1030 <string name="instant_search_label">Google with Instant (Labs)</string>
1031 <!-- Font size preview label in settings [CHAR LIMIT=30] -->
1032 <string name="preview">Preview</string>
1033 <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] -->
1034 <string name="local_bookmarks">Local</string>
1035 <!-- allows the user to find on webpage [CHAR LIMIT=None] -->
1036 <string name="find_on_page">Find on page</string>
1037 <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] -->
1038 <string name="ua_switcher_desktop">Request desktop site</string>
1039 <!-- Popup menu checkbox that loads the reader mode version of the current webpage -->
1040 <string name="enable_reader_mode">Reader mode</string>
1041 <!-- Preload permission label [CHAR LIMIT=40] -->
1042 <string name="permission_preload_label">Preload results</string>
1043 <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] -->
1044 <string name="empty_snapshots_folder">No saved pages.</string>
1045 <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] -->
1046 <string name="remove_snapshot">Delete saved page</string>
1047 <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] -->
1048 <string name="snapshot_go_live">Go live</string>
1049
1050 <!-- Accessibility content descriptions -->
1051
1052 <!-- Content description for back button [CHAR LIMIT=NONE] -->
1053 <string name="accessibility_button_back">Go back</string>
1054 <!-- Content description for forward button [CHAR LIMIT=NONE] -->
1055 <string name="accessibility_button_forward">Go forward</string>
1056 <!-- Content description for refresh button [CHAR LIMIT=NONE] -->
1057 <string name="accessibility_button_refresh">Refresh page</string>
1058 <!-- Content description for stop button [CHAR LIMIT=NONE] -->
1059 <string name="accessibility_button_stop">Stop page load</string>
1060 <!-- Content description for add bookmark button [CHAR LIMIT=NONE] -->
1061 <string name="accessibility_button_addbookmark">Bookmark page</string>
1062 <!-- Content description for search button [CHAR LIMIT=NONE] -->
1063 <string name="accessibility_button_search">Search</string>
1064 <!-- Content description for voice search button [CHAR LIMIT=NONE] -->
1065 <string name="accessibility_button_voice">Start voice search</string>
1066 <!-- Content description for bookmarks button [CHAR LIMIT=NONE] -->
1067 <string name="accessibility_button_bookmarks">Bookmarks</string>
1068 <!-- Content description for close tab button [CHAR LIMIT=NONE] -->
1069 <string name="accessibility_button_closetab">Close tab</string>
1070 <!-- Content description for new tab button [CHAR LIMIT=NONE] -->
1071 <string name="accessibility_button_newtab">Open new tab</string>
1072 <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] -->
1073 <string name="accessibility_button_newincognitotab">Open new incognito tab</string>
1074 <!-- Content description for clear button [CHAR LIMIT=NONE] -->
1075 <string name="accessibility_button_clear">Clear input</string>
1076 <!-- Content description for user agent switcher [CHAR LIMIT=NONE] -->
1077 <string name="accessibility_button_uaswitch">Switch user agent</string>
1078 <!-- Content description for go button [CHAR LIMIT=NONE] -->
1079 <string name="accessibility_button_go">Go</string>
1080
1081 <!-- Content description for tab switcher button [CHAR LIMIT=NONE] -->
1082 <string name="accessibility_button_navscreen">Page manager</string>
1083 <!-- Content description for overflow menu button [CHAR LIMIT=NONE] -->
1084 <string name="accessibility_button_more">More options</string>
1085
1086 <!-- Content description for incognito state [CHAR LIMIT=NONE] -->
1087 <string name="accessibility_state_incognito">Incognito page</string>
1088 <!-- Content description for frozen state [CHAR LIMIT=NONE] -->
1089 <string name="accessibility_state_frozen">Saved page</string>
1090
1091 <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] -->
1092 <string name="accessibility_transition_navscreen">Tab management</string>
1093 <!-- Content description for navigating up in the bookmark folder hierarchy [CHAR LIMIT=NONE] -->
1094 <string name="accessibility_button_bookmarks_folder_up">Previous folder</string>
1095
1096 <!--Add for Navigation Feature -->
1097 <string name="my_navigation_delete_label">Delete website</string>
1098 <string name="my_navigation_edit_label">Edit website</string>
1099 <string name="my_navigation_add_label">Add website</string>
1100 <string name="my_navigation_add">add</string>
1101 <string name="my_navigation_delete_msg">Delete website?</string>
1102 <string name="my_navigation_name">Title</string>
1103 <string name="my_navigation_address">Address</string>
1104 <string name="website_needs_title">Website must have a title</string>
1105 <string name="website_needs_url">Website must have a URL</string>
1106 <string name="my_navigation_cannot_save_url">Invalid URL</string>
1107 <string name="my_navigation_duplicate_url">URL already exists</string>
1108 <string name="my_navigation_page_title">Home</string>
1109
1110 <!-- Add for Carrier Feature.Content description for AV save/play prompt dialog -->
1111 <string name="http_video_msg">Please select how to handle media file</string>
1112 <string name="video_save">Save</string>
1113 <string name="video_play">Play</string>
1114
1115 <!-- Add for Carrier Feature.Content description for exit menu item -->
1116 <string name="exit">Exit</string>
1117
1118 <!-- Add for Carrier Feature.Content description for about menu item -->
1119 <string name="about">About</string>
1120
1121 <!-- Add for Wap2Estore Feature -->
1122 <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
1123 <string name="download_estore_app">Estore app does not exist, please download and install it.</string>
1124 <string name="estore_url_warning">Launch Estore app failed, url is too long!</string>
1125
1126 <!-- Add for Unsupport Uploading Drm Files Feature -->
1127 <string name="drm_file_unsupported">Uploading DRM files is not supported!</string>
1128
1129 <!-- Add for exit prompt Feature -->
1130 <string name="exit_browser_title">Exit browser</string>
1131 <string name="exit_browser_msg">Please select how to exit browser</string>
1132 <string name="exit_minimize">Minimize</string>
1133 <string name="exit_quit">Quit</string>
1134
1135 <!-- Add for new bookmark/folder Feature -->
1136 <string name="save_bookmark_folder">New folder</string>
1137 <string name="browser_max_input_title">Reached limit for maximum number of characters</string>
1138 <string name="browser_max_input">Your input reached the maximum limit of <xliff:g id="MAXLIMIT">%s</xliff:g> characters</string>
1139 <string name="save_to_bookmarks_title">Save to bookmarks</string>
1140 <string name="duplicated_folder_warning">Folder already exists</string>
1141 <string name="overwrite_bookmark_msg">Bookmark\'s name or address already exists. Overwrite it?</string>
1142
1143 <!-- Add for download save path setting Feature -->
1144 <string name="invalid_path">Invalid path</string>
1145 <string name="path_wrong">Wrong Path</string>
1146 <string name="pref_download_title">Download path settings</string>
1147 <string name="pref_download_path_setting_screen_title">Custom download path</string>
1148 <string name="download_start">OK</string>
1149 <string name="download_cancel">Cancel</string>
1150 <string name="download_timeneeded">Time</string>
1151 <string name="download_filesize">Size</string>
1152 <string name="download_filepath_label">Path</string>
1153 <string name="download_edit_filename_label">Name</string>
1154 <string name="download_default_path">/Download</string>
1155 <string name="download_no_enough_memory">Insufficient memory for download</string>
1156 <string name="download_settings_title">Download settings</string>
1157 <string name="save_page_needs_title">Download filename can not be empty</string>
1158 <string name="filename_empty_title">Download filename is empty</string>
1159 <string name="filename_empty_msg">Download filename can not be empty. Please enter a valid filename.</string>
1160 <string name="download_file_setting">Download file settings</string>
1161 <string name="unknow_length">Unknown</string>
1162 <string name="download_file_exist_msg">File already exists. Please input a new filename.</string>
1163 <string name="download_file_exist">File already exists</string>
1164 <string name ="time_min">min</string>
1165 <string name="download_path_phone_storage_label">/Phone Storage</string>
1166 <string name="download_path_sd_card_label">/SD card</string>
1167 <string name="download_path_unavailable_dlg_title">Download directory is unavailable</string>
1168 <string name="download_path_unavailable_dlg_msg">Please modify the download directory</string>
1169 <string name="activity_not_found">No activity found to handle this intent <xliff:g id="NOACTIVITY">%s</xliff:g></string>
1170 <string name="network_switch_remind_type">wifi_browser_interaction_remind</string>
1171 <!-- Toast message displayed when the full screen received message -->
1172 <string name="received_message_full_screen">Receive a message from: <xliff:g id="FROM">%s</xliff:g>.</string>
1173 <string name="acivity_not_found">No activity found to handle this intent <xliff:g id="NOACTIVITY">%s</xliff:g></string>
1174 <!-- Snapdragon Browser Additions -->
1175 <string name="ssl_certificate">Security certificate</string>
1176 <string name="ssl_certificate_is_valid">This certificate is valid.</string>
1177 <string name="version">Version</string>
1178 <string name="build_date">Build Date</string>
1179 <string name="build_hash">Build Hash</string>
1180 <string name="user_agent">User Agent</string>
1181 <string name="help">Help</string>
1182 <string name="feedback">Feedback</string>
1183 <string name="swe_legal">Legal information</string>
1184 <string name="swe_open_source_licenses">Open source licenses</string>
1185 <string name="swe_open_source_license_url" translatable="False">chrome://credits</string>
1186 <string name="swe_pref_legal_info_summary">Copyright (c) 2015, The Linux Foundation. All rights reserved.</string>
1187 <string name="swe_eula">End user licenses agreement</string>
1188 <string name="swe_eula_url" translatable="False"></string>
1189 <string name="swe_privacy_policy">Privacy policy</string>
1190 <string name="swe_privacy_policy_url" translatable="False"></string>
1191
1192
1193 <!-- Toast message displayed when user attempts to modify a setting disabled by the administrator -->
1194 <string name="mdm_managed_alert">Managed by your administrator</string>
1195</resources>