mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
18 lines
524 B
PHP
18 lines
524 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',
|
||
'locked' => 'Verrouillé ?',
|
||
'locked_helper' => 'Les allocations verrouillées ne peuvent être supprimées que par les administrateurs',
|
||
];
|