]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Pakfire Gui Update und Language fixes
authormaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 30 Aug 2007 07:39:37 +0000 (07:39 +0000)
committermaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 30 Aug 2007 07:39:37 +0000 (07:39 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@858 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

html/cgi-bin/pakfire.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index aea7b72e297ad54bb37e26705d9146e5eb4d36a4..21160620d4d4daa09ec3eaf1a2347ba0d6d18fb3 100644 (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'}" />
index fe41cc72bcc1ebfeb7abd566c16dcce2c073fb6d..2f6c41a46e74abfc1d52cbcf7c7032e5099b3b23 100644 (file)
 '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:',
index 4c836c178e17cb2dacbb6659c5aeda2c806193ab..fd5d33930aa41a12f32fc8eb6a7e12b9af2c1d18 100644 (file)
 '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:',