forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OPENGLCFG] Update Romanian (ro-RO) translation (reactos#6073)
Co-authored-by: Stanislav Motylkov <[email protected]>
- Loading branch information
1 parent
0e42ffb
commit 2c1dacc
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
// COYPRIGHT: Ștefan Fulea <[email protected]> | ||
/* | ||
* PROJECT: ReactOS OpenGL Configuration Control Panel | ||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) | ||
* PURPOSE: Romanian resource file | ||
* TRANSLATORS: Copyright 2011-2019 Ștefan Fulea <[email protected]> | ||
* Copyright 2023 Andrei Miloiu <[email protected]> | ||
*/ | ||
|
||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL | ||
|
||
|
@@ -11,7 +17,7 @@ BEGIN | |
GROUPBOX "Opțiuni de redare", -1, 5, 25, 230, 90 | ||
LTEXT "&Motor de redare:", -1, 15, 42, 65, 10 | ||
COMBOBOX IDC_RENDERER, 80, 40, 135, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST | ||
LTEXT "Acesta va înlocui configurația implicită pentru modulul-pilot grafic! Alegeți „Implicit” pentru a reveni la configurația originală.", -1, 15, 60, 210, 40 | ||
LTEXT "Acesta va înlocui configurația implicită pentru driverul grafic! Alegeți „Implicit” pentru a reveni la configurația originală.", -1, 15, 60, 210, 40 | ||
GROUPBOX "Depanare", -1, 5, 125, 230, 90 | ||
LTEXT "DEBUGCHANNEL:", -1, 15, 142, 65, 10 | ||
COMBOBOX IDC_DEBUG_OUTPUT, 80, 140, 135, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST | ||
|
@@ -26,5 +32,5 @@ BEGIN | |
IDS_CPLDESCRIPTION "Configurează motorul de redare OpenGL." | ||
IDS_DEBUG_SET "instituie" | ||
IDS_DEBUG_CLEAR "destituie" | ||
IDS_DEBUG_DNM "nu modificați" | ||
IDS_DEBUG_DNM "nu modifica" | ||
END |