update readme
[dotfiles/.git] / .config / BraveSoftware / Brave-Browser / Default / Extensions / cimiefiiaegbelhefglklhhakcgmhkai / 1.7.6_0 / action_popup.html
1 <!DOCTYPE html>
2
3 <html>
4
5 <head>
6     <meta charset="utf-8">
7     <title></title>
8     <link rel="stylesheet" href="action_popup.css">
9     <script src="i18n.js"></script>
10     <script src="constants.js"></script>
11     <script src="utils.js"></script>
12     <script src="content-utils.js"></script>
13     <script src="action_popup.js"></script>
14 </head>
15
16 <body>
17
18 <header>
19     <span data-i18n="browseraction_title">I18N</span>
20 </header>
21
22 <main>
23
24     <!-- same error messages as in options.html -->
25     <div id="unsupported_os_error" class="message error with-icon hidden">
26         <h3 data-i18n="general_error_not_supported_os_title">I18N</h3>
27
28         <p data-i18n="general_error_not_supported_os">I18N</p>
29     </div>
30
31     <div id="startup_error" class="message error with-icon hidden">
32         <h3 data-i18n="general_error_startup_failed_title">I18N</h3>
33
34         <p data-i18n="general_error_startup_failed">I18N</p>
35
36         <h4 id="startup_error_text" class="hidden"></h4>
37
38         <a data-i18n="general_error_startup_failed_wiki_link" href="https://community.kde.org/Plasma/Browser_Integration" target="_blank">I18N</a>
39     </div>
40
41     <div id="runtime_error" class="message error with-icon hidden">
42         <h3 data-i18n="general_error_host_disconnected_title">I18N</h3>
43
44         <p id="runtime_error_text" data-i18n="general_error_unknown">I18N</p>
45     </div>
46
47     <div id="main" class="hidden">
48
49         <div id="dummy-main" class="message general with-icon"></div>
50
51         <section class="mpris-blacklist-info hidden">
52             <header data-i18n="browseraction_mpris_title">I18N</header>
53             <p data-i18n="browseraction_mpris_enable_on">I18N</p>
54             <ul class="mpris-blacklist-origins"></ul>
55         </section>
56
57     </div>
58
59 </main>
60
61 </body>
62
63 </html>