mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Add a possibility for non admin users who have email on a given domain name (in Admin panel settings) to send an invitation for inscription
This commit is contained in:
parent
344094ec18
commit
b51152fca4
8 changed files with 145 additions and 5 deletions
|
|
@ -1095,5 +1095,7 @@
|
|||
"remove-team-from-table": "Are you sure you want to remove this team from the board ?",
|
||||
"confirm-btn": "Confirm",
|
||||
"remove-btn": "Remove",
|
||||
"filter-card-title-label": "Filter by card title"
|
||||
"invite-people-success": "Invitation for inscription sent wiht success",
|
||||
"invite-people-error": "Error while sending inscription invitation",
|
||||
"can-invite-if-same-mailDomainName": "E-mail domain name"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1091,8 +1091,10 @@
|
|||
"cardDetailsPopup-title": "Détails de la carte",
|
||||
"add-teams": "Ajouter des équipes",
|
||||
"add-teams-label": "Les équipes ajoutées sont affichées ci-dessous :",
|
||||
"remove-team-from-table": "Voulez-vous vraiment supprimer cette équipe du tableau ?",
|
||||
"confirm-btn": "Confirmer",
|
||||
"remove-team-from-table": "Are you sure you want to remove this team from the board ?",
|
||||
"confirm-btn": "Confirm",
|
||||
"remove-btn": "Supprimer",
|
||||
"filter-card-title-label": "Filtrer par titre de carte"
|
||||
}
|
||||
"invite-people-success": "L'invitation à l'inscription a été envoyé avec succèss",
|
||||
"invite-people-error": "Erreur lors de l'envoie d'une invitation à l'inscription",
|
||||
"can-invite-if-same-mailDomainName": "Nom de domaine"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue