git-svn-id: http://svn.calculate.ru/calculate/trunk@1774 c91db197-33c1-4113-bf15-f8a5c547ca64

master
atratsevskiy 15 years ago
parent 562476d0c5
commit dc35bf9a18

@ -22,7 +22,7 @@ use Time::Local;
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#------------------------------------------------------------------------------
my %data; #объявим хэш переменных
$data{"calcver"} = "1.1.0";
$data{"calcver"} = "1.1.0 RC1";
#Определим путь к программе
if(!getpath()){exit;};
@ -2770,10 +2770,17 @@ sub checkready{
number_ver($data{linuxver}) > number_ver('9.5.9'))
) && !defined $data{arg}{'force'}
){
printmes("\n".gettext('For installation, you must update the program. Run "calculate --update"')); printmes(".\n");
printmes("\n".gettext('To install the system update program Calculate. Launch "eix-sync && calculate --update"')); printmes(".\n");
beep(); return "";
} }
}
if(
number_ver($data{linuxver}) <= number_ver('9.6') && !defined $data{arg}{'force'}
){
printmes("\n".gettext('The program supports the installation Calculate Linux versions from 9.7 and above')); printmes(".\n");
beep(); return "";
}
}
#----------------------------------------------------------------------
# Проверим путь к архиву образа

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: support.ru\n"
"POT-Creation-Date: 2009-06-17 11:52+0400\n"
"POT-Creation-Date: 2009-06-18 16:48+0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -271,11 +271,6 @@ msgstr "Завершение установки"
msgid "For continuation please remove directory"
msgstr "Для продолжения удалите директорию"
msgid ""
"For installation, you must update the program. Run \"calculate --update\""
msgstr ""
"Для установки вы должны обновить программу. Выполните \"calculate --update\""
msgid "For performance of operation it is necessary to configure system"
msgstr "Для выполнения операции необходимо сконфигурировать систему"
@ -626,6 +621,11 @@ msgstr "Не найден архив с образом системы"
msgid "The name of a server is incorrectly specified"
msgstr "Неверно указано имя сервера"
msgid ""
"The program supports the installation Calculate Linux versions from 9.7 and "
"above"
msgstr "Программа поддерживает установку Calculate Linux версий от 9.7 и выше"
msgid "The size of the disk is not defined"
msgstr "Размер диска не определен"
@ -653,6 +653,13 @@ msgstr "Для вступления изменений в силу компью
msgid "To continue сopy file"
msgstr "Для продолжения скопируйте файл"
msgid ""
"To install the system update program Calculate. Launch \"eix-sync && "
"calculate --update\""
msgstr ""
"Для установки системы обновите программу Calculate, выполнив \"eix-sync && "
"calculate --update\""
msgid "To set root password press"
msgstr "Для задания пароля root нажмите"

Loading…
Cancel
Save