mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
patch from LMH1 : Bug#: 1641 : Norwegian translation
svn path=/trunk/; revision=23110
This commit is contained in:
parent
2a8df0cc3d
commit
7c1513c7eb
2 changed files with 13 additions and 0 deletions
12
reactos/base/system/rundll32/No.rc
Normal file
12
reactos/base/system/rundll32/No.rc
Normal 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"
|
||||
}
|
|
@ -11,4 +11,5 @@
|
|||
#include "Hu.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Gr.rc"
|
||||
#include "No.rc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue