2005-09-18 14:26:22 +02:00
|
|
|
/*
|
2010-10-15 22:21:00 +02:00
|
|
|
* Norwegian Bokmål resources for MSI
|
2005-09-18 14:26:22 +02:00
|
|
|
*
|
2010-10-15 22:21:00 +02:00
|
|
|
* Copyright 2005-2007 Alexander N. Sørnes <alex@thehandofagony.com>
|
|
|
|
* Copyright 2010 Trygve Vea <trygve.vea@gmail.com>
|
2005-09-18 14:26:22 +02:00
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-09-18 14:26:22 +02:00
|
|
|
*/
|
|
|
|
|
2009-07-02 00:33:53 +02:00
|
|
|
#include "windef.h"
|
|
|
|
|
2010-10-15 22:21:00 +02:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2005-09-18 14:26:22 +02:00
|
|
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
|
|
|
|
2010-07-21 23:53:26 +02:00
|
|
|
STRINGTABLE
|
2005-09-18 14:26:22 +02:00
|
|
|
{
|
2010-10-15 22:21:00 +02:00
|
|
|
4 "Klarte ikke å åpne den oppgitte installasjonspakken. Kontroller filbanen og prøv igjen."
|
|
|
|
5 "fant ikke stien '%s'."
|
|
|
|
9 "sett inn disk '%s'"
|
2010-05-06 17:24:53 +02:00
|
|
|
10 "Windows Installer %s\n\n" \
|
2010-10-15 22:21:00 +02:00
|
|
|
"Bruk:\n" \
|
|
|
|
"msiexec kommando {obligatorisk parameter} [valgfritt parameter]\n\n" \
|
|
|
|
"Installere et produkt:\n" \
|
|
|
|
"\t/i {pakke|produktkode} [egenskap]\n" \
|
|
|
|
"\t/package {pakke|produktkode} [egenskap]\n" \
|
|
|
|
"\t/a pakke [egenskap]\n" \
|
|
|
|
"Reparere en installasjon:\n" \
|
|
|
|
"\t/f[p|o|e|d|c|a|u|m|s|v] {pakke|produktkode}\n" \
|
|
|
|
"Avinstallere et produkt:\n" \
|
|
|
|
"\t/uninstall {pakke|produktkode} [egenskap]\n" \
|
|
|
|
"\t/x {pakke|produktkode} [egenskap]\n" \
|
|
|
|
"Annonsere et produkt:\n" \
|
|
|
|
"\t/j[u|m] pakke [/t transformere] [/g språk-ID]\n" \
|
|
|
|
"Installer patch:\n" \
|
|
|
|
"\t/p patchpakke [egenskap]\n" \
|
|
|
|
"\t/p patchpakke /a pakke [egenskap]\n" \
|
|
|
|
"Logg og brukergrensesnitt-modifikatorer for overnevnte kommandoer:\n" \
|
|
|
|
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] loggfil\n" \
|
2010-05-06 17:24:53 +02:00
|
|
|
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
2010-10-15 22:21:00 +02:00
|
|
|
"Registrer MSI-tjeneste:\n" \
|
2010-05-06 17:24:53 +02:00
|
|
|
"\t/y\n" \
|
2010-10-15 22:21:00 +02:00
|
|
|
"Avregistrer MSI-tjeneste:\n" \
|
2010-05-06 17:24:53 +02:00
|
|
|
"\t/z\n" \
|
2010-10-15 22:21:00 +02:00
|
|
|
"Vis denne hjelpeteksten:\n" \
|
2010-05-06 17:24:53 +02:00
|
|
|
"\t/help\n" \
|
|
|
|
"\t/?\n"
|
2005-09-18 14:26:22 +02:00
|
|
|
11 "Oppgi katalogen som inneholder '%s'."
|
|
|
|
12 "Egenskapens installasjonskilde mangler."
|
|
|
|
13 "Egenskapens nettverksstasjon mangler."
|
|
|
|
14 "Egenskap fra::"
|
|
|
|
15 "Velg katalogen som inneholder '%s'."
|
|
|
|
}
|