('.$tsvn_var['release'].')'; function print_header($tsvn_var) { ?>

Translations (in Revision )

This page is informing you about the GUI translation status of . The statistics are calculated for the HEAD revision and updated regularly. The last update was run at .

If you want to download the po file from the repository, either use guest (no password) or your tigris.org user ID.

$row) { $potfile[$key] = abs($row[0]); $country[$key] = $row[3]; $errors[$key] = $row[5]; $total[$key] = $row[6]; $transl[$key] = $row[7]; $fuzzy[$key] = $row[8]; $untrans[$key] = $row[9]; $accel[$key] = $row[10]; $name[$key] = $row[11]; $fdate[$key] = $row[12]; } // Add $TortoiseGUI as the last parameter, to sort by the common key array_multisort($potfile, $country, $transl, $untrans, $fuzzy, $accel, $TortoiseGUI); print_header($tsvn_var); // Print Alphabetical statistics print_table_header('sort_alpha', 'Languages ordered by country', $TortoiseGUI['zzz'], $tsvn_var); print_all_stats($TortoiseGUI, $tsvn_var); print_table_footer(); array_multisort($potfile, SORT_ASC, $transl, SORT_DESC, $untrans, SORT_ASC, $fuzzy, SORT_ASC, $accel, SORT_ASC, $country, SORT_ASC, $TortoiseGUI); print_table_header('sort_status', 'Languages by translation status', $TortoiseGUI['zzz'], $tsvn_var); print_all_stats($TortoiseGUI, $tsvn_var); print_table_footer(); print_footer($tsvn_var); ?>