diff options
37 files changed, 846 insertions, 283 deletions
diff --git a/en/about/license/index.php b/en/about/license/index.php index a530336fb..4dba6b3df 100644 --- a/en/about/license/index.php +++ b/en/about/license/index.php @@ -5,45 +5,10 @@ require '../../../langs.php'; _lang_load($locale, 'about/license'); -require('php-mo.php'); +require('license.php'); +$prepared_license_strings = read_license_from_vcs($locale); -if($locale == 'en') { - $po_locale = 'libDrakX.pot'; -} else { - preg_match("/(..)(-)(..)/", $locale, $parsed_locale); - if(isset($parsed_locale[3])) { // create pt_BR.po from pt-br and alike - $po_locale = $parsed_locale[1] . '_' . strtoupper($parsed_locale[3]) . '.po'; - } else { - $po_locale = $locale . '.po'; - } -} - -//$po_files_path = "../../../../drakx_share/"; // qq debug -//$po_files_end = ""; // qq debug -$po_files_path = "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/"; -$po_files_end = "?view=co"; - -$po_file = phpmo_parse_po_file($po_files_path . $po_locale . $po_files_end); -if($po_file === false) { - $po_file = phpmo_parse_po_file($po_files_path . "libDrakX.pot" . $po_files_end); -} - -$license_strings = array( - array('_: You can warn about unofficial translation here'), - array('The operating system and the different components available in the Mageia distribution \nshall be called the \"Software Products\" hereafter. The Software Products include, but are not \nrestricted to, the set of programs, methods, rules and documentation related to the operating \nsystem and the different components of the Mageia distribution, and any applications \ndistributed with these products provided by Mageia\'s licensors or suppliers.'), - array('1. License Agreement', 'h3'), - array('Please read this document carefully. This document is a license agreement between you and \nMageia which applies to the Software Products.\nBy installing, duplicating or using any of the Software Products in any manner, you explicitly \naccept and fully agree to conform to the terms and conditions of this License. \nIf you disagree with any portion of the License, you are not allowed to install, duplicate or use \nthe Software Products. \nAny attempt to install, duplicate or use the Software Products in a manner which does not comply \nwith the terms and conditions of this License is void and will terminate your rights under this \nLicense. Upon termination of the License, you must immediately destroy all copies of the \nSoftware Products.'), - array('2. Limited Warranty', 'h3'), - array('The Software Products and attached documentation are provided \"as is\", with no warranty, to the \nextent permitted by law.\nNeither Mageia nor its licensors or suppliers will, in any circumstances and to the extent \npermitted by law, be liable for any special, incidental, direct or indirect damages whatsoever \n(including without limitation damages for loss of business, interruption of business, financial \nloss, legal fees and penalties resulting from a court judgment, or any other consequential loss) \narising out of the use or inability to use the Software Products, even if Mageia or its \nlicensors or suppliers have been advised of the possibility or occurrence of such damages.\n\nLIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME COUNTRIES\n\nTo the extent permitted by law, neither Mageia nor its licensors, suppliers or\ndistributors will, in any circumstances, be liable for any special, incidental, direct or indirect \ndamages whatsoever (including without limitation damages for loss of business, interruption of \nbusiness, financial loss, legal fees and penalties resulting from a court judgment, or any \nother consequential loss) arising out of the possession and use of software components or \narising out of downloading software components from one of Mageia sites which are \nprohibited or restricted in some countries by local laws.\nThis limited liability applies to, but is not restricted to, the strong cryptography components \nincluded in the Software Products.\nHowever, because some jurisdictions do not allow the exclusion or limitation or liability for \nconsequential or incidental damages, the above limitation may not apply to you.'), - array('3. The GPL License and Related Licenses', 'h3'), - array('The Software Products consist of components created by different persons or entities.\nMost of these licenses allow you to use, duplicate, adapt or redistribute the components which \nthey cover. Please read carefully the terms and conditions of the license agreement for each component \nbefore using any component. Any question on a component license should be addressed to the component \nlicensor or supplier and not to Mageia.\nThe programs developed by Mageia are governed by the GPL License. Documentation written \nby Mageia is governed by \"%s\" License.', null, 'CC-By-SA'), // "CC-By-SA" http://svnweb.mageia.org/soft/drakx/trunk/perl-install/messages.pm?revision=5942&view=markup - array('4. Intellectual Property Rights', 'h3'), - array('All rights to the components of the Software Products belong to their respective authors and are \nprotected by intellectual property and copyright laws applicable to software programs.\nMageia and its suppliers and licensors reserves their rights to modify or adapt the Software \nProducts, as a whole or in parts, by all means and for all purposes.\n\"Mageia\" and associated logos are trademarks of %s', null, 'Mageia.Org'), // "Mageia.Org" http://svnweb.mageia.org/soft/drakx/trunk/perl-install/messages.pm?revision=5942&view=markup - array('5. Governing Laws', 'h3'), - array('If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this \nportion is excluded from this contract. You remain bound by the other applicable sections of the \nagreement.\nThe terms and conditions of this License are governed by the Laws of France.\nAll disputes on the terms of this license will preferably be settled out of court. As a last \nresort, the dispute will be referred to the appropriate Courts of Law of Paris - France.\nFor any question on this document, please contact Mageia.'), - array('Warning: Free Software may not necessarily be patent free, and some Free\nSoftware included may be covered by patents in your country. For example, the\nMP3 decoders included may require a license for further usage (see\nhttp://www.mp3licensing.com for more details). If you are unsure if a patent\nmay be applicable to you, check your local laws.'), -); -if($locale == 'en') { array_shift($license_strings); } +// Note to translators: _t('Note to translators! PLEASE READ THIS LINE! YOU DON\'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details.') ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> @@ -65,25 +30,23 @@ if($locale == 'en') { array_shift($license_strings); } <section> <?php echo '<div id="preamble">'; - _h('An introduction text ... (summarizing, explaining the core principles, and why this license was chosen).'); - echo '<p>' . sprintf(_t('See also %swiki page about licensing policy</a>.'), - '<a href="https://wiki.mageia.org/en/Licensing_policy">') . '</p></div><br>'; + // _('An introduction text ... (summarizing, explaining the core principles, and why this license was chosen).'); + echo '<p>' . sprintf(_t('You can get more information about our licensing policy %shere</a>.'), + '<a href="https://wiki.mageia.org/en/Licensing_policy">') . '</p>'; + $unofficial_translation = array_shift($prepared_license_strings); + $patents_warning = array_pop($prepared_license_strings); + if($locale != 'en') { echo sprintf('<%s>' . $unofficial_translation[0] . '</%s>' . PHP_EOL, $unofficial_translation[1], $unofficial_translation[1]); } + echo '</div><br>'; + _h('Mageia license', null, 'h2'); - $search = array('\\"', '\n', ' '); - $replace = array('"','<br>', ' '); - foreach($license_strings as $value) { - $license_string = ''; - if(isset($po_file[$value[0]]["msgstr"][0])) { - $license_string = $po_file[$value[0]]["msgstr"][0]; - } - if($license_string == '') { - $license_string = $value[0]; - } - $license_string = str_replace('%s', (isset($value[2]) ? $value[2] : ''), $license_string); - echo '<' . (isset($value[1]) ? $value[1] : 'p') . '>' . str_replace($search, $replace, $license_string) . '</' . (isset($value[1]) ? $value[1] : 'p') . '>'; + foreach($prepared_license_strings as $string) { + echo sprintf('<%s>' . $string[0] . '</%s>' . PHP_EOL, $string[1], $string[1]); } - ?> + _h('Warning about patents', null, 'h2'); + $patents = str_replace('http://www.mp3licensing.com', '<a href="http://www.mp3licensing.com">www.mp3licensing.com</a>', $patents_warning[0]); + echo '<p>' . $patents . '</p>' . PHP_EOL; + ?> </section> </div> </div> diff --git a/en/about/license/license.php b/en/about/license/license.php new file mode 100644 index 000000000..720a0ebdc --- /dev/null +++ b/en/about/license/license.php @@ -0,0 +1,57 @@ +<?php +function read_license_from_vcs($locale) { + $license_strings = array( + array('_: You can warn about unofficial translation here'), + array('The operating system and the different components available in the Mageia distribution \nshall be called the \"Software Products\" hereafter. The Software Products include, but are not \nrestricted to, the set of programs, methods, rules and documentation related to the operating \nsystem and the different components of the Mageia distribution, and any applications \ndistributed with these products provided by Mageia\'s licensors or suppliers.'), + array('1. License Agreement', 'h3'), + array('Please read this document carefully. This document is a license agreement between you and \nMageia which applies to the Software Products.\nBy installing, duplicating or using any of the Software Products in any manner, you explicitly \naccept and fully agree to conform to the terms and conditions of this License. \nIf you disagree with any portion of the License, you are not allowed to install, duplicate or use \nthe Software Products. \nAny attempt to install, duplicate or use the Software Products in a manner which does not comply \nwith the terms and conditions of this License is void and will terminate your rights under this \nLicense. Upon termination of the License, you must immediately destroy all copies of the \nSoftware Products.'), + array('2. Limited Warranty', 'h3'), + array('The Software Products and attached documentation are provided \"as is\", with no warranty, to the \nextent permitted by law.\nNeither Mageia nor its licensors or suppliers will, in any circumstances and to the extent \npermitted by law, be liable for any special, incidental, direct or indirect damages whatsoever \n(including without limitation damages for loss of business, interruption of business, financial \nloss, legal fees and penalties resulting from a court judgment, or any other consequential loss) \narising out of the use or inability to use the Software Products, even if Mageia or its \nlicensors or suppliers have been advised of the possibility or occurrence of such damages.\n\nLIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME COUNTRIES\n\nTo the extent permitted by law, neither Mageia nor its licensors, suppliers or\ndistributors will, in any circumstances, be liable for any special, incidental, direct or indirect \ndamages whatsoever (including without limitation damages for loss of business, interruption of \nbusiness, financial loss, legal fees and penalties resulting from a court judgment, or any \nother consequential loss) arising out of the possession and use of software components or \narising out of downloading software components from one of Mageia sites which are \nprohibited or restricted in some countries by local laws.\nThis limited liability applies to, but is not restricted to, the strong cryptography components \nincluded in the Software Products.\nHowever, because some jurisdictions do not allow the exclusion or limitation or liability for \nconsequential or incidental damages, the above limitation may not apply to you.'), + array('3. The GPL License and Related Licenses', 'h3'), + array('The Software Products consist of components created by different persons or entities.\nMost of these licenses allow you to use, duplicate, adapt or redistribute the components which \nthey cover. Please read carefully the terms and conditions of the license agreement for each component \nbefore using any component. Any question on a component license should be addressed to the component \nlicensor or supplier and not to Mageia.\nThe programs developed by Mageia are governed by the GPL License. Documentation written \nby Mageia is governed by \"%s\" License.', null, 'CC-By-SA'), // "CC-By-SA" http://svnweb.mageia.org/soft/drakx/trunk/perl-install/messages.pm?revision=5942&view=markup + array('4. Intellectual Property Rights', 'h3'), + array('All rights to the components of the Software Products belong to their respective authors and are \nprotected by intellectual property and copyright laws applicable to software programs.\nMageia and its suppliers and licensors reserves their rights to modify or adapt the Software \nProducts, as a whole or in parts, by all means and for all purposes.\n\"Mageia\" and associated logos are trademarks of %s', null, 'Mageia.Org'), // "Mageia.Org" http://svnweb.mageia.org/soft/drakx/trunk/perl-install/messages.pm?revision=5942&view=markup + array('5. Governing Laws', 'h3'), + array('If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this \nportion is excluded from this contract. You remain bound by the other applicable sections of the \nagreement.\nThe terms and conditions of this License are governed by the Laws of France.\nAll disputes on the terms of this license will preferably be settled out of court. As a last \nresort, the dispute will be referred to the appropriate Courts of Law of Paris - France.\nFor any question on this document, please contact Mageia.'), + array('Warning: Free Software may not necessarily be patent free, and some Free\nSoftware included may be covered by patents in your country. For example, the\nMP3 decoders included may require a license for further usage (see\nhttp://www.mp3licensing.com for more details). If you are unsure if a patent\nmay be applicable to you, check your local laws.'), + ); + + require_once('php-mo.php'); + + if($locale == 'en') { + $po_locale = 'libDrakX.pot'; + } else { + preg_match("/(..)(-)(..)/", $locale, $parsed_locale); + if(isset($parsed_locale[3])) { // create pt_BR.po from pt-br and alike + $po_locale = $parsed_locale[1] . '_' . strtoupper($parsed_locale[3]) . '.po'; + } else { + $po_locale = $locale . '.po'; + } + } + $po_files_path = "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/"; + $po_files_end = "?view=co"; + + $po_file = phpmo_parse_po_file($po_files_path . $po_locale . $po_files_end); + if($po_file === false) { + $po_file = phpmo_parse_po_file($po_files_path . "libDrakX.pot" . $po_files_end); + } + + $num_of_untranslated_sentences = 0; + $num_of_sentences_for_translation = 0; + $search = array('\\"', '\n', ' '); + $replace = array('"','<br>', ' '); + foreach($license_strings as $value) { + str_replace(array(".", "_"), array(".", "_"), $value[0], $count); + $num_of_sentences_for_translation += $count; + if(!empty($po_file[$value[0]]["msgstr"][0]) && $po_file[$value[0]]["msgstr"][0] != $value[0]) { + $license_string = $po_file[$value[0]]["msgstr"][0]; + } else { + $num_of_untranslated_sentences += $count; + $license_string = $value[0]; + } + $license_string = str_replace('%s', (isset($value[2]) ? $value[2] : ''), $license_string); + $prepared_license_strings[] = array(str_replace($search, $replace, $license_string), (isset($value[1]) ? $value[1] : 'p'), 'untran' => $num_of_untranslated_sentences, 'all' => $num_of_sentences_for_translation); + } + + return $prepared_license_strings; +} diff --git a/en/about/license/php-mo.php b/en/about/license/php-mo.php index 6e2159a25..470ce80e8 100644 --- a/en/about/license/php-mo.php +++ b/en/about/license/php-mo.php @@ -1,6 +1,9 @@ <?php /** - * php.mo 0.1 by Joss Crowcroft (http://www.josscrowcroft.com) + * based on php.mo 0.1 by Joss Crowcroft (http://www.josscrowcroft.com) + * added case for commented unused string + * fixed "fuzzy flag first line" bug which didn't saved previous proper string at all + * removed unedeed phpmo_convert and phpmo_write_mo_file * * Converts gettext translation '.po' files to binary '.mo' files in PHP. * @@ -22,22 +25,6 @@ * License: GPL v3 http://www.opensource.org/licenses/gpl-3.0.html */ -/** - * The main .po to .mo function - */ -function phpmo_convert($input, $output = false) { - if ( !$output ) - $output = str_replace( '.po', '.mo', $input ); - - $hash = phpmo_parse_po_file( $input ); - if ( $hash === false ) { - return false; - } else { - phpmo_write_mo_file( $hash, $output ); - return true; - } -} - function phpmo_clean_helper($x) { if (is_array($x)) { foreach ($x as $k => $v) { @@ -164,70 +151,4 @@ function phpmo_parse_po_file($in) { return $hash; } -/* Write a GNU gettext style machine object. */ -/* @link http://www.gnu.org/software/gettext/manual/gettext.html#MO-Files */ -function phpmo_write_mo_file($hash, $out) { - // sort by msgid - ksort($hash, SORT_STRING); - // our mo file data - $mo = ''; - // header data - $offsets = array (); - $ids = ''; - $strings = ''; - - foreach ($hash as $entry) { - $id = $entry['msgid']; - if (isset ($entry['msgid_plural'])) - $id .= "\x00" . $entry['msgid_plural']; - // context is merged into id, separated by EOT (\x04) - if (array_key_exists('msgctxt', $entry)) - $id = $entry['msgctxt'] . "\x04" . $id; - // plural msgstrs are NUL-separated - $str = implode("\x00", $entry['msgstr']); - // keep track of offsets - $offsets[] = array ( - strlen($ids - ), strlen($id), strlen($strings), strlen($str)); - // plural msgids are not stored (?) - $ids .= $id . "\x00"; - $strings .= $str . "\x00"; - } - - // keys start after the header (7 words) + index tables ($#hash * 4 words) - $key_start = 7 * 4 + sizeof($hash) * 4 * 4; - // values start right after the keys - $value_start = $key_start +strlen($ids); - // first all key offsets, then all value offsets - $key_offsets = array (); - $value_offsets = array (); - // calculate - foreach ($offsets as $v) { - list ($o1, $l1, $o2, $l2) = $v; - $key_offsets[] = $l1; - $key_offsets[] = $o1 + $key_start; - $value_offsets[] = $l2; - $value_offsets[] = $o2 + $value_start; - } - $offsets = array_merge($key_offsets, $value_offsets); - - // write header - $mo .= pack('Iiiiiii', 0x950412de, // magic number - 0, // version - sizeof($hash), // number of entries in the catalog - 7 * 4, // key index offset - 7 * 4 + sizeof($hash) * 8, // value index offset, - 0, // hashtable size (unused, thus 0) - $key_start // hashtable offset - ); - // offsets - foreach ($offsets as $offset) - $mo .= pack('i', $offset); - // ids - $mo .= $ids; - // strings - $mo .= $strings; - - file_put_contents($out, $mo); -} ?>
\ No newline at end of file diff --git a/en/community/index.php b/en/community/index.php index 3f0bb5b20..a79ff48e4 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -38,7 +38,7 @@ include '../../lib/news.php'; <li><a href="http://ml.mageia.org/"><?php _e('Mailing-lists');?></a></li> <li><a href="<?php _e('http://wiki.mageia.org/')?>">Wiki</a></li> <li><a href="https://bugs.mageia.org/">Bugzilla</a></li> - <li><a href="http://people.mageia.org/">People</a></li> + <li><a href="http://people.mageia.org/"><?php _e('People');?></a></li> </ul> </header> <div class="para" style="width: 400px;"> diff --git a/en/contribute/index.php b/en/contribute/index.php index 43660bcc5..c0c62c061 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -35,7 +35,7 @@ _lang_load($locale, 'contribute'); <li> <h3><?php _e('A few minutes')?></h3> <ul class="contrib-act"> - <li><?php _e('Stop by the <a href="http://forums.mageia.org/">forums</a> support section and check if you can answer a question.')?></li> + <li><?php _e('Stop by the <a href="https://forums.mageia.org/">forums</a> support section and check if you can answer a question.')?></li> <li><?php _e('Talk about the project to people around you, on your blog, your Twitter account, at your work place.')?></li> <li><?php _e('If you encounter a bug you can reproduce consistently, <a href="http://bugs.mageia.org/">submit a bug report</a>.')?></li> <li><?php _e('Make a <a href="../donate/">donation</a>!')?></li> @@ -64,7 +64,7 @@ _lang_load($locale, 'contribute'); <ul id="contrib-roles" class="contrib-list"> <li id="support"> <h3><?php _e('Helping users & advocating the project')?></h3> - <p><?php _e('Want to welcome and help new users or share tips with experienced ones? In <a href="https://wiki.mageia.org/en/IRC">IRC channels</a>, <a href="http://forums.mageia.org/">forums</a>, <a href="https://wiki.mageia.org/en/Mailing_lists">mailing-lists</a>, local events? Just get in touch with us via one of these channels and share the fun!')?></p> + <p><?php _e('Want to welcome and help new users or share tips with experienced ones? In <a href="https://wiki.mageia.org/en/IRC">IRC channels</a>, <a href="https://forums.mageia.org/">forums</a>, <a href="https://wiki.mageia.org/en/Mailing_lists">mailing-lists</a>, local events? Just get in touch with us via one of these channels and share the fun!')?></p> </li> <li id="docu"> <h3><a href="https://wiki.mageia.org/en/Documentation_team"><?php _e('Writing, copywriting and documenting')?></a></h3> diff --git a/en/map/index.php b/en/map/index.php index 547fed828..3918f4049 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -30,6 +30,7 @@ $map = array( array('t' => _t('Reports'), 'l' => '/{L}/about/reports/') ) ), + array('t' => _t('License'), 'l' => '/{L}/about/license/'), array('t' => _t('Timeline'), 'l' => '/{L}/timeline/'), array('t' => _t('Financial Infos'), 'l' => '//treasurer.mageia.org/'), ) @@ -70,7 +71,6 @@ $map = array( array('t' => 'Wiki', 'l' => 'https://wiki.mageia.org/'), array('t' => 'Bugzilla', 'l' => 'https://bugs.mageia.org/'), array('t' => 'People', 'l' => 'http://people.mageia.org/'), - ) ), 'contribute' => array( @@ -97,7 +97,6 @@ $t_li3 = '<li><a href="%s">%s</a></li> '; $sMap = '<ul id="map">'; foreach ($map as $k => $v) { - $l = ''; foreach ($v['i'] as $w) { $sub = null; diff --git a/langs/cs/about/license.cs.lang b/langs/cs/about/license.cs.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/cs/about/license.cs.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/de/about/license.de.lang b/langs/de/about/license.de.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/de/about/license.de.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/diff.php b/langs/diff.php index 518dc211a..462b72a4c 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -31,6 +31,12 @@ if($source_file =='en/about/constitution.en.lang') { $constitution = false; } +if($source_file =='en/about/license.en.lang') { + $license = true; +} else { + $license = false; +} + $source_file = realpath($source_file); $target_file = realpath($target_file); @@ -48,12 +54,21 @@ $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>. Please read <a href="https://wiki.mageia.org/en/Internationalisation_Team_%28i18n%29#Special_cases_of_web_pages">page on wiki for more information</a> about that.</p>'; + $s .= '<p>You can find it in <a href="http://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>. '; +} + +if($constitution || $license) { + $s .= 'Please read <a href="https://wiki.mageia.org/en/Internationalisation_Team_%28i18n%29#Special_cases_of_web_pages">page on wiki for more information</a> about that.</p>'; } -foreach (array('missing', 'notrans', 'extra') as $type) { +foreach (array('missing' => 'missing strings', 'notrans' => 'untranslated strings', 'extra' => 'unused (old) strings') as $type => $name) { if (count($diff[$type]) > 0) { - $s .= sprintf('<h2>%d %s:</h2>', count($diff[$type]), $type); + $s .= sprintf('<h2>%d %s:</h2>', count($diff[$type]), $name); $s .= '<pre>'; foreach ($diff[$type] as $l) $s .= sprintf(";%s\n\n", htmlspecialchars($l)); diff --git a/langs/el/about/license.el.lang b/langs/el/about/license.el.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/el/about/license.el.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/en/about/license.en.lang b/langs/en/about/license.en.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/en/about/license.en.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/en/community.en.lang b/langs/en/community.en.lang index 910212e0f..c5955d289 100644 --- a/langs/en/community.en.lang +++ b/langs/en/community.en.lang @@ -1,4 +1,4 @@ -# Generated by extract2lang.php on 2013-05-25T18:57:29+02:00 +# Generated by extract2lang.php on 2013-07-14T17:49:03+00:00 # Domain community # include translation strings from: # en/community/index.php @@ -68,186 +68,191 @@ Mailing-lists http://wiki.mageia.org/ -# en/community/index.php +45 +# en/community/index.php +41 +;People +People + + +# en/community/index.php +46 ;News News -# en/community/index.php +65 +# en/community/index.php +66 ;How to contribute? How to contribute? -# en/community/index.php +67 +# en/community/index.php +68 ;Start here Start here -# en/community/index.php +68 +# en/community/index.php +69 ;and meet us on <a href="http://wiki.mageia.org/en/IRC">IRC</a>. and meet us on <a href="http://wiki.mageia.org/en/IRC">IRC</a>. -# en/community/index.php +69 +# en/community/index.php +70 ;You can also <a href="../donate/">support financially</a> the project! You can also <a href="../donate/">support financially</a> the project! -# en/community/index.php +72 +# en/community/index.php +73 ;Toolbox Toolbox -# en/community/index.php +74 +# en/community/index.php +75 ;Wiki</a> ← collaborative documentation Wiki</a> ← collaborative documentation -# en/community/index.php +75 +# en/community/index.php +76 ;Bugzilla</a> ← to report bugs Bugzilla</a> ← to report bugs -# en/community/index.php +78 +# en/community/index.php +79 ;Mageia Applications Database Mageia Applications Database -# en/community/index.php +81 +# en/community/index.php +82 ;For developers & packagers For developers & packagers -# en/community/index.php +83 +# en/community/index.php +84 ;Subversion Subversion -# en/community/index.php +84 +# en/community/index.php +85 ;Git</a> code repositories Git</a> code repositories -# en/community/index.php +85 +# en/community/index.php +86 ;Packages submission queue Packages submission queue -# en/community/index.php +86 +# en/community/index.php +87 ;unmaintained packages unmaintained packages -# en/community/index.php +87 +# en/community/index.php +88 ;Global QA report Global QA report -# en/community/index.php +91 +# en/community/index.php +92 ;Conversations Conversations -# en/community/index.php +92 +# en/community/index.php +93 ;... or, how to get in touch with us? Easy: ... or, how to get in touch with us? Easy: -# en/community/index.php +94 +# en/community/index.php +95 ;IRC</a> on Freenode IRC</a> on Freenode -# en/community/index.php +98 +# en/community/index.php +99 ;in real life! in real life! -# en/community/index.php +99 +# en/community/index.php +100 ;during events! during events! -# en/community/index.php +102 +# en/community/index.php +103 ;Teams you can join! Teams you can join! -# en/community/index.php +104 +# en/community/index.php +105 ;Atelier Atelier -# en/community/index.php +105 +# en/community/index.php +106 ;Documentation Documentation -# en/community/index.php +106 +# en/community/index.php +107 ;Packaging Packaging -# en/community/index.php +107 +# en/community/index.php +108 ;Testing & <abbr title="Quality Assurance">QA</abbr> Testing & <abbr title="Quality Assurance">QA</abbr> -# en/community/index.php +108 +# en/community/index.php +109 ;Translation Translation -# en/community/index.php +109 +# en/community/index.php +110 ;Systems & infrastructure administration Systems & infrastructure administration -# en/community/index.php +110 +# en/community/index.php +111 ;Bugs triaging Bugs triaging -# en/community/index.php +122 +# en/community/index.php +123 ;Mageia Mageia -# en/community/index.php +124 +# en/community/index.php +125 ;More about Mageia More about Mageia -# en/community/index.php +125 +# en/community/index.php +126 ;Our <a href="../about/code-of-conduct/">code of conduct</a> and <a href="../about/values/">values</a> Our <a href="../about/code-of-conduct/">code of conduct</a> and <a href="../about/values/">values</a> -# en/community/index.php +126 +# en/community/index.php +127 ;Our governance model</a> and structure: Our governance model</a> and structure: -# en/community/index.php +128 +# en/community/index.php +129 ;Teams Teams -# en/community/index.php +129 +# en/community/index.php +130 ;the Council the Council -# en/community/index.php +130 +# en/community/index.php +131 ;the Board the Board -# en/community/index.php +132 +# en/community/index.php +133 ;<a href="../donate/">Donations</a> & <a href="../about/reports/">reports</a>. <a href="../donate/">Donations</a> & <a href="../about/reports/">reports</a>. -# en/community/index.php +136 +# en/community/index.php +137 ;This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>! This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>! diff --git a/langs/en/map.en.lang b/langs/en/map.en.lang index 3afa0bb5e..901128bcf 100644 --- a/langs/en/map.en.lang +++ b/langs/en/map.en.lang @@ -1,4 +1,4 @@ -# Generated by extract2lang.php on 2013-07-14T07:29:40+02:00 +# Generated by extract2lang.php on 2013-07-14T18:02:24+00:00 # Domain map # include translation strings from: # en/map/index.php @@ -79,121 +79,126 @@ Reports # en/map/index.php +33 +;License +License + + +# en/map/index.php +34 ;Timeline Timeline -# en/map/index.php +34 +# en/map/index.php +35 ;Financial Infos Financial Infos -# en/map/index.php +38 +# en/map/index.php +39 ;Downloads Downloads -# en/map/index.php +41 +# en/map/index.php +42 ;3 (May 2013) 3 (May 2013) -# en/map/index.php +42 +# en/map/index.php +43 ;2 (May 2012) 2 (May 2012) -# en/map/index.php +43 +# en/map/index.php +44 ;1 (June 2011) 1 (June 2011) -# en/map/index.php +44 +# en/map/index.php +45 ;Download mirrors Download mirrors -# en/map/index.php +48 +# en/map/index.php +49 ;Support Support -# en/map/index.php +51 +# en/map/index.php +52 ;Software updates Software updates -# en/map/index.php +52 +# en/map/index.php +53 ;Product lifecycle Product lifecycle -# en/map/index.php +53 +# en/map/index.php +54 ;Official Documentation Official Documentation -# en/map/index.php +54 +# en/map/index.php +55 ;Community support Community support -# en/map/index.php +55 +# en/map/index.php +56 ;Professional support Professional support -# en/map/index.php +56 +# en/map/index.php +57 ;Compatible hardware Compatible hardware -# en/map/index.php +57 +# en/map/index.php +58 ;FAQ FAQ -# en/map/index.php +61 +# en/map/index.php +62 ;Community Community -# en/map/index.php +64 +# en/map/index.php +65 ;Planet Planet -# en/map/index.php +64 +# en/map/index.php +65 ;http://planet.mageia.org/en/ http://planet.mageia.org/en/ -# en/map/index.php +65 +# en/map/index.php +66 ;Blog Blog -# en/map/index.php +65 +# en/map/index.php +66 ;http://blog.mageia.org/en/ http://blog.mageia.org/en/ -# en/map/index.php +66 +# en/map/index.php +67 ;Calendar Calendar -# en/map/index.php +67 +# en/map/index.php +68 ;Mailing-lists Mailing-lists -# en/map/index.php +69 +# en/map/index.php +70 ;Forums Forums -# en/map/index.php +69 +# en/map/index.php +70 ;https://forums.mageia.org/ https://forums.mageia.org/ @@ -233,21 +238,21 @@ Your Mageia id Privacy policy -# en/map/index.php +124 +# en/map/index.php +123 ;Mageia.org site map Mageia.org site map -# en/map/index.php +125 +# en/map/index.php +124 ;mageia, web site, map, sitemap mageia, web site, map, sitemap -# en/map/index.php +133 +# en/map/index.php +132 ;Site Map Site Map -# en/map/index.php +140 +# en/map/index.php +139 ;You still can not find what you were looking for? Try searching mageia.org: You still can not find what you were looking for? Try searching mageia.org: diff --git a/langs/eo/about/license.eo.lang b/langs/eo/about/license.eo.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/eo/about/license.eo.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/es/about/license.es.lang b/langs/es/about/license.es.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/es/about/license.es.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/et/about/license.et.lang b/langs/et/about/license.et.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/et/about/license.et.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/fi/about/license.fi.lang b/langs/fi/about/license.fi.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/fi/about/license.fi.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/fr/about/license.fr.lang b/langs/fr/about/license.fr.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/fr/about/license.fr.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/id/about/license.id.lang b/langs/id/about/license.id.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/id/about/license.id.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/it/about/license.it.lang b/langs/it/about/license.it.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/it/about/license.it.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/lv/about/license.lv.lang b/langs/lv/about/license.lv.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/lv/about/license.lv.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/nb/about/license.nb.lang b/langs/nb/about/license.nb.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/nb/about/license.nb.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/nl/about/license.nl.lang b/langs/nl/about/license.nl.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/nl/about/license.nl.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/pl/about/license.pl.lang b/langs/pl/about/license.pl.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/pl/about/license.pl.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/pt-br/about/license.pt-br.lang b/langs/pt-br/about/license.pt-br.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/pt-br/about/license.pt-br.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/pt/about/license.pt.lang b/langs/pt/about/license.pt.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/pt/about/license.pt.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/report.php b/langs/report.php index 3675e126b..5be405cf4 100644 --- a/langs/report.php +++ b/langs/report.php @@ -113,9 +113,15 @@ } $test['a'] += $strings_en_constitution; // add aproximate number of strings from constitution to translate if(!is_readable($dest_constitution) || $l == 'en') { - $num_of_untranslated_strings += $strings_en_constitution; // add constitution strings as not translated + $num_of_untranslated_strings += $strings_en_constitution; // add all constitution strings } } + if ($link == 'about/license') { + require_once('../en/about/license/license.php'); + $license_numbers = array_pop(read_license_from_vcs($l)); + $test['a'] += $license_numbers["all"]; // add aproximate number of untranslated sentences from license + $num_of_untranslated_strings += $license_numbers["untran"]; // add number of all license sentences + } if ($nav) { $mga = array(); diff --git a/langs/ro/about/license.ro.lang b/langs/ro/about/license.ro.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/ro/about/license.ro.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/ru/about/license.ru.lang b/langs/ru/about/license.ru.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/ru/about/license.ru.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/sl/about/license.sl.lang b/langs/sl/about/license.sl.lang new file mode 100644 index 000000000..0a30d76a0 --- /dev/null +++ b/langs/sl/about/license.sl.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. {ok} + + +# en/about/license/index.php +17 +;Mageia license +Licenčna pogodba Mageia + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +Več informacij o licenčni politiki je %stukaj</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Opozorilo o patentih diff --git a/langs/sl/community.sl.lang b/langs/sl/community.sl.lang index 5a8349ede..fb770e2e7 100644 --- a/langs/sl/community.sl.lang +++ b/langs/sl/community.sl.lang @@ -1,4 +1,4 @@ -# Generated by extract2lang.php on 2013-05-25T18:57:29+02:00 +# Generated by extract2lang.php on 2013-07-14T17:49:03+00:00 # Domain community # include translation strings from: # en/community/index.php @@ -68,186 +68,191 @@ Dopisni seznami http://wiki.mageia.org/ {ok} -# en/community/index.php +45 +# en/community/index.php +41 +;People +Ljudje + + +# en/community/index.php +46 ;News Novice -# en/community/index.php +65 +# en/community/index.php +66 ;How to contribute? Kako sodelovati? -# en/community/index.php +67 +# en/community/index.php +68 ;Start here Pričnite tule -# en/community/index.php +68 +# en/community/index.php +69 ;and meet us on <a href="http://wiki.mageia.org/en/IRC">IRC</a>. in se pogovorite z nami na <a href="http://wiki.mageia.org/en/IRC">IRC</a>-u. -# en/community/index.php +69 +# en/community/index.php +70 ;You can also <a href="../donate/">support financially</a> the project! Projekt lahko <a href="../donate/">podprete tudi finančno</a>! -# en/community/index.php +72 +# en/community/index.php +73 ;Toolbox Orodja skupnosti -# en/community/index.php +74 +# en/community/index.php +75 ;Wiki</a> ← collaborative documentation Wiki</a> ← soustvarjena dokumentacija -# en/community/index.php +75 +# en/community/index.php +76 ;Bugzilla</a> ← to report bugs Bugzilla</a> ← za poročanje hroščev -# en/community/index.php +78 +# en/community/index.php +79 ;Mageia Applications Database Podatkovna zbirka programov Mageia -# en/community/index.php +81 +# en/community/index.php +82 ;For developers & packagers Za razvijalce in pripravljalce paketov -# en/community/index.php +83 +# en/community/index.php +84 ;Subversion Subversion {ok} -# en/community/index.php +84 +# en/community/index.php +85 ;Git</a> code repositories Git</a> kot skladišči izvorne kode -# en/community/index.php +85 +# en/community/index.php +86 ;Packages submission queue Seznam poslanih paketov za prevajanje -# en/community/index.php +86 +# en/community/index.php +87 ;unmaintained packages paketi brez vzdrževanja -# en/community/index.php +87 +# en/community/index.php +88 ;Global QA report globalno poročilo nadzora kakovosti -# en/community/index.php +91 +# en/community/index.php +92 ;Conversations Komunikacije -# en/community/index.php +92 +# en/community/index.php +93 ;... or, how to get in touch with us? Easy: ... ali kako z nami priti v stik? Preprosto: -# en/community/index.php +94 +# en/community/index.php +95 ;IRC</a> on Freenode IRC</a> na strežniku Freenode -# en/community/index.php +98 +# en/community/index.php +99 ;in real life! v resnici! -# en/community/index.php +99 +# en/community/index.php +100 ;during events! na prireditvah! -# en/community/index.php +102 +# en/community/index.php +103 ;Teams you can join! Ekipe, ki se jim lahko pridružite! -# en/community/index.php +104 +# en/community/index.php +105 ;Atelier Atelje -# en/community/index.php +105 +# en/community/index.php +106 ;Documentation Dokumentiranje -# en/community/index.php +106 +# en/community/index.php +107 ;Packaging Priprava paketov -# en/community/index.php +107 +# en/community/index.php +108 ;Testing & <abbr title="Quality Assurance">QA</abbr> Testiranje in nadzor kakovosti (<abbr title="Quality Assurance">QA</abbr>) -# en/community/index.php +108 +# en/community/index.php +109 ;Translation Prevajanje -# en/community/index.php +109 +# en/community/index.php +110 ;Systems & infrastructure administration Administracija sistemov in informacijske infrastrukture -# en/community/index.php +110 +# en/community/index.php +111 ;Bugs triaging Razvrščanje hroščev (trijaža) -# en/community/index.php +122 +# en/community/index.php +123 ;Mageia Mageia {ok} -# en/community/index.php +124 +# en/community/index.php +125 ;More about Mageia Več o Mageji -# en/community/index.php +125 +# en/community/index.php +126 ;Our <a href="../about/code-of-conduct/">code of conduct</a> and <a href="../about/values/">values</a> Naš <a href="../about/code-of-conduct/">kodeks ravnanja</a> in <a href="../about/values/">vrednote</a> -# en/community/index.php +126 +# en/community/index.php +127 ;Our governance model</a> and structure: Naš model upravljanja</a> in struktura: -# en/community/index.php +128 +# en/community/index.php +129 ;Teams Ekipe -# en/community/index.php +129 +# en/community/index.php +130 ;the Council Svet -# en/community/index.php +130 +# en/community/index.php +131 ;the Board Odbor -# en/community/index.php +132 +# en/community/index.php +133 ;<a href="../donate/">Donations</a> & <a href="../about/reports/">reports</a>. <a href="../donate/">Donacije</a> in <a href="../about/reports/">poročila</a>. -# en/community/index.php +136 +# en/community/index.php +137 ;This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>! Ta spletna stran vas potrebuje! <a href="https://wiki.mageia.org/en/Web_team">Pridružite se ekipi za splet (Atelje)</a>! diff --git a/langs/sl/map.sl.lang b/langs/sl/map.sl.lang index 2e984d427..f2d2cb2ab 100644 --- a/langs/sl/map.sl.lang +++ b/langs/sl/map.sl.lang @@ -1,5 +1,7 @@ -# Generated by extract2lang.php on 2013-05-22T07:38:44+02:00 -# Domain map_ +# Generated by extract2lang.php on 2013-07-14T18:02:24+00:00 +# Domain map +# include translation strings from: +# en/map/index.php # en/map/index.php +9 ;About Mageia @@ -77,151 +79,161 @@ Poročila # en/map/index.php +33 +;License +Licenčna pogodba + + +# en/map/index.php +34 ;Timeline Časovnica -# en/map/index.php +37 +# en/map/index.php +35 +;Financial Infos +Finančne informacije + + +# en/map/index.php +39 ;Downloads Prenosi -# en/map/index.php +40 +# en/map/index.php +42 ;3 (May 2013) 3 (maj 2013) -# en/map/index.php +41 +# en/map/index.php +43 ;2 (May 2012) 2 (maj 2012) -# en/map/index.php +42 +# en/map/index.php +44 ;1 (June 2011) 1 (junij 2011) -# en/map/index.php +43 +# en/map/index.php +45 ;Download mirrors Zrcalni strežniki za prenose -# en/map/index.php +47 +# en/map/index.php +49 ;Support Podpora -# en/map/index.php +50 +# en/map/index.php +52 ;Software updates Posodobitve programske opreme -# en/map/index.php +51 +# en/map/index.php +53 ;Product lifecycle Čas podpore izdelka -# en/map/index.php +52 +# en/map/index.php +54 ;Official Documentation Uradna dokumentacija -# en/map/index.php +53 +# en/map/index.php +55 ;Community support Podpora skupnosti -# en/map/index.php +54 +# en/map/index.php +56 ;Professional support Strokovna podpora -# en/map/index.php +55 +# en/map/index.php +57 ;Compatible hardware Združljiva strojna oprema -# en/map/index.php +56 +# en/map/index.php +58 ;FAQ Pogosta vprašanja -# en/map/index.php +60 +# en/map/index.php +62 ;Community Skupnost -# en/map/index.php +63 +# en/map/index.php +65 ;Planet Planet novic -# en/map/index.php +63 +# en/map/index.php +65 ;http://planet.mageia.org/en/ http://planet.mageia.org/en/ {ok} -# en/map/index.php +64 +# en/map/index.php +66 ;Blog Blog {ok} -# en/map/index.php +64 +# en/map/index.php +66 ;http://blog.mageia.org/en/ http://blog.mageia.org/en/ {ok} -# en/map/index.php +65 +# en/map/index.php +67 ;Calendar Koledar -# en/map/index.php +66 +# en/map/index.php +68 ;Mailing-lists Poštni seznami -# en/map/index.php +69 +# en/map/index.php +70 ;Forums Forumi -# en/map/index.php +69 -;http://forums.mageia.org/ -http://forums.mageia.org/ {ok} +# en/map/index.php +70 +;https://forums.mageia.org/ +https://forums.mageia.org/ {ok} -# en/map/index.php +76 +# en/map/index.php +77 ;Contribute Sodelujte -# en/map/index.php +79 +# en/map/index.php +80 ;Why contribute? Zakaj sodelovati? -# en/map/index.php +80 +# en/map/index.php +81 ;How to contribute? Kako sodelovati? -# en/map/index.php +81 +# en/map/index.php +82 ;Donate Prispevajte -# en/map/index.php +85 +# en/map/index.php +86 ;About you O vas -# en/map/index.php +88 +# en/map/index.php +89 ;Your Mageia id Registracija in upravljanje vaše prijave (Mageia id). -# en/map/index.php +89 +# en/map/index.php +90 ;Privacy policy Politika zasebnosti diff --git a/langs/tr/about/license.tr.lang b/langs/tr/about/license.tr.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/tr/about/license.tr.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/uk/about/license.uk.lang b/langs/uk/about/license.uk.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/uk/about/license.uk.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/ur/about/license.ur.lang b/langs/ur/about/license.ur.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/ur/about/license.ur.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/zh-cn/about/license.zh-cn.lang b/langs/zh-cn/about/license.zh-cn.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/zh-cn/about/license.zh-cn.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents diff --git a/langs/zh-tw/about/license.zh-tw.lang b/langs/zh-tw/about/license.zh-tw.lang new file mode 100644 index 000000000..1cbe7a580 --- /dev/null +++ b/langs/zh-tw/about/license.zh-tw.lang @@ -0,0 +1,23 @@ +# Generated by extract2lang.php on 2013-07-14T12:30:06+00:00 +# Domain about/license +# include translation strings from: +# en/about/license/index.php + +# en/about/license/index.php +11 +;Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. +Note to translators! PLEASE READ THIS LINE! YOU DON'T NEED TO TRANSLATE IT! Please translate license in file "http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/" first. Check wiki for details. + + +# en/about/license/index.php +17 +;Mageia license +Mageia license + + +# en/about/license/index.php +34 +;You can get more information about our licensing policy %shere</a>. +You can get more information about our licensing policy %shere</a>. + + +# en/about/license/index.php +46 +;Warning about patents +Warning about patents |