reactos/dll/shellext/netshell/lang
Joachim Henze 55563fa891
[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
..
bg-BG.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
cs-CZ.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
da-DK.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
de-DE.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
el-GR.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
en-US.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
es-ES.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
fr-FR.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
he-IL.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
hi-IN.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
hu-HU.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
id-ID.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
it-IT.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
ja-JP.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
nl-NL.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
no-NO.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
pl-PL.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
pt-PT.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
ro-RO.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
ru-RU.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
sk-SK.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
sq-AL.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
sv-SE.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
tr-TR.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
uk-UA.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
zh-CN.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
zh-HK.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00
zh-TW.rc [NETSHELL] IDD_NETPROPERTIES must fit 640x480 CORE-19284 (#5899) 2023-11-06 23:31:37 +00:00