Merge pull request #938 from marcosgdf/translations
Added missing translations
This commit is contained in:
commit
5817072214
@ -440,6 +440,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
|
||||
if ($fieldnamekey == 'type') $fieldnamekey = 'Type';
|
||||
if ($fieldnamekey == 'position') $fieldnamekey = 'Position';
|
||||
if ($fieldnamekey == 'unicode') $fieldnamekey = 'Unicode';
|
||||
if ($fieldnamekey == 'deductible') $fieldnamekey = 'Deductible';
|
||||
|
||||
$msg.=$langs->transnoentities("ErrorFieldRequired", $langs->transnoentities($fieldnamekey)).'<br>';
|
||||
}
|
||||
|
||||
@ -646,6 +646,7 @@ Test=Test
|
||||
Element=Element
|
||||
NoPhotoYet=No pictures available yet
|
||||
HomeDashboard=Home summary
|
||||
Deductible=Deductible
|
||||
|
||||
# Week day
|
||||
Monday=Monday
|
||||
|
||||
@ -646,6 +646,7 @@ ModulesSystemTools=Módulos utilidades
|
||||
View=Ver
|
||||
Test=Prueba
|
||||
Element=Elemento
|
||||
Deductible=Deducible
|
||||
|
||||
# Week day
|
||||
Monday=Lunes
|
||||
|
||||
@ -650,6 +650,7 @@ Test=Test
|
||||
Element=Élément
|
||||
NoPhotoYet=Pas de photo disponible pour l'instant
|
||||
HomeDashboard=Synthèse accueil
|
||||
Deductible=Déductible
|
||||
|
||||
# Week day
|
||||
Monday=Lundi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user