Add the description translation to app_languages.php.

This commit is contained in:
Mark Crane
2014-12-24 06:38:17 +00:00
parent 01f34c0210
commit 85f72056d2

View File

@@ -45,6 +45,11 @@
$text['label-cid-number']['pt-pt'] = "Número CID";
$text['label-cid-number']['fr-fr'] = "Nombre de l'Appelant";
$text['label-description']['en-us'] = "Description";
$text['label-description']['es-cl'] = "Descripción";
$text['label-description']['pt-pt'] = "Descrição";
$text['label-description']['fr-fr'] = "Description";
$text['label-inbound']['en-us'] = "Inbound";
$text['label-inbound']['es-cl'] = "Entrada";
$text['label-inbound']['pt-pt'] = "Entrada";