Author: greatlrd Date: Sun Jun 18 23:32:03 2006 New Revision: 22398
URL: http://svn.reactos.ru/svn/reactos?rev=22398&view=rev Log: Langues Nl.rc patch from i386dx see wiki how have done the translate
Added: trunk/reactos/base/setup/welcome/Nl.rc (with props) Modified: trunk/reactos/base/setup/welcome/welcome.rc
Added: trunk/reactos/base/setup/welcome/Nl.rc URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/base/setup/welcome/Nl.rc?rev... ============================================================================== --- trunk/reactos/base/setup/welcome/Nl.rc (added) +++ trunk/reactos/base/setup/welcome/Nl.rc Sun Jun 18 23:32:03 2006 @@ -1,0 +1,60 @@ +LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL + +/* String Tables */ + +/* Default settings */ +STRINGTABLE DISCARDABLE +BEGIN + IDS_APPTITLE "ReactOS - Welkom" + IDS_DEFAULTTOPICTITLE "ReactOS" + IDS_DEFAULTTOPICDESC "Welkom bij het React Operation System.\n\nKlik links op een onderwerp." +// IDS_CHECKTEXT "Gaat terug naar dit scherm" +// IDS_CLOSETEXT "Afsluiten" +END + +/* Topic buttons */ +STRINGTABLE DISCARDABLE +BEGIN + IDS_TOPICBUTTON0 "Installeer ReactOS" + IDS_TOPICBUTTON1 "Deze CD Verkennen" + IDS_TOPICBUTTON2 "Afsluiten" +// IDS_TOPICBUTTON3 "Empty Topic 3" +// IDS_TOPICBUTTON4 "Empty Topic 4" +// IDS_TOPICBUTTON5 "Empty Topic 5" +// IDS_TOPICBUTTON6 "Empty Topic 6" +// IDS_TOPICBUTTON7 "Empty Topic 7" +// IDS_TOPICBUTTON8 "Empty Topic 8" +// IDS_TOPICBUTTON9 "Empty Topic 9" +END + +/* Topic titles */ +STRINGTABLE DISCARDABLE +BEGIN + IDS_TOPICTITLE0 "Installeer ReactOS" + IDS_TOPICTITLE1 "Deze CD Verkennen" + IDS_TOPICTITLE2 "Afsluiten" +// IDS_TOPICTITLE3 "Empty Topic Title 3" +// IDS_TOPICTITLE4 "Empty Topic Title 4" +// IDS_TOPICTITLE5 "Empty Topic Title 5" +// IDS_TOPICTITLE6 "Empty Topic Title 6" +// IDS_TOPICTITLE7 "Empty Topic Title 7" +// IDS_TOPICTITLE8 "Empty Topic Title 8" +// IDS_TOPICTITLE9 "Empty Topic Title 9" +END + +/* Topic descriptions */ +STRINGTABLE DISCARDABLE +BEGIN + IDS_TOPICDESC0 "Maak een nieuwe ReactOS installatie of upgrade een bestaande installatie." + IDS_TOPICDESC1 "Deze CD Verkennen." + IDS_TOPICDESC2 "Klik om dit programma af te sluiten." +// IDS_TOPICDESC3 "Topic description 3.\n\nDescribe topic 3 here." +// IDS_TOPICDESC4 "Topic description 4.\n\nDescribe topic 4 here." +// IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here." +// IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here." +// IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here." +// IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here." +// IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here." +END + +/* EOF */
Propchange: trunk/reactos/base/setup/welcome/Nl.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/base/setup/welcome/welcome.rc URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/base/setup/welcome/welcome.r... ============================================================================== --- trunk/reactos/base/setup/welcome/welcome.rc (original) +++ trunk/reactos/base/setup/welcome/welcome.rc Sun Jun 18 23:32:03 2006 @@ -56,6 +56,7 @@ #include "Fr.rc" #include "Hu.rc" #include "Ja.rc" +#include "Nl.rc" #include "Sv.rc" #include "Ru.rc" #include "Uk.rc"