mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
269 B
PHP
10 lines
269 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Hierdie verwysings stem nie ooreen met ons rekords nie.',
|
|
'password' => 'Die wagwoord is verkeerd.',
|
|
'throttle' => 'Te veel pogings om aan te meld. Probeer asseblief weer binne :seconds sekondes',
|
|
];
|