mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
12 lines
389 B
PHP
12 lines
389 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'reset' => 'Sa password est istada torrada a impostare!',
|
|
'sent' => 'Regordu de sa password imbiadu!',
|
|
'throttled' => 'Please wait before retrying.',
|
|
'token' => 'Custu token pro torrare a impostare sa password no est bàlidu.',
|
|
'user' => 'Non s\'agatat un\'impitadore assotziadu a custu indiritzu email.',
|
|
];
|