phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox.inc.php,1.22.2.2,1.22.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox.inc.php,1.22.2.2,1.22.2.3
Date: Tue, 18 Mar 2003 11:57:51 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv31627

Modified Files:
      Tag: Version-0_9_14-branch
        class.sbox.inc.php 
Log Message:
made some more messages from the users-prefs translatable


Index: class.sbox.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sbox.inc.php,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -C2 -r1.22.2.2 -r1.22.2.3
*** class.sbox.inc.php  15 Apr 2002 04:02:23 -0000      1.22.2.2
--- class.sbox.inc.php  18 Mar 2003 16:57:44 -0000      1.22.2.3
***************
*** 284,287 ****
--- 284,300 ----
                );
  
+               function sbox()
+               {
+                       foreach ($this->country_array as $key => $name)
+                       {
+                               $translated = lang($name);
+                               if ($translated != $name.'*')
+                               {
+                                       $this->country_array[$key] = 
$translated;
+                               }
+                       }
+                       asort($this->country_array);
+               }
+ 
                function hour_formated_text($name, $selected = 0)
                {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]