Translations (in Revision )
This page is informing you about the documentation 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 $TortoiseSVN as the last parameter, to sort by the common key array_multisort($potfile, $country, $transl, $untrans, $fuzzy, $TortoiseSVN); print_d_header($tsvn_var); // Print Alphabetical statistics print_table_header('TortoiseSVN', 'TortoiseSVN', $TortoiseSVN['zzz'], $tsvn_var); print_all_stats($TortoiseSVN, $tsvn_var); print_table_footer(); // Merge translation and country information into one array $TortoiseMerge = array_merge_recursive($countries, $TortoiseMerge); // Convert Data into a list of columns foreach ($TortoiseMerge as $key => $row) { $mpotfile[$key] = abs($row[0]); $mcountry[$key] = $row[3]; $merrors[$key] = $row[5]; $mtotal[$key] = $row[6]; $mtransl[$key] = $row[7]; $mfuzzy[$key] = $row[8]; $muntrans[$key] = $row[9]; $maccel[$key] = $row[10]; $mname[$key] = $row[11]; $mfdate[$key] = $row[12]; } // Add $TortoiseMerge as the last parameter, to sort by the common key array_multisort($mpotfile, $mcountry, $mtransl, $muntrans, $mfuzzy, $maccel, $TortoiseMerge); print_table_header('TortoiseMerge', 'TortoiseMerge', $TortoiseMerge['zzz'], $tsvn_var); print_all_stats($TortoiseMerge, $tsvn_var); print_table_footer(); print_footer($tsvn_var); ?>