rhymix/modules/session/lang/zh-TW.php
2016-01-31 16:01:17 +09:00

5 lines
233 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->session = 'SESSION';
$lang->about_session = '管理SESSION的模組。請定時清理SESSION可提高網站效率。';
$lang->cmd_clear_session = '清理SESSION';
$lang->session_cleared = 'SESSION已清理完畢。';