PHP Classes

File: application/language/russian/aauth_lang.php

Recommend this page to a friend!
  Classes of harold rita   Coloftech PHP Multiple Sites Blog System   application/language/russian/aauth_lang.php   Download  
File: application/language/russian/aauth_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coloftech PHP Multiple Sites Blog System
CMS to Manage multiple blog sites
Author: By
Last change:
Date: 2 years ago
Size: 4,305 bytes
 

Contents

Class file image Download
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

/* 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'] = 'Email ??? ??????????????? ? ???????. ???? ?? ?????? ??? ??????, ??????? ?? ?????? ????.';
$lang['aauth_error_username_exists'] = "??????? ? ???? ?????? ???????????? ??? ???? ? ???????. ??????? ?????? ??? ????????????, ??? ???? ?? ?????? ??? ??????, ??????? ?? ?????? ????.";
$lang['aauth_error_email_invalid'] = '???????????? ????? e-mail';
$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'] = '????????? Email ??? ???? ? ???????. ??????? ?????? ?????.';
$lang['aauth_error_update_username_exists'] = "???????? ??? ???????????? ??? ???? ? ???????. ??????? ?????? ??? ????????????.";


// Access errors
$lang['aauth_error_no_access'] = '????????, ? ??? ??? ??????? ? ?????????????? ???????.';
$lang['aauth_error_login_failed_email'] = '???????? email ??? ??????.';
$lang['aauth_error_login_failed_name'] = '???????? ??? ???????????? ??? ??????.';
$lang['aauth_error_login_failed_all'] = '???????? E-mail, ??? ???????????? ??? ??????.';
$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'] = '??? ???????? ?? ???????????. ????????? ??? ???? e-mail ? ??????????? ???????.';
$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'] = '????? ??? ?????????? ??? ????';