Improvements to translations

Some available translations weren't being translated
Also corrected wrong translation key
Improved es_ES translation string
This commit is contained in:
Marcos García
2012-08-23 08:29:38 +02:00
parent 3cdb2ba8e1
commit 19bf4ab8df
8 changed files with 14 additions and 9 deletions

View File

@@ -339,7 +339,7 @@ class FormAdmin
while ($i < $num)
{
$obj=$this->db->fetch_object($resql);
$paperformat[$obj->code]=$obj->label.' - '.round($obj->width).'x'.round($obj->height).' '.$obj->unit;
$paperformat[$obj->code]= $langs->trans('PaperFormat'.strtoupper($obj->code)).' - '.round($obj->width).'x'.round($obj->height).' '.$obj->unit;
$i++;
}