[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail: [12898]
From:       kink () users ! sourceforge ! net
Date:       2008-01-24 15:22:43
Message-ID: E1JI3ud-0001CM-QC () sc8-pr-svn2 ! sourceforge ! net
[Download RAW message or body]

Revision: 12898
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12898&view=rev
Author:   kink
Date:     2008-01-24 07:22:43 -0800 (Thu, 24 Jan 2008)

Log Message:
-----------
make MiB/KiB translatable

Modified Paths:
--------------
    trunk/squirrelmail/functions/strings.php

Modified: trunk/squirrelmail/functions/strings.php
===================================================================
--- trunk/squirrelmail/functions/strings.php	2008-01-24 11:17:48 UTC (rev 12897)
+++ trunk/squirrelmail/functions/strings.php	2008-01-24 15:22:43 UTC (rev 12898)
@@ -743,11 +743,11 @@
  */
 function show_readable_size($bytes) {
     $bytes /= 1024;
-    $type = 'KiB';
+    $type = _("KiB");
 
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;
-        $type = 'MiB';
+        $type = _("MiB");
     }
 
     if ($bytes < 10) {


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic