Module: wine
Branch: master
Commit: 30a00e8dfd605d7e8d6b8d8e4566a3c27ded39a8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=30a00e8dfd605d7e8d6b8d8e4…
Author: Frans Kool <Frans.Kool(a)gmail.com>
Date: Tue Apr 22 15:44:59 2008 +0200
start: Fixed Dutch translations.
---
programs/start/Nl.rc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/programs/start/Nl.rc b/programs/start/Nl.rc
index 14c0355..d6202b3 100644
--- a/programs/start/Nl.rc
+++ b/programs/start/Nl.rc
@@ -2,6 +2,7 @@
* Start (Dutch resources)
*
* Copyright 2003 Hans Leidekker
+ * Copyright 2008 Frans Kool
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -32,6 +33,7 @@ Options: \n\
/MAX[imized] Start het programma gemaximaliseerd. \n\
/R[estored] Start het programma normaal (noch geminimaliseerd noch gemaximaliseerd). \n\
/W[ait] Wacht totdat het gestarte programma is be�indigd, eindig dan met de exit code van dat programma. \n\
+/Unix Gebruik een Unix bestandsnaam en start het bestand als de windows verkenner. \n\
/L Laat de gebruikerslicentie zien. \n\
\n\
start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
@@ -59,4 +61,6 @@ See the COPYING.LIB file for license information. \n\
"
STRING_EXECFAIL "Programma kan niet worden gestart, of er is geen programma verbonden met het opgegeven bestand.\nShellExecuteEx is mislukt"
+
+STRING_UNIXFAIL "Kon de opgegeven Unix bestandsnaam niet omzetten naar een DOS bestandsnaam."
}