[APPWIZ] Display a message box in case of failure (#913)
[reactos.git] / dll / cpl / appwiz / lang / no-NO.rc
1 LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
2
3 IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Opprett lenke"
6 FONT 8, "MS Shell Dlg", 0, 0, 0x0
7 BEGIN
8 LTEXT "Text1", -1, 115, 15, 160, 24
9 LTEXT "Text2", -1, 115, 35, 160, 17
10 END
11
12 IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228
13 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
14 CAPTION "Opprett lenke"
15 FONT 8, "MS Shell Dlg", 0, 0, 0x0
16 BEGIN
17 LTEXT "Text1",-1,10,0,225,40
18 LTEXT "Text2",-1,10,40,120,20
19 LTEXT "Text3",-1,10,55,120,20
20 END
21
22 IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200
23 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
24 CAPTION "Opprett snarvei"
25 FONT 8, "MS Shell Dlg", 0, 0, 0x0
26 BEGIN
27 LTEXT "Denne veiviseren vil hjelper deg å lage snarvei til en lokal eller \nnettverk programmer, filer, mapper, datamaskiner, eller internett\nadresse.", -1, 120, 15, 200, 30
28 LTEXT "Velg din lagring plassering:", -1, 120, 50, 120, 10
29 EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT
30 PUSHBUTTON "Bla gjennom...", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT
31 LTEXT "Trykk på neste for å fortsette.", -1, 120, 97, 162, 10
32 END
33
34 IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
35 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
36 CAPTION "Velg en tittel for programmet"
37 FONT 8, "MS Shell Dlg", 0, 0, 0x0
38 BEGIN
39 LTEXT "&Skriv inn et navn for denne snarveien:", -1, 120, 15, 150, 10
40 EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT
41 LTEXT "Trykk på fullført for å opprette snarveien.", -1, 118, 97, 178, 17
42 END
43
44 IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
45 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
46 CAPTION "Remove Shortcuts/Folders"
47 FONT 8, "MS Shell Dlg"
48 BEGIN
49 LTEXT "&To remove an item from the Start menu, select the item and click Remove.", -1, 10, 10, 192, 16
50 CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
51 LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
52 PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP
53 DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP
54 END
55
56 ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95
57 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
58 CAPTION "Wine Gecko Installer"
59 FONT 8, "MS Shell Dlg"
60 BEGIN
61 CONTROL "ReactOS could not find a Wine Gecko package which is needed for applications embedding HTML to work correctly. ReactOS can automatically download and install it for you.",
62 ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
63 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12
64 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
65 PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
66 END
67
68 STRINGTABLE
69 BEGIN
70 IDS_CPLSYSTEMNAME "Legg til/Fjern Programmer"
71 IDS_CPLSYSTEMDESCRIPTION "Sett opp programmer og opprett snarveier."
72 IDS_CREATE_SHORTCUT "Opprett snarveier"
73 IDS_ERROR_NOT_FOUND "Filen %s ble ikke funnet."
74 END
75
76 STRINGTABLE
77 BEGIN
78 IDS_DOWNLOADING "Downloading..."
79 IDS_INSTALLING "Installing..."
80 IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
81 IDS_NEW_INTERNET_SHORTCUT "New Internet Shortcut"
82 IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko."
83 IDS_CANTMAKEINETSHORTCUT "Failed to create internet shortcut."
84 IDS_CANTMAKESHORTCUT "Failed to create shortcut."
85 END