Update app_config.php

Added Greek (el-gr) translation.
This commit is contained in:
katakefalos 2019-12-04 02:14:02 +02:00 committed by GitHub
parent 44307cd7d7
commit ad55c3e714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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'] = "";
?>
?>