qcminecraft/Carbon-Forum-F

View on GitHub
language/zh-tw/reset_password.php

Summary

Maintainability
A
1 hr
Test Coverage
<?php
if (!defined('InternalAccess')) exit('error: 403 Access Denied');
if (empty($Lang) || !is_array($Lang))
    $Lang = array();

$Lang = array_merge($Lang, array(
    'Reset_Password' => '重設密碼',
    'Page_Has_Expired' => '頁面已到期',
    'New_Password' => '新密碼',
    'Confirm_New_Password' => '再次輸入新密碼',
    'VerificationCode_Error' => '驗證碼錯誤',
    'Passwords_Inconsistent' => '密碼、重複密碼 輸入不一致',
    'Forms_Can_Not_Be_Empty' => '密碼、重複密碼、驗證碼為必填欄位',
    'Reset_Password_Success' => '重設密碼成功',
    'Reset_Password_Failure' => '重設密碼失敗'
    ));