kernel32/winerr: Add Norwegian Bokmål translation.

This commit is contained in:
Alexander Nicolaysen Sørnes 2008-08-20 19:19:40 +02:00 committed by Alexandre Julliard
parent 472b991958
commit edf48ea287
4 changed files with 3735 additions and 1 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ dlls/kernel32/nls/winerr_deu.mc.rc
dlls/kernel32/nls/winerr_enu.mc.rc
dlls/kernel32/nls/winerr_fra.mc.rc
dlls/kernel32/nls/winerr_kor.mc.rc
dlls/kernel32/nls/winerr_nor.mc.rc
dlls/keyboard.drv16
dlls/krnl386.exe16
dlls/libd3dx9.def

View File

@ -93,7 +93,8 @@ MC_SRCS = \
nls/winerr_deu.mc \
nls/winerr_enu.mc \
nls/winerr_fra.mc \
nls/winerr_kor.mc
nls/winerr_kor.mc \
nls/winerr_nor.mc
EXTRA_OBJS = relay16asm.o
EXTRA_OBJS16 = winhelp.exe.o winoldap.mod.o

View File

@ -22,5 +22,6 @@
#include "nls/winerr_enu.mc.rc"
#include "nls/winerr_fra.mc.rc"
#include "nls/winerr_kor.mc.rc"
#include "nls/winerr_nor.mc.rc"
#include "version.rc"

File diff suppressed because it is too large Load Diff