3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 14:29:30 +00:00
Files
snipe-it/resources/lang/en-US/table.php
2024-05-20 11:19:47 +01:00

12 lines
226 B
PHP

<?php
return array(
'actions' => 'Actions',
'action' => 'Action',
'by' => 'By',
'item' => 'Item',
'no_matching_records' => 'No matching records found',
);