<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    Dear vtiger Team,<br>
    <br>
    Here is a duplicated language keys in<br>
    ....\languages\en_us\Calendar.php<br>
    <br>
        'LBL_MAY' => 'May',<br>
        'LBL_MAY' => 'May',<br>
    <br>
    One of them is a short form of month name May.<br>
    <br>
    In the Hungarian file it should be:<br>
    <br>
        'LBL_MAY' => 'Máj.', //short<br>
        'LBL_MAY' => 'Május', //full version of month name<br>
    <br>
    But the duplicated key does not work in an array.<br>
    Please correct it.<br>
    <br>
    <br>
    regards:<br>
    István <br>
    <br>
    <div class="moz-signature">-- <br>
      üdvözlettel:<br>
      <br>
      <b>Holbok István</b><br>
      <br>
      +3670-342-0900<br>
      <b>e-mail:</b> <a class="moz-txt-link-abbreviated"
        href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
      <b>SkyPe:</b> holboki<br>
      <br>
    </div>
  </body>
</html>