Skip to content
Snippets Groups Projects
Commit 58170722 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #938 from marcosgdf/translations

Added missing translations
parents 9c083907 e18eb3a6
No related branches found
No related tags found
No related merge requests found
...@@ -440,6 +440,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify')) ...@@ -440,6 +440,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
if ($fieldnamekey == 'type') $fieldnamekey = 'Type'; if ($fieldnamekey == 'type') $fieldnamekey = 'Type';
if ($fieldnamekey == 'position') $fieldnamekey = 'Position'; if ($fieldnamekey == 'position') $fieldnamekey = 'Position';
if ($fieldnamekey == 'unicode') $fieldnamekey = 'Unicode'; if ($fieldnamekey == 'unicode') $fieldnamekey = 'Unicode';
if ($fieldnamekey == 'deductible') $fieldnamekey = 'Deductible';
$msg.=$langs->transnoentities("ErrorFieldRequired", $langs->transnoentities($fieldnamekey)).'<br>'; $msg.=$langs->transnoentities("ErrorFieldRequired", $langs->transnoentities($fieldnamekey)).'<br>';
} }
......
...@@ -646,6 +646,7 @@ Test=Test ...@@ -646,6 +646,7 @@ Test=Test
Element=Element Element=Element
NoPhotoYet=No pictures available yet NoPhotoYet=No pictures available yet
HomeDashboard=Home summary HomeDashboard=Home summary
Deductible=Deductible
# Week day # Week day
Monday=Monday Monday=Monday
......
...@@ -646,6 +646,7 @@ ModulesSystemTools=Módulos utilidades ...@@ -646,6 +646,7 @@ ModulesSystemTools=Módulos utilidades
View=Ver View=Ver
Test=Prueba Test=Prueba
Element=Elemento Element=Elemento
Deductible=Deducible
# Week day # Week day
Monday=Lunes Monday=Lunes
......
...@@ -650,6 +650,7 @@ Test=Test ...@@ -650,6 +650,7 @@ Test=Test
Element=Élément Element=Élément
NoPhotoYet=Pas de photo disponible pour l'instant NoPhotoYet=Pas de photo disponible pour l'instant
HomeDashboard=Synthèse accueil HomeDashboard=Synthèse accueil
Deductible=Déductible
# Week day # Week day
Monday=Lundi Monday=Lundi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment