blob: 4d0598c3e0a5a66c27cc3927bff0d258e2b9e9d0 [file] [log] [blame]
Eric Fischer714b0842010-11-17 16:27:32 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <string name="application_name" msgid="1935869255545976415">"Browser"</string>
20 <string name="choose_upload" msgid="3649366287575002063">"Choose file for upload"</string>
21 <string name="new_tab" msgid="4505722538297295141">"New window"</string>
Eric Fischercfff5662010-12-23 14:13:09 -080022 <string name="new_incognito_tab" msgid="5821404839654751753">"New incognito window"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080023 <string name="active_tabs" msgid="3050623868203544623">"Windows"</string>
24 <string name="tab_bookmarks" msgid="2305793036003473653">"Bookmarks"</string>
25 <string name="tab_most_visited" msgid="1077402532455000703">"Most visited"</string>
26 <string name="tab_history" msgid="1979267558744613746">"History"</string>
27 <string name="added_to_bookmarks" msgid="1020224130695956728">"Added to bookmarks"</string>
28 <string name="removed_from_bookmarks" msgid="6063705902028438800">"Removed from bookmarks"</string>
29 <string name="sign_in_to" msgid="5939425800148759165">"Sign in to <xliff:g id="HOSTNAME">%s1</xliff:g> \"<xliff:g id="REALM">%s2</xliff:g>\""</string>
30 <string name="username" msgid="5057566336518215922">"Name"</string>
31 <string name="password" msgid="1177138552305184404">"Password"</string>
32 <string name="action" msgid="183105774472071343">"Sign in"</string>
33 <string name="bookmarks_search" msgid="5229596268214362873">"Browser"</string>
34 <string name="cancel" msgid="3017274947407233702">"Cancel"</string>
35 <string name="ok" msgid="1509280796718850364">"OK"</string>
36 <string name="title_bar_loading" msgid="7438217780834640678">"Loading…"</string>
37 <string name="page_info" msgid="4048529256302257195">"Page info"</string>
38 <string name="page_info_view" msgid="5303490449842635158">"View page info"</string>
39 <string name="page_info_address" msgid="2222306609532903254">"Address:"</string>
40 <string name="ssl_warnings_header" msgid="79744901983636370">"There are problems with the security certificate for this site."</string>
41 <string name="ssl_continue" msgid="8031515015829358457">"Continue"</string>
42 <string name="security_warning" msgid="6607795404322797541">"Security warning"</string>
43 <string name="view_certificate" msgid="1472768887529093862">"View certificate"</string>
Eric Fischer2d68ba32010-12-09 16:05:46 -080044 <string name="ssl_go_back" msgid="4598951822061593819">"Go back"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080045 <string name="ssl_untrusted" msgid="5369967226521102194">"This certificate is not from a trusted authority."</string>
46 <string name="ssl_mismatch" msgid="558688832420069896">"The name of the site does not match the name on the certificate."</string>
47 <string name="ssl_expired" msgid="5739349389499575559">"This certificate has expired."</string>
48 <string name="ssl_not_yet_valid" msgid="2893167846212645846">"This certificate is not valid yet."</string>
49 <string name="ssl_certificate" msgid="5226747157992111668">"Security certificate"</string>
50 <string name="ssl_certificate_is_valid" msgid="7096160815933145579">"This certificate is valid."</string>
51 <string name="issued_to" msgid="9032338008819841339">"Issued to:"</string>
52 <string name="common_name" msgid="5745530093500062357">"Common name:"</string>
53 <string name="org_name" msgid="8868889052889991293">"Organisation:"</string>
54 <string name="org_unit" msgid="4489056376307768196">"Organisational unit:"</string>
55 <string name="issued_by" msgid="6959484326943152487">"Issued by:"</string>
56 <string name="validity_period" msgid="57988851973181309">"Validity:"</string>
57 <string name="issued_on" msgid="2082890654801808368">"Issued on:"</string>
58 <string name="expires_on" msgid="8061200430557020704">"Expires on:"</string>
59 <string name="stopping" msgid="4839698519340302982">"Stopping…"</string>
60 <string name="stop" msgid="5687251076030630074">"Stop"</string>
61 <string name="reload" msgid="8585220783228408062">"Refresh"</string>
62 <string name="back" msgid="8414603107175713668">"Back"</string>
63 <string name="forward" msgid="4288210890526641577">"Forward"</string>
64 <string name="save" msgid="5922311934992468496">"OK"</string>
65 <string name="do_not_save" msgid="6777633870113477714">"Cancel"</string>
Eric Fischercfff5662010-12-23 14:13:09 -080066 <string name="location" msgid="3411848697912600125">"Address"</string>
67 <string name="containing_folder" msgid="6771180232953030479">"Add to"</string>
68 <string name="new_folder" msgid="7743540149088867917">"New folder"</string>
Eric Fischer2d68ba32010-12-09 16:05:46 -080069 <string name="edit_folder" msgid="621817453133656156">"Edit folder"</string>
70 <string name="delete_folder" msgid="2046483129024501116">"Delete folder"</string>
Eric Fischercfff5662010-12-23 14:13:09 -080071 <string name="no_subfolders" msgid="5880411440592452802">"No sub-folders"</string>
72 <string name="add_to_bookmarks_menu_option" msgid="4449323955122214389">"Bookmarks"</string>
73 <string name="add_to_homescreen_menu_option" msgid="1461447829242963790">"Home screen"</string>
74 <string name="add_to_other_folder_menu_option" msgid="5450890093372998187">"Other folder…"</string>
75 <string name="name" msgid="5462672162695365387">"Label"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080076 <string name="http" msgid="2163722670597250102">"http://"</string>
77 <string name="save_to_bookmarks" msgid="6101482434920313244">"Add to Bookmarks"</string>
Eric Fischercfff5662010-12-23 14:13:09 -080078 <string name="bookmark_this_page" msgid="7530739804320811054">"Bookmark this page"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -080079 <string name="remove" msgid="7820112494467011374">"Remove"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080080 <string name="edit_bookmark" msgid="5024089053490231905">"Edit bookmark"</string>
Eric Fischercfff5662010-12-23 14:13:09 -080081 <string name="create_shortcut_bookmark" msgid="1995095662095484289">"Add shortcut to home"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080082 <string name="open_bookmark" msgid="8473581305759935790">"Open"</string>
83 <string name="remove_bookmark" msgid="8407495852801410891">"Delete bookmark"</string>
84 <string name="remove_from_bookmarks" msgid="4374080666576982775">"Remove from bookmarks"</string>
85 <string name="remove_history_item" msgid="5021424935726728618">"Remove from history"</string>
86 <string name="set_as_homepage" msgid="4752937379414905560">"Set as homepage"</string>
87 <string name="bookmark_saved" msgid="2766434679871317557">"Saved to bookmarks."</string>
88 <string name="bookmark_not_saved" msgid="700600955089376724">"Unable to save bookmark."</string>
89 <string name="homepage_set" msgid="8768087280310966395">"Homepage set."</string>
90 <string name="bookmark_needs_title" msgid="6245900436119218187">"Bookmark must have a name."</string>
91 <string name="bookmark_needs_url" msgid="7809876865972755158">"Bookmark must have a location."</string>
92 <string name="bookmark_url_not_valid" msgid="6719785633980202419">"URL is not valid."</string>
93 <string name="bookmark_cannot_save_url" msgid="791722768778386941">"This URL cannot be bookmarked."</string>
94 <string name="delete_bookmark" msgid="2422989994934201992">"Delete"</string>
95 <string name="bookmark_page" msgid="6845189305130307274">"Bookmark last viewed page"</string>
Eric Fischer478b2442010-12-14 13:53:38 -080096 <string name="bookmark_thumbnail_view" msgid="3164068314718522138">"Thumbnails"</string>
97 <string name="bookmark_list_view" msgid="7848510619500937839">"List"</string>
Eric Fischer714b0842010-11-17 16:27:32 -080098 <string name="current_page" msgid="7510129573681663135">"from "</string>
99 <string name="delete_bookmark_warning" msgid="758043186202032205">"Bookmark \"<xliff:g id="BOOKMARK">%s</xliff:g>\" will be deleted."</string>
100 <string name="open_in_new_window" msgid="6596775546468054510">"Open in new window"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800101 <string name="open_all_in_new_window" msgid="6514602245828366045">"Open all in new windows"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800102 <string name="goto_dot" msgid="3895839050522602723">"Go"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800103 <string name="incognito_tab" msgid="5419458065370134289">"Open new incognito tab"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800104 <string name="select_dot" msgid="6299170761900561967">"Select text"</string>
105 <string name="tab_picker_title" msgid="864478399057782913">"Current windows"</string>
106 <string name="tab_picker_remove_tab" msgid="630087809802479397">"Close"</string>
107 <string name="bookmarks" msgid="1961279134885867815">"Bookmarks"</string>
108 <string name="shortcut_bookmark" msgid="3974876480401135895">"Bookmark"</string>
109 <string name="history" msgid="2451240511251410032">"History"</string>
110 <string name="menu_view_download" msgid="2124570321712995120">"Downloads"</string>
111 <string name="copy_page_url" msgid="7635062169011319208">"Copy page URL"</string>
112 <string name="share_page" msgid="593756995297268343">"Share page"</string>
113 <string name="menu_save_webarchive" msgid="3934652434001459581">"Save as Web Archive"</string>
114 <string name="webarchive_saved" msgid="7045250341467345007">"Web archive saved."</string>
115 <string name="webarchive_failed" msgid="2880998204746620260">"Failed to save web archive."</string>
Eric Fischer2d68ba32010-12-09 16:05:46 -0800116 <string name="contextheader_folder_bookmarkcount" msgid="353987136645619089">"<xliff:g id="BOOKMARK_COUNT">%d</xliff:g> bookmarks"</string>
117 <string name="contextheader_folder_empty" msgid="974171637803391651">"Empty folder"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800118 <string name="contextmenu_openlink" msgid="7237961252214188935">"Open"</string>
119 <string name="contextmenu_openlink_newwindow" msgid="992765050093960353">"Open in new window"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800120 <string name="contextmenu_openlink_newwindow_background" msgid="5556131402560251639">"Open in new background window"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800121 <string name="contextmenu_savelink" msgid="5508554930832538184">"Save link"</string>
122 <string name="contextmenu_sharelink" msgid="5392275392280130331">"Share link"</string>
123 <string name="contextmenu_copy" msgid="398860586635404030">"Copy"</string>
124 <string name="contextmenu_copylink" msgid="5153657160294534270">"Copy link URL"</string>
125 <string name="contextmenu_download_image" msgid="4243829645180686912">"Save image"</string>
126 <string name="contextmenu_view_image" msgid="3870625602053600905">"View image"</string>
127 <string name="contextmenu_set_wallpaper" msgid="3691902960115350686">"Set as wallpaper"</string>
128 <string name="contextmenu_dial_dot" msgid="5856550683415933806">"Dial…"</string>
129 <string name="contextmenu_add_contact" msgid="3183511922223645716">"Add contact"</string>
130 <string name="contextmenu_send_mail" msgid="1014513374828775660">"Send email"</string>
131 <string name="contextmenu_map" msgid="7471390435434034912">"Map"</string>
132 <string name="choosertitle_sharevia" msgid="4600490613341909086">"Share via"</string>
133 <string name="clear" msgid="7070043081700011461">"Clear"</string>
134 <string name="replace" msgid="4843033491070384047">"Replace"</string>
135 <string name="browser_bookmarks_page_bookmarks_text" msgid="6787605028726162673">"Bookmarks"</string>
136 <string name="menu_preferences" msgid="6709237687234102240">"Settings"</string>
137 <string name="pref_content_title" msgid="722227111894838633">"Page content settings"</string>
138 <string name="pref_content_load_images" msgid="2125616852957377561">"Load images"</string>
139 <string name="pref_content_load_images_summary" msgid="5055874125248398584">"Display images on web pages"</string>
140 <string name="pref_content_block_popups" msgid="7808433807197256726">"Block pop-up windows"</string>
141 <string name="pref_content_javascript" msgid="4570972030299516843">"Enable JavaScript"</string>
142 <string name="pref_content_open_in_background" msgid="824123779725118663">"Open in background"</string>
143 <string name="pref_content_plugins" msgid="7231944644794301582">"Enable plug-ins"</string>
144 <string-array name="pref_content_plugins_choices">
145 <item msgid="6745108155096660725">"Always on"</item>
146 <item msgid="2484126708670016519">"On demand"</item>
147 <item msgid="8547442717307793863">"Off"</item>
148 </string-array>
149 <string name="pref_content_open_in_background_summary" msgid="1737664075721181678">"Open new windows behind the current one"</string>
150 <string name="pref_content_homepage" msgid="6082437160778559806">"Set homepage"</string>
151 <string name="pref_content_search_engine" msgid="1620101310821644144">"Set search engine"</string>
152 <string name="pref_content_search_engine_summary" msgid="5162667665858487316">"Select a search engine"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800153 <string name="pref_set_homepage_to" msgid="7196350233061395098">"Set to…"</string>
154 <string name="pref_use_current" msgid="1778622474040406672">"Current page"</string>
155 <string name="pref_use_blank" msgid="8503238592551111169">"Blank page"</string>
156 <string name="pref_use_default" msgid="192587563274735878">"Default page"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800157 <string name="pref_content_autofit" msgid="8260474534053660809">"Auto-fit pages"</string>
158 <string name="pref_content_autofit_summary" msgid="4587831659894879986">"Format web pages to fit the screen"</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800159 <string name="pref_general_title" msgid="1946872771219249323">"General"</string>
160 <string name="pref_general_sync_title" msgid="3138637035975860324">"Sync"</string>
161 <string name="pref_general_autofill_title" msgid="64638897890112873">"Auto-fill"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800162 <string name="pref_personal_sync_with_chrome" msgid="1695182180332194033">"Sync with Google Chrome"</string>
163 <string name="pref_personal_sync_with_chrome_summary" msgid="7414133931827321055">"Share bookmarks &amp; other data between Android Browser and Google Chrome"</string>
164 <string name="pref_personal_google_account" msgid="952360133341490071">"Google account"</string>
165 <string name="pref_personal_sync_bookmarks" msgid="59237515966184432">"Sync bookmarks"</string>
166 <string name="pref_personal_sync_bookmarks_summary" msgid="4791767605662205482">"Sync bookmarks between Android Browser and Google Chrome"</string>
167 <string name="pref_personal_start_syncing" msgid="6046972042512655232">"Start syncing"</string>
168 <string name="pref_personal_account_dialog_title" msgid="1390867119887955530">"Select Google account to share with"</string>
169 <string name="pref_autofill_enabled" msgid="1174197447388234595">"Form AutoFill"</string>
170 <string name="pref_autofill_enabled_summary" msgid="422640696197018914">"Fill in web forms with a single click"</string>
171 <string name="pref_autofill_profile_editor" msgid="1350709161524642663">"AutoFill Settings"</string>
172 <string name="pref_autofill_profile_editor_summary" msgid="6748434431641768870">"Set up &amp; manage data for AutoFilled forms"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800173 <string name="pref_autologin_title" msgid="2362827272595366379">"Automatic Google sign-in"</string>
174 <string name="pref_autologin_no_account" msgid="4409223615542478868">"No accounts found"</string>
175 <string name="pref_autologin_summary" msgid="8168866316823968574">"Sign in to Google sites automatically, using <xliff:g id="ID_1">%s</xliff:g>"</string>
176 <string name="pref_autologin_progress" msgid="8643826219376543293">"Signing into Google sites, using <xliff:g id="ID_1">%s</xliff:g>"\n"Your Privacy &amp; Security settings control automatic Google sign-in"</string>
177 <string name="pref_autologin_disable" msgid="3342145058494577628">"Don\'t sign in automatically"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800178 <string name="autofill_profile_editor_heading" msgid="5009490178189728877">"AutoFill will use your profile to help you complete web forms with a single click."</string>
179 <string name="autofill_profile_editor_name" msgid="8566130291459685955">"Full name:"</string>
180 <string name="autofill_profile_editor_email_address" msgid="7967585896612797173">"Email:"</string>
181 <string name="autofill_profile_editor_company_name" msgid="2813443159949210417">"Company name:"</string>
182 <string name="autofill_profile_editor_address_line_1" msgid="836433242509243081">"Address line 1:"</string>
183 <string name="autofill_profile_editor_address_line_1_hint" msgid="5965659598509327172">"Street address, P.O. box, c/o"</string>
184 <string name="autofill_profile_editor_address_line_2" msgid="8194745202893822479">"Address line 2:"</string>
185 <string name="autofill_profile_editor_address_line_2_hint" msgid="2048330295853546405">"Flat, suite, unit, building, floor, etc."</string>
186 <string name="autofill_profile_editor_city" msgid="4193225955409148508">"City/Town:"</string>
187 <string name="autofill_profile_editor_state" msgid="8549739922338171458">"County/State/Province/Region:"</string>
188 <string name="autofill_profile_editor_zip_code" msgid="283668573295656671">"Postcode:"</string>
189 <string name="autofill_profile_editor_country" msgid="7234470301239156656">"Country:"</string>
190 <string name="autofill_profile_editor_phone_number" msgid="4938852821413729276">"Phone:"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800191 <string name="autofill_profile_editor_phone_number_invalid" msgid="7166394872369167580">"Invalid phone number"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800192 <string name="autofill_profile_editor_save_profile" msgid="8349915287435262888">"Save profile"</string>
193 <string name="autofill_profile_successful_save" msgid="6834102203944938409">"Profile saved"</string>
194 <string name="autofill_profile_successful_delete" msgid="2421442112954362732">"Profile deleted"</string>
195 <string name="autofill_profile_editor_delete_profile" msgid="2754563301088418752">"Delete profile"</string>
Eric Fischer2d68ba32010-12-09 16:05:46 -0800196 <string name="autofill_setup_dialog_message" msgid="6605682320156223114">"Browser can complete web forms like this one automatically. Would you like to set up your profile?"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800197 <string name="autofill_setup_dialog_negative_toast" msgid="4337372830506338827">"Auto-Fill can always be configured through Browser Settings."</string>
198 <string name="disable_autofill" msgid="3706426217720202898">"Disable Auto-Fill"</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800199 <string name="pref_privacy_security_title" msgid="1705642466867300373">"Privacy &amp; Security"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800200 <string name="pref_privacy_clear_cache" msgid="3380316479925886998">"Clear cache"</string>
201 <string name="pref_privacy_clear_cache_summary" msgid="2216463577207991454">"Clear locally cached content and databases"</string>
202 <string name="pref_privacy_clear_cache_dlg" msgid="5541011591300753881">"Locally cached content and databases will be deleted."</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800203 <string name="pref_privacy_cookies_title" msgid="6763274282214830526">"Cookies"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800204 <string name="pref_privacy_clear_cookies" msgid="3095583579133780331">"Clear all cookie data"</string>
205 <string name="pref_privacy_clear_cookies_summary" msgid="6962742063990677520">"Clear all browser cookies"</string>
206 <string name="pref_privacy_clear_cookies_dlg" msgid="552855688091432682">"All cookies will be deleted."</string>
207 <string name="pref_privacy_clear_history" msgid="8723795508825198477">"Clear history"</string>
208 <string name="pref_privacy_clear_history_summary" msgid="6868501330708940734">"Clear the browser navigation history"</string>
209 <string name="pref_privacy_clear_history_dlg" msgid="544903007914753853">"The browser navigation history will be deleted."</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800210 <string name="pref_privacy_formdata_title" msgid="6549813837982050424">"Form data"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800211 <string name="pref_privacy_clear_form_data" msgid="4232668196344383987">"Clear form data"</string>
212 <string name="pref_privacy_clear_form_data_summary" msgid="1790390894719517167">"Clear all the saved form data"</string>
213 <string name="pref_privacy_clear_form_data_dlg" msgid="4443621086781197928">"All saved form data will be deleted."</string>
214 <string name="pref_privacy_clear_passwords" msgid="4750234112289277480">"Clear passwords"</string>
215 <string name="pref_privacy_clear_passwords_summary" msgid="8856782718942903335">"Clear all saved passwords"</string>
216 <string name="pref_privacy_clear_passwords_dlg" msgid="2083869328824248255">"All saved passwords will be deleted."</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800217 <string name="pref_privacy_location_title" msgid="7458378016606081067">"Location"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800218 <string name="pref_privacy_enable_geolocation" msgid="1395040170290765686">"Enable location"</string>
219 <string name="pref_privacy_enable_geolocation_summary" msgid="8437020934664306205">"Allow sites to request access to your location"</string>
220 <string name="pref_privacy_clear_geolocation_access" msgid="6649680770030042980">"Clear location access"</string>
221 <string name="pref_privacy_clear_geolocation_access_summary" msgid="7750143359497314679">"Clear location access for all websites"</string>
222 <string name="pref_privacy_clear_geolocation_access_dlg" msgid="7327063124488827244">"Clear location access for all websites"</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800223 <string name="pref_security_passwords_title" msgid="5734190542383756711">"Passwords"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800224 <string name="pref_security_remember_passwords" msgid="6492957683454529549">"Remember passwords"</string>
225 <string name="pref_security_remember_passwords_summary" msgid="256388703356349137">"Save usernames and passwords for websites"</string>
226 <string name="pref_security_save_form_data" msgid="1213669802810198893">"Remember form data"</string>
227 <string name="pref_security_save_form_data_summary" msgid="4994074685153708026">"Remember data that I type in forms for later use"</string>
228 <string name="pref_security_show_security_warning" msgid="8901135676266754559">"Show security warnings"</string>
229 <string name="pref_security_show_security_warning_summary" msgid="8968906112720511704">"Show warning if there is a problem with a site\'s security"</string>
230 <string name="pref_security_accept_cookies" msgid="3201367661925047989">"Accept cookies"</string>
231 <string name="pref_security_accept_cookies_summary" msgid="1465118934875026920">"Allow sites to save and read \"cookie\" data"</string>
232 <string name="pref_text_size" msgid="3827031324346612208">"Text size"</string>
233 <string-array name="pref_text_size_choices">
234 <item msgid="4952686548944739548">"Tiny"</item>
235 <item msgid="1950030433642671460">"Small"</item>
236 <item msgid="4338347520133294584">"Normal"</item>
237 <item msgid="5043128215356351184">"Large"</item>
238 <item msgid="7201512237890458902">"Huge"</item>
239 </string-array>
240 <string name="pref_text_size_dialogtitle" msgid="3625388833512647865">"Text size"</string>
241 <string name="pref_default_zoom" msgid="8076142259097187395">"Default zoom"</string>
242 <string-array name="pref_default_zoom_choices">
243 <item msgid="549583171195154919">"Far"</item>
244 <item msgid="5619034257768161024">"Medium"</item>
245 <item msgid="3840999588443167001">"Close"</item>
246 </string-array>
247 <string name="pref_default_zoom_dialogtitle" msgid="6095974367125109021">"Default zoom"</string>
248 <string name="pref_content_load_page" msgid="2219810141690955452">"Open pages in overview"</string>
249 <string name="pref_content_load_page_summary" msgid="8792093504054149369">"Show overview of newly opened pages"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800250 <string name="pref_extras_title" msgid="7075456173747370647">"Advanced"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800251 <string name="pref_extras_website_settings" msgid="67866640052455549">"Website settings"</string>
252 <string name="pref_extras_website_settings_summary" msgid="1656771443223494406">"Advanced settings for individual websites"</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800253 <string name="pref_extras_reset_default_title" msgid="3579760449455761762">"Reset defaults"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800254 <string name="pref_extras_reset_default" msgid="8904000515846202110">"Reset to default"</string>
255 <string name="pref_extras_reset_default_summary" msgid="4247870778270414501">"Restore default settings"</string>
256 <string name="pref_extras_reset_default_dlg" msgid="6640261575874704022">"Settings will revert to default values."</string>
257 <string name="pref_extras_reset_default_dlg_title" msgid="2250334970728938936">"Reset to default"</string>
258 <string name="pref_development_title" msgid="3263854204533056480">"Debug"</string>
259 <string name="pref_default_text_encoding" msgid="5742965543955558478">"Text encoding"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800260 <string-array name="pref_default_text_encoding_choices">
261 <item msgid="7275223955790513818">"Latin-1 (ISO-8859-1)"</item>
262 <item msgid="2456597866837587140">"Unicode (UTF-8)"</item>
263 <item msgid="6122474363777211732">"Chinese (GBK)"</item>
264 <item msgid="373372275931607040">"Chinese (Big 5)"</item>
265 <item msgid="891615911084608570">"Japanese (ISO-2022-JP)"</item>
266 <item msgid="5589150448475151241">"Japanese (SHIFT_JIS)"</item>
267 <item msgid="7356792686950371843">"Japanese (EUC-JP)"</item>
268 <item msgid="2193955365569270096">"Korean (EUC-KR)"</item>
269 </string-array>
Eric Fischer714b0842010-11-17 16:27:32 -0800270 <string name="pref_default_text_encoding_dialogtitle" msgid="5508255018084978547">"Text encoding"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800271 <string name="pref_lab_title" msgid="5571091610359629423">"Labs"</string>
Eric Fischerad3831c2011-01-12 17:02:45 -0800272 <string name="pref_lab_quick_controls" msgid="2105979166017257647">"Quick Controls"</string>
273 <string name="pref_lab_quick_controls_summary" msgid="8025196176636589803">"Swipe thumb from left or right edge to access quick controls"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800274 <string name="pref_lab_most_visited_homepage" msgid="547134501893835512">"Most Visited Homepage"</string>
275 <string name="pref_lab_most_visited_homepage_summary" msgid="6857702350834122532">"Sets your homepage to show the most visited pages."</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800276 <string name="browserFrameNetworkErrorLabel" msgid="126892350904924893">"Data connectivity problem"</string>
277 <string name="browserFrameFileErrorLabel" msgid="8063691502792670367">"Problem with file"</string>
278 <string name="browserFrameFormResubmitLabel" msgid="2685923472682180360">"Confirm"</string>
279 <string name="browserFrameFormResubmitMessage" msgid="2752182215695632138">"The page that you are trying to view contains data that has already been submitted (\"POSTDATA\"). If you resend the data, any action that the form on the page carried out (such as a search or online purchase) will be repeated."</string>
280 <string name="loadSuspendedTitle" msgid="675991625288706944">"No network connection"</string>
281 <string name="loadSuspended" msgid="3133656588880851273">"Browser cannot load this page because there is no Internet connection."</string>
282 <string name="clear_history" msgid="5998307092715979619">"Clear history"</string>
283 <string name="browser_history" msgid="1038987118290272525">"Recently visited pages"</string>
284 <string name="empty_history" msgid="8738772352308207274">"Browser history is empty."</string>
285 <string name="add_new_bookmark" msgid="8086367791400349049">"Add bookmark…"</string>
286 <string name="add_bookmark_short" msgid="3783984330998103735">"Add"</string>
287 <string name="search_hint" msgid="4647356319916631820">"Search or type URL"</string>
288 <string name="search_button_text" msgid="5235226933877634410">"Go"</string>
289 <string name="search_settings_description" msgid="1422401062529014107">"Bookmarks and web history"</string>
290 <string name="attention" msgid="3473639060042811244">"Attention"</string>
291 <string name="popup_window_attempt" msgid="2673111696288657989">"This site is attempting to open a pop-up window."</string>
292 <string name="allow" msgid="1157313689171991335">"Allow"</string>
293 <string name="block" msgid="9172175889884707800">"Block"</string>
294 <string name="too_many_windows_dialog_title" msgid="5175503564948906442">"Window limit reached"</string>
295 <string name="too_many_windows_dialog_message" msgid="1398571800233959583">"Couldn\'t open a new window because you\'ve already opened the maximum number."</string>
296 <string name="too_many_subwindows_dialog_title" msgid="3805453941587725944">"Pop-up already open"</string>
297 <string name="too_many_subwindows_dialog_message" msgid="5827289829907966657">"Could not open a new pop-up window because only one can be open at any time."</string>
298 <string name="download_title" msgid="2122874021047565594">"Download history"</string>
299 <string name="download_unknown_filename" msgid="4013465542563652175">"&lt;Unknown&gt;"</string>
300 <string name="download_menu_open" msgid="4888327480367757513">"Open"</string>
301 <string name="download_menu_clear" msgid="6264454531553418124">"Clear from list"</string>
302 <string name="download_menu_delete" msgid="8815502136393894148">"Delete"</string>
303 <string name="download_menu_cancel" msgid="2545333007601851574">"Cancel download"</string>
304 <string name="download_menu_cancel_all" msgid="2136550823151999166">"Cancel all downloads"</string>
305 <string name="download_cancel_dlg_title" msgid="8909108500262799748">"Cancel downloads"</string>
306 <string name="download_cancel_dlg_msg" msgid="6285389170052357797">"All <xliff:g id="DOWNLOAD_COUNT">%d</xliff:g> downloads will be cancelled and cleared from the download history."</string>
307 <string name="download_delete_file" msgid="5330036497843073249">"File will be deleted"</string>
308 <string name="download_file_error_dlg_title" msgid="2693630283595384874">"Out of space"</string>
309 <string name="download_file_error_dlg_msg" msgid="5156405410324072471">"<xliff:g id="FILENAME">%s</xliff:g> could not be downloaded."\n"Free up some space on your phone and try again."</string>
310 <string name="download_failed_generic_dlg_title" msgid="6106781095337833391">"Download unsuccessful"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800311 <string name="download_no_sdcard_dlg_title" product="nosdcard" msgid="56777245081568508">"USB storage unavailable"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800312 <string name="download_no_sdcard_dlg_title" product="default" msgid="605904452159416792">"No SD card"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800313 <string name="download_no_sdcard_dlg_msg" product="nosdcard" msgid="3144652102051031721">"USB storage is required to download <xliff:g id="FILENAME">%s</xliff:g>."</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800314 <string name="download_no_sdcard_dlg_msg" product="default" msgid="2616399456116301518">"An SD card is required to download <xliff:g id="FILENAME">%s</xliff:g>."</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800315 <string name="download_sdcard_busy_dlg_title" product="nosdcard" msgid="8081445664689818973">"USB storage unavailable"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800316 <string name="download_sdcard_busy_dlg_title" product="default" msgid="6877712666046917741">"SD card unavailable"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800317 <string name="download_sdcard_busy_dlg_msg" product="nosdcard" msgid="3979329954835690147">"The USB storage is busy. To allow downloads, select \"Turn off USB storage\" in the notification."</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800318 <string name="download_sdcard_busy_dlg_msg" product="default" msgid="3473883538192835204">"The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification."</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800319 <string name="cannot_download" msgid="8150552478556798780">"Can only download \"http\" or \"https\" URLs."</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800320 <string name="download_no_application_title" msgid="1286056729168874295">"Cannot open file"</string>
321 <string name="retry" msgid="1835923075542266721">"Retry"</string>
322 <string name="no_downloads" msgid="3947445710685021498">"Download history is empty."</string>
323 <string name="download_error" msgid="413496839831257187">"Download unsuccessful."</string>
324 <string name="download_success" msgid="2279041638155595203">"<xliff:g id="FILE">%s</xliff:g> Download complete."</string>
325 <string name="download_running" msgid="2622942231322015059">"Downloading…"</string>
326 <string name="download_pending" msgid="2599683668575349559">"Starting download…"</string>
327 <string name="download_pending_network" msgid="6548714525679461053">"Waiting for data connection…"</string>
328 <string name="download_running_paused" msgid="6418029352085656495">"Waiting for data connection…"</string>
329 <string name="download_canceled" msgid="6057083743144492515">"Download cancelled."</string>
330 <string name="download_not_acceptable" msgid="313769696131563652">"Cannot download. The content is not supported on this phone."</string>
331 <string name="download_file_error" msgid="1206648050615176113">"Cannot finish download. There is not enough space."</string>
332 <string name="download_length_required" msgid="9038605488460437406">"Cannot download. The size of the item cannot be determined."</string>
333 <string name="download_precondition_failed" msgid="8327584102874295580">"Download interrupted. It cannot be resumed."</string>
334 <string name="search_the_web" msgid="6046130189241962337">"Search the web"</string>
335 <string name="webstorage_outofspace_notification_title" msgid="1160474608059771788">"Browser storage full"</string>
336 <string name="webstorage_outofspace_notification_text" msgid="7341075135051829692">"Click to free up space."</string>
337 <string name="webstorage_clear_data_title" msgid="689484577124333977">"Clear stored data"</string>
338 <string name="webstorage_clear_data_dialog_title" msgid="345457466368974706">"Clear stored data"</string>
339 <string name="webstorage_clear_data_dialog_message" msgid="6678281256970470125">"All data stored by this website will be deleted"</string>
340 <string name="webstorage_clear_data_dialog_ok_button" msgid="2516563534211898636">"Clear all"</string>
341 <string name="webstorage_clear_data_dialog_cancel_button" msgid="2028867751958942762">"Cancel"</string>
342 <string name="webstorage_origin_summary_mb_stored" msgid="1985885826292236210">"MB stored on your phone"</string>
343 <string name="loading_video" msgid="4887871585216091096">"Loading video"</string>
344 <string name="geolocation_permissions_prompt_message" msgid="356796102004052471">"<xliff:g id="WEBSITE_ORIGIN">%s</xliff:g> wants to know your location"</string>
345 <string name="geolocation_permissions_prompt_share" msgid="9084486342048347976">"Share location"</string>
346 <string name="geolocation_permissions_prompt_dont_share" msgid="6303025160237860300">"Decline"</string>
347 <string name="geolocation_permissions_prompt_remember" msgid="3118526300707348308">"Remember preference"</string>
348 <string name="geolocation_permissions_prompt_toast_allowed" msgid="987286072035125498">"This site can access your location. Change this in Settings -&gt; Website settings"</string>
349 <string name="geolocation_permissions_prompt_toast_disallowed" msgid="7695100950212692515">"This site cannot access your location. Change this in Settings -&gt; Website settings"</string>
350 <string name="geolocation_settings_page_title" msgid="1745477985097536528">"Clear location access"</string>
351 <string name="geolocation_settings_page_summary_allowed" msgid="9180251524290811398">"This site can currently access your location"</string>
352 <string name="geolocation_settings_page_summary_not_allowed" msgid="4589649082203102544">"This site cannot currently access your location"</string>
353 <string name="geolocation_settings_page_dialog_title" msgid="1549842043381347668">"Clear location access"</string>
354 <string name="geolocation_settings_page_dialog_message" msgid="7586671987576403993">"Location access for this website will be cleared"</string>
355 <string name="geolocation_settings_page_dialog_ok_button" msgid="4789434178048077287">"Clear access"</string>
356 <string name="geolocation_settings_page_dialog_cancel_button" msgid="7941036504673409747">"Cancel"</string>
357 <string name="website_settings_clear_all" msgid="8739804325997655980">"Clear all"</string>
358 <string name="website_settings_clear_all_dialog_title" msgid="7791826325122461718">"Clear all website settings?"</string>
359 <string name="website_settings_clear_all_dialog_message" msgid="6150502090601476333">"All website data and location permissions will be deleted."</string>
360 <string name="website_settings_clear_all_dialog_ok_button" msgid="6401582240627669431">"Delete all data"</string>
361 <string name="website_settings_clear_all_dialog_cancel_button" msgid="1896757051856611674">"Cancel"</string>
362 <string name="progress_dialog_setting_wallpaper" msgid="4871900779338536674">"Setting wallpaper..."</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800363 <string name="defaultBookmarksUpButton" msgid="2303951020715704735">"Bookmarks"</string>
364 <string name="empty_bookmarks_folder" msgid="7843361614634930942">"There are no bookmarks"</string>
365 <string name="rlz_access_point" msgid="7165847807377650632">"Y1"</string>
Eric Fischer8d31b922011-02-17 10:15:56 -0800366 <string name="account_chooser_dialog_title" msgid="3314204833188808194">"Choose account"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800367 <string name="import_bookmarks_dialog_title" msgid="3325557652271172128">"Sync with Google account"</string>
368 <string name="import_bookmarks_dialog_description" msgid="2187665745413495303">"Your Android bookmarks are not associated with a Google account"</string>
369 <string name="import_bookmarks_dialog_remove" msgid="8105572409059113340">"Remove your Android bookmarks"</string>
370 <string name="import_bookmarks_dialog_import" msgid="6933613853573899218">"Add your Android bookmarks to bookmarks for <xliff:g id="GOOGLE_ACCOUNT">%s</xliff:g>"</string>
Eric Fischer478b2442010-12-14 13:53:38 -0800371 <string name="menu_share_url" msgid="5851814357333739700">"Share"</string>
Eric Fischercfff5662010-12-23 14:13:09 -0800372 <string name="max_tabs_warning" msgid="4122034303809457570">"No more tabs available"</string>
Eric Fischer714b0842010-11-17 16:27:32 -0800373</resources>