From 7bea8f0158ddb353d0416bce63cd42efba3547eb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Oct 2012 23:11:17 +0000 Subject: [PATCH] Add fax destination number. --- app/fax/app_languages.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 0b0cebb5a2..a116ab9ccb 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -12,6 +12,9 @@ $content_fax['label-extension']['en-us'] = 'Extension'; $content_fax['label-extension']['pt-pt'] = 'Extensão'; + $content_fax['label-destination-number']['en-us'] = 'Destination Number'; + $content_fax['label-destination-number']['pt-pt'] = ''; + $content_fax['label-name']['en-us'] = 'Name'; $content_fax['label-name']['pt-pt'] = 'Nome'; @@ -78,6 +81,9 @@ $content_fax['label-extensioninfo']['en-us'] = 'Enter the fax extension here.'; $content_fax['label-extensioninfo']['pt-pt'] = 'Insira aqui a extensão do fax'; + $content_fax['description-destination-number']['en-us'] = 'Destination Number'; + $content_fax['description-destination-number']['pt-pt'] = ''; + $content_fax['label-emailinfo']['en-us'] = 'Enter the email address to send the FAX to.'; $content_fax['label-emailinfo']['pt-pt'] = 'Insira o endereço de e-mail para enviar o fax.';