Ignore:
Timestamp:
Apr 13, 2020, 5:14:52 PM (4 years ago)
Author:
TranslationTeam
Message:

Update fr_CA, thanks to bgoutier

Location:
extensions/Ldap_Login/language/fr_CA
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/language/fr_CA/plugin.lang.php

    r27036 r32096  
    1515$lang['New users when ldap auth is successfull'] = 'Nouveaux utilisateurs piwigo en cas de connection LDAP';
    1616$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
    17 $lang['Ldap_Login Plugin configuration'] = 'Configuration du plugin Ldap_Login';
    1817$lang['Warning: LDAP Extension missing.'] = 'Attention: Extension LDAP manquante.';
    1918
     
    2928// ldap attributes
    3029
    31 $lang['Ldap attributes'] = 'Attributs ldap';
    3230$lang['Base DN'] = 'Arbre ldap à explorer où rechercher les utilisateurs (ex : ou=users,dc=exemple,dc=com)';
    33 $lang['Ldap filter'] = 'Filtre de recherche';
    3431$lang['Attribute corresponding to the user name'] = 'Attribut correspondant au nom d\'utilisateur';
    3532
     
    5249// new piwigo users
    5350
    54 $lang['If the LDAP doesn\'t furnish the mail address, users can set it up in the profile page.'] = 'Si le ldap ne fournit pas l\'adresse courriel, les utilisateurs peuvent l\'enregistrer dans la page de profil.';
    5551$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Voulez-vous envoyer le courriel habituel aux nouveaux utilisateurs de Piwigo crées par le plugin ?';
    5652$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Voulez-vous créer des utilisateurs piwigo lorsque quelqu\'un se connecte avec des identifiants ldap valides ?';
    5753$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Voulez-vous que les administrateurs du site soient prévenus lors de ces créations d\'utilisateurs ?';
    58 
    59 ?>
Note: See TracChangeset for help on using the changeset viewer.