pull/3758/head
parent
6aeea963ad
commit
0becf3d9c0
@ -1,10 +1,30 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* Strings to dutch L10n. |
||||
* Strings to Dutch L10n. |
||||
* |
||||
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com> |
||||
* @author Yannick Warnier <yannick.warnier@beeznest.com> |
||||
* |
||||
* @package chamilo.plugin.azure_active_directory |
||||
*/ |
||||
$strings['plugin_title'] = 'Azure Active Directory'; |
||||
$strings['plugin_comment'] = 'Sta authenticatie met Microsoft\'s Azure Active Directory toe'; |
||||
|
||||
$strings['enable'] = 'Inschakelen'; |
||||
$strings['app_id'] = 'Applicatie ID'; |
||||
$strings['app_id_help'] = 'Voeg de Applicatie Id toegewezen aan uw app bij de Azure portal, b.v. 580e250c-8f26-49d0-bee8-1c078add1609'; |
||||
$strings['app_secret'] = 'Applicatie gehem'; |
||||
$strings['force_logout'] = 'Forceer uitlogknop'; |
||||
$strings['force_logout_help'] = 'Toon een knop om afmeldingssessie van Azure af te dwingen.'; |
||||
$strings['block_name'] = 'Blok naam'; |
||||
$strings['management_login_enable'] = 'Beheer login'; |
||||
$strings['management_login_enable_help'] = 'Schakel de chamilo-login uit en schakel een alternatieve inlogpagina in voor gebruikers.<br>' |
||||
.'U zult moeten kopiëren de <code>/plugin/azure_active_directory/layout/login_form.tpl</code> bestand in het <code>/main/template/overrides/layout/</code> dossier.'; |
||||
$strings['management_login_name'] = 'Naam voor de beheeraanmelding'; |
||||
$strings['management_login_name_help'] = 'De standaardinstelling is "Beheer login".'; |
||||
$strings['OrganisationEmail'] = 'Organisatie e-mail'; |
||||
$strings['AzureId'] = 'Azure ID (mailNickname)'; |
||||
$strings['ManagementLogin'] = 'Beheer Login'; |
||||
$strings['InvalidId'] = 'Deze identificatie is niet geldig (verkeerde log-in of wachtwoord). Errocode: AZMNF'; |
||||
$strings['provisioning'] = 'Geautomatiseerde inrichting'; |
||||
$strings['provisioning_help'] = 'Maak automatisch nieuwe gebruikers (als studenten) vanuit Azure wanneer ze niet in Chamilo zijn.'; |
||||
|
||||
@ -0,0 +1,30 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* Strings to French L10n. |
||||
* |
||||
* @author Yannick Warnier <yannick.warnier@beeznest.com> |
||||
* |
||||
* @package chamilo.plugin.azure_active_directory |
||||
*/ |
||||
$strings['plugin_title'] = 'Azure Active Directory'; |
||||
$strings['plugin_comment'] = 'Permet l\'authentification des utilisateurs via Azure Active Directory de Microsoft'; |
||||
|
||||
$strings['enable'] = 'Activer'; |
||||
$strings['app_id'] = 'ID de l\'application'; |
||||
$strings['app_id_help'] = 'Introduisez l\'ID de l\'application assigné à votre app par le portail d\'Azure, p.ex. 580e250c-8f26-49d0-bee8-1c078add1609'; |
||||
$strings['app_secret'] = 'Clef secrète de l\'application'; |
||||
$strings['force_logout'] = 'Bouton de logout'; |
||||
$strings['force_logout_help'] = 'Affiche un bouton pour se délogger d\'Azure.'; |
||||
$strings['block_name'] = 'Nom du bloc'; |
||||
$strings['management_login_enable'] = 'Login de gestion'; |
||||
$strings['management_login_enable_help'] = 'Désactiver le login de Chamilo et permettre une page de login alternative pour les utilisateurs administrateurs.<br>' |
||||
.'Vous devez, pour cela, copier le fichier <code>/plugin/azure_active_directory/layout/login_form.tpl</code> dans le répertoire <code>/main/template/overrides/layout/</code>.'; |
||||
$strings['management_login_name'] = 'Nom du login de gestion'; |
||||
$strings['management_login_name_help'] = 'Le nom par défaut est "Login de gestion".'; |
||||
$strings['OrganisationEmail'] = 'E-mail professionnel'; |
||||
$strings['AzureId'] = 'ID Azure (mailNickname)'; |
||||
$strings['ManagementLogin'] = 'Login de gestion'; |
||||
$strings['InvalidId'] = 'Échec du login - nom d\'utilisateur ou mot de passe incorrect. Errocode: AZMNF'; |
||||
$strings['provisioning'] = 'Création automatisée'; |
||||
$strings['provisioning_help'] = 'Créer les utilisateurs automatiquement (en tant qu\'apprenants) depuis Azure s\'ils n\'existent pas encore dans Chamilo.'; |
||||
@ -0,0 +1,30 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* Strings to Spanish L10n. |
||||
* |
||||
* @author Yannick Warnier <yannick.warnier@beeznest.com> |
||||
* |
||||
* @package chamilo.plugin.azure_active_directory |
||||
*/ |
||||
$strings['plugin_title'] = 'Azure Active Directory'; |
||||
$strings['plugin_comment'] = 'Permite la autenticación de usuarios por Azure Active Directory de Microsoft'; |
||||
|
||||
$strings['enable'] = 'Activar'; |
||||
$strings['app_id'] = 'ID de la aplicación'; |
||||
$strings['app_id_help'] = 'Introduzca el ID de la aplicación asignado a su app en el portal de Azure, p.ej. 580e250c-8f26-49d0-bee8-1c078add1609'; |
||||
$strings['app_secret'] = 'Clave secreta de la aplicación'; |
||||
$strings['force_logout'] = 'Botón de logout'; |
||||
$strings['force_logout_help'] = 'Muestra un botón para hacer logout de Azure.'; |
||||
$strings['block_name'] = 'Nombre del bloque'; |
||||
$strings['management_login_enable'] = 'Login de gestión'; |
||||
$strings['management_login_enable_help'] = 'Desactivar el login de Chamilo y activar una página de login alternativa para los usuarios de administración.<br>' |
||||
.'Para ello, tendrá que copiar el archivo <code>/plugin/azure_active_directory/layout/login_form.tpl</code> en la carpeta <code>/main/template/overrides/layout/</code>.'; |
||||
$strings['management_login_name'] = 'Nombre del bloque de login de gestión'; |
||||
$strings['management_login_name_help'] = 'El nombre por defecto es "Login de gestión".'; |
||||
$strings['OrganisationEmail'] = 'E-mail profesional'; |
||||
$strings['AzureId'] = 'ID Azure (mailNickname)'; |
||||
$strings['ManagementLogin'] = 'Login de gestión'; |
||||
$strings['InvalidId'] = 'Problema en el login - nombre de usuario o contraseña incorrecto. Errocode: AZMNF'; |
||||
$strings['provisioning'] = 'Creación automatizada'; |
||||
$strings['provisioning_help'] = 'Crear usuarios automáticamente (como alumnos) desde Azure si no existen en Chamilo todavía.'; |
||||
Loading…
Reference in new issue