aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-27 11:25:00 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-29 10:47:13 +0200
commit05f1f813fa5dad4e9794dcccb0ea24e75a215029 (patch)
treecdd3f85dc0831afe5fcf6d707bc204f39f538920 /src/hydrilla/locales/en_US/LC_MESSAGES/messages.po
parentc28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6 (diff)
downloadhaketilo-hydrilla-05f1f813fa5dad4e9794dcccb0ea24e75a215029.tar.gz
haketilo-hydrilla-05f1f813fa5dad4e9794dcccb0ea24e75a215029.zip
[proxy] remove options page in web UI and move options to proxy's home page
Diffstat (limited to 'src/hydrilla/locales/en_US/LC_MESSAGES/messages.po')
-rw-r--r--src/hydrilla/locales/en_US/LC_MESSAGES/messages.po158
1 files changed, 75 insertions, 83 deletions
diff --git a/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po b/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po
index 277678e..addfe8e 100644
--- a/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po
+++ b/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hydrilla 2.0\n"
"Report-Msgid-Bugs-To: koszko@koszko.org\n"
-"POT-Creation-Date: 2022-09-27 10:53+0200\n"
+"POT-Creation-Date: 2022-09-27 11:23+0200\n"
"PO-Revision-Date: 2022-02-12 00:00+0000\n"
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
"Language: en_US\n"
@@ -226,26 +226,22 @@ msgid "web_ui.base.nav.home"
msgstr "Home"
#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:242
-msgid "web_ui.base.nav.options"
-msgstr "Options"
-
-#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:243
msgid "web_ui.base.nav.rules"
msgstr "Script blocking"
-#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:244
+#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:243
msgid "web_ui.base.nav.packages"
msgstr "Packages"
-#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:245
+#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:244
msgid "web_ui.base.nav.libraries"
msgstr "Libraries"
-#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:246
+#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:245
msgid "web_ui.base.nav.repos"
msgstr "Repositories"
-#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:247
+#: src/hydrilla/proxy/web_ui/templates/base.html.jinja:246
msgid "web_ui.base.nav.load"
msgstr "Import from file"
@@ -275,6 +271,76 @@ msgstr ""
"custom logic to them. Haketilo was orignally developed as a browser "
"extension but has since been made into an HTTP proxy."
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:45
+msgid "web_ui.home.heading.options"
+msgstr "Global options"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:55
+msgid "web_ui.home.packages_are_used_when_enabled"
+msgstr ""
+"Hektilo is currently configured to only use packages that were explicitly"
+" enabled."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:58
+msgid "web_ui.home.user_gets_asked_whether_to_enable_package"
+msgstr ""
+"Hektilo is currently configured to ask whenever a package is found that "
+"could be used for the current site."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:62
+msgid "web_ui.home.packages_are_used_automatically"
+msgstr ""
+"Hektilo is currently configured to automatically use packages that are "
+"available for the current site."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:69
+msgid "web_ui.home.use_enabled_button"
+msgstr "Use when enabled"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:72
+msgid "web_ui.home.use_question_button"
+msgstr "Ask whether to use"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:75
+msgid "web_ui.home.use_auto_button"
+msgstr "Use automatically"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:88
+msgid "web_ui.home.scripts_are_allowed_by_default"
+msgstr ""
+"By default Haketilo currently allows JavaScript sent by websites to the "
+"browser to execute."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:91
+msgid "web_ui.home.scripts_are_blocked_by_default"
+msgstr ""
+"By default Haketilo currently blocks JavaScript sent by websites to the "
+"browser from executing."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:95
+msgid "web_ui.home.allow_scripts_button"
+msgstr "Allow scripts"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:96
+msgid "web_ui.home.block_scripts_button"
+msgstr "Block scripts"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:113
+msgid "web_ui.home.user_is_advanced_user"
+msgstr "Interface features for advanced users are currently enabled."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:116
+msgid "web_ui.home.user_is_simple_user"
+msgstr "Interface features for advanced users are currently disabled."
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:123
+msgid "web_ui.home.user_make_advanced_button"
+msgstr "Enable"
+
+#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:126
+msgid "web_ui.home.user_make_simple_button"
+msgstr "Disable"
+
#: src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja:25
#: src/hydrilla/proxy/web_ui/templates/prompts/package_suggestion.html.jinja:30
#: src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja:33
@@ -528,80 +594,6 @@ msgstr "Available packages"
msgid "web_ui.packages.enabled_version_{}"
msgstr "enabled version {}"
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:23
-msgid "web_ui.options.title"
-msgstr "Global options"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:27
-msgid "web_ui.options.heading"
-msgstr "Haketilo global options"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:37
-msgid "web_ui.options.packages_are_used_when_enabled"
-msgstr ""
-"Hektilo is currently configured to only use packages that were explicitly"
-" enabled."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:40
-msgid "web_ui.options.user_gets_asked_whether_to_enable_package"
-msgstr ""
-"Hektilo is currently configured to ask whenever a package is found that "
-"could be used for the current site."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:44
-msgid "web_ui.options.packages_are_used_automatically"
-msgstr ""
-"Hektilo is currently configured to automatically use packages that are "
-"available for the current site."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:51
-msgid "web_ui.options.use_enabled_button"
-msgstr "Use when enabled"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:54
-msgid "web_ui.options.use_question_button"
-msgstr "Ask whether to use"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:57
-msgid "web_ui.options.use_auto_button"
-msgstr "Use automatically"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:70
-msgid "web_ui.options.scripts_are_allowed_by_default"
-msgstr ""
-"By default Haketilo currently allows JavaScript sent by websites to the "
-"browser to execute."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:73
-msgid "web_ui.options.scripts_are_blocked_by_default"
-msgstr ""
-"By default Haketilo currently blocks JavaScript sent by websites to the "
-"browser from executing."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:77
-msgid "web_ui.options.allow_scripts_button"
-msgstr "Allow scripts"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:78
-msgid "web_ui.options.block_scripts_button"
-msgstr "Block scripts"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:95
-msgid "web_ui.options.user_is_advanced_user"
-msgstr "Interface features for advanced users are currently enabled."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:98
-msgid "web_ui.options.user_is_simple_user"
-msgstr "Interface features for advanced users are currently disabled."
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:105
-msgid "web_ui.options.user_make_advanced_button"
-msgstr "Enable"
-
-#: src/hydrilla/proxy/web_ui/templates/options.html.jinja:108
-msgid "web_ui.options.user_make_simple_button"
-msgstr "Disable"
-
#: src/hydrilla/proxy/web_ui/templates/prompts/auto_install_error.html.jinja:24
msgid "web_ui.prompts.auto_install_error.title"
msgstr "Installation failure"