Hans Leidekker | 5474ad8 | 2003-10-27 22:03:28 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Start (Dutch resources) |
| 3 | * |
| 4 | * Copyright 2003 Hans Leidekker |
| 5 | * |
| 6 | * This library is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU Lesser General Public |
| 8 | * License as published by the Free Software Foundation; either |
| 9 | * version 2.1 of the License, or (at your option) any later version. |
| 10 | * |
| 11 | * This library is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 14 | * Lesser General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software |
Jonathan Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
Hans Leidekker | 5474ad8 | 2003-10-27 22:03:28 +0000 | [diff] [blame] | 19 | */ |
| 20 | |
| 21 | LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT |
| 22 | |
| 23 | STRINGTABLE DISCARDABLE LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT |
| 24 | { |
| 25 | STRING_USAGE, "Start een programma, of open een document met het programma dat normaal voor bestanden met die extensie gebruikt wordt. \n\ |
| 26 | Gebruik: \n\ |
| 27 | start [options] programma_naam [...] \n\ |
| 28 | start [options] document_naam \n\ |
| 29 | \n\ |
| 30 | Options: \n\ |
| 31 | /M[inimized] Start het programma geminimaliseerd. \n\ |
| 32 | /MAX[imized] Start het programma gemaximaliseerd. \n\ |
| 33 | /R[estored] Start het programma normaal (noch geminimaliseerd noch gemaximaliseerd). \n\ |
Hans Leidekker | a82f135 | 2005-01-26 19:42:40 +0000 | [diff] [blame] | 34 | /W[ait] Wacht totdat het gestarte programma is beëindigd, eindig dan met de exit code van dat programma. \n\ |
Hans Leidekker | 5474ad8 | 2003-10-27 22:03:28 +0000 | [diff] [blame] | 35 | /L Laat de gebruikerslicentie zien. \n\ |
| 36 | \n\ |
| 37 | start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\ |
| 38 | Start wordt u ABSOLUUT ZONDER GARANTIE aangeboden; draai dit programma met de /L optie voor details. \n\ |
| 39 | Dit is vrije software, en u wordt uitgenodigd om het verder te verspreiden \n\ |
| 40 | onder bepaalde voorwaarden; draai 'start /L' voor details. \n\ |
| 41 | " |
| 42 | |
| 43 | STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\ |
| 44 | This program is free software; you can redistribute it and/or \n\ |
| 45 | modify it under the terms of the GNU Lesser Public License \n\ |
| 46 | as published by the Free Software Foundation; either version 2.1 \n\ |
| 47 | of the License, or (at your option) any later version. \n\ |
| 48 | \n\ |
| 49 | This program is distributed in the hope that it will be useful, \n\ |
| 50 | but WITHOUT ANY WARRANTY; without even the implied warranty of \n\ |
| 51 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n\ |
| 52 | GNU Lesser Public License for more details. \n\ |
| 53 | \n\ |
| 54 | You should have received a copy of the GNU Lesser Public License \n\ |
| 55 | along with this program; if not, write to the Free Software \n\ |
Jonathan Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 56 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\ |
Hans Leidekker | 5474ad8 | 2003-10-27 22:03:28 +0000 | [diff] [blame] | 57 | \n\ |
| 58 | See the COPYING.LIB file for license information. \n\ |
| 59 | " |
| 60 | |
| 61 | STRING_EXECFAIL "Programma kan niet worden gestart, of er is geen programma verbonden met het opgegeven bestand.\nShellExecuteEx is mislukt" |
| 62 | } |