9-3-4
建立區塊語系 blocks.php
您沒有觀看影片的權限
請先登入,登入後,確認您的權限後,即可觀看影片。
- 建立
language\tchinese_utf8\blocks.php
:
<?php
// blocks\action_list.php
define('_MB_TAD_SIGNUP_SHOW_ACTIONS_NUMBER', '顯示活動數');
define('_MB_TAD_SIGNUP_ORDER_BY', '排序依據');
define('_MB_TAD_SIGNUP_ORDER_BY_ACTION_DATE', '活動日期從遠到近');
define('_MB_TAD_SIGNUP_ORDER_BY_ACTION_DATE_DESC', '活動日期從近到遠');
define('_MB_TAD_SIGNUP_ORDER_BY_END_DATE', '報名截止日期從遠到近');
define('_MB_TAD_SIGNUP_ORDER_BY_END_DATE_DESC', '報名截止日期從近到遠');
// blocks\action_signup.php
define('_MB_TAD_SIGNUP_SELECT_ACTION', '請選擇一個活動');
// templates\blocks\action_list.tpl
define('_MB_TAD_SIGNUP_QUOTA', '名額');
define('_MB_TAD_SIGNUP_CANDIDATES_QUOTA', '可候補人數');
define('_MB_TAD_SIGNUP_PEOPLE', '人');
define('_MB_TAD_SIGNUP_APPLIED', ',已報名');
define('_MB_TAD_SIGNUP_IN_PROGRESS', '報名中');
define('_MB_TAD_SIGNUP_CANT_APPLY', '無法報名');
// templates\blocks\action_signup.tpl
define('_MB_TAD_SIGNUP_ACTION_DATE', '活動日期');
define('_MB_TAD_SIGNUP_END_DATE', '報名截止');
define('_MB_TAD_SIGNUP_STATUS', '報名狀況');
define('_MB_TAD_SIGNUP_APPLY_NOW', '立即報名');