wine/wine-nine-standalone-0.7-ru-localization.patch
survolog (Andrey Grigorev) 77de7a2765 Update to 5.22 and 5.0.3
2020-12-16 19:56:52 +03:00

47 lines
2.4 KiB
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -Naur wine-nine-standalone-0.7/ninewinecfg/ninewinecfg.rc wine-nine-standalone-0.7_patched/ninewinecfg/ninewinecfg.rc
--- wine-nine-standalone-0.7/ninewinecfg/ninewinecfg.rc 2020-08-19 06:54:55.000000000 +0300
+++ wine-nine-standalone-0.7_patched/ninewinecfg/ninewinecfg.rc 2020-11-29 13:17:26.275946179 +0300
@@ -19,6 +19,7 @@
#include "nls/deu.rc"
#include "nls/fra.rc"
#include "nls/hun.rc"
+#include "nls/rus.rc"
#include "nls/jpn.rc"
IDD_ABOUT DIALOG 0, 0, 260, 196
diff -Naur wine-nine-standalone-0.7/ninewinecfg/nls/rus.rc wine-nine-standalone-0.7_patched/ninewinecfg/nls/rus.rc
--- wine-nine-standalone-0.7/ninewinecfg/nls/rus.rc 1970-01-01 03:00:00.000000000 +0300
+++ wine-nine-standalone-0.7_patched/ninewinecfg/nls/rus.rc 2020-11-29 13:21:04.285946093 +0300
@@ -0,0 +1,32 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+/*
+ * Copyright 2020 Andrey Grigorev
+ */
+
+#pragma code_page(65001) /* UTF-8 */
+
+STRINGTABLE LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
+BEGIN
+ IDS_TAB_MAIN "Настройки"
+ IDS_TAB_ABOUT "О программе"
+
+ IDS_GB_LICENSE "Лицензия"
+ IDS_GB_AUTHORS "Авторы"
+ IDS_TEXT_MESA_DEP "Gallium Nine требует графический драйвер Mesa"
+
+ IDS_TEXT_LOAD_D3DADAPTER "Загрузка d3d9adapter9 выполнена"
+ IDS_TEXT_D3D9_NINE_LOAD "d3d9-nine.dll загружен"
+ IDS_TEXT_CREATE_D3D9_DEV "Создание Direct3D 9 устройства выполнено"
+
+ IDS_BTN_ENABLE_NINE "Использовать &Gallium Nine для D3D9 ускорения"
+
+ IDS_GB_NINE_SETTINGS "Настройки Gallium Nine"
+ IDS_GB_INSTALL_STATE "Статус установки"
+
+ IDS_NINECFG_TITLE "Настройки Nine"
+
+ IDS_ERR_UNKNOWN "Неизвестная ошибка"
+ IDS_ERR_OUTOFMEMORY "Нехватка памяти"
+ IDS_ERR_D3D_NOTAVAILABLE "Не найден совместимый GPU. При настройке гибридной графики может потребоваться выставить DRI_PRIME=1"
+END
+