K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / www / html / sman1baleendahoppppppp / vendor / tecnickcom / tcpdf / examples / lang /
server ip : 104.21.89.46

your ip : 172.69.17.203

H O M E


Filename/var/www/html/sman1baleendahoppppppp/vendor/tecnickcom/tcpdf/examples/lang/zho.php
Size1.08 kb
Permissionrw-r--r--
Ownerroot : root
Create time04-May-2025 17:23
Last modified04-May-2025 17:23
Last accessed08-Jul-2025 17:54
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
//============================================================+
// File name : zho.php
// Begin : 2010-10-26
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
// (contains translated texts)
// Chinese
//
// Author: Nicola Asuni
//
// (c) Copyright:
// Nicola Asuni
// Tecnick.com LTD
// www.tecnick.com
// [email protected]
//============================================================+

/**
* TCPDF language file (contains translated texts).
* @package com.tecnick.tcpdf
* @brief TCPDF language file: Chinese
* @author Nicola Asuni
* @since 2010-10-26
*/

// Chinese

global $l;
$l = Array();

// PAGE META DESCRIPTORS --------------------------------------

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'ltr';
$l['a_meta_language'] = 'zh';

// TRANSLATIONS --------------------------------------
$l['w_page'] = '頁面';

//============================================================+
// END OF FILE
//============================================================+