Initial change of theme.
Only themed pages currently are login and reset password pages.
This commit is contained in:
parent
16a3514abf
commit
457ed28b0b
119 changed files with 758 additions and 1703 deletions
|
@ -1,4 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
];
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'account' => [
|
||||
'totp_header' => 'Authentification à deux facteurs',
|
||||
],
|
||||
];
|
|
@ -1,4 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
];
|
|
@ -1,4 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
];
|
|
@ -1,4 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
];
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'language' => 'Langage',
|
||||
'save' => 'Sauvegarder',
|
||||
'status' => 'Status',
|
||||
];
|
|
@ -1,6 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'before' => ':attribute doit être une date antérieur a :date.',
|
||||
'ip' => ':attribute doit être une adresse IP valide.',
|
||||
];
|
Reference in a new issue