Files
einundzwanzig-portal/lang/sr_Latn_ME/auth.php
2022-12-01 10:37:32 +01:00

10 lines
235 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Podaci ne odgovaraju ni jednom nalogu.',
'password' => 'Pogrešna lozinka.',
'throttle' => 'Previše neuspelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
];