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

//////////////////////////////////////////////////////////////
//===========================================================
// email_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['cant_connect'] = 'Could not connect to Proxy. Plese check the details.';
$l['proxy_check'] = 'Enable Proxy';
$l['wrong_proxy_ip'] = 'The Proxy IP you submitted is invalid.';
$l['no_proxy_ip'] = 'Please provide Proxy IP address.';
$l['no_proxy_port'] = 'Please provide Proxy Port.';
$l['no_proxy_user'] = 'Please provide Proxy username.';
$l['no_proxy_pass'] = 'Please provide Proxy password.';
$l['saving_error'] = 'There were some errors while saving proxy settings.';
$l['wrong_ip'] = 'IP address is Invalid.';
$l['proxy_not_enabled'] = 'Proxy is not enabled';

//Theme Strings
$l['<title>'] = APP.' - Settings Center';
$l['settings_saved'] = 'The Proxy settings were saved successfully';
$l['proxyhead'] = 'Proxy Settings';
$l['proxy_ip'] = 'Proxy IP address';
$l['proxy_port'] = 'Proxy Port';
$l['proxy_user'] = 'Proxy Username';
$l['proxy_pass'] = 'Proxy Password';
$l['edit_settings'] = 'Edit Settings';
$l['tcp_note'] = '<b>Note</b> : Proxy will be performed via TCP only.';