- Merge from trunk
[reactos.git] / dll / win32 / msi / msi_Nl.rc
1 /*
2 * Dutch resources for MSI
3 *
4 * Copyright 2005 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
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include "windef.h"
22
23 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
24
25 STRINGTABLE
26 {
27 4 "Het opgegeven installatie pakket kon niet worden geopend. Verifieer het bestandspad en probeer opnieuw."
28 5 "Pad %s niet gevonden"
29 9 "Plaats disk %s"
30 10 "Windows Installer %s\n\n" \
31 "Gebruik:\n" \
32 "msiexec commando {vereiste parameter} [optionele parameter]\n\n" \
33 "Installeer een product:\n" \
34 "\t/i {pakket|productcode} [eigenschap]\n" \
35 "\t/package {pakket|productcode} [eigenschap]\n" \
36 "\t/a pakket [eigenschap]\n" \
37 "Herstel een installatie:\n" \
38 "\t/f[p|o|e|d|c|a|u|m|s|v] {pakket|productcode}\n" \
39 "Verwijder een product:\n" \
40 "\t/uninstall {pakket|productcode} [eigenschap]\n" \
41 "\t/x {pakket|productcode} [eigenschap]\n" \
42 "Adverteer een product:\n" \
43 "\t/j[u|m] pakket [/t transform] [/g languageid]\n" \
44 "Pas een patch toe:\n" \
45 "\t/p patchpakket [eigenschap]\n" \
46 "\t/p patchpakket /a pakket [eigenschap]\n" \
47 "Log en UI Modifiers voor bovenstaande commando's:\n" \
48 "\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logbestand\n" \
49 "\t/q{|n|b|r|f|n+|b+|b-}\n" \
50 "Registreer MSI Service:\n" \
51 "\t/y\n" \
52 "Maak registratie MSI Service ongedaan:\n" \
53 "\t/z\n" \
54 "Laat dit helpvenster zien:\n" \
55 "\t/help\n" \
56 "\t/?\n"
57 11 "Voer de map in die %s bevat"
58 12 "De installatiebron van de feature ontbreekt"
59 13 "De netwerkschijf met de feature ontbreekt"
60 14 "Feature van:"
61 15 "Kies de map die %s bevat"
62 }