mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 22:37:36 -05:00
9 lines
166 B
PHP
9 lines
166 B
PHP
<?php
|
|
|
|
return [
|
|
'login' => 'Prisijungti',
|
|
'register' => 'Registruotis',
|
|
'permissions' => 'Leidimai',
|
|
'reset_password' => 'Atstatyti slaptažodį',
|
|
];
|