My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

Add lost strings for upload management area in Chinese language files #711

Closed auge8472 closed 3 months ago

auge8472 commented 3 months ago

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.