Text for error.

This commit is contained in:
James Cole 2016-04-09 06:02:30 +02:00
parent 5ed53d5f04
commit 3962d9da92
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ return [
'bounced_error' => 'The message sent to :email bounced, so no access for you.',
'deleted_error' => 'These credentials do not match our records.',
'general_blocked_error' => 'Your account has been disabled, so you cannot login.',
'expired_error' => 'Your account has expired, and can no longer be used.',
'removed_amount' => 'Removed :amount',
'added_amount' => 'Added :amount',
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',

View File

@ -31,6 +31,7 @@ return [
'bounced_error' => 'Het emailtje naar :email kwam nooit aan.',
'deleted_error' => 'Deze gegevens zijn niet correct.',
'general_blocked_error' => 'Je account is uitgeschakeld, je kan helaas niet inloggen.',
'expired_error' => 'Je account is verlopen, je kan helaas niet inloggen.',
'removed_amount' => ':amount weggehaald',
'added_amount' => ':amount toegevoegd',
'asset_account_role_help' => 'Voorkeuren die voortkomen uit je keuze hier kan je later aangeven.',