Small fixes

Support and feedback for UniAdmin

Small fixes

Postby knarf » Mon Jun 11, 2007 8:44 pm

I'd like to see the following patches in the next version of Uniadmin (where can I download a beta of 0.79?).

1. Fix the units (there is nothing called millibit)
2. Fix the date format (most significant to less significant is international standard and a day has 24 hours)
3. Ready is "bereit" and not "fertig" (common translation mistake)

Code: Select all
diff -ur uniadmin.orig/include/uniadmin.php uniadmin/include/uniadmin.php
--- uniadmin.orig/include/uniadmin.php  Fri Apr  6 01:43:46 2007
+++ uniadmin/include/uniadmin.php       Mon Jun 11 13:46:34 2007
@@ -672,7 +672,7 @@
        function filesize_readable( $size )
        {
                // Units
-               $sizes = array('b', 'kb', 'mb', 'gb', 'tb', 'pb');
+               $sizes = array('B', 'KB', 'MB', 'GB', 'TB', 'PB');
                $mod   = 1024;

                $ii = count($sizes) - 1;
diff -ur uniadmin.orig/language/german.php uniadmin/language/german.php
--- uniadmin.orig/language/german.php   Sat Apr  7 01:44:20 2007
+++ uniadmin/language/german.php        Sat Jun  9 17:14:12 2007
@@ -287,11 +287,11 @@


 // Miscellaneous
-$lang['time_format'] = 'M jS, J g:ia';
+$lang['time_format'] = 'Y-m-d H:i:s T';
 $lang['syncro_url'] = 'Synchronisations URL';
 $lang['verify_syncro_url'] = 'klicken, um zu überprüfen';
 $lang['guest_access'] = 'Gastzugang';
-$lang['interface_ready'] = 'UniUploader Aktualisierungsschnittstelle fertig...';
+$lang['interface_ready'] = 'UniUploader Aktualisierungsschnittstelle bereit...';


 // Addon Management


Thanks,
Knarf
Last edited by knarf on Mon Jun 11, 2007 10:32 pm, edited 1 time in total.
knarf
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Jun 09, 2007 11:15 pm
Location: Munich, Germany

Small fixes

Postby knarf » Sat Sep 29, 2007 10:21 pm

I just see my changed didn't go into 0.7.9. Maybe in the next version?

Knarf
knarf
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Jun 09, 2007 11:15 pm
Location: Munich, Germany

Small fixes

Postby zanix » Sun Sep 30, 2007 4:16 am

Fixed, thanks
And sorry about forgetting it
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to UniAdmin

Who is online

Users browsing this forum: No registered users and 0 guests