mooxphp/moox

View on GitHub
packages/core/resources/lang/de/expiry.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    // Expiry refers to the expiration date of a record and the package name Moox Expiry
    'expiry' => 'Ablaufdatum',
    // Expiries refers to the expiration date of a record and the package name Moox Expiry
    'expiries' => 'Ablaufdaten',
    // No assignee refers to the absence of an assignee for an expired record
    'no_assignee' => 'Kein Verantwortlicher',
    // No expiry date refers to the absence of an expiry date for a record
    'no_expiry_date' => 'Kein Ablaufdatum',
];