From 44307cd7d7d8eff66c9793e58cb2a59b1b76712e Mon Sep 17 00:00:00 2001 From: katakefalos <57375159+katakefalos@users.noreply.github.com> Date: Wed, 4 Dec 2019 02:11:49 +0200 Subject: [PATCH] Update app_config.php Added Greek (el-gr) translation. --- app/call_centers/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 49cab20003..9827896838 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -13,6 +13,7 @@ $apps[$x]['description']['de-at'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; + $apps[$x]['description']['el-gr'] = "Ουρές για διαχείριση εισερχόμενων κλήσεων και δρομολόγησης των κλήσεων σε διαθέσιμους τηλεφωνητές/τηλεφωνήτριες."; $apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles.";