aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-02-09 12:17:13 +0000
committerFilip Komar <filip@mageia.org>2013-02-09 12:17:13 +0000
commit0332537f327fad8a76e80c85c996d99c09e30e20 (patch)
treea7a4f14b074ce8447f7e4c3ee4fb946202f9a7a4 /langs/missing.php
parenta1d2de0339a7a3caa9eafefe3c1593bbd27b728f (diff)
downloadwww-0332537f327fad8a76e80c85c996d99c09e30e20.tar
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.gz
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.bz2
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.xz
www-0332537f327fad8a76e80c85c996d99c09e30e20.zip
navigation added to translation report
Diffstat (limited to 'langs/missing.php')
-rw-r--r--langs/missing.php21
1 files changed, 16 insertions, 5 deletions
diff --git a/langs/missing.php b/langs/missing.php
index 72f22bc2c..387c84651 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -12,6 +12,17 @@ if (is_null($s)) {
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';
+ $iframe = 'http://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;
+ $iframe = 'http://www.mageia.org/langs/'.$s;
+}
?><!DOCTYPE html>
<html lang="en">
@@ -23,14 +34,14 @@ include 'lib.php';
<p><a href="report.php">&laquo; back to the report page</a></p>
-<p>So, <code><?php echo $s ?></code> language file is missing in <?php echo $langs[$l], ' (<code>', $l, '</code>)' ?>. What can you do to help us?</p>
+<p>So, <code><?php echo $file ?></code> language file is missing in <?php echo $langs[$l], ' (<code>', $l, '</code>)' ?>. What can you do to help us?</p>
<ol>
- <li>Copy the source file from the frame below in a text editor and rename it <code><?php echo _lang_file_switch($s, $l)?></code>.</li>
+ <li>Copy the source file from the frame below in a text editor and rename it <code><?php echo $file?></code>.<?php echo $note ?></li>
<li>Replace and translate the strings that are just after the lines starting with a ";". Be careful to always keep your translated text on a single line.</li>
<li>Then:
<ul>
- <li>if you have a SVN account, you may commit it directly in <code><?php echo '<a href="http://svnweb.mageia.org/web/www/trunk/langs/">web/www/trunk/langs</a>/' . _lang_file_switch($s, $l)?></code>;</li>
+ <li>if you have a SVN account, you may commit it directly in <code><?php echo $commit ?></code>;</li>
<li>or attach it to a mail to Mageia i18n team (<code>mageia-i18n</code>, <a href="irc://irc.freenode.net/#mageia-i18n">#mageia-i18n</a> on Freenode).</li>
</ul>
</li>
@@ -38,7 +49,7 @@ include 'lib.php';
</ol>
<p>Thanks!</p>
-<iframe src="http://www.mageia.org/langs/<?php echo $s ?>" style="width: 60em; height: 30em;"></iframe>
+<iframe src="<?php echo $iframe ?>" style="width: 60em; height: 30em;"></iframe>
<hr>
</body>
-</html> \ No newline at end of file
+</html>