mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[POWERCFG] Update Romanian (ro-RO) translation (#5934)
This commit is contained in:
parent
e743146a10
commit
1d12f6135a
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
* PURPOSE: Romanian resource file
|
||||
* TRANSLATORS: Copyright 2009 Petru Dimitriu <petrimetri@gmail.com>
|
||||
* Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com>
|
||||
* Copyright 2022 Andrei Miloiu <miloiuandrei@gmail.com>
|
||||
* Copyright 2022-2023 Andrei Miloiu <miloiuandrei@gmail.com>
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
@ -18,7 +18,7 @@ BEGIN
|
|||
LTEXT "Alegeți un regim de consum al energiei cât mai potrivit pentru dumneavoastră. Aveți în vedere că modificările aduse vor fi memorate în regimul curent.", -1, 37, 6, 208, 36
|
||||
GROUPBOX "&Regimuri de consum", -1, 6, 43, 240, 50
|
||||
COMBOBOX IDC_ENERGYLIST, 14, 54, 224, 92, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Păstrare…", IDC_SAVEAS_BTN, 85, 72, 80, 14, WS_DISABLED
|
||||
PUSHBUTTON "Salvea&ză…", IDC_SAVEAS_BTN, 85, 72, 80, 14, WS_DISABLED
|
||||
PUSHBUTTON "Șt&erge", IDC_DELETE_BTN, 173, 72, 64, 14, WS_DISABLED
|
||||
GROUPBOX "", IDC_GRPDETAIL, 6, 95, 240, 119
|
||||
LTEXT "Când calculatorul este:", IDC_SAT, 12, 110, 60, 15
|
||||
|
@ -49,7 +49,7 @@ BEGIN
|
|||
LTEXT "Alegeți un regim de consum al energiei cât mai potrivit pentru dumneavoastră. Aveți în vedere că modificările aduse vor fi memorate în regimul curent.", -1, 37, 6, 208, 36
|
||||
GROUPBOX "&Regimuri de consum", -1, 6, 43, 240, 50
|
||||
COMBOBOX IDC_ENERGYLIST, 14, 54, 224, 92, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL
|
||||
PUSHBUTTON "&Păstrare…", IDC_SAVEAS_BTN, 85, 72, 80, 14, WS_DISABLED
|
||||
PUSHBUTTON "Salvea&ză…", IDC_SAVEAS_BTN, 85, 72, 80, 14, WS_DISABLED
|
||||
PUSHBUTTON "Șt&erge", IDC_DELETE_BTN, 173, 72, 64, 14, WS_DISABLED
|
||||
GROUPBOX "", IDC_GRPDETAIL, 6, 95, 240, 119
|
||||
LTEXT "Închiderea e&cranului:", IDC_MONITOR, 13, 148, 85, 10
|
||||
|
@ -130,13 +130,13 @@ END
|
|||
|
||||
IDD_SAVEPOWERSCHEME DIALOGEX 0, 0, 190, 62
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Save Scheme"
|
||||
CAPTION "Salvarea schemei de alimentare"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Save this power scheme as:", -1, 7, 7, 180, 8
|
||||
LTEXT "Salvează schema de alimentare ca:", -1, 7, 7, 180, 8
|
||||
EDITTEXT IDC_SCHEMENAME, 7, 18, 176, 14, ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
|
||||
DEFPUSHBUTTON "OK", IDOK, 79, 40, 50, 14
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 133, 40, 50, 14
|
||||
DEFPUSHBUTTON "Confirmă", IDOK, 79, 40, 50, 14
|
||||
PUSHBUTTON "Anulează", IDCANCEL, 133, 40, 50, 14
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
|
|
Loading…
Reference in a new issue