msi_Nl.rc 2.16 KB
Newer Older
1
/*
2
 * Dutch resources for MSI
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
 *
 * Copyright 2005 Hans Leidekker
 *
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20
 */

21 22
#include "windef.h"

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 29
	5 "Pad %s niet gevonden"
	9 "Plaats disk %s"
30
	10 "Windows Installer %s\n\n" \
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
	"Gebruik:\n" \
	"msiexec commando {vereiste parameter} [optionele parameter]\n\n" \
	"Installeer een product:\n" \
	"\t/i {pakket|productcode} [eigenschap]\n" \
	"\t/package {pakket|productcode} [eigenschap]\n" \
	"\t/a pakket [eigenschap]\n" \
	"Herstel een installatie:\n" \
	"\t/f[p|o|e|d|c|a|u|m|s|v] {pakket|productcode}\n" \
	"Verwijder een product:\n" \
	"\t/uninstall {pakket|productcode} [eigenschap]\n" \
	"\t/x {pakket|productcode} [eigenschap]\n" \
	"Adverteer een product:\n" \
	"\t/j[u|m] pakket [/t transform] [/g languageid]\n" \
	"Pas een patch toe:\n" \
	"\t/p patchpakket [eigenschap]\n" \
	"\t/p patchpakket /a pakket [eigenschap]\n" \
	"Log en UI Modifiers voor bovenstaande commando's:\n" \
	"\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 56
	"\t/help\n" \
	"\t/?\n"
57
	11 "Voer de map in die %s bevat"
Sven Baars's avatar
Sven Baars committed
58 59
	12 "De installatiebron van de feature ontbreekt"
	13 "De netwerkschijf met de feature ontbreekt"
60 61 62
	14 "Feature van:"
	15 "Kies de map die %s bevat"
}