Commit 26594425 authored by Vladimir Pankratov's avatar Vladimir Pankratov Committed by Alexandre Julliard

oleaut32: Convert the Russian resources to UTF-8.

parent 55e97bdc
...@@ -20,14 +20,17 @@ ...@@ -20,14 +20,17 @@
#include "resource.h" #include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
{ {
IDS_TRUE "Ïðàâäà" IDS_TRUE "Правда"
IDS_FALSE "Ëîæü" IDS_FALSE "Ложь"
IDS_YES "Äà" IDS_YES "Да"
IDS_NO "Íåò" IDS_NO "Нет"
IDS_ON "Âêëþ÷åíî" IDS_ON "Включено"
IDS_OFF "Âûêëþ÷åíî" IDS_OFF "Выключено"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment