Author: khornicek
Date: Mon Mar 20 12:02:10 2017
New Revision: 74211

URL: http://svn.reactos.org/svn/reactos?rev=74211&view=rev
Log:
[RAPPS]
- Move Mesa 3D to "Libraries"
- Clarify what this library is for and how to use it.
- Add Czech translation.

[OPENGLCFG]
- Add Czech translation.

Modified:
    trunk/reactos/dll/cpl/openglcfg/lang/en-US.rc
    trunk/reactos/dll/cpl/openglcfg/openglcfg.rc
    trunk/reactos/media/rapps/mesagallium.txt

Modified: trunk/reactos/dll/cpl/openglcfg/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/openglcfg/lang/en-US.rc?rev=74211&r1=74210&r2=74211&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/openglcfg/lang/en-US.rc       [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/openglcfg/lang/en-US.rc       [iso-8859-1] Mon Mar 20 
12:02:10 2017
@@ -22,7 +22,7 @@
     IDS_RENDERER_RSWR "ReactOS Software Implementation"
     IDS_CPLNAME "OpenGL configuration"
     IDS_CPLDESCRIPTION "Configures OpenGL renderer."
-    IDS_DEBUG_SET "set"
-    IDS_DEBUG_CLEAR "clear"
-    IDS_DEBUG_DNM "do not modify"
+    IDS_DEBUG_SET "Set"
+    IDS_DEBUG_CLEAR "Clear"
+    IDS_DEBUG_DNM "Do not modify"
 END

Modified: trunk/reactos/dll/cpl/openglcfg/openglcfg.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/openglcfg/openglcfg.rc?rev=74211&r1=74210&r2=74211&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/openglcfg/openglcfg.rc        [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/openglcfg/openglcfg.rc        [iso-8859-1] Mon Mar 20 
12:02:10 2017
@@ -18,6 +18,9 @@
 /* UTF-8 */
 #pragma code_page(65001)
 
+#ifdef LANGUAGE_CS_CZ
+    #include "lang/cs-CZ.rc"
+#endif
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif

Modified: trunk/reactos/media/rapps/mesagallium.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/rapps/mesagallium.txt?rev=74211&r1=74210&r2=74211&view=diff
==============================================================================
--- trunk/reactos/media/rapps/mesagallium.txt   [iso-8859-1] (original)
+++ trunk/reactos/media/rapps/mesagallium.txt   [iso-8859-1] Mon Mar 20 
12:02:10 2017
@@ -2,14 +2,18 @@
 Name = Mesa3D Graphics Library
 Version = 17.0.0
 License = MIT
-Description = Build consits of mesa, gallium and llvmpipe. Provides a 
significant performance boost for systems with no OpenGL hardware acceleration.
+Description = This build of the Mesa3D Graphics Library consits of Mesa, 
Gallium and llvmpipe. It provides a significant performance boost for systems 
with no OpenGL hardware acceleration. It can replace the OGL driver on your 
system - this can be set during setup or via the OpenGL Configuration control 
panel applet.
 Size = 5.7 MiB
-Category = 5
+Category = 14
 URLSite = https://www.mesa3d.org
 URLDownload = http://svn.reactos.org/packages/mesa3d_setup.exe
 SHA1 = 4c0d42844ff3693612edfdac51799fd7c63dcafd
 CDPath = none
 
+[Section.0405]
+Description = Grafická knihovna obsahujicí moduly Mesa, Gallium a llvmpipe. 
Poskytuje vyšší výkon na systémech bez hardwarové OpenGL akcelerace. Tato 
knihovna může nahradit výchozí OGL ovladač na Vašem systému - nastavení 
lze provést během instalace, nebo pomocí ovládacího panelu Nastavení 
OpenGL.
+Size = 5,7 MiB
+
 [Section.0407]
 Description = Beinhaltet Mesa, Gallium und llvmpipe. Signifikanter 
Geschwindigkeitsschub für Systeme ohne OpenGL Hardwarebeschleunigung.
 Size = 5,7 MiB


Reply via email to