Files
einundzwanzig-portal/lang/mk/auth.php
2022-12-12 19:17:09 +01:00

10 lines
360 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'failed' => 'Овие акредитиви не се совпаѓаат со нашите записи.',
'password' => 'Лозинката не е точна.',
'throttle' => 'Премногу обиди за најавување. Обидете се повторно за :seconds секунди.',
];