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

//////////////////////////////////////////////////////////////
//===========================================================
// installations_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_submit'] = 'Нет выбранных установок для отправки уведомлений.';
$l['no_ins_selected'] = 'No installation(s) selected for Upgrade.';
$l['user_soft_upd_sub'] = 'Доступные обновления скриптов';
$l['posix_error'] = 'POSIX function is disabled. Please enable POSIX function to perform Upgrade for Installations.';
$l['shellexec_error'] = 'exec function is disabled. Please enable exec function to perform Upgrade for Installations.';
$l['user_soft_upd'] = 'Это письмо сообщает об относительно устаревших у вас установленных скриптах. 
По соображениям безопасности необходимо обновить эти устаревшие скрипты как можно скорее. 
Доступны следующие обновления скриптов:

&soft-1;

Для обновления этих сценариев перейдите в Cpanel -> '.APP.' -> Установки.
Там вы сможете обновить сценарии.

С уважением,
Системный администратор';
$l['no_reseller_upgrade_ins'] = 'Resellers are not allowed to auto upgrade installations';
$l['ins_time'] = 'Installation Time';
$l['sort_by'] = 'Sort By';
$l['sort_users'] = 'Users';
$l['sort_script'] = 'Script';
$l['sort_domain'] = 'Domain';

//Theme Strings
$l['<title>'] = ''.APP.' - Список Установок';
$l['searchinstallations'] = 'Поиск Установок';
$l['search_scripts'] = 'Скрипты';
$l['search_scripts_exp'] = 'Оставьте пустым для всех. При вводе нескольких, разделяйте их \'<b>;</b>\'';
$l['search_users'] = 'Пользователи';
$l['search_users_exp'] = 'Оставьте пустым для всех. При вводе нескольких, разделяйте их \'<b>;</b>\'';
$l['group_by_scripts'] = 'Группировать по Скриптам';
$l['group_by_scripts_exp'] = 'По умолчанию сгруппировано по пользователям';
$l['only_outdated'] = 'Показать только устаревшие установки';
$l['only_outdated_exp'] = 'По умолчанию будут показаны все установки';
$l['li_user'] = 'Пользователь';
$l['li_scripts'] = 'Скрипты';
$l['li_domains'] = 'Domains';
$l['li_url'] = 'URL';
$l['li_insver'] = 'Уст. версии';// Installed Ver
$l['li_ver'] = 'Версия';
$l['li_realver'] = 'Real Ver';
$l['no_results'] = 'Поиск не дал результатов';
$l['search_ins'] = 'Поиск';
$l['with_selected'] = 'С выбранным';
$l['sub_email_users'] = 'Письма пользователям о новых версиях';
$l['emailed_users'] = 'Пользователей выбранных установок были уведомлены о доступных обновленях.';
$l['sub_upgrade_ins'] = 'Upgrade';
$l['upgrading_ins'] = 'Upgrading Installations...';
$l['upgraded_ins'] = 'The Auto upgrade process has finished and the details have been sent via email.';
$l['upgraded'] = 'Upgraded';
$l['failed'] = 'Failed';
$l['go_to_autoupgrade'] = 'Go to List';
$l['upgrading_completed'] = 'Upgrade Finished';
$l['beta_note'] = '<b>Note</b> : This feature is in <b>BETA VERSION</b>. <a href="https://www.softaculous.com/docs/admin/admin-upgrade-installations/#auto-upgrade" target="_blank">Read More..</a>';
$l['wait_note'] = '<b>Note</b> : Please don\'t leave this page until all the installations are upgraded.';
$l['tasklist_button'] = 'Task List';
$l['auto_upgrade_enabled'] = 'Auto Upgrade Enabled';
$l['real_ver_notice'] = 'The real version does not match with '.APP.' records. It seems that the user has upgraded installation(s) manually.';
$l['latest_ver_notice'] = 'Latest version is available for the installation(s).';
$l['update_records'] = 'Update '.APP.' records';
$l['no_submit_rec'] = 'No installation(s) were selected for updating '.APP.' records';
$l['err_update_record'] = 'Error occured while updating version in '.APP.' records';
$l['succ_update_record'] = 'Successfully updated version for selected installation(s) in '.APP.' record';
$l['only_realversion'] = 'Show Real Version';
$l['only_realversion_exp'] = 'If checked '.APP.' will try to detect the real version of the installations.<br /><b>Note</b>: This might take time as it will find the real version by scanning the files of the installations';
$l['no_info'] = 'No Info';
$l['search_domains'] = 'Domains';
$l['search_domains_exp'] = 'Leave blank for all. For multiple domains seperate with \'<b>;</b>\'';

$l['auto_upgrade_major'] = '(Major and Minor)'; 
$l['auto_upgrade_minor'] = '(Minor)';