6 lines
472 B
PHP
6 lines
472 B
PHP
<?php
|
||
$lang->user->expireWarning = "<p style='color:yellow'> 您的授權將在%s天后到期,為避免影響使用,請及時續費。</p>";
|
||
|
||
$lang->user->noticeUserCreate = "該版本限定研發用戶數為%maxcount%,添加後人數為%usercount%,將超出限制,請清除多餘用戶。";
|
||
$lang->user->noticeFeedbackCreate = "運營管理界面用戶限定人數為%maxcount%,添加後人數為%usercount%,將超出限制,請清除多餘用戶。";
|