msi: Updated Norwegian translation.
This commit is contained in:
parent
454dce9162
commit
6cb9f6ff2b
|
@ -1,7 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Norwegian Bokmål resources for MSI
|
* Norwegian Bokmål resources for MSI
|
||||||
*
|
*
|
||||||
* Copyright 2005-2007 Alexander N. Sørnes <alex@thehandofagony.com>
|
* Copyright 2005-2007 Alexander N. Sørnes <alex@thehandofagony.com>
|
||||||
|
* Copyright 2010 Trygve Vea <trygve.vea@gmail.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -20,38 +21,40 @@
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
|
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
4 "Klarte ikke åpne den oppgitte installasjonspakken. Kontroller filbanen og prøv igjen."
|
4 "Klarte ikke å åpne den oppgitte installasjonspakken. Kontroller filbanen og prøv igjen."
|
||||||
5 "Fant ikke stien '%s'."
|
5 "fant ikke stien '%s'."
|
||||||
9 "Sett i disk '%s'"
|
9 "sett inn disk '%s'"
|
||||||
10 "Windows Installer %s\n\n" \
|
10 "Windows Installer %s\n\n" \
|
||||||
"Usage:\n" \
|
"Bruk:\n" \
|
||||||
"msiexec command {required parameter} [optional parammeter]\n\n" \
|
"msiexec kommando {obligatorisk parameter} [valgfritt parameter]\n\n" \
|
||||||
"Install a product:\n" \
|
"Installere et produkt:\n" \
|
||||||
"\t/i {package|productcode} [property]\n" \
|
"\t/i {pakke|produktkode} [egenskap]\n" \
|
||||||
"\t/package {package|productcode} [property]\n" \
|
"\t/package {pakke|produktkode} [egenskap]\n" \
|
||||||
"\t/a package [property]\n" \
|
"\t/a pakke [egenskap]\n" \
|
||||||
"Repair an installation:\n" \
|
"Reparere en installasjon:\n" \
|
||||||
"\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n" \
|
"\t/f[p|o|e|d|c|a|u|m|s|v] {pakke|produktkode}\n" \
|
||||||
"Uninstall a product:\n" \
|
"Avinstallere et produkt:\n" \
|
||||||
"\t/uninstall {package|productcode} [property]\n" \
|
"\t/uninstall {pakke|produktkode} [egenskap]\n" \
|
||||||
"\t/x {package|productcode} [property]\n" \
|
"\t/x {pakke|produktkode} [egenskap]\n" \
|
||||||
"Advertise a product:\n" \
|
"Annonsere et produkt:\n" \
|
||||||
"\t/j[u|m] package [/t transform] [/g languageid]\n" \
|
"\t/j[u|m] pakke [/t transformere] [/g språk-ID]\n" \
|
||||||
"Apply a patch:\n" \
|
"Installer patch:\n" \
|
||||||
"\t/p patchpackage [property]\n" \
|
"\t/p patchpakke [egenskap]\n" \
|
||||||
"\t/p patchpackage /a package [property]\n" \
|
"\t/p patchpakke /a pakke [egenskap]\n" \
|
||||||
"Log and UI Modifiers for above commands:\n" \
|
"Logg og brukergrensesnitt-modifikatorer for overnevnte kommandoer:\n" \
|
||||||
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n" \
|
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] loggfil\n" \
|
||||||
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
||||||
"Register MSI Service:\n" \
|
"Registrer MSI-tjeneste:\n" \
|
||||||
"\t/y\n" \
|
"\t/y\n" \
|
||||||
"Unregister MSI Service:\n" \
|
"Avregistrer MSI-tjeneste:\n" \
|
||||||
"\t/z\n" \
|
"\t/z\n" \
|
||||||
"Display this help:\n" \
|
"Vis denne hjelpeteksten:\n" \
|
||||||
"\t/help\n" \
|
"\t/help\n" \
|
||||||
"\t/?\n"
|
"\t/?\n"
|
||||||
11 "Oppgi katalogen som inneholder '%s'."
|
11 "Oppgi katalogen som inneholder '%s'."
|
||||||
|
|
Loading…
Reference in New Issue