Current File : //usr/local/softaculous/enduser/languages/russian/admin/listdomains_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['<title>'] = 'Softaculous - Domain List';
$l['title'] = 'Domains List';
//Error String
$l['no_domains'] = 'No domains to display';
$l['connect_error'] = 'Connection Error';
$l['err_edit_fail'] = 'Could not edit the domain.';
//Theme Strings
$l['user_details'] = 'Domain Details';
$l['uid'] = 'UID';
$l['gid'] = 'GID';
$l['username'] = 'Username';
$l['domain'] = 'Domain';
$l['path'] = 'Path';
$l['options'] = 'Options';
$l['eusername'] = 'User Name';
$l['exp_eusername'] = 'Don\'t use spaces in between';
$l['edomain'] = 'Domain';
$l['exp_edomain'] = 'Please enter a valid domain';
$l['epath'] = 'Path';
$l['exp_epath'] = 'Full path of the domain';
$l['ereplace_path'] = 'Replace Path';
$l['exp_ereplace_path'] = 'Path to be replaced';
$l['ebackup_dir'] = 'Backup Directory';
$l['exp_ebackup_dir'] = 'Path of the directory where backups will be stored';
$l['edata_dir'] = 'Data Directory';
$l['exp_edata_dir'] = 'Path of the directory where scripts will install their Data.';
$l['submitdomain'] = 'Edit Domain';
$l['del_domain'] = 'Delete Domain ';
$l['domain_edited'] = 'Domain edited successfully';
$l['delete'] = 'Domain was deleted successfully.';
$l['adddomain'] = 'Add Domain';