Hi Holbok,<br>
<br>
Thanks for your feedback. Instead of changing it in settings screen or 
in config.inc.php, we would recommend to have a translated string in the
 language file for that label. <br><br>
We have created a trac ticket with the solution and here is the <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7243">link</a>. Let us know your feedback.<br><br><div class="gmail_quote">On Fri, Nov 25, 2011 at 9:55 PM, Holbok István <span dir="ltr">&lt;<a href="mailto:holbok@gmail.com">holbok@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    It may useful if somebody would like to use other filename for the
    PDF invoice. For example in Hungary better to use other word then
    Invoice. <br>
    <br>
    My suggestion is to use instead of word Invoice a string variable
    that could be set up in the settings screen or in config.inc.php.<br>
    <br>
    Here is in file: ....\modules\Invoice\CreatePDF.php<br>
    <br>
    include_once &#39;modules/Invoice/InvoicePDFController.php&#39;;<br>
    global $currentModule;<br>
    <br>
    $controller = new Vtiger_InvoicePDFController($currentModule);<br>
    $controller-&gt;loadRecord(vtlib_purify($_REQUEST[&#39;record&#39;]));<br>
    $invoice_no =
getModuleSequenceNumber($currentModule,vtlib_purify($_REQUEST[&#39;record&#39;]));<br>
    if(isset($_REQUEST[&#39;savemode&#39;]) &amp;&amp; $_REQUEST[&#39;savemode&#39;] ==
    &#39;file&#39;) {<br>
        $id = vtlib_purify($_REQUEST[&#39;record&#39;]);<br>
        $filepath=&#39;test/product/&#39;.$id.&#39;_<font color="#990000"><b><big>Invoice</big></b></font>_&#39;.$invoice_no.&#39;.pdf&#39;;<br>
        $controller-&gt;Output($filepath,&#39;F&#39;); //added file name to make
    it work in IE, also forces the download giving the user the option
    to save<br>
    } else {<br>
        $controller-&gt;Output(&#39;<font color="#990000"><big><b>Invoice</b></big></font>_&#39;.$invoice_no.&#39;.pdf&#39;,

    &#39;D&#39;);//added file name to make it work in IE, also forces the
    download giving the user the option to save<br>
        exit();<br>
    }<br>
    <br>
    Best regards:<br><font color="#888888">
    <div>-- <br>
      <br>
      Holbok István<br>
      telefon: +3670-342-0900<br>
      e-mail: <a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a><br>
      <br>
      <br>
      <br>
    </div>
  </font></div>

<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br>Srihari,<br><i>vtiger team.</i><br><br>