Jens Albretsen : net: Added Danish translation.

Alexandre Julliard julliard at winehq.org
Mon May 5 07:14:59 CDT 2008


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

Author: Jens Albretsen <jens at albretsen.dk>
Date:   Sun May  4 16:52:04 2008 +0200

net: Added Danish translation.

---

 programs/net/Da.rc   |   43 +++++++++++++++++++++++++++++++++++++++++++
 programs/net/rsrc.rc |    1 +
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/programs/net/Da.rc b/programs/net/Da.rc
new file mode 100644
index 0000000..592d5cd
--- /dev/null
+++ b/programs/net/Da.rc
@@ -0,0 +1,43 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * Danish language support
+ *
+ * Copyright (C) 2008 Jens Albretsen <jens at 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"
+}
diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc
index 777c4d1..2d79cf1 100644
--- a/programs/net/rsrc.rc
+++ b/programs/net/rsrc.rc
@@ -22,6 +22,7 @@
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
+#include "Da.rc"
 #include "En.rc"
 #include "Fr.rc"
 #include "Ko.rc"




More information about the wine-cvs mailing list