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, master has been updated via 6456279f4f2b6a19c552510d4dc24edd3d310882 (commit) from 80c7f007fe5c70b1bbfa56286806e73ae1e93bfa (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 6456279f4f2b6a19c552510d4dc24edd3d310882 Author: Christian Schmidt maniacikarus@ipfire.org Date: Tue Apr 5 19:15:36 2011 +0200
Changed snort update string to match the more relevant information.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/49/filelists/files | 4 ++++ config/rootfiles/core/49/update.sh | 2 +- langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- langs/es/cgi-bin/es.pl | 2 +- langs/fr/cgi-bin/fr.pl | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/49/filelists/files b/config/rootfiles/core/49/filelists/files index 0051c60..a39cef6 100644 --- a/config/rootfiles/core/49/filelists/files +++ b/config/rootfiles/core/49/filelists/files @@ -4,3 +4,7 @@ var/ipfire/backup/bin/backup.pl srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/pppsetup.cgi srv/web/ipfire/cgi-bin/proxy.cgi +var/ipfire/langs/de.pl +var/ipfire/langs/en.pl +var/ipfire/langs/es.pl +var/ipfire/langs/fr.pl diff --git a/config/rootfiles/core/49/update.sh b/config/rootfiles/core/49/update.sh index 7c2a8bf..98c4f74 100644 --- a/config/rootfiles/core/49/update.sh +++ b/config/rootfiles/core/49/update.sh @@ -44,7 +44,7 @@ extract_files
# #Update Language cache -#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
#Rebuild module dep's #depmod 2.6.32.28-ipfire >/dev/null 2>&1 diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 808092e..b78efc5 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1749,7 +1749,7 @@ 'update transcript' => 'Aktualisieren', 'updatedatabase' => 'Datenbank auf Stand der letzten Reports setzen', 'updates' => 'Updates', -'updates installed' => 'Updates wurden installiert', +'updates installed' => 'Regelsatz vom', 'updates is old1' => 'Ihre Update-Datei ist ', 'updates is old2' => 'Tage alt. Wir empfehlen Ihnen, Ihr System über die "Updates"-Seite zu aktualisieren.', 'updxlrtr 3 months' => 'drei Monaten', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 26349e1..20a2681 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1782,7 +1782,7 @@ 'update transcript' => 'Update transcript', 'updatedatabase' => 'Update Database with last report', 'updates' => 'Updates', -'updates installed' => 'Updates Installed', +'updates installed' => 'Ruleset update from', 'updates is old1' => 'Your update file is ', 'updates is old2' => 'days old. We recommend you update it on the <b>System>Updates</b> page.', 'updxlrtr 3 months' => 'three months', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index cad4406..e35c680 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -1749,7 +1749,7 @@ 'update transcript' => 'Actualizar transcripción', 'updatedatabase' => 'Actualizar base de datos con el último reporte', 'updates' => 'Actualizaciones', -'updates installed' => 'Actualizaciones instaladas:', +'updates installed' => 'Conjunto de reglas de actualización de', 'updates is old1' => 'Su archivo de actualización es', 'updates is old2' => 'días de antigüedad. Recomendamos actualizarse en la página <b>Actualizaciones del Sistema</b>.', 'updxlrtr 3 months' => 'tres meses', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index eb81c52..8d52e1d 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -1760,7 +1760,7 @@ 'update transcript' => 'Mettre à jour transcript', 'updatedatabase' => 'Mettre à jour la base de données avec le dernier rapport', 'updates' => 'Mises à jour', -'updates installed' => 'Mises à jour installées', +'updates installed' => 'Mise à jour de l ensemble de règles', 'updates is old1' => 'Votre fichier de mise à jour est vieux de ', 'updates is old2' => 'jours. Il est recommandé de le mettre à jour depuis la page <b>Système>Mises à jour</b>.', 'updxlrtr 3 months' => 'trois mois',
hooks/post-receive -- IPFire 2.x development tree