From e86a742383db989b9450b19bc1b170c63f821e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Wed, 8 May 2013 17:20:20 +0200 Subject: [PATCH] Added missing translations --- htdocs/admin/dict.php | 1 + htdocs/langs/en_US/main.lang | 1 + htdocs/langs/es_ES/main.lang | 1 + htdocs/langs/fr_FR/main.lang | 1 + 4 files changed, 4 insertions(+) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index d82169b7be3..217dc10fed6 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -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)).'
'; } diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 5b693a6ae3c..32e7911c1ba 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -647,6 +647,7 @@ Test=Test Element=Element NoPhotoYet=No pictures available yet HomeDashboard=Home summary +Deductible=Deductible # Week day Monday=Monday diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang index 5f02e995fc4..02008c3f026 100644 --- a/htdocs/langs/es_ES/main.lang +++ b/htdocs/langs/es_ES/main.lang @@ -647,6 +647,7 @@ ModulesSystemTools=Módulos utilidades View=Ver Test=Prueba Element=Elemento +Deductible=Deducible # Week day Monday=Lunes diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index d4684c39882..62130ce5d5c 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -651,6 +651,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