Multi-language support

This commit is contained in:
bergware
2020-04-02 08:44:52 +02:00
parent 29327b00f4
commit 646c635813
3 changed files with 4 additions and 4 deletions
@@ -35,6 +35,6 @@ $tmp = $_GET['tmp'] ? '/var/tmp' : '/tmp/plugins/';
if (file_exists($file) && strpos(realpath($file),$tmp)===0 && substr($file,-4)=='.txt') echo Markdown(file_get_contents($file)); else echo Markdown("*"._('No release notes available')."!*");
?>
<br><div style="text-align:center"><input type="button" value="_(Done)_" onclick="top.Shadowbox.close()"></div>
<br><div style="text-align:center"><input type="button" value="<?=_('Done')?>" onclick="top.Shadowbox.close()"></div>
</body>
</html>