/langs/' .$s . ''; if($resource =='about/constitution') { $constitution = true; } else { $constitution = false; } if($resource =='about/license') { $license = true; } else { $license = false; } if ($s == '../_nav/langs/en.pot') { $file = substr(_po_file_switch($s, $l), 14); $note = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; $commit = '/_nav/langs/' . $file . ''; $file = '/_nav/langs/' . $file; $to_translate = '/_nav/langs/en.pot'; } else { $file = '/langs/' . _po_file_switch($s, $l); $note = ''; $commit = '' . $file . ''; } $constitution_or_license = ''; if($constitution) { $constitution_or_license .= '
You can find it in git.'; } $tx_resource_name = 'page-' . str_replace(array('../_nav/langs/en', '/'), array('nav', '-'), $resource); $tx_language_code = locale_hyphen_underscore($l, true); $num_of_untranslated_strings = 0; if($license) { $constitution_or_license .= '
You can find it as a part of a separate drakx translation file in git or in Transifex (it starts before '; $constitution_or_license .= 'the line with the string "1. License Agreement").'; // git doesn't work yet on https } if($constitution || $license) { $constitution_or_license .= ' Please read page on wiki for more information about that.
Then:
'; } ?>Note that you can translate most of our web page resources online in Transifex.
Please take a look off the translation guide on the localization Wiki page too.
So, language file is missing in ', $l, ')' ?>. What can you do to help us?
' . $file . '
.' . $note . '' . PHP_EOL;
?>
;mageia-i18n
, #mageia-i18n on Freenode).Thanks!