Skip to content

Commit

Permalink
[DESKMON] Update Romanian (ro-RO) translation (reactos#6666)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMiloiu authored May 10, 2024
1 parent 2c96a6b commit bc59daf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dll/shellext/deskmon/lang/ro-RO.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
* 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]>
* Copyright 2023-2024 Andrei Miloiu <[email protected]>
*/

LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL

IDD_MONITOR DIALOGEX 0, 0, 252, 226
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Ecran"
CAPTION "Monitor"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Tipul de ecran", -1, 7, 3, 237, 52
GROUPBOX "Tip monitor", -1, 7, 3, 237, 52
ICON IDC_MONITORICO, IDC_MONITORICO, 13, 11, 21, 20, SS_ICON
LTEXT "", IDC_MONITORNAME, 40, 17, 190, 20, SS_NOPREFIX
LISTBOX IDC_MONITORLIST, 40, 13, 196, 30, WS_VSCROLL
PUSHBUTTON "&Proprietăți…", IDC_MONITORPROPERTIES, 177, 35, 59, 14, WS_DISABLED
GROUPBOX "Setări pentru ecran", IDS_MONITORSETTINGSGROUP, 7, 58, 237, 63
LTEXT "&Rata de împrospătare:", IDS_REFRESHRATELABEL, 13, 73, 225, 8
PUSHBUTTON "Propr&ietăţi", IDC_MONITORPROPERTIES, 177, 35, 59, 14, WS_DISABLED
GROUPBOX "Setări monitor", IDS_MONITORSETTINGSGROUP, 7, 58, 237, 63
LTEXT "&Rata de reîmprospătare a ecranului:", IDS_REFRESHRATELABEL, 13, 73, 225, 8
COMBOBOX IDC_REFRESHRATE, 13, 85, 225, 200, WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT
AUTOCHECKBOX "Asc&unde modurile incompatibile", IDC_PRUNINGCHECK, 13, 106, 225, 10
AUTOCHECKBOX "Ascundere &moduri pe care acest monitor nu le poate afişa", IDC_PRUNINGCHECK, 13, 106, 225, 10
END

STRINGTABLE
BEGIN
IDS_USEDEFFRQUENCY "Folosește setările hardware implicite"
IDS_FREQFMT "%u Hertz"
IDS_USEDEFFRQUENCY "Se utilizează setarea hardware implicită"
IDS_FREQFMT "%u Hertzi"
END

0 comments on commit bc59daf

Please sign in to comment.