mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
patch from : Fork : Bug#: 1633 : Norwegian translation
svn path=/trunk/; revision=23098
This commit is contained in:
parent
c1bf3efbbe
commit
243cd7fe80
2 changed files with 80 additions and 0 deletions
79
reactos/dll/win32/user32/No.rc
Normal file
79
reactos/dll/win32/user32/No.rc
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
//
|
||||||
|
// Norwegian Translation by Fork
|
||||||
|
//
|
||||||
|
|
||||||
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Dialogs
|
||||||
|
//
|
||||||
|
|
||||||
|
SELWINDOW DIALOG DISCARDABLE 20, 20, 220, 140
|
||||||
|
STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
||||||
|
WS_SYSMENU
|
||||||
|
FONT 8, "MS Shell Dlg"
|
||||||
|
CAPTION "Velg Vindu"
|
||||||
|
BEGIN
|
||||||
|
LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
|
||||||
|
PUSHBUTTON "&OK", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||||
|
PUSHBUTTON "&Avbryt", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||||
|
END
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Menus
|
||||||
|
//
|
||||||
|
|
||||||
|
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||||
|
{
|
||||||
|
POPUP "DUMMY"
|
||||||
|
BEGIN
|
||||||
|
MENUITEM "&Angre", EM_UNDO
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "Klipp u&t", WM_CUT
|
||||||
|
MENUITEM "&Kopier", WM_COPY
|
||||||
|
MENUITEM "&Lim inn", WM_PASTE
|
||||||
|
MENUITEM "&Slett", WM_CLEAR
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "&Merk Alt", EM_SETSEL
|
||||||
|
END
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||||
|
{
|
||||||
|
MENUITEM "&Gjenopprett", 61728
|
||||||
|
MENUITEM "&Flytt", 61456
|
||||||
|
MENUITEM "&Størrelse", 61440
|
||||||
|
MENUITEM "Mi&nimer", 61472
|
||||||
|
MENUITEM "&Maksimer", 61488
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "&Lukk\tAlt-F4", 61536
|
||||||
|
}
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Strings
|
||||||
|
//
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
{
|
||||||
|
IDS_ERROR, "Feil"
|
||||||
|
IDS_OK, "OK"
|
||||||
|
IDS_CANCEL, "Avbryt"
|
||||||
|
IDS_ABORT, "&Avbryt"
|
||||||
|
IDS_RETRY, "&Retry"
|
||||||
|
IDS_IGNORE, "&Ignorer"
|
||||||
|
IDS_YES, "&Ja"
|
||||||
|
IDS_NO, "&Nei"
|
||||||
|
IDS_HELP, "Hjelp"
|
||||||
|
IDS_TRYAGAIN, "&Prøv på nytt"
|
||||||
|
IDS_CONTINUE, "&Fortsett"
|
||||||
|
}
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
{
|
||||||
|
IDS_MDI_MOREWINDOWS, "&Flere vinduer..."
|
||||||
|
}
|
||||||
|
|
|
@ -68,6 +68,7 @@ OBM_MNARROW BITMAP "resources/obm_mnarrow.bmp"
|
||||||
#include "De.rc"
|
#include "De.rc"
|
||||||
#include "Fr.rc"
|
#include "Fr.rc"
|
||||||
#include "Nl.rc"
|
#include "Nl.rc"
|
||||||
|
#include "No.rc"
|
||||||
#include "Pl.rc"
|
#include "Pl.rc"
|
||||||
#include "Ja.rc"
|
#include "Ja.rc"
|
||||||
#include "Sv.rc"
|
#include "Sv.rc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue