2020-01-12 19:55:17 +01:00
< ? php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user . You are free to modify
| these language lines according to your application ' s requirements .
|
*/
2020-01-14 11:48:42 +01:00
'resource_not_found' => 'Resource not found' ,
2020-01-17 00:23:38 +01:00
'error_occured' => 'An error occured:' ,
2020-01-13 22:24:14 +01:00
'cannot_register_more_user' => 'You cannot register more than one user.' ,
2020-10-14 23:33:07 +02:00
'refresh' => 'Refresh' ,
2020-11-20 14:11:32 +01:00
'no_valid_otp' => 'No valid OTP resource in this QR code' ,
2020-01-23 23:02:54 +01:00
'something_wrong_with_server' => 'Something is wrong with your server' ,
2020-01-21 21:31:28 +01:00
'Unable_to_decrypt_uri' => 'Unable to decrypt uri' ,
2020-11-05 22:50:49 +01:00
'not_a_supported_otp_type' => 'This OTP format is not currently supported' ,
2020-11-12 00:09:33 +01:00
'cannot_create_otp_without_secret' => 'Cannot create an OTP without a secret' ,
2020-11-13 15:45:17 +01:00
'cannot_create_otp_with_those_parameters' => 'Cannot create an OTP with those parameters' ,
2020-10-31 01:16:15 +01:00
'wrong_current_password' => 'Wrong current password, nothing has changed' ,
2020-11-06 17:49:28 +01:00
'error_during_encryption' => 'Encryption failed, your database remains unprotected.' ,
'error_during_decryption' => 'Decryption failed, your database is still protected. This is mainly caused by an integrity issue of encrypted data for one or more accounts.' ,
2020-11-20 14:11:32 +01:00
'qrcode_cannot_be_read' => 'This QR code is unreadable' ,
2021-09-19 22:42:21 +02:00
'too_many_ids' => 'too many ids were included in the query parameter, max 100 allowed' ,
2021-09-26 22:06:49 +02:00
'delete_user_setting_only' => 'Only user-created setting can be deleted'
2020-01-12 19:55:17 +01:00
];