mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Update (and cosmetic fixes) for 'pakfire.cgi': Added GUI entry for existing, but unused translation string
While preparing the Core153 update, I found by chance that a language string had been added from
Core152 to Core153 which I couldn't find in any CGI-file.
The translation suggested that this string ('Available Updates') could belong to 'pakfire.cgi'.
And I thought that on the pakfire GUI something was actually missing: the heading above the
box listing the 'Available Updates'. Don't know why I didn't saw this before.
So tried to add these missing heading. I hope I made it right...
Some cosmetic fixes:
I also added some space around the text for 'Available Addons' and 'Installed Addons'
because the text lines weren't separated. There is no seen wordwrapping. This required deleting
some unwanted '<br />' in the affected translation strings.
I tried this about 4 years ago, but somehow this patch got lost.
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
0b1d45849f
commit
6666b93d11
@@ -374,7 +374,7 @@
|
||||
'august' => 'Agosto',
|
||||
'authentication' => 'Authentication:',
|
||||
'automatic' => 'Automatic',
|
||||
'available updates' => 'Available updates:',
|
||||
'available updates' => 'Available updates',
|
||||
'average' => 'Average',
|
||||
'avoid dod' => 'Do not use this option with Dial on Demand! Mainly used if your IPFire is behind a router. Your RED IP must be inside one of the three reserved network numbers e.g. 10/8, 172.16/12, 192.168/16',
|
||||
'back' => 'BACK',
|
||||
@@ -1752,7 +1752,7 @@
|
||||
'pakfire core update auto' => 'Install core and addon updates automatically:',
|
||||
'pakfire core update level' => 'Core-Update-Level',
|
||||
'pakfire health check' => 'Controllare se il mirror è raggiungibile (ping):',
|
||||
'pakfire install description' => 'Si prega di scegliere uno o più elementi dalla lista qui sotto e <br /> fai clic sul segno più per installare.',
|
||||
'pakfire install description' => 'Si prega di scegliere uno o più elementi dalla lista qui sotto e fai clic sul segno più per installare.',
|
||||
'pakfire install package' => 'You want to install the following packages: ',
|
||||
'pakfire installed addons' => 'Addons installati:',
|
||||
'pakfire last core list update' => 'Ultimo aggiornamento della lista di sistema',
|
||||
@@ -1763,10 +1763,9 @@
|
||||
'pakfire register' => 'Registrati sul pakfire-server:',
|
||||
'pakfire system state' => 'Stato del Sistema',
|
||||
'pakfire uninstall all' => 'Vuoi disinstallare i seguenti pacchetti?',
|
||||
'pakfire uninstall description' => 'Si prega di scegliere uno o più elementi dalla lista qui sotto e <br /> fare clic sul meno per disinstallare..',
|
||||
'pakfire uninstall description' => 'Si prega di scegliere uno o più elementi dalla lista qui sotto e fare clic sul meno per disinstallare..',
|
||||
'pakfire uninstall package' => 'You want to uninstall the following packages: ',
|
||||
'pakfire update daily' => 'Ricerca gli aggiornamenti una volta al giorno:',
|
||||
'pakfire updates' => 'Available Update:',
|
||||
'pakfire working' => 'Pakfire sta lavorando... Per favore attendi il termine delle operazioni',
|
||||
'pap or chap' => 'PAP or CHAP',
|
||||
'parentclass' => 'Parentclass',
|
||||
|
||||
Reference in New Issue
Block a user