Skip to content
This repository was archived by the owner on Jan 25, 2018. It is now read-only.

Commit cfffff4

Browse files
committed
Merge pull request #250 from unghost/20130824_ru
Updated Russian localization
2 parents 5802468 + 0613f07 commit cfffff4

1 file changed

Lines changed: 49 additions & 22 deletions

File tree

locale/ru/LC_MESSAGES/messages.po

Lines changed: 49 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ msgstr ""
33
"Project-Id-Version: 1.0\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2013-08-23 10:01-0700\n"
6-
"PO-Revision-Date: 2013-07-29 23:37+0400\n"
6+
"PO-Revision-Date: 2013-08-24 20:47+0400\n"
77
"Last-Translator: Alexander L. Slovesnik <unghost@mozilla-russia.org>\n"
88
"Language-Team: none\n"
99
"Language: ru\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"X-Generator: Poedit 1.5.7\n"
14-
"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"
14+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1516

1617
#: webpay/bango/views.py:121
1718
msgid "Could not record Bango error"
@@ -25,11 +26,13 @@ msgstr "Стандартная цена недоступна для этого
2526
msgid "Received Bango error"
2627
msgstr "Получена ошибка Bango"
2728

28-
#: webpay/bango/templates/bango/cancel.html:10 webpay/base/templates/base.html:34
29+
#: webpay/bango/templates/bango/cancel.html:10
30+
#: webpay/base/templates/base.html:34
2931
msgid "Payment cancelled."
3032
msgstr "Платёж отменён."
3133

32-
#: webpay/bango/templates/bango/success.html:10 webpay/pay/templates/pay/simulate_done.html:9
34+
#: webpay/bango/templates/bango/success.html:10
35+
#: webpay/pay/templates/pay/simulate_done.html:9
3336
msgid "Your payment is complete."
3437
msgstr "Ваш платеж завершён."
3538

@@ -45,7 +48,10 @@ msgstr "Не разрешено"
4548
msgid "Sorry, you are not allowed to do that."
4649
msgstr "Извините, вам не разрешено это делать."
4750

48-
#: webpay/base/templates/403.html:8 webpay/base/templates/error.html:14 webpay/pay/templates/pay/simulate.html:18 webpay/pin/templates/pin/pin_form.html:34 webpay/pin/templates/pin/pin_form.html:38
51+
#: webpay/base/templates/403.html:8 webpay/base/templates/error.html:14
52+
#: webpay/pay/templates/pay/simulate.html:18
53+
#: webpay/pin/templates/pin/pin_form.html:34
54+
#: webpay/pin/templates/pin/pin_form.html:38
4955
#: webpay/pin/templates/pin/reset_start.html:16
5056
msgid "Cancel"
5157
msgstr "Отмена"
@@ -97,17 +103,19 @@ msgstr "Платёж завершён"
97103

98104
#: webpay/base/templates/base.html:51
99105
msgid "Oops&hellip;"
100-
msgstr ""
106+
msgstr "Ой&hellip;"
101107

102108
#: webpay/base/templates/base.html:52
103109
msgid "An unexpected error occurred. Please try again."
104-
msgstr ""
110+
msgstr "Произошла неожиданная ошибка, пожалуйста, повторите позже"
105111

106-
#: webpay/base/templates/base.html:55 webpay/pin/templates/pin/pin_is_locked.html:17
112+
#: webpay/base/templates/base.html:55
113+
#: webpay/pin/templates/pin/pin_is_locked.html:17
107114
msgid "OK"
108115
msgstr "OK"
109116

110-
#: webpay/base/templates/error.html:9 webpay/pin/templates/pin/pin_is_locked.html:12
117+
#: webpay/base/templates/error.html:9
118+
#: webpay/pin/templates/pin/pin_is_locked.html:12
111119
msgid "Error"
112120
msgstr "Ошибка"
113121

@@ -141,7 +149,8 @@ msgstr "Никто был зарегистрирован для издателя
141149
#. L10n: the first argument is a key to identify an issuer.
142150
#: webpay/pay/forms.py:83
143151
msgid "This payment key, {0}, can only be used to simulate purchases."
144-
msgstr "Этот ключ оплаты, {0}, может быть использован только для симуляции покупок."
152+
msgstr ""
153+
"Этот ключ оплаты, {0}, может быть использован только для симуляции покупок."
145154

146155
#. L10n: First argument is the name of a key. Second
147156
#. argument is an example of the proper key format.
@@ -153,7 +162,7 @@ msgstr "Ключ \"{0}\" должен быть объектом URL, таким
153162
#. argument is a number.
154163
#: webpay/pay/forms.py:107
155164
msgid "The value for key \"{0}\" exceeds the maximum length of {1}"
156-
msgstr ""
165+
msgstr "Значение ключа \"{0}\" превышает максимальную длину {1}"
157166

158167
#. L10n: First and second arguements are the names of keys.
159168
#: webpay/pay/forms.py:114
@@ -184,7 +193,8 @@ msgstr "Войдите, чтобы продолжить совершение п
184193
msgid "Sign in"
185194
msgstr "Войти"
186195

187-
#: webpay/pay/templates/pay/simulate.html:7 webpay/pay/templates/pay/simulate_done.html:8
196+
#: webpay/pay/templates/pay/simulate.html:7
197+
#: webpay/pay/templates/pay/simulate_done.html:8
188198
msgid "Simulate Payment"
189199
msgstr "Симулировать платёж"
190200

@@ -196,7 +206,9 @@ msgstr "С вас не возьмут денег."
196206
msgid "result"
197207
msgstr "результат"
198208

199-
#: webpay/pay/templates/pay/simulate.html:20 webpay/pin/templates/pin/pin_form.html:41 webpay/pin/templates/pin/pin_was_locked.html:16
209+
#: webpay/pay/templates/pay/simulate.html:20
210+
#: webpay/pin/templates/pin/pin_form.html:41
211+
#: webpay/pin/templates/pin/pin_was_locked.html:16
200212
msgid "Continue"
201213
msgstr "Продолжить"
202214

@@ -236,7 +248,8 @@ msgstr "Создать PIN-код"
236248
msgid "Confirm Pin"
237249
msgstr "Подтвердить PIN-код"
238250

239-
#: webpay/pin/views.py:95 webpay/pin/views.py:114 webpay/pin/templates/pin/pin_was_locked.html:13
251+
#: webpay/pin/views.py:95 webpay/pin/views.py:114
252+
#: webpay/pin/templates/pin/pin_was_locked.html:13
240253
msgid "Reset Pin"
241254
msgstr "Сбросить PIN-код"
242255

@@ -245,26 +258,40 @@ msgid "Pin reset"
245258
msgstr "Сброс PIN-кода"
246259

247260
#. This is the same as the standard forgot
248-
#. password that most sites have.
249-
#: webpay/pin/templates/pin/pin_form.html:26 webpay/pin/templates/pin/reset_start.html:12
261+
#. password that most sites have.
262+
#: webpay/pin/templates/pin/pin_form.html:26
263+
#: webpay/pin/templates/pin/reset_start.html:12
250264
msgid "Forgot your pin?"
251265
msgstr "Забыли свой PIN-код?"
252266

253267
#: webpay/pin/templates/pin/pin_is_locked.html:13
254-
msgid "You entered the wrong pin too many times. Your account is locked. Please try your purchase again in 5 minutes."
255-
msgstr "Вы ввели неверный PIN-код слишком много раз. Ваша учетная запись заблокирована. Пожалуйста, попробуйте покупку снова через 5 минут."
268+
msgid ""
269+
"You entered the wrong pin too many times. Your account is locked. Please try "
270+
"your purchase again in 5 minutes."
271+
msgstr ""
272+
"Вы ввели неверный PIN-код слишком много раз. Ваша учетная запись "
273+
"заблокирована. Пожалуйста, попробуйте покупку снова через 5 минут."
256274

257275
#: webpay/pin/templates/pin/pin_was_locked.html:9
258276
msgid "Your Pin was locked"
259277
msgstr "Ваш PIN-код был заблокирован"
260278

261279
#: webpay/pin/templates/pin/pin_was_locked.html:10
262-
msgid "Your pin was locked because you entered it incorrectly too many times. You can continue and try entering your pin again or reset your pin."
263-
msgstr "Ваш PIN-код был заблокирован, потому что вы слишком много раз неправильно его ввели. Вы можете продолжить и попробовать снова ввести ваш ПИН-код или сбросить свой ПИН-код."
280+
msgid ""
281+
"Your pin was locked because you entered it incorrectly too many times. You "
282+
"can continue and try entering your pin again or reset your pin."
283+
msgstr ""
284+
"Ваш PIN-код был заблокирован, потому что вы слишком много раз неправильно "
285+
"его ввели. Вы можете продолжить и попробовать снова ввести ваш ПИН-код или "
286+
"сбросить свой ПИН-код."
264287

265288
#: webpay/pin/templates/pin/reset_start.html:13
266-
msgid "Are you sure you want to reset your pin? You must sign in to Persona to reset your pin."
267-
msgstr "Вы уверены, что хотите сбросить свой PIN-код? Для сброса своего PIN-кода вы должны войти в Persona."
289+
msgid ""
290+
"Are you sure you want to reset your pin? You must sign in to Persona to "
291+
"reset your pin."
292+
msgstr ""
293+
"Вы уверены, что хотите сбросить свой PIN-код? Для сброса своего PIN-кода вы "
294+
"должны войти в Persona."
268295

269296
#: webpay/pin/templates/pin/reset_start.html:19
270297
msgid "Reset"

0 commit comments

Comments
 (0)