patch from LMH1 : Bug#: 1642 : Norwegian translation

svn path=/trunk/; revision=23115
This commit is contained in:
Magnus Olsen 2006-07-17 07:18:36 +00:00
parent 8db06b0b73
commit 6924da266a
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005
*/
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
STRING_WelcomeMsg, "ReactOS Vituell DOS Maskin støtte.\n"
STRING_PromptMsg, "Skriv r<cr> for å kjøre, s<cr> å avslutte eller q<cr> for å slutte nå."
}

View file

@ -11,3 +11,5 @@
#include "Ja.rc"
#include "Hu.rc"
#include "Es.rc"
#include "No.rc"