Remove obsolete strings.

This commit is contained in:
James Cole 2017-09-03 18:20:08 +02:00
parent f2446d46aa
commit a942313f85
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,7 @@ return [
'is_blocked' => 'Is blocked', 'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin', 'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA', 'has_two_factor' => 'Has 2FA',
'confirmed_from' => 'Confirmed from',
'registered_from' => 'Registered from',
'blocked_code' => 'Block code', 'blocked_code' => 'Block code',
'domain' => 'Domain',
'registration_attempts' => 'Registration attempts',
'source_account' => 'Source account', 'source_account' => 'Source account',
'destination_account' => 'Destination account', 'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts', 'accounts_count' => 'Number of accounts',

View File

@ -17,7 +17,6 @@ return [
'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_value' => 'This value is invalid for the selected action.', 'rule_action_value' => 'This value is invalid for the selected action.',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.', 'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Succesfully uploaded file ":name".', 'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',