[NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899)
- adds 3 missing accelerators for zh-CN.rc, zh-HK.rc, zh-TW.rc for IDC_SHOWTASKBAR
- shrinks the dialog in y to fit on a 640x480 screen, like the XPSP3 and 2k3sp2 dlgs do
- for that some controls positions have to be slightly moved up (which cannot lead to text truncation here, guaranteed)
- only 3 controls change in size:
- IDC_COMPONENTSLIST gets 3 units smaller in height, but is still larger than in XPSP3/2k3sp2. So it is still large enough
- IDC_NETCARDNAME shrinks a bit in width, but is still larger than in XPSP3/2k3sp2, so what fits there will also fit for us
- pushbutton IDC_CONFIGURE is slightly increased in width for all languages because that looks better
except ru-RU.rc (which had the largest width) it is slightly smaller now, but still large enough.
We can use the same width here now for all rcs!
- strip the lorem ipsum text from IDC_DESCRIPTION, which is never supposed to be displayed. That syncs all rcs in that line and slightly shrinks the binary size and fixes CORE-19284.
- add a FIXME comment for a missing accelerator in sv-SE.rc
*as a consequence all rcs do now use the exact same positions and sizes for all controls again, YIPPIE!*
The only exception that the dlg had before from that rule, was the ru-RU.rc IDC_CONFIGURE was larger in x.
But now that is not needed anymore.
2023-11-06 23:31:37 +00:00
// COPYRIGHT: Petru Dimitriu <petrimetri@gmail.com>
// Ștefan Fulea <stefan.fulea@mail.com>
2013-11-28 22:18:05 +00:00
2009-07-02 08:33:06 +00:00
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
[NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899)
- adds 3 missing accelerators for zh-CN.rc, zh-HK.rc, zh-TW.rc for IDC_SHOWTASKBAR
- shrinks the dialog in y to fit on a 640x480 screen, like the XPSP3 and 2k3sp2 dlgs do
- for that some controls positions have to be slightly moved up (which cannot lead to text truncation here, guaranteed)
- only 3 controls change in size:
- IDC_COMPONENTSLIST gets 3 units smaller in height, but is still larger than in XPSP3/2k3sp2. So it is still large enough
- IDC_NETCARDNAME shrinks a bit in width, but is still larger than in XPSP3/2k3sp2, so what fits there will also fit for us
- pushbutton IDC_CONFIGURE is slightly increased in width for all languages because that looks better
except ru-RU.rc (which had the largest width) it is slightly smaller now, but still large enough.
We can use the same width here now for all rcs!
- strip the lorem ipsum text from IDC_DESCRIPTION, which is never supposed to be displayed. That syncs all rcs in that line and slightly shrinks the binary size and fixes CORE-19284.
- add a FIXME comment for a missing accelerator in sv-SE.rc
*as a consequence all rcs do now use the exact same positions and sizes for all controls again, YIPPIE!*
The only exception that the dlg had before from that rule, was the ru-RU.rc IDC_CONFIGURE was larger in x.
But now that is not needed anymore.
2023-11-06 23:31:37 +00:00
IDD_NETPROPERTIES DIALOGEX 0, 0, 246, 216
2009-07-02 08:33:06 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2011-12-14 00:53:58 +00:00
CAPTION "Generale"
2009-07-02 08:33:06 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
[NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899)
- adds 3 missing accelerators for zh-CN.rc, zh-HK.rc, zh-TW.rc for IDC_SHOWTASKBAR
- shrinks the dialog in y to fit on a 640x480 screen, like the XPSP3 and 2k3sp2 dlgs do
- for that some controls positions have to be slightly moved up (which cannot lead to text truncation here, guaranteed)
- only 3 controls change in size:
- IDC_COMPONENTSLIST gets 3 units smaller in height, but is still larger than in XPSP3/2k3sp2. So it is still large enough
- IDC_NETCARDNAME shrinks a bit in width, but is still larger than in XPSP3/2k3sp2, so what fits there will also fit for us
- pushbutton IDC_CONFIGURE is slightly increased in width for all languages because that looks better
except ru-RU.rc (which had the largest width) it is slightly smaller now, but still large enough.
We can use the same width here now for all rcs!
- strip the lorem ipsum text from IDC_DESCRIPTION, which is never supposed to be displayed. That syncs all rcs in that line and slightly shrinks the binary size and fixes CORE-19284.
- add a FIXME comment for a missing accelerator in sv-SE.rc
*as a consequence all rcs do now use the exact same positions and sizes for all controls again, YIPPIE!*
The only exception that the dlg had before from that rule, was the ru-RU.rc IDC_CONFIGURE was larger in x.
But now that is not needed anymore.
2023-11-06 23:31:37 +00:00
CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 9, 51, 230, 52
2013-11-28 22:18:05 +00:00
LTEXT "Conexiune realizată prin:", -1, 9, 9, 217, 8
[NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899)
- adds 3 missing accelerators for zh-CN.rc, zh-HK.rc, zh-TW.rc for IDC_SHOWTASKBAR
- shrinks the dialog in y to fit on a 640x480 screen, like the XPSP3 and 2k3sp2 dlgs do
- for that some controls positions have to be slightly moved up (which cannot lead to text truncation here, guaranteed)
- only 3 controls change in size:
- IDC_COMPONENTSLIST gets 3 units smaller in height, but is still larger than in XPSP3/2k3sp2. So it is still large enough
- IDC_NETCARDNAME shrinks a bit in width, but is still larger than in XPSP3/2k3sp2, so what fits there will also fit for us
- pushbutton IDC_CONFIGURE is slightly increased in width for all languages because that looks better
except ru-RU.rc (which had the largest width) it is slightly smaller now, but still large enough.
We can use the same width here now for all rcs!
- strip the lorem ipsum text from IDC_DESCRIPTION, which is never supposed to be displayed. That syncs all rcs in that line and slightly shrinks the binary size and fixes CORE-19284.
- add a FIXME comment for a missing accelerator in sv-SE.rc
*as a consequence all rcs do now use the exact same positions and sizes for all controls again, YIPPIE!*
The only exception that the dlg had before from that rule, was the ru-RU.rc IDC_CONFIGURE was larger in x.
But now that is not needed anymore.
2023-11-06 23:31:37 +00:00
EDITTEXT IDC_NETCARDNAME, 9, 21, 165, 12, WS_BORDER | WS_TABSTOP | ES_READONLY
PUSHBUTTON "&Configurare…", IDC_CONFIGURE, 179, 20, 60, 14
LTEXT "Componente utilizate în această conexiune:", -1, 9, 39, 217, 8
PUSHBUTTON "Instala&re…", IDC_INSTALL, 9, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Dezinstalează", IDC_UNINSTALL, 90, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Proprietăți…", IDC_PROPERTIES, 174, 105, 65, 14
GROUPBOX "Descriere", -1, 9, 128, 230, 46, BS_GROUPBOX
LTEXT "", IDC_DESCRIPTION, 15, 140, 217, 28, WS_GROUP
AUTOCHECKBOX "&Afișează pictogramă în zona de notificare", IDC_SHOWTASKBAR, 9, 181, 230, 12, WS_TABSTOP
AUTOCHECKBOX "N&otifică problemele de conectivitate", IDC_NOTIFYNOCONNECTION, 9, 195, 230, 20, BS_MULTILINE | BS_TOP | WS_TABSTOP
2009-07-02 08:33:06 +00:00
END
2013-10-13 22:31:17 +00:00
IDD_STATUS DIALOGEX 0, 0, 200, 280
2015-06-17 17:32:48 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION | DS_MODALFRAME | WS_SYSMENU
2011-12-14 00:53:58 +00:00
CAPTION "Generale"
2009-07-02 08:33:06 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
END
2013-11-28 22:18:05 +00:00
IDD_LAN_NETSTATUS DIALOGEX 0, 0, 200, 180
2009-07-02 08:33:06 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2011-12-14 00:53:58 +00:00
CAPTION "Generale"
2009-07-02 08:33:06 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2020-04-19 00:58:59 +00:00
GROUPBOX "Conexiune", -1, 9, 8, 190, 58, BS_GROUPBOX
LTEXT "Stare:", -1, 22, 20, 65, 8
LTEXT "Durată:", -1, 22, 34, 65, 8
LTEXT "Viteză:", -1, 22, 48, 65, 8
GROUPBOX "Activitate", -1, 9, 74, 190, 70, BS_GROUPBOX
LTEXT "Transmis", -1, 60, 90, 60, 8
ICON "", IDC_NETSTAT, 110, 85, 32, 32
RTEXT "Recepționat", -1, 146, 90, 44, 8
LTEXT "Octeți:", -1, 22, 115, 32, 8
LTEXT "000.000.000", IDC_SEND, 60, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 146, 115, 44, 8
2013-11-28 22:18:05 +00:00
PUSHBUTTON "&Proprietăți…", IDC_STATUS_PROPERTIES, 10, 150, 60, 14
PUSHBUTTON "&Dezactivează", IDC_ENDISABLE, 76, 150, 60, 14
2020-04-19 00:58:59 +00:00
RTEXT "", IDC_STATUS, 90, 20, 100, 8
RTEXT "", IDC_DURATION, 90, 34, 100, 8
RTEXT "", IDC_SPEED, 90, 48, 100, 8
2009-07-02 08:33:06 +00:00
END
2013-11-28 22:18:05 +00:00
IDD_LAN_NETSTATUSADVANCED DIALOGEX 0, 0, 200, 180
2009-07-02 08:33:06 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Suport"
FONT 8, "MS Shell Dlg"
BEGIN
2020-04-19 00:58:59 +00:00
GROUPBOX "Stare conexiune", -1, 9, 8, 190, 88, BS_GROUPBOX
2013-11-28 22:18:05 +00:00
LTEXT "Tip adresă:", -1, 22, 20, 80, 8
LTEXT "Adresă IP:", -1, 22, 34, 80, 8
LTEXT "Mască subrețea:", -1, 22, 48, 80, 8
LTEXT "Server „poartă” implicit:", -1, 22, 62, 80, 8
2020-04-19 00:58:59 +00:00
RTEXT "fără", IDC_DETAILSTYPE, 110, 20, 80, 8
RTEXT "000.000.000.000", IDC_DETAILSIP, 110, 34, 80, 8
RTEXT "000.000.000.000", IDC_DETAILSSUBNET, 110, 48, 80, 8
RTEXT "", IDC_DETAILSGATEWAY, 110, 62, 80, 8
2011-12-14 00:53:58 +00:00
PUSHBUTTON "&Detalii…", IDC_DETAILS, 22, 76, 62, 14
2009-07-02 08:33:06 +00:00
END
2014-02-02 19:49:28 +00:00
IDD_LAN_NETSTATUSDETAILS DIALOGEX 0, 0, 190, 175
2015-06-17 17:32:48 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION | DS_MODALFRAME
2011-12-14 00:53:58 +00:00
CAPTION "Detalii conexiune rețea"
2009-07-02 08:33:06 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2014-02-02 19:49:28 +00:00
LTEXT "Detalii de conexiune:", -1, 10, 4, 170, 12
CONTROL "", IDC_DETAILS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 10, 15, 170, 130
PUSHBUTTON "Î&nchide", IDC_CLOSE, 120, 155, 60, 14
2009-07-02 08:33:06 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_NETWORKSETTINGSPAGE DIALOGEX 0, 0, 317, 143
2016-05-17 22:38:58 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2016-07-03 09:51:22 +00:00
CAPTION "Asistent de instalare ReactOS"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDI_NET_SETUP, IDC_STATIC, 21, 10, 20, 20
2016-07-03 09:51:22 +00:00
LTEXT "Alegeți o configurație tipică sau una particularizată:", IDC_STATIC, 53, 7, 240, 20
2023-03-13 22:03:54 +00:00
AUTORADIOBUTTON "Configurație tipică", IDC_NETWORK_TYPICAL, 53, 27, 253, 18, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Configurație particularizată", IDC_NETWORK_CUSTOM, 53, 72, 253, 18, WS_TABSTOP
2016-07-03 09:51:22 +00:00
LTEXT "Crează conexiuni de rețea utilizând Clientela de rețele ReactOS, Partajarea de fișiere și imprimante pentru rețele ReactOS, și (protocolul) TCP/IP pentru adresare automată.", IDC_STATIC, 65, 45, 240, 30
LTEXT "Permite configurarea manuală a componentelor de rețea.", IDC_STATIC, 65, 90, 243, 20
2016-05-17 22:38:58 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_NETWORKCOMPONENTPAGE DIALOGEX 0, 0, 317, 143
2016-05-17 22:38:58 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2016-07-03 09:51:22 +00:00
CAPTION "Asistent de instalare ReactOS"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-07-03 09:51:22 +00:00
LTEXT "Pentru dispozitiv:", IDC_STATIC, 33, 2, 160, 20
LTEXT "nespecificat", IDC_NETWORK_DEVICE, 135, 2, 253, 20
LTEXT "Această conexiune utilizează următoarele componente bifate:", IDC_STATIC, 33, 12, 253, 20
2016-05-17 22:38:58 +00:00
CONTROL "", IDC_COMPONENT_LIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50
2016-07-03 09:51:22 +00:00
PUSHBUTTON "&Instalare…", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Dezinstalează", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Proprietăți", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP
GROUPBOX "Descriere", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX
2016-05-17 22:38:58 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_NETWORKDOMAINPAGE DIALOGEX 0, 0, 317, 143
2016-05-17 22:38:58 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2016-07-03 09:51:22 +00:00
CAPTION "Asistent de instalare ReactOS"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-07-03 09:51:22 +00:00
LTEXT "Doriți ca acest calculator să fie membru al unui domeniu?\n\
(Puteți afla această informație de la administratorul de rețea.)", IDC_STATIC, 33, 2, 263, 50
AUTORADIOBUTTON "Nu, acest calculator va fi parte a unui grup de lucru.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Da, acest calculator va fi parte a unui domeniu.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP
LTEXT "Grup de Lucru sau Nume de Domeniu:", IDC_STATIC, 33, 72, 126, 14
2016-05-17 22:38:58 +00:00
EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
2016-07-03 09:51:22 +00:00
LTEXT "NOTĂ: Dacă acest calculator nu va fi parte a unei rețele, nu sunt disponibile privelegiile necesare apartenenței la un domeniu, sau nu cunoașteți ce să specificați, lăsați valoarea implicită. Veți putea modifica această opțiune mai târziu.", IDC_STATIC, 33, 107, 263, 50
2016-05-17 22:38:58 +00:00
END
2013-10-13 22:31:17 +00:00
STRINGTABLE
2009-07-02 08:33:06 +00:00
BEGIN
2013-11-28 22:18:05 +00:00
IDS_PHYSICAL_ADDRESS "Adresă fizică"
IDS_IP_ADDRESS "Adresă IP"
IDS_SUBNET_MASK "Mască subrețea"
IDS_DEF_GATEWAY "Server „poartă” implicit"
IDS_DHCP_SERVER "Server DHCP"
IDS_LEASE_OBTAINED "Permis obținut"
IDS_LEASE_EXPIRES "Permis expiră"
IDS_DNS_SERVERS "Servere DNS"
IDS_WINS_SERVERS "Servere WINS"
IDS_PROPERTY "Proprietate"
IDS_VALUE "Valoare"
IDS_NETWORKCONNECTION "Conexiuni la rețea"
IDS_SHV_COLUMN_NAME "Nume"
IDS_SHV_COLUMN_TYPE "Tipe"
IDS_SHV_COLUMN_STATE "Stare"
IDS_SHV_COLUMN_DEVNAME "Nume dispozitiv"
IDS_SHV_COLUMN_PHONE "Tel. sau adresa gazdei"
2019-01-27 19:13:03 +00:00
IDS_SHV_COLUMN_OWNER "Posesor"
2013-11-28 22:18:05 +00:00
IDS_TYPE_ETHERNET "LAN sau Internet de mare viteză"
IDS_STATUS_NON_OPERATIONAL "Dezactivat"
IDS_STATUS_UNREACHABLE "Neconectat"
IDS_STATUS_DISCONNECTED "Cablu de rețea deconectat"
IDS_STATUS_CONNECTING "Determinare adresă rețea"
IDS_STATUS_CONNECTED "Conectat"
IDS_STATUS_OPERATIONAL "Operațional"
IDS_NET_ACTIVATE "Activare"
IDS_NET_DEACTIVATE "Dezactivare"
IDS_NET_STATUS "Stare"
IDS_NET_REPAIR "Repară"
IDS_NET_CREATELINK "Crează legătură"
IDS_NET_DELETE "Șterge"
IDS_NET_RENAME "Redenumește"
IDS_NET_PROPERTIES "Proprietăți"
IDS_FORMAT_BIT "%u biți/s"
IDS_FORMAT_KBIT "%u kbiți/s"
IDS_FORMAT_MBIT "%u Mbiți/s"
IDS_FORMAT_GBIT "%u Gbiți/s"
IDS_DURATION_DAY "%d zi %s"
IDS_DURATION_DAYS "%d zile %s"
IDS_ASSIGNED_DHCP "Alocată de DHCP"
IDS_ASSIGNED_MANUAL "Config. manual"
2009-07-02 08:33:06 +00:00
END
2016-05-17 22:38:58 +00:00
STRINGTABLE
BEGIN
2016-07-03 09:51:22 +00:00
IDS_NETWORKSETTINGSTITLE "Configurație de rețea"
IDS_NETWORKSETTINGSSUBTITLE "Instalare și configurare rețea pentru conectarea la alte rețele, calculatoare și Internet."
IDS_NETWORKCOMPONENTTITLE "Componente de rețea"
IDS_NETWORKCOMPONENTSUBTITLE "Determinare componente de rețea necesare calculatorului. Pentru adăugare de noi componente, apăsați „Instalare”."
IDS_NETWORKDOMAINTITLE "Grup de lucru sau domeniu de calculator"
IDS_NETWORKDOMAINSUBTITLE "Un domeniu sau un grup de calculatoare definit de administratorul de rețea. Un grup de lucru este un grup de calculatoare având același nume de grup."
IDS_REACTOS_SETUP "Asistent de instalare ReactOS"
IDS_WZD_DOMAIN_NAME "Asistentul nu poate continua până\nnu veți introduce un nume de domeniu\nsau grup de lucru."
2016-05-17 22:38:58 +00:00
END