Author: greatlrd Date: Mon Jul 17 04:33:59 2006 New Revision: 23099
URL: http://svn.reactos.org/svn/reactos?rev=23099&view=rev Log: patch from : Fork : Bug#: 1633 : Norwegian translation
Added: trunk/reactos/dll/win32/userenv/No.rc (with props) Modified: trunk/reactos/dll/win32/userenv/userenv.rc
Added: trunk/reactos/dll/win32/userenv/No.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/userenv/No.rc?rev... ============================================================================== --- trunk/reactos/dll/win32/userenv/No.rc (added) +++ trunk/reactos/dll/win32/userenv/No.rc Mon Jul 17 04:33:59 2006 @@ -1,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
Propchange: trunk/reactos/dll/win32/userenv/No.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/win32/userenv/userenv.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/userenv/userenv.r... ============================================================================== --- trunk/reactos/dll/win32/userenv/userenv.rc (original) +++ trunk/reactos/dll/win32/userenv/userenv.rc Mon Jul 17 04:33:59 2006 @@ -43,6 +43,7 @@ #include "Gr.rc" #include "Ja.rc" #include "Nl.rc" +#include "No.rc" #include "Pl.rc" #include "Sv.rc" #include "Ru.rc"