]> git.ipfire.org Git - oddments/ddns.git/blob - po/fr.po
Add runtime check for providers if all dependencies are met
[oddments/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-08-04 14:54+0000\n"
12 "PO-Revision-Date: 2014-06-23 08:45+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:62
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:86
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:146
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:157
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:164
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:212
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:117
96 msgid "Request error"
97 msgstr ""
98
99 #: ../src/ddns/errors.py:125
100 msgid "Could not resolve DNS entry"
101 msgstr ""
102
103 #: ../src/ddns/errors.py:132
104 msgid "Service unavailable"
105 msgstr ""
106
107 #: ../src/ddns/errors.py:140
108 msgid "The update could not be performed"
109 msgstr ""
110
111 #: ../src/ddns/providers.py:71
112 msgid "Provider is not properly configured"
113 msgstr ""
114
115 #: ../src/ddns/providers.py:128
116 #, python-format
117 msgid "Updating %s forced"
118 msgstr ""
119
120 #: ../src/ddns/providers.py:132
121 #, fuzzy, python-format
122 msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
123 msgstr ""
124 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :"
125
126 #: ../src/ddns/providers.py:139
127 #, python-format
128 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
129 msgstr ""
130 "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été "
131 "effectuée avec succès"
132
133 #: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
134 #: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
135 msgid "No valid FQDN was given."
136 msgstr ""
137
138 #: ../src/ddns/providers.py:222
139 msgid "Specified host does not exist."
140 msgstr ""
141
142 #: ../src/ddns/providers.py:226
143 msgid "DNS error encountered."
144 msgstr ""
145
146 #. If we got here, some other update error happened.
147 #: ../src/ddns/providers.py:229
148 #, python-format
149 msgid "Server response: %s"
150 msgstr ""
151
152 #: ../src/ddns/providers.py:345
153 msgid "Scriptlet:"
154 msgstr ""
155
156 #: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
157 msgid "Invalid hostname specified."
158 msgstr ""
159
160 #: ../src/ddns/providers.py:428
161 msgid "Hostname not marked as a dynamic host."
162 msgstr ""
163
164 #: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
165 #: ../src/ddns/providers.py:658
166 msgid "Invalid IP address has been sent."
167 msgstr ""
168
169 #: ../src/ddns/providers.py:469
170 msgid "No hostname specified."
171 msgstr ""
172
173 #: ../src/ddns/providers.py:478
174 msgid "Account has been disabled."
175 msgstr ""
176
177 #: ../src/ddns/providers.py:484
178 msgid "Too many failed requests."
179 msgstr ""
180
181 #: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
182 msgid "Domain not found."
183 msgstr ""
184
185 #: ../src/ddns/providers.py:609
186 msgid "An invalid IP address was submitted"
187 msgstr ""
188
189 #: ../src/ddns/providers.py:748
190 msgid "Domain not active."
191 msgstr ""
192
193 #: ../src/ddns/providers.py:809
194 msgid "Invalid protocol has been given"
195 msgstr ""
196
197 #: ../src/ddns/providers.py:903
198 msgid "No Auth details specified."
199 msgstr ""
200
201 #: ../src/ddns/providers.py:925
202 msgid "Invalid IPv4 address has been sent."
203 msgstr ""
204
205 #: ../src/ddns/providers.py:927
206 msgid "Invalid IPv6 address has been sent."
207 msgstr ""
208
209 #: ../src/ddns/system.py:55
210 #, python-format
211 msgid "Running on distribution: %s"
212 msgstr ""
213
214 #: ../src/ddns/system.py:153
215 msgid "Request header:"
216 msgstr "En-tête de requête:"
217
218 #. Log response header.
219 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
220 #, python-format
221 msgid "Response header (Status Code %s):"
222 msgstr ""