mooxphp/moox

View on GitHub
packages/core/resources/lang/de/login-link.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    // Login Link refers to the link that is sent to the user to login without a password
    'login-link' => 'Login Link',
    // Login Links refers to the list of login links that have been sent to the user
    'login-links' => 'Login Links',
    // Token refers to the unique token that is generated for the login link
    'token' => 'Token',
    // Login Link pending refers to the status of the login link
    'login_links_pending' => 'ungenutze Login Links',
    // Login Link used refers to the status of the login link
    'login_links_used' => 'benutzte Login Links',
    // Login Link expired refers to the status of the login link
    'login_links_expired' => 'abgelaufene Login Links',
];