Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added translations and Greek #6639

Merged
merged 1 commit into from Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 13 additions & 12 deletions core/domain_settings/app_config.php
Expand Up @@ -10,24 +10,25 @@
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Settings assigned to a particular domain.";
$apps[$x]['description']['en-gb'] = "Settings assigned to a particular domain.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['ar-eg'] = "الإعدادات المخصصة لمجال معين.";
$apps[$x]['description']['de-at'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-ch'] = "Einer bestimmten Domäne zugewiesene Einstellungen.";
$apps[$x]['description']['de-de'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten.";
$apps[$x]['description']['es-cl'] = "Administre un único dominio o múltiples dominios";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['es-mx'] = "Configuración asignada a un dominio en particular.";
$apps[$x]['description']['el-gr'] = "Ρυθμίσεις που έχουν εκχωρηθεί σε έναν συγκεκριμένο τομέα.";
$apps[$x]['description']['fr-ca'] = "Paramètres attribués à un domaine particulier.";
$apps[$x]['description']['fr-fr'] = "Gestion d'un domaine ou plusieurs dans le cas d'un système multi-parties.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['he-il'] = "הגדרות שהוקצו לדומיין מסוים.";
$apps[$x]['description']['it-it'] = "Impostazioni assegnate a un determinato dominio.";
$apps[$x]['description']['nl-nl'] = "Instellingen toegewezen aan een bepaald domein.";
$apps[$x]['description']['pl-pl'] = "Ustawienia przypisane do konkretnej domeny.";
$apps[$x]['description']['pt-br'] = "Configurações atribuídas a um domínio específico.";
$apps[$x]['description']['pt-pt'] = "Gerir um único domínio ou vários domínios para multi-tenant.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ro-ro'] = "Setări atribuite unui anumit domeniu.";
$apps[$x]['description']['ru-ru'] = "Управление одним доменом или несколькими доменами для нескольких пользователей";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
$apps[$x]['description']['sv-se'] = "Inställningar tilldelade en viss domän.";
$apps[$x]['description']['uk-ua'] = "Налаштування, призначені для певного домену.";

//permission details
$y=0;
Expand Down