mooxphp/moox

View on GitHub
packages/security/resources/lang/en/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'single' => 'Security',
    'plural' => 'Securitys',
    'breadcrumb' => 'Security',
    'title' => 'Security',
    'navigation_label' => 'Security',
    'navigation_group' => 'Moox Security',
    'totalone' => 'Security One',
    'totaltwo' => 'Security Two',
    'totalthree' => 'Security Three',
    'name' => 'Name',
    'started_at' => 'Started at',
    'failed' => 'failed',

    'Send Password Reset Links' => 'Send Password Reset Links',
    'Password reset links sent' => 'Password reset links sent',
    'Reset Password Message' => 'Reset Password Message',
    'Hello' => 'Hello',
    'You are receiving this email because we received a password reset request for your account.' => 'You are receiving this email because we received a password reset request for your account.',
    'Reset Password' => 'Reset Password',
    'This password reset link will expire' => 'This password reset link will expire in',
    'If you did not request a password reset, no further action is required.' => 'If you did not request a password reset, no further action is required.',
    'Regards' => 'Regards',
];