Author: pschweitzer
Date: Mon Nov 5 13:58:33 2007
New Revision: 30161
URL: http://svn.reactos.org/svn/reactos?rev=30161&view=rev
Log:
Fixed details in French translation of newdev
Modified:
trunk/reactos/dll/win32/newdev/lang/fr-FR.rc
Modified: trunk/reactos/dll/win32/newdev/lang/fr-FR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/newdev/lang/fr-F…
==============================================================================
--- trunk/reactos/dll/win32/newdev/lang/fr-FR.rc (original)
+++ trunk/reactos/dll/win32/newdev/lang/fr-FR.rc Mon Nov 5 13:58:33 2007
@@ -11,7 +11,7 @@
IDC_STATIC,115,21,195,16
LTEXT "Cliquer sur Suivant pour continuer.",IDC_STATIC,115,169,195,17
LTEXT "MATERIEL INCONNU",IDC_DEVICE,129,36,164,11
- LTEXT "ATTENTION ! L'INSTALLATION D'UN PILOTE PEUT ENTRAINER LE BLOCAGE DE VOTRE ORDINATEUR OU LE RENDRE INDEMARRABLE !",IDC_STATIC,105,59,210,16
+ LTEXT "ATTENTION ! L'INSTALLATION D'UN PILOTE PEUT ENTRAINER LE BLOCAGE DE VOTRE ORDINATEUR OU LE RENDRE INDEMARRABLE !",IDC_STATIC,105,59,210,25
CONTROL "Installer le pilote automatiquement",IDC_RADIO_AUTO,"Button",
BS_AUTORADIOBUTTON,115,112,178,13
CONTROL "Installer le pilote depuis un endroit spécifié",IDC_RADIO_MANUAL,
@@ -42,7 +42,7 @@
LTEXT "L'installation a échoué",IDC_FINISHTITLE,120,8,195,24
LTEXT "Le matériel n'a pu etre installé en raison d'une erreur inattendue.",
IDC_STATIC,120,40,195,19
- LTEXT "Matériel inconnu",IDC_DEVICE,134,55,164,11
+ LTEXT "MATERIEL INCONNU",IDC_DEVICE,134,55,164,11
END
IDD_CHSOURCE DIALOGEX DISCARDABLE 0, 0, 317, 143
@@ -90,7 +90,7 @@
IDC_STATIC,120,32,195,19
LTEXT "Cliquer sur Terminer pour fermer l'assistant.",IDC_STATIC,120,174,
179,11
- LTEXT "UNKNOWN DEVICE",IDC_DEVICE,148,53,147,12
+ LTEXT "MATERIEL INCONNU",IDC_DEVICE,148,53,147,12
END
IDD_FINISHPAGE DIALOGEX DISCARDABLE 0, 0, 317, 193
Author: cfinck
Date: Mon Nov 5 13:50:05 2007
New Revision: 30160
URL: http://svn.reactos.org/svn/reactos?rev=30160&view=rev
Log:
Set svn:eol-style "native" for the RosBE-Unix stuff
Modified:
trunk/tools/RosBE-Unix/README (props changed)
trunk/tools/RosBE-Unix/RosBE-Builder.sh (props changed)
trunk/tools/RosBE-Unix/SVN-Readme.txt (contents, props changed)
trunk/tools/RosBE-Unix/scripts/RosBE-rc (props changed)
trunk/tools/RosBE-Unix/scripts/RosBE.sh (props changed)
trunk/tools/RosBE-Unix/scripts/build-multi.sh (props changed)
trunk/tools/RosBE-Unix/scripts/build-shared.sh (props changed)
trunk/tools/RosBE-Unix/scripts/build.sh (props changed)
trunk/tools/RosBE-Unix/scripts/clean.sh (props changed)
trunk/tools/RosBE-Unix/scripts/createshortcut.sh (props changed)
trunk/tools/RosBE-Unix/scripts/help.sh (props changed)
trunk/tools/RosBE-Unix/scripts/version.sh (props changed)
trunk/tools/RosBE-Unix/sources/SVN-Readme.txt (contents, props changed)
trunk/tools/RosBE-Unix/tools/buildtime.c (props changed)
trunk/tools/RosBE-Unix/tools/cpucount.c (props changed)
Propchange: trunk/tools/RosBE-Unix/README
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/RosBE-Builder.sh
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Unix/SVN-Readme.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/SVN-Readme.txt?re…
==============================================================================
--- trunk/tools/RosBE-Unix/SVN-Readme.txt (original)
+++ trunk/tools/RosBE-Unix/SVN-Readme.txt Mon Nov 5 13:50:05 2007
@@ -1,10 +1,10 @@
-Information
-------------
-
-This "RosBE-Unix" SVN directory is just for tracking changes in the script
-files.
-It does not contain a fully functional Build Environment as some packages are
-missing in the "sources" directory.
-
-You can download a full RosBE-Unix package from http://reactos.colinfinck.de
+Information
+------------
+
+This "RosBE-Unix" SVN directory is just for tracking changes in the script
+files.
+It does not contain a fully functional Build Environment as some packages are
+missing in the "sources" directory.
+
+You can download a full RosBE-Unix package from http://reactos.colinfinck.de
(later on it will be downloadable from the official ReactOS Website)
Propchange: trunk/tools/RosBE-Unix/SVN-Readme.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/RosBE-rc
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/RosBE.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/build-multi.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/build-shared.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/build.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/clean.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/createshortcut.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/help.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/scripts/version.sh
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Unix/sources/SVN-Readme.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/sources/SVN-Readm…
==============================================================================
--- trunk/tools/RosBE-Unix/sources/SVN-Readme.txt (original)
+++ trunk/tools/RosBE-Unix/sources/SVN-Readme.txt Mon Nov 5 13:50:05 2007
@@ -1,25 +1,25 @@
-Put the following files into this directory:
-
-- binutils.tar.bz2
- --> containing the binutils source tree in a subdirectory "binutils"
- Source is available here: http://www.gnu.org/software/binutils/
-
-- gcc.tar.bz2
- --> containing the gcc source tree for C and C++ compilation in a subdirectory "gcc"
- Source is available here: http://gcc.gnu.org/svn.html
-
-- make.tar.bz2
- --> containing the make source tree in a subdirectory "make"
- Source is available here: http://savannah.gnu.org/cvs/?group=make
-
-- mingw-runtime.tar.bz2
- --> containing the "include" and "lib" subdirectories of the mingw-runtime package
- Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435
-
-- nasm.tar.bz2
- --> containing the nasm source tree in a subdirectory "nasm"
- Source is available here: http://sourceforge.net/project/showfiles.php?group_id=6208
-
-- w32api.tar.bz2
- --> containing the "include" and "lib" subdirectories of the w32api package
+Put the following files into this directory:
+
+- binutils.tar.bz2
+ --> containing the binutils source tree in a subdirectory "binutils"
+ Source is available here: http://www.gnu.org/software/binutils/
+
+- gcc.tar.bz2
+ --> containing the gcc source tree for C and C++ compilation in a subdirectory "gcc"
+ Source is available here: http://gcc.gnu.org/svn.html
+
+- make.tar.bz2
+ --> containing the make source tree in a subdirectory "make"
+ Source is available here: http://savannah.gnu.org/cvs/?group=make
+
+- mingw-runtime.tar.bz2
+ --> containing the "include" and "lib" subdirectories of the mingw-runtime package
+ Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435
+
+- nasm.tar.bz2
+ --> containing the nasm source tree in a subdirectory "nasm"
+ Source is available here: http://sourceforge.net/project/showfiles.php?group_id=6208
+
+- w32api.tar.bz2
+ --> containing the "include" and "lib" subdirectories of the w32api package
Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435
Propchange: trunk/tools/RosBE-Unix/sources/SVN-Readme.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/tools/buildtime.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/tools/RosBE-Unix/tools/cpucount.c
------------------------------------------------------------------------------
svn:eol-style = native