mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[USERINIT] Update Romanian (ro-RO) translation (#6340)
This commit is contained in:
parent
12056e88eb
commit
744c1395fd
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
||||||
/* Ștefan Fulea (stefan dot fulea at mail dot com) */
|
/*
|
||||||
|
* PROJECT: ReactOS Userinit Logon Application
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Romanian resource file
|
||||||
|
* TRANSLATORS: Copyright 2018 Ștefan Fulea <stefan.fulea@mail.com>
|
||||||
|
* Copyright 2024 Andrei Miloiu <miloiuandrei@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
@ -12,7 +18,7 @@ BEGIN
|
||||||
COMBOBOX IDC_LANGUAGELIST, 132, 107, 176, 142, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
COMBOBOX IDC_LANGUAGELIST, 132, 107, 176, 142, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||||
RTEXT "A&ranjament tastatură:", IDC_STATIC, 20, 132, 106, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
RTEXT "A&ranjament tastatură:", IDC_STATIC, 20, 132, 106, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||||
COMBOBOX IDC_LAYOUTLIST, 132, 130, 176, 81, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
COMBOBOX IDC_LAYOUTLIST, 132, 130, 176, 81, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||||
LTEXT "Selectați limba și aranjamentul de tastatură apoi apăsați „Înainte” pentru a continua.", IDC_STATIC, 7, 152, 300, 8
|
LTEXT "Selectați limba și aranjamentul de tastatură apoi apăsați Înainte pentru a continua.", IDC_STATIC, 7, 152, 300, 8
|
||||||
|
|
||||||
CONTROL "", IDC_STATIC, "STATIC", SS_ETCHEDHORZ, 0, 165, 317, 1
|
CONTROL "", IDC_STATIC, "STATIC", SS_ETCHEDHORZ, 0, 165, 317, 1
|
||||||
DEFPUSHBUTTON "În&ainte", IDOK, 205, 172, 50, 14
|
DEFPUSHBUTTON "În&ainte", IDOK, 205, 172, 50, 14
|
||||||
|
|
Loading…
Reference in a new issue