From 5b8262fc5d25a466f2494ec5970e98eaad853043 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 17 Jul 2006 00:33:59 +0000 Subject: [PATCH] patch from : Fork : Bug#: 1633 : Norwegian translation svn path=/trunk/; revision=23099 --- reactos/dll/win32/userenv/No.rc | 50 ++++++++++++++++++++++++++++ reactos/dll/win32/userenv/userenv.rc | 1 + 2 files changed, 51 insertions(+) create mode 100644 reactos/dll/win32/userenv/No.rc diff --git a/reactos/dll/win32/userenv/No.rc b/reactos/dll/win32/userenv/No.rc new file mode 100644 index 00000000000..028908e1ee4 --- /dev/null +++ b/reactos/dll/win32/userenv/No.rc @@ -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 diff --git a/reactos/dll/win32/userenv/userenv.rc b/reactos/dll/win32/userenv/userenv.rc index 9f30804f148..971b8b9aa4c 100644 --- a/reactos/dll/win32/userenv/userenv.rc +++ b/reactos/dll/win32/userenv/userenv.rc @@ -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"