diff options
-rw-r--r-- | langs/diff.php | 4 | ||||
-rw-r--r-- | langs/missing.php | 4 | ||||
-rw-r--r-- | langs/report.php | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/langs/diff.php b/langs/diff.php index 462b72a4c..d56be7f8e 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -54,12 +54,12 @@ $s .= sprintf('<h1>Differences between %s source and %s target</h1>', if($constitution) { $s .= '<h2 style="color: red;">Please translate constitution first</h2>'; - $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/org/constitution/">svn</a>. '; + $s .= '<p>You can find it in <a href="//svnweb.mageia.org/org/constitution/">svn</a>. '; } if($license) { $s .= '<h2 style="color: red;">Please translate license first</h2>'; - $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. '; + $s .= '<p>You can find it in <a href="//svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. '; } if($constitution || $license) { diff --git a/langs/missing.php b/langs/missing.php index b3ebfca51..f38d6ad07 100644 --- a/langs/missing.php +++ b/langs/missing.php @@ -15,12 +15,12 @@ include 'lib.php'; if ($s == '../_nav/langs/en.lang') { $file = substr(_lang_file_switch($s, $l), 14); $note = '<span style="color: red; font-weight: bold"> NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!</span>'; - $commit = '<a href="http://svnweb.mageia.org/web/www/trunk/_nav/langs/">web/www/trunk/_nav/langs/</a>' . $file . ' and for now to the <a href="http://svnweb.mageia.org/web/nav/langs/">web/nav/langs/</a>' . $file . ' too'; + $commit = '<a href="//svnweb.mageia.org/web/www/trunk/_nav/langs/">web/www/trunk/_nav/langs/</a>' . $file . ' and for now to the <a href="//svnweb.mageia.org/web/nav/langs/">web/nav/langs/</a>' . $file . ' too'; $iframe = '//www.mageia.org/_nav/langs/en.lang'; } else { $file = _lang_file_switch($s, $l); $note = ''; - $commit = '<a href="http://svnweb.mageia.org/web/www/trunk/langs/">web/www/trunk/langs</a>/' . $file; + $commit = '<a href="//svnweb.mageia.org/web/www/trunk/langs/">web/www/trunk/langs</a>/' . $file; $iframe = '//www.mageia.org/langs/'.$s; } diff --git a/langs/report.php b/langs/report.php index 5be405cf4..9a3e6967a 100644 --- a/langs/report.php +++ b/langs/report.php @@ -128,7 +128,7 @@ $local_f = @file_get_contents('../_nav/langs/' . $l . '.lang'); $mognas_f = @file_get_contents('http://nav.mageia.org/langs/' . $l . '.lang'); if ($local_f != $mognas_f) { - $page_not_linked = 'difference in svn <a class="action partial" href="http://svnweb.mageia.org/web/www/trunk/_nav/langs/">1</a> & <a class="action partial" href="http://svnweb.mageia.org/web/nav/langs/">2</a>'; + $page_not_linked = 'difference in svn <a class="action partial" href="//svnweb.mageia.org/web/www/trunk/_nav/langs/">1</a> & <a class="action partial" href="//svnweb.mageia.org/web/nav/langs/">2</a>'; } } else if ($link == 'downloads/get') { $mga = array( |