diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 2cb1bbd38d..3531c78fec 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -2089,4 +2089,28 @@ $text['button-show_all']['uk'] = "Показати всі"; $text['button-show_all']['de-at'] = "Alle anzeigen"; $text['button-show_all']['he'] = ""; +$text['fax-active_title']['en-us'] = "Fax queue"; + +$text['fax-active_description']['en-us'] = "Current status of fax queue"; + +$text['fax-active_title_fax_server']['en-us'] = "Fax"; + +$text['fax-active_title_enabled']['en-us'] = "Enabled"; + +$text['fax-active_title_status']['en-us'] = "Status"; + +$text['fax-active_title_next_time']['en-us'] = "Next time"; + +$text['fax-active_title_files']['en-us'] = "Files"; + +$text['fax-active_title_uri']['en-us'] = "URI"; + +$text['fax-active_status_wait']['en-us'] = "Wait"; + +$text['fax-active_status_execute']['en-us'] = "Execute"; + +$text['fax-active_status_success']['en-us'] = "Success"; + +$text['fax-active_status_fail']['en-us'] = "Fail"; + ?> \ No newline at end of file diff --git a/app/fax/fax_active_inc.php b/app/fax/fax_active_inc.php index b8b791c5eb..9e13e1cc6a 100644 --- a/app/fax/fax_active_inc.php +++ b/app/fax/fax_active_inc.php @@ -106,7 +106,7 @@ HERE; //if the connnection is available then run it and return the results if ($result === false) { var_dump($db->errorInfo()); - $msg = "
| ". 'Fax' . " | \n"; - echo "". 'Enabled' . " | \n"; - echo "". 'Status' . " | \n"; - echo "". 'Next time' . " | \n"; - echo "". 'Files' . " | \n"; - echo "". 'URI' . " | \n"; + echo "" . $text['fax-active_title_fax_server'] . " | \n"; + echo "" . $text['fax-active_title_enabled'] . " | \n"; + echo "" . $text['fax-active_title_status'] . " | \n"; + echo "" . $text['fax-active_title_next_time'] . " | \n"; + echo "" . $text['fax-active_title_files'] . " | \n"; + echo "" . $text['fax-active_title_uri'] . " | \n"; echo "\n"; echo " |
|---|