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

//////////////////////////////////////////////////////////////
//===========================================================
// emailtemp_lang.php
//===========================================================
// SOFTACULOUS 
// Version : 4.0
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       8th Mar 2010
// Time:       23:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Ltd.
//===========================================================
//////////////////////////////////////////////////////////////

if(!defined('SOFTACULOUS')){

	die('Hacking Attempt');

}

$l['<title>'] = 'Шаблоны Email';
$l['heading'] = 'Шаблоны Email';
$l['emailtemp'] = 'Шаблоны Email';
$l['temp_install_php'] = 'Новая установка шаблона (PHP)';
$l['temp_clone'] = 'Clone Installation Template';
$l['temp_install_js'] = 'Новая установка шаблона (JavaScript)';
$l['temp_install_perl'] = 'Новая установка шаблона  (PERL)';
$l['temp_install_classes'] = 'New Installation Template (Classes)';
$l['temp_remove'] = 'Удаление установки шаблона';
$l['temp_editdetail'] = 'Редактирование параметров шаблона установки';
$l['temp_update'] = 'Обновить доступные шаблоны (для ADMIN)';
$l['temp_cron'] = 'Обновить доступные шаблоны  (для CRON)';
$l['temp_backup'] = 'Backup created successfully';
$l['temp_backup_bg'] = 'Backup started in background';
$l['temp_backup_fail'] = 'Backup creation failed';
$l['temp_restore'] = 'Backup restored successfully';
$l['temp_restore_fail'] = 'Backup restore failed';
$l['temp_restore_bg'] = 'Backup restore (background)';
$l['temp_import'] = 'Import installation success';
$l['temp_import_fail'] = 'Import installation failed';
$l['temp_import_bg'] = 'Import installation (background)';

$l['temp_autoupgrade_success_user'] = 'Auto Upgrade Successful (For User)';
$l['temp_autoupgrade_fail_user'] = 'Auto Upgrade Failed (For User)';
$l['temp_autoupgrade_restore_fail_user'] = 'Auto Upgrade and Restore both failed (For User)';

$l['temp_userupgrade_success_user'] = 'CLI Upgrade by User Successful (For User)';
$l['temp_userupgrade_fail_user'] = 'CLI Upgrade by User Failed (For User)';
$l['temp_userupgrade_restore_fail_user'] = 'CLI Upgrade by User - Upgrade and Restore both failed (For User)';

$l['temp_adminupgrade_success_admin'] = 'Upgrade by Admin Successful (For Admin)';
$l['temp_adminupgrade_fail_admin'] = 'Upgrade by Admin Failed (For Admin)';
$l['temp_adminupgrade_restore_fail_admin'] = 'Upgrade by Admin - Upgrade and Restore both failed (For Admin)';

$l['temp_adminupgrade_success_user'] = 'Upgrade by Admin Successful (For User)';
$l['temp_adminupgrade_fail_user'] = 'Upgrade by Admin Failed (For User)';
$l['temp_adminupgrade_restore_fail_user'] = 'Upgrade by Admin - Upgrade and Restore both failed (For User)';

$l['temp_autoupgrade_backup_fail'] = 'Backup failed while performing Auto Upgrade (For User)';
$l['temp_autoupgrade_precheck_fail'] = 'Pre Upgrade Checks failed while Auto Upgrading (For User)';

$l['temp_auto_backup'] = 'Automatic Backup successful';
$l['temp_auto_backup_fail'] = 'Automatic Backup failed';

$l['tempname'] = 'Имя шаблона';
$l['options'] = 'Опции';

$l['action_not_applicable'] = 'Please select appropriate email template';
$l['temp_staging'] = 'Staging Installation Template';
$l['temp_pushtolive'] = 'Push to Live Template';

$l['temp_clone_fail'] = 'Clone Installation failed';
$l['temp_staging_fail'] = 'Staging Installation failed';
$l['temp_autoupgrade_extras_backup_fail'] = 'Auto Upgrade Themes/Plugins Backup failed';
$l['temp_autoupgrade_extras_success_user'] = 'Auto Upgrade Themes/Plugins Successful';
$l['temp_autoupgrade_extras_restore_fail_user'] = 'Auto Upgrade Themes/Plugins Restore failed';
$l['temp_autoupgrade_extras_fail_user'] = 'Auto Upgrade Themes/Plugins Failed';
$l['temp_userupgrade_extras_success_user'] = 'Upgrade Themes/Plugins Successful';
$l['temp_userupgrade_extras_restore_fail_user'] = 'Upgrade Themes/Plugins Restore failed';
$l['temp_userupgrade_extras_fail_user'] = 'Upgrade Themes/Plugins Failed';
$l['temp_upgrade_fail'] = 'Upgrade by User Failed';

$l['temp_template'] = 'Template Create Successful';
$l['temp_template_bg'] = 'Template Creation started in background';
$l['temp_template_fail'] = 'Template Create Failed';
$l['temp_restore_template_bg'] = 'Template Restore started in background';
$l['temp_restore_template'] = 'Template Restored Successfully';
$l['temp_restore_template_fail'] = 'Template Restore Failed';