[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: 2014-2016 Erdem Ersoy, 2018 Ercan Ersoy (ercanersoy) <ercanersoy@ercanersoy.net>
2014-08-28 14:29:48 +00:00
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
[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
2014-08-28 14:29:48 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2018-01-14 15:09:15 +00:00
CAPTION "Genel"
2014-08-28 14:29:48 +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
2021-10-09 20:40:55 +00:00
LTEXT "Şunu Kullanarak Bağlan:", -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 "&Yapı landı r", IDC_CONFIGURE, 179, 20, 60, 14
LTEXT "Bu bağlantı yla kullanı lan seçili bileşenler:", -1, 9, 39, 217, 8
PUSHBUTTON "&Kur", IDC_INSTALL, 9, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "K&aldı r", IDC_UNINSTALL, 90, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Özellikler", IDC_PROPERTIES, 174, 105, 65, 14
GROUPBOX "Tanı m", -1, 9, 128, 230, 46, BS_GROUPBOX
LTEXT "", IDC_DESCRIPTION, 15, 140, 217, 28, WS_GROUP
AUTOCHECKBOX "&Bağlandı ğı nda görev çubuğunda simge göster", IDC_SHOWTASKBAR, 9, 181, 230, 12, WS_TABSTOP
AUTOCHECKBOX "B&u bağlantı kı sı tlı ysa veya bağlanamı yorsa beni uyar", IDC_NOTIFYNOCONNECTION, 9, 195, 230, 20, BS_MULTILINE | BS_TOP | WS_TABSTOP
2014-08-28 14:29:48 +00:00
END
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
2018-01-14 15:07:24 +00:00
CAPTION "Genel"
2014-08-28 14:29:48 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
END
IDD_LAN_NETSTATUS DIALOGEX 0, 0, 200, 180
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2018-01-14 15:07:24 +00:00
CAPTION "Genel"
2014-08-28 14:29:48 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2020-04-19 00:58:59 +00:00
GROUPBOX "Bağlantı ", -1, 9, 8, 190, 58, BS_GROUPBOX
LTEXT "Durum:", -1, 22, 20, 65, 8
LTEXT "Süre:", -1, 22, 34, 65, 8
LTEXT "Hı z:", -1, 22, 48, 65, 8
GROUPBOX "Etkinlik", -1, 9, 74, 190, 70, BS_GROUPBOX
LTEXT "Gönderilen", -1, 60, 90, 60, 8
2014-08-28 14:29:48 +00:00
ICON "", IDC_NETSTAT, 110, 85, 32, 32
2020-04-19 00:58:59 +00:00
RTEXT "Alı nan", -1, 146, 90, 44, 8
LTEXT "Çoklu:", -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
PUSHBUTTON "&Özellikler", IDC_STATUS_PROPERTIES, 10, 150, 60, 14
2021-10-09 20:40:55 +00:00
PUSHBUTTON "&Devre Dı şı Bı rak", 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
2014-08-28 14:29:48 +00:00
END
IDD_LAN_NETSTATUSADVANCED DIALOGEX 0, 0, 200, 180
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Destek"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Bağlantı Durumu", -1, 9, 8, 190, 88, BS_GROUPBOX
LTEXT "Adres Türü:", -1, 22, 20, 80, 8
LTEXT "IP Adresi:", -1, 22, 34, 80, 8
LTEXT "Alt Ağ Maskesi:", -1, 22, 48, 80, 8
2021-10-09 20:40:55 +00:00
LTEXT "Varsayı lan Geçit:", -1, 22, 62, 80, 8
2020-04-19 00:58:59 +00:00
RTEXT "Yok", 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
2014-08-28 14:29:48 +00:00
PUSHBUTTON "&Ayrı ntı lar...", IDC_DETAILS, 22, 76, 62, 14
END
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
2014-08-28 14:29:48 +00:00
CAPTION "Ağ Bağlantı sı Ayrı ntı ları "
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Ağ Bağlantı sı Ayrı ntı ları :", -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 "&Kapat", IDC_CLOSE, 120, 155, 60, 14
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
2021-10-09 20:40:55 +00:00
CAPTION "ReactOS Kur"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDI_NET_SETUP, IDC_STATIC, 21, 10, 20, 20
2021-10-09 20:40:55 +00:00
LTEXT "Normal ya da özelleştirilmiş ayarlar kullanı p kullanmayacağı nı zı seçiniz:", IDC_STATIC, 53, 7, 240, 20
2023-03-13 22:03:54 +00:00
AUTORADIOBUTTON "Normal Ayarlar", IDC_NETWORK_TYPICAL, 53, 27, 253, 18, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Özelleştirilmiş Ayarlar", IDC_NETWORK_CUSTOM, 53, 72, 253, 18, WS_TABSTOP
2021-10-09 20:40:55 +00:00
LTEXT "ReactOS Ağları için İstemci'yi, Dosya ve Yazdı rma Paylaşı mı 'nı ve otomatik adreslemeli TCP/IP protokolünü kullanarak ağ bağlantı ları oluşturur.", IDC_STATIC, 65, 45, 240, 30
2016-07-03 11:50:29 +00:00
LTEXT "Ağ bileşenlerini elle yapı landı rmanı za olanak sağlar.", 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
2021-10-09 20:40:55 +00:00
CAPTION "ReactOS Kur"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-07-03 11:50:29 +00:00
LTEXT "Aygı t için:", IDC_STATIC, 33, 2, 100, 20
LTEXT "Yok", IDC_NETWORK_DEVICE, 75, 2, 253, 20
2021-10-09 20:40:55 +00:00
LTEXT "Bu bağlantı nı n kullandı ğı seçili bileşenler:", 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 11:50:29 +00:00
PUSHBUTTON "&Kur...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "K&aldı r", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP
2018-01-14 15:07:24 +00:00
PUSHBUTTON "&Özellikler", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP
2021-03-29 13:53:43 +00:00
GROUPBOX "Açı klama", 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 11:50:29 +00:00
CAPTION "ReactOS Kur"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-07-03 11:50:29 +00:00
LTEXT "Bu bilgisayarı n bir etki alanı nı n bir üyesi olması nı ister misiniz?\n\
(Ağ yöneticinizden bu bilgiyi edinebilirsiniz.)", IDC_STATIC, 33, 2, 263, 50
2021-10-09 20:40:55 +00:00
AUTORADIOBUTTON "Hayı r, bu bilgisayar bir çalı şma grubunun parçası olacak.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP
2016-07-03 11:50:29 +00:00
AUTORADIOBUTTON "Evet, bu bilgisayar bir etki alanı nı n parçası olacak.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP
LTEXT "Çalı şma Takı mı ya da Etki Alanı Adı :", 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
2021-10-09 20:40:55 +00:00
LTEXT "ÖNEMLİ: Bu bilgisayar bir ağı n parçası olmayacaksa bir etki alanı na katı lmak için yeterli hakları nı z olmaz, ya da ne gireceğinizi bilmiyorsanı z yalnı zca şu an için çalı şma grubunu seçiniz. Bu seçenekler ileriki bir zamanda değiştirilebilir.", IDC_STATIC, 33, 107, 263, 50
2016-05-17 22:38:58 +00:00
END
2014-08-28 14:29:48 +00:00
STRINGTABLE
BEGIN
2021-10-09 20:40:55 +00:00
IDS_PHYSICAL_ADDRESS "Fiziksel Adres"
2014-08-28 14:29:48 +00:00
IDS_IP_ADDRESS "IP Adresi"
IDS_SUBNET_MASK "Alt Ağ Maskesi"
2021-10-09 20:40:55 +00:00
IDS_DEF_GATEWAY "Varsayı lan Geçit"
2014-08-28 14:29:48 +00:00
IDS_DHCP_SERVER "DHCP Sunucusu"
2021-03-29 13:53:43 +00:00
IDS_LEASE_OBTAINED "IP Adresi Ne Kadar Kullanı lacak"
IDS_LEASE_EXPIRES "IP Adresi Kullanı m Bitişi"
2014-08-28 14:29:48 +00:00
IDS_DNS_SERVERS "DNS Sunucuları "
IDS_WINS_SERVERS "WINS Sunucuları "
2018-01-14 15:07:24 +00:00
IDS_PROPERTY "Özellik"
2014-08-28 14:29:48 +00:00
IDS_VALUE "Değer"
2015-01-19 12:05:42 +00:00
IDS_NETWORKCONNECTION "Ağ Bağlantı ları "
2014-08-28 14:29:48 +00:00
IDS_SHV_COLUMN_NAME "Ad"
IDS_SHV_COLUMN_TYPE "Tür"
IDS_SHV_COLUMN_STATE "Durum"
IDS_SHV_COLUMN_DEVNAME "Aygı t Adı "
IDS_SHV_COLUMN_PHONE "Telefon Numarası ya da Anabilgisayar Adresi"
2018-01-14 15:09:15 +00:00
IDS_SHV_COLUMN_OWNER "Sahip"
2018-01-14 15:07:24 +00:00
IDS_TYPE_ETHERNET "LAN ya da Yüksek Hı zlı İnternet"
2021-10-09 20:40:55 +00:00
IDS_STATUS_NON_OPERATIONAL "Devre Dı şı "
2014-08-28 14:29:48 +00:00
IDS_STATUS_UNREACHABLE "Bağlı Değil"
2021-10-09 20:40:55 +00:00
IDS_STATUS_DISCONNECTED "Ağ kablosu takı lmamı ş"
IDS_STATUS_CONNECTING "Ağ adresi alı nı yor"
2014-08-28 14:29:48 +00:00
IDS_STATUS_CONNECTED "Bağlı "
IDS_STATUS_OPERATIONAL "Bağlı "
IDS_NET_ACTIVATE "Etkinleştir"
2021-10-09 20:40:55 +00:00
IDS_NET_DEACTIVATE "Devre Dı şı Bı rak"
2014-08-28 14:29:48 +00:00
IDS_NET_STATUS "Durum"
IDS_NET_REPAIR "Onar"
IDS_NET_CREATELINK "Kı sayol Oluştur"
IDS_NET_DELETE "Sil"
IDS_NET_RENAME "Yeniden Adlandı r"
2018-01-14 15:07:24 +00:00
IDS_NET_PROPERTIES "Özellikler"
2014-08-28 14:29:48 +00:00
IDS_FORMAT_BIT "%u Bit/s"
IDS_FORMAT_KBIT "%u KBit/s"
IDS_FORMAT_MBIT "%u MBit/s"
IDS_FORMAT_GBIT "%u GBit/s"
IDS_DURATION_DAY "%d Gün %s"
IDS_DURATION_DAYS "%d Gün %s"
2021-10-09 20:40:55 +00:00
IDS_ASSIGNED_DHCP "DHCP tarafı ndan atanmı ş."
2014-08-28 14:29:48 +00:00
IDS_ASSIGNED_MANUAL "Elle yapı landı rı lmı ş."
END
2016-05-17 22:38:58 +00:00
STRINGTABLE
BEGIN
2016-07-03 11:50:29 +00:00
IDS_NETWORKSETTINGSTITLE "Ağ Ayarları "
2018-01-14 15:07:24 +00:00
IDS_NETWORKSETTINGSSUBTITLE "Başka ağlara, bilgisayarlara ve İnternet'e bağlanmak için kullanı lacak ağ yazı lı mı nı kurar."
2016-07-03 11:50:29 +00:00
IDS_NETWORKCOMPONENTTITLE "Ağ Bileşenleri"
IDS_NETWORKCOMPONENTSUBTITLE "Bilgisayarı nı zda hangi ağ bileşenlerinin kullanacağı nı belirtir. Yeni bileşenler eklemek için Kur'a tı klayı nı z."
2021-10-09 20:40:55 +00:00
IDS_NETWORKDOMAINTITLE "Çalı şma Grubu ya da Bilgisayar Etki Alanı "
IDS_NETWORKDOMAINSUBTITLE "Bir etki alanı , bir ağ yöneticisi tarafı ndan tanı mlanmı ş bir grup bilgisayardı r. Bir çalı şma grubu, aynı çalı şma grubu adı nı paylaşan bir grup bilgisayardı r."
IDS_REACTOS_SETUP "ReactOS Kur"
IDS_WZD_DOMAIN_NAME "Kurulum Yöneticisi, etki alanı nı zı n ya da\nçalı şma takı mı nı zı n adı nı \ngirene kadar devam edemez."
2016-05-17 22:38:58 +00:00
END