2020-08-04 11:25:22 +00:00
|
|
|
<?php
|
|
|
|
|
2020-07-10 12:20:25 +00:00
|
|
|
/**
|
|
|
|
* @copyright 2020 Podlibre
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
* @link https://castopod.org/
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2020-08-04 11:25:22 +00:00
|
|
|
'info' => 'My account info',
|
2020-08-05 16:10:39 +00:00
|
|
|
'changePassword' => 'Change my password',
|
2020-08-04 11:25:22 +00:00
|
|
|
'messages' => [
|
2020-08-14 18:27:57 +00:00
|
|
|
'wrongPasswordError' =>
|
|
|
|
'You\'ve entered the wrong password, try again.',
|
2020-08-04 11:25:22 +00:00
|
|
|
'passwordChangeSuccess' => 'Password has been successfully changed!',
|
|
|
|
],
|
2020-07-10 12:20:25 +00:00
|
|
|
];
|