]> git.ipfire.org Git - ddns.git/blame_incremental - po/ru.po
Merge remote-tracking branch 'stevee/fixes'
[ddns.git] / po / ru.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:
6# Alexander Savchenko, 2014
7# Вальчишин Андрій Олегович <v.andrey@i.ua>, 2012
8msgid ""
9msgstr ""
10"Project-Id-Version: IPFire Project\n"
11"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2014-08-04 14:54+0000\n"
13"PO-Revision-Date: 2014-07-08 09:47+0000\n"
14"Last-Translator: Alexander Savchenko\n"
15"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/"
16"ru/)\n"
17"Language: ru\n"
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"
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"
23
24#: ../src/ddns/__init__.py:62
25msgid "Debugging mode enabled"
26msgstr ""
27
28#: ../src/ddns/__init__.py:86
29#, python-format
30msgid "Loading configuration file %s"
31msgstr ""
32
33#: ../src/ddns/__init__.py:146
34msgid "Found no entries in the configuration file. Exiting."
35msgstr "Не найдено записей в конфигурационном файле. Выход."
36
37#: ../src/ddns/__init__.py:157
38#, python-format
39msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
40msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
41
42#: ../src/ddns/__init__.py:164
43#, python-format
44msgid ""
45"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46"exception:"
47msgstr ""
48"Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало "
49"необработанное исключение:"
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
80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
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"
98msgstr ""
99
100#: ../src/ddns/errors.py:125
101msgid "Could not resolve DNS entry"
102msgstr ""
103
104#: ../src/ddns/errors.py:132
105msgid "Service unavailable"
106msgstr ""
107
108#: ../src/ddns/errors.py:140
109msgid "The update could not be performed"
110msgstr ""
111
112#: ../src/ddns/providers.py:71
113msgid "Provider is not properly configured"
114msgstr ""
115
116#: ../src/ddns/providers.py:128
117#, python-format
118msgid "Updating %s forced"
119msgstr ""
120
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
127#, python-format
128msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
129msgstr ""
130"Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно."
131
132#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
133#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
134msgid "No valid FQDN was given."
135msgstr ""
136
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
156msgid "Invalid hostname specified."
157msgstr ""
158
159#: ../src/ddns/providers.py:428
160msgid "Hostname not marked as a dynamic host."
161msgstr ""
162
163#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
164#: ../src/ddns/providers.py:658
165msgid "Invalid IP address has been sent."
166msgstr ""
167
168#: ../src/ddns/providers.py:469
169msgid "No hostname specified."
170msgstr ""
171
172#: ../src/ddns/providers.py:478
173msgid "Account has been disabled."
174msgstr ""
175
176#: ../src/ddns/providers.py:484
177msgid "Too many failed requests."
178msgstr ""
179
180#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
181msgid "Domain not found."
182msgstr "Домен не найден."
183
184#: ../src/ddns/providers.py:609
185msgid "An invalid IP address was submitted"
186msgstr ""
187
188#: ../src/ddns/providers.py:748
189msgid "Domain not active."
190msgstr ""
191
192#: ../src/ddns/providers.py:809
193msgid "Invalid protocol has been given"
194msgstr ""
195
196#: ../src/ddns/providers.py:903
197msgid "No Auth details specified."
198msgstr ""
199
200#: ../src/ddns/providers.py:925
201msgid "Invalid IPv4 address has been sent."
202msgstr ""
203
204#: ../src/ddns/providers.py:927
205msgid "Invalid IPv6 address has been sent."
206msgstr ""
207
208#: ../src/ddns/system.py:55
209#, python-format
210msgid "Running on distribution: %s"
211msgstr ""
212
213#: ../src/ddns/system.py:153
214msgid "Request header:"
215msgstr "Заголовок запроса:"
216
217#. Log response header.
218#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
219#, python-format
220msgid "Response header (Status Code %s):"
221msgstr ""