mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[RAPPS]
- Move Mesa 3D to "Libraries" - Clarify what this library is for and how to use it. - Add Czech translation. [OPENGLCFG] - Add Czech translation. svn path=/trunk/; revision=74211
This commit is contained in:
parent
0457d0515e
commit
f3b4ed1f59
3 changed files with 12 additions and 5 deletions
|
@ -22,7 +22,7 @@ BEGIN
|
|||
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
|
||||
|
|
|
@ -18,6 +18,9 @@ IDI_CPLICON ICON "resources/openglcfg.ico"
|
|||
/* 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue