mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 17:56:53 +01:00
16 lines
378 B
PHP
16 lines
378 B
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Réseau',
|
||
'add' => 'Ajouter une allocation',
|
||
'limit' => 'Limite d’allocation atteinte',
|
||
'address' => 'Adresse',
|
||
'port' => 'Port',
|
||
'notes' => 'Notes',
|
||
'no_notes' => 'Pas de notes',
|
||
'make_primary' => 'Définir comme principale',
|
||
'primary' => 'Principal',
|
||
'make' => 'Assembler',
|
||
'delete' => 'Supprimer',
|
||
];
|