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

//////////////////////////////////////////////////////////////
//===========================================================
// webuzo_acl_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>'] = 'Webuzo ACL';
$l['submit_button'] = 'Save Changes';
$l['heading_webuzo_acl'] = 'Webuzo ACL';
$l['disable_system_apps'] = 'Disable System Applications Installations / Configuration';
$l['disable_system_apps_exp'] = 'Disable installations, updation and removal of system applications from the Webuzo Enduser Panel.
Also, user will not be able to edit configurations.';
$l['root_login_admin'] = '<strong>Note :</strong> On enabling this option only <strong>root</strong> user will be able to access the Webuzo Admin Panel';
$l['change_final'] = 'Settings have been saved successfully !!!';
$l['connect_error'] ='Oops !!! There was an error while connecting to the <strong>Server</strong>';
$l['disable_domainadd'] = 'Disable addition of new Domains';
$l['disable_domainadd_exp'] = 'Disable creation of any new domains from the enduser panel';
$l['disable_addon'] = 'Max. limit of Addon Domain creations';
$l['disable_addon_exp'] = 'Enter the number of Addon domain creations allowed. For unlimited creation leave blank.';
$l['disable_email'] = 'Disable Emails';
$l['disable_email_exp'] = 'Disable Email and all related activities';
$l['disable_emailadd'] = 'Disbale addition of mail accounts';
$l['disable_emailadd_exp'] = 'Disable creation of any new mail accounts from the enduser panel';
$l['addon_notnumeric'] = 'Please enter a postive number for Domain restriction';
$l['disable_ssh'] = 'Disable SSH options';
$l['disable_ssh_exp'] = 'If enabled, user will not be able to access "SSH Access" page in the enduser panel';