This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, core44 has been updated via 856c9bf08de8297af1d0e7225bdb3dc2098781c6 (commit) via 475294d49e3c203037985a3de5ee674576d134dc (commit) from 59c524d0293655ea2e01c7a639cf614060d393b0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 856c9bf08de8297af1d0e7225bdb3dc2098781c6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 14 23:09:38 2011 +0100
fireinfo: add missing translation (why fireinfo).
commit 475294d49e3c203037985a3de5ee674576d134dc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 14 23:05:48 2011 +0100
Add backupiso script to updater.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/44/filelists/files | 1 + doc/language_issues.es | 4 ++++ doc/language_issues.fr | 4 ++++ doc/language_missings | 8 ++++++++ html/cgi-bin/fireinfo.cgi | 8 ++++---- langs/de/cgi-bin/de.pl | 4 ++++ langs/en/cgi-bin/en.pl | 4 ++++ 7 files changed, 29 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/44/filelists/files b/config/rootfiles/core/44/filelists/files index 48c38e2..0958059 100644 --- a/config/rootfiles/core/44/filelists/files +++ b/config/rootfiles/core/44/filelists/files @@ -41,6 +41,7 @@ var/ipfire/langs/es.pl var/ipfire/menu.d/10-system.menu usr/local/bin/fireinfoctrl var/ipfire/qos/bin/makeqosscripts.pl +usr/local/bin/backupiso usr/local/bin/timectrl usr/local/bin/rebuild-initrd usr/local/bin/scanhd diff --git a/doc/language_issues.es b/doc/language_issues.es index a91996d..00f1f8f 100644 --- a/doc/language_issues.es +++ b/doc/language_issues.es @@ -507,6 +507,10 @@ WARNING: untranslated string: fireinfo pakfire version WARNING: untranslated string: fireinfo please enable WARNING: untranslated string: fireinfo settings WARNING: untranslated string: fireinfo system version +WARNING: untranslated string: fireinfo why descr1 +WARNING: untranslated string: fireinfo why descr2 +WARNING: untranslated string: fireinfo why enable +WARNING: untranslated string: fireinfo why read more WARNING: untranslated string: fireinfo your profile id WARNING: untranslated string: new WARNING: untranslated string: outgoing firewall add ip group diff --git a/doc/language_issues.fr b/doc/language_issues.fr index 8107ab9..e491a0f 100644 --- a/doc/language_issues.fr +++ b/doc/language_issues.fr @@ -509,6 +509,10 @@ WARNING: untranslated string: fireinfo pakfire version WARNING: untranslated string: fireinfo please enable WARNING: untranslated string: fireinfo settings WARNING: untranslated string: fireinfo system version +WARNING: untranslated string: fireinfo why descr1 +WARNING: untranslated string: fireinfo why descr2 +WARNING: untranslated string: fireinfo why enable +WARNING: untranslated string: fireinfo why read more WARNING: untranslated string: fireinfo your profile id WARNING: untranslated string: new WARNING: untranslated string: ntp common settings diff --git a/doc/language_missings b/doc/language_missings index e72d7d6..d0ba138 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -24,6 +24,10 @@ < fireinfo please enable < fireinfo settings < fireinfo system version +< fireinfo why descr1 +< fireinfo why descr2 +< fireinfo why enable +< fireinfo why read more < fireinfo your profile id < ntp common settings < ntp sync @@ -71,6 +75,10 @@ < fireinfo please enable < fireinfo settings < fireinfo system version +< fireinfo why descr1 +< fireinfo why descr2 +< fireinfo why enable +< fireinfo why read more < fireinfo your profile id < outgoing firewall add ip group < outgoing firewall add mac group diff --git a/html/cgi-bin/fireinfo.cgi b/html/cgi-bin/fireinfo.cgi index 31f899f..1be0ebe 100644 --- a/html/cgi-bin/fireinfo.cgi +++ b/html/cgi-bin/fireinfo.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2011 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -61,13 +61,13 @@ if ("$fireinfosettings{'ACTION'}" eq "trigger") { &Header::openpage('Fireinfo', 1, '');
if ($fireinfosettings{'ENABLE_FIREINFO'} ne "on") { - &Header::openbox("100%", "left", "Why should I enable fireinfo?"); + &Header::openbox("100%", "left", "$Lang::tr{'fireinfo why enable'}");
print <<END; <font color="$Header::colourred"> <p> - It is very important for the development of IPFire that you enable this - service. <a href="http://fireinfo.ipfire.org" target="_blank">Read more about the reasons.</a> + $Lang::tr{'fireinfo why descr1'} + $Lang::tr{'fireinfo why descr2'}<a href="http://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a> </p> </font> END diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index bbf9d30..b4db1fe 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -793,6 +793,10 @@ 'fireinfo please enable' => 'Bitte schalten Sie den Fireinfo-Dienst ein.', 'fireinfo settings' => 'Fireinfo-Einstellungen', 'fireinfo system version' => 'Systemversionen', +'fireinfo why descr1' => 'Es ist sehr wichtig für die Entwicklung von IPFire, das dieser Dienst', +'fireinfo why descr2' => 'eingeschaltet ist. ', +'fireinfo why enable' => 'Warum sollte man Fireinfo einschalten?', +'fireinfo why read more' => 'Mehr über die Gründe.', 'fireinfo your profile id' => 'Profil-ID', 'firewall' => 'Firewall', 'firewall graphs' => 'Firewall Diagramme', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index ad16ec2..a1d687d 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -817,6 +817,10 @@ 'fireinfo please enable' => 'Please enable the fireinfo service.', 'fireinfo settings' => 'Fireinfo settings', 'fireinfo system version' => 'System versions', +'fireinfo why descr1' => 'It is very important for the development of IPFire that you enable this', +'fireinfo why descr2' => 'service. ', +'fireinfo why enable' => 'Why should I enable fireinfo?', +'fireinfo why read more' => 'Read more about the reasons.', 'fireinfo your profile id' => 'Your profile ID', 'firewall' => 'Firewall', 'firewall graphs' => 'Firewall Graphs',
hooks/post-receive -- IPFire 2.x development tree