From ad55c3e714b29c4cfdf3866014401e964f0dac75 Mon Sep 17 00:00:00 2001 From: katakefalos <57375159+katakefalos@users.noreply.github.com> Date: Wed, 4 Dec 2019 02:14:02 +0200 Subject: [PATCH] Update app_config.php Added Greek (el-gr) translation. --- core/notifications/app_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/notifications/app_config.php b/core/notifications/app_config.php index d3abf84dd3..9798739a97 100644 --- a/core/notifications/app_config.php +++ b/core/notifications/app_config.php @@ -12,6 +12,7 @@ $apps[$x]['description']['de-at'] = "Verwalte Benachrichtigunggseinstellungen."; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-de'] = "Verwalte Benachrichtigunggseinstellungen."; + $apps[$x]['description']['el-gr'] = "Ρυθμίστε τις επιλογές γνωστοποιήσεων."; $apps[$x]['description']['es-cl'] = "Configure las preferencias de notificaciones."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['fr-ca'] = "Configurez les notifications."; @@ -42,4 +43,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>