2012-05-26: Because of issues the with source code management for MediaWiki extensions, no exports of translations can be made at the moment.
Our apologies. All your translations will of course be updated as soon as the issue is resolved. (Other news...)
User talk:Multichill
| In other languages | English • Afrikaans • العربية • Български • Boarisch • Bosanski • Česky • Deutsch • Ελληνικά • Español • Euskara • فارسی • Français • Türkçe • Galego • Alemannisch • עברית • Հայերեն • Interlingua • Bahasa Indonesia • Interlingue • Italiano • 日本語 • ქართული • ភាសាខ្មែរ • 한국어 • Ripoarisch • Lietuvių • Latviešu • Македонски • Bahasa Melayu • Nāhuatl • Polski • Русский • Slovenčina • Slovenščina • Shqip • Српски (ћирилица) • Srpski (latinica) • Svenska • ไทย • Українська • Tiếng Việt • 中文(简体) • 中文(繁體) |
Hi Multichill. Welcome to translatewiki.net! Please create a user page on which you describe which language(s) you will be working on. Before you can use Special:Translate, please request translator rights. You should also check the portal for your language, the link is in the sidebar. Other useful pages are linked in the translatewiki.net menu that comes with 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. It can be just a few days before they appear on Wikipedia, but a few months can pass between each new release of FreeCol.
We wish you a productive and pleasant stay. Please leave any questions on Support. Cheers!
- [History↑]
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| 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 |
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.