2008-09-28 10:50:10 +00:00
LANGUAGE LANG_FRENCH, 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-06-04 18:10:18 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-03 19:29:06 +00:00
CAPTION "Général"
2008-09-28 10:50:10 +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 "Se connecter en utilisant :", -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 "&Configurer", IDC_CONFIGURE, 179, 20, 60, 14
LTEXT "Les composants cochés sont utilisés par cette connexion :", -1, 9, 39, 217, 8
PUSHBUTTON "&Installer", IDC_INSTALL, 9, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Désinstaller", IDC_UNINSTALL, 90, 105, 65, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Propriétés", IDC_PROPERTIES, 174, 105, 65, 14
GROUPBOX "Description", -1, 9, 128, 230, 46, BS_GROUPBOX
LTEXT "", IDC_DESCRIPTION, 15, 140, 217, 28, WS_GROUP
AUTOCHECKBOX "&Afficher l'icône dans la barre des tâches", IDC_SHOWTASKBAR, 9, 181, 230, 12, WS_TABSTOP
AUTOCHECKBOX "Me ¬ifier quand cette connexion n'a pas de connectivité ou une limitée", IDC_NOTIFYNOCONNECTION, 9, 195, 230, 20, BS_MULTILINE | BS_TOP | WS_TABSTOP
2008-09-28 10:50:10 +00:00
END
[NETSHELL] 640x480-ify complete that module (#6109)
Addendum to (#5899)
The change in sk-SK.rc
IDD_NETPROPERTIES DIALOGEX 0, 0, 246, 246
to
IDD_NETPROPERTIES DIALOGEX 0, 0, 246, 216
is an addendum to (#5899). In sk-SK.rc that line was accidentally forgotten to be changed.
The change to "all" rc's:
IDD_STATUS DIALOGEX 0, 0, 200, 280
to
IDD_STATUS DIALOGEX 0, 0, 200, 180
changes the last dialog, that had a greater value here than 220 (which is the max we can use for 640x480-ability).
I decided to use 180 for 2 reasons:
1.) bg-BG.rc already used IDD_STATUS DIALOGEX 0, 0, 200, 180 here, so we can sync all langs to that.
2.) We have some dialogs nearby which do use that same dimension for all langs, e.g.:
IDD_LAN_NETSTATUS DIALOGEX 0, 0, 200, 180
IDD_LAN_NETSTATUSADVANCED DIALOGEX 0, 0, 200, 180
2023-12-03 21:35:57 +00:00
IDD_STATUS DIALOGEX 0, 0, 200, 180
2015-06-17 17:32:48 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION | DS_MODALFRAME | WS_SYSMENU
2012-03-03 19:29:06 +00:00
CAPTION "Général"
2008-09-28 10:50:10 +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-06-04 18:10:18 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-03 19:29:06 +00:00
CAPTION "Général"
2008-09-28 10:50:10 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2020-04-19 00:58:59 +00:00
GROUPBOX "Connexion", -1, 9, 8, 190, 58, BS_GROUPBOX
LTEXT "État :", -1, 22, 20, 65, 8
LTEXT "Durée :", -1, 22, 34, 65, 8
LTEXT "Vitesse :", -1, 22, 48, 65, 8
GROUPBOX "Activité", -1, 9, 74, 190, 70, BS_GROUPBOX
LTEXT "Envoyés", -1, 60, 90, 60, 8
ICON "", IDC_NETSTAT, 115, 85, 32, 32
RTEXT "Reçus", -1, 146, 90, 44, 8
LTEXT "Octets :", -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 "&Propriétés", IDC_STATUS_PROPERTIES, 10, 150, 60, 14
PUSHBUTTON "&Désactiver", IDC_ENDISABLE, 76, 150, 60, 14
RTEXT "", IDC_STATUS, 90, 20, 100, 8
RTEXT "", IDC_DURATION, 90, 34, 100, 8
RTEXT "", IDC_SPEED, 90, 48, 100, 8
2008-09-28 10:50:10 +00:00
END
2013-11-28 22:18:05 +00:00
IDD_LAN_NETSTATUSADVANCED DIALOGEX 0, 0, 200, 180
2008-09-28 10:50:10 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Support"
FONT 8, "MS Shell Dlg"
BEGIN
2014-02-02 19:49:28 +00:00
GROUPBOX "Statut de la connexion", -1, 9, 8, 190, 88, BS_GROUPBOX
2009-06-04 18:10:18 +00:00
LTEXT "Type d'adresse :", -1, 22, 20, 80, 8
LTEXT "Adresse IP :", -1, 22, 34, 80, 8
2012-03-03 19:29:06 +00:00
LTEXT "Masque de sous-réseau :", -1, 22, 48, 80, 8
LTEXT "Passerelle par défaut :", -1, 22, 62, 80, 8
2020-04-19 00:58:59 +00:00
RTEXT "N/A", 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
2012-03-03 19:29:06 +00:00
PUSHBUTTON "&Détails...", IDC_DETAILS, 22, 76, 62, 14
2008-09-28 10:50:10 +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
2012-03-03 19:29:06 +00:00
CAPTION "Détails de connexion réseau"
2008-10-22 17:46:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2014-02-02 19:49:28 +00:00
LTEXT "&Détails de connexion réseau :", -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 "Fermer", IDC_CLOSE, 120, 155, 60, 14
2008-10-22 17:46:55 +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-05-21 09:40:18 +00:00
CAPTION "Installation de 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-05-21 09:40:18 +00:00
LTEXT "Faut-il utiliser des paramètres par défaut ou des spécifiques :", IDC_STATIC, 53, 7, 240, 20
2023-03-13 22:03:54 +00:00
AUTORADIOBUTTON "Paramètres par défaut", IDC_NETWORK_TYPICAL, 53, 27, 253, 18, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Paramètres spécifiques", IDC_NETWORK_CUSTOM, 53, 72, 253, 18, WS_TABSTOP
2016-05-26 22:36:57 +00:00
LTEXT "Crée les connexions réseau en utilisant le client pour les réseaux ReactOS, le partage des fichiers et des imprimantes pour les réseaux ReactOS, et le protocole de transport TCP/IP avec adressage automatique.", IDC_STATIC, 65, 45, 240, 30
2016-05-21 09:40:18 +00:00
LTEXT "Cela vous autorise à configurer manuellement les composants réseau.", 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-05-21 09:40:18 +00:00
CAPTION "Installation de ReactOS"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-05-21 09:40:18 +00:00
LTEXT "Pour le périphérique :", IDC_STATIC, 33, 2, 100, 50
2016-05-26 22:36:57 +00:00
LTEXT "n/a", IDC_NETWORK_DEVICE, 105, 2, 253, 20
2016-05-21 09:40:18 +00:00
LTEXT "Les composants sélectionnés sont utilisés par cette connexion :", 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-05-21 09:40:18 +00:00
PUSHBUTTON "&Installer...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Dé-installer", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP
PUSHBUTTON "&Propriétés", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP
2016-05-17 22:38:58 +00:00
GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX
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-05-21 09:40:18 +00:00
CAPTION "Installation de ReactOS"
2016-05-17 22:38:58 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-05-21 09:40:18 +00:00
LTEXT "Voulez-vous que cet ordinateur soit membre d'un domaine ?\n\
2016-05-26 22:36:57 +00:00
(Vous pouvez obtenir cette information de votre administrateur réseau).", IDC_STATIC, 33, 2, 263, 50
AUTORADIOBUTTON "Non, cet ordinateur fera partie d'un groupe de travail.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Oui, cet ordinateur fera partie d'un domaine.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP
2016-05-21 09:40:18 +00:00
LTEXT "Nom du groupe de travail ou du domaine :", IDC_STATIC, 33, 72, 150, 14
2016-05-17 22:38:58 +00:00
EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
2016-05-26 22:36:57 +00:00
LTEXT "NOTE : Si cet ordinateur ne fera pas partie d'un réseau, si vous n'avez pas assez de droits pour rejoindre un réseau, ou si vous ne savez pas quoi entrer, choisissez groupe de travail pour l'instant. Ces options peuvent être changées ultérieurement.", IDC_STATIC, 33, 107, 263, 50
2016-05-17 22:38:58 +00:00
END
2013-10-13 22:31:17 +00:00
STRINGTABLE
2008-09-28 10:50:10 +00:00
BEGIN
2013-11-28 22:18:05 +00:00
IDS_PHYSICAL_ADDRESS "Adresse physique"
IDS_IP_ADDRESS "Adresse IP"
IDS_SUBNET_MASK "Masque de sous-réseau"
IDS_DEF_GATEWAY "Passerelle par défaut"
IDS_DHCP_SERVER "Serveur DHCP"
IDS_LEASE_OBTAINED "Bail obtenu"
IDS_LEASE_EXPIRES "Bail expirant"
IDS_DNS_SERVERS "Serveur DNS"
IDS_WINS_SERVERS "Serveur WINS"
IDS_PROPERTY "Propriété"
IDS_VALUE "Valeur"
IDS_NETWORKCONNECTION "Connexion réseau"
IDS_SHV_COLUMN_NAME "Nom"
IDS_SHV_COLUMN_TYPE "Type"
IDS_SHV_COLUMN_STATE "État"
IDS_SHV_COLUMN_DEVNAME "Nom du périphérique"
IDS_SHV_COLUMN_PHONE "N° de téléphone ou adresse d'hôte"
IDS_SHV_COLUMN_OWNER "Propriétaire"
IDS_TYPE_ETHERNET "Réseau local ou Internet à haut débit"
IDS_STATUS_NON_OPERATIONAL "Désactivé"
IDS_STATUS_UNREACHABLE "Déconnecté"
IDS_STATUS_DISCONNECTED "Câble réseau débranché"
IDS_STATUS_CONNECTING "Acquisition de l'adresse réseau"
IDS_STATUS_CONNECTED "Connecté"
IDS_STATUS_OPERATIONAL "Connecté"
IDS_NET_ACTIVATE "Activer"
IDS_NET_DEACTIVATE "Désactiver"
IDS_NET_STATUS "État"
IDS_NET_REPAIR "Réparer"
IDS_NET_CREATELINK "Créer un raccourci"
IDS_NET_DELETE "Supprimer"
IDS_NET_RENAME "Renommer"
IDS_NET_PROPERTIES "Propriétés"
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 Jour %s"
IDS_DURATION_DAYS "%d Jours %s"
IDS_ASSIGNED_DHCP "Assignée par DHCP"
IDS_ASSIGNED_MANUAL "Configurée manuellement"
2008-09-28 10:50:10 +00:00
END
2016-05-17 22:38:58 +00:00
STRINGTABLE
BEGIN
2016-05-21 09:40:18 +00:00
IDS_NETWORKSETTINGSTITLE "Paramètres réseau"
IDS_NETWORKSETTINGSSUBTITLE "Installe les logiciels réseau utilisés pour se connecter à d'autres réseaux, ordinateurs et à l'Internet."
IDS_NETWORKCOMPONENTTITLE "Composants réseau"
IDS_NETWORKCOMPONENTSUBTITLE "Détermine quels composants réseaux sont utilisés sur votre ordinateur. Pour ajouter de nouveaux composants, cliquez sur Installer."
2018-08-19 18:50:55 +00:00
IDS_NETWORKDOMAINTITLE "Groupe de travail ou domaine réseau"
IDS_NETWORKDOMAINSUBTITLE "Specifie comment l'ordinateur sera utilisé - comme membre d'un groupe de travail ou d'un domaine réseau."
2016-05-21 09:40:18 +00:00
IDS_REACTOS_SETUP "Installation de ReactOS"
IDS_WZD_DOMAIN_NAME "L'installation ne peut pas continuer tant que\nvous n'entrez pas le nom du domaine\nou celui du groupe de travail."
2016-05-17 22:38:58 +00:00
END