Files
nexusphp/resources/lang/en/attachment.php

9 lines
147 B
PHP
Raw Normal View History

<?php
return [
'text_key' => 'Attachment for key ',
'not_found' => ' not found',
'size' => 'Size',
'downloads' => 'Downloads',
];