Konstantin Kondratyuk : net.exe: Add Russian resources.

Alexandre Julliard julliard at winehq.org
Wed Oct 3 06:08:15 CDT 2007


Module: wine
Branch: master
Commit: 62484719334cd76aa9c133ba894107639fb5ba53
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=62484719334cd76aa9c133ba894107639fb5ba53

Author: Konstantin Kondratyuk <kondratyuk at etersoft.ru>
Date:   Tue Oct  2 17:25:11 2007 +0400

net.exe: Add Russian resources.

---

 programs/net/Ru.rc   |   40 ++++++++++++++++++++++++++++++++++++++++
 programs/net/rsrc.rc |    1 +
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/programs/net/Ru.rc b/programs/net/Ru.rc
new file mode 100644
index 0000000..17c2c81
--- /dev/null
+++ b/programs/net/Ru.rc
@@ -0,0 +1,40 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * Russian language support
+ *
+ * Copyright (C) 2007 Konstantin Kondratyuk (Etersoft)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    STRING_USAGE, "Èñïîëüçîâàíèå:\n\nNET [ HELP | START | STOP ]\n"
+    STRING_START_USAGE, "Óêàæèòå çàïóñêàåìóþ ñëóæáó.\n"
+    STRING_STOP_USAGE, "Óêàæèòå îñòàíàâëèâàåìóþ ñëóæáó.\n"
+    STRING_STOP_DEP, "Îñòàíîâêà çàâèñèìîé ñëóæáû: %s\n"
+    STRING_CANT_STOP, "Íåâîçìîæíî îñòàíîâèòü ñëóæáó %s\n"
+    STRING_NO_SCM, "Íåâîçìîæíî ïîëó÷èòü äîñòóï ê äèñïåò÷åðó ñëóæá.\n"
+    STRING_NO_SVCHANDLE, "Íåâîçìîæíî ïîëó÷èòü äîñòóï ê ñëóæáå.\n"
+    STRING_START_SVC, "Çàïóñê ñëóæáû %s.\n"
+    STRING_START_SVC_SUCCESS, "Ñëóæáà %s óñïåøíî çàïóùåíà.\n"
+    STRING_START_SVC_FAIL, "Îøèáêà ïðè çàïóñêå ñëóæáû %s.\n"
+    STRING_STOP_SVC, "Îñòàíîâêà ñëóæáû %s.\n"
+    STRING_STOP_SVC_SUCCESS, "Ñëóæáà %s óñïåøíî îñòàíîâëåíà.\n"
+    STRING_STOP_SVC_FAIL, "Îøèáêà ïðè îñòàíîâêå ñëóæáû %s.\n"
+    STRING_HELP_USAGE, "Èñïîëüçîâàíèå:\n\nNET HELP êîìàíäà\n    -èëè-\nNET êîìàíäà /HELP\n\n   Äîñòóïíûå êîìàíäû:\n   NET HELP    NET START     NET STOP\n"
+}
diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc
index 3125252..a6a1c40 100644
--- a/programs/net/rsrc.rc
+++ b/programs/net/rsrc.rc
@@ -24,3 +24,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 #include "En.rc"
 #include "Ko.rc"
+#include "Ru.rc"




More information about the wine-cvs mailing list