i18n-ru: fix patchbomb confirmation prompt (issue3929)

Recognize y(es) and (n)o as valid input, for user not to have to switch
keyboard layout twice (`hg email -o ...` is Latin, whereas д(а)/н(ет) are not).
Use capital Y/N letters in prompt, otherwise y could be mistaken for у, and n
- for п.
This commit is contained in:
Nikolaj Sjujskij 2013-05-12 15:35:53 +04:00
parent cdbd43f777
commit daff3ffc87

View File

@ -8049,15 +8049,15 @@ msgstr ""
# PROMPT
msgid "are you sure you want to send (yn)?"
msgstr "вы уверены, что хотите отправить письмо (yn)?"
msgstr "вы уверены, что хотите отправить письмо? (Y — да, N — нет)"
# PROMPT
msgid "&No"
msgstr "&Нет"
msgstr "Нет (&N)"
# PROMPT
msgid "&Yes"
msgstr "&Да"
msgstr "Да (&Y)"
msgid "patchbomb canceled"
msgstr "отправка отменена"