Sync up with trunk r61578.
[reactos.git] / base / applications / cmdutils / xcopy / lang / Da.rc
index 59fe19f..dbf958a 100644 (file)
@@ -1,50 +1,26 @@
-/*
- * XCOPY - Wine-compatible xcopy 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
- */
-
-#include "xcopy.h"
-
 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
 
 STRINGTABLE
-{
-    STRING_INVPARMS, "Ugyldigt antal parametere; brug «xcopy /?» for hjelp\n"
-    STRING_INVPARM,  "Ugyldigt parameter «%s»; brug «xcopy /?» for hjelp\n"
-    STRING_PAUSE,    "Tryk Enter for at begynde at kopiere\n"
-    STRING_SIMCOPY,  "%d fil(er) vil blive kopieret\n"
-    STRING_COPY,     "%d fil(er) kopieret\n"
-    STRING_QISDIR,   "Er «%s» et filnavn eller katalog\n\
+BEGIN
+    STRING_INVPARMS "Ugyldigt antal parametere; brug «xcopy /?» for hjelp\n"
+    STRING_INVPARM "Ugyldigt parameter «%1»; brug «xcopy /?» for hjelp\n"
+    STRING_PAUSE "Tryk Enter for at begynde at kopiere\n"
+    STRING_SIMCOPY "%1!d! fil(er) vil blive kopieret\n"
+    STRING_COPY "%1!d! fil(er) kopieret\n"
+    STRING_QISDIR "Er «%1» et filnavn eller katalog\n\
                      på destinationen?\n\
                      (F - Fil, K - Katalog)\n"
-    STRING_SRCPROMPT,"%s? (Ja|Nei)\n"
-    STRING_OVERWRITE,"Overskrive «%s»? (Ja|Nei|Alle)\n"
-    STRING_COPYFAIL, "Kunne ikke kopiere «%s» til «%s»; fejlet med r/c %d\n"
-    STRING_OPENFAIL, "Kunne ikke åbne «%s»\n"
-    STRING_READFAIL, "Kunne ikke læse «%s»\n"
-    STRING_YES_CHAR, "J"
-    STRING_NO_CHAR,  "N"
-    STRING_ALL_CHAR, "A"
-    STRING_FILE_CHAR,"F"
-    STRING_DIR_CHAR, "K"
-
-    STRING_HELP,
+    STRING_SRCPROMPT "%1? (Ja|Nei)\n"
+    STRING_OVERWRITE "Overskrive «%1»? (Ja|Nei|Alle)\n"
+    STRING_COPYFAIL "Kunne ikke kopiere «%1» til «%2»; fejlet med r/c %3!d!\n"
+    STRING_OPENFAIL "Kunne ikke åbne «%1»\n"
+    STRING_READFAIL "Kunne ikke læse «%1»\n"
+    STRING_YES_CHAR "J"
+    STRING_NO_CHAR "N"
+    STRING_ALL_CHAR "A"
+    STRING_FILE_CHAR "F"
+    STRING_DIR_CHAR "K"
+    STRING_HELP
 "XCOPY - Kopierer filer eller katalogtre til en målplassering\n\
 \n\
 Syntaks:\n\
@@ -75,5 +51,4 @@ hvor:\n\
       \t\tden opgivne dato.\n\
       \t\tHvis ingen dato opgives kopieres kun de filer hvor\n\
       \t\tdestinationen er ældre end kilden\n\n"
-
-}
+END