![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/tecnickcom/tcpdf/examples/lang/ |
<?php //============================================================+ // File name : jpn.php // Begin : 2011-01-24 // Last Update : 2011-01-24 // // Description : Language module for TCPDF // (contains translated texts) // Japanese // // Author: Nicola Asuni - Translation by redcocker // // (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: Japanese * @author Nicola Asuni - Translation by redcocker * @since 2012-01-24 */ // Japanese global $l; $l = Array(); // PAGE META DESCRIPTORS -------------------------------------- $l['a_meta_charset'] = 'UTF-8'; $l['a_meta_dir'] = 'ltr'; $l['a_meta_language'] = 'ja'; // TRANSLATIONS -------------------------------------- $l['w_page'] = 'ページ'; //============================================================+ // END OF FILE //============================================================+