From 2d592027fbbceb548f1a65f3c079f559bf62f961 Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Tue, 2 May 2023 16:11:19 -0600 Subject: [PATCH] Added Turkish and Greman-ch language (#6653) --- core/default_settings/app_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 99175976fd..96088d92a4 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -14,9 +14,9 @@ $apps[$x]['description']['de-at'] = "Grundlegende Einstellungen die für alle Domänen gültig sind."; $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']['el-gr'] = "Προεπιλεγμένες ρυθμίσεις που ισχύουν για όλους τους τομείς."; $apps[$x]['description']['es-cl'] = "Configuraciones predeterminadas que aplican a todos los dominios."; $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'] = "הגדרות ברירת המחדל החלות על כל הדומיינים."; @@ -29,6 +29,7 @@ $apps[$x]['description']['ru-ru'] = "Настройки по умолчанию для всех доменов"; $apps[$x]['description']['sv-se'] = "Standardinställningar som gäller alla domäner."; $apps[$x]['description']['uk-ua'] = "Налаштування за умовчанням, які застосовуються до всіх доменів."; + $apps[$x]['description']['tr-tr'] = "Tüm etki alanları için geçerli olan varsayılan ayarlar."; //permission details $y=0;