mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
patch from LMH1 : see bug 1606
NORWEGIAN translations svn path=/trunk/; revision=22815
This commit is contained in:
parent
fc2be1d1ce
commit
cb6818f2df
2 changed files with 13 additions and 0 deletions
12
reactos/base/setup/reactos/No.rc
Normal file
12
reactos/base/setup/reactos/No.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* $Id: No.rc 21305 15:55 15.06.2006 LMH1 $ */
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "ReactOS Installering"
|
||||
IDS_TEXT "Du kan ikke installere ReactOS direkte fra denne CD!\n\nVennligst restart din datamaskin fra denne CD i anvisning for å installere ReactOS."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -25,6 +25,7 @@ IDI_MAIN ICON "res/reactos.ico"
|
|||
#include "It.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Nl.rc"
|
||||
#include "No.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Uk.rc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue