Improvements to the labelling of various CC pages (#6764)

* Improvements to the labeling of various CC pages
This commit is contained in:
Antonio Fernandez
2023-06-28 21:00:16 -04:00
committed by GitHub
parent ec04006971
commit 1057c4cf8e
4 changed files with 75 additions and 27 deletions
+48
View File
@@ -456,6 +456,30 @@ $text['label-status']['zh-cn'] = "地位";
$text['label-status']['ja-jp'] = "スターテス";
$text['label-status']['ko-kr'] = "상태";
$text['description-status']['en-us'] = "Logged Out - Cannot receive queue calls.\nAvailable - Ready to receive queue calls.\nAvailable (On Demand) - State will be set to 'Idle' once the call ends (not automatically set to 'Waiting').\nOn Break - Still Logged in, but will not receive queue calls.";
$text['description-status']['en-gb'] = "Logged Out - Cannot receive queue calls.\nAvailable - Ready to receive queue calls.\nAvailable (On Demand) - State will be set to 'Idle' once the call ends (not automatically set to 'Waiting').\nOn Break - Still Logged in, but will not receive queue calls.";
$text['description-status']['ar-eg'] = "";
$text['description-status']['de-ch'] = "";
$text['description-status']['de-at'] = "";
$text['description-status']['de-de'] = "";
$text['description-status']['es-cl'] = "";
$text['description-status']['es-mx'] = "";
$text['description-status']['fr-ca'] = "";
$text['description-status']['fr-fr'] = "";
$text['description-status']['he-il'] = "";
$text['description-status']['it-it'] = "";
$text['description-status']['nl-nl'] = "";
$text['description-status']['pl-pl'] = "";
$text['description-status']['pt-br'] = "";
$text['description-status']['pt-pt'] = "";
$text['description-status']['ro-ro'] = "";
$text['description-status']['ru-ru'] = "";
$text['description-status']['sv-se'] = "";
$text['description-status']['uk-ua'] = "";
$text['description-status']['zh-cn'] = "";
$text['description-status']['ja-jp'] = "";
$text['description-status']['ko-kr'] = "";
$text['label-state']['en-us'] = "State";
$text['label-state']['en-gb'] = "State";
$text['label-state']['ar-eg'] = "ولاية";
@@ -480,6 +504,30 @@ $text['label-state']['zh-cn'] = "状态";
$text['label-state']['ja-jp'] = "";
$text['label-state']['ko-kr'] = "상태";
$text['description-state']['en-us'] = "Idle - Does nothing, no calls are given.\nWaiting - Ready to receive calls.\nReceiving - A queue call is currently being offered to the agent.\nIn a queue call - Currently on a queue call.";
$text['description-state']['en-gb'] = "Idle - Does nothing, no calls are given.\nWaiting - Ready to receive calls.\nReceiving - A queue call is currently being offered to the agent.\nIn a queue call - Currently on a queue call.";
$text['description-state']['ar-eg'] = "";
$text['description-state']['de-at'] = "";
$text['description-state']['de-ch'] = "";
$text['description-state']['de-de'] = "";
$text['description-state']['es-cl'] = "";
$text['description-state']['es-mx'] = "";
$text['description-state']['fr-ca'] = "";
$text['description-state']['fr-fr'] = "";
$text['description-state']['he-il'] = "";
$text['description-state']['it-it'] = "";
$text['description-state']['nl-nl'] = "";
$text['description-state']['pl-pl'] = "";
$text['description-state']['pt-br'] = "";
$text['description-state']['pt-pt'] = "";
$text['description-state']['ro-ro'] = "";
$text['description-state']['ru-ru'] = "";
$text['description-state']['sv-se'] = "";
$text['description-state']['uk-ua'] = "";
$text['description-state']['zh-cn'] = "";
$text['description-state']['ja-jp'] = "";
$text['description-state']['ko-kr'] = "";
$text['label-record_template']['en-us'] = "Record Template";
$text['label-record_template']['en-gb'] = "Record Template";
$text['label-record_template']['ar-eg'] = "قالب التسجيل";
@@ -157,8 +157,8 @@
echo "<tr class='list-header'>\n";
echo "<th>".$text['label-name']."</th>\n";
echo "<th>".$text['label-extension']."</th>\n";
echo "<th>".$text['label-status']."</th>\n";
echo "<th>".$text['label-state']."</th>\n";
echo "<th title=\"".$text['description-status']."\">".$text['label-status']."</th>\n";
echo "<th title=\"".$text['description-state']."\">".$text['label-state']."</th>\n";
echo "<th>".$text['label-status_change']."</th>\n";
echo "<th class='center'>".$text['label-missed']."</th>\n";
echo "<th class='center'>".$text['label-answered']."</th>\n";