Rev 172 Rev 185
Line 25... Line 25...
25 // 25 //
26 // Author: Liangxu Wang <wlx@mygis.org> 26 // Author: Liangxu Wang <wlx@mygis.org>
27   27  
28 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities). 28 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
29 $lang["LANGUAGENAME"] = "Simplified Chinese"; 29 $lang["LANGUAGENAME"] = "Simplified Chinese";
-   30 $lang['LANGUAGETAG'] = 'zh-CN';
30   31  
31 $lang["LOG"] = "记录"; 32 $lang["LOG"] = "记录";
32 $lang["DIFF"] = "差异"; 33 $lang["DIFF"] = "差异";
33   34  
34 $lang["NOREP"] = "没有仓库"; 35 $lang["NOREP"] = "没有仓库";