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

//////////////////////////////////////////////////////////////
//===========================================================
// categories_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');

}

//Theme Strings
$l['<title>'] = APP.' - Transfer Domain';
$l['title'] = 'Transfer Domain';
$l['username'] = 'Username';
$l['domain'] = 'Domain';
$l['exp_username_from'] = 'Select the current owner of the domain';
$l['exp_username_to'] = 'Select the new owner of the domain';
$l['exp_domain_from'] = 'Select the domain to transfer';
$l['from'] = 'Transfer From';
$l['to'] = 'Transfer To';
$l['err_domain'] = 'Domain not posted';
$l['err_from_user'] = 'From User not posted';
$l['err_to_user'] = 'To User not posted';
$l['no_domain'] = 'Domain does not exist';
$l['invalid_from_user'] = 'From User does not exist';
$l['invalid_to_user'] = 'To User does not exist';
$l['dom_exists'] = 'Domain already exists in the account you wish to transfer';
$l['start_transfer'] = 'Start Transfer';
$l['transfer_done'] = 'Domain was transfered successfully';
$l['select_domain'] = 'Select Domain';
$l['select_username'] = 'Select Username';