diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-05-19 15:52:23 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-05-19 15:52:23 +0200 |
commit | ebc0bcb6125b8db57bcf02f215608cfa7b6e0319 (patch) | |
tree | a585178dfe8a2aa699c48c8e29e7b54eccc8cd33 /searx/translations/en | |
parent | bf1eebb17f2a4e4454d59a59757e0265e33c9dcf (diff) | |
parent | 242c9ba756460a6bf0ba3f55a65c1bd7e51ad06a (diff) | |
download | searxng-ebc0bcb6125b8db57bcf02f215608cfa7b6e0319.tar.gz searxng-ebc0bcb6125b8db57bcf02f215608cfa7b6e0319.zip |
Merge pull request #551 from mikhirev/master
use ngettext for plurals
Diffstat (limited to 'searx/translations/en')
-rw-r--r-- | searx/translations/en/LC_MESSAGES/messages.po | 58 |
1 files changed, 44 insertions, 14 deletions
diff --git a/searx/translations/en/LC_MESSAGES/messages.po b/searx/translations/en/LC_MESSAGES/messages.po index 1f7f591c8..31e2f7a3a 100644 --- a/searx/translations/en/LC_MESSAGES/messages.po +++ b/searx/translations/en/LC_MESSAGES/messages.po @@ -7,16 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2016-01-21 16:05+0100\n" +"POT-Creation-Date: 2016-05-02 12:56+0300\n" "PO-Revision-Date: 2014-01-30 15:22+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language: en\n" "Language-Team: en <LL@li.org>\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.2.0\n" +"Generated-By: Babel 1.3\n" #: searx/webapp.py:114 msgid "files" @@ -58,31 +57,35 @@ msgstr "" msgid "science" msgstr "" -#: searx/webapp.py:415 -msgid "{minutes} minute(s) ago" -msgstr "" +#: searx/webapp.py:414 searx/webapp.py:417 +msgid "{minutes} minute ago" +msgid_plural "{minutes} minutes ago" +msgstr[0] "" +msgstr[1] "" -#: searx/webapp.py:417 -msgid "{hours} hour(s), {minutes} minute(s) ago" -msgstr "" +#: searx/webapp.py:416 +msgid "{hours} hour, " +msgid_plural "{hours} hours, " +msgstr[0] "" +msgstr[1] "" -#: searx/engines/__init__.py:185 +#: searx/engines/__init__.py:174 msgid "Page loads (sec)" msgstr "" -#: searx/engines/__init__.py:189 +#: searx/engines/__init__.py:178 msgid "Number of results" msgstr "" -#: searx/engines/__init__.py:193 +#: searx/engines/__init__.py:182 msgid "Scores" msgstr "" -#: searx/engines/__init__.py:197 +#: searx/engines/__init__.py:186 msgid "Scores per result" msgstr "" -#: searx/engines/__init__.py:201 +#: searx/engines/__init__.py:190 msgid "Errors" msgstr "" @@ -90,6 +93,17 @@ msgstr "" msgid "Rewrite HTTP links to HTTPS if possible" msgstr "" +#: searx/plugins/open_results_on_new_tab.py:18 +msgid "Open result links on new browser tabs" +msgstr "" + +#: searx/plugins/open_results_on_new_tab.py:19 +msgid "" +"Results are opened in the same window by default. This plugin overwrites " +"the default behaviour to open links on new tabs/windows. (JavaScript " +"required)" +msgstr "" + #: searx/plugins/search_on_category_select.py:18 msgid "Search on category select" msgstr "" @@ -114,6 +128,16 @@ msgstr "" msgid "Remove trackers arguments from the returned URL" msgstr "" +#: searx/plugins/vim_hotkeys.py:3 +msgid "Vim-like hotkeys" +msgstr "" + +#: searx/plugins/vim_hotkeys.py:4 +msgid "" +"Navigate search results with Vim-like hotkeys (JavaScript required). " +"Press \"h\" key on main or result page to get help." +msgstr "" + #: searx/templates/courgette/index.html:9 #: searx/templates/courgette/index.html:13 #: searx/templates/courgette/results.html:5 @@ -693,3 +717,9 @@ msgstr "" #~ msgid "No" #~ msgstr "" +#~ msgid "{minutes} minute(s) ago" +#~ msgstr "" + +#~ msgid "{hours} hour(s), {minutes} minute(s) ago" +#~ msgstr "" + |