mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
lang: fix typo (MacVTtap != MacVTap)
Fixes: #12339 Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
086c09eefb
commit
2a554ea34f
@@ -2984,7 +2984,7 @@
|
||||
'zoneconf nic assignment' => 'NIC Assignment',
|
||||
'zoneconf nicmode bridge' => 'Bridge',
|
||||
'zoneconf nicmode default' => 'Default',
|
||||
'zoneconf nicmode macvtap' => 'MacVTtap',
|
||||
'zoneconf nicmode macvtap' => 'MacVTap',
|
||||
'zoneconf notice reboot' => 'Please reboot to apply your changes.',
|
||||
'zoneconf title' => 'Zone Configuration',
|
||||
'zoneconf val native assignment error' => 'A NIC cannot be accessed natively by more than one zone.',
|
||||
|
||||
@@ -2976,7 +2976,7 @@
|
||||
'zoneconf nic assignment' => 'Affectation de carte réseau',
|
||||
'zoneconf nicmode bridge' => 'Pont',
|
||||
'zoneconf nicmode default' => 'Défaut',
|
||||
'zoneconf nicmode macvtap' => 'MacVTtap',
|
||||
'zoneconf nicmode macvtap' => 'MacVTap',
|
||||
'zoneconf notice reboot' => 'Veuillez redémarrer pour appliquer vos changements.',
|
||||
'zoneconf title' => 'Configuration de zones',
|
||||
'zoneconf val native assignment error' => 'Une carte réseau ne peut pas être atteinte nativement par davantage qu\'une zone.',
|
||||
|
||||
Reference in New Issue
Block a user