<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * @author Translated by Terry Lin ( * @link https://github.com/terrylinooo) */ /* E-mail Messages */ // Account verification $lang['aauth_email_verification_subject'] = '????'; $lang['aauth_email_verification_code'] = '??????'; $lang['aauth_email_verification_text'] = "?????????????????\n\n"; // Password reset $lang['aauth_email_reset_subject'] = '????'; $lang['aauth_email_reset_text'] = "?????????????????????????????:\n\n"; // Password reset success $lang['aauth_email_reset_success_subject'] = '??????'; $lang['aauth_email_reset_success_new_password'] = '?????????????????'; /* Error Messages */ // Account creation errors $lang['aauth_error_email_exists'] = '???????????????????????????'; $lang['aauth_error_username_exists'] = "???????????????????????????????????????"; $lang['aauth_error_email_invalid'] = '?????????'; $lang['aauth_error_password_invalid'] = '?????'; $lang['aauth_error_username_invalid'] = '??????'; $lang['aauth_error_username_required'] = '?????'; $lang['aauth_error_totp_code_required'] = '?????'; $lang['aauth_error_totp_code_invalid'] = '??????'; // Account update errors $lang['aauth_error_update_email_exists'] = '??????????????????????'; $lang['aauth_error_update_username_exists'] = "????????????????????"; // Access errors $lang['aauth_error_no_access'] = '????????????????'; $lang['aauth_error_login_failed_email'] = '?????????'; $lang['aauth_error_login_failed_name'] = '????????'; $lang['aauth_error_login_failed_all'] = '??????????????'; $lang['aauth_error_login_attempts_exceeded'] = '?????????????????????'; $lang['aauth_error_recaptcha_not_correct'] = '????reCAPTCHA ????????'; // Misc. errors $lang['aauth_error_no_user'] = '?????'; $lang['aauth_error_account_not_verified'] = '????????????????????'; $lang['aauth_error_no_group'] = '?????'; $lang['aauth_error_no_subgroup'] = '??????'; $lang['aauth_error_self_pm'] = '?????????????'; $lang['aauth_error_no_pm'] = '???????'; /* Info messages */ $lang['aauth_info_already_member'] = '????????'; $lang['aauth_info_already_subgroup'] = '?????????'; $lang['aauth_info_group_exists'] = '???????'; $lang['aauth_info_perm_exists'] = '???????';
info at phpclasses dot org