From c253e8e9752c1d655e1674c6ef1a4b7a7ba76f48 Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:10:03 -0600 Subject: [PATCH] added translations (#6642) --- core/domain_settings/app_menu.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/domain_settings/app_menu.php b/core/domain_settings/app_menu.php index 7366a8c628..588cd9463e 100644 --- a/core/domain_settings/app_menu.php +++ b/core/domain_settings/app_menu.php @@ -4,20 +4,20 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Domain Settings"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Domain Settings"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات المجال"; $apps[$x]['menu'][$y]['title']['de-at'] = "Domänen Einstellungen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Domänen Einstellungen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones de Dominio"; - $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Configuración de dominio"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètres du domaine"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Paramètres du Domaine"; - $apps[$x]['menu'][$y]['title']['he-il'] = ""; - $apps[$x]['menu'][$y]['title']['it-it'] = ""; - $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות דומיין"; + $apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni del dominio"; + $apps[$x]['menu'][$y]['title']['nl-nl'] = "Domein instellingen"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia Domen"; $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações do Dominio"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições do Domínio"; - $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; + $apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări domeniului"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры домена"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Domän Inställning"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування доменів";