<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I ran into an unexpected problem: I need to output a phrase to the
    log file and be displayed in messages for the user. In the log file,
    the phrase should be without translation, but in the message for the
    user with the translation. <br>
    Is it possible to do this using only one instance of the phrase? Or
    do I have to duplicate the phrase?<br>
    For example:<br>
      TO_LOG << "Hello world" <br>
      TO_GUI  << tr("Hello world")   // Duplication<br>
    <br>
    <br>
    <div class="moz-signature"><font face="Arial">
        --<br>
        BR, Pavel Karelin<br>
        <br>
      </font></div>
  </body>
</html>