[PATCH] net: Add German translation

=3D?utf-8?q?Rico=3D20Sch=3DC3=3DBCller?=3D kgbricola at web.de
Wed Jun 4 14:28:37 CDT 2008


---
 programs/net/De.rc   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 programs/net/rsrc.rc |    1 +
 2 files changed, 45 insertions(+), 0 deletions(-)
 create mode 100644 programs/net/De.rc

diff --git a/programs/net/De.rc b/programs/net/De.rc
new file mode 100644
index 0000000..cfe9585
--- /dev/null
+++ b/programs/net/De.rc
@@ -0,0 +1,44 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * German language support
+ *
+ * Copyright (C) 2008 Rico Sch=C3=BCller
+ *
+ * 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_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+    STRING_USAGE, "Die Syntax von diesem Befehl ist:\n\nNET [ HELP | STA=
RT | STOP | USE]\n"
+    STRING_START_USAGE, "Gib den zu startenden Dienst an.\n"
+    STRING_STOP_USAGE, "Gib den zu stoppenden Dienst an.\n"
+    STRING_STOP_DEP, "Stoppe den abbh=C3=A4ngigen Dienst: %s\n"
+    STRING_CANT_STOP, "Konnte den Dienst nicht stoppen %s\n"
+    STRING_NO_SCM, "Konnte den Zeiger von der Dienststeuerung nicht beko=
mmen.\n" =20
+    STRING_NO_SVCHANDLE, "Konnte den Zeiger zum Dienst nicht bekommen.\n=
"
+    STRING_START_SVC, "Der %s Dienst startet.\n"
+    STRING_START_SVC_SUCCESS, "Der %s Dienst wurde erfolgreich gestartet=
.\n"
+    STRING_START_SVC_FAIL, "Der Start des %s Dienstes ist fehlgeschlagen=
.\n"
+    STRING_STOP_SVC, "Der %s Dienst wird gestoppt.\n"
+    STRING_STOP_SVC_SUCCESS, "Der %s Dienst wurde erfolgreich beendet.\n=
"
+    STRING_STOP_SVC_FAIL, "Der %s Dienst konnte nicht beendet werden.\n"
+    STRING_HELP_USAGE, "Die Syntax von diesem Befehl ist:\n\nNET HELP Be=
fehl\n    -or-\nNET Befehl /HELP\n\n"\
+                       "   M=C3=B6gliche Befehle:\n   NET HELP    NET ST=
ART     NET STOP     NET USE\n"
+    STRING_NO_ENTRIES, "Es sind keine Eintr=C3=A4ge in der Liste.\n"
+    STRING_USE_HEADER, "\nStatus  Lokal   Entfernt\n--------------------=
-------------------------------------------\n"
+    STRING_USE_ENTRY,  "%s      %S      %S      Offene Ressourcen: %lu\n=
"
+}
diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc
index 2d79cf1..b6a6237 100644
--- a/programs/net/rsrc.rc
+++ b/programs/net/rsrc.rc
@@ -23,6 +23,7 @@
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
=20
 #include "Da.rc"
+#include "De.rc"
 #include "En.rc"
 #include "Fr.rc"
 #include "Ko.rc"
--=20
1.5.3.3


--------------050309070405090200010209--



More information about the wine-patches mailing list