Хранилища Subversion ant

Редакция

Редакция 271 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 271 Редакция 272
Строка 32... Строка 32...
32
if ($info[0]!="unknown") {
32
if ($info[0]!="unknown") {
33
        $cnt = count($info);
33
        $cnt = count($info);
34
        switch ($cnt) {
34
        switch ($cnt) {
35
                case '2':
35
                case '2':
36
                        $telepathy .= _("GNU/Linux, but certainly not one that we support or the distribution and its version tchatelno masked. If this is a disguise, you can try to generate a sources.list &#8220;<a href='./modern.php'>manually</a>&#8221;.</p>");
36
                        $telepathy .= _("GNU/Linux, but certainly not one that we support or the distribution and its version tchatelno masked. If this is a disguise, you can try to generate a sources.list &#8220;<a href='./modern.php'>manually</a>&#8221;.</p>");
37
                        // "GNU/Linux, но явно не та, которую мы поддерживаем или дистрибутив и его версия тчательно замаскированы. Если это маскировка, то можно попробовать сгенерировать sources.list &#8220;<a href='./modern.php'>вручную</a>&#8221;.</p>";
-
 
38
                break;
37
                break;
39
                case '4':
38
                case '4':
40
                        $telepathy .= "<em>".$info[3]."</em>, "._("and that the version I can not disassemble. Let's try to create a sources.list &#8220;<a href='./modern.php'><strong>manually</strong></a>&#8221;?</p>");
39
                        $telepathy .= "<em>".$info[3]."</em>, "._("and that the version I can not disassemble. Let's try to create a sources.list &#8220;<a href='./modern.php'><strong>manually</strong></a>&#8221;?</p>");
41
                        // а что за версия не могу разобрать. Попробуем создать sources.list &#8220;<a href='./modern.php'><b>вручную</b></a>&#8221;?</p>";
-
 
42
                break;
40
                break;
43
                case '6':
41
                case '6':
44
                        $dummyar[0] = "-1";
42
                        $dummyar[0] = "-1";
45
                        $telepathy .= "<em>".$info[3]." ".$info[5]."</em>. "._("If not, then select the distribution and version <a href='./modern.php'>manually</a>").".</p>";
43
                        $telepathy .= "<em>".$info[3]." ".$info[5]."</em>. "._("If not, then select the distribution and version <a href='./modern.php'>manually</a>").".</p>";
46
                        // Если это не так, то выберите дистрибутив и версию <a href='./modern.php'>вручную</a>.</p>";
-
 
47
                        $telepathy .= "<p>"._("For this version we have the following repository (the list should be placed in the file")."<span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
44
                        $telepathy .= "<p>"._("For this version we have the following repository (the list should be placed in the file")."<span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
48
                        // Для этой версии у нас есть следующие репозитории (список нужно скопировать в файл <span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
-
 
49
                        $telepathy .= "<pre># Ant: sources.list generator :: http://track.altlug.ru/projects/show/ant\n\n".$core->getSourceList($info[2],$info[4],$dummyar,$db)."</pre>";
45
                        $telepathy .= "<pre># Ant: sources.list generator :: http://track.altlug.ru/projects/show/ant\n\n".$core->getSourceList($info[2],$info[4],$dummyar,$db)."</pre>";
50
            $telepathy .= "<p>"._("The list represented only the basic repositories. Add extra repositories (unofficial) you can")." <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>"._("here")."</a>.</p>";
46
            $telepathy .= "<p>"._("The list represented only the basic repositories. Add extra repositories (unofficial) you can")." <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>"._("here")."</a>.</p>";
51
                        // В этом списке представленны только базовые репозитории. Добавить дополнительные репозитории (неофициальные) Вы можете <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>здесь</a>.</p>";
-
 
52
                        $telepathy .= "<p><a href='./get.php?id=".$info[2].",".$info[4]."'>"._("Get sources.list")."</a></p>";
47
                        $telepathy .= "<p><a href='./get.php?id=".$info[2].",".$info[4]."'>"._("Get sources.list")."</a></p>";
53
                break;
48
                break;
54
        }
49
        }
55
} else {
50
} else {
56
        $telepathy .= "</p>";
51
        $telepathy .= "</p>";