r54946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54945‎ | r54946 | r54947 >
Date:16:36, 13 August 2009
Author:philip
Status:resolved (Comments)
Tags:
Comment:
Localisation updates for zh-hans and zh-hant of Lua extension.
Modified paths:
  • /trunk/extensions/Lua/Lua.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Lua/Lua.i18n.php
@@ -605,3 +605,30 @@
606606 'lua_overflow_time' => 'Quá thời gian chạy tối đa',
607607 );
608608
 609+/** Simplified Chinese (‪中文(简体)‬)
 610+ * @author PhiLiP
 611+ */
 612+$messages['zh-hans'] = array(
 613+ 'lua_desc' => '通过支持嵌入[http://www.lua.org/ Lua]代码段来扩展解析器。'
 614+ 'lua_error' => '第$1行有错误',
 615+ 'lua_extension_notfound' => '未配置Lua插件',
 616+ 'lua_interp_notfound' => '未找到Lua解释器',
 617+ 'lua_error_internal' => '内部错误',
 618+ 'lua_overflow_recursion' => '递归越限',
 619+ 'lua_overflow_loc' => '代码行数越限',
 620+ 'lua_overflow_time' => '运行时间越限',
 621+);
 622+
 623+/** Traditional Chinese (‪中文(繁體)‬)
 624+ * @author PhiLiP
 625+ */
 626+$messages['zh-hant'] = array(
 627+ 'lua_desc' => '透過支援嵌入[http://www.lua.org/ Lua]程式碼段來拓展解析器。'
 628+ 'lua_error' => '第$1行有錯誤',
 629+ 'lua_extension_notfound' => '未設定Lua插件',
 630+ 'lua_interp_notfound' => '未找到Lua直譯器',
 631+ 'lua_error_internal' => '內部錯誤',
 632+ 'lua_overflow_recursion' => '遞回越限',
 633+ 'lua_overflow_loc' => '程式碼行數越限',
 634+ 'lua_overflow_time' => '執行時間越限',
 635+);
\ No newline at end of file

Comments

#Comment by Siebrand (talk | contribs)   16:48, 13 August 2009

Syntax errors fixed in r54948

Status & tagging log