patch from LMH1 : Bug#: 1641 : Norwegian translation

svn path=/trunk/; revision=23110
This commit is contained in:
Magnus Olsen 2006-07-17 01:15:56 +00:00
parent 2a8df0cc3d
commit 7c1513c7eb
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
*/
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_DllNotLoaded, "LoadLibrary mislykket å laste '%s'"
IDS_MissingEntry, "Mistet oppføring moment:%s\nIn %s"
}

View file

@ -11,4 +11,5 @@
#include "Hu.rc"
#include "Ru.rc"
#include "Gr.rc"
#include "No.rc"