]> git.ipfire.org Git - ddns.git/blame - po/vi.po
Update translations.
[ddns.git] / po / vi.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.
4011554b 4#
ba9a8e95
MT
5# Translators:
6msgid ""
7msgstr ""
8"Project-Id-Version: IPFire Project\n"
9"Report-Msgid-Bugs-To: \n"
4011554b
MT
10"POT-Creation-Date: 2014-06-22 12:37+0000\n"
11"PO-Revision-Date: 2014-06-23 08:45+0000\n"
ba9a8e95 12"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
4011554b 13"Language-Team: Vietnamese (http://www.transifex.com/projects/p/ipfire/language/vi/)\n"
ba9a8e95
MT
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
4011554b 17"Language: vi\n"
ba9a8e95
MT
18"Plural-Forms: nplurals=1; plural=0;\n"
19
4011554b
MT
20#: ../src/ddns/__init__.py:60
21msgid "Debugging mode enabled"
22msgstr ""
23
24#: ../src/ddns/__init__.py:128
25#, python-format
26msgid "Loading configuration file %s"
27msgstr ""
28
29#: ../src/ddns/__init__.py:183
ba9a8e95
MT
30msgid "Found no entries in the configuration file. Exiting."
31msgstr ""
32
4011554b 33#: ../src/ddns/__init__.py:194
ba9a8e95
MT
34#, python-format
35msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
36msgstr ""
37
4011554b 38#: ../src/ddns/__init__.py:201
ba9a8e95
MT
39#, python-format
40msgid ""
41"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
42"exception:"
43msgstr ""
44
4011554b 45#: ../src/ddns/__init__.py:205
ba9a8e95
MT
46#, python-format
47msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
48msgstr ""
49
4011554b
MT
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
79#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203
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"
97msgstr ""
98
99#: ../src/ddns/errors.py:124
100msgid "Service unavailable"
101msgstr ""
102
103#: ../src/ddns/errors.py:132
104msgid "The update could not be performed"
105msgstr ""
106
107#: ../src/ddns/providers.py:129
2a0f28fd
MT
108#, python-format
109msgid "Updating %s forced"
110msgstr ""
111
4011554b 112#: ../src/ddns/providers.py:133
2a0f28fd
MT
113#, python-format
114msgid "%s is already up to date"
115msgstr ""
116
4011554b
MT
117#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386
118#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882
2a0f28fd
MT
119msgid "No valid FQDN was given."
120msgstr ""
121
4011554b 122#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327
2a0f28fd
MT
123msgid "Invalid hostname specified."
124msgstr ""
125
4011554b 126#: ../src/ddns/providers.py:282
2a0f28fd
MT
127msgid "Hostname not marked as a dynamic host."
128msgstr ""
129
4011554b
MT
130#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336
131#: ../src/ddns/providers.py:475
2a0f28fd
MT
132msgid "Invalid IP address has been sent."
133msgstr ""
134
4011554b
MT
135#: ../src/ddns/providers.py:324
136msgid "No hostname specified."
137msgstr ""
138
139#: ../src/ddns/providers.py:333
140msgid "Account has been disabled."
141msgstr ""
142
143#: ../src/ddns/providers.py:339
144msgid "Too many failed requests."
145msgstr ""
146
147#: ../src/ddns/providers.py:388
148msgid "Specified host does not exist."
149msgstr ""
150
151#: ../src/ddns/providers.py:392
152msgid "DNS error encountered."
153msgstr ""
154
155#. If we got here, some other update error happened.
156#: ../src/ddns/providers.py:395
157#, python-format
158msgid "Server response: %s"
159msgstr ""
160
161#: ../src/ddns/providers.py:596
162msgid "Domain not found."
163msgstr ""
164
165#: ../src/ddns/providers.py:598
166msgid "Domain not active."
167msgstr ""
168
169#: ../src/ddns/providers.py:694
170msgid "No Auth details specified."
171msgstr ""
172
173#: ../src/ddns/providers.py:716
174msgid "Invalid IPv4 address has been sent."
175msgstr ""
176
177#: ../src/ddns/providers.py:718
178msgid "Invalid IPv6 address has been sent."
179msgstr ""
180
181#: ../src/ddns/system.py:52
182#, python-format
183msgid "Running on distribution: %s"
184msgstr ""
185
186#: ../src/ddns/system.py:155
ba9a8e95
MT
187msgid "Request header:"
188msgstr ""
189
190#. Log response header.
4011554b
MT
191#: ../src/ddns/system.py:163
192#, python-format
193msgid "Response header (Status Code %s):"
ba9a8e95 194msgstr ""