mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[APPWIZ] Improve Romanian (ro-RO) translation (#6343)
This commit is contained in:
parent
293aa53c62
commit
6f90b43f8a
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ BEGIN
|
|||
LTEXT "Scrieți adresa elementului:", -1, 120, 50, 120, 10
|
||||
EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT | ES_AUTOHSCROLL
|
||||
PUSHBUTTON "Spe&cificare…", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT
|
||||
LTEXT "Apăsați „Înainte” pentru a continua.", -1, 120, 97, 162, 10
|
||||
LTEXT "Apăsați Înainte pentru a continua.", -1, 120, 97, 162, 10
|
||||
END
|
||||
|
||||
IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
|
||||
|
@ -46,7 +46,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|||
BEGIN
|
||||
LTEXT "Scrieți un n&ume pentru scurtătură:", -1, 120, 15, 150, 10
|
||||
EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT | ES_AUTOHSCROLL
|
||||
LTEXT "Apăsați „Sfârșit” pentru a crea scurtătura.", -1, 118, 97, 178, 17
|
||||
LTEXT "Apăsați Sfârșit pentru a crea scurtătura.", -1, 118, 97, 178, 17
|
||||
END
|
||||
|
||||
IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
|
||||
|
@ -54,7 +54,7 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
|||
CAPTION "Eliminare dosare/scurtături"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Pentru a elimina un element din meniul Pornire, selectați elementul și apăsați „Elimină”.", -1, 10, 10, 192, 16
|
||||
LTEXT "Pentru a elimina un element din meniul Pornire, selectați elementul și apăsați Elimină.", -1, 10, 10, 192, 16
|
||||
CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
|
||||
LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
|
||||
PUSHBUTTON "&Elimină", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP
|
||||
|
|
Loading…
Reference in a new issue