fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9188] translation


From: Sigurd Nes
Subject: [Fmsystem-commits] [9188] translation
Date: Thu, 19 Apr 2012 20:14:00 +0000

Revision: 9188
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9188
Author:   sigurdne
Date:     2012-04-19 20:13:58 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
translation

Modified Paths:
--------------
    trunk/phpgwapi/inc/functions.inc.php

Modified: trunk/phpgwapi/inc/functions.inc.php
===================================================================
--- trunk/phpgwapi/inc/functions.inc.php        2012-04-19 20:12:42 UTC (rev 
9187)
+++ trunk/phpgwapi/inc/functions.inc.php        2012-04-19 20:13:58 UTC (rev 
9188)
@@ -73,6 +73,23 @@
        }
 
        /**
+        * Generates a javascript translator object/hash for the specified 
fields.
+        */
+
+       /*
+       function js_lang()
+       {
+               $keys = func_get_args();
+               $strings = array();
+               foreach($keys as $key)
+               {
+                       $strings[$key] = is_string($key) ? lang($key) : 
call_user_func_array('lang', $key);
+               }
+               return json_encode($strings);
+       }
+       */
+
+       /**
        * cleans up a backtrace array and converts it to a string
        *
        * @internal this is such an ugly piece of code due to a reference to 
the error context




reply via email to

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