mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
8 lines
265 B
PHP
8 lines
265 B
PHP
<?php
|
|
|
|
return array (
|
|
'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.',
|
|
'password' => 'Le mot de passe est incorrect',
|
|
'throttle' => 'Tentatives de connexion trop nombreuses. Veuillez essayer de nouveau dans :seconds secondes.',
|
|
);
|