mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[INPUT] Improve Romanian (ro-RO) translation (#5386)
This commit is contained in:
parent
8fe890e963
commit
5e4c6ae983
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Romanian resource file
|
||||
* TRANSLATORS: 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
|
||||
|
@ -14,16 +14,16 @@ CAPTION "Configurare"
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "Default input &language", -1, 5, 5, 246, 55
|
||||
LTEXT "Select one of the installed input languages to use when your computer starts.", -1, 15, 15, 230, 23
|
||||
LTEXT "Selectați una din limbile de intrare pentru a o folosi atunci când vă pornește calculatorul.", -1, 15, 15, 230, 23
|
||||
COMBOBOX IDC_DEFAULT_LANGUAGE, 15, 40, 230, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
GROUPBOX "&Installed services", -1, 5, 65, 246, 125
|
||||
GROUPBOX "&Servicii instalate", -1, 5, 65, 246, 125
|
||||
LTEXT "Gestionați serviciile aferente limbilor de intrare utilizate în sistem. Utilizați butoanele pentru a aduce modificări listei.", -1, 15, 78, 230, 25
|
||||
CONTROL "", IDC_KEYLAYOUT_LIST, "SysTreeView32", TVS_SHOWSELALWAYS | TVS_DISABLEDRAGDROP | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 15, 105, 155, 80
|
||||
PUSHBUTTON "A&dăugare…", IDC_ADD_BUTTON, 175, 105, 70, 14
|
||||
PUSHBUTTON "&Elimină", IDC_REMOVE_BUTTON, 175, 125, 70, 14
|
||||
PUSHBUTTON "&Proprietăți…", IDC_PROP_BUTTON, 175, 145, 70, 14
|
||||
GROUPBOX "Preferințe", -1, 5, 195, 245, 30
|
||||
PUSHBUTTON "Language &Bar...", IDC_LANGUAGE_BAR, 15, 205, 110, 14
|
||||
PUSHBUTTON "&Bara de limbă...", IDC_LANGUAGE_BAR, 15, 205, 110, 14
|
||||
PUSHBUTTON "&Combinații de taste…", IDC_KEY_SET_BTN, 133, 205, 110, 14
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue