mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 21:28:30 +01:00
11 lines
156 B
PHP
11 lines
156 B
PHP
|
<?php
|
||
|
return [
|
||
|
'user' => 'Utente',
|
||
|
'users' => 'Utenti',
|
||
|
|
||
|
'username' => 'Nome Utente',
|
||
|
'email' => 'Email',
|
||
|
|
||
|
'hello' => 'Ciao :user!',
|
||
|
];
|