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