startPane("catalog"); $tabs->startTab(T_("Messages"),"messages"); $language_plurals = ($nplurals > 1); ?>
strings as $id => $message) :?> comments)) { $ref = ''; $tt = ''; foreach($message->comments as $comment) { if(strncmp($comment, "#: ",3) == 0) $ref .= ltrim(trim($comment), '#: ')."\n"; $tt .= addslashes(htmlspecialchars(ltrim(trim($comment),'#: ,#. ,# ')))."
"; } $tip = mosToolTip( $tt); } $is_plural = strlen($message->msgid_plural) > 1 ? 1 : 0; ?> " id="row_" onclick="translate(, , )">
<?php echo ( $message->is_fuzzy ) ? T_('Verify Translation') : T_('Translation OK');?> msgid; ?> msgstr[0] : $message->msgstr;?>
endTab(); $tabs->startTab(T_('Headers'),"headers");?> \n\t\n\t\n"; echo $str; } ?>
headers as $key => $value) { $disabled = ($key == 'POT-Creation-Date') ? 'readonly="readonly"' : ''; $str = "
\n\t\n
endTab(); $tabs->startTab(T_('Comments'),"comments"); ?>
endTab(); $tabs->endPane(); ?>