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