]> git.ipfire.org Git - ddns.git/blame - po/fr.po
Update translations
[ddns.git] / po / fr.po
CommitLineData
ba9a8e95
MT
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.
b3783a55 4#
ba9a8e95
MT
5# Translators:
6# RafaelK <rafael@keramid.as>, 2012
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
b3783a55 11"POT-Creation-Date: 2014-08-04 14:54+0000\n"
4011554b 12"PO-Revision-Date: 2014-06-23 08:45+0000\n"
ba9a8e95 13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
b3783a55
MT
14"Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/"
15"fr/)\n"
16"Language: fr\n"
ba9a8e95
MT
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
ba9a8e95
MT
20"Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
b3783a55 22#: ../src/ddns/__init__.py:62
4011554b
MT
23msgid "Debugging mode enabled"
24msgstr ""
25
b3783a55 26#: ../src/ddns/__init__.py:86
4011554b
MT
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
b3783a55 31#: ../src/ddns/__init__.py:146
ba9a8e95
MT
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Aucune entrée trouvée dans le fichier de configuration. Sortie."
34
b3783a55 35#: ../src/ddns/__init__.py:157
ba9a8e95
MT
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
b3783a55
MT
38msgstr ""
39"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :"
ba9a8e95 40
b3783a55 41#: ../src/ddns/__init__.py:164
ba9a8e95
MT
42#, python-format
43msgid ""
44"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
45"exception:"
b3783a55
MT
46msgstr ""
47"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une "
48"exception non gérée :"
4011554b
MT
49
50#: ../src/ddns/errors.py:29
51msgid "Error"
52msgstr ""
53
54#: ../src/ddns/errors.py:39
55msgid "Network error"
56msgstr ""
57
58#: ../src/ddns/errors.py:47
59msgid ""
60"The server denied processing the request because account abuse is suspected"
61msgstr ""
62
63#: ../src/ddns/errors.py:55
64msgid "Authentication against the server has failed"
65msgstr ""
66
67#: ../src/ddns/errors.py:64
68msgid "The server denies any updates from this client"
69msgstr ""
70
71#: ../src/ddns/errors.py:72
72msgid "The configuration file has errors"
73msgstr ""
74
75#: ../src/ddns/errors.py:79
76msgid "Connection refused"
77msgstr ""
78
b3783a55 79#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
4011554b
MT
80msgid "Connection timeout"
81msgstr ""
82
83#: ../src/ddns/errors.py:94
84msgid "The host could not be found in the configuration file"
85msgstr ""
86
87#: ../src/ddns/errors.py:102
88msgid "Internal server error"
89msgstr ""
90
91#: ../src/ddns/errors.py:109
92msgid "Network unreachable"
93msgstr ""
94
95#: ../src/ddns/errors.py:117
96msgid "Request error"
2a0f28fd 97msgstr ""
2a0f28fd 98
b3783a55
MT
99#: ../src/ddns/errors.py:125
100msgid "Could not resolve DNS entry"
4011554b
MT
101msgstr ""
102
103#: ../src/ddns/errors.py:132
b3783a55
MT
104msgid "Service unavailable"
105msgstr ""
106
107#: ../src/ddns/errors.py:140
4011554b
MT
108msgid "The update could not be performed"
109msgstr ""
110
b3783a55
MT
111#: ../src/ddns/providers.py:71
112msgid "Provider is not properly configured"
113msgstr ""
114
115#: ../src/ddns/providers.py:128
2a0f28fd
MT
116#, python-format
117msgid "Updating %s forced"
118msgstr ""
119
b3783a55
MT
120#: ../src/ddns/providers.py:132
121#, fuzzy, python-format
122msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
123msgstr ""
124"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :"
125
126#: ../src/ddns/providers.py:139
2a0f28fd 127#, python-format
b3783a55 128msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
2a0f28fd 129msgstr ""
b3783a55
MT
130"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été "
131"effectuée avec succès"
2a0f28fd 132
b3783a55
MT
133#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
134#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd
MT
135msgid "No valid FQDN was given."
136msgstr ""
137
b3783a55
MT
138#: ../src/ddns/providers.py:222
139msgid "Specified host does not exist."
140msgstr ""
141
142#: ../src/ddns/providers.py:226
143msgid "DNS error encountered."
144msgstr ""
145
146#. If we got here, some other update error happened.
147#: ../src/ddns/providers.py:229
148#, python-format
149msgid "Server response: %s"
150msgstr ""
151
152#: ../src/ddns/providers.py:345
153msgid "Scriptlet:"
154msgstr ""
155
156#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
2a0f28fd
MT
157msgid "Invalid hostname specified."
158msgstr ""
159
b3783a55 160#: ../src/ddns/providers.py:428
2a0f28fd
MT
161msgid "Hostname not marked as a dynamic host."
162msgstr ""
163
b3783a55
MT
164#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
165#: ../src/ddns/providers.py:658
2a0f28fd
MT
166msgid "Invalid IP address has been sent."
167msgstr ""
ba9a8e95 168
b3783a55 169#: ../src/ddns/providers.py:469
4011554b
MT
170msgid "No hostname specified."
171msgstr ""
172
b3783a55 173#: ../src/ddns/providers.py:478
4011554b
MT
174msgid "Account has been disabled."
175msgstr ""
176
b3783a55 177#: ../src/ddns/providers.py:484
4011554b
MT
178msgid "Too many failed requests."
179msgstr ""
180
b3783a55
MT
181#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
182msgid "Domain not found."
4011554b
MT
183msgstr ""
184
b3783a55
MT
185#: ../src/ddns/providers.py:609
186msgid "An invalid IP address was submitted"
4011554b
MT
187msgstr ""
188
b3783a55
MT
189#: ../src/ddns/providers.py:748
190msgid "Domain not active."
4011554b
MT
191msgstr ""
192
b3783a55
MT
193#: ../src/ddns/providers.py:809
194msgid "Invalid protocol has been given"
4011554b
MT
195msgstr ""
196
b3783a55 197#: ../src/ddns/providers.py:903
4011554b
MT
198msgid "No Auth details specified."
199msgstr ""
200
b3783a55 201#: ../src/ddns/providers.py:925
4011554b
MT
202msgid "Invalid IPv4 address has been sent."
203msgstr ""
204
b3783a55 205#: ../src/ddns/providers.py:927
4011554b
MT
206msgid "Invalid IPv6 address has been sent."
207msgstr ""
208
b3783a55 209#: ../src/ddns/system.py:55
4011554b
MT
210#, python-format
211msgid "Running on distribution: %s"
212msgstr ""
213
b3783a55 214#: ../src/ddns/system.py:153
ba9a8e95
MT
215msgid "Request header:"
216msgstr "En-tête de requête:"
217
218#. Log response header.
b3783a55 219#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
220#, python-format
221msgid "Response header (Status Code %s):"
222msgstr ""