Author: cfinck
Date: Mon Jul 23 12:05:08 2007
New Revision: 27784
URL: http://svn.reactos.org/svn/reactos?rev=27784&view=rev
Log:
Show a right title for the last setup page (Patch by Cameron Gutman, aicommander AT gmail DOT com)
I also fixed that in the german translation, other translation still need to be fixed.
See issue #2206 for more details.
Modified:
trunk/reactos/dll/win32/syssetup/lang/de-DE.rc
trunk/reactos/dll/win32/syssetup/lang/en-US.rc
Modified: trunk/reactos/dll/win32/syssetup/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/de…
==============================================================================
--- trunk/reactos/dll/win32/syssetup/lang/de-DE.rc (original)
+++ trunk/reactos/dll/win32/syssetup/lang/de-DE.rc Mon Jul 23 12:05:08 2007
@@ -184,8 +184,8 @@
IDS_LOCALESUBTITLE "Sie können ReactOS auf unterschiedliche Regionen und Sprachen einstellen."
IDS_DATETIMETITLE "Datum und Uhrzeit"
IDS_DATETIMESUBTITLE "Setzen Sie das korrekte Datum und Uhrzeit für ihren Computer."
- IDS_PROCESSTITLE "Prozess-Seitentitel"
- IDS_PROCESSSUBTITLE "Prozess-Seitenuntertitel"
+ IDS_PROCESSTITLE "Registriere Komponenten"
+ IDS_PROCESSSUBTITLE "Bitte warten..."
END
STRINGTABLE
Modified: trunk/reactos/dll/win32/syssetup/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/en…
==============================================================================
--- trunk/reactos/dll/win32/syssetup/lang/en-US.rc (original)
+++ trunk/reactos/dll/win32/syssetup/lang/en-US.rc Mon Jul 23 12:05:08 2007
@@ -185,8 +185,8 @@
IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
IDS_DATETIMETITLE "Date and Time"
IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
- IDS_PROCESSTITLE "Process page title"
- IDS_PROCESSSUBTITLE "Process page subtitle"
+ IDS_PROCESSTITLE "Registering Components"
+ IDS_PROCESSSUBTITLE "Please wait..."
END
STRINGTABLE
Author: greatlrd
Date: Mon Jul 23 01:26:38 2007
New Revision: 27783
URL: http://svn.reactos.org/svn/reactos?rev=27783&view=rev
Log:
fixing intl are on english
here is the issue, either it is gcc bugs being tricked for wrc (I do not think it is this case)
or it is a bug in windres for some rc syntax. I think it is this issue, only way to workaround
this bug are move en-us.rc to top of the langues list so it comes the frist langues for select
Modified:
trunk/reactos/dll/cpl/intl/intl.rc
Modified: trunk/reactos/dll/cpl/intl/intl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.rc?rev=2…
==============================================================================
--- trunk/reactos/dll/cpl/intl/intl.rc (original)
+++ trunk/reactos/dll/cpl/intl/intl.rc Mon Jul 23 01:26:38 2007
@@ -2,6 +2,8 @@
#include <windows.h>
#include "resource.h"
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
@@ -20,10 +22,9 @@
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
-
+#include "lang/en-US.rc"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
-#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
Author: dreimer
Date: Sun Jul 22 19:55:56 2007
New Revision: 27777
URL: http://svn.reactos.org/svn/reactos?rev=27777&view=rev
Log:
- First working try of my Fast Source Tree Switcher.
- Add cutz.cmd to bypass a STUUUPIIID Bug in cut under Windows.
(=Thinking every value in a line after starting cut belongs to it.)
Added:
trunk/tools/RosBE-Windows/Root/srclist.xml
trunk/tools/RosBE-Windows/Root/test.cmd
trunk/tools/RosBE-Windows/Tools/cutz.cmd
Added: trunk/tools/RosBE-Windows/Root/srclist.xml
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/srclist.x…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/srclist.xml (added)
+++ trunk/tools/RosBE-Windows/Root/srclist.xml Sun Jul 22 19:55:56 2007
@@ -1,0 +1,13 @@
+<?xml version="1.0"?>
+<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<!--
+ Here you can add all your Source Tree Locations into and use the
+ fast switcher for them later.
+
+ name="" Is the Name of your Shortcut
+ value="" Is the Path to a Source Tree Location.
+ Example: <property name="my" value="D:\SVNTree\ReactOS" />
+-->
+
+<property name="main" value="C:\RosBE\Source" />
Added: trunk/tools/RosBE-Windows/Root/test.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/test.cmd?…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/test.cmd (added)
+++ trunk/tools/RosBE-Windows/Root/test.cmd Sun Jul 22 19:55:56 2007
@@ -1,0 +1,20 @@
+::
+:: PROJECT: RosBE - ReactOS Build Environment for Windows
+:: LICENSE: GPL - See COPYING in the top level directory
+:: FILE: Root/test.cmd
+:: PURPOSE: First step in the direction of a Multiple Source Tree "Compatible" RosBE.
+:: COPYRIGHT: Copyright 2007 Daniel Reimer <reimer.daniel(a)freenet.de>
+::
+::
+@echo off
+
+title Choose your Source Folder...
+
+echo Choose your Source Folder:
+SET /P XY=
+grep \"%XY%\" "%ROSBEBASEDIR%\srclist.xml"|cutz > "%ROSBEBASEDIR%\aaa.tmp"
+set /P dir=< "%ROSBEBASEDIR%\aaa.tmp"
+del "%ROSBEBASEDIR%\aaa.tmp"
+cd %dir%
+
+title ReactOS Build Environment %_VER%
Added: trunk/tools/RosBE-Windows/Tools/cutz.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/cutz.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/cutz.cmd (added)
+++ trunk/tools/RosBE-Windows/Tools/cutz.cmd Sun Jul 22 19:55:56 2007
@@ -1,0 +1,10 @@
+::
+:: PROJECT: RosBE - ReactOS Build Environment for Windows
+:: LICENSE: GPL - See COPYING in the top level directory
+:: FILE: Tools/cutz.cmd
+:: PURPOSE: Bypass a stupid bug in cut.
+:: COPYRIGHT: Copyright 2007 Daniel Reimer <reimer.daniel(a)freenet.de>
+::
+::
+@echo off
+cut -d "\"" -f 4