reactos/base/applications/taskmgr/lang
Joachim Henze 46b4b5581d
[TASKMGR] Favor _countof(), no functional change intended (#5757)
Taskmgr used a mixture: Sometimes _countof(), sometimes ARRAYSIZE()
and sometimes it calculated the count plain by sizeof(var)/sizeof(TYPE).
Harmonize everywhere to _countof() as it is the shortest solution.

Fix some formatting sins, like placing comments before else-statement.
Shorten the length of some very long line
intentionally *without introducing additional linebreaks* !

Shorten vertical length of some functions to increase their chance to
fit on the screen without scrolling.

Fix wrong indentation level in TaskManagerWndProc().

*.rc: Remove superfluous and redundant comment in all langs

No functional change intended.
2023-10-03 21:00:10 +02:00
..
bg-BG.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
cs-CZ.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
da-DK.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
de-DE.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
el-GR.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
en-US.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
es-ES.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
et-EE.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
fr-FR.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
he-IL.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
hu-HU.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
id-ID.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
it-IT.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
ja-JP.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
ko-KR.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
nl-NL.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
no-NO.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
pl-PL.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
pt-BR.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
pt-PT.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
ro-RO.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
ru-RU.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
sk-SK.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
sq-AL.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
sv-SE.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
tr-TR.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
uk-UA.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
zh-CN.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
zh-HK.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
zh-TW.rc [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00