From c5d106c11c617631543aa42196287e0d41aa3299 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Thu, 30 Aug 2007 07:39:37 +0000 Subject: [PATCH] Pakfire Gui Update und Language fixes git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@858 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- html/cgi-bin/pakfire.cgi | 18 +++++++++--------- langs/de/cgi-bin/de.pl | 9 +++++++++ langs/en/cgi-bin/en.pl | 9 +++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi index aea7b72e29..21160620d4 100644 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -219,13 +219,13 @@ my $packages_update_age = &General::age("/opt/pakfire/db/lists/packages_list.db" print < - (TR) Your system's state: + $Lang::tr{'pakfire system state'}: - (TR) Core-Update-Level: $core_release
- (TR) Last Update made $core_update_age ago
- (TR) Last server list update made $server_update_age ago
- (TR) Last core list update made $corelist_update_age ago
- (TR) Last packages list update made $packages_update_age ago + $Lang::tr{'pakfire core update level'}: $core_release
+ $Lang::tr{'pakfire last update'} $core_update_age ago
+ $Lang::tr{'pakfire last serverlist update'} $server_update_age ago
+ $Lang::tr{'pakfire last core list update'} $corelist_update_age ago
+ $Lang::tr{'pakfire last package update'} $packages_update_age ago

@@ -246,7 +246,7 @@ END $Lang::tr{'pakfire available addons'} $Lang::tr{'pakfire installed addons'} -

(TR) Please choose one or more items from the list below and click the 'plus' to install.

+

($Lang::tr{'pakfire install description'}

END @@ -287,7 +287,7 @@ print < $Lang::tr{'pakfire register'} - (TR) Apply core updates automatically? + $Lang::tr{'pakfire core update auto'}   diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index fe41cc72bc..2f6c41a46e 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1218,10 +1218,19 @@ 'pakfire accept all' => 'Möchten Sie der Installation aller Pakete zustimmen?', 'pakfire available addons' => 'Verfügbare Addons:', 'pakfire configuration' => 'Pakfire Konfiguration', +'pakfire core update auto' => 'Core Updates automatisch installieren?', +'pakfire core update level' => 'Core-Update-Level', +'pakfire install description' => 'Wählen Sie ein oder mehrere Pakete zur Installation aus und drücken Sie auf das plus Symbol.', 'pakfire install package' => 'Sie möchten folgende Pakete installieren: ', 'pakfire installed addons' => 'Installierte Addons:', +'pakfire last core list update' => 'Letztes Corelisten Update vor', +'pakfire last package update' => 'Letztes Pakelisten Update vor', +'pakfire last serverlist update' => 'Letztes Serverlisten Update vor', +'pakfire last update' => 'Letzes Update vor', 'pakfire possible dependency' => ' Möglicherweise haben diese Pakete Abhängigkeiten, d.h. andere Pakete müssen zusätzlich installiert werden. Dazu sehen sie unten eine Liste.', 'pakfire register' => 'Registrierung am Master-Server:', +'pakfire system state' => 'System Status', +'pakfire uninstall description' => 'Wählen Sie ein oder mehrere Pakete zur Deinstallation aus und drücken Sie auf das minus Symbol.', 'pakfire uninstall package' => 'Sie möchten folgende Pakete deinstallieren: ', 'pakfire update daily' => 'Automatische Updates täglich ausführen:', 'pakfire updates' => 'Zur Verfügung stehende Updates:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 4c836c178e..fd5d33930a 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1246,10 +1246,19 @@ 'pakfire accept all' => 'Do you want to install all packages?', 'pakfire available addons' => 'Available Addons:', 'pakfire configuration' => 'Pakfire Configuration', +'pakfire core update auto' => 'Install Core Update automaticly?', +'pakfire core update level' => 'Core-Update-Level', +'pakfire install description' => 'Please choose one or more items from the list below and click the plus to install.', 'pakfire install package' => 'You want to install the following packages: ', 'pakfire installed addons' => 'Installed Addons:', +'pakfire last core list update' => 'Last core list update made', +'pakfire last package update' => 'Last packages list update made', +'pakfire last serverlist update' => 'Last server list update made', +'pakfire last update' => 'Last Update made', 'pakfire possible dependency' => ' There may be depending packages, here is a list of packages that need to be installed.', 'pakfire register' => 'Register at master server:', +'pakfire system state' => 'System Status', +'pakfire uninstall description' => 'Please choose one or more items from the list below and click the minus to uninstall.', 'pakfire uninstall package' => 'You want to uninstall the following packages: ', 'pakfire update daily' => 'Run automatic Update daily:', 'pakfire updates' => 'Available Update:', -- 2.39.2