net: Added Danish translation.
authorJens Albretsen <jens@albretsen.dk>
Sun, 4 May 2008 14:52:04 +0000 (16:52 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 May 2008 11:35:10 +0000 (13:35 +0200)
programs/net/Da.rc [new file with mode: 0644]
programs/net/rsrc.rc

diff --git a/programs/net/Da.rc b/programs/net/Da.rc
new file mode 100644 (file)
index 0000000..592d5cd
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * Danish language support
+ *
+ * Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
+ *
+ * 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_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    STRING_USAGE, "S�dan bruges programmet:\n\nNET [ HELP | START | STOP ]\n"
+    STRING_START_USAGE, "Angiv navnet p� servicen som skal startes.\n"
+    STRING_STOP_USAGE, "Angiv navnet p� servicen som skal stoppes.\n"
+    STRING_STOP_DEP, "Stopper afh�ngig tjeneste: %s\n"
+    STRING_CANT_STOP, "Kunne ikke stoppe tjenesten �%s�\n"
+    STRING_NO_SCM, "Kunne ikke kontakte tjenestebehandleren.\n"
+    STRING_NO_SVCHANDLE, "Kunne ikke kontakte tjenesten.\n"
+    STRING_START_SVC, "Tjenesten �%s� starter.\n"
+    STRING_START_SVC_SUCCESS, "Tjenesten �%s� startede vellykket.\n"
+    STRING_START_SVC_FAIL, "Tjenesten �%s� kunne ikke starte.\n"
+    STRING_STOP_SVC, "Tjenesten �%s� stopper.\n"
+    STRING_STOP_SVC_SUCCESS, "Tjenesten �%s� stoppede vellykket.\n"
+    STRING_STOP_SVC_FAIL, "Kunne ikke stoppe tjenesten �%s�.\n"
+    STRING_HELP_USAGE, "S�dan for du hj�lp:\n\nNET HELP kommando\n    -eller-\nNET kommando /HELP\n\n   Tilg�ngelige kommandoer:\n   NET HELP    NET START     NET STOP\n"
+    STRING_NO_ENTRIES, "Det er ingen indskrivning i listen.\n"
+    STRING_USE_HEADER, "\nStatus    Lokal   Remote\n---------------------------------------------------------------\n"
+    STRING_USE_ENTRY, "%s      %S      %S      �bne resourser: %lu\n"
+}
index 777c4d15eaef9dafd6a2d27b98c000a596ee2c04..2d79cf100cb54f44a881351897a62fc2b7720370 100644 (file)
@@ -22,6 +22,7 @@
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
+#include "Da.rc"
 #include "En.rc"
 #include "Fr.rc"
 #include "Ko.rc"