-
Notifications
You must be signed in to change notification settings - Fork 330
/
strings.xml
executable file
·918 lines (918 loc) · 60.1 KB
/
strings.xml
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
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<?xml version="1.0" encoding="utf-8"?>
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Via</string>
<string name="action_new_tab">New tab</string>
<string name="action_open_in_new">Open in new tab</string>
<string name="action_save_img">Save image</string>
<string name="action_share">Share</string>
<string name="action_history">History</string>
<string name="action_bookmarks">Bookmarks</string>
<string name="action_add_bookmark">Add bookmark</string>
<string name="action_night">Night mode</string>
<string name="action_copy">Copy link</string>
<string name="action_block_domain">Block domain</string>
<string name="action_unblock_domain">Unblock domain</string>
<string name="action_unblock_url">Unblock link</string>
<string name="action_block_url">Block link</string>
<string name="action_copy_text">Copy text</string>
<string name="action_copy_link_text">Copy link text</string>
<string name="action_tools">Tools</string>
<string name="settings">Settings</string>
<string name="location">Location access</string>
<string name="password">Save passwords</string>
<string name="donate">Donate</string>
<string name="donate_details">If you like Via browser, you can donate to support us.\nAlipay: [email protected]\nPayPal: [email protected]</string>
<string name="orientation">Orientation</string>
<string name="follow_system">System</string>
<string name="orientation_auto">Auto</string>
<string name="orientation_portrait">Portrait</string>
<string name="orientation_landscape">Landscape</string>
<string name="agent">User-agent</string>
<string name="home">Homepage</string>
<string name="fullscreen">Auto-hide toolbars</string>
<string name="java">Enable JavaScript</string>
<string name="download">Download location</string>
<string name="size">Text size</string>
<string name="search">Search engine</string>
<string name="search_hint">Search</string>
<string name="action_delete">Delete</string>
<string name="action_delete_all">Delete all</string>
<string name="action_blank">Blank page</string>
<string name="agent_chrome">Chrome (PC)</string>
<string name="agent_ie">Windows (IE 11)</string>
<string name="agent_iphone">iPhone</string>
<string name="agent_symbian">Symbian</string>
<string name="agent_custom">Custom</string>
<string name="dialog_download">Would you like to download this file?</string>
<string name="title_warning">Warning</string>
<string name="title_custom_homepage">Custom homepage</string>
<string name="action_webpage">Webpage</string>
<string name="hint_title">Title</string>
<string name="hint_url">URL</string>
<string name="hint_folder">Folder</string>
<string name="title_edit_bookmark">Edit bookmark</string>
<string name="action_edit">Edit</string>
<string name="action_incognito">Incognito mode</string>
<string name="action_find">Find in page</string>
<string name="download_pending">Starting download\u2026</string>
<string name="cannot_download">It can be downloaded only from \"http\" or \"https\" URLs.</string>
<string name="bookmarks_imported">%1$d bookmarks imported</string>
<string name="custom_url">Custom URL</string>
<string name="baidu_url">Baidu</string>
<string name="shenma_url">ShenMa</string>
<string name="bing_url">Bing</string>
<string name="haosou_url">360 Search</string>
<string name="duckduckgo_url">DuckDuckGo</string>
<string name="startpage_url">StartPage</string>
<string name="yahoo_url">Yahoo</string>
<string name="yandex_url">Yandex</string>
<string name="google_url">Google</string>
<string name="sougou_url">Sogou</string>
<string name="block_ads">Ad blocking</string>
<string name="title_form_resubmission">Form resubmission</string>
<string name="message_form_resubmission">Would you like to resend the data?</string>
<string name="message_location">\nWould like to use your location</string>
<string name="action_allow">Allow</string>
<string name="action_dont_allow">Refuse</string>
<string name="title_sign_in">Sign in</string>
<string name="hint_username">Username</string>
<string name="hint_password">Password</string>
<string name="untitled">Untitled</string>
<string name="image_auto">Show images only via Wi-Fi</string>
<string name="image_off">Block images</string>
<string name="image_on">Show images</string>
<string name="title_file_chooser">File chooser</string>
<string name="import_bookmarks">Import bookmarks</string>
<string name="export_bookmarks_to">Export bookmarks to: %1$s</string>
<string name="import_bookmark_error">Couldn\'t import bookmarks from file!</string>
<string name="message_add_bookmark">Bookmark added successfully</string>
<string name="message_exit">Press one more time to exit</string>
<string name="dialog_message">Message</string>
<string name="wait_a_moment">Wait a moment…</string>
<string name="toast_operation_failed">Operation failed</string>
<string name="toast_operation_done">Operation completed</string>
<string name="volume">Use volume keys to scroll</string>
<string name="msg_intent">Allow website to open your app?</string>
<string name="setting_default">Set as default browser</string>
<string name="toast_clear_defaults">Please clear defaults</string>
<string name="toast_copy_url_successful">Link copied successfully</string>
<string name="toast_copy_text_successful">Text copied successfully</string>
<string name="incognito_on">You\'ve gone incognito</string>
<string name="incognito_off">Incognito is off</string>
<string name="operation_none">None</string>
<string name="operation_reload">Reload</string>
<string name="operation_top">Scroll to top</string>
<string name="operation_bottom">Scroll to bottom</string>
<string name="operation_input">Input URL</string>
<string name="operation_openbookmark">Open bookmark</string>
<string name="operation_openhistory">Open history</string>
<string name="operation_closetab">Close tab</string>
<string name="operation_lasttab">Last tab</string>
<string name="operation_nexttab">Next tab</string>
<string name="operation_goback">Go back</string>
<string name="operation_goforward">Go forward</string>
<string name="settings_operation">Gestures</string>
<string name="settings_privacy">Privacy</string>
<string name="settings_advanced">Advanced</string>
<string name="settings_about">About</string>
<string name="url_box">URL field content</string>
<string name="url_box_domain">Domain</string>
<string name="action_pcview">Desktop site</string>
<string name="action_source">View source</string>
<string name="action_translate">Translate</string>
<string name="title_edit_folder">Edit folder</string>
<string name="msg_delete_folder">Would you like to delete this folder?</string>
<string name="desc_suggestion">Suggestion</string>
<string name="desc_home">Home</string>
<string name="desc_menu">Menu</string>
<string name="action_mark">Mark as ad</string>
<string name="dialog_confirm_mark">Would you like to mark this as ad?</string>
<string name="do_not_track">Do not track</string>
<string name="color_mode">Color mode</string>
<string name="dialog_sure">Are you sure you want to proceed?</string>
<string name="settings_cloud">Account</string>
<string name="user">Log in/Sign up</string>
<string name="user_syns">Sync</string>
<string name="user_update">Upload</string>
<string name="wrong_psw">Wrong password.</string>
<string name="sign_up_success">Sign up successful</string>
<string name="code_500">Service unavailable.</string>
<string name="syns_success">Sync complete</string>
<string name="upload_success">Upload complete</string>
<string name="log_out">Log out?</string>
<string name="crash_info">Something went wrong. :(</string>
<string name="crash_restart">Restart</string>
<string name="crash_close">Close</string>
<string name="upload_completed">Upload completed</string>
<string name="ui_mode">Toolbar UI mode</string>
<string name="addon_download">Download manager</string>
<string name="quick_back">Go back without reloading</string>
<string name="open_with">Open with</string>
<string name="download_completed">Download completed</string>
<string name="toast_fullscreen_off">Exit full-screen mode</string>
<string name="clear_data">Clear data</string>
<string name="data_cache">Cache</string>
<string name="data_form_data">Form data</string>
<string name="data_history">History</string>
<string name="data_storage">Web storage</string>
<string name="data_cookies">Cookies (Login status)</string>
<string name="data_cleared">Data cleared</string>
<string name="settings_skin">Customization</string>
<string name="default_set">Default</string>
<string name="picture">Picture</string>
<string name="text">Text</string>
<string name="html_code">HTML code</string>
<string name="action_view_image">View image</string>
<string name="block_popup">Block pop-up</string>
<string name="action_save_web_page">Save page</string>
<string name="action_saved_pages">Saved pages</string>
<string name="saved_page_successfully">Webpage has been saved to: Bookmarks > Saved pages</string>
<string name="deleted_failed">Failed to delete. The file is located in download path: </string>
<string name="empty_hint">Empty</string>
<string name="network_log">Network log</string>
<string name="conn_timeout">Connection timed out</string>
<string name="already_default">It has already been set as default</string>
<string name="set_to_default">It will be set as default after opening link %1$s. Please choose Via to open the link.</string>
<string name="sync_prompt">Your current local bookmarks and settings will be overwritten. Continue?</string>
<string name="upload_prompt">Your current local bookmarks and settings will be uploaded. Continue?</string>
<string name="none">None</string>
<string name="check_permission">Permission denied. Would you like to set it in settings now?</string>
<string name="restore_tabs_hint">Would you like to restore unclosed tabs from the last session?</string>
<string name="restore_tabs">Restore tabs on startup</string>
<string name="log_page_hint">Blocked list is in %1$s.\nYou can edit the list, or long-press the following item to enable/disable its blockade.</string>
<string name="fullscreen_1">Scroll to hide/show</string>
<string name="fullscreen_2">Press to hide/show</string>
<string name="settings_script">Scripts</string>
<string name="add_script">New script</string>
<string name="script_code">Code (JavaScript)</string>
<string name="help_us_translate">Help us translate</string>
<string name="confirm_to_leave">Confirm to leave</string>
<string name="leave">Leave</string>
<string name="stay">Stay</string>
<string name="skin_logo">Logo</string>
<string name="skin_bg">Background</string>
<string name="set_it_as_homepage">Would you like to set it as homepage?</string>
<string name="missing_webview">Android System WebView isn\'t installed correctly. Would you like to install it now?</string>
<string name="install">Install</string>
<string name="crash_hint">We\'re sorry that the app crashed.</string>
<string name="glean">Glean</string>
<string name="contact_us">Contact us</string>
<string name="official_website">Official website</string>
<string name="action_pic_mode">Picture mode</string>
<string name="find_next">Find next</string>
<string name="find_pre">Find last</string>
<string name="action_open_in_background">Open in background</string>
<string name="cannot_work">It can only work with \"http\" or \"https\" URLs.</string>
<string name="action_fullscreen">Full-screen</string>
<string name="settings_general">General</string>
<string name="no_bookmark">No bookmarks</string>
<string name="import_or_export_bookmarks">Import/export bookmarks</string>
<string name="export_bookmarks">Export bookmarks</string>
<string name="back_forward_gesture">Back/Forward gesture</string>
<string name="toolbar_settings_hint">Press a selected button below to set its long-press action, or long-press it to check what action has been set. You can also slide the toolbar to set the slide action.</string>
<string name="action_modify">Modify</string>
<string name="operation_hint">Gestures, shortcuts, function keys</string>
<string name="adblock_info">Enabled: %1$d ads blocked, %2$s saved</string>
<string name="disable">Disabled</string>
<string name="ui_traditional">Sandwich</string>
<string name="color_mode_hint">Auto-adjust color of toolbars</string>
<string name="file_size">File size: %1$s</string>
<string name="search_by_image">Search by image</string>
<string name="resource_sniffer">Resource sniffer</string>
<string name="res_log_hint">The following is the resource log on page load.</string>
<string name="no_resource">The page has no resource.</string>
<string name="no_network_log">The page has no network log.</string>
<string name="resource_sniffer_hint">\nIt is easier to detect media files while music or video is being played. Resource sniffer doesn\'t work on certain websites.</string>
<string name="action_downloads">Downloads</string>
<string name="empty_username_info">Please input your username</string>
<string name="empty_password_info">Please input your password</string>
<string name="offline_page_hint">These are saved webpages. You can open them even when you are offline.</string>
<string name="history_page_hint_when_incognito">History will not be recorded when you are in \"Incognito mode\".</string>
<string name="action_preview">Preview</string>
<string name="action_page_info">Page info</string>
<string name="page_info_title">Title:</string>
<string name="page_info_url">Page URL:</string>
<string name="page_info_link">Link URL:</string>
<string name="no_network">Network connections are unavailable</string>
<string name="title_app_chooser">App chooser</string>
<string name="clear_data_on_exit">Clear data on exit</string>
<string name="action_add_to_homepage">Add to homepage</string>
<string name="added_favorite_hint">Added to homepage successfully</string>
<string name="title_edit_favorite">Edit favorite</string>
<string name="custom_css_special">Custom CSS</string>
<string name="force_enable_zoom">Enable force zoom</string>
<string name="set_ua_as">User-agent is set as: %1$s</string>
<string name="import_data">Import data</string>
<string name="import_data_failed">Failed to import data!</string>
<string name="import_data_succeed">Data imported successfully!</string>
<string name="export_data">Export data</string>
<string name="export_data_to">Export data to: %1$s</string>
<string name="always_restore">Always restore</string>
<string name="ask_first">Ask first</string>
<string name="disable_restore">Don\'t restore</string>
<string name="data_file">Data export</string>
<string name="bookmarks_data_to_long">Bookmarks data is too big to upload, but other data will be uploaded normally. Continue?</string>
<string name="restore_tabs_hint_settings">Tabs will not be restored when you are in \"Incognito mode\".</string>
<string name="web_page_debug">Enable webpage debugging</string>
<string name="web_page_debug_info">Now you can connect your phone to computer, then debug the webpage with Chrome (PC) using \"chrome://inspect\". Remember to first enable USB Debugging in the menu: More Tools > Developer Tools.</string>
<string name="action_re_download">Re-download</string>
<string name="action_copy_download_link">Copy download link</string>
<string name="download_failed">Download failed</string>
<string name="view_downloads">View</string>
<string name="message_delete_downloading_task">Downloaded file will also be deleted. Are you sure?</string>
<string name="message_delete_downloaded_task">Delete this downloaded task?</string>
<string name="message_delete_downloaded_file">Including the downloaded file</string>
<string name="block_popup_message">Blocked pop-up window</string>
<string name="allow_popup">Allow once</string>
<string name="system_download_manager">System download manager</string>
<string name="action_play_with">Play with…</string>
<string name="show_sniffer_btn_automatically">Show sniffer button automatically</string>
<string name="open_file_failed">Unable to find associated app to open file</string>
<string name="cloud_data_server">Cloud data server</string>
<string name="chinese_server">Chinese</string>
<string name="global_server">Global</string>
<string name="server_message">The data of these servers are not synchronized. You will be required to log in again.</string>
<string name="delete_bookmark_folder_message">Bookmarks in folder %1$s will also be deleted. Are you sure?</string>
<string name="action_new">New</string>
<string name="block_hint">Blocked: %1$s\nRefresh to take effect.</string>
<string name="unblock_hint">Unblocked: %1$s\nRefresh to take effect.</string>
<string name="block_3rd_party_cookies">Block third-party cookies</string>
<string name="enable_site_conf">Enable site configuration for %1$s</string>
<string name="site_conf">Site configuration</string>
<string name="ui_simple_top">Toolbar at top</string>
<string name="ui_simple_bottom">Toolbar at bottom</string>
<string name="file_does_not_exist">The file does not exist</string>
<string name="dialog_message_from">Message from %1$s</string>
<string name="filter_subscriptions">Filter subscriptions</string>
<string name="filter_subscriptions_description">Subscribe to Adblock Plus filter lists</string>
<string name="filter_subscription_exist">The filter subscription already exists.</string>
<string name="custom_filters">Custom filters</string>
<string name="custom_filters_description">Including custom filters and marked ads</string>
<string name="custom_filter">Custom filter</string>
<string name="add_filter_subscription">Add filter subscription</string>
<string name="edit_filter_subscription">Edit filter subscription</string>
<string name="update_filter_subscriptions_completed">Filter subscriptions update completed.</string>
<string name="has_not_been_updated">has not been updated</string>
<string name="just_now">just now</string>
<string name="url_is_invalid">The URL is invalid.</string>
<string name="simple_guide_of_writing_rule">Via supports almost all Adblock Plus filters.
\nYou can block requests from example.com with a filter such as:
\n||example.com^ (or simply: example.com)
\n\nWildcard is acceptable such as:
\n||example.com/js/ads_*.js
\n\nFor webpage elements use a filter such as:
\nexample.com###ad
\n\nYou can unblock special requests with a filter such as:
\n@@||example.com^</string>
<string name="help">Help</string>
<string name="learn_more">Learn more</string>
<plurals name="filters">
<item quantity="zero">0 filter</item>
<item quantity="one">1 filter</item>
<item quantity="other">%d filters</item>
</plurals>
<string name="updated_">updated %1$s</string>
<string name="filter_subscription_info">%1$s, %2$s</string>
<string name="enable_built_in_filters">Enable built-in filters</string>
<string name="enable_built_in_filters_description">Built-in filters only block common ads</string>
<string name="update">Update</string>
<string name="bookmarks_exported_successfully">Bookmarks exported successfully</string>
<string name="data_exported_successfully">Data exported successfully</string>
<string name="privacy_policy">Privacy policy</string>
<string name="terms_of_use">Terms of use</string>
<string name="welcome">Welcome</string>
<string name="agreement_message_short">You need to agree and accept all the terms before you start using our service.</string>
<string name="agree_and_continue">Agree</string>
<string name="disagree">Disagree</string>
<string name="exit">Exit</string>
<string name="delete_account">Delete account</string>
<string name="delete_account_request_submitted">The account deletion request has been submitted.</string>
<string name="delete_account_hint">Delete the account from the server</string>
<string name="delete_account_message">After submitting the deletion request, the account will be logged out and enter a 15-day deletion waiting-period. If you log in to the account again and upload data during the waiting-period, your deletion request will be withdrawn. After the waiting-period expires, the account and related data will be completely deleted from the server.\nPlease enter your password to submit the request.</string>
<string name="confirm_to_delete">Confirm to delete</string>
<string name="select_all">Select all</string>
<string name="open_source_licenses">Open source licenses</string>
<string name="debugging_info">Debugging info</string>
<string name="join_qq_group">Join QQ group</string>
<string name="join_telegram_group">Join Telegram group</string>
<string name="follow_me_on_twitter">Follow me on Twitter</string>
<string name="follow_me_on_weibo">Follow me on Weibo</string>
<string name="paste_and_go">Paste & Go</string>
<string name="night_filter_for_web_contents">Night filter for web contents</string>
<string name="force_dark_mode_for_web_contents">Force dark operation for web contents</string>
<string name="force_dark_mode_for_web_contents_description">When enabled, webpages will be forced to darken, which may cause some pages to behave abnormally.</string>
<string name="require_javascript_enabled">This will take effect if JavaScript is enabled.</string>
<string name="keyboard_shortcuts">Keyboard shortcuts</string>
<string name="export_data_description">Export bookmarks, settings, scripts and ad filters</string>
<string name="language">Language</string>
<string name="restart_to_take_effect">This will take effect the next time you open the app. Would you like to restart it now to take effect immediately?</string>
<string name="more">More</string>
<string name="sort_order">Sort order</string>
<string name="sort_by_oldest_first">Oldest first</string>
<string name="sort_by_newest_first">Newest first</string>
<string name="sort_by_alphabetical_order">Alphabetical order</string>
<string name="select_folder">Select folder</string>
<string name="move">Move</string>
<string name="done">Done</string>
<string name="root_folder">Root folder</string>
<string name="delete_item_message">Are you sure you want to delete %1$s?</string>
<string name="item_has_been_deleted">\"%1$s\" has been deleted</string>
<string name="undo">Undo</string>
<string name="can_not_sort_list_when_sorting_alphabetically">Can not sort the list when sorting alphabetically</string>
<string name="opened_in_background_message">New tab opened in the background</string>
<string name="bookmark_added">Bookmark added</string>
<string name="allow_website_to_open_app_message">Allow website to open %1$s?</string>
<string name="width">Width</string>
<string name="height">Height</string>
<string name="corner_radius">Corner radius</string>
<string name="adaptive">Adaptive</string>
<string name="action_favorites">Favorites</string>
<string name="skin_search_bar">Search bar</string>
<string name="stroke_width">Border width</string>
<string name="stroke_opacity">Border opacity</string>
<string name="opacity">Opacity</string>
<string name="font_style">Font style</string>
<string name="bold">Bold</string>
<string name="italics">Italics</string>
<string name="clear_website_icon_cache">Clear the website icon cache</string>
<string name="clear_website_icon_cache_message">Note that this will clear all the favorite icons on the homepage. Each icon will be downloaded the next time you visit the corresponding website.</string>
<string name="desc_favorite_icon">Icon of a favorite</string>
<string name="action_save">Save</string>
<string name="reset_to_default_settings">Reset to default settings</string>
<string name="save_data">Save data</string>
<string name="save_data_description">Enable data-savings mode on compatible websites</string>
<string name="action_manage_favorites">Favorite manager</string>
<string name="check_for_updates">Check for updates</string>
<string name="checking_for_updates">Checking for updates</string>
<string name="latest_version_already_installed">Latest version already installed</string>
<string name="new_version_available">New version available</string>
<string name="action_download_file">Download</string>
<string name="delete_hint">Delete (%1$d)</string>
<string name="follow_system_dark_mode_on">Follow system dark mode is enabled</string>
<string name="scoped_search">Search %1$s</string>
<string name="add_shortcut">Add shortcut</string>
<string name="need_shortcut_permission">Permission denied. Please go to settings and turn on \"Create home screen shortcuts\" permission for this app.</string>
<string name="create_shortcut_successfully">Create shortcut for %1$s successfully</string>
<string name="update_shortcut_successfully">Update shortcut for %1$s successfully</string>
<string name="today">Today</string>
<string name="yesterday">Yesterday</string>
<!-- The date format pattern is difficult to remember, please refer to: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html -->
<string name="same_year_date_format">EEE, MMM dd</string>
<string name="default_date_format">EEE, MMM dd, yyyy</string>
<string name="view_certificate">View certificate</string>
<string name="certificate_info">Certificate information</string>
<!-- The b tag means bold, And the br tag means line break. -->
<string name="certificate_detail"><![CDATA[
<b>ISSUED TO</b><br />
<b>Common Name (CN)</b><br />
%1$s
<br /><b>Organization (O)</b><br />
%2$s
<br /><b>Organizational Unit (OU)</b><br />
%3$s
<br /><br /><b>ISSUED BY</b><br />
<b>Common Name (CN)</b><br />
%4$s
<br /><b>Organization (O)</b><br />
%5$s
<br /><br /><b>VALIDITY PERIOD</b><br />
<b>Issued On</b><br />
%6$s
<br /><b>Expires On</b><br />
%7$s
<br />
]]></string>
<string name="no_certificate">The website does not have a certificate.</string>
<string name="site_conf_enabled">Site configuration (Enabled)</string>
<string name="do_not_sell_or_share">Do not sell or share data</string>
<string name="do_not_sell_or_share_description">Request the website not to sell or share my data to protect privacy (experimental)</string>
<string name="email_me">Email me</string>
<string name="scan_qr_code">Scan QR code</string>
<string name="scan_qr_code_from_image">Scan QR code from image</string>
<string name="switch_flash">Switch flash</string>
<string name="qr_code_scan_result">QR code scan result</string>
<string name="qr_code_not_detected">QR code not detected</string>
<string name="save_qr_code_successfully">The QR code has been saved to the gallery</string>
<string name="description_with_number">%1$s (%2$d)</string>
<string name="last_hour">The last hour</string>
<string name="today_and_yesterday">Today and yesterday</string>
<string name="last_seven_days">Last 7 days</string>
<string name="all_time">All time</string>
<string name="delete_history_from">Delete history from</string>
<string name="save_as_pdf">Save as PDF</string>
<string name="export">Export</string>
<string name="export_successfully">Exported successfully</string>
<string name="stop_loading_description">Via has prevented the following page from loading:</string>
<string name="stop_loading_reason">Because of the following filter:</string>
<string name="continue_loading">Continue loading</string>
<string name="allow_webpage_access_to_clipboard">Allow webpage access to clipboard</string>
<string name="ask_to_allow_webpage_to_copy_text">Are you sure you want to copy text from %DOMAIN%?</string>
<string name="option_allow">Allow</string>
<string name="option_deny">Deny</string>
<string name="search_bar_style">Bar style</string>
<string name="search_bar_style_line">Line</string>
<string name="search_bar_style_rectangle">Rectangle</string>
<string name="favorites_icon_style">Icon style</string>
<string name="favorites_icon_style_text">Text</string>
<string name="favorites_icon_style_icon_first">Icon first</string>
<string name="favorites_icon_color">Icon color</string>
<string name="favorites_icon_color_colorful">Colorful</string>
<string name="favorites_icon_color_transparent">Transparent</string>
<string name="search_bar_effect">Bar effect</string>
<string name="search_bar_effect_blur">Blur</string>
<string name="search_bar_effect_transparent">Transparent</string>
<string name="search_part">Search part</string>
<string name="search_part_hide">Hide</string>
<string name="search_part_show">Show</string>
<string name="background_color">Color</string>
<string name="background_image">Image</string>
<string name="favorites_clear_icons">Clear icons</string>
<string name="customization_reset">Reset</string>
<string name="theme_color">Theme color</string>
<string name="theme_color_dark">Dark</string>
<string name="theme_color_light">Light</string>
<string name="processing_blob_data">Processing blob data…</string>
<string name="tineye_url">TinEye</string>
<string name="login_username">Username (the account will be created if not exist)</string>
<string name="read_and_agree">Please read and agree to %1$s and %2$s</string>
<string name="wechat_official_account">Wechat official account</string>
<string name="notification_channel_downloads">Download contents</string>
<string name="notification_channel_foreground">Foreground notification</string>
<string name="download_progress">%1$s/%2$s</string>
<string name="download_progress_indeterminate">%1$s</string>
<string name="download_progress_status">%1$s • %2$s</string>
<string name="download_status_paused">Paused</string>
<string name="download_action_pause">Pause</string>
<string name="download_action_resume">Resume</string>
<string name="app_downloading_files">Via is downloading files</string>
<string name="app_downloading_files_subtitle">Tap to view downloads</string>
<string name="built_in_download_manager">Built-in download manager</string>
<string name="cancel_all">Cancel all</string>
<string name="message_delete_selected_download_tasks">Delete these download tasks (%1$d in total)?</string>
<string name="file_name">File name</string>
<string name="rename">Rename</string>
<string name="message_re_download">Are you sure you want to delete the downloaded file and re-download %1$s?</string>
<string name="share_image">Share image</string>
<string name="ssl_warning_insecure_connection_message">Connection to %1$s is not secure:\n%2$s\nProceed anyway?</string>
<string name="ssl_warning_dont_ask_again">Don\'t ask again for this browsing session</string>
<string name="ssl_warning_certificate_untrusted">Certificate is not trusted</string>
<string name="ssl_warning_certificate_date_invalid">Date of certificate is invalid</string>
<string name="ssl_warning_certificate_expired">Certificate is expired</string>
<string name="ssl_warning_certificate_domain_mismatch">Domain in certificate does not match the site domain</string>
<string name="ssl_warning_certificate_invalid">Certificate is invalid</string>
<string name="ssl_warning_certificate_not_yet_valid">Certificate is not yet valid</string>
<string name="the_site">The site</string>
<string name="navigation_up">Navigation up</string>
<string name="hide_popup_window">Hide popup window</string>
<plurals name="open_tabs">
<item quantity="zero">0 tab</item>
<item quantity="one">1 tab</item>
<item quantity="other">%d tabs</item>
</plurals>
<string name="qr_code">QR code</string>
<string name="download_progress_speed">%1$s • %2$s</string>
<string name="download_progress_speed_eta">%1$s • %2$s • %3$s</string>
<string name="download_speed_unknown">N/A</string>
<string name="download_eta_unknown">-</string>
<plurals name="hours_left">
<item quantity="zero">0 hour left</item>
<item quantity="one">1 hour left</item>
<item quantity="other">%d hours left</item>
</plurals>
<plurals name="mins_left">
<item quantity="zero">0 min left</item>
<item quantity="one">1 min left</item>
<item quantity="other">%d mins left</item>
</plurals>
<plurals name="secs_left">
<item quantity="zero">0 sec left</item>
<item quantity="one">1 sec left</item>
<item quantity="other">%d secs left</item>
</plurals>
<string name="translation_engine_google">Google translate</string>
<string name="translation_engine_baidu">Baidu translate</string>
<string name="ignore_site_message_for_a_minute">Ignore this site message for a minute</string>
<string name="download_status_waiting_for_network">Waiting for network</string>
<string name="download_failed_with_message">Download failed: %1$s</string>
<string name="remove_identifying_headers">Remove identifying headers</string>
<string name="remove_identifying_headers_description">When enabled, the X-Requested-With and X-Wap-Profile headers will be empty, which may cause some pages to behave abnormally</string>
<string name="agent_windows_chrome">Windows (Chrome)</string>
<string name="agent_windows_ie11">Windows (IE 11)</string>
<string name="agent_android_phone">Android (Phone)</string>
<string name="agent_android_tablet">Android (Tablet)</string>
<string name="agent_ipad">iPad</string>
<string name="agent_osx">macOS</string>
<string name="toutiao_url">Toutiao</string>
<string name="title_can_not_be_empty">The title can not be empty</string>
<string name="user_agent_can_not_be_empty">The user-agent can not be empty</string>
<string name="download_filter_all">All</string>
<string name="download_filter_others">Others</string>
<string name="download_filter_documents">Documents</string>
<string name="download_filter_images">Images</string>
<string name="download_filter_video">Video</string>
<string name="download_filter_apk">APK</string>
<string name="download_filter_audio">Audio</string>
<string name="download_filter_archives">Archives</string>
<string name="simple_guide_of_writing_userscript"><![CDATA[
<b>Metadata block</b><br />
The metadata must follow the format:<br />
<tt>
// ==UserScript==<br />
// @key value<br />
// ==/UserScript==
</tt>
<br /><br />
<b><tt>@name</tt></b>: The name of the userscript.
<br /><br />
<b><tt>@namespace</tt></b>: The combination of <tt>@namespace</tt> and <tt>@name</tt> is the unique identifier for a userscript.
<br /><br />
<b><tt>@match/@exclude-match</tt></b>: Define rules to decide whether a script should be executed. It is recommended to use <tt>@match</tt> instead of <tt>@include</tt>.
<br /><br />
<b><tt>@include/@exclude</tt></b>: The old way to decide whether a script should be executed.
<br /><br />
<b><tt>@version</tt></b>: The version of the userscript.
<br /><br />
<b><tt>@description</tt></b>: The description of the userscript.
<br /><br />
<b><tt>@author</tt></b>: The author of the userscript.
<br /><br />
<b><tt>@require</tt></b>: The require of the userscript. For example, <br /><tt>// @require https://my.cdn.com/jquery.js</tt>.
<br /><br />
<b><tt>@run-at</tt></b>: Decide when the script will execute. <tt>document-start</tt> is used to inject scripts before the page loads, <tt>document-end</tt> is used to inject scripts after page load, <tt>document-idle</tt> is used to inject scripts after page is idle.
<br /><br />
<b><tt>@grant</tt></b>: Specify which special GM_* APIs should be granted and can be used when the script executes.<br />
<br /><br />
<b><tt>@downloadURL</tt></b>: The URL the script can be downloaded from.
<br /><br />
<b><tt>@supportURL</tt></b>: The support URL of the userscript.
<br /><br />
<b><tt>@homepageURL</tt></b>: The homepage URL of the userscript.
<br /><br />
<b>GM_* APIs</b><br />
<tt>GM_*</tt> are a group of special APIs provided by Via. Currently supported special APIs include: <br/>
<tt>GM_getValue/GM_setValue/GM_deleteValue/GM_listValues/GM_getResourceText/GM_getResourceURL/GM_addElement/GM_addStyle/GM_setClipboard/GM_xmlhttpRequest/GM_download/GM_registerMenuCommand/GM_unregisterMenuCommand</tt>.
<br /><br />
<b>Matching</b><br />
<tt>@match</tt> defines a URL matching rule. <tt>@exclude-match</tt> defines a match rule but used to exclude the matched URLs, similar to <tt>@exclude</tt>.
<br /><br />
For example:<br />
<tt>
// @match https://www.google.com/something <br />
// @match https://www.google.com/any/* <br />
// @exclude-match https://www.google.com/any/not_me
</tt>
<br /><br />
]]></string>
<string name="toast_install_script_successfully">Install \"%1$s\" successfully!</string>
<string name="toast_install_script_failed_unknown">Install \"%1$s\" failed!</string>
<string name="toast_install_script_failed_dependency_error">Download \"%1$s\" dependency failed!</string>
<string name="title_install_script">Install script</string>
<string name="message_install_script">Are you sure you want to install \"%1$s\"(%2$s)?</string>
<string name="title_reinstall_script">Re-install script</string>
<string name="message_reinstall_script">Are you sure you want to re-install \"%1$s\"(%2$s)?</string>
<string name="title_update_script">Update script</string>
<string name="message_update_script">Are you sure you want to update \"%1$s\"(%2$s -> %3$s)?</string>
<string name="toast_parsing_script">Parsing script…</string>
<string name="title_add_metadata_block">Add metadata block</string>
<string name="message_add_metadata_block">This script has no metadata block so it cannot be saved. Do you want to add a default metadata block to it?</string>
<string name="title_disable_safe_browsing">Disable safe browsing</string>
<string name="title_close_all_tabs">Close all tabs</string>
<string name="message_close_all_tabs_before_disabling_incognito_mode">Do you want to close all tabs before disabling incognito mode?</string>
<string name="action_close">Close</string>
<string name="action_keep">Keep</string>
<string name="desc_bookmark_folder">%1$s folder</string>
<string name="message_splash_agreement">By using Via, you agree to our %1$s and %2$s.</string>
<string name="translation_engine_google_in_page">Google in-page translate</string>
<string name="title_feedback">Feedback</string>
<string name="action_view_cookies">View Cookies</string>
<string name="title_cookies_for_site">Cookies for %1$s</string>
<string name="message_no_cookies">No Cookies.</string>
<string name="toast_cookies_for_site_cleared">Cookies for %1$s have been set to empty</string>
<string name="toast_site_does_not_support_resource_sniffing">This site does not support resource sniffing</string>
<string name="desc_expand_text">Expand text</string>
<string name="desc_collapse_text">Collapse text</string>
<string name="desc_clear_text">Clear text</string>
<string name="title_search_suggestions">Search suggestions</string>
<string name="message_search_suggestions">When using the address bar, suggest</string>
<string name="title_open_tabs">Open tabs</string>
<string name="desc_fill_in_text">Fill in text</string>
<string name="directory_name">Directory name</string>
<string name="action_default_location">Default location</string>
<string name="action_choose_folder">Choose a folder…</string>
<string name="title_permission_denied">Permission denied</string>
<string name="message_reselect_download_location">The storage permission for the download location has been revoked. Please re-select the download folder location.</string>
<string name="detect_language">Detect language</string>
<string name="title_source_language">Source language</string>
<string name="title_target_language">Target language</string>
<string name="desc_swap_language">Swap language</string>
<string name="desc_paste_text">Paste text</string>
<string name="translation_engine_google_text">Google text translate</string>
<string name="saucenao_url">SauceNAO</string>
<string name="iqdb_url">IQDB</string>
<string name="iqdb_3d_url">3D IQDB</string>
<string name="whatanime_url">WhatAnime</string>
<string name="ascii2d_url">Ascii2D</string>
<string name="title_scripts_for_site">Scripts for %1$s</string>
<string name="disabled">Disabled</string>
<string name="enabled">Enabled</string>
<string name="action_view_in_settings">View in settings</string>
<string name="message_delete_following_items">Are you sure you want to delete the following items?</string>
<string name="list_item">• %1$s</string>
<string name="action_reset">Reset</string>
<string name="title_reset_site_conf">Reset site configuration</string>
<string name="message_reset_site_conf">Are you sure you want to reset site configuration for %1$s?</string>
<string name="title_ignore_ssl_warnings">Ignore SSL certificate warnings</string>
<string name="title_ignore_ssl_warnings_description">Be careful, ignoring ssl certificate warnings may make connection to website insecure</string>
<string name="message_ignore_ssl_warnings">SSL certificates are used to verify website identities and encrypt connection. It\'s like putting a letter in an envelope and posting it, only you and the website can open envelope and read the letter.\n\nOnce you ignore the SSL warnings, the connection to the website may be insecure, which means that the data transmitted with the website may be stolen. It\'s like putting the letter in a broken envelope and posting it, someone who forged the certificate could open it.</string>
<string name="title_ignore_ssl_warnings_confirmation">I know this may make connection insecure</string>
<string name="title_disable_safe_browsing_description">Safe browsing allows WebView to protect against malware and phishing attacks by verifying the links</string>
<string name="action_close_all_tabs">Close all tabs</string>
<string name="action_close_other_tabs">Close other tabs</string>
<string name="action_close_tabs_to_the_bottom">Close tabs to the bottom</string>
<string name="action_close_tabs_to_the_top">Close tabs to the top</string>
<string name="title_permission_request">Permission request</string>
<string name="message_permission_request">%1$s would like to use:</string>
<string name="list_item_dash">- %1$s</string>
<string name="permission_microphone">Microphone</string>
<string name="permission_camera">Camera</string>
<string name="add_site_exception">Add site exception</string>
<string name="blocked">Blocked</string>
<string name="allowed">Allowed</string>
<string name="exception">Exception</string>
<string name="block">Block</string>
<string name="allow">Allow</string>
<string name="all_sites">All sites</string>
<string name="category_content">Content</string>
<string name="category_basics">Basics</string>
<string name="category_permissions">Permissions</string>
<string name="agent_add_site_exception">Set user-agent for a specific site.</string>
<string name="images">Images</string>
<string name="images_allowed_description">Allow sites to load images</string>
<string name="images_allowed_via_wifi_description">Allow sites to load images only via Wi-Fi</string>
<string name="images_allowed_via_wifi_description_short">Allowed only via Wi-Fi</string>
<string name="images_add_site_exception_allow">Show images for a specific site.</string>
<string name="images_add_site_exception_block">Block images for a specific site.</string>
<string name="javascript">JavaScript</string>
<string name="javascript_allowed_description">Allow sites to run JavaScript</string>
<string name="javascript_add_site_exception_allow">Allow JavaScript for a specific site.</string>
<string name="javascript_add_site_exception_block">Block JavaScript for a specific site.</string>
<string name="cookies">Cookies</string>
<string name="cookies_allowed_description">Allow sites to save and read cookie data</string>
<string name="cookies_allowed_except_third_party_description_short">Allowed, except third party</string>
<string name="popups">Pop-ups</string>
<string name="popups_ask_first_description">Ask first before allowing sites to show pop-ups</string>
<string name="clipboard">Clipboard</string>
<string name="clipboard_ask_first_description">Ask first before allowing sites to use your clipboard</string>
<string name="clipboard_allowed_description">Allow sites to use your clipboard</string>
<string name="clipboard_blocked_description">Block sites to use your clipboard</string>
<string name="clipboard_add_site_exception_allow">Allow a specific site to use your clipboard.</string>
<string name="clipboard_add_site_exception_block">Block a specific site to use your clipboard.</string>
<string name="location1">Location</string>
<string name="location_ask_first_description">Ask first before allowing sites to know your location</string>
<string name="camera">Camera</string>
<string name="camera_ask_first_description">Ask first before allowing sites to use your camera</string>
<string name="microphone">Microphone</string>
<string name="microphone_ask_first_description">Ask first before allowing sites to use your microphone</string>
<string name="on">On</string>
<string name="off">Off</string>
<string name="default_description">%1$s (default)</string>
<string name="grant">Grant</string>
<string name="skins">Skins</string>
<string name="load_skin">Load skin</string>
<string name="load_skin_failed">Load skin failed</string>
<string name="skin_changed">Skin changed</string>
<string name="import_script_from_url">Import script from URL</string>
<string name="import_script_from_file">Import script from file</string>
<string name="script_invalid">Script invalid</string>
<string name="open_app">Open app</string>
<string name="open_app_ask_first_description">Ask first before allowing sites to open your app</string>
<string name="open_app_allowed_description">Allow sites to open your app</string>
<string name="open_app_blocked_description">Block sites to open your app</string>
<string name="open_app_add_site_exception_allow">Allow a specific site to open your app.</string>
<string name="open_app_add_site_exception_block">Block a specific site to open your app.</string>
<string name="update_interval">Update interval</string>
<string name="never">Never</string>
<string name="every_day">Every day</string>
<string name="every_3_days">Every 3 days</string>
<string name="every_week">Every week</string>
<string name="every_15_days">Every 15 days</string>
<string name="adblock_add_site_exception_on">Enable ad blocking for a specific site.</string>
<string name="adblock_add_site_exception_off">Disable ad blocking for a specific site.</string>
<string name="sync">Sync</string>
<string name="sync_webdav">WebDAV</string>
<string name="sync_webdav_user">%1$s (WebDAV)</string>
<string name="webdav_configuration">WebDAV configuration</string>
<string name="webdav_digest_access_authentication">Uses digest access authentication</string>
<string name="no_configuration">No configuration</string>
<string name="has_never_been_synced">Has never been synced</string>
<string name="synced_">Synced %1$s</string>
<string name="auto_sync">Auto sync</string>
<string name="sync_data">Sync data</string>
<string name="sync_data_none">None</string>
<string name="sync_data_bookmarks">Bookmarks</string>
<string name="sync_data_favorites">Favorites</string>
<string name="sync_data_settings">Settings</string>
<string name="delimiter">, </string>
<string name="sync_done">Sync done</string>
<string name="sync_failed">Sync failed</string>
<string name="hint_password_unchanged">Password (Unchanged)</string>
<string name="enable_video_player_gestures">Enable video player gestures</string>
<string name="enable_video_player_gestures_description">Allow swipe to adjust video progress, screen brightness, device volume when playing video in full screen if possible</string>
<string name="external_video_player">External video player</string>
<string name="external_video_player_description">When selecting an external video player to play the video, use</string>
<string name="player_system_sharing">System sharing</string>
<string name="request_to_download_full_script">The script is incomplete and does not work, would you like to download the full script?</string>
<string name="data_app_cache">App cache</string>
<string name="sync_manually">Sync manually</string>
<string name="sync_push_description">Overwrite remote data with local data</string>
<string name="sync_push_confirm">Are you sure you want to override remote data with local data?</string>
<string name="sync_pull_description">Overwrite local data with remote data</string>
<string name="sync_pull_confirm">Are you sure you want to override local data with remote data?</string>
<string name="sync_merge_description">Merge local data with remote data</string>
<string name="mark_as_ad_expand">Expand</string>
<string name="mark_as_ad_shrink">Shrink</string>
<string name="mark_as_ad_move_view">Move view</string>
<string name="page_redirection">Page redirection</string>
<string name="page_redirection_allowed_description">Allow page redirection to any URL</string>
<string name="page_redirection_ask_first_description">Ask first before page redirection to cross-origin URL</string>
<string name="page_redirection_ask_first_description_short">Ask first before cross-origin redirection</string>
<string name="page_redirection_add_site_exception_allow">Allow page redirection to any URL for a specific site.</string>
<string name="page_redirection_add_site_exception_ask_first">Ask first before cross-origin redirection for a specific site.</string>
<string name="allow_page_redirection_to_msg">Allow page redirection to %1$s?</string>
<string name="allow_page_redirection_msg">Allow page redirection?</string>
<string name="sort">Sort</string>
<string name="new_folder">New folder</string>
<string name="page_up">Page up</string>
<string name="page_down">Page down</string>
<string name="select_action">Select action</string>
<string name="tab_actions">Tab actions</string>
<string name="feature_actions">Feature actions</string>
<string name="address_bar_actions">Address bar actions</string>
<string name="webpage_actions">Webpage actions</string>
<string name="message_close_all_tabs">Are you sure you want to close all tabs?</string>
<string name="search_in_via">Search in Via</string>
<string name="following_filters_invalid_message">The following filters are not in the correct format:</string>
<string name="customize_menu">Customize menu</string>
<string name="hold_and_drag_to_rearrange_items">Hold and drag to rearrange items</string>
<string name="hold_and_drag_or_tap_to_add_item">Hold and drag or tap to add item</string>
<string name="enable_tab_bar">Enable tab bar</string>
<string name="enable_scripts">Enable scripts</string>
<string name="scripts_enabled">Scripts enabled</string>
<string name="print_or_pdf">Print/PDF</string>
<string name="site_info">Site info</string>
<string name="is_on">%s is on</string>
<string name="is_off">%s is off</string>
<string name="is_set">%s is set</string>
<string name="is_required">%s is required</string>
<string name="close_tab_description">Close %s</string>
<string name="toast_enable_tab_bar">Please choose another toolbar UI mode to enable the tab bar</string>
<string name="import_data_failed_file_too_large">The file is too large and cannot be imported</string>
<string name="remember_my_choice">Remember my choice</string>
<string name="microphone_add_site_exception_allow">Allow a specific site to use your microphone.</string>
<string name="microphone_add_site_exception_block">Block a specific site to use your microphone.</string>
<string name="camera_add_site_exception_allow">Allow a specific site to use your camera.</string>
<string name="camera_add_site_exception_block">Block a specific site to use your camera.</string>
<string name="tab_is_closed">Tab is closed</string>
<string name="recently_closed_tabs">Recently closed tabs</string>
<string name="tabs">Tabs</string>
<string name="tab_settings">Tab settings</string>
<string name="show_toast_to_undo_closing_tab">Show toast to undo closing tab</string>
<string name="show_toast_to_undo_closing_tab_description">The toast will not be shown if incognito mode is on</string>
<string name="open_all">Open all</string>
<string name="expand_web_content_automatically">Expand webpage content automatically</string>
<string name="expand_web_content_automatically_description">Expand collapsed content automatically when open a webpage</string>
<string name="read_aloud">Read aloud</string>
<string name="start_reading_aloud">Start reading aloud</string>
<string name="cannot_read_this_page_aloud">Cannot read this page aloud</string>
<string name="tts_failed_to_initialize">TTS engine could not be initialized</string>
<string name="fastforward">Fastforward</string>
<string name="rewind">Rewind</string>
<string name="add_to_home_screen">Add to home screen</string>
<string name="certificate_detail_fingerprints"><![CDATA[
<b>SHA-256 FINGERPRINTS</b><br />
<b>Certificate</b><br />
%1$s
<br /><b>Public Key</b><br />
%2$s
<br />
]]></string>
<string name="show_reader">Show reader</string>
<string name="hide_reader">Hide reader</string>
<string name="reader_is_shown">Reader is shown</string>
<string name="reader_is_hidden">Reader is hidden</string>
<string name="custom_reader_css">Custom reader CSS</string>
<string name="reader_mode">Reader mode</string>
<string name="the_page_has_not_fully_loaded">The page has not fully loaded</string>
<string name="more_options">More options</string>
<string name="link_too_long_to_generate_qr_code">The link is too long to generate a QR code</string>
<string name="view_scripts">View scripts</string>
<string name="exit_message_if_incognito_mode_is_on">All open tabs will be deleted and cannot be restored, are you sure to you want to exit app?</string>
<string name="dont_remind_me_again">Don\'t remind me again</string>
<string name="cannot_work_javascript_is_blocked">It can only work if JavaScript is allowed.</string>
<string name="cannot_work_on_this_site">It cannot work on this site.</string>
<string name="one_filter_per_line">One filter per line.</string>
<string name="modified_content_has_not_been_saved_message">The modified content has not been saved. Do you want to save it?</string>
<string name="operation_opensettings">Open settings</string>
<string name="enable_draggable_scrollbar">Enable draggable scrollbar</string>
<string name="file_download_completed">%1$s downloaded</string>
<string name="file_download_failed">Download %1$s failed</string>
<string name="require_confirmation_to_enable_reader_mode">Require confirmation to show reader</string>
<string name="require_confirmation_to_enable_reader_mode_description_enabled">Show menu first when clicking on the address bar\'s reader mode icon</string>
<string name="require_confirmation_to_enable_reader_mode_description_disabled">Show reader when clicking on the address bar\'s reader mode icon</string>
<string name="appearance">Appearance</string>
<string name="open_app_failed">Unable to find associated app to open the link</string>
<string name="stop_reading_aloud">Stop reading aloud</string>
<string name="read_aloud_panel">Read aloud panel</string>
<string name="duplicate_tab">Duplicate tab</string>
<string name="clear_search_history">Clear search history</string>
<string name="clear_search_history_message">Are you sure you want to clear search history?</string>
<string name="open">Open</string>
<string name="mark_as_ad_guide">Please click on the ad area to mark it</string>
<string name="log_out_webdav">Log out</string>
<string name="run_at">Run at</string>
<string name="matches">Matches</string>
<string name="match">Match</string>
<string name="add_match">Add match</string>
<string name="excludes">Excludes</string>
<string name="exclude">Exclude</string>
<string name="add_exclude">Add exclude</string>
<string name="edit_source_code">Edit source code</string>
<string name="reset_script_message">Are you sure you want to reset this script?</string>
<string name="exclude_domain">Exclude %1$s</string>
<string name="exclude_domain_from_script_toast">Script %1$s will not run on %2$s.</string>
<string name="search_history">Search history</string>
<string name="metaso_url">Metaso</string>
<string name="search_settings">Search settings</string>
<string name="search_engines">Search engines</string>
<string name="search_toolbar">Search toolbar</string>
<string name="enable_search_toobar">Enable search toolbar</string>
<string name="invalid_url">Invalid URL</string>
<string name="grant_camera_permission_hint">Tap the screen to grant camera permission \nto scan the code</string>
<string name="location_add_site_exception_allow">Allow a specific site to use your location.</string>
<string name="location_add_site_exception_block">Block a specific site to use your location.</string>
<string name="site_request_location_permission">%1$s would like to use your location.</string>
<string name="site_is_using_your_location">%1$s is using your location</string>
<string name="text_size_site_exception_add">Set the text size for a specific site.</string>
<string name="only_take_effect_for_current_site">Only take effect for the current site</string>
<string name="disable_webrtc">Disable WebRTC</string>
<string name="lock">Lock</string>
<string name="unlock">Unlock</string>
<string name="delete_items_message">Are you sure you want to delete %1$d items?</string>
<string name="pip">Picture in picture</string>
<string name="game_mode">Game mode</string>
<string name="game_mode_is_on">Game mode is on, press the back key twice to exit</string>
<string name="game_mode_exit">Press one more time to exit game mode</string>
<string name="show_details">Show details</string>
<string name="hide_details">Hide details</string>
<plurals name="items">
<item quantity="zero">0 item</item>
<item quantity="one">1 item</item>
<item quantity="other">%d items</item>
</plurals>
<string name="no_images">No images</string>
<string name="update_pending">Starting update\u2026</string>
<string name="update_item_successfully">Update %1$s successfully</string>
<string name="update_item_failed">Update %1$s failed</string>
<string name="update_scripts_completed">Scripts update completed.</string>
<string name="request_item_update">Are you sure you want to update %1$s?</string>
</resources>