From professional translators, enterprises, web pages and freely available translation repositories.
tweets including this username
tweets are twitter posts
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
$this -> username = $username ;
$username = $this -> getidentity ();
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
error this username does not exist
ошибка это имя пользователя не существует
Last Update: 2021-10-04
Usage Frequency: 1
Quality:
Reference:
a record with this username already exists
счет с этим адресом электронной почты уже существует
Last Update: 2013-04-21
Usage Frequency: 1
Quality:
Reference:
only allow connections with usernames specified in this username list
Разрешать соединение только для следующих & пользователей
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting
this username is already in use. please try another one!
Имя пользователя уже используетс
Last Update: 2024-07-06
Usage Frequency: 1
Quality:
Reference:
if otherroomnick is not specified, this username part of the roomaddress is used. this command is available to administrators and moderators only.
Если otherroomnick не указан, используется локальная часть адреса roomaddress. Эта команда доступна только модераторам и администраторам.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
this username is too long. please choose a new username which has between 4 and 20 characters.
Слишком длинный логин. Он должен содержать от 4 до 20 знаков!
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
this username is too short. please choose a new username which has between 4 and 20 characters.
Слишком короткий логин. Он должен содержать от 4 до 20 знаков!
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
this username contains invalid characters. please do not use any spaces or special characters, for example, @.
Выбранный логин содержит недопустимые знаки. Пожалуйста, не используйте пробел и специальные знаки, например, @.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
the handheld has a username set (%1) but kpilot does not. should kpilot use this username in future?
КПК использует имя пользователя (% 1) отличное от того, которое использует kpilot. Использовать это имя и в kpilot?
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Reference:
sarek is the father of spock the vulcanian from star trek, very few know him and thats what i like about this name. i think its a cool name and i can almost everywhere register with this username.
sarek is the father of spock the vulcanian from star trek, very few know him and thats what i like about this name. i think its a cool name and i can almost everywhere register with this username.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
error: this username is already taken. if it is yours, click on i already have an account. if it is not, sign up with a different username.
Ошибка: Это имя пользователя уже занято. Если оно Ваше, нажмите «Уже имею учётную запись». В противном случае зарегистрируйтесь, используя другое имя пользователя.
Last Update: 2013-04-25
Usage Frequency: 2
Quality:
Reference:
'new'), //array('username', 'required'), //array(' username','safe'), array('username','required', 'on'=>'step1'), array('username','safe', 'on'=>'step1'), array('email', 'required', 'on'=>'finish'), //array('email', 'safe'), array('email', 'safe', 'on'=>'finish'), //array('password', 'authenticate'), ); } public function attributelabels() { return array( 'username' => 'Логин', 'password' => 'Пароль', 'email' => 'email', 'verifycode' => 'Код проверки', ); } // public function step1() { // $criteria=new cdbcriteria; // $criteria->compare('username',$this->username,true); // return new cactivedataprovider($this, array( // 'criteria'=>$criteria, // )); // } // public function step2() { // $criteria=new cdbcriteria; // $criteria->boolean('email'); // return // $criteria; // } public function signup() { $user = new user; $user->username = $this->username; $user->password = $user->hashpassword($this->password); $user->email = $this->email; $user->create_user_id = 1; //$user->create_date = date('y-m-d'); $user->update_user_id = 1; //$user->update_date = date('y-m-d'); $user->group_id = 1; $user->is_deleted = 0; if($user->save()) { $user->create_user_id = $user->id; $user->update_user_id = $user->id; return $user->save(); } } } ?>
'new'), //array('username', 'required'), //array(' username','safe'), array('username','required', 'on'=>'step1'), array('username','safe', 'on'=>'step1'), array('email', 'required', 'on'=>'finish'), //array('email', 'safe'), array('email', 'safe', 'on'=>'finish'), //array('password', 'authenticate'), ); } public function attributelabels() { return array( 'username' => 'Логин', 'password' => 'Пароль', 'email' => 'email', 'verifycode' => 'Код проверки', ); } // public function step1() { // $criteria=new cdbcriteria; // $criteria->compare('username',$this->username,true); // return new cactivedataprovider($this, array( // 'criteria'=>$criteria, // )); // } // public function step2() { // $criteria=new cdbcriteria; // $criteria->boolean('email'); // return // $criteria; // } public function signup() { $user = new user; $user->username = $this->username; $user->password = $user->hashpassword($this->password); $user->email = $this->email; $user->create_user_id = 1; //$user->create_date = date('y-m-d'); $user->update_user_id = 1; //$user->update_date = date('y-m-d'); $user->group_id = 1; $user->is_deleted = 0; if($user->save()) { $user->create_user_id = $user->id; $user->update_user_id = $user->id; return $user->save(); } } } ?>
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting