From e7ca4140792253148951e5fe2f79d693384da2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 21 May 2002 19:29:00 +0000 Subject: [PATCH] Restored the "to translate" split line --- lang/chinese_big5.inc.php3 | 8 ++++++-- lang/chinese_gb.inc.php3 | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 9dd5b7c6f..8e2bf7d2d 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -1,7 +1,10 @@ -// Follow by the original translation of Taiyen Hung ¬x®õ¤¸ + +/** + * Last translation by: siusun + * Follow by the original translation of Taiyen Hung ¬x®õ¤¸ + */ $charset = 'big5'; $text_dir = 'ltr'; @@ -365,6 +368,7 @@ $strYes = ' $strZip = '"zipped"'; +// To translate $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 97965c141..248b544c6 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -1,6 +1,9 @@ + +/** + * Last translation by: siusun + */ $charset = 'gb2312'; $text_dir = 'ltr'; @@ -365,6 +368,7 @@ $strYes = ' $strZip = '"zipped"'; +// To translate $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate ?>