summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: eeb9f1171f1302e9a98f729427793e95902577b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The name of the application. -->
    <string name="application_name">Browser</string>

    <!-- Name of tab containing bookmarks -->
    <string name="tab_bookmarks">Bookmarks</string>
    <!-- Name of tab containing the user's most visited websites, organized by number of visits -->
    <string name="tab_most_visited">Most visited</string>
    <!-- Name of tab containing the user's complete history, organized by time of last visit -->
    <string name="tab_history">History</string>
    <!-- Toast shown when a history item's star is clicked, converting it to a bookmark -->
    <string name="added_to_bookmarks">Added to bookmarks</string>
    <!-- Toast shown when a history item's star is clicked off, removing its bookmark -->
    <string name="removed_from_bookmarks">Removed from bookmarks</string>
    <!-- Sign-in dialog -->
    <!-- This is used as the title of a dialog which is used to sign in to a secure site.
            "%s1"is replaced with the host and "%s2" with realm -->
    <string name="sign_in_to">Sign in to <xliff:g id="hostname">%s1</xliff:g> \"<xliff:g id="realm">%s2</xliff:g>\"</string>
    <!-- Prompt for an input box that allows the user to enter their login name -->
    <string name="username">Name</string>
    <!-- Prompt for an input box that allows the user to enter their password -->
    <string name="password">Password</string>
    <!-- The label on the "sign in" button -->
    <string name="action">Sign in</string>
    <!-- The name of the bookmarks and history search suggestion source.  -->
    <string name="bookmarks_search">Browser</string>

    <!-- Label for a cancel button.  It is used for multiple cancel buttons in different contexts -->
    <string name="cancel">Cancel</string>
    <!-- Label for a confirm button.  Used in multiple contexts. -->
    <string name="ok">OK</string>

    <!-- Displayed on the Find dialog to display the number of matches
         found in the current page. -->
    <plurals name="matches_found">
        <!-- Case of no matches -->
        <item quantity="zero">No matches</item>
        <!-- Case of one match -->
        <item quantity="one">1 match</item>
        <!-- Case of "few" (two) matches -->
        <item quantity="few"><xliff:g id="number" example="2">%d</xliff:g> matches</item>
        <!-- Case of several matches -->
        <item quantity="other"><xliff:g id="number" example="137">%d</xliff:g> matches</item>
    </plurals>

    <!-- Displayed on the title bar while the page is loading -->
    <string name="title_bar_loading">Loading\u2026</string>

    <!-- Menu item -->
    <string name="page_info">Page info</string>
    <!-- Label for a button on an SSL error dialog that allows the user to see
        Page info screen for the current page -->
    <string name="page_info_view">View page info</string>
    <!-- Page Info dialog strings -->
    <!-- Noun.  The url for the current page. Displayed on the Page Info
            screen. -->
    <string name="page_info_address">Address:</string>

    <!-- SSL Error dialogs -->
    <string name="ssl_warnings_header">There are problems with the security certificate for this site.</string>
    <!-- Label for a button on an SSL error dialog that lets the user continue
            and view the page despite the error -->
    <string name="ssl_continue">Continue</string>
    <!-- Title for an SSL error dialog  -->
    <string name="security_warning">Security warning</string>
    <!-- Label for a button on an SSL error dialog that lets the user view the
        certificate -->
    <string name="view_certificate">View certificate</string>

    <!-- Message in an SSL Error dialog -->
    <string name="ssl_untrusted">This certificate is not from a trusted authority.</string>
    <!-- Message in an SSL Error dialog -->
    <string name="ssl_mismatch">The name of the site does not match the name on the certificate.</string>
    <!-- Message in an SSL Error dialog -->
    <string name="ssl_expired">This certificate has expired.</string>
    <!-- Message in an SSL Error dialog -->
    <string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
    
    <!-- SSL Certificate dialogs -->
    <!-- Title for an SSL Certificate dialog -->
    <string name="ssl_certificate">Security certificate</string>
    <!-- Message on an SSL Certificate dialog -->
    <string name="ssl_certificate_is_valid">This certificate is valid.</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="issued_to">Issued to:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="common_name">Common name:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="org_name">Organization:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="org_unit">Organizational unit:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="issued_by">Issued by:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="validity_period">Validity:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="issued_on">Issued on:</string>
    <!-- Label for an information field on an SSL Certificate Dialog -->
    <string name="expires_on">Expires on:</string>

    <!-- Dialog that is shown while we are retrieving the login creds from the system -->
    <string name="retrieving_creds_dlg_msg">Retrieving sign-in details\u2026</string>
    <!-- Toast informing the user that loading has stopped for the current page. -->
    <string name="stopping">Stopping\u2026</string>
    <!-- Menu item to stop the current page from loading. -->
    <string name="stop">Stop</string>
    <!-- Menu item to reload or refresh the current page. -->
    <string name="reload">Refresh</string>
    <!-- Menu item to go back to the previous page -->
    <string name="back">Back</string>
    <!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
    <string name="forward">Forward</string>
    <!-- Button label to confirm saving a bookmark. -->
    <string name="save">OK</string>
    <!-- Button label to cancel saving a bookmark. -->
    <string name="do_not_save">Cancel</string>
    <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark -->
    <string name="location">Location</string>
    <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark -->
    <string name="name">Name</string>
    <!-- Initial value in Location field in Bookmark dialog box -->
    <string name="http">http://</string>
    <!-- Menu item that opens a dialog to save a bookmark, initialized with the current page -->
    <string name="save_to_bookmarks">Bookmark</string>
    <!-- Menu item on the bookmarks page, to edit an existing bookmark -->
    <string name="edit_bookmark">Edit bookmark</string>
    <!-- Context menu item to create a shortcut to the bookmark on the desktop -->
    <string name="create_shortcut_bookmark">Add shortcut to Home</string>
    <!-- Context menu item to open the currently highlighted bookmark -->
    <string name="open_bookmark">Open</string>
    <!-- Menu item to remove the currently highlighted bookmark-->
    <string name="remove_bookmark">Delete bookmark</string>
    <!-- Context menu item to remove a history item from bookmarks -->
    <string name="remove_from_bookmarks">Remove from bookmarks</string>
    <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites -->
    <string name="remove_history_item">Remove from history</string>
    <!-- Context menu item for setting the bookmark/history item as the homepage -->
    <string name="set_as_homepage">Set as homepage</string>
    <!-- Toast informing the user that their action to save a bookmark has succeeded -->
    <string name="bookmark_saved">Saved to bookmarks.</string>
    <!-- Toast confirming that the homepage has been set -->
    <string name="homepage_set">Homepage set</string>
    <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field -->
    <string name="bookmark_needs_title">"Bookmark must have a name."</string>
        <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field -->
    <string name="bookmark_needs_url">"Bookmark must have a location."</string>
        <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name & Location fields -->
    <string name="empty_bookmark">"Cannot create empty bookmark."</string>
        <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL -->
    <string name="bookmark_url_not_valid">URL is not valid.</string>
        <!-- Title of a confirmation dialog when the user deletes a bookmark-->
    <string name="delete_bookmark">Delete</string>
    <!-- Menu item in the page that displays all bookmarks. It brings up a
            dialog that allows the user to bookmark the page that the browser is
            currently on, but is not visible because the bookmarks page is 
            showing. -->
    <string name="bookmark_page">Bookmark last-viewed page</string>
    <!-- Menu item in the page that displays all bookmarks.  Switches to
            a grid view which shows thumbnails -->
    <string name="switch_to_thumbnails">Thumbnail view</string>
    <!-- Menu item in the page that displays all bookmarks.  Switches to a
            list view which shows titles -->
    <string name="switch_to_list">List view</string>
    <!-- Summary text under the New Bookmark item on the Bookmarks screen.
            Tells the user that if they select this item, it will bring up a
            dialog to bookmark the page that the browser is currently viewing,
            though it is not currently being displayed, since they are viewing
            the bookmarks screen. -->
    <string name="current_page">from\u0020</string>
    <!-- Confirmation dialog message confirming that the user wishes to delete
            the bookmark they selected for deletion -->
    <string name="delete_bookmark_warning">Bookmark \"<xliff:g id="bookmark">%s</xliff:g>\" will be deleted.</string>
    <!-- Context Menu item to open the selected link in a new window -->
    <string name="open_in_new_window">Open in new window</string>
    <!-- Appears in Current windows screen as label on blank + window; user 
            selects this window to open a new browser window -->
    <string name="new_window">New window</string>
    <!-- Menu item to open a dialog which allows the user to enter a url or do search-->
    <string name="goto_dot">Go</string>
    <!-- Menu item that opens up a dialog which allows the user to provide a
            string and search for it on the page. -->
    <string name="find_dot">Find on page</string>
    <!-- Menu item to switch to text selection mode for copy and paste. -->
    <string name="select_dot">Select text</string>
    <!-- Menu item which opens a screen which shows all the currently open
            windows, and also allows them to create a new one. -->
    <string name="view_tabs">Window overview</string>
    <!-- Menu item which opens a screen which shows all the currently open
            windows, and also allows them to create a new one. This is a shorter
            alternate version of "view_tabs"-->
    <string name="view_tabs_condensed">Windows</string>
    <!-- Title of current windows screen; appears in title bar -->
    <string name="tab_picker_title">Current windows</string>
    <!-- Context Menu item to view the selected window on the window picker
            screen -->
    <string name="tab_picker_view_tab">View</string>
    <!-- Menu item on the window picker screen to open a new window -->
    <string name="tab_picker_new_tab">New window</string>
    <!-- Context Menu item to close the currently selected window -->
    <string name="tab_picker_remove_tab">Close</string>
    <!-- Context Menu item to bookmark the currently selected window -->
    <string name="tab_picker_bookmark">Bookmark</string>
    <!-- Context Menu item from the bookmarks page to share the selected
            bookmark  -->
    <string name="tab_picker_send_url">Share link</string>
    <!-- Menu item to open the bookmarks page. This is a shorter version that
            is displayed with an icon -->
    <string name="bookmarks">Bookmarks</string>
    <!-- Secondary name for the Activity "BrowserBookmarksPage" -->
    <string name="shortcut_bookmark">Bookmark</string>
    <!-- Menu item to display the History of previously visited pages -->
    <string name="history">History</string>
    <!-- Menu item for viewing downloads from the browser -->
    <string name="menu_view_download">Downloads</string>
    <!-- Menu item -->
    <string name="share_page">Share page</string>
    <!-- Context Menu item open the currently selected link in the current
            window.-->
    <string name="contextmenu_openlink">Open</string>
    <!-- Context Menu item to open the currently selected link in a new
            window. -->
    <string name="contextmenu_openlink_newwindow">Open in new window</string>
    <!-- Context Menu item to create a bookmark for the url of the currently
            selected link. -->
    <string name="contextmenu_bookmark_thislink">Bookmark link</string>
    <!-- Context Menu item to save the webpage referred to by this link to the
            SD card (external storage) -->
    <string name="contextmenu_savelink">Save link</string>
    <!-- Context Menu item to send the url of the selected link to someone else,
            via Gmail or another app -->
    <string name="contextmenu_sharelink">Share link</string>
    <!-- Context Menu item -->
    <string name="contextmenu_copy">Copy</string>
    <!-- Context Menu item to copy the url of the selected link to the
            clipboard -->
    <string name="contextmenu_copylink">Copy link URL</string>
    <!-- Context Menu item to save the image to external storage -->
    <string name="contextmenu_download_image">Save image</string>
    <!-- Context Menu item to view the image by itself in the browser -->
    <string name="contextmenu_view_image">View image</string>
    <!-- Context Menu item to open the dialer app with the selected phone number
            -->
    <string name="contextmenu_dial_dot">Dial\u2026</string>
    <!-- Context Menu item to add the selected phone number to the address book.
            -->
    <string name="contextmenu_add_contact">Add contact</string>
    <!-- Context Menu item to send an email using the selected email address.-->
    <string name="contextmenu_send_mail">Send email</string>
    <!-- Context Menu item to show the currently selected address in the Maps
            application -->
    <string name="contextmenu_map">Map</string>
 
    <!-- Used as the title of dialogs in the Browser Settings confirming that
            the user wants to clear (cache, history, or cookie data) -->
    <string name="clear">Clear</string>

    <!-- Part of a sentence that says "Replace <url of existing bookmark> with
            <url of new bookmark>?" -->
    <string name="replace">Replace</string>

    <!-- Title displayed when the bookmarks page is shown -->
    <string name="browser_bookmarks_page_bookmarks_text">Bookmarks</string>


    <!-- Settings screen strings -->
    <!-- Menu item to open the Settings screen -->
    <string name="menu_preferences">Settings</string>
    <!-- Settings screen, section title -->
    <string name="pref_content_title">Page content settings</string>
    <!-- Settings label -->
    <string name="pref_content_load_images">Load images</string>
    <!-- Settings label -->
    <string name="pref_content_load_images_summary">Display images on Web pages</string>
    <!-- Settings label -->
    <string name="pref_content_block_popups">Block pop-up windows</string>
    <!-- Settings label -->
    <string name="pref_content_javascript">Enable JavaScript</string>
    <!-- Settings label -->
    <string name="pref_content_open_in_background">Open in background</string>
    <!-- Settings summary -->
    <string name="pref_content_open_in_background_summary">New windows open behind the current one</string>
    <!-- Settings label -->
    <string name="pref_content_homepage">Set home page</string>
    <!-- Settings label -->
    <string name="pref_content_autofit">Auto-fit pages</string>
    <!-- Settings summary -->
    <string name="pref_content_autofit_summary">Format Web pages to fit the screen</string>
    <!-- Settings label for enabling a mode where the browser is always set to landscape mode -->
    <string name="pref_content_landscape_only">Landscape only display</string>
    <!-- Settings summary -->
    <string name="pref_content_landscape_only_summary">Always read pages in the wider, landscape screen orientation</string>
    <!-- Settings screen, section title -->
    <string name="pref_privacy_title">Privacy settings</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_cache">Clear cache</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_cache_summary">Clear locally cached content and databases</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_cache_dlg">Locally cached content and databases will be cleared.</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_cookies">Clear all cookie data</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_cookies_summary">Clear all the browser cookies</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_cookies_dlg">All cookies will be cleared.</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_history">Clear history</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_history_dlg">The browser navigation history will be cleared.</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_form_data">Clear form data</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_form_data_summary">Clear all the saved form data</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_form_data_dlg">All saved form data will be cleared.</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_passwords">Clear passwords</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_passwords_summary">Clear all the saved passwords</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_passwords_dlg">All saved passwords will be cleared.</string>
    <!-- Settings label -->
    <string name="pref_privacy_enable_geolocation">Enable location</string>
    <!-- Settings summary -->
    <string name="pref_privacy_enable_geolocation_summary">Allow sites to request access to your location</string>
    <!-- Settings label -->
    <string name="pref_privacy_clear_geolocation_access">Clear location access</string>
    <!-- Settings summary -->
    <string name="pref_privacy_clear_geolocation_access_summary">Clear location access for all websites</string>
    <!-- Confirmation dialog message -->
    <string name="pref_privacy_clear_geolocation_access_dlg">Clear location access for all websites</string>
    <!-- Settings screen, section title -->
    <string name="pref_security_title">Security settings</string>
    <!-- Settings label -->
    <string name="pref_security_remember_passwords">Remember passwords</string>
    <!-- Settings summary -->
    <string name="pref_security_remember_passwords_summary">Save usernames and passwords for Web sites</string>
    <!-- Settings label -->
    <string name="pref_security_save_form_data">Remember form data</string>
    <!-- Settings summary -->
    <string name="pref_security_save_form_data_summary">Remember data I type in forms for later use</string>
    <!-- Settings label -->
    <string name="pref_security_show_security_warning">Show security warnings</string>
    <!-- Settings summmary -->
    <string name="pref_security_show_security_warning_summary">Show warning if there is a problem with a site\'s security</string>
    <!-- Settings label -->
    <string name="pref_security_accept_cookies">Accept cookies</string>
    <!-- Settings summary -->
    <string name="pref_security_accept_cookies_summary">Allow sites to save and read \"cookie\" data</string>
    <!-- Settings label -->
    <string name="pref_text_size">Text size</string>
    <!-- Settings text size options; appear in Text size dialog box -->
    <string-array name="pref_text_size_choices">
        <item>Tiny</item>
        <item>Small</item>
        <item>Normal</item>
        <item>Large</item>
        <item>Huge</item>
    </string-array>
    <!-- Title of dialog for setting the text size -->
    <string name="pref_text_size_dialogtitle">Text size</string>
    <!-- Do not translate -->
    <string-array name="pref_text_size_values" translatable="false">
        <item><xliff:g>SMALLEST</xliff:g></item>
        <item><xliff:g>SMALLER</xliff:g></item>
        <item><xliff:g>NORMAL</xliff:g></item>
        <item><xliff:g>LARGER</xliff:g></item>
        <item><xliff:g>LARGEST</xliff:g></item>
    </string-array>
    <!-- Settings label -->
    <string name="pref_default_zoom">Default zoom</string>
    <!-- Settings default zoom options; appear in default zoom dialog box -->
    <string-array name="pref_default_zoom_choices">
        <item>Far</item>
        <item>Medium</item>
        <item>Close</item>
    </string-array>
    <!-- Title of dialog for setting the default zoom -->
    <string name="pref_default_zoom_dialogtitle">Default zoom</string>
    <!-- Do not translate -->
    <string-array name="pref_default_zoom_values" translatable="false">
        <item><xliff:g>FAR</xliff:g></item>
        <item><xliff:g>MEDIUM</xliff:g></item>
        <item><xliff:g>CLOSE</xliff:g></item>
    </string-array>
    <!-- Settings label -->
    <string name="pref_content_load_page">When a page loads:</string>
    <!-- Settings summary -->
    <string name="pref_content_load_page_summary">Show overview of the page</string>
    <!-- Settings screen, section title -->
    <string name="pref_extras_title">Advanced settings</string>
    <!-- Settings label -->
    <string name="pref_extras_gears_enable">Enable Gears</string>
    <!-- Settings summary -->
    <string name="pref_extras_gears_enable_summary">Applications that extend browser functionality</string>
    <!-- Settings label -->
    <string name="pref_extras_website_settings">Website settings</string>
    <!-- Settings summary -->
    <string name="pref_extras_website_settings_summary">View advanced settings for individual websites</string>
    <!-- Settings label -->
    <string name="pref_extras_gears_settings">Gears settings</string>
    <!-- Settings summary -->
    <string name="pref_plugin_installed">Plugins list</string>
    <!-- Settings summary -->
    <string name="pref_plugin_installed_empty_list">No installed plugins.</string>
    <string name="pref_extras_gears_settings_summary">Applications that extend browser functionality</string>
    <!-- Settings label -->
    <string name="pref_extras_reset_default">Reset to default</string>
    <!-- Settings summary -->
    <string name="pref_extras_reset_default_summary">Clear all browser data and reset all settings to default</string>
    <!-- Confirmation dialog message -->
    <string name="pref_extras_reset_default_dlg">All browser data will be cleared and settings will revert to default values.</string>
    <!-- Confirmation dialog title -->
    <string name="pref_extras_reset_default_dlg_title">Reset to default</string>
    <!-- Title for a group of settings -->
    <string name="pref_development_title">Debug</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_viewport" translatable="false">Use wide viewport</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_single_column_rendering" translatable="false">Single column rendering</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_normal_rendering" translatable="false">Normal rendering</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_trace" translatable="false">Enable tracing</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="js_engine_flags" translatable="false">Set JS flags</string>
    <!-- Do not tranlsate.  Development option -->
    <string name="pref_development_uastring" translatable="false">UAString</string>
    <!-- Do not tranlsate.  Development option -->
    <string-array name="pref_development_ua_choices" translatable="false">
        <item>Android</item>
        <item>Desktop</item>
        <item>iPhone</item>
    </string-array>
    <!-- Do not tranlsate.  Development option -->
    <string-array name="pref_development_ua_values" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>2</item>
    </string-array>
    <string name="pref_development_error_console" translatable="false">Show JavaScript Console</string>
    <!-- Settings screen, setting option name -->
    <string name="pref_default_text_encoding">Text encoding</string>
    <!-- Options in the Default encoding dialog box -->
    <string-array name="pref_default_text_encoding_choices">
        <item>Latin-1 (ISO-8859-1)</item>
        <item>Unicode (UTF-8)</item>
        <item>Japanese (ISO-2022-JP)</item>
        <item>Japanese (SHIFT_JIS)</item>
        <item>Japanese (EUC-JP)</item>
        <!-- TODO: We should add a lot more encodings.  -->
    </string-array>
    <!-- Dialog box title -->
    <string name="pref_default_text_encoding_dialogtitle">Text encoding</string>
    <!-- Do not translate. Actual encoding values. Must be valid text encodings understandable from WebKit. -->
    <string-array name="pref_default_text_encoding_values" translatable="false">
        <item>Latin-1</item>
        <item>UTF-8</item>
        <item>ISO-2022-JP</item>
        <item>SHIFT_JIS</item>
        <item>EUC-JP</item>
    </string-array>
    <string name="pref_default_text_encoding_default">Latin-1</string>
    <!-- Dialog box title -->
    <string name="browserFrameRedirect">Redirect</string>
    <!-- Dialog box message -->
    <string name="browserFrame307Post">This Web page is being redirected. Resend your typed form data to the new location?</string>
    <!-- Title for a dialog displayed when the browser has a data connectivity
            problem -->
    <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string>
    <!-- Title for a dialog displayed when the browser runs into a file label
            error -->
    <string name="browserFrameFileErrorLabel">Problem with file</string>
    <!-- Dialog box title -->
    <string name="browserFrameFormResubmitLabel">Confirm</string>
    <!-- Dialog box message -->
    <string name="browserFrameFormResubmitMessage">The page you are trying to view contains data that has already been submitted (\"POSTDATA\"). If you resend the data, any action the form on the page carried out (such as a search or online purchase) will be repeated.</string>
    <!-- Dialog box title -->
    <string name="loadSuspendedTitle">No network connection</string>
    <!-- Dialog box message -->
    <string name="loadSuspended">The page will continue loading after connection has been restored.</string>
    <!-- Menu item -->
    <string name="clear_history">Clear history</string>
    <!-- History screen title; appears in title bar -->
    <string name="browser_history">Recently-visited pages</string>
    <!-- Appears on History screen if no history is found -->
    <string name="empty_history">Browser history is empty.</string>
    <!-- Displayed at the top of the bookmarks page.  When clicked, it bookmarks the page the browser is currently showing -->
    <string name="add_new_bookmark">Add bookmark\u2026</string>
    <!-- Verb placed in front of a screenshot of a web page that, when clicked,
            will add that page to bookmarks -->
    <string name="add_bookmark_short">Add</string>
    <!-- Add bookmark dialog sets its title to this if we have no database.
            This is an error case -->
    <string name="no_database">No database!</string>
    
    <!-- This string is for the browser "Go To" UI. -->
    <!-- Do not translate.  This string is not displayed in UI (no badge is selected for go to). -->
    <string name="search_label" translatable="false">Browser</string>
    <!-- This string is for the browser "Go To" UI. -->
    <!-- This is the hint text shown in the Go To widget, before text is entered. -->
    <string name="search_hint">Search or type URL</string>
    <!-- This string is for the browser "Go To" UI. -->
    <!-- This is the button label in the "Go To" UI. -->
    <string name="search_button_text">Go</string>
    <!-- The string used to describe the browser as a searchable item within system search settings. -->
    <string name="search_settings_description">Bookmarks and web history</string>

    <!-- Pop-up window dialog -->
    <!-- Title for a dialog informing the user that the site is attempting to
            display a popup window -->
    <string name="attention">Attention</string>
    <!-- Message for a dialog informing the user that the site is attempting to
            display a popup window -->
    <string name="popup_window_attempt">This site is attempting to open a
      pop-up window.</string>
    <!-- Label for a button to allow a particular popup window to open -->
    <string name="allow">Allow</string>
    <!-- Label for a button to disallow a particular popup from opening -->
    <string name="block">Block</string>

    <!-- Title for a dialog informing the user that they cannot open any more
            windows because the limit has been reached. -->
    <string name="too_many_windows_dialog_title">Window limit reached</string>
    <!-- Message in a dialog telling the user that they cannot open any more
            windows because the limit has been reached. -->
    <string name="too_many_windows_dialog_message">Could not open a new window because you have already opened the maximum number.</string>
    <!-- Title for a dialog informing the user that they cannot open a subwindow
            because only one can be open at a time. -->
    <string name="too_many_subwindows_dialog_title">Pop-up already open</string>
    <!-- Message for a dialog informing the user that they cannot open a
            subwindow because only one can be open at a time. -->
    <string name="too_many_subwindows_dialog_message">Could not open a new
      pop-up window because only one can be open at any time.</string>

    <!-- Download History UI strings -->
    <string name="download_title">Download history</string>
    <!-- Download history screen string-->
    <string name="download_unknown_filename">&lt;Unknown&gt;</string>
    <!-- Context menu item on Download history screen -->
    <string name="download_menu_open">Open</string>
    <!-- Context menu item on Download history screen -->
    <string name="download_menu_clear">Clear from list</string>
    <!-- Context menu item in Download history screen -->
    <string name="download_menu_cancel">Cancel download</string>
    <!-- Menu item -->
    <string name="download_menu_cancel_all">Cancel all downloads</string>
    <!-- Menu item -->
    <string name="download_menu_clear_all">Clear list</string>
    <!-- Confirmation dialog title -->
    <string name="download_clear_dlg_title">Clear</string>
    <!-- Confirmation dialog message -->
    <string name="download_clear_dlg_msg">All items will be cleared from the list and removed from the browser cache.</string>
    <!-- Confirmation dialog title -->
    <string name="download_cancel_dlg_title">Cancel downloads</string>
    <!-- Confirmation dialog message -->
    <string name="download_cancel_dlg_msg">All <xliff:g id="download_count">%d</xliff:g> downloads will be canceled and cleared from the download history.</string>
    <!-- Dialog title -->
    <string name="download_file_error_dlg_title">Out of space</string>
    <!-- Dialog message -->
    <string name="download_file_error_dlg_msg"><xliff:g id="filename">%s</xliff:g> could not be downloaded.\nFree up some space on your phone and try again.</string>
    <!-- Title for a dialog informing the user that the download has failed -->
    <string name="download_failed_generic_dlg_title">Download unsuccessful</string>
    <!-- Dialog title -->
    <string name="download_no_sdcard_dlg_title">No SD card</string>
    <!-- Dialog message -->
    <string name="download_no_sdcard_dlg_msg">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string>
    <!-- Title for a dialog informing the user that the SD card used for
            external storage is busy so they cannot download anything -->
    <string name="download_sdcard_busy_dlg_title">SD card unavailable</string>
    <!-- Message for a dialog informing the user that the SD card used for
            external storage is busy so they cannot download anything.  Informs
            the user how to enable SD card storage -->
    <string name="download_sdcard_busy_dlg_msg">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
 
    <!-- Message for a dialog informing the user that there is no application on
            the phone that can open the file that was downloaded  -->
    <string name="download_no_application">No application can be found to open this file.</string>
    <!-- Label for a button to re-attempt downloading a file -->
    <string name="retry">Retry</string>
    <!-- Appears in Download history screen if there is no history -->
    <string name="no_downloads">Download history is empty.</string>
    <!-- the following download_xxxx matches the download manager state, ie Downloads.Status -->
    <string name="download_error">Download unsuccessful.</string>
    <!-- Appears in Download history screen after an item has downloaded, included item size -->
    <string name="download_success"><xliff:g id="file">%s</xliff:g> Download complete.</string>
    <!-- Appears in Download history screen while an item is being downloaded -->
    <string name="download_running">Downloading\u2026</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download has not
            yet begun -->
    <string name="download_pending">Starting download\u2026</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download is
            waiting for a network connection to continue -->
    <string name="download_pending_network">Waiting for data connection\u2026</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download has
            paused to wait for a network connection -->
    <string name="download_running_paused">Waiting for data connection\u2026</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download has
            been canceled -->
    <string name="download_canceled">Download canceled.</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download will
            not happen because the content is not supported by the phone -->
    <string name="download_not_acceptable">Cannot download. The content is not supported on the phone.</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download did not
            finish because there is not enough storage for the file -->
    <string name="download_file_error">Cannot finish download. There is not enough space.</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the item cannot be
            downloaded because it cannot determine the length of the item -->
    <string name="download_length_required">Cannot download. The size of the item cannot be determined.</string>
    <!-- Message in the list of items which have received download requests
            telling their status.  This message states that the download was
            interrupted and cannot be resumed -->
    <string name="download_precondition_failed">Download interrupted. It cannot be resumed.</string>

    <string name="activity_instrumentation_test_runner">Browser Test Runner</string>
    <!-- Do not translate.  Testing only -->
    <string name="activity_instrumentation_functional_test_runner" translatable="false">Browser Functional Test Runner</string>
    <!-- Do not translate.  Testing only -->
    <string name="dump_nav" translatable="false">Dump navigation cache</string>

    <!-- The default homepage. If it starts with "http://www.google" and the
            user signs up the device with a Google sites account, the site's
            domain will be appended. -->
    <string name="homepage_base">http://www.google.com/m?client=ms-{CID}</string>

    <!-- Bookmarks -->
    <string-array name="bookmarks" translatable="false">
        <item>Google</item>
        <item>http://www.google.com/</item>
        <item>Picasa</item>
        <item>http://picasaweb.google.com/m/viewer?source=androidclient</item>
        <item>Yahoo!</item>
        <item>http://www.yahoo.com/</item>
        <item>MSN</item>
        <item>http://www.msn.com/</item>
        <item>MySpace</item>
        <item>http://www.myspace.com/</item>
        <item>Facebook</item>
        <item>http://www.facebook.com/</item>
        <item>Wikipedia</item>
        <item>http://www.wikipedia.org/</item>
        <item>eBay</item>
        <item>http://www.ebay.com/</item>
        <item>CNN</item>
        <item>http://www.cnn.com/</item>
        <item>New York Times</item>
        <item>http://www.nytimes.com/</item>
        <item>ESPN</item>
        <item>http://espn.go.com/</item>
        <item>Amazon</item>
        <item>http://www.amazon.com/</item>
        <item>Weather Channel</item>
        <item>http://www.weather.com/</item>
        <item>BBC</item>
        <item>http://www.bbc.co.uk/</item>
    </string-array>

    <!-- Bookmark name for Picasa website -->
    <string name="picasa" translatable="false">Picasa</string>

    <!-- Note that this is the standard search url.  It uses the current locale for language -->
    <!-- (%1$s) and country (%2$s) and shouldn't need to be replaced by locale or mcc selected -->
    <!-- resources. -->
    <!-- Any changes to this (especially in terms of adding/removing the MCC-specific flavors) -->
    <!-- should be mirrored by changes in apps/GoogleSearch. -->
    <!-- Do not translate.  This string is an internal URI, not seen in the UI. -->
    <string name="google_search_base" translatable="false">
        http://www.google.com/m?hl=%1$s&amp;gl=%2$s&amp;</string>
    
    <!-- The description of the suggestion that lets the user search the web for the query currently
         in the text field. -->
    <string name="search_the_web">Search the web</string>

    <!-- FIXME: the next four strings(read/write history permissions) should be removed.
         At the moment actually removing them requires manually deleting all of the
         existing translations. -->
    <!-- Do not translate -->
    <string name="permlab_readHistoryBookmarks">read Browser\'s history and bookmarks</string>
    <!-- Do not translate -->
    <string name="permdesc_readHistoryBookmarks">Allows the application to read all
        the URLs that the Browser has visited, and all of the Browser\'s bookmarks.</string>
    <!-- Do not translate -->
    <string name="permlab_writeHistoryBookmarks">write Browser\'s history and bookmarks</string>
    <!-- Do not translate -->
    <string name="permdesc_writeHistoryBookmarks">Allows an application to modify the
        Browser\'s history or bookmarks stored on your phone. Malicious applications 
        can use this to erase or modify your Browser\'s data.</string>

    <!-- Gears Dialogs -->
    <string name="query_data_prompt">Allow storage</string>
    <string name="query_data_message">This web site would like to store information on your phone.</string>
    <string name="query_storage_quota_prompt">Increase storage quota</string>
    <string name="query_storage_quota_message">This web site is over its current
      storage limit. Would you like to increase its quota limit ?</string>
    <string name="location_prompt">Access your location</string>
    <string name="location_message">This web site would like to have access to your location.</string>
    <string name="shortcut_prompt">Create a shortcut</string>
    <string name="shortcut_message">This web site would like to create a shortcut to this page on your home screen.</string>
    <string name="settings_message">The table below shows the permissions you have granted to each site that has attempted to use Gears.</string>
    <string name="filepicker_message">File Picker</string>
    <string name="image_message">Choosen Image</string>

    <string name="settings_title">Gears settings</string>
    <string name="privacy_policy">Read the site\'s privacy policy to see how your location will be used.</string>
    <string name="settings_storage_title">Allow Local Storage</string>
    <string name="settings_storage_subtitle_on">This site can save information to your phone</string>
    <string name="settings_storage_subtitle_off">This site cannot save information to your phone</string>

    <string name="settings_location_title">Allow Location Detection</string>
    <string name="settings_location_subtitle_on">This site can read your current location</string>
    <string name="settings_location_subtitle_off">This site cannot read your current location</string>

    <string name="settings_remove_site">Remove this site from Gears</string>
    <string name="settings_empty">No permissions set</string>

    <string name="settings_confirmation_remove_title">Remove this site</string>
    <string name="settings_confirmation_remove">All permissions will be cleared, and any data stored on your phone by the site will be deleted.</string>

    <string name="storage_notification">This site will store information on this phone.\n Change this setting in:\n Settings -> Gears Settings</string>
    <string name="storage_notification_alwaysdeny">This site will never store information on this phone.\n Change this setting in:\n Settings -> Gears Settings</string>
    <string name="location_notification">This site can access your current location.\n Change this setting in:\n Settings -> Gears Settings</string>
    <string name="location_notification_alwaysdeny">This site will not access your current location.\n Change this setting in:\n Settings -> Gears Settings</string>
    <string name="shortcut_notification">Shortcut created</string>

    <string name="permission_button_alwaysdeny">Never Allow</string>
    <string name="permission_button_allow">OK</string>
    <string name="permission_button_deny">Cancel</string>

    <string name="shortcut_button_alwaysdeny">Never Allow</string>
    <string name="shortcut_button_allow">OK</string>
    <string name="shortcut_button_deny">Cancel</string>

    <string name="settings_button_allow">Apply</string>
    <string name="settings_button_deny">Cancel</string>

    <string name="filepicker_button_allow">OK</string>
    <string name="filepicker_button_deny">Cancel</string>
    <string name="filepicker_path">path:</string>
    <string name="filepicker_no_files_selected">No files selected</string>
    <string name="filepicker_one_file_selected">One file selected</string>
    <string name="filepicker_some_files_selected">files selected</string>

    <string name="remove">Remove</string>
    <string name="local_storage">Local storage</string>
    <string name="allowed">Allowed</string>
    <string name="denied">Denied</string>

    <string name="unrecognized_dialog_message">Unrecognized dialog type</string>
    <string name="default_button">OK</string>

    <!-- HTML5 dialogs -->
    <!-- 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. -->
    <string name="webstorage_outofspace_notification_title">Browser storage full</string>
    <string name="webstorage_outofspace_notification_text">Click to free up space.</string>
    <!-- Used in the Browser Settings -->
    <string name="webstorage_clear_data_title">Clear stored data</string>
    <string name="webstorage_clear_data_summary">Remove all databases associated with this website</string>
    <!-- Confirmation dialog when the user ask to clear all data for an origin -->
    <string name="webstorage_clear_data_dialog_title">Clear stored data</string>
    <string name="webstorage_clear_data_dialog_message">All data stored by this website will be deleted</string>
    <string name="webstorage_clear_data_dialog_ok_button">Clear All</string>
    <string name="webstorage_clear_data_dialog_cancel_button">Cancel</string>
    <!-- Strings used in the summary of origins -->
    <string name="webstorage_origin_summary_mb_stored">MB stored on your phone</string>

    <!-- Geolocation -->
    <!-- Permissions prompt -->
    <string name="geolocation_permissions_prompt_message">%s wants to know your location</string>
    <string name="geolocation_permissions_prompt_share">Share</string>
    <string name="geolocation_permissions_prompt_dont_share">Don\'t share</string>
    <string name="geolocation_permissions_prompt_remember">Remember</string>
    <!-- Settings page, Advanced Settings -> Website settings -> <origin> -->
    <string name="geolocation_settings_page_title">Clear location access</string>
    <string name="geolocation_settings_page_summary_allowed">This site can currently access your location</string>
    <string name="geolocation_settings_page_summary_not_allowed">This site cannot currently access your location</string>
    <!-- Settings page dialog -->
    <string name="geolocation_settings_page_dialog_title">Clear location access</string>
    <string name="geolocation_settings_page_dialog_message">Location access for this website will be cleared</string>
    <string name="geolocation_settings_page_dialog_ok_button">Clear access</string>
    <string name="geolocation_settings_page_dialog_cancel_button">Cancel</string>

    <!-- Zoom-related strings --><skip />
    <!-- Caption for a button that is shown when the zoom widget is showing.  The button's action will switch to the zoom overview mode. -->
    <string name="zoom_overview_button_text">Overview</string>

    <string name="error_console_header_text_minimized" translatable="false">Show JavaScript Console</string>
    <string name="error_console_header_text_maximized" translatable="false">JavaScript Console</string>
    <string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
    <string name="error_console_eval_button_text" translatable="false">Evaluate</string>

</resources>