mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +00:00
patch from LMH1 : Bug#: 1674 : Norwegian translation
svn path=/trunk/; revision=23122
This commit is contained in:
parent
445d240e4b
commit
e1a8b7eeff
2 changed files with 18 additions and 0 deletions
16
reactos/base/system/expand/No.rc
Normal file
16
reactos/base/system/expand/No.rc
Normal 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"
|
||||||
|
}
|
|
@ -12,3 +12,5 @@
|
||||||
#include "Sv.rc"
|
#include "Sv.rc"
|
||||||
#include "Hu.rc"
|
#include "Hu.rc"
|
||||||
#include "Gr.rc"
|
#include "Gr.rc"
|
||||||
|
#include "No.rc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue