rhymix/modules/session/lang/zh-TW.lang.php

13 lines
438 B
PHP
Raw 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
/**
* @file modules/session/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief SESSION模組正體中文語言
**/
$lang->session = 'SESSION';
$lang->about_session = "管理SESSION的模組。\n請定時清理SESSION可提高網站效率。";
$lang->cmd_clear_session = '清理SESSION';
$lang->session_cleared = 'SESSION已清理完畢。';
?>