blob: 0b9f3ed5dcd22b650356f1d366c6e8dad37135a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
# English translations for .
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the project.
#
# Translators:
# Benjamin Sonntag <benjamin@sonntag.fr>, 2014
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# rike <u@451f.org>, 2014
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-03-18 17:10+0100\n"
"PO-Revision-Date: 2014-03-16 07:40+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: French "
"(http://www.transifex.com/projects/p/searx/language/fr/)\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 1.3\n"
#: searx/webapp.py:167
msgid "{minutes} minute(s) ago"
msgstr "Il y a {minutes} minute(s)"
#: searx/webapp.py:169
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "Il y a {hours} heure(s), {minutes} minute(s)"
#: searx/engines/__init__.py:311
msgid "Page loads (sec)"
msgstr "Chargement de la page (sec)"
#: searx/engines/__init__.py:315
msgid "Number of results"
msgstr "Nombre de résultats"
#: searx/engines/__init__.py:319
msgid "Scores"
msgstr "Score"
#: searx/engines/__init__.py:323
msgid "Scores per result"
msgstr "Score par résultat"
#: searx/engines/__init__.py:327
msgid "Errors"
msgstr "Erreurs"
#: searx/templates/index.html:7
msgid "about"
msgstr "À propos"
#: searx/templates/index.html:8
msgid "preferences"
msgstr "préférences"
#: searx/templates/preferences.html:5
msgid "Preferences"
msgstr "Préférences"
#: searx/templates/preferences.html:9
msgid "Default categories"
msgstr "Catégories par défaut"
#: searx/templates/preferences.html:15
msgid "Search language"
msgstr "Langue de recherche"
#: searx/templates/preferences.html:18
msgid "Automatic"
msgstr "Automatique"
#: searx/templates/preferences.html:26
msgid "Interface language"
msgstr "Langue de l'interface"
#: searx/templates/preferences.html:36
msgid "Currently used search engines"
msgstr "Moteurs actuellement utilisés"
#: searx/templates/preferences.html:40
msgid "Engine name"
msgstr "Nom du moteur"
#: searx/templates/preferences.html:41
msgid "Category"
msgstr "Catégorie"
#: searx/templates/preferences.html:42 searx/templates/preferences.html:53
msgid "Allow"
msgstr "Autoriser"
#: searx/templates/preferences.html:42 searx/templates/preferences.html:54
msgid "Block"
msgstr "Bloquer"
#: searx/templates/preferences.html:62
msgid ""
"These settings are stored in your cookies, this allows us not to store "
"this data about you."
msgstr ""
"Ces paramètres sont stockés dans vos cookies ; ceci nous permet de ne pas"
" collecter vos données."
#: searx/templates/preferences.html:64
msgid ""
"These cookies serve your sole convenience, we don't use these cookies to "
"track you."
msgstr ""
"Ces cookies existent pour votre confort d'utilisation, nous ne les "
"utilisons pas pour vous espionner."
#: searx/templates/preferences.html:67
msgid "save"
msgstr "enregistrer"
#: searx/templates/preferences.html:68
msgid "back"
msgstr "retour"
#: searx/templates/results.html:11
msgid "Suggestions"
msgstr "Suggestions"
#: searx/templates/results.html:22
msgid "Search URL"
msgstr "URL de recherche"
#: searx/templates/results.html:26
msgid "Download results"
msgstr "Télécharger les résultats"
#: searx/templates/results.html:62
msgid "previous page"
msgstr "page précédente"
#: searx/templates/results.html:73
msgid "next page"
msgstr "page suivante"
#: searx/templates/search.html:3
msgid "Search for..."
msgstr "Rechercher..."
#: searx/templates/stats.html:4
msgid "Engine stats"
msgstr "Statistiques du moteur"
# categories - manually added
# TODO - automatically add
msgid "files"
msgstr "fichiers"
msgid "general"
msgstr "général"
msgid "music"
msgstr "musique"
msgid "social media"
msgstr "réseaux sociaux"
msgid "images"
msgstr "images"
msgid "videos"
msgstr "vidéos"
msgid "it"
msgstr "Informatique"
msgid "news"
msgstr "actus"
|