From ab83396059a1fa2ed14c55227ccf44e9a148fee5 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Tue, 6 Aug 2013 19:32:21 +0000 Subject: https fixes for i18n report --- langs/diff.php | 4 ++-- langs/missing.php | 4 ++-- 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('

Differences between %s source and %s target

', if($constitution) { $s .= '

Please translate constitution first

'; - $s .= '

You can find it in svn. '; + $s .= '

You can find it in svn. '; } if($license) { $s .= '

Please translate license first

'; - $s .= '

You can find it in svn. '; + $s .= '

You can find it in svn. '; } 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 = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; - $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; + $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; $iframe = '//www.mageia.org/_nav/langs/en.lang'; } else { $file = _lang_file_switch($s, $l); $note = ''; - $commit = 'web/www/trunk/langs/' . $file; + $commit = 'web/www/trunk/langs/' . $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 1 & 2'; + $page_not_linked = 'difference in svn 1 & 2'; } } else if ($link == 'downloads/get') { $mga = array( -- cgit v1.2.1