startPane("catalog");
$tabs->startTab(T_("Messages"),"messages");
?>
strings as $id => $message) :?>
comments)) {
$ref = '';
$tt = '';
foreach($message->comments as $comment) {
if(strncmp($comment, "#: ",3) == 0)
$ref .= ltrim(trim($comment), '#: ')."\n";
$tt .= ltrim(trim($comment),'#: ')." ";
}
$tip = mosToolTip( $tt);
}
$is_plural = strlen($message->msgid_plural) > 1 ? 1 : 0;
?>
" id="row_" onclick="translate(, , )">
|
msgid; ?>
|
msgstr[0] : $message->msgstr;?>
|
|
endTab(); $tabs->startTab(T_('Headers'),"headers");?>
endTab(); $tabs->startTab(T_('Comments'),"comments"); ?>
endTab(); $tabs->endPane(); ?>
|
|