1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 11:42:48 +01:00

11 lines
151 B
PHP
Raw Normal View History

<?php
return [
'user' => 'User',
'users' => 'Users',
2019-01-09 23:47:34 +01:00
'username' => 'Username',
'email' => 'Email',
2019-01-17 19:25:31 +01:00
'hello' => 'Hello :user!',
];