Current File : //usr/local/softaculous/enduser/languages/russian/admin/adduser_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// addplans_lang.php
//===========================================================
// SOFTACULOUS 
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////

if(!defined('SOFTACULOUS')){

	die('Hacking Attempt');

}

$l['no_username'] = 'Please enter User Name to create';
$l['no_number_of_users'] = 'Please enter Number of Users';
$l['user_exists'] = 'User already exists. Try different username';
$l['err_valid_email'] = 'Please enter valid email address';
$l['no_user_email'] = 'Please enter an Email Address of the User';
$l['err_user_not_added'] = 'User was not added';
$l['err_no_reseller'] = 'You dont have permission to create users';
$l['err_crossed_limit'] = 'You have reached the limit of creating users';
$l['more_than_one'] = 'Number of Users should be more than 1';
$l['err_user_exists'] = 'The username is already in use';
$l['err_no_uid'] = 'UID and User does not match. Please check this user exists.';
$l['err_int_uid'] = 'UID and GID should be an integer.';

//Theme Strings
$l['<title>'] = 'Softaculous - Add User';
$l['title'] = 'Add User';
$l['user_details'] = 'User Details';
$l['username'] = 'User Name';
$l['exp_username'] = 'Don\'t use spaces in between';
$l['user_email'] = 'Email';
$l['exp_user_email'] = 'Please enter a valid email address';
$l['number_of_users'] = 'Number of Users';
$l['exp_number_of_users'] = 'Number of Subusers allowed to User';
$l['is_reseller'] = 'Is this User Reseller ?';
$l['exp_is_reseller'] = 'Reseller can add users';
$l['saveuser'] = 'Save User';
$l['uid'] = 'UID';
$l['gid'] = 'GID';
$l['exp_uid'] = 'Linux User ID';
$l['exp_gid'] = 'Linux Group ID';
$l['done'] = 'New user has been added';