2025-08-01 07:26:14 -04:00

16 lines
337 B
PHP

<?php
return [
'title' => 'Network',
'add' => 'Add Allocation',
'limit' => 'Allocation limit reached',
'address' => 'Address',
'port' => 'Port',
'notes' => 'Notes',
'no_notes' => 'No Notes',
'make_primary' => 'Make Primary',
'primary' => 'Primary',
'make' => 'Make',
'delete' => 'Delete',
];