source: temp/test-xoops.ec-cube.net/html/modules/tinyd0/language/tchinese/main.php @ 405

Revision 405, 1.4 KB checked in by root, 20 years ago (diff)
Line 
1<?php
2
3if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'TINYCONTENT_MB_LOADED' ) ) {
4
5
6
7// Appended by Xoops Language Checker -GIJOE- in 2005-04-19 18:26:42
8define('_TC_FMT_DEFAULT_COMMENT_TITLE','Re: %s');
9
10// Appended by Xoops Language Checker -GIJOE- in 2004-06-02 17:58:48
11define('_TC_NEXTPAGE','Next');
12define('_TC_PREVPAGE','Prev');
13define('_TC_TOPOFCONTENTS','Top of contents');
14
15define( 'TINYCONTENT_MB_LOADED' , 1 ) ;
16
17define('_TC_FILENOTFOUND','File not found! Please check the URL!');
18define("_TC_PRINTERFRIENDLY","Printer Friendly Page");
19define("_TC_SENDSTORY","Send this Story to a Friend");
20
21// whether parameter for "mailto:" is already rawurlencoded
22define("_TC_DONE_MAILTOENCODE" , false ) ;
23
24// %s is your site name. for single byte languages (ignored when _TC_DONE_MAILTOENCODE is true)
25define("_TC_INTARTICLE","Interesting Article at %s");
26define("_TC_INTARTFOUND","Here is an interesting article I have found at %s");
27
28// for multibyte languages (ignored when _TC_DONE_MAILTOENCODE is false)
29define("_TC_MB_INTARTICLE","" ) ;
30define("_TC_MB_INTARTFOUND","" ) ;
31
32// %s represents your site name
33define("_TC_THISCOMESFROM","This article comes from %s");
34define("_TC_URLFORSTORY","The URL for this story is:");
35}
36
37if( ! defined( 'FOR_XOOPS_LANG_CHECKER' ) && ! function_exists( 'tc_convert_wrap_to_ie' ) ) {
38    function tc_convert_wrap_to_ie( $str ) {
39        return $str ;
40    }
41}
42
43
44?>
Note: See TracBrowser for help on using the repository browser.