From 42db314c54495425b7b9e8fce586838528ad9269 Mon Sep 17 00:00:00 2001 From: Nuno Miguel Reis Date: Sat, 6 Oct 2012 18:01:11 +0000 Subject: [PATCH] more work in translation to portuguese from Portugal (pt-pt) --- .../v_calls_active_assigned_extensions_inc.php | 7 ++++++- app/fax/app_config.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/calls_active/v_calls_active_assigned_extensions_inc.php b/app/calls_active/v_calls_active_assigned_extensions_inc.php index 05ed7522ad..4adb9c2f03 100644 --- a/app/calls_active/v_calls_active_assigned_extensions_inc.php +++ b/app/calls_active/v_calls_active_assigned_extensions_inc.php @@ -26,8 +26,13 @@ include "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; +include "app_languages.php"; if (permission_exists('extensions_active_assigned_view')) { + foreach($content_calls_active as $key => $value) { + $content_calls_active[$key] = $value[$_SESSION['domain']['language']['code']]; + } + //http get and set variables if (strlen($_GET['url']) > 0) { $url = $_GET['url']; @@ -44,7 +49,7 @@ if (permission_exists('extensions_active_assigned_view')) { //hide the user_status when it is set to false } else { - echo "Status\n"; + echo "".$content_calls_active['label-status']."\n"; } echo "Time\n"; //echo "Direction\n"; diff --git a/app/fax/app_config.php b/app/fax/app_config.php index fe26eb8f43..2ea10f9510 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -294,4 +294,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; -?> \ No newline at end of file +?>