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.24,1.25


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sbox.inc.php,1.24,1.25
Date: Tue, 18 Mar 2003 12:05:44 -0500

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

Modified Files:
        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.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** class.sbox.inc.php  15 Apr 2002 04:03:09 -0000      1.24
--- class.sbox.inc.php  18 Mar 2003 17:05:42 -0000      1.25
***************
*** 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]