« back to langs report'; $s .= sprintf('
You can find it in svn. Please read page on wiki for more information about that.
'; } foreach (array('missing', 'notrans', 'extra') as $type) { if (count($diff[$type]) > 0) { $s .= sprintf(''; foreach ($diff[$type] as $l) $s .= sprintf(";%s\n\n", htmlspecialchars($l)); $s .= ''; } } header('Content-Type: text/html;charset=utf-8'); ?>