User talk:Multichill
Hi Multichill. Welcome to translatewiki.net!
You can now start translating.
You should also check the portal for your language, the link is in the sidebar. Other useful pages are linked in the menu next to this message.
Your translations are transferred to the standard product every few days or every few weeks, depending on the product. Please notice that it may take longer before you see your translation in the actual product.
We wish you a productive and pleasant stay. Please leave any questions on Support (the link is also available on any page, in the navigation sidebar). Cheers!
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
ContentTranslation | 1 | 14:36, 23 May 2015 |
User:Multichill/stats2 | 1 | 08:26, 11 July 2011 |
Bot edit request | 2 | 12:26, 26 April 2010 |
scrollback in 'screen' | 0 | 00:21, 5 February 2010 |
Hi!
Can you please help complete the translation of the ContentTranslation extension? We are planning to deploy it to the Dutch Wikipedia in the coming weeks. I'd love it to be fully translated from the first day of the deployment :)
Thank you very much!
"Er is niets om te vertalen" (nothing left to translate). It's Dutch, that's always (near) 100% :-)
Hallo, ik vroeg me af hoe je de statistieken op User:Multichill/stats2 hebt gegenereerd.
Hoi Robin,
Ik doe dit met een simpel php scriptje
<?php include("WikimediaLicenseTexts.i18n.php"); $result = array(); foreach ($messages as $lang => $texts) { foreach ($texts as $title => $contents) { //print $title; $result[$title]++; } } print "{| class=\"sortable\" \n"; print "! message !! number of translations\n"; foreach ($result as $message => $count) { print "|-\n"; print "| [[Special:Translations/MediaWiki:" . $message . "|" . $message . "]]" . " || " . $count . "\n"; } //var_dump($result); /* $total = count($messages['en']); ?> Stats on ~~~ {| class="sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;" width="100%" |- !{{int:translate-gs-code}} !{{int:translate-page-language}} !Wikimedia License Texts <? foreach ($messages as $lang => $texts) { print "|-\n"; print "|[http://translatewiki.net/w/i.php?title=Special:Translate&group=ext-wikimedialicensetexts&language=" . $lang . " " . $lang . "]\n"; print "|{{#languagename:" . $lang . "}}\n"; $percentage = round(count($texts) / $total * 100, 2); print "|bgcolor=\"#FFFFFF\"|" . $percentage . "%\n"; //print "|" . $lang //print $lang . ' - ' . count($texts) . "\n"; } */ ?> |}
Keertje in elkaar gehacked en nooit echt de moeite genomen om er iets netjes van te maken
Hello, could you please help me using your bot to translate license messages? I would have to blow dust off my bot otherwise :)
The Slovak (sk) sentence should be in following form. Thank you in advance.
Tento súbor je licencovaný za podmienok [[{{int:wm-license-cc-wiki-link}}|Creative Commons]] [http://creativecommons.org/licenses/by/2.0/fr/deed.en Attribution 2.0 France].
In case there should be just "deed" instead of "deed.en", please do it also for messages I already translated.