mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
465 B
PHP
19 lines
465 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Prisijungimo vertimai
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Šios eilutės naudojamos vertimams, kurie
|
|
| rodomi atliekant prisijungimo veiksmą.
|
|
|
|
|
*/
|
|
|
|
'failed' => 'Prisijungimo duomenys neatitinka.',
|
|
'throttle' => 'Perdaug bandymų prisijungti. Bandykite po :seconds sec.',
|
|
|
|
];
|