mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
pakfire.cgi: Add new translations
Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
This commit is contained in:
committed by
Peter Müller
parent
db9ee62e0a
commit
524bbe326d
@@ -127,10 +127,10 @@ my $extraHead = <<END
|
||||
// Translations
|
||||
pakfire.i18n.load({
|
||||
'working': '$Lang::tr{'pakfire working'}',
|
||||
'finished': 'Pakfire is finished! Please check the log output.',
|
||||
'finished': '$Lang::tr{'pakfire finished'}',
|
||||
'since': '$Lang::tr{'since'} ', //(space is intentional)
|
||||
|
||||
'link_return': '<a href="$ENV{'SCRIPT_NAME'}">Return to Pakfire</a>',
|
||||
'link_return': '<a href="$ENV{'SCRIPT_NAME'}">$Lang::tr{'pakfire return'}</a>',
|
||||
'link_reboot': '<a href="/cgi-bin/shutdown.cgi">$Lang::tr{'needreboot'}</a>'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user