2025-10-14 09:00:11 +02:00

18 lines
439 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',
'locked' => 'Locked?',
'locked_helper' => 'Locked allocations can only be deleted by admins',
];