From 5f642e17c5e917cb2799dc1856b39466ddbd2d50 Mon Sep 17 00:00:00 2001 From: Nuno Miguel Reis Date: Mon, 8 Oct 2012 19:44:54 +0000 Subject: [PATCH] mistype corretion of lable to label --- app/calls/app_languages.php | 60 ++++++++++++++++++------------------- app/calls/v_call_edit.php | 46 ++++++++++++++-------------- app/calls/v_calls.php | 6 ++-- app_languages.php | 12 ++++---- 4 files changed, 62 insertions(+), 62 deletions(-) diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index 1aa13bb58c..b49bf24ae3 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -12,44 +12,44 @@ $content_calls['description3']['en-us'] = 'The following list the extensions that have been assigned to this user account.'; $content_calls['description3']['pt-pt'] = 'A tabela a seguir lista as extensões que foram atribuídas a esta conta de utilizador.'; - $content_calls['lable-callforward']['en-us'] = 'Call Forward'; - $content_calls['lable-callforward']['pt-pt'] = 'Encaminhamento de Chamadas'; + $content_calls['label-callforward']['en-us'] = 'Call Forward'; + $content_calls['label-callforward']['pt-pt'] = 'Encaminhamento de Chamadas'; - $content_calls['lable-enabled']['en-us'] = 'Enabled'; - $content_calls['lable-enabled']['pt-pt'] = 'Activo'; + $content_calls['label-enabled']['en-us'] = 'Enabled'; + $content_calls['label-enabled']['pt-pt'] = 'Activo'; - $content_calls['lable-enable']['en-us'] = 'Enable'; - $content_calls['lable-enable']['pt-pt'] = 'Activar'; + $content_calls['label-enable']['en-us'] = 'Enable'; + $content_calls['label-enable']['pt-pt'] = 'Activar'; - $content_calls['lable-disabled']['en-us'] = 'Disabled'; - $content_calls['lable-disabled']['pt-pt'] = 'Desactivo'; + $content_calls['label-disabled']['en-us'] = 'Disabled'; + $content_calls['label-disabled']['pt-pt'] = 'Desactivo'; - $content_calls['lable-disable']['en-us'] = 'Disabled'; - $content_calls['lable-disable']['pt-pt'] = 'Desactivar'; + $content_calls['label-disable']['en-us'] = 'Disabled'; + $content_calls['label-disable']['pt-pt'] = 'Desactivar'; - $content_calls['lable-number']['en-us'] = 'Number'; - $content_calls['lable-number']['pt-pt'] = 'Número'; + $content_calls['label-number']['en-us'] = 'Number'; + $content_calls['label-number']['pt-pt'] = 'Número'; - $content_calls['lable-followme']['en-us'] = 'Follow Me'; - $content_calls['lable-followme']['pt-pt'] = 'Segue-me'; + $content_calls['label-followme']['en-us'] = 'Follow Me'; + $content_calls['label-followme']['pt-pt'] = 'Segue-me'; - $content_calls['lable-ring1']['en-us'] = 'Ring 1st Number'; - $content_calls['lable-ring1']['pt-pt'] = '1º Número a Tocar'; + $content_calls['label-ring1']['en-us'] = 'Ring 1st Number'; + $content_calls['label-ring1']['pt-pt'] = '1º Número a Tocar'; - $content_calls['lable-ring2']['en-us'] = 'Ring 2st Number'; - $content_calls['lable-ring2']['pt-pt'] = '2º Número a Tocar'; + $content_calls['label-ring2']['en-us'] = 'Ring 2st Number'; + $content_calls['label-ring2']['pt-pt'] = '2º Número a Tocar'; - $content_calls['lable-ring3']['en-us'] = 'Ring 3st Number'; - $content_calls['lable-ring3']['pt-pt'] = '3º Número a Tocar'; + $content_calls['label-ring3']['en-us'] = 'Ring 3st Number'; + $content_calls['label-ring3']['pt-pt'] = '3º Número a Tocar'; - $content_calls['lable-ring4']['en-us'] = 'Ring 4st Number'; - $content_calls['lable-ring4']['pt-pt'] = '4º Número a Tocar'; + $content_calls['label-ring4']['en-us'] = 'Ring 4st Number'; + $content_calls['label-ring4']['pt-pt'] = '4º Número a Tocar'; - $content_calls['lable-ring5']['en-us'] = 'Ring 5st Number'; - $content_calls['lable-ring5']['pt-pt'] = '5º Número a Tocar'; + $content_calls['label-ring5']['en-us'] = 'Ring 5st Number'; + $content_calls['label-ring5']['pt-pt'] = '5º Número a Tocar'; - $content_calls['lable-ringorder']['en-us'] = 'Ring Order'; - $content_calls['lable-ringorder']['pt-pt'] = 'Pedir Chamada'; + $content_calls['label-ringorder']['en-us'] = 'Ring Order'; + $content_calls['label-ringorder']['pt-pt'] = 'Pedir Chamada'; $content_calls['check-sequence']['en-us'] = 'sequence'; $content_calls['ckeck-sequence']['pt-pt'] = 'sequêncial'; @@ -57,8 +57,8 @@ $content_calls['check-simultaneous']['en-us'] = 'simultaneous'; $content_calls['ckeck-simultaneous']['pt-pt'] = 'simultâneo'; - $content_calls['lable-prompt']['en-us'] = 'Prompt to accept the call'; - $content_calls['lable-prompt']['pt-pt'] = 'Perguntar para aceitar a chamada'; + $content_calls['label-prompt']['en-us'] = 'Prompt to accept the call'; + $content_calls['label-prompt']['pt-pt'] = 'Perguntar para aceitar a chamada'; $content_calls['check-true']['en-us'] = 'true'; $content_calls['ckeck-true']['pt-pt'] = 'verdadeiro'; @@ -66,8 +66,8 @@ $content_calls['check-false']['en-us'] = 'false'; $content_calls['ckeck-false']['pt-pt'] = 'falso'; - $content_calls['lable-dnd']['en-us'] = 'Do Not Disturb'; - $content_calls['lable-dnd']['pt-pt'] = 'Não Perturbar'; + $content_calls['label-dnd']['en-us'] = 'Do Not Disturb'; + $content_calls['label-dnd']['pt-pt'] = 'Não Perturbar'; $content_calls['button-back']['en-us'] = 'Back'; $content_calls['button-back']['pt-pt'] = 'Voltar'; diff --git a/app/calls/v_call_edit.php b/app/calls/v_call_edit.php index b7711d7da4..cf09720434 100644 --- a/app/calls/v_call_edit.php +++ b/app/calls/v_call_edit.php @@ -510,7 +510,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-callforward'].":\n"; + echo " ".$content_calls['label-callforward'].":\n"; echo "\n"; echo "\n"; $on_click = "document.getElementById('follow_me_enabled').checked=true;"; @@ -518,16 +518,16 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $on_click .= "document.getElementById('dnd_enabled').checked=false;"; $on_click .= "document.getElementById('dnd_disabled').checked=true;"; if ($call_forward_enabled == "true") { - echo " ".$content_calls['lable-enabled']." \n"; + echo " ".$content_calls['label-enabled']." \n"; } else { - echo " ".$content_calls['lable-enable']." \n"; + echo " ".$content_calls['label-enable']." \n"; } if ($call_forward_enabled == "false" || $call_forward_enabled == "") { - echo " ".$content_calls['lable-disabled']." \n"; + echo " ".$content_calls['label-disabled']." \n"; } else { - echo " ".$content_calls['lable-disable']." \n"; + echo " ".$content_calls['label-disable']." \n"; } unset($on_click); echo "
\n"; @@ -538,7 +538,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-number'].":\n"; + echo " ".$content_calls['label-number'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -555,7 +555,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-followme'].":\n"; + echo " ".$content_calls['label-followme'].":\n"; echo "\n"; echo "\n"; $on_click = "document.getElementById('call_forward_enabled').checked=true;"; @@ -563,16 +563,16 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $on_click .= "document.getElementById('dnd_enabled').checked=false;"; $on_click .= "document.getElementById('dnd_disabled').checked=true;"; if ($follow_me_enabled == "true") { - echo " ".$content_calls['lable-enabled']." \n"; + echo " ".$content_calls['label-enabled']." \n"; } else { - echo " ".$content_calls['lable-enable']." \n"; + echo " ".$content_calls['label-enable']." \n"; } if ($follow_me_enabled == "false" || $follow_me_enabled == "") { - echo " ".$content_calls['lable-disabled']." \n"; + echo " ".$content_calls['label-disabled']." \n"; } else { - echo " ".$content_calls['lable-disable']." \n"; + echo " ".$content_calls['label-disable']." \n"; } unset($on_click); echo "
\n"; @@ -582,7 +582,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ring1'].":\n"; + echo " ".$content_calls['label-ring1'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -595,7 +595,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ring2'].":\n"; + echo " ".$content_calls['label-ring2'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -608,7 +608,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ring3'].":\n"; + echo " ".$content_calls['label-ring3'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -621,7 +621,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ring4'].":\n"; + echo " ".$content_calls['label-ring4'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -634,7 +634,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ring5'].":\n"; + echo " ".$content_calls['label-ring5'].":\n"; echo "\n"; echo "\n"; echo " \n"; @@ -647,7 +647,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-ringorder'].":\n"; + echo " ".$content_calls['label-ringorder'].":\n"; echo "\n"; echo "\n"; echo "\n"; @@ -703,7 +703,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$content_calls['lable-dnd'].":\n"; + echo " ".$content_calls['label-dnd'].":\n"; echo "\n"; echo "\n"; $on_click = "document.getElementById('call_forward_enabled').checked=true;"; @@ -711,16 +711,16 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $on_click .= "document.getElementById('follow_me_enabled').checked=true;"; $on_click .= "document.getElementById('follow_me_disabled').checked=true;"; if ($dnd_enabled == "true") { - echo " ".$content_calls['lable-enabled']." \n"; + echo " ".$content_calls['label-enabled']." \n"; } else { - echo " ".$content_calls['lable-enable']." \n"; + echo " ".$content_calls['label-enable']." \n"; } if ($dnd_enabled == "false" || $dnd_enabled == "") { - echo " ".$content_calls['lable-disabled']." \n"; + echo " ".$content_calls['label-disabled']." \n"; } else { - echo " ".$content_calls['lable-disable']." \n"; + echo " ".$content_calls['label-disable']." \n"; } echo "
\n"; echo "\n"; diff --git a/app/calls/v_calls.php b/app/calls/v_calls.php index b376e91618..3192374b48 100644 --- a/app/calls/v_calls.php +++ b/app/calls/v_calls.php @@ -149,15 +149,15 @@ $order = $_GET["order"]; echo " ".$row['extension']."\n"; echo " \n"; if (permission_exists('call_forward')) { - echo " ".$content_calls['lable-callforward']." \n"; + echo " ".$content_calls['label-callforward']." \n"; echo "   \n"; } if (permission_exists('follow_me')) { - echo " ".$content_calls['lable-followme']." \n"; + echo " ".$content_calls['label-followme']." \n"; echo "   \n"; } if (permission_exists('do_not_disturb')) { - echo " ".$content_calls['lable-dnd']." \n"; + echo " ".$content_calls['label-dnd']." \n"; } echo " \n"; echo " ".$row['description']." \n"; diff --git a/app_languages.php b/app_languages.php index 63000ae88d..65171765fc 100644 --- a/app_languages.php +++ b/app_languages.php @@ -21,13 +21,13 @@ $content_calls['table-description']['en-us'] = 'Description'; $content_calls['table-description']['pt-pt'] = 'Descrição'; - $content_calls['lable-callforward']['en-us'] = 'Call Forward'; - $content_calls['lable-callforward']['pt-pt'] = 'Encaminhamento de Chamadas'; + $content_calls['label-callforward']['en-us'] = 'Call Forward'; + $content_calls['label-callforward']['pt-pt'] = 'Encaminhamento de Chamadas'; - $content_calls['lable-followme']['en-us'] = 'Follow Me'; - $content_calls['lable-followme']['pt-pt'] = 'Segue-me'; + $content_calls['label-followme']['en-us'] = 'Follow Me'; + $content_calls['label-followme']['pt-pt'] = 'Segue-me'; - $content_calls['lable-dnd']['en-us'] = 'Do Not Disturb'; - $content_calls['lable-dnd']['pt-pt'] = 'Não Perturbar'; + $content_calls['label-dnd']['en-us'] = 'Do Not Disturb'; + $content_calls['label-dnd']['pt-pt'] = 'Não Perturbar'; ?>