Current File : //usr/local/softaculous/enduser/languages/russian/admin/adddomain_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_domain'] = 'Please enter the Domain name';
$l['no_path'] = 'Please enter the Full Path';
$l['no_backup_dir'] = 'Please enter the path of Backup Directory';
$l['no_replace_path'] = 'Please enter the path to be replaced';
$l['no_data_dir'] = 'Please enter the path of Data Directory';
$l['err_domain_exists'] = 'Domain already exists. Try different Domain Name.';
$l['err_domain_not_added'] = 'Domain was not added due to some reason.';
$l['err_no_reseller'] = 'You dont have permission to create users';
$l['err_path'] = 'Could not find the directory';
$l['err_user'] = 'Domain path does not belong to this user.';

//Theme Strings
$l['<title>'] = 'Softaculous - Add User';
$l['title'] = 'Add Domain';
$l['domain_details'] = 'Domain Details';
$l['username'] = 'User Name';
$l['exp_username'] = 'Don\'t use spaces in between';
$l['domain'] = 'Domain';
$l['exp_domain'] = 'Please enter a valid domain';
$l['path'] = 'Path';
$l['exp_path'] = 'Full path of the domain';
$l['replace_path'] = 'Replace Path';
$l['exp_replace_path'] = 'Path to be replaced';
$l['backup_dir'] = 'Backup Directory';
$l['exp_backup_dir'] = 'Path of the directory where backups will be stored';
$l['data_dir'] = 'Data Directory';
$l['exp_data_dir'] = 'Path of the directory where scripts will install their Data.';
$l['savedomain'] = 'Save Domain';
$l['done'] = 'New Domain has been added';