mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 08:49:06 +02:00
16 lines
337 B
PHP
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',
|
|
];
|