Add the strings for the upload management area in the chinese language files. Those strings seems to be forgotten or accidently removed by interfering work on the language files. Because of this, the admin area currently lacks the strings for links, headers and so on when one of the Chinese language files is activated.
There is only one issue with the HTML comment for untranslated strings, that will be shown in the title-element. The cause is the use of the PHP-function htmlspecialchars to sanitise the content of the title-element.
Add the strings for the upload management area in the chinese language files. Those strings seems to be forgotten or accidently removed by interfering work on the language files. Because of this, the admin area currently lacks the strings for links, headers and so on when one of the Chinese language files is activated.
There is only one issue with the HTML comment for untranslated strings, that will be shown in the title-element. The cause is the use of the PHP-function
htmlspecialchars
to sanitise the content of the title-element.