Current File : //usr/local/softaculous/enduser/languages/russian/admin/import_export_lang.php |
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// import_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');
}
// Error Strings
$l['no_imp_exp_support'] = 'Import / Export is not supported on this panel';
//Theme Strings
$l['<title>'] = APP.' - Import Export Settings';
$l['import_export'] = 'Import / Export Settings';
$l['import_setting'] = 'Import Settings';
$l['import_setting_exp'] = 'Import the '.APP.' settings using the previously exported file. <br /> (<b>Note</b> : It will replace your current settings)';
$l['export_setting'] = 'Export Settings';
$l['export_setting_exp'] = 'Export the '.APP.' settings that you can use to import in future or replicate over multiple servers.';
$l['settings_imported'] = 'Settings successfully imported';
$l['no_import_file'] = 'Please provide a file to import settings';
$l['invalid_import_file'] = 'Please provide a valid file to import settings';
$l['err_compress'] = 'Error occured while archiving the files';
$l['err_unzipping'] = 'Error occured while unzipping the files';
$l['err_no_universal'] = 'Could not find universal.php';