patch from LMH1 : Bug#: 1674 : Norwegian translation

svn path=/trunk/; revision=23122
This commit is contained in:
Magnus Olsen 2006-07-17 08:20:16 +00:00
parent 445d240e4b
commit e1a8b7eeff
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#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_Copy, "ReactOS Fil ekstrakterings Verktøy Versjon 1.0\n\
Copyright Victor Schneider 1997\n\n\
Bruk: %s innfil [utfil]\n"
IDS_FAILS "LZCopy mislykket: retur ble %ld\n"
}

View file

@ -12,3 +12,5 @@
#include "Sv.rc"
#include "Hu.rc"
#include "Gr.rc"
#include "No.rc"