blob: 755851334d764e3f71da96cd16f457f48aec8efa [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
Bijan Amirzada9b1e9882014-02-26 17:15:46 -08007
The Android Open Source Project0c908882009-03-03 19:32:16 -08008 http://www.apache.org/licenses/LICENSE-2.0
Bijan Amirzada9b1e9882014-02-26 17:15:46 -08009
The Android Open Source Project0c908882009-03-03 19:32:16 -080010 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-->
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080016<!DOCTYPE resources [
17 <!ENTITY about SYSTEM "about.xml">
18]>
The Android Open Source Project0c908882009-03-03 19:32:16 -080019<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20 <!-- The name of the application. -->
Bijan Amirzada41242f22014-03-21 12:12:18 -070021 <string name="application_name">Browser</string>
Tarun Nainanief749cb2014-05-19 18:16:53 -070022 <!-- The name of standalone application. -->
23 <string name="application_name_swe">SWE Android Browser</string>
Leon Scroggins8d5fa432009-10-02 15:55:59 -040024 <!-- Displayed with a file picker to choose a file to upload -->
25 <string name="choose_upload">Choose file for upload</string>
Ben Murdoche4c0cae2011-02-18 11:25:38 +000026 <!-- 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>
Leon Scrogginsa81a7642009-08-31 17:05:41 -040029 <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
John Recke3da7d62011-08-10 13:40:23 -070030 <string name="new_tab">New tab</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080031 <!-- 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>
Shimeng (Simon) Wange0ff6192010-09-02 11:38:13 -070040 <!-- Name of menu item of a new incognito tab. Also used in the
41 title bar when displaying a new tab [CHAR LIMIT=30] -->
John Recke3da7d62011-08-10 13:40:23 -070042 <string name="new_incognito_tab">New incognito tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080043 <!-- 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>
John Reck2bc80422011-06-30 15:11:49 -070049 <!-- Name of tab containing the user's saved pages, organized by time created [CHAR LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070050 <string name="tab_snapshots">Saved pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080051 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070052 <string name="added_to_bookmarks">Added to bookmarks.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080053 <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -070054 <string name="removed_from_bookmarks">Removed from bookmarks.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080055 <!-- 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>
Michal Szynkarukefad1c32012-10-29 15:01:35 +010065 <!-- The name of the add bookmark page activity.-->
66 <string name="bookmarks_add_page">Save bookmark</string>
Bjorn Bringerte90ede42009-04-29 22:33:52 +010067 <!-- The name of the bookmarks and history search suggestion source. -->
Mike LeBeau8dd422a2009-06-03 15:42:13 +010068 <string name="bookmarks_search">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080069 <!-- 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>
Vivek Sekhar6f4f82a2014-03-21 19:24:51 -070073 <string name="config_carrier_resource">default</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -080074
Leon Scroggins81db3662009-06-04 17:45:11 -040075 <!-- Displayed on the title bar while the page is loading -->
76 <string name="title_bar_loading">Loading\u2026</string>
Axesh R. Ajmera9bb763e2014-04-04 15:37:34 -070077 <!-- Message to be displayed if url character limit exceeds -->
78 <string name="max_url_character_limit_msg">Max URL limit reached</string>
Vivek Sekhar40713382014-06-11 14:29:32 -070079 <!-- 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>
Leon Scroggins81db3662009-06-04 17:45:11 -040081
The Android Open Source Project0c908882009-03-03 19:32:16 -080082 <!-- Menu item -->
83 <string name="page_info">Page info</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>
Ben Murdocha49b8292010-11-16 11:56:04 +0000102 <!-- 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>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800105
106 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700107 <string name="ssl_untrusted">This certificate isn\'t from a trusted authority.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800108 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700109 <string name="ssl_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800110 <!-- Message in an SSL Error dialog -->
111 <string name="ssl_expired">This certificate has expired.</string>
112 <!-- Message in an SSL Error dialog -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700113 <string name="ssl_not_yet_valid">This certificate isn\'t valid yet.</string>
Kristian Monsen9eb0e892011-07-13 20:22:37 +0100114 <!-- 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
The Android Open Source Project0c908882009-03-03 19:32:16 -0800121 <!-- 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>
Leon Scroggins64b80f32009-08-07 12:03:34 -0400127 <!-- Menu item to go back to the previous page -->
128 <string name="back">Back</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800129 <!-- 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 -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400136 <string name="location">Address</string>
John Reck2eec4c32011-05-11 15:55:32 -0700137 <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to -->
138 <string name="account">Account</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400139 <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark -->
140 <string name="containing_folder">Add to</string>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400141 <!-- 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 -->
Leon Scroggins III052ce662010-09-13 14:44:16 -0400143 <string name="new_folder">New folder</string>
John Reckc8490812010-11-22 14:15:36 -0800144 <!-- 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>
Leon Scroggins6573f9e2010-10-18 17:22:35 -0400148 <!-- Label stating that the currently open folder has no subfolders
149 in the add bookmark dialog [CHAR-LIMIT=none]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700150 <string name="no_subfolders">No subfolders.</string>
Leon Scroggins88d08032010-10-21 15:17:10 -0400151 <!-- 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]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700156 <string name="add_to_other_folder_menu_option">Other folder</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800157 <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
Michael Kolbd40ac1a2010-09-29 00:23:46 -0700158 <string name="name">Label</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800159 <!-- Initial value in Location field in Bookmark dialog box -->
160 <string name="http">http://</string>
John Reckfe32e432010-11-05 14:13:01 -0700161 <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700162 <string name="save_to_bookmarks">Save to bookmarks</string>
Leon Scroggins III052ce662010-09-13 14:44:16 -0400163 <!-- Title of the dialog to bookmark a page -->
164 <string name="bookmark_this_page">Bookmark this page</string>
Leon Scroggins75630672011-01-13 17:56:15 -0500165 <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] -->
166 <string name="remove">Remove</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800167 <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
168 <string name="edit_bookmark">Edit bookmark</string>
John Reckfe32e432010-11-05 14:13:01 -0700169 <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] -->
Michael Kolbc7485ae2010-09-03 10:10:58 -0700170 <string name="create_shortcut_bookmark">Add shortcut to home</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800171 <!-- 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>
Leon Scroggins186e5932009-07-28 14:14:48 -0400175 <!-- Context menu item to remove a history item from bookmarks -->
176 <string name="remove_from_bookmarks">Remove from bookmarks</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800177 <!-- 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>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400179 <!-- Context menu item for setting the bookmark/history item as the homepage -->
180 <string name="set_as_homepage">Set as homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800181 <!-- Toast informing the user that their action to save a bookmark has succeeded -->
182 <string name="bookmark_saved">Saved to bookmarks.</string>
Ben Murdoch1794fe22009-09-29 18:14:30 +0100183 <!-- Toast informing the user that their action to save a bookmark did not succeed -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700184 <string name="bookmark_not_saved">Couldn\'t save bookmark.</string>
Leon Scrogginsfeb941d2009-05-28 17:27:38 -0400185 <!-- Toast confirming that the homepage has been set -->
Roy West7d9e4242009-09-18 16:29:38 -0700186 <string name="homepage_set">Homepage set.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800187 <!-- 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>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800191 <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700192 <string name="bookmark_url_not_valid">This URL isn\'t valid.</string>
Ben Murdochde353622009-10-12 10:29:00 +0100193 <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700194 <string name="bookmark_cannot_save_url">This URL can\'t be bookmarked.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800195 <!-- 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
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800197 currently on, but is not visible because the bookmarks page is
The Android Open Source Project0c908882009-03-03 19:32:16 -0800198 showing. -->
199 <string name="bookmark_page">Bookmark last-viewed page</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400200 <!-- Menu item in the page that displays all bookmarks. Switches to
John Reck89f73c12010-12-01 10:10:14 -0800201 a grid view which shows thumbnails [CHAR LIMIT=20] -->
202 <string name="bookmark_thumbnail_view">Thumbnails</string>
Leon Scroggins0c786502009-08-04 16:04:55 -0400203 <!-- Menu item in the page that displays all bookmarks. Switches to a
John Reck89f73c12010-12-01 10:10:14 -0800204 list view which shows titles [CHAR LIMIT=20] -->
205 <string name="bookmark_list_view">List</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800206 <!-- 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 -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700214 <string name="delete_bookmark_warning">Delete bookmark \"<xliff:g id="bookmark">%s</xliff:g>\"?</string>
John Recke3da7d62011-08-10 13:40:23 -0700215 <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] -->
216 <string name="open_all_in_new_window">Open all in new tabs</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800217 <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
218 <string name="goto_dot">Go</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800219 <!-- Menu item to switch to text selection mode for copy and paste. -->
220 <string name="select_dot">Select text</string>
Bijan Amirzada3f04dc72014-06-25 11:48:36 -0700221 <!-- Displayed in title of chooser dialog for text sent to another app,e.g-send text via SMS or IM-->
222 <string name="sendText">Choose an action for text</string>
Afzal Najamd4e33312012-04-26 01:54:01 -0400223 <!-- Menu item to close all other tabs [CHAR LIMIT=40] -->
224 <string name="close_other_tabs">Close other tabs</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800225 <!-- Menu item to open the bookmarks page. This is a shorter version that
226 is displayed with an icon -->
227 <string name="bookmarks">Bookmarks</string>
228 <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
229 <string name="shortcut_bookmark">Bookmark</string>
John Recka6bebc02011-08-12 16:02:08 -0700230 <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700231 <string name="shortcut_bookmark_title">Choose a bookmark</string>
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800232 <!-- Menu item to display the History of previously visited pages -->
233 <string name="history">History</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800234 <!-- Menu item for viewing downloads from the browser -->
235 <string name="menu_view_download">Downloads</string>
Leon Scrogginsc6fa1102009-09-21 10:40:01 -0400236 <!-- Context menu item for copying the url of the current page from the
237 title bar -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700238 <string name="copy_page_url">Copy page URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800239 <!-- Menu item -->
240 <string name="share_page">Share page</string>
John Reck2bc80422011-06-30 15:11:49 -0700241 <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] -->
242 <string name="menu_save_snapshot">Save for offline reading</string>
John Reck68234a92012-04-19 15:27:12 -0700243 <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] -->
244 <string name="saving_snapshot">Saving\u2026</string>
John Reck2bc80422011-06-30 15:11:49 -0700245 <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] -->
Claudia de Veaux9a75e1b2011-08-17 16:56:49 -0700246 <string name="snapshot_failed">Couldn\'t save for offline reading.</string>
John Reckc8490812010-11-22 14:15:36 -0800247 <!-- The number of bookmarks in a folder [CHAR LIMT=50] -->
248 <string name="contextheader_folder_bookmarkcount"><xliff:g id="bookmark_count">%d</xliff:g> bookmarks</string>
249 <!-- No bookmarks in the folder [CHAR LIMIT=50] -->
250 <string name="contextheader_folder_empty">Empty folder</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800251 <!-- Context Menu item open the currently selected link in the current
252 window.-->
253 <string name="contextmenu_openlink">Open</string>
254 <!-- Context Menu item to open the currently selected link in a new
255 window. -->
John Recke3da7d62011-08-10 13:40:23 -0700256 <string name="contextmenu_openlink_newwindow">Open in new tab</string>
Michael Kolb2dd65c82011-01-14 11:07:38 -0800257 <!-- Context Menu item to open the currently selected link in a new
258 background window. [CHAR LIMIT=50] -->
John Recke3da7d62011-08-10 13:40:23 -0700259 <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800260 <!-- Context Menu item to save the webpage referred to by this link to the
261 SD card (external storage) -->
262 <string name="contextmenu_savelink">Save link</string>
John Reck47523c62011-01-18 11:18:16 -0800263 <!-- Context Menu item to send the url of the selected link to someone else,
264 via Gmail or another app [CHAR LIMIT=50] -->
265 <string name="contextmenu_sharelink">Share link</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800266 <!-- Context Menu item -->
267 <string name="contextmenu_copy">Copy</string>
268 <!-- Context Menu item to copy the url of the selected link to the
269 clipboard -->
270 <string name="contextmenu_copylink">Copy link URL</string>
271 <!-- Context Menu item to save the image to external storage -->
272 <string name="contextmenu_download_image">Save image</string>
273 <!-- Context Menu item to view the image by itself in the browser -->
274 <string name="contextmenu_view_image">View image</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000275 <!-- Context Menu item to set the image as the home screen wallpaper -->
276 <string name="contextmenu_set_wallpaper">Set as wallpaper</string>
277
The Android Open Source Project0c908882009-03-03 19:32:16 -0800278 <!-- Context Menu item to open the dialer app with the selected phone number
279 -->
280 <string name="contextmenu_dial_dot">Dial\u2026</string>
281 <!-- Context Menu item to add the selected phone number to the address book.
282 -->
283 <string name="contextmenu_add_contact">Add contact</string>
284 <!-- Context Menu item to send an email using the selected email address.-->
285 <string name="contextmenu_send_mail">Send email</string>
286 <!-- Context Menu item to show the currently selected address in the Maps
287 application -->
288 <string name="contextmenu_map">Map</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800289
Andrei Popescu10fdba82009-09-24 13:25:47 +0100290 <!-- Title of the dialog used for selecting the application that should be
291 used for sharing a link (e.g. Gmail or another app). See also
292 contextmenu_sharelink above -->
293 <string name="choosertitle_sharevia">Share via</string>
294
The Android Open Source Project0c908882009-03-03 19:32:16 -0800295 <!-- Used as the title of dialogs in the Browser Settings confirming that
296 the user wants to clear (cache, history, or cookie data) -->
297 <string name="clear">Clear</string>
298
Shimeng (Simon) Wang9884d402010-02-25 20:42:13 -0800299 <!-- Part of a sentence that says "Replace <url of existing bookmark> with
300 <url of new bookmark>?" -->
301 <string name="replace">Replace</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800302
303 <!-- Title displayed when the bookmarks page is shown -->
304 <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>
305
306
307 <!-- Settings screen strings -->
308 <!-- Menu item to open the Settings screen -->
309 <string name="menu_preferences">Settings</string>
310 <!-- Settings screen, section title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700311 <string name="pref_content_title">Page content</string>
Michael Kolb97ffe002012-05-21 08:31:57 -0700312 <!-- Settings label [CHAR LIMIT=45]-->
Michael Kolb8d772b02012-01-19 13:56:00 -0800313 <string name="pref_allow_apptabs">Allow multiple tabs per app</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800314 <!-- Settings label -->
315 <string name="pref_content_load_images">Load images</string>
316 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700317 <string name="pref_content_load_images_summary">Display images on web pages</string>
John Reck741a46f2011-03-08 11:01:23 -0800318 <!-- Settings label [CHAR LIMIT=30] -->
319 <string name="pref_content_block_popups">Block pop-ups</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800320 <!-- Settings label -->
321 <string name="pref_content_javascript">Enable JavaScript</string>
322 <!-- Settings label -->
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800323 <string name="pref_memory_monitor">Enable Memory Monitor</string>
324 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800325 <string name="pref_content_open_in_background">Open in background</string>
Grace Kloba674f39a2009-09-23 13:33:10 -0700326 <!-- Settings label -->
327 <string name="pref_content_plugins">Enable plug-ins</string>
Patrick Scotte536b332010-03-22 10:19:32 -0400328 <!-- Plugin options -->
329 <string-array name="pref_content_plugins_choices">
330 <item>Always on</item>
331 <item>On demand</item>
332 <item>Off</item>
333 </string-array>
Eric Fischer184f08b2010-03-23 15:32:40 -0700334 <string-array name="pref_content_plugins_values" translatable="false">
Patrick Scotte536b332010-03-22 10:19:32 -0400335 <item>ON</item>
336 <item>ON_DEMAND</item>
337 <item>OFF</item>
338 </string-array>
John Reck47adc5f2011-01-18 14:42:45 -0800339 <!-- Settings summary [CHAR LIMIT=50]-->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700340 <string name="pref_content_open_in_background_summary">Open new tabs behind the current tab</string>
John Reck741a46f2011-03-08 11:01:23 -0800341 <!-- Settings label [CHAR LIMIT=50] -->
342 <string name="pref_content_homepage">Set homepage</string>
Bjorn Bringertd69f51d2010-09-13 14:06:41 +0100343 <!-- Settings label -->
344 <string name="pref_content_search_engine">Set search engine</string>
345 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700346 <string name="pref_content_search_engine_summary">Choose a search engine</string>
John Reck33bbb802010-10-26 17:13:42 -0700347 <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700348 <string name="pref_set_homepage_to">Set to</string>
John Reck961d35d2011-06-23 09:45:54 -0700349 <string-array name="pref_homepage_choices">
350 <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] -->
351 <item>Current page</item>
352 <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] -->
353 <item>Blank page</item>
354 <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] -->
355 <item>Default page</item>
John Reck7980ecd2011-07-17 14:16:35 -0700356 <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] -->
357 <item>Most visited sites</item>
John Reck961d35d2011-06-23 09:45:54 -0700358 <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700359 <item>Other</item>
John Reck961d35d2011-06-23 09:45:54 -0700360 </string-array>
361 <string-array name="pref_homepage_values" translatable="false">
362 <item>current</item>
363 <item>blank</item>
364 <item>default</item>
365 <item>most_visited</item>
366 <item>other</item>
367 </string-array>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800368 <!-- Settings label -->
369 <string name="pref_content_autofit">Auto-fit pages</string>
370 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700371 <string name="pref_content_autofit_summary">Format webpages to fit the screen</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500372
John Reck035a5642010-12-21 18:51:27 -0800373 <!-- Settings screen & section title for "General settings". These include things like
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500374 configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] -->
John Reck035a5642010-12-21 18:51:27 -0800375 <string name="pref_general_title">General</string>
376 <!-- Settings category for sync under general settings. This includes bookmark sync with Chrome [CHAR-LIMIT=50] -->
377 <string name="pref_general_sync_title">Sync</string>
378 <!-- Settings category for autofill under general. [CHAR-LIMIT=50] -->
John Reck567cd1b2011-03-09 12:52:15 -0800379 <string name="pref_general_autofill_title">Auto-fill</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500380
Ben Murdochaf554522010-09-10 22:09:30 +0100381 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
John Reck741a46f2011-03-08 11:01:23 -0800382 <string name="pref_autofill_enabled">Form auto-fill</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100383 <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700384 <string name="pref_autofill_enabled_summary">Fill out web forms with a single touch</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100385 <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700386 <string name="pref_autofill_profile_editor">Auto-fill text</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100387 <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700388 <string name="pref_autofill_profile_editor_summary">Set up text to auto-fill in web forms</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100389
Ben Murdoch4db3a2c2010-12-07 11:48:46 +0000390 <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700391 <string name="autofill_profile_editor_heading">Type the text you want to auto-fill in web forms.</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100392 <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100393 <string name="autofill_profile_editor_name">Full name:</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100394 <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100395 <string name="autofill_profile_editor_email_address">Email:</string>
396 <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] -->
397 <string name="autofill_profile_editor_company_name">Company name:</string>
398 <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
399 <string name="autofill_profile_editor_address_line_1">Address line 1:</string>
400 <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] -->
401 <string name="autofill_profile_editor_address_line_1_hint">Street address, P.O. box, c/o</string>
402 <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] -->
403 <string name="autofill_profile_editor_address_line_2">Address line 2:</string>
404 <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700405 <string name="autofill_profile_editor_address_line_2_hint">Apartment, suite, unit, building, floor, etc.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100406 <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700407 <string name="autofill_profile_editor_city">City/Town:</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100408 <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700409 <string name="autofill_profile_editor_state">State/Province/Region:</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100410 <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] -->
411 <string name="autofill_profile_editor_zip_code">Zip code:</string>
412 <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] -->
413 <string name="autofill_profile_editor_country">Country:</string>
414 <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] -->
415 <string name="autofill_profile_editor_phone_number">Phone:</string>
Ben Murdoch9d9306d2011-01-18 16:06:00 +0000416 <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700417 <string name="autofill_profile_editor_phone_number_invalid">Invalid phone number.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100418
Ben Murdochaf554522010-09-10 22:09:30 +0100419 <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700420 <string name="autofill_profile_editor_save_profile">Save</string>
Ben Murdoch0cb81892010-10-08 12:41:33 +0100421 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700422 <string name="autofill_profile_successful_save">Auto-fill text saved.</string>
Ben Murdoch23da30e2010-10-26 15:18:44 +0100423 <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700424 <string name="autofill_profile_successful_delete">Auto-fill text deleted.</string>
Ben Murdoch36a23dd2010-10-13 13:20:06 +0100425 <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700426 <string name="autofill_profile_editor_delete_profile">Delete</string>
Ben Murdochaf554522010-09-10 22:09:30 +0100427
Ben Murdoch8029a772010-11-16 11:58:21 +0000428 <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] -->
Claudia de Veauxd330e0a2011-11-23 14:56:56 -0800429 <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>
Ben Murdoch8029a772010-11-16 11:58:21 +0000430 <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure
431 it through the Browser Settings menu. [CHAR-LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700432 <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>
Ben Murdoch1d676b62011-01-17 12:54:24 +0000433 <!-- 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.
434 The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
John Reck567cd1b2011-03-09 12:52:15 -0800435 <string name="disable_autofill">Disable auto-fill</string>
Ben Murdoch8029a772010-11-16 11:58:21 +0000436
John Reck035a5642010-12-21 18:51:27 -0800437 <!-- Settings screen, section title [CHAR-LIMIT=50] -->
John Reck741a46f2011-03-08 11:01:23 -0800438 <string name="pref_privacy_security_title">Privacy &amp; security</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800439 <!-- Settings label -->
440 <string name="pref_privacy_clear_cache">Clear cache</string>
441 <!-- Settings summary -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100442 <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800443 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700444 <string name="pref_privacy_clear_cache_dlg">Delete locally cached content and databases?</string>
John Reck035a5642010-12-21 18:51:27 -0800445 <!-- Cookie settings category [CHAR-LIMIT=50] -->
446 <string name="pref_privacy_cookies_title">Cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800447 <!-- Settings label -->
448 <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
449 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700450 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800451 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700452 <string name="pref_privacy_clear_cookies_dlg">Delete all cookies?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800453 <!-- Settings label -->
454 <string name="pref_privacy_clear_history">Clear history</string>
455 <!-- Settings summary -->
456 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
457 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700458 <string name="pref_privacy_clear_history_dlg">Delete the browser navigation history?</string>
John Reck035a5642010-12-21 18:51:27 -0800459 <!-- Formdata settings category [CHAR-LIMIT=50] -->
460 <string name="pref_privacy_formdata_title">Form data</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800461 <!-- Settings label -->
462 <string name="pref_privacy_clear_form_data">Clear form data</string>
463 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700464 <string name="pref_privacy_clear_form_data_summary">Clear all saved form data</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800465 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700466 <string name="pref_privacy_clear_form_data_dlg">Delete all saved form data?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800467 <!-- Settings label -->
468 <string name="pref_privacy_clear_passwords">Clear passwords</string>
469 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700470 <string name="pref_privacy_clear_passwords_summary">Clear all saved passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800471 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700472 <string name="pref_privacy_clear_passwords_dlg">Delete all saved passwords?</string>
John Reck035a5642010-12-21 18:51:27 -0800473 <!-- Location settings category [CHAR-LIMIT=50] -->
474 <string name="pref_privacy_location_title">Location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100475 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100476 <string name="pref_privacy_enable_geolocation">Enable location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100477 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100478 <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100479 <!-- Settings label -->
Steve Blockf344d032009-07-30 10:50:45 +0100480 <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100481 <!-- Settings summary -->
Steve Blockf344d032009-07-30 10:50:45 +0100482 <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100483 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700484 <string name="pref_privacy_clear_geolocation_access_dlg">Clear website location access?</string>
John Reck035a5642010-12-21 18:51:27 -0800485 <!-- Passwords settings category [CHAR-LIMIT=50] -->
486 <string name="pref_security_passwords_title">Passwords</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800487 <!-- Settings label -->
488 <string name="pref_security_remember_passwords">Remember passwords</string>
489 <!-- Settings summary -->
Roy West7d9e4242009-09-18 16:29:38 -0700490 <string name="pref_security_remember_passwords_summary">Save usernames and passwords for websites</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800491 <!-- Settings label -->
492 <string name="pref_security_save_form_data">Remember form data</string>
493 <!-- Settings summary -->
494 <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
495 <!-- Settings label -->
496 <string name="pref_security_show_security_warning">Show security warnings</string>
497 <!-- Settings summmary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700498 <string name="pref_security_show_security_warning_summary">Show warning if there\'s a problem with a site\'s security</string>
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700499 <!-- Settings Label -->
500 <string name="pref_do_not_track">Do Not Track</string>
501 <!-- Settings summary -->
502 <string name="pref_do_not_track_summary">Send a Do Not Track request with your browsing traffic</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800503 <!-- Settings label -->
504 <string name="pref_security_accept_cookies">Accept cookies</string>
505 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700506 <string name="pref_security_accept_cookies_summary">Allow sites to save and read cookie data</string>
Bijan Amirzada3bbb3a42014-06-17 12:06:18 -0700507 <!-- Settings text size options - displays sample font size in settings -->
508 <string name="pref_sample_font_size">Drag the slider to adjust the font size to set the desired comfortable reading size.</string>
John Reck40badf22011-04-20 15:31:13 -0700509 <!-- Label for minimum font size [CHAR LIMIT=30] -->
510 <string name="pref_min_font_size">Minimum font size</string>
John Reck7dc444b2011-06-16 17:44:29 -0700511 <!-- Label for the current minimum font size value [CHAR LIMIT=6] -->
512 <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string>
Mangesh Ghiwaref1793b62011-10-05 11:43:44 -0700513 <!-- Label for text scaling (percent) [CHAR LIMIT=30] -->
514 <string name="pref_text_zoom">Text scaling</string>
515 <!-- Label for zoom on double-tap (percent) [CHAR LIMIT=30] -->
516 <string name="pref_zoom_on_double_tap">Zoom on double-tap</string>
John Reck92f25f82011-04-26 16:57:10 -0700517 <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
518 <string name="pref_force_userscalable">Force enable zoom</string>
519 <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700520 <string name="pref_force_userscalable_summary">Override a website\'s request to control zoom behavior</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700521 <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700522 <string name="pref_inverted_category">Inverted screen rendering</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700523 <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700524 <string name="pref_inverted">Inverted rendering</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700525 <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700526 <string name="pref_inverted_summary">Black becomes white and vice versa</string>
Nicolas Roard5d513102011-08-03 15:35:34 -0700527 <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] -->
528 <string name="pref_inverted_contrast">Contrast</string>
Grace Kloba2f830682009-06-25 11:08:53 -0700529 <!-- Settings label -->
530 <string name="pref_default_zoom">Default zoom</string>
531 <!-- Settings default zoom options; appear in default zoom dialog box -->
532 <string-array name="pref_default_zoom_choices">
533 <item>Far</item>
534 <item>Medium</item>
535 <item>Close</item>
536 </string-array>
537 <!-- Title of dialog for setting the default zoom -->
538 <string name="pref_default_zoom_dialogtitle">Default zoom</string>
539 <!-- Do not translate -->
540 <string-array name="pref_default_zoom_values" translatable="false">
541 <item><xliff:g>FAR</xliff:g></item>
542 <item><xliff:g>MEDIUM</xliff:g></item>
543 <item><xliff:g>CLOSE</xliff:g></item>
544 </string-array>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700545 <!-- Settings label -->
Roy West7d9e4242009-09-18 16:29:38 -0700546 <string name="pref_content_load_page">Open pages in overview</string>
Grace Kloba5b4b8f12009-08-05 17:19:17 -0700547 <!-- Settings summary -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700548 <string name="pref_content_load_page_summary">Show overview of newly-opened pages</string>
John Reck856933b2011-01-06 19:18:57 -0800549 <!-- Settings screen, section title [CHAR LIMIT=50] -->
John Reck035a5642010-12-21 18:51:27 -0800550 <string name="pref_extras_title">Advanced</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800551 <!-- Settings label -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100552 <string name="pref_extras_website_settings">Website settings</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100553 <!-- Settings summary -->
Ben Murdochbe9560d2009-11-09 09:52:21 -0800554 <string name="pref_extras_website_settings_summary">Advanced settings for individual websites</string>
John Reck035a5642010-12-21 18:51:27 -0800555 <!-- Settings category label [CHAR-LIMIT=50] -->
556 <string name="pref_extras_reset_default_title">Reset defaults</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100557 <!-- Settings label -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800558 <string name="pref_extras_reset_default">Reset to default</string>
559 <!-- Settings summary -->
Bart Sears74793742010-03-04 17:34:29 -0800560 <string name="pref_extras_reset_default_summary">Restore default settings</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800561 <!-- Confirmation dialog message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700562 <string name="pref_extras_reset_default_dlg">Revert settings to default values?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800563 <!-- Title for a group of settings -->
564 <string name="pref_development_title">Debug</string>
565 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700566 <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800567 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700568 <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800569 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700570 <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800571 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700572 <string name="pref_development_trace" translatable="false">Enable tracing</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800573 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700574 <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800575 <!-- Do not tranlsate. Development option -->
Derek Sollenbergerffa561e2010-11-16 14:19:01 -0500576 <string name="pref_development_hardware_accel" translatable="false">Enable OpenGL Rendering</string>
577 <!-- Do not tranlsate. Development option -->
Derek Sollenberger31adf672011-07-08 11:31:30 -0400578 <string name="pref_development_hardware_accel_skia" translatable="false">Enable HW Accelerated Skia</string>
579 <!-- Do not tranlsate. Development option -->
Teng-Hui Zhu930ea222011-02-16 11:22:21 -0800580 <string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string>
581 <!-- Do not tranlsate. Development option -->
Teng-Hui Zhu85de57a2011-09-22 15:34:29 -0700582 <string name="pref_development_cpu_upload_path" translatable="false">Enable Cpu Upload Path</string>
583 <!-- Do not tranlsate. Development option -->
Feng Qianb3c02da2009-06-29 15:58:08 -0700584 <string name="js_engine_flags" translatable="false">Set JS flags</string>
585 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700586 <string name="pref_development_uastring" translatable="false">UAString</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800587 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700588 <string-array name="pref_development_ua_choices" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800589 <item>Android</item>
590 <item>Desktop</item>
591 <item>iPhone</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700592 <item>iPad</item>
593 <item>Froyo-N1</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700594 <item>Honeycomb-Xoom</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800595 </string-array>
596 <!-- Do not tranlsate. Development option -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700597 <string-array name="pref_development_ua_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800598 <item>0</item>
599 <item>1</item>
600 <item>2</item>
Bart Searsf6915fb2010-07-08 19:58:22 -0700601 <item>3</item>
602 <item>4</item>
John Reck7fd1e8f2011-04-27 18:22:57 -0700603 <item>5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800604 </string-array>
Ben Murdochbff2d602009-07-01 20:19:05 +0100605 <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
John Reckba287c22011-07-26 16:13:53 -0700606 <!-- Do not translate. Development option to reset the prologin time [CHAR LIMIT=20] -->
607 <string name="pref_development_reset_prelogin" translatable="false">Reset prelogin</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800608 <!-- Settings screen, setting option name -->
Grace Kloba2f830682009-06-25 11:08:53 -0700609 <string name="pref_default_text_encoding">Text encoding</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800610 <!-- Options in the Default encoding dialog box -->
611 <string-array name="pref_default_text_encoding_choices">
612 <item>Latin-1 (ISO-8859-1)</item>
613 <item>Unicode (UTF-8)</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800614 <item>Chinese (GBK)</item>
615 <item>Chinese (Big5)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800616 <item>Japanese (ISO-2022-JP)</item>
617 <item>Japanese (SHIFT_JIS)</item>
618 <item>Japanese (EUC-JP)</item>
Sang-il, Lee78f276f2010-08-30 14:49:02 +0900619 <!-- No need to translate a EUC-KR part, and there is no string length limits. -->
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900620 <item>Korean (EUC-KR)</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800621 <!-- TODO: We should add a lot more encodings. -->
622 </string-array>
623 <!-- Dialog box title -->
624 <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
625 <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700626 <string-array name="pref_default_text_encoding_values" translatable="false">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800627 <item>Latin-1</item>
628 <item>UTF-8</item>
Bai Taof9d66a82010-01-27 02:25:09 +0800629 <item>GBK</item>
630 <item>Big5</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800631 <item>ISO-2022-JP</item>
632 <item>SHIFT_JIS</item>
633 <item>EUC-JP</item>
Sang-il, Leef9f87cd2010-08-02 16:14:04 +0900634 <item>EUC-KR</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800635 </string-array>
Vivek Sekhar22bd57b2014-04-05 22:19:43 -0700636 <string name="pref_default_text_encoding_default" translatable="false">UTF-8</string>
John Reck40badf22011-04-20 15:31:13 -0700637 <!-- Title for accessibility settings [CHAR LIMIT=25] -->
638 <string name="pref_accessibility_title">Accessibility</string>
John Reck8fc22a12011-06-16 14:57:41 -0700639 <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] -->
Mangesh Ghiwaref1793b62011-10-05 11:43:44 -0700640 <string name="pref_font_size_category">Text size</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800641 <!-- Title for lab settings [CHAR LIMIT=25] -->
Michael Kolb467af0a2011-01-11 13:09:49 -0800642 <string name="pref_lab_title">Labs</string>
Michael Kolb376b5412010-12-15 11:52:57 -0800643 <!-- Title for lab quick controls feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800644 <string name="pref_lab_quick_controls">Quick controls</string>
John Reckf4415c52011-10-06 14:28:55 -0700645 <!-- Summary for lab quick controls feature [CHAR LIMIT=120] -->
Michael Kolb376b5412010-12-15 11:52:57 -0800646 <string name="pref_lab_quick_controls_summary">
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700647 Slide thumb from the left or right edge to open quick controls and hide app and URL bars</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000648 <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] -->
John Reck741a46f2011-03-08 11:01:23 -0800649 <string name="pref_use_instant_search">Google Instant</string>
Narayan Kamath5119edd2011-02-23 15:49:17 +0000650 <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] -->
651 <string name="pref_use_instant_search_summary">
John Reck741a46f2011-03-08 11:01:23 -0800652 Use Google Instant when you use Google Search, to show results as you
653 type (this can increase data use).</string>
John Reckb8b2af82011-05-20 15:58:33 -0700654 <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] -->
Michael Kolbc38c6042011-04-27 10:46:06 -0700655 <string name="pref_lab_fullscreen">Fullscreen</string>
656 <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
657 <string name="pref_lab_fullscreen_summary">
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700658 Use fullscreen mode to hide the status bar</string>
Michael Kolb14612442011-06-24 13:06:29 -0700659 <!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700660 <string name="pref_data_title">Bandwidth management</string>
Michael Kolb14612442011-06-24 13:06:29 -0700661 <!-- Title for search preloading [CHAR LIMIT=40] -->
662 <string name="pref_data_preload_title">Search result preloading</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100663 <!-- Search preloading options [CHAR LIMIT=20] -->
664 <string-array name="pref_data_preload_choices">
665 <item>Never</item>
Claudia de Veaux9e374472011-10-17 13:03:10 -0700666 <item>Only on Wi-Fi</item>
Mathew Inwood467813f2011-09-02 15:43:17 +0100667 <item>Always</item>
668 </string-array>
669 <!-- Do not translate -->
670 <string name="pref_data_preload_value_never" translatable="false">NEVER</string>
671 <string name="pref_data_preload_value_wifi_only" translatable="false">WIFI_ONLY</string>
672 <string name="pref_data_preload_value_always" translatable="false">ALWAYS</string>
Mathew Inwood3a20b792011-09-15 12:07:16 +0100673 <string name="pref_data_preload_default_value" translatable="false">@string/pref_data_preload_value_wifi_only</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100674 <string-array name="pref_data_preload_values" translatable="false">
675 <item><xliff:g>@string/pref_data_preload_value_never</xliff:g></item>
676 <item><xliff:g>@string/pref_data_preload_value_wifi_only</xliff:g></item>
677 <item><xliff:g>@string/pref_data_preload_value_always</xliff:g></item>
678 </string-array>
Michael Kolb14612442011-06-24 13:06:29 -0700679 <!-- Summary for search preloading [CHAR LIMIT=80] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700680 <string name="pref_data_preload_summary">Allow browser to preload high confidence search results in the background</string>
Mathew Inwood467813f2011-09-02 15:43:17 +0100681 <!-- Title of dialog for search preloading [CHAR LIMIT=40] -->
682 <string name="pref_data_preload_dialogtitle">Search result preloading</string>
Victoria Lease96497832012-03-23 14:19:56 -0700683 <!-- Title for link prefetching [CHAR LIMIT=40] -->
684 <string name="pref_link_prefetch_title">Web page preloading</string>
685 <!-- Link prefetching options [CHAR LIMIT=20] -->
686 <string-array name="pref_link_prefetch_choices">
687 <item>Never</item>
688 <item>Only on Wi-Fi</item>
689 <item>Always</item>
690 </string-array>
691 <!-- Do not translate -->
692 <string name="pref_link_prefetch_value_never" translatable="false">NEVER</string>
693 <string name="pref_link_prefetch_value_wifi_only" translatable="false">WIFI_ONLY</string>
694 <string name="pref_link_prefetch_value_always" translatable="false">ALWAYS</string>
695 <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_wifi_only</string>
696 <string-array name="pref_link_prefetch_values" translatable="false">
697 <item><xliff:g>@string/pref_link_prefetch_value_never</xliff:g></item>
698 <item><xliff:g>@string/pref_link_prefetch_value_wifi_only</xliff:g></item>
699 <item><xliff:g>@string/pref_link_prefetch_value_always</xliff:g></item>
700 </string-array>
701 <!-- Summary for link prefetching [CHAR LIMIT=80] -->
702 <string name="pref_link_prefetch_summary">Allow browser to preload linked web pages in the background</string>
703 <!-- Title of dialog for link prefetching [CHAR LIMIT=40] -->
704 <string name="pref_link_prefetch_dialogtitle">Web page preloading</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800705 <!-- Title for a dialog displayed when the browser has a data connectivity
706 problem -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700707 <string name="browserFrameNetworkErrorLabel">Connection problem</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800708 <!-- Title for a dialog displayed when the browser runs into a file label
709 error -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700710 <string name="browserFrameFileErrorLabel">File problem</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800711 <!-- Dialog box title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700712 <string name="browserFrameFormResubmitLabel"></string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800713 <!-- Dialog box message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700714 <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>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800715 <!-- Dialog box title -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700716 <string name="loadSuspendedTitle">No connection</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800717 <!-- Dialog box message -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700718 <string name="loadSuspended">The browser can\'t load this page because there\'s
719 no Internet connection.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800720 <!-- Menu item -->
721 <string name="clear_history">Clear history</string>
722 <!-- History screen title; appears in title bar -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700723 <string name="browser_history">Recently-visited pages</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800724 <!-- Appears on History screen if no history is found -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700725 <string name="empty_history">No browser history.</string>
John Reckb6f83372011-06-17 17:43:12 -0700726 <!-- Menu option to load the user's home page [CHAR LIMIT=30] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700727 <string name="go_home">Homepage</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800728 <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700729 <string name="add_new_bookmark">Add bookmark</string>
Leon Scroggins89c6d362009-07-15 16:54:37 -0400730 <!-- Verb placed in front of a screenshot of a web page that, when clicked,
731 will add that page to bookmarks -->
732 <string name="add_bookmark_short">Add</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800733
The Android Open Source Project0c908882009-03-03 19:32:16 -0800734 <!-- This string is for the browser "Go To" UI. -->
735 <!-- 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 -0700736 <string name="search_label" translatable="false">Browser</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800737 <!-- This string is for the browser "Go To" UI. -->
738 <!-- This is the hint text shown in the Go To widget, before text is entered. -->
Leon Scroggins2f40ce82009-07-30 15:43:35 -0400739 <string name="search_hint">Search or type URL</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800740 <!-- This string is for the browser "Go To" UI. -->
741 <!-- This is the button label in the "Go To" UI. -->
742 <string name="search_button_text">Go</string>
Mike LeBeaud45fb4d2009-06-30 18:33:06 -0700743 <!-- The string used to describe the browser as a searchable item within system search settings. -->
744 <string name="search_settings_description">Bookmarks and web history</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800745
746 <!-- Pop-up window dialog -->
The Android Open Source Project0c908882009-03-03 19:32:16 -0800747 <!-- Message for a dialog informing the user that the site is attempting to
748 display a popup window -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700749 <string name="popup_window_attempt">Allow this site to open a
750 pop-up window?</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800751 <!-- Label for a button to allow a particular popup window to open -->
752 <string name="allow">Allow</string>
753 <!-- Label for a button to disallow a particular popup from opening -->
754 <string name="block">Block</string>
755
756 <!-- Title for a dialog informing the user that they cannot open any more
757 windows because the limit has been reached. -->
John Recke3da7d62011-08-10 13:40:23 -0700758 <string name="too_many_windows_dialog_title">Tab limit reached</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800759 <!-- Message in a dialog telling the user that they cannot open any more
760 windows because the limit has been reached. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700761 <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800762 <!-- Title for a dialog informing the user that they cannot open a subwindow
763 because only one can be open at a time. -->
764 <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
765 <!-- Message for a dialog informing the user that they cannot open a
766 subwindow because only one can be open at a time. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700767 <string name="too_many_subwindows_dialog_message">Only one pop-up can be open
768 at a time.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800769
770 <!-- Download History UI strings -->
Eric Fischer91e25362010-09-28 16:34:19 -0700771 <!-- Dialog title [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700772 <string name="download_no_sdcard_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800773 <!-- Dialog title -->
Eric Fischer91e25362010-09-28 16:34:19 -0700774 <string name="download_no_sdcard_dlg_title" product="default">No SD card</string>
775 <!-- Dialog message [CHAR LIMIT=NONE] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700776 <string name="download_no_sdcard_dlg_msg" product="nosdcard">USB storage is required to download <xliff:g id="filename">%s</xliff:g>.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800777 <!-- Dialog message -->
Eric Fischer91e25362010-09-28 16:34:19 -0700778 <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
779 <!-- Title for a dialog informing the user that the SD card used for
780 external storage is busy so they cannot download anything [CHAR LIMIT=25] -->
Eric Fischeradbdefb2010-10-19 18:12:24 -0700781 <string name="download_sdcard_busy_dlg_title" product="nosdcard">USB storage unavailable</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800782 <!-- Title for a dialog informing the user that the SD card used for
783 external storage is busy so they cannot download anything -->
Eric Fischer91e25362010-09-28 16:34:19 -0700784 <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string>
785 <!-- Message for a dialog informing the user that the SD card used for
786 external storage is busy so they cannot download anything. Informs
787 the user how to enable SD card storage [CHAR LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700788 <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The USB storage is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800789 <!-- Message for a dialog informing the user that the SD card used for
790 external storage is busy so they cannot download anything. Informs
791 the user how to enable SD card storage -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700792 <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>
Leon Scrogginscf79ca62010-01-21 16:17:56 -0500793
Leon Scroggins11e309c2011-02-01 13:37:14 -0500794 <!-- Toast for a download which cannot begin because the URL is not http or https -->
795 <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800796 <!-- Message in the list of items which have received download requests
797 telling their status. This message states that the download has not
798 yet begun -->
799 <string name="download_pending">Starting download\u2026</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800800
The Android Open Source Project0c908882009-03-03 19:32:16 -0800801 <!-- Do not translate. Testing only -->
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700802 <string name="dump_nav" translatable="false">Dump navigation cache</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800803
Bijan Amirzadae75909d2014-05-06 14:18:54 -0700804 <!-- Intentional empty elements - used for overlay feature -->
805 <string name="def_wifi_browser_interaction_remind_type"></string>
806 <string name="def_action_wifi_selection_data_connections"></string>
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700807 <string name="def_intent_pick_network"></string>
Bijan Amirzadae75909d2014-05-06 14:18:54 -0700808 <string name="def_landing_page"></string>
809 <string name="def_useragent"></string>
810
John Reck2a3e9242012-03-30 15:35:49 -0700811 <!-- The default homepage. -->
Cary Clark776878e2009-09-29 15:12:03 -0400812 <string name="homepage_base" translatable="false">
John Reck2a3e9242012-03-30 15:35:49 -0700813 https://www.google.com/webhp?client={CID}&amp;source=android-home</string>
Grace Klobaf2c5c1b2009-05-26 10:48:31 -0700814
The Android Open Source Project0c908882009-03-03 19:32:16 -0800815 <!-- Bookmarks -->
816 <string-array name="bookmarks" translatable="false">
817 <item>Google</item>
818 <item>http://www.google.com/</item>
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700819 <item>Picasa</item>
John Reckefcb2f02011-01-28 17:57:54 -0800820 <item>http://picasaweb.google.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800821 <item>Yahoo!</item>
822 <item>http://www.yahoo.com/</item>
823 <item>MSN</item>
824 <item>http://www.msn.com/</item>
John Reckefcb2f02011-01-28 17:57:54 -0800825 <item>Twitter</item>
826 <item>http://twitter.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800827 <item>Facebook</item>
John Reck42cb9d22011-03-03 10:14:48 -0800828 <item>http://www.facebook.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800829 <item>Wikipedia</item>
830 <item>http://www.wikipedia.org/</item>
831 <item>eBay</item>
832 <item>http://www.ebay.com/</item>
833 <item>CNN</item>
Patrick Scott70202822009-10-07 09:47:13 -0400834 <item>http://www.cnn.com/</item>
Steve Block9206d8c2009-09-30 10:46:44 +0100835 <item>NY Times</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800836 <item>http://www.nytimes.com/</item>
837 <item>ESPN</item>
Ben Murdoche64b3a02009-09-30 19:19:39 +0100838 <item>http://espn.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800839 <item>Amazon</item>
John Reck42cb9d22011-03-03 10:14:48 -0800840 <item>http://www.amazon.com/</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800841 <item>Weather Channel</item>
842 <item>http://www.weather.com/</item>
843 <item>BBC</item>
844 <item>http://www.bbc.co.uk/</item>
845 </string-array>
846
The Android Open Source Projecta3c0aab2009-03-18 17:39:48 -0700847 <!-- Bookmark name for Picasa website -->
848 <string name="picasa" translatable="false">Picasa</string>
849
Mike LeBeau1ef26a32009-05-13 20:11:00 -0700850 <!-- The description of the suggestion that lets the user search the web for the query currently
851 in the text field. -->
852 <string name="search_the_web">Search the web</string>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800853
Nicolas Roard78a98e42009-05-11 13:34:17 +0100854 <!-- HTML5 dialogs -->
Andrei Popescu86943772009-07-30 14:48:55 +0100855 <!-- 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. -->
856 <string name="webstorage_outofspace_notification_title">Browser storage full</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700857 <string name="webstorage_outofspace_notification_text">Touch to free up space.</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100858 <!-- Used in the Browser Settings -->
Steve Blockeeb67b02009-07-22 14:28:14 +0100859 <string name="webstorage_clear_data_title">Clear stored data</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800860
Nicolas Roard78a98e42009-05-11 13:34:17 +0100861 <!-- Confirmation dialog when the user ask to clear all data for an origin -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700862 <string name="webstorage_clear_data_dialog_message">Delete all data stored by this website?</string>
863 <string name="webstorage_clear_data_dialog_ok_button">OK</string>
Nicolas Roarde46990e2009-06-19 16:27:49 +0100864 <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100865 <!-- Strings used in the summary of origins -->
Nicolas Roarde46990e2009-06-19 16:27:49 +0100866 <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>
Andrei Popescu540035d2009-09-18 18:59:20 +0100867 <!-- String shown in a progress view while a video is loading, before it starts playing -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700868 <string name="loading_video">Loading video\u2026</string>
Nicolas Roard78a98e42009-05-11 13:34:17 +0100869
Steve Blockf344d032009-07-30 10:50:45 +0100870 <!-- Geolocation -->
Steve Block2bc69912009-07-30 14:45:13 +0100871 <!-- Permissions prompt -->
Steve Block8844d192009-09-29 13:14:41 +0100872 <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string>
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700873 <string name="geolocation_permissions_prompt_share">Allow</string>
874 <string name="geolocation_permissions_prompt_share_for_limited_time">Allow for 24 hours</string>
875 <string name="geolocation_permissions_prompt_dont_share">Deny</string>
Steve Block8844d192009-09-29 13:14:41 +0100876 <string name="geolocation_permissions_prompt_remember">Remember preference</string>
Steve Blockc9f6d7a2009-10-16 18:19:08 +0100877 <!-- Permissions prompt toast -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700878 <string name="geolocation_permissions_prompt_toast_allowed">This site can access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
879 <string name="geolocation_permissions_prompt_toast_disallowed">This site cannot access your location. Change this on the Settings &gt; Advanced &gt; Website screen.</string>
Steve Blockbbd84a52011-08-30 10:55:58 +0100880 <!-- Settings -> Advanced -> Website settings -> <origin> -->
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700881 <string name="geolocation_settings_page_title">Edit location access</string>
Steve Blockf344d032009-07-30 10:50:45 +0100882 <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700883 <string name="geolocation_settings_page_summary_not_allowed">This site can\'t currently access your location</string>
Steve Blockf344d032009-07-30 10:50:45 +0100884 <!-- Settings page dialog -->
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700885 <string name="geolocation_settings_page_dialog_title">Edit location policy for\n<xliff:g id="website origin" example="maps.google.com">%s</xliff:g></string>
886 <string-array name="geolocation_settings_choices">
887 <item>Deny forever</item>
888 <item>Allow for 24 hours</item>
889 <item>Allow forever</item>
890 <item>Always ask</item>
891 </string-array>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700892 <string name="geolocation_settings_page_dialog_ok_button">OK</string>
Steve Blockf344d032009-07-30 10:50:45 +0100893 <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700894
Ben Murdochb9daacb2009-09-14 10:48:24 +0100895 <!-- 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 -0700896 <string name="website_settings_clear_all">Clear all</string>
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700897 <string name="website_settings_clear_all_dialog_message">Delete all website data and location permissions?</string>
898 <string name="website_settings_clear_all_dialog_ok_button">OK</string>
Ben Murdochb9daacb2009-09-14 10:48:24 +0100899 <string name="website_settings_clear_all_dialog_cancel_button">Cancel</string>
900
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000901 <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700902 <string name="progress_dialog_setting_wallpaper">Setting wallpaper\u2026</string>
Ben Murdoch4f75ba22009-10-27 11:48:28 +0000903
Roy West7d9e4242009-09-18 16:29:38 -0700904 <string name="error_console_header_text_minimized" translatable="false">Show JavaScript console</string>
905 <string name="error_console_header_text_maximized" translatable="false">JavaScript console</string>
Ben Murdochbff2d602009-07-01 20:19:05 +0100906 <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
907 <string name="error_console_eval_button_text" translatable="false">Evaluate</string>
Steve Blockf344d032009-07-30 10:50:45 +0100908
Jeff Hamilton84029622010-08-05 14:29:28 -0500909 <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500910 is displayed when the user is at the highest level and cannot go up [CHAR LIMIT=16] -->
Jeff Hamilton84029622010-08-05 14:29:28 -0500911 <string name="defaultBookmarksUpButton">Bookmarks</string>
Jeff Davidson43610292010-07-16 16:03:58 -0700912
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500913 <!-- The string that is displayed when there are no bookmarks to display.
914 This is centered in the middle of the screen [CHAR LIMIT=NONE] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700915 <string name="empty_bookmarks_folder">No bookmarks.</string>
Jeff Hamiltondb90aa82010-09-16 03:38:04 -0500916
John Reckd18ac4b2012-04-12 17:27:34 -0700917 <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] -->
918 <string name="other_bookmarks">Other Bookmarks</string>
919
Jeff Davidson43610292010-07-16 16:03:58 -0700920 <!-- Access point for RLZ tracking. -->
921 <string name="rlz_access_point">Y1</string>
922
John Reckade30db2011-01-27 11:28:41 -0800923 <!-- Title for a dialog asking the user which account to sync their bookmarks to [CHAR LIMIT=32] -->
924 <string name="account_chooser_dialog_title" msgid="4833571985009544332">Choose account</string>
925
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500926 <!-- Title for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=32] -->
927 <string name="import_bookmarks_dialog_title">Sync with Google account</string>
928
929 <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700930 <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>
John Reck00c71512011-03-08 17:43:31 -0800931
932 <!-- Description for selecting the account to add bookmarks to and begin syncing with [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700933 <string name="import_bookmarks_dialog_select_add_account">Add bookmarks currently on this device and begin syncing with Google account</string>
John Reck00c71512011-03-08 17:43:31 -0800934
935 <!-- Description for selecting the account to sync with and delete local bookmarks [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700936 <string name="import_bookmarks_dialog_delete_select_account">Delete bookmarks currently on this device and begin syncing with Google account</string>
John Reck00c71512011-03-08 17:43:31 -0800937
938 <!-- Description confirming user's choice to delete bookmarks [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700939 <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>
John Reck00c71512011-03-08 17:43:31 -0800940
941 <!-- Description confirming user's choice to add bookmarks to an account [CHAR-LIMIT=none] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700942 <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>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500943
944 <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
John Reck00c71512011-03-08 17:43:31 -0800945 <string name="import_bookmarks_dialog_remove">Delete bookmarks</string>
946
947 <!-- Sync bookmarks wizard option to go to the next screen [CHAR-LIMIT=30] -->
948 <string name="import_bookmarks_wizard_next">Next</string>
949
950 <!-- Sync bookmarks wizard option to go to the previous screen [CHAR-LIMIT=30] -->
951 <string name="import_bookmarks_wizard_previous">Previous</string>
952
953 <!-- Sync bookmarks wizard option to cancel sync setup [CHAR-LIMIT=30] -->
954 <string name="import_bookmarks_wizard_cancel">Cancel</string>
955
956 <!-- Sync bookmarks wizard option to finish sync setup [CHAR-LIMIT=30] -->
957 <string name="import_bookmarks_wizard_done">Done</string>
958
959 <!-- 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] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700960 <string name="import_bookmarks_dialog_add">Add bookmarks to Google account</string>
Jeff Hamiltona9bad832010-09-24 11:05:30 -0500961
962 <!-- 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] -->
963 <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>
Michael Kolbba99c5d2010-11-29 14:57:41 -0800964
965 <!-- Url Selection Action Mode -->
966
967 <!-- Menu item to share URL selection [CHAR LIMIT=30] -->
968 <string name="menu_share_url">Share</string>
969
Michael Kolb843510f2010-12-09 10:51:49 -0800970 <!-- Toast to inform the user that the maximum number of tabs has been
971 reached. [CHAR LIMIT=50] -->
972 <string name="max_tabs_warning">No more tabs available</string>
973
Narayan Kamath5119edd2011-02-23 15:49:17 +0000974 <!-- The label used by the instant search labs feature when shown in
975 the search engines list (Preferences->Advanced->Set search engine
976 [CHAR LIMIT=80] -->
977 <string name="instant_search_label">Google with Instant (Labs)</string>
John Reck8fc22a12011-06-16 14:57:41 -0700978 <!-- Font size preview label in settings [CHAR LIMIT=30] -->
979 <string name="preview">Preview</string>
John Reck71efc2b2011-05-09 16:54:28 -0700980 <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] -->
981 <string name="local_bookmarks">Local</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800982 <!-- allows the user to find on webpage [CHAR LIMIT=None] -->
983 <string name="find_on_page">Find on page</string>
John Reck42229bc2011-08-19 13:26:43 -0700984 <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] -->
985 <string name="ua_switcher_desktop">Request desktop site</string>
Michael Kolb14612442011-06-24 13:06:29 -0700986 <!-- Preload permission label [CHAR LIMIT=40] -->
987 <string name="permission_preload_label">Preload results</string>
John Reck40a36612011-07-20 14:40:20 -0700988 <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] -->
Claudia de Veaux6fbfb772011-09-30 12:42:36 -0700989 <string name="empty_snapshots_folder">No saved pages.</string>
John Reck40a36612011-07-20 14:40:20 -0700990 <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] -->
991 <string name="remove_snapshot">Delete saved page</string>
John Reckf26ff632011-07-29 10:56:07 -0700992 <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] -->
993 <string name="snapshot_go_live">Go live</string>
Michael Kolb30adae62011-07-29 13:37:05 -0700994
995 <!-- Accessibility content descriptions -->
996
997 <!-- Content description for back button [CHAR LIMIT=NONE] -->
998 <string name="accessibility_button_back">Go back</string>
999 <!-- Content description for forward button [CHAR LIMIT=NONE] -->
1000 <string name="accessibility_button_forward">Go forward</string>
1001 <!-- Content description for refresh button [CHAR LIMIT=NONE] -->
1002 <string name="accessibility_button_refresh">Refresh page</string>
1003 <!-- Content description for stop button [CHAR LIMIT=NONE] -->
1004 <string name="accessibility_button_stop">Stop page load</string>
1005 <!-- Content description for add bookmark button [CHAR LIMIT=NONE] -->
1006 <string name="accessibility_button_addbookmark">Bookmark page</string>
1007 <!-- Content description for search button [CHAR LIMIT=NONE] -->
1008 <string name="accessibility_button_search">Search</string>
1009 <!-- Content description for voice search button [CHAR LIMIT=NONE] -->
1010 <string name="accessibility_button_voice">Start voice search</string>
1011 <!-- Content description for bookmarks button [CHAR LIMIT=NONE] -->
1012 <string name="accessibility_button_bookmarks">Bookmarks</string>
1013 <!-- Content description for close tab button [CHAR LIMIT=NONE] -->
1014 <string name="accessibility_button_closetab">Close tab</string>
1015 <!-- Content description for new tab button [CHAR LIMIT=NONE] -->
1016 <string name="accessibility_button_newtab">Open new tab</string>
1017 <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] -->
1018 <string name="accessibility_button_newincognitotab">Open new incognito tab</string>
1019 <!-- Content description for clear button [CHAR LIMIT=NONE] -->
1020 <string name="accessibility_button_clear">Clear input</string>
1021 <!-- Content description for user agent switcher [CHAR LIMIT=NONE] -->
1022 <string name="accessibility_button_uaswitch">Switch user agent</string>
1023 <!-- Content description for go button [CHAR LIMIT=NONE] -->
1024 <string name="accessibility_button_go">Go</string>
1025
1026 <!-- Content description for tab switcher button [CHAR LIMIT=NONE] -->
1027 <string name="accessibility_button_navscreen">Page manager</string>
1028 <!-- Content description for overflow menu button [CHAR LIMIT=NONE] -->
1029 <string name="accessibility_button_more">More options</string>
1030
1031 <!-- Content description for incognito state [CHAR LIMIT=NONE] -->
1032 <string name="accessibility_state_incognito">Incognito page</string>
1033 <!-- Content description for frozen state [CHAR LIMIT=NONE] -->
1034 <string name="accessibility_state_frozen">Saved page</string>
1035
1036 <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] -->
1037 <string name="accessibility_transition_navscreen">Tab management</string>
John Reckaac2ce02012-09-21 14:17:47 -07001038 <!-- Content description for navigating up in the bookmark folder hierarchy [CHAR LIMIT=NONE] -->
1039 <string name="accessibility_button_bookmarks_folder_up">Previous folder</string>
Michael Kolb30adae62011-07-29 13:37:05 -07001040
kaiyiz6e5b3e02013-08-19 20:02:01 +08001041 <!--Add for Navigation Feature -->
1042 <string name="my_navigation_delete_label">Delete My Navigation</string>
1043 <string name="my_navigation_edit_label">Edit My Navigation</string>
1044 <string name="my_navigation_add_label">Add My Navigation</string>
1045 <string name="my_navigation_add">add</string>
1046 <string name="my_navigation_delete_msg">Delete this item?</string>
1047 <string name="my_navigation_name">Name</string>
1048 <string name="my_navigation_address">Address</string>
1049 <string name="website_needs_title">"Website must have a name."</string>
1050 <string name="website_needs_url">"Website must have a location."</string>
1051 <string name="my_navigation_cannot_save_url">This URL cannot be website.</string>
1052 <string name="my_navigation_duplicate_url">This URL has already existed.</string>
1053 <string name="my_navigation_page_title">My Navigation</string>
qqzhoua95a2e22013-04-18 17:28:31 +08001054
1055 <!-- Add for Carrier Feature.Content description for AV save/play prompt dialog -->
1056 <string name="http_video_msg">Please choose a following operation</string>
1057 <string name="video_save">Save</string>
1058 <string name="video_play">Play</string>
kaiyiza8b6dbb2013-07-29 18:11:22 +08001059
1060 <!-- Add for Carrier Feature.Content description for exit menu item -->
1061 <string name="exit">Exit</string>
1062
qqzhoue6ff8b42013-07-23 17:28:48 +08001063 <!-- Add for Carrier Feature.Content description for about menu item -->
1064 <string name="about">About</string>
kaiyizc4ada322013-07-30 09:58:07 +08001065
1066 <!-- Add for Wap2Estore Feature -->
1067 <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
1068 <string name="download_estore_app">Estore app does not exist, please download and install it.</string>
1069 <string name="estore_url_warning">Launch Estore app failed, url is too long!</string>
kaiyiz4b59d262013-07-30 10:41:38 +08001070
1071 <!-- Add for Unsupport Uploading Drm Files Feature -->
1072 <string name="drm_file_unsupported">Drm file is unsupported!</string>
luxiaolb40014b2013-07-19 10:01:43 +08001073
1074 <!-- Add for exit prompt Feature -->
1075 <string name="exit_browser_title">Exit Browser</string>
1076 <string name="exit_browser_msg">Please Select How to Exit Browser?</string>
1077 <string name="exit_minimize">Minimize</string>
1078 <string name="exit_quit">Quit</string>
luxiaoldbe4a622013-07-19 17:14:06 +08001079
1080 <!-- Add for new bookmark/folder Feature -->
1081 <string name="save_bookmark_folder">New folder</string>
1082 <string name="browser_max_input_title">Reached Input Limit</string>
1083 <string name="browser_max_input">Your input has reached the maximum limit of <xliff:g id="MAXLIMIT">%s</xliff:g> characters.</string>
1084 <string name="save_to_bookmarks_title">Save to Bookmarks</string>
1085 <string name="duplicated_folder_warning">The folder has already exists</string>
1086 <string name="overwrite_bookmark_msg">This bookmark\'s name or address already exists, overwrite it?</string>
luxiaol62677b02013-07-22 07:54:49 +08001087
1088 <!-- Add for download save path setting Feature -->
1089 <string name="invalid_path">"Path is invalid!"</string>
1090 <string name="path_wrong">"Wrong Path"</string>
1091 <string name="pref_download_title">Download Path Settings</string>
1092 <string name="pref_download_path_setting_screen_title">Custom Download Path</string>
1093 <string name="download_start">OK</string>
1094 <string name="download_cancel">Cancel</string>
1095 <string name="download_timeneeded">Time</string>
1096 <string name="download_filesize">Size</string>
1097 <string name="download_filepath_label">Path</string>
1098 <string name="download_edit_filename_label">Name</string>
kaiyize6a27d02013-08-22 15:08:19 +08001099 <string name="download_default_path">/Download</string>
luxiaol62677b02013-07-22 07:54:49 +08001100 <string name="download_no_enough_memory">Download no enough memory</string>
1101 <string name="download_settings_title">Download Settings</string>
kaiyize6a27d02013-08-22 15:08:19 +08001102 <string name="save_page_needs_title">Download File\'s Name Can not be Empty!</string>
1103 <string name="filename_empty_title">Download File\'s Name is Empty</string>
1104 <string name="filename_empty_msg">Download File\'s Name Can not Be Empty! Please Input a Valid File\'s Name!</string>
luxiaol62677b02013-07-22 07:54:49 +08001105 <string name="download_file_setting">Download File Settings</string>
1106 <string name="unknow_length">Unknow</string>
kaiyize6a27d02013-08-22 15:08:19 +08001107 <string name="download_file_exist_msg">This File is Already Exist,Please Input a New File\'s Name!</string>
luxiaol62677b02013-07-22 07:54:49 +08001108 <string name="download_file_exist">File Exist</string>
1109 <string name ="time_min">min</string>
kaiyizf1a66762013-09-16 16:59:43 +08001110 <string name="download_path_phone_storage_label">/Phone Storage</string>
luxiaol62677b02013-07-22 07:54:49 +08001111 <string name="download_path_sd_card_label">/SD card</string>
kaiyize6a27d02013-08-22 15:08:19 +08001112 <string name="download_path_unavailable_dlg_title">Download Directory is Unavailable</string>
luxiaol62677b02013-07-22 07:54:49 +08001113 <string name="download_path_unavailable_dlg_msg">Please modify the Download Directory of Browser</string>
kaiyize6a27d02013-08-22 15:08:19 +08001114 <string name="activity_not_found">Can\'t Find the Activity to Handle this Intent <xliff:g id="NOACTIVITY">%s</xliff:g>.</string>
kaiyiza016da12013-08-26 17:50:22 +08001115 <string name="network_switch_remind_type">wifi_browser_interaction_remind</string>
kaiyiz1c412992013-08-31 15:24:42 +08001116 <!-- Toast message displayed when the full screen received message -->
1117 <string name="received_message_full_screen">Receive a message from: <xliff:g id="FROM">%s</xliff:g>.</string>
kaiyizb7bf1f22013-10-02 11:42:23 +08001118 <string name="acivity_not_found">Activity Not Found to Handle Intent <xliff:g id="NOACTIVITY">%s</xliff:g>.</string>
Bijan Amirzada9b1e9882014-02-26 17:15:46 -08001119 <!-- SWE Android Browser -->
1120 <string name="ssl_certificate">Security certificate</string>
1121 <string name="ssl_certificate_is_valid">This certificate is valid.</string>
Bijan Amirzada3377eb22014-03-18 18:46:54 -07001122 <string name="version">Version</string>
Tarun Nainanief749cb2014-05-19 18:16:53 -07001123</resources>