msi: Improve the stub implementations of RemoveExistingProducts and MigrateFeatureStates.
[wine] / dlls / msi / msi_No.rc
1 /*
2  * Norwegian Bokmål resources for MSI
3  *
4  * Copyright 2005-2007 Alexander N. Sørnes <alex@thehandofagony.com>
5  * Copyright 2010 Trygve Vea <trygve.vea@gmail.com>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include "windef.h"
23
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
27
28 STRINGTABLE
29 {
30         4 "Klarte ikke å åpne den oppgitte installasjonspakken.  Kontroller filbanen og prøv igjen."
31         5 "fant ikke stien '%s'."
32         9 "sett inn disk '%s'"
33         10 "Windows Installer %s\n\n" \
34         "Bruk:\n" \
35         "msiexec kommando {obligatorisk parameter} [valgfritt parameter]\n\n" \
36         "Installere et produkt:\n" \
37         "\t/i {pakke|produktkode} [egenskap]\n" \
38         "\t/package {pakke|produktkode} [egenskap]\n" \
39         "\t/a pakke [egenskap]\n" \
40         "Reparere en installasjon:\n" \
41         "\t/f[p|o|e|d|c|a|u|m|s|v] {pakke|produktkode}\n" \
42         "Avinstallere et produkt:\n" \
43         "\t/uninstall {pakke|produktkode} [egenskap]\n" \
44         "\t/x {pakke|produktkode} [egenskap]\n" \
45         "Annonsere et produkt:\n" \
46         "\t/j[u|m] pakke [/t transformere] [/g språk-ID]\n" \
47         "Installer patch:\n" \
48         "\t/p patchpakke [egenskap]\n" \
49         "\t/p patchpakke /a pakke [egenskap]\n" \
50         "Logg og brukergrensesnitt-modifikatorer for overnevnte kommandoer:\n" \
51         "\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] loggfil\n" \
52         "\t/q{|n|b|r|f|n+|b+|b-}\n" \
53         "Registrer MSI-tjeneste:\n" \
54         "\t/y\n" \
55         "Avregistrer MSI-tjeneste:\n" \
56         "\t/z\n" \
57         "Vis denne hjelpeteksten:\n" \
58         "\t/help\n" \
59         "\t/?\n"
60         11 "Oppgi katalogen som inneholder '%s'."
61         12 "Egenskapens installasjonskilde mangler."
62         13 "Egenskapens nettverksstasjon mangler."
63         14 "Egenskap fra::"
64         15 "Velg katalogen som inneholder '%s'."
65 }