mirror of
https://github.com/searxng/searxng.git
synced 2026-01-13 18:15:30 +00:00
Merge https://github.com/asciimoo/searx into template_oscar
Conflicts: searx/translations/de/LC_MESSAGES/messages.po searx/translations/en/LC_MESSAGES/messages.po searx/translations/es/LC_MESSAGES/messages.po searx/translations/fr/LC_MESSAGES/messages.po searx/translations/hu/LC_MESSAGES/messages.po searx/translations/it/LC_MESSAGES/messages.po searx/translations/nl/LC_MESSAGES/messages.po searx/webapp.py
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
# Translators:
|
||||
# Benjamin Sonntag <benjamin@sonntag.fr>, 2014
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# rike <u@451f.org>, 2014
|
||||
# rike, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-01 19:45+0200\n"
|
||||
"PO-Revision-Date: 2014-03-16 07:40+0000\n"
|
||||
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
|
||||
"POT-Creation-Date: 2014-10-26 19:10+0100\n"
|
||||
"PO-Revision-Date: 2014-09-07 21:24+0000\n"
|
||||
"Last-Translator: Adam Tauber <asciimoo@gmail.com>\n"
|
||||
"Language-Team: French "
|
||||
"(http://www.transifex.com/projects/p/searx/language/fr/)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||
@@ -21,31 +21,31 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 1.3\n"
|
||||
|
||||
#: searx/webapp.py:252
|
||||
#: searx/webapp.py:305
|
||||
msgid "{minutes} minute(s) ago"
|
||||
msgstr "Il y a {minutes} minute(s)"
|
||||
msgstr "il y a {minutes} minute(s)"
|
||||
|
||||
#: searx/webapp.py:254
|
||||
#: searx/webapp.py:307
|
||||
msgid "{hours} hour(s), {minutes} minute(s) ago"
|
||||
msgstr "Il y a {hours} heure(s), {minutes} minute(s)"
|
||||
msgstr "il y a {hours} heure(s), {minutes} minute(s)"
|
||||
|
||||
#: searx/engines/__init__.py:164
|
||||
#: searx/engines/__init__.py:177
|
||||
msgid "Page loads (sec)"
|
||||
msgstr "Chargement de la page (sec)"
|
||||
|
||||
#: searx/engines/__init__.py:168
|
||||
#: searx/engines/__init__.py:181
|
||||
msgid "Number of results"
|
||||
msgstr "Nombre de résultats"
|
||||
|
||||
#: searx/engines/__init__.py:172
|
||||
#: searx/engines/__init__.py:185
|
||||
msgid "Scores"
|
||||
msgstr "Score"
|
||||
|
||||
#: searx/engines/__init__.py:176
|
||||
#: searx/engines/__init__.py:189
|
||||
msgid "Scores per result"
|
||||
msgstr "Score par résultat"
|
||||
|
||||
#: searx/engines/__init__.py:180
|
||||
#: searx/engines/__init__.py:193
|
||||
msgid "Errors"
|
||||
msgstr "Erreurs"
|
||||
|
||||
@@ -111,7 +111,7 @@ msgstr ""
|
||||
#: searx/templates/courgette/preferences.html:66
|
||||
#: searx/templates/default/preferences.html:66
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Moteurs actuellement utilisés"
|
||||
msgstr "Moteurs de recherche actuellement utilisés"
|
||||
|
||||
#: searx/templates/courgette/preferences.html:70
|
||||
#: searx/templates/default/preferences.html:70
|
||||
@@ -173,30 +173,30 @@ msgstr "retour"
|
||||
|
||||
#: searx/templates/courgette/results.html:12
|
||||
#: searx/templates/default/results.html:12
|
||||
#: searx/templates/oscar/results.html:74
|
||||
#: searx/templates/oscar/results.html:70
|
||||
msgid "Search URL"
|
||||
msgstr "URL de recherche"
|
||||
|
||||
#: searx/templates/courgette/results.html:16
|
||||
#: searx/templates/default/results.html:16
|
||||
#: searx/templates/oscar/results.html:79
|
||||
#: searx/templates/oscar/results.html:75
|
||||
msgid "Download results"
|
||||
msgstr "Télécharger les résultats"
|
||||
|
||||
#: searx/templates/courgette/results.html:34
|
||||
#: searx/templates/default/results.html:34
|
||||
#: searx/templates/oscar/results.html:51
|
||||
#: searx/templates/default/results.html:42
|
||||
#: searx/templates/oscar/results.html:50
|
||||
msgid "Suggestions"
|
||||
msgstr "Suggestions"
|
||||
|
||||
#: searx/templates/courgette/results.html:62
|
||||
#: searx/templates/default/results.html:62
|
||||
#: searx/templates/default/results.html:78
|
||||
#: searx/templates/oscar/results.html:29
|
||||
msgid "previous page"
|
||||
msgstr "page précédente"
|
||||
|
||||
#: searx/templates/courgette/results.html:73
|
||||
#: searx/templates/default/results.html:73
|
||||
#: searx/templates/default/results.html:89
|
||||
#: searx/templates/oscar/results.html:37
|
||||
msgid "next page"
|
||||
msgstr "page suivante"
|
||||
@@ -212,6 +212,10 @@ msgstr "Rechercher..."
|
||||
msgid "Engine stats"
|
||||
msgstr "Statistiques du moteur"
|
||||
|
||||
#: searx/templates/default/results.html:34
|
||||
msgid "Answers"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/base.html:61
|
||||
msgid "Powered by"
|
||||
msgstr ""
|
||||
@@ -229,14 +233,12 @@ msgid "home"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/preferences.html:11
|
||||
#, fuzzy
|
||||
msgid "General"
|
||||
msgstr "général"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/preferences.html:12
|
||||
#, fuzzy
|
||||
msgid "Engines"
|
||||
msgstr "Statistiques du moteur"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/preferences.html:36
|
||||
msgid "What language do you prefer for search?"
|
||||
@@ -262,11 +264,10 @@ msgid "Change searx layout"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/results.html:6
|
||||
#, fuzzy
|
||||
msgid "Search results"
|
||||
msgstr "Nombre de résultats"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/results.html:68
|
||||
#: searx/templates/oscar/results.html:65
|
||||
msgid "Links"
|
||||
msgstr ""
|
||||
|
||||
@@ -341,9 +342,8 @@ msgid "Something went wrong."
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/result_templates/images.html:20
|
||||
#, fuzzy
|
||||
msgid "Get image"
|
||||
msgstr "page suivante"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/oscar/result_templates/images.html:21
|
||||
msgid "View source"
|
||||
@@ -380,3 +380,6 @@ msgstr "Informatique"
|
||||
msgid "news"
|
||||
msgstr "actus"
|
||||
|
||||
msgid "map"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user