Heimdall/resources/lang/it/auth.php
2022-11-19 13:15:51 +00:00

6 lines
152 B
PHP

<?php
return array (
'failed' => 'Le credenziali non sono valide.',
'throttle' => 'Troppi tentativi di accesso. Riprovare in :seconds secondi.',
);