source: trunk/expressoAdmin1_2/inc/load_lang.php @ 493

Revision 493, 288 bytes checked in by niltonneto, 16 years ago (diff)

Correção de tradução

  • Property svn:executable set to *
RevLine 
[415]1<?
2        $lang = array();
[493]3        if (!empty($_SESSION['phpgw_info']['expressoAdmin']['lang']))
[415]4        {
[493]5                foreach($_SESSION['phpgw_info']['expressoAdmin']['lang'] as $message_id=>$content)
6                {
7                        $lang[str_replace(" ", "_", (strtolower($message_id)) )] = $content;
8                }
[415]9        }
10        echo serialize($lang);
11        exit;
12?>
Note: See TracBrowser for help on using the repository browser.