diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-10-01 18:27:20 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-10-01 18:27:20 +0200 |
| commit | 5fbda0dafe5ce7efad04a68de8d6d59a19c4b60c (patch) | |
| tree | fdc4a738e9ce972dece8cbe080065e6891158439 /searx | |
| parent | 983339bb0384e50a64db9c4732422e8f4e778653 (diff) | |
| parent | 7617cf1da9270603b8b6cacd1c979cc5302867ee (diff) | |
Merge pull request #67 from opi/patch-1
[enh] Add french translation for webapp.
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/translations/fr/LC_MESSAGES/messages.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/translations/fr/LC_MESSAGES/messages.po b/searx/translations/fr/LC_MESSAGES/messages.po index 37dc5e47f..0b9f3ed5d 100644 --- a/searx/translations/fr/LC_MESSAGES/messages.po +++ b/searx/translations/fr/LC_MESSAGES/messages.po @@ -23,11 +23,11 @@ msgstr "" #: searx/webapp.py:167 msgid "{minutes} minute(s) ago" -msgstr "" +msgstr "Il y a {minutes} minute(s)" #: searx/webapp.py:169 msgid "{hours} hour(s), {minutes} minute(s) ago" -msgstr "" +msgstr "Il y a {hours} heure(s), {minutes} minute(s)" #: searx/engines/__init__.py:311 msgid "Page loads (sec)" |