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:
Matthias Fischer
2020-12-24 01:09:04 +01:00
committed by Michael Tremer
parent 0b1d45849f
commit 6666b93d11
10 changed files with 34 additions and 33 deletions

View File

@@ -372,7 +372,7 @@
'august' => 'Augustus',
'authentication' => 'Authenticatie:',
'automatic' => 'Automatisch',
'available updates' => 'Beschikbare updates:',
'available updates' => 'Beschikbare updates',
'average' => 'Gemiddeld',
'avoid dod' => 'Gebruik deze optie niet met inbellen op afroep! Wordt voornamelijk gebruikt als IPFire achter een router staat. Uw RODE IP moet dan binnen het bereik vallen van een van de drie gereserveerde netwerken, bijv. 10/8, 172.16/12, 192.168/16',
'back' => 'TERUG',
@@ -1708,7 +1708,7 @@
'pakfire core update auto' => 'Installeer core- en extensie-updates automatisch:',
'pakfire core update level' => 'Core-updateniveau',
'pakfire health check' => 'Controleer of de mirror bereikbaar is (ping):',
'pakfire install description' => 'Kies een of meer items uit de lijst hieronder en <br /> klik op de plus om te installeren.',
'pakfire install description' => 'Kies een of meer items uit de lijst hieronder en klik op de plus om te installeren.',
'pakfire install package' => 'U wilt de volgende pakketten installeren: ',
'pakfire installed addons' => 'Geïnstalleerde extensies:',
'pakfire last core list update' => 'Laatste core-lijst update gemaakt',
@@ -1719,7 +1719,7 @@
'pakfire register' => 'Registreer bij de pakfire-server:',
'pakfire system state' => 'Systeemstatus',
'pakfire uninstall all' => 'Wilt u de volgende pakketten verwijderen?',
'pakfire uninstall description' => 'Kies een of meer items uit de lijst hieronder en <br /> klik op de min om te deinstalleren.',
'pakfire uninstall description' => 'Kies een of meer items uit de lijst hieronder en klik op de min om te deinstalleren.',
'pakfire uninstall package' => 'U wilt de volgende pakketten deinstalleren: ',
'pakfire update daily' => 'Zoek dagelijks naar updates:',
'pakfire updates' => 'Beschikbare update:',