Update russian locale

This commit is contained in:
Y.Salnikov 2015-07-23 23:53:24 +03:00
parent cb4af8fe83
commit 2ea1f03b79
2 changed files with 7 additions and 3 deletions

View File

@ -705,10 +705,14 @@ msgstr "Мелкий шрифт"
msgid "It's what I use (the programmer guy)."
msgstr "Это то что я использую. (Программист)."
#: pcsx2/gui/ConsoleLogger.cpp:419 pcsx2/gui/Panels/CpuPanel.cpp:38
msgid "Normal"
#: pcsx2/gui/ConsoleLogger.cpp:419
msgid "Normal font"
msgstr "Средний шрифт"
#: pcsx2/gui/Panels/CpuPanel.cpp:38
msgid "Normal"
msgstr "Normal"
#: pcsx2/gui/ConsoleLogger.cpp:421
msgid "Its nice and readable."
msgstr "Это хорошо и читаемо."

View File

@ -435,7 +435,7 @@ ConsoleLogFrame::ConsoleLogFrame( MainEmuFrame *parent, const wxString& title, A
menuFontSizes.Append( MenuId_FontSize_Small, _("Small"), _t("Fits a lot of log in a microcosmically small area."),
wxITEM_RADIO )->Check( options.FontSize == 7 );
menuFontSizes.Append( MenuId_FontSize_Normal, _("Normal"),_t("It's what I use (the programmer guy)."),
menuFontSizes.Append( MenuId_FontSize_Normal, _("Normal font"),_t("It's what I use (the programmer guy)."),
wxITEM_RADIO )->Check( options.FontSize == 8 );
menuFontSizes.Append( MenuId_FontSize_Large, _("Large"), _t("Its nice and readable."),
wxITEM_RADIO )->Check( options.FontSize == 10 );