mooxphp/moox

View on GitHub
packages/core/resources/lang/it/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' => 'Expiry',

    // Expiries refers to the expiration date of a record and the package name Moox Expiry
    'expiries' => 'Expiries',

    // No assignee refers to the absence of an assignee for an expired record
    'no_assignee' => 'No assignee',

    // No expiry date refers to the absence of an expiry date for a record
    'no_expiry_date' => 'No expiry date',

];