Pakfire Gui Update und Language fixes

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@858 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-30 07:39:37 +00:00
parent 228638e020
commit c5d106c11c
3 changed files with 27 additions and 9 deletions

View File

@@ -219,13 +219,13 @@ my $packages_update_age = &General::age("/opt/pakfire/db/lists/packages_list.db"
print <<END;
<table width='100%' cellpadding='5' >
<tr><td width="50%" bgcolor='$color{'color20'}' align="center"><b>(TR) Your system's state:</b>
<tr><td width="50%" bgcolor='$color{'color20'}' align="center"><b>$Lang::tr{'pakfire system state'}:</b>
<td width="50%">
<tr><td align="center">(TR) Core-Update-Level: $core_release<hr />
(TR) Last Update made $core_update_age ago<br />
(TR) Last server list update made $server_update_age ago<br />
(TR) Last core list update made $corelist_update_age ago<br />
(TR) Last packages list update made $packages_update_age ago
<tr><td align="center">$Lang::tr{'pakfire core update level'}: $core_release<hr />
$Lang::tr{'pakfire last update'} $core_update_age ago<br />
$Lang::tr{'pakfire last serverlist update'} $server_update_age ago<br />
$Lang::tr{'pakfire last core list update'} $corelist_update_age ago<br />
$Lang::tr{'pakfire last package update'} $packages_update_age ago
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
<input type='hidden' name='ACTION' value='update' />
<input type='submit' value='Liste aktualisieren' /><br />
@@ -246,7 +246,7 @@ END
<tr><td bgcolor='$color{'color20'}' align="center"><b>$Lang::tr{'pakfire available addons'}</b>
<td bgcolor='$color{'color20'}' align="center"><b>$Lang::tr{'pakfire installed addons'}</b>
<tr><td align="center">
<p>(TR) Please choose one or more items from the list below and click the 'plus' to install.</p>
<p>($Lang::tr{'pakfire install description'}</p>
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
<select name="INSPAKS" size="10" multiple>
END
@@ -260,7 +260,7 @@ print <<END;
</form>
<td align="center">
<p>(TR) Please choose one or more items from the list below and click the 'minus' to uninstall.</p>
<p>($Lang::tr{'pakfire uninstall description'}</p>
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
<select name="DELPAKS" size="10" multiple>
END
@@ -287,7 +287,7 @@ print <<END;
<td width='10%' align="left"><input type="checkbox" name="AUTOUPDATE" $checked{'AUTOUPDATE'}{'on'} />
<td width='40%' align="right">$Lang::tr{'pakfire register'}
<td width='10%' align="left"><input type="checkbox" name="UUID" $checked{'UUID'}{'on'} />
<tr><td width='40%' align="right">(TR) Apply core updates automatically?
<tr><td width='40%' align="right">$Lang::tr{'pakfire core update auto'}
<td width='10%' align="left"><input type="checkbox" name="AUTOUPGRADE" $checked{'AUTOUPGRADE'}{'on'} />
<td width='50%' colspan="2">&nbsp;
<tr><td width='100%' colspan="4" align="center"><input type="submit" name="ACTION" value="$Lang::tr{'save'}" />

View File

@@ -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:',

View File

@@ -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:',