mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Rename misleading "check filesystem" reboot option
Some users assume that "check filesystem" does more than just trigger a simple "fsck" run. This patch changes the button label to avoid confusion. Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
d41f25bd96
commit
32fcdf45e4
@@ -2144,7 +2144,7 @@
|
||||
'real address' => 'Reale Addresse',
|
||||
'reboot' => 'Neustart',
|
||||
'reboot ask' => 'Neustart?',
|
||||
'reboot fsck' => 'Neustart & Dateisystem-Test',
|
||||
'reboot fsck' => 'Neustart & ‘fsck’ ausführen',
|
||||
'reboot question' => 'Extra Abfrage bei neustart und herunterfahren einschalten',
|
||||
'reboot schedule' => 'Zeitsteuerung für IPFire Neustarts',
|
||||
'reboot sure' => 'Sind Sie sicher, dass Sie neustarten wollen?',
|
||||
|
||||
@@ -2198,7 +2198,7 @@
|
||||
'real address' => 'Real Address',
|
||||
'reboot' => 'Reboot',
|
||||
'reboot ask' => 'Reboot?',
|
||||
'reboot fsck' => 'Reboot & check filesystem',
|
||||
'reboot fsck' => 'Reboot & run ‘fsck’',
|
||||
'reboot question' => 'Extra query for restart and shutdown',
|
||||
'reboot schedule' => 'Schedule IPFire reboots',
|
||||
'reboot sure' => 'Are you sure that you want to reboot?',
|
||||
|
||||
@@ -2206,7 +2206,7 @@
|
||||
'real address' => 'Adresse réelle',
|
||||
'reboot' => 'Redémarrer',
|
||||
'reboot ask' => 'Redémarrage ?',
|
||||
'reboot fsck' => 'Redémarrer et vérifier le système de fichier',
|
||||
'reboot fsck' => 'Redémarrer et exécuter ‘fsck’',
|
||||
'reboot question' => 'Requête supplémentaire pour le redémarrage et l\'arrêt',
|
||||
'reboot schedule' => 'Redémarrages planifiées d\'IPFire',
|
||||
'reboot sure' => 'Etes-vous sûr de vouloir redémarrer ?',
|
||||
|
||||
Reference in New Issue
Block a user