]> git.ipfire.org Git - ddns.git/blob - po/ru.po
3f3c5d457a57b7b8b84180b80d30d2b374f51e3e
[ddns.git] / po / ru.po
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
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: IPFire Project\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-06-22 12:37+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/ru/)\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Language: ru\n"
20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
22 #: ../src/ddns/__init__.py:60
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:128
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:183
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr "Не найдено записей в конфигурационном файле. Выход."
34
35 #: ../src/ddns/__init__.py:194
36 #, python-format
37 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38 msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
39
40 #: ../src/ddns/__init__.py:201
41 #, python-format
42 msgid ""
43 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44 "exception:"
45 msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало необработанное исключение:"
46
47 #: ../src/ddns/__init__.py:205
48 #, python-format
49 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
50 msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно."
51
52 #: ../src/ddns/errors.py:29
53 msgid "Error"
54 msgstr "Ошибка"
55
56 #: ../src/ddns/errors.py:39
57 msgid "Network error"
58 msgstr ""
59
60 #: ../src/ddns/errors.py:47
61 msgid ""
62 "The server denied processing the request because account abuse is suspected"
63 msgstr ""
64
65 #: ../src/ddns/errors.py:55
66 msgid "Authentication against the server has failed"
67 msgstr ""
68
69 #: ../src/ddns/errors.py:64
70 msgid "The server denies any updates from this client"
71 msgstr ""
72
73 #: ../src/ddns/errors.py:72
74 msgid "The configuration file has errors"
75 msgstr ""
76
77 #: ../src/ddns/errors.py:79
78 msgid "Connection refused"
79 msgstr ""
80
81 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:203
82 msgid "Connection timeout"
83 msgstr ""
84
85 #: ../src/ddns/errors.py:94
86 msgid "The host could not be found in the configuration file"
87 msgstr ""
88
89 #: ../src/ddns/errors.py:102
90 msgid "Internal server error"
91 msgstr ""
92
93 #: ../src/ddns/errors.py:109
94 msgid "Network unreachable"
95 msgstr ""
96
97 #: ../src/ddns/errors.py:117
98 msgid "Request error"
99 msgstr ""
100
101 #: ../src/ddns/errors.py:124
102 msgid "Service unavailable"
103 msgstr ""
104
105 #: ../src/ddns/errors.py:132
106 msgid "The update could not be performed"
107 msgstr ""
108
109 #: ../src/ddns/providers.py:129
110 #, python-format
111 msgid "Updating %s forced"
112 msgstr ""
113
114 #: ../src/ddns/providers.py:133
115 #, python-format
116 msgid "%s is already up to date"
117 msgstr ""
118
119 #: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386
120 #: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882
121 msgid "No valid FQDN was given."
122 msgstr ""
123
124 #: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327
125 msgid "Invalid hostname specified."
126 msgstr ""
127
128 #: ../src/ddns/providers.py:282
129 msgid "Hostname not marked as a dynamic host."
130 msgstr ""
131
132 #: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336
133 #: ../src/ddns/providers.py:475
134 msgid "Invalid IP address has been sent."
135 msgstr ""
136
137 #: ../src/ddns/providers.py:324
138 msgid "No hostname specified."
139 msgstr ""
140
141 #: ../src/ddns/providers.py:333
142 msgid "Account has been disabled."
143 msgstr ""
144
145 #: ../src/ddns/providers.py:339
146 msgid "Too many failed requests."
147 msgstr ""
148
149 #: ../src/ddns/providers.py:388
150 msgid "Specified host does not exist."
151 msgstr ""
152
153 #: ../src/ddns/providers.py:392
154 msgid "DNS error encountered."
155 msgstr ""
156
157 #. If we got here, some other update error happened.
158 #: ../src/ddns/providers.py:395
159 #, python-format
160 msgid "Server response: %s"
161 msgstr ""
162
163 #: ../src/ddns/providers.py:596
164 msgid "Domain not found."
165 msgstr "Домен не найден."
166
167 #: ../src/ddns/providers.py:598
168 msgid "Domain not active."
169 msgstr ""
170
171 #: ../src/ddns/providers.py:694
172 msgid "No Auth details specified."
173 msgstr ""
174
175 #: ../src/ddns/providers.py:716
176 msgid "Invalid IPv4 address has been sent."
177 msgstr ""
178
179 #: ../src/ddns/providers.py:718
180 msgid "Invalid IPv6 address has been sent."
181 msgstr ""
182
183 #: ../src/ddns/system.py:52
184 #, python-format
185 msgid "Running on distribution: %s"
186 msgstr ""
187
188 #: ../src/ddns/system.py:155
189 msgid "Request header:"
190 msgstr "Заголовок запроса:"
191
192 #. Log response header.
193 #: ../src/ddns/system.py:163
194 #, python-format
195 msgid "Response header (Status Code %s):"
196 msgstr ""