From 18ff6484887e33b259b8318b78fd5ae935408914 Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:03:32 -0600 Subject: [PATCH] Added translations and Greek (#6638) --- core/default_settings/app_config.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index a68af27790..99175976fd 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -10,24 +10,25 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Default settings that apply to all domains."; $apps[$x]['description']['en-gb'] = "Default settings that apply to all domains."; - $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['ar-eg'] = "الإعدادات الافتراضية التي تنطبق على كافة المجالات."; $apps[$x]['description']['de-at'] = "Grundlegende Einstellungen die für alle Domänen gültig sind."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-ch'] = "Standardeinstellungen, die für alle Domänen gelten."; $apps[$x]['description']['de-de'] = "Grundlegende Einstellungen die für alle Domänen gültig sind."; $apps[$x]['description']['es-cl'] = "Configuraciones predeterminadas que aplican a todos los dominios."; - $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['fr-ca'] = ""; + $apps[$x]['description']['es-mx'] = "Configuración predeterminada que se aplica a todos los dominios."; + $apps[$x]['description']['el-gr'] = "Προεπιλεγμένες ρυθμίσεις που ισχύουν για όλους τους τομείς."; + $apps[$x]['description']['fr-ca'] = "Paramètres par défaut qui s'appliquent à tous les domaines."; $apps[$x]['description']['fr-fr'] = "Configurations par défaut applicable à tous les domaines"; - $apps[$x]['description']['he-il'] = ""; - $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; - $apps[$x]['description']['pl-pl'] = ""; + $apps[$x]['description']['he-il'] = "הגדרות ברירת המחדל החלות על כל הדומיינים."; + $apps[$x]['description']['it-it'] = "Impostazioni predefinite che si applicano a tutti i domini."; + $apps[$x]['description']['nl-nl'] = "Standaardinstellingen die van toepassing zijn op alle domeinen."; + $apps[$x]['description']['pl-pl'] = "Domyślne ustawienia dotyczące wszystkich domen."; $apps[$x]['description']['pt-br'] = "Configurações Padrão aplicáveis à todos os domínios"; $apps[$x]['description']['pt-pt'] = "Configurações padrão que se aplicam a todos os domínios."; - $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ro-ro'] = "Setări implicite care se aplică tuturor domeniilor."; $apps[$x]['description']['ru-ru'] = "Настройки по умолчанию для всех доменов"; - $apps[$x]['description']['sv-se'] = ""; - $apps[$x]['description']['uk-ua'] = ""; + $apps[$x]['description']['sv-se'] = "Standardinställningar som gäller alla domäner."; + $apps[$x]['description']['uk-ua'] = "Налаштування за умовчанням, які застосовуються до всіх доменів."; //permission details $y=0;