]> git.ipfire.org Git - ddns.git/blob - po/fr.po
Add domains.google.com as provider.
[ddns.git] / po / fr.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 #
5 # Translators:
6 # RafaelK <rafael@keramid.as>, 2012
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: IPFire Project\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-09-29 14:20+0000\n"
12 "PO-Revision-Date: 2014-09-29 14:25+0000\n"
13 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
14 "Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/"
15 "fr/)\n"
16 "Language: fr\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
22 #: ../src/ddns/__init__.py:63
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:90
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:156
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr "Aucune entrée trouvée dans le fichier de configuration. Sortie."
34
35 #: ../src/ddns/__init__.py:167
36 #, python-format
37 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38 msgstr ""
39 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :"
40
41 #: ../src/ddns/__init__.py:174
42 #, python-format
43 msgid ""
44 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
45 "exception:"
46 msgstr ""
47 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une "
48 "exception non gérée :"
49
50 #: ../src/ddns/errors.py:29
51 msgid "Error"
52 msgstr ""
53
54 #: ../src/ddns/errors.py:39
55 msgid "Network error"
56 msgstr ""
57
58 #: ../src/ddns/errors.py:47
59 msgid ""
60 "The server denied processing the request because account abuse is suspected"
61 msgstr ""
62
63 #: ../src/ddns/errors.py:55
64 msgid "Authentication against the server has failed"
65 msgstr ""
66
67 #: ../src/ddns/errors.py:64
68 msgid "The server denies any updates from this client"
69 msgstr ""
70
71 #: ../src/ddns/errors.py:72
72 msgid "The configuration file has errors"
73 msgstr ""
74
75 #: ../src/ddns/errors.py:79
76 msgid "Connection refused"
77 msgstr ""
78
79 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
80 msgid "Connection timeout"
81 msgstr ""
82
83 #: ../src/ddns/errors.py:94
84 msgid "The host could not be found in the configuration file"
85 msgstr ""
86
87 #: ../src/ddns/errors.py:102
88 msgid "Internal server error"
89 msgstr ""
90
91 #: ../src/ddns/errors.py:109
92 msgid "Network unreachable"
93 msgstr ""
94
95 #: ../src/ddns/errors.py:116
96 msgid "Not found"
97 msgstr ""
98
99 #: ../src/ddns/errors.py:124
100 msgid "Request error"
101 msgstr ""
102
103 #: ../src/ddns/errors.py:132
104 msgid "Could not resolve DNS entry"
105 msgstr ""
106
107 #: ../src/ddns/errors.py:139
108 msgid "Service unavailable"
109 msgstr ""
110
111 #: ../src/ddns/errors.py:147
112 msgid "The update could not be performed"
113 msgstr ""
114
115 #: ../src/ddns/providers.py:85
116 msgid "Provider is not properly configured"
117 msgstr ""
118
119 #: ../src/ddns/providers.py:154
120 #, python-format
121 msgid "Updating %s forced"
122 msgstr ""
123
124 #: ../src/ddns/providers.py:170
125 #, python-format
126 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127 msgstr ""
128 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été "
129 "effectuée avec succès"
130
131 #: ../src/ddns/providers.py:194
132 #, fuzzy, python-format
133 msgid ""
134 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
135 "address change"
136 msgstr ""
137 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une "
138 "exception non gérée :"
139
140 #: ../src/ddns/providers.py:202
141 #, fuzzy, python-format
142 msgid ""
143 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
144 "time has expired"
145 msgstr ""
146 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une "
147 "exception non gérée :"
148
149 #. Otherwise, we don't need to perform an update
150 #: ../src/ddns/providers.py:209
151 #, fuzzy, python-format
152 msgid "No update required for %(hostname)s (%(provider)s)"
153 msgstr ""
154 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :"
155
156 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
157 #, python-format
158 msgid "An update has not been performed because earlier updates failed for %s"
159 msgstr ""
160
161 #: ../src/ddns/providers.py:230
162 msgid "There will be no retries"
163 msgstr ""
164
165 #: ../src/ddns/providers.py:246
166 msgid "Last failure message:"
167 msgstr ""
168
169 #: ../src/ddns/providers.py:251
170 #, python-format
171 msgid "Further updates will be withheld until %s"
172 msgstr ""
173
174 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
175 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
176 msgid "No valid FQDN was given."
177 msgstr ""
178
179 #: ../src/ddns/providers.py:387
180 msgid "Specified host does not exist."
181 msgstr ""
182
183 #: ../src/ddns/providers.py:391
184 msgid "DNS error encountered."
185 msgstr ""
186
187 #. If we got here, some other update error happened.
188 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
189 #, python-format
190 msgid "Server response: %s"
191 msgstr ""
192
193 #: ../src/ddns/providers.py:531
194 msgid "Scriptlet:"
195 msgstr ""
196
197 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
198 msgid "Invalid hostname specified."
199 msgstr ""
200
201 #: ../src/ddns/providers.py:616
202 msgid "Hostname not marked as a dynamic host."
203 msgstr ""
204
205 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
206 #: ../src/ddns/providers.py:905
207 msgid "Invalid IP address has been sent."
208 msgstr ""
209
210 #: ../src/ddns/providers.py:658
211 msgid "No hostname specified."
212 msgstr ""
213
214 #: ../src/ddns/providers.py:667
215 msgid "Account has been disabled."
216 msgstr ""
217
218 #: ../src/ddns/providers.py:673
219 msgid "Too many failed requests."
220 msgstr ""
221
222 #: ../src/ddns/providers.py:776
223 msgid "Malformed request has been sent."
224 msgstr ""
225
226 #: ../src/ddns/providers.py:780
227 msgid "Too frequent update requests have been sent."
228 msgstr ""
229
230 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
231 msgid "Domain not found."
232 msgstr ""
233
234 #: ../src/ddns/providers.py:861
235 msgid "An invalid IP address was submitted"
236 msgstr ""
237
238 #: ../src/ddns/providers.py:1015
239 msgid "Domain not active."
240 msgstr ""
241
242 #: ../src/ddns/providers.py:1165
243 msgid "No Auth details specified."
244 msgstr ""
245
246 #: ../src/ddns/providers.py:1187
247 msgid "Invalid IPv4 address has been sent."
248 msgstr ""
249
250 #: ../src/ddns/providers.py:1189
251 msgid "Invalid IPv6 address has been sent."
252 msgstr ""
253
254 #: ../src/ddns/providers.py:1385
255 msgid "Invalid hostname specified"
256 msgstr ""
257
258 #: ../src/ddns/system.py:55
259 #, python-format
260 msgid "Running on distribution: %s"
261 msgstr ""
262
263 #: ../src/ddns/system.py:153
264 msgid "Request header:"
265 msgstr "En-tête de requête:"
266
267 #. Log response header.
268 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
269 #, python-format
270 msgid "Response header (Status Code %s):"
271 msgstr ""