diff options
Diffstat (limited to 'searx/translations/en/LC_MESSAGES/messages.po')
| -rw-r--r-- | searx/translations/en/LC_MESSAGES/messages.po | 74 |
1 files changed, 43 insertions, 31 deletions
diff --git a/searx/translations/en/LC_MESSAGES/messages.po b/searx/translations/en/LC_MESSAGES/messages.po index bb22b28dc..1467ba279 100644 --- a/searx/translations/en/LC_MESSAGES/messages.po +++ b/searx/translations/en/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-10-20 08:35+0000\n" +"POT-Creation-Date: 2025-12-05 10:19+0000\n" "PO-Revision-Date: 2014-01-30 15:22+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language: en\n" @@ -484,7 +484,7 @@ msgid "active users" msgstr "" #. SOCIAL_MEDIA_TERMS['COMMENTS'] -#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 +#: searx/engines/discourse.py:157 searx/engines/hackernews.py:83 #: searx/engines/lemmy.py:130 searx/searxng.msg msgid "comments" msgstr "" @@ -500,7 +500,7 @@ msgid "community" msgstr "" #. SOCIAL_MEDIA_TERMS['POINTS'] -#: searx/engines/hackernews.py:81 searx/searxng.msg +#: searx/engines/hackernews.py:83 searx/searxng.msg msgid "points" msgstr "" @@ -510,7 +510,7 @@ msgid "title" msgstr "" #. SOCIAL_MEDIA_TERMS['AUTHOR'] -#: searx/engines/hackernews.py:84 searx/searxng.msg +#: searx/engines/hackernews.py:86 searx/searxng.msg msgid "author" msgstr "" @@ -533,7 +533,7 @@ msgstr "" msgid "No item found" msgstr "" -#: searx/engines/qwant.py:289 +#: searx/engines/qwant.py:299 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 msgid "Source" msgstr "" @@ -542,15 +542,15 @@ msgstr "" msgid "Error loading the next page" msgstr "" -#: searx/webapp.py:475 searx/webapp.py:876 +#: searx/webapp.py:481 searx/webapp.py:882 msgid "Invalid settings, please edit your preferences" msgstr "" -#: searx/webapp.py:491 +#: searx/webapp.py:497 msgid "Invalid settings" msgstr "" -#: searx/webapp.py:568 searx/webapp.py:658 +#: searx/webapp.py:574 searx/webapp.py:664 msgid "search error" msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "This entry has been superseded by" msgstr "" -#: searx/engines/qwant.py:291 +#: searx/engines/qwant.py:301 msgid "Channel" msgstr "" @@ -702,12 +702,12 @@ msgstr "" msgid "Filter out onion results that appear in Ahmia's blacklist." msgstr "" -#: searx/plugins/calculator.py:37 -msgid "Basic Calculator" +#: searx/plugins/calculator.py:25 +msgid "Calculator" msgstr "" -#: searx/plugins/calculator.py:38 -msgid "Calculate mathematical expressions via the search bar" +#: searx/plugins/calculator.py:26 +msgid "Parses and solves mathematical expressions." msgstr "" #: searx/plugins/hash_plugin.py:33 @@ -732,6 +732,16 @@ msgstr "" msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgstr "" +#: searx/plugins/infinite_scroll.py:25 +msgid "Infinite scroll" +msgstr "" + +#: searx/plugins/infinite_scroll.py:26 +msgid "" +"Automatically loads the next page when scrolling to bottom of the current" +" page" +msgstr "" + #: searx/plugins/oa_doi_rewrite.py:54 msgid "Open Access DOI rewrite" msgstr "" @@ -798,15 +808,15 @@ msgstr "" msgid "Remove trackers arguments from the returned URL" msgstr "" -#: searx/plugins/unit_converter.py:48 +#: searx/plugins/unit_converter.py:42 msgid "Unit converter plugin" msgstr "" -#: searx/plugins/unit_converter.py:49 +#: searx/plugins/unit_converter.py:43 msgid "Convert between units" msgstr "" -#: searx/result_types/answer.py:226 +#: searx/result_types/answer.py:223 #, python-brace-format msgid "{location}: {temperature}, {condition}" msgstr "" @@ -977,23 +987,23 @@ msgstr "" msgid "User interface" msgstr "" -#: searx/templates/simple/preferences.html:227 +#: searx/templates/simple/preferences.html:224 msgid "Privacy" msgstr "" -#: searx/templates/simple/preferences.html:242 +#: searx/templates/simple/preferences.html:239 msgid "Engines" msgstr "" -#: searx/templates/simple/preferences.html:244 +#: searx/templates/simple/preferences.html:241 msgid "Currently used search engines" msgstr "" -#: searx/templates/simple/preferences.html:253 +#: searx/templates/simple/preferences.html:250 msgid "Special Queries" msgstr "" -#: searx/templates/simple/preferences.html:261 +#: searx/templates/simple/preferences.html:258 msgid "Cookies" msgstr "" @@ -1475,16 +1485,6 @@ msgstr "" msgid "Proxy image results through SearXNG" msgstr "" -#: searx/templates/simple/preferences/infinite_scroll.html:2 -msgid "Infinite scroll" -msgstr "" - -#: searx/templates/simple/preferences/infinite_scroll.html:14 -msgid "" -"Automatically load the next page when scrolling to the bottom of the " -"current page" -msgstr "" - #: searx/templates/simple/preferences/language.html:24 msgid "What language do you prefer for search?" msgstr "" @@ -2274,3 +2274,15 @@ msgstr "" #~ msgid "repo" #~ msgstr "" +#~ msgid "Basic Calculator" +#~ msgstr "" + +#~ msgid "Calculate mathematical expressions via the search bar" +#~ msgstr "" + +#~ msgid "" +#~ "Automatically load the next page when" +#~ " scrolling to the bottom of the " +#~ "current page" +#~ msgstr "" + |