mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
patch from : Fork : Bug#: 1633 : Norwegian translation
svn path=/trunk/; revision=23099
This commit is contained in:
parent
243cd7fe80
commit
5b8262fc5d
2 changed files with 51 additions and 0 deletions
50
reactos/dll/win32/userenv/No.rc
Normal file
50
reactos/dll/win32/userenv/No.rc
Normal file
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* Norwegian Translation By Fork
|
||||
*
|
||||
*
|
||||
* Copyright (C) 2004 Eric Kohl
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
|
||||
IDS_APPDATA "Programdata"
|
||||
IDS_DESKTOP "Skrivebord"
|
||||
IDS_FAVORITES "Favoritter"
|
||||
IDS_STARTMENU "Start-Meny"
|
||||
IDS_PROGRAMS "Start-Meny\\Programmer"
|
||||
IDS_ADMINTOOLS "Start-Meny\\Programmer\\Administrative verktøy"
|
||||
IDS_STARTUP "Start-Meny\\Programmer\\Oppstart"
|
||||
IDS_MYDOCUMENTS "Mine Dokumenter"
|
||||
IDS_MYPICTURES "Mine Dokumenter\\Mine Bilder"
|
||||
IDS_MYMUSIC "Mine Dokumenter\\Min Musikk"
|
||||
IDS_MYVIDEOS "Mine Dokumenter\\Mine Filmer"
|
||||
IDS_TEMPLATES "Templates"
|
||||
IDS_RECENT "Siste"
|
||||
IDS_SENDTO "SendTo"
|
||||
IDS_PRINTHOOD "PrintHood"
|
||||
IDS_NETHOOD "NetHood"
|
||||
IDS_LOCALSETTINGS "Lokale innstillinger"
|
||||
IDS_LOCALAPPDATA "Lokale innstillinger\\Programdata"
|
||||
IDS_TEMP "Lokale innstillinger\\Temp"
|
||||
IDS_CACHE "Lokale innstillinger\\Temporary Internet Files"
|
||||
IDS_HISTORY "Lokale innstillinger\\Logg"
|
||||
IDS_COOKIES "Cookies"
|
||||
IDS_PROGRAMFILES "%SystemDrive%\\Programfiler"
|
||||
END
|
|
@ -43,6 +43,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "Gr.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Nl.rc"
|
||||
#include "No.rc"
|
||||
#include "Pl.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Ru.rc"
|
||||
|
|
Loading…
Reference in a new issue