-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df740d1
commit 2a76fd1
Showing
27 changed files
with
298 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Role management', | ||
'parameters' => 'Parameters', | ||
'label' => 'Label', | ||
'description' => 'Description', | ||
'permissions' => 'Permissions', | ||
'savebutton' => 'Save', | ||
'successadd' => 'The role has been correctly added', | ||
'successmod' => 'The role has been correctly modified', | ||
'admin' => [ | ||
'display_name' => 'Admin', | ||
'description' => 'Admin (all permissions)', | ||
'display_name' => 'Admin', | ||
'description' => 'Admin (all permissions)', | ||
], | ||
'backend_user' => [ | ||
'display_name' => 'Backend user', | ||
'description' => 'Users with backend access', | ||
'display_name' => 'Backend user', | ||
'description' => 'Users with backend access', | ||
], | ||
'create' => [ | ||
'title' => 'Add a role', | ||
], | ||
'edit' => [ | ||
'title' => "Edit a role", | ||
], | ||
'list' => [ | ||
'title' => 'Role list', | ||
'nbusers' => 'Nb users', | ||
'confirmdelete' => 'Do you confirm that you want to delete this role ?', | ||
'deletesuccess' => 'The role has been correctly deleted' | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'User management', | ||
'returntolist' => 'User list', | ||
'save' => 'Save', | ||
'informations' => 'Informations', | ||
'status' => 'Status', | ||
'active' => 'Enabled', | ||
'inactive' => 'Disabled', | ||
'lastname' => 'Last name', | ||
'firstname' => 'First name', | ||
'email' => 'E-mail', | ||
'roles' => 'Role', | ||
'successadd' => "The user has been correctly added.", | ||
'successmod' => "The user has been correctly modified.", | ||
'newpassword' => "Your password has been saved.", | ||
'create' => [ | ||
'title' => "Add a user", | ||
'help' => "The user will receive an invitation by e-mail to login in which it will allow him to enter his new password", | ||
], | ||
'edit' => [ | ||
'title' => "Edit a user", | ||
], | ||
'list' => [ | ||
'title' => 'User list', | ||
'id' => 'Id', | ||
'state' => 'Status', | ||
'lastname' => 'Last name', | ||
'firstname' => 'First name', | ||
'email' => 'E-mail', | ||
'roles' => 'Role', | ||
'creationdate' => 'Creation date', | ||
'lastconnect' => 'Last log', | ||
'confirmdelete' => "Do you confirm that you want to delete this user ?", | ||
'deletesuccess' => "The user has been correctly deleted", | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Gestion des rôles', | ||
'parameters' => 'Paramètres', | ||
'label' => 'Libellé', | ||
'description' => 'Description', | ||
'permissions' => 'Permissions', | ||
'savebutton' => 'Enregistrer', | ||
'successadd' => 'Le rôle a été correctement ajouté', | ||
'successmod' => 'Le role a été correctement modifié', | ||
'admin' => [ | ||
'display_name' => 'Administrateur', | ||
'description' => 'Administrateur (toutes les permissions)', | ||
'display_name' => 'Administrateur', | ||
'description' => 'Administrateur (toutes les permissions)', | ||
], | ||
'backend_user' => [ | ||
'display_name' => 'Utilisateur du back-office', | ||
'description' => 'Utilisateurs avec un accès au back-office', | ||
'display_name' => 'Utilisateur du back-office', | ||
'description' => 'Utilisateurs avec un accès au back-office', | ||
], | ||
'create' => [ | ||
'title' => 'Ajouter un rôle', | ||
], | ||
'edit' => [ | ||
'title' => "Édition d'un rôle", | ||
], | ||
'list' => [ | ||
'title' => 'Liste des rôles', | ||
'nbusers' => 'Nb utilisateurs', | ||
'confirmdelete' => 'Confirmez vous la suppression du rôle ?', | ||
'deletesuccess' => 'Le rôle a été correctement supprimé' | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Gestion des utilisateurs', | ||
'returntolist' => 'Liste des utilisateurs', | ||
'save' => 'Enregistrer', | ||
'informations' => 'Informations', | ||
'status' => 'Statut', | ||
'active' => 'Activé', | ||
'inactive' => 'Désactivé', | ||
'lastname' => 'Nom', | ||
'firstname' => 'Prénom', | ||
'email' => 'E-mail', | ||
'roles' => 'Rôle(s)', | ||
'successadd' => "L'utilisateur a été correctement ajouté.", | ||
'successmod' => "L'utilisateur a été correctement modifié.", | ||
'newpassword' => "Votre mot de passe a bien été enregistré.", | ||
'create' => [ | ||
'title' => "Ajout d'un utilisateur", | ||
'help' => "L'utilisateur recevra un e-mail d'invitation à se connecter qui lui permettra de saisir son nouveau mot de passe.", | ||
], | ||
'edit' => [ | ||
'title' => "Édition d'un utilisateur", | ||
], | ||
'list' => [ | ||
'title' => 'Liste des utilisateurs', | ||
'id' => 'Id', | ||
'state' => 'État', | ||
'lastname' => 'Nom', | ||
'firstname' => 'Prénom', | ||
'email' => 'E-mail', | ||
'roles' => 'Rôle(s)', | ||
'creationdate' => 'Date de création', | ||
'lastconnect' => 'Dernière connexion', | ||
'confirmdelete' => "Confirmez vous la suppression de l'utilisateur ?", | ||
'deletesuccess' => "L'utilisateur à été correctement supprimé", | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 5 additions & 12 deletions
17
src/resources/views/vendor/boilerplate/auth/firstlogin.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.