oleaut32: Convert the Russian resources to UTF-8.

This commit is contained in:
Vladimir Pankratov 2009-07-28 15:34:26 +05:00 committed by Alexandre Julliard
parent 55e97bdc45
commit 265944252a
1 changed files with 9 additions and 6 deletions

View File

@ -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 "Выключено"
}