mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +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!',
|
|
];
|