Current File : //usr/local/softaculous/enduser/languages/english/admin/webuzoconfigs_lang.php |
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// settings_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 Configuration';
$l['pathhead'] = 'Update Webuzo Configuration';
$l['settings_saved'] = 'The configuration were saved successfully';
$l['edit_configs'] = 'Update';
$l['primary_domain'] = 'Primary Domain';
$l['ns1'] = 'NS1';
$l['ns2'] = 'NS2';
$l['primary_ip'] = 'Primary IP';
$l['no_primary_ip'] = 'Please enter the Primary IP';
$l['no_primary_domain'] ='Please enter Primary Domain';
$l['no_ns1'] ='Please enter Nameserver 1';
$l['no_ns2'] ='Please enter Nameserver 2';
$l['err_primary_ip'] = 'Please enter valid Primary IP';
$l['err_primary_domai'] = 'Please enter valid Primary Domain';
$l['err_ns1'] = 'Please enter valid Nameserver 1';
$l['err_ns2'] = 'Please enter valid Nameserver 2';
$l['domain_not_added'] = 'There were some errors while updating Primary Domain';