castopod/modules/Auth/Language/br/MyAccount.php

19 lines
491 B
PHP

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'info' => 'Titouroù diwar-benn ma c\'hont',
'changePassword' => 'Kemmañ ma ger-tremen',
'messages' => [
'wrongPasswordError' => "N'eo ket talvoudek ar ger-tremen ho peus skrivet. Klaskit en-dro.",
'passwordChangeSuccess' => 'Kemmet eo bet ar ger-tremen gant berzh!',
],
];