<?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'] = 'Änderungen speichern';
$l['heading_webuzo_acl'] = 'Webuzo ACL';
$l['disable_system_apps'] = 'Installation / Konfiguration von System Applikationen deaktivieren';
$l['disable_system_apps_exp'] = 'Installationen, Updates und Entfernen von System Applikationen im Webuzo Endbenutzer Panel deaktivieren.
Außerdem wird der Benutzer die Konfigurationen nicht mehr editieren können.';
$l['root_login_admin'] = '<strong>Hinweis: </strong>Nach dem aktivieren dieser Option wird nur noch der <strong>root</strong> Benutzer das Webuzo Admin Panel benutzen können';
$l['change_final'] = 'Einstellungen wurden erfolgreich gespeichert!!!';
$l['connect_error'] ='Uuupps!!! Es gab einen Fehler bei der Verbindung zum <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';
|