Browse Source

added languages (#6618)

Ben 2 years ago
parent
commit
d43ec6c967
1 changed files with 16 additions and 16 deletions
  1. 16 16
      core/authentication/app_config.php

+ 16 - 16
core/authentication/app_config.php

@@ -10,24 +10,24 @@
 		$apps[$x]['url'] = "http://www.fusionpbx.com";
 		$apps[$x]['description']['en-us'] = "Provides an authentication framework with plugins to check if a user is authorized to login.";
 		$apps[$x]['description']['en-gb'] = "Provides an authentication framework with plugins to check if a user is authorized to login.";
-		$apps[$x]['description']['ar-eg'] = "";
-		$apps[$x]['description']['de-at'] = "";
-		$apps[$x]['description']['de-ch'] = "";
+		$apps[$x]['description']['ar-eg'] = "يوفر إطارًا للمصادقة مع المكونات الإضافية للتحقق مما إذا كان المستخدم مصرحًا له بتسجيل الدخول.";
+		$apps[$x]['description']['de-at'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, ob ein Benutzer zur Anmeldung berechtigt ist.";
+		$apps[$x]['description']['de-ch'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, ob ein Benutzer zur Anmeldung berechtigt ist.";
 		$apps[$x]['description']['de-at'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, obsich ein Benutzer anmelden darf.";
-		$apps[$x]['description']['es-cl'] = "";
-		$apps[$x]['description']['es-mx'] = "";
-		$apps[$x]['description']['fr-ca'] = "";
-		$apps[$x]['description']['fr-fr'] = "";
-		$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']['pt-pt'] = "";
-		$apps[$x]['description']['ro-ro'] = "";
+		$apps[$x]['description']['es-cl'] = "Proporciona un marco de autenticación con complementos para verificar si un usuario está autorizado para iniciar sesión.";
+		$apps[$x]['description']['es-mx'] = "Proporciona un marco de autenticación con complementos para verificar si un usuario está autorizado para iniciar sesión.";
+		$apps[$x]['description']['fr-ca'] = "Fournit un cadre d'authentification avec des plugins pour vérifier si un utilisateur est autorisé à se connecter.";
+		$apps[$x]['description']['fr-fr'] = "Fournit un cadre d'authentification avec des plugins pour vérifier si un utilisateur est autorisé à se connecter.";
+		$apps[$x]['description']['he-il'] = "מספק מסגרת אימות עם תוספים כדי לבדוק אם משתמש מורשה להתחבר.";
+		$apps[$x]['description']['it-it'] = "Fornisce un framework di autenticazione con plug-in per verificare se un utente è autorizzato ad accedere.";
+		$apps[$x]['description']['nl-nl'] = "Biedt een authenticatiekader met plug-ins om te controleren of een gebruiker geautoriseerd is om in te loggen.";
+		$apps[$x]['description']['pl-pl'] = "Zapewnia strukturę uwierzytelniania z wtyczkami do sprawdzania, czy użytkownik jest upoważniony do logowania.";
+		$apps[$x]['description']['pt-br'] = "Fornece uma estrutura de autenticação com plug-ins para verificar se um usuário está autorizado a fazer login.";
+		$apps[$x]['description']['pt-pt'] = "Fornece uma estrutura de autenticação com plug-ins para verificar se um usuário está autorizado a fazer login.";
+		$apps[$x]['description']['ro-ro'] = "Oferă un cadru de autentificare cu pluginuri pentru a verifica dacă un utilizator este autorizat să se autentifice.";
 		$apps[$x]['description']['ru-ru'] = "Предоставляет платформу проверки подлинности с плагинами для проверки авторизации пользователя.";
-		$apps[$x]['description']['sv-se'] = "";
-		$apps[$x]['description']['uk-ua'] = "";
+		$apps[$x]['description']['sv-se'] = "Tillhandahåller ett autentiseringsramverk med plugins för att kontrollera om en användare är behörig att logga in.";
+		$apps[$x]['description']['uk-ua'] = "Надає структуру автентифікації з плагінами, щоб перевірити, чи користувач авторизований для входу.";
 
 	//default settings
 		$y=0;