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 @@
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_TRUE "Ïðàâäà"
IDS_FALSE "Ëîæü"
IDS_YES "Äà"
IDS_NO "Íåò"
IDS_ON "Âêëþ÷åíî"
IDS_OFF "Âûêëþ÷åíî"
IDS_TRUE "Правда"
IDS_FALSE "Ложь"
IDS_YES "Да"
IDS_NO "Нет"
IDS_ON "Включено"
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