Restored the "to translate" split line

This commit is contained in:
Loïc Chapeaux
2002-05-21 19:29:00 +00:00
parent 185f9e9d7d
commit e7ca414079
2 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
<?php
/* $Id$ */
// Last translation by: siusun <siusun@best-view.net>
// Follow by the original translation of Taiyen Hung <20>x<EFBFBD><78><EFBFBD><EFBFBD><yen789@pchome.com.tw>
/**
* Last translation by: siusun <siusun@best-view.net>
* Follow by the original translation of Taiyen Hung <20>x<EFBFBD><78><EFBFBD><EFBFBD><yen789@pchome.com.tw>
*/
$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
?>

View File

@@ -1,6 +1,9 @@
<?php
/* $Id$ */
// Last translation by: siusun <siusun@best-view.net>
/**
* Last translation by: siusun <siusun@best-view.net>
*/
$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
?>