Current File : //usr/local/softaculous/enduser/languages/russian/admin/adv_software_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['no_install'] = 'Could not load the install.xml';
$l['no_info_file'] = 'Could not load the info.xml';
$l['no_results'] = 'No results were found';

//Theme Strings
$l['<title>'] = APP.' - Scripts Center';
$l['adv_software_head'] = 'Advanced Software Settings';
$l['enable'] = 'Enabled';
$l['default'] = 'Default value';
$l['editable'] = 'Editable';
$l['enable_exp'] = 'If selected the option will be available to the endusers';
$l['default_exp'] = 'The default value displayed to the endusers on the install form';
$l['editable_exp'] = 'If selected the users will be allowed to change the default values';
$l['save'] = 'Save';
$l['reset_all'] = 'Reset to default';
$l['reset_soft'] = 'Reset &soft-1; settings';
$l['reset'] = 'Reset';
$l['settings_saved'] = 'The settings have been saved successfully';
$l['err_saving_data'] = 'There were some errors while saving the settings';
$l['settings_reset'] = 'The settings have been restored to default';

$l['apply_settings_all_branches'] = 'Apply settings to all sub-branches';