From: Jan Paul Tuecking Date: Thu, 6 Aug 2009 20:21:39 +0000 (+0200) Subject: Corrected pakfire configuration questions on pakfire.cgi to understand what they... X-Git-Tag: v2.5-core30~41^2~1 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c661488323a297cf001d4c63e8efd266c7a5c9ba Corrected pakfire configuration questions on pakfire.cgi to understand what they are really doing. --- diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi old mode 100644 new mode 100755 index 69bd11d3e2..2d6f1c8f96 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -286,16 +286,16 @@ print < - - - - +
$Lang::tr{'basic options'}
$Lang::tr{'pakfire update daily'} - on / +
$Lang::tr{'pakfire update daily'} + on | off
$Lang::tr{'pakfire core update auto'} - on / +
$Lang::tr{'pakfire core update auto'} + on | off
$Lang::tr{'pakfire register'} - on / +
$Lang::tr{'pakfire register'} + on | off
END diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 6ffd0d4c97..3aa10368f7 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1285,7 +1285,7 @@ '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 auto' => 'Core und Addon 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: ', @@ -1295,11 +1295,11 @@ '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 register' => 'Registrierung am Pakfire-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 update daily' => 'Täglich nach Updates suchen:', 'pakfire updates' => 'Zur Verfügung stehende Updates:', 'pakfire working' => 'Pakfire führt gerade eine Aufgabe aus... Bitte warten sie, bis diese erfolgreich beendet wurde.', 'pap or chap' => 'PAP oder CHAP', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index a2839388bb..bef3520645 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1313,7 +1313,7 @@ '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 auto' => 'Install core and addon updates automatically:', '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: ', @@ -1323,11 +1323,11 @@ '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 register' => 'Register at pakfire-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 update daily' => 'Search for updates daily:', 'pakfire updates' => 'Available Update:', 'pakfire working' => 'Pakfire ist working ... Please wait until everything is done successfull.', 'pap or chap' => 'PAP or CHAP',