mirror of https://github.com/PCSX2/pcsx2.git
Update russian locale
This commit is contained in:
parent
cb4af8fe83
commit
2ea1f03b79
|
@ -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 "Это хорошо и читаемо."
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue