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

uninstaller: Convert the Russian resources to UTF-8.

parent e6f16192
......@@ -20,9 +20,12 @@
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE {
IDS_APPNAME, " WINE"
IDS_UNINSTALLFAILED, " '%s', - .\r\n ?"
IDS_APPNAME, "Удаление приложений WINE"
IDS_UNINSTALLFAILED, "Ошибка выполнения команды удаления '%s', возможно из-за потери файлов приложения.\r\nУдалить информацию об установке из реестра?"
}
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