On this page we want to give credit to everyone who has contributed to the many translations we now have. I hope I haven't forgotten a translator... Thanks everybody!

Nr. Language Translator(s)
 
$i"; echo " $poinfo[3]"; echo "$poinfo[4]"; } } function t_print_all_stats($data, $countries, $tsvn_var) { $i=0; foreach ($data as $key => $postat) if ($postat[0] == 0) { $i++; echo ""; t_print_content_stat($i, $postat, $countries[$key], $tsvn_var); echo ""; } } //------------------------------------ // // The program starts here // t_print_header($tsvn_var); // Print Alphabetical statistics t_print_table_header('alpha', 'Translator credits', $tsvn_var); t_print_all_stats($TortoiseGUI, $countries, $tsvn_var); t_print_table_footer(); t_print_footer($tsvn_var); ?>