Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/wellcare/admin/TCPDF/examples/lang/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php //============================================================+ // File name : mlt.php // Begin : 2004-03-03 // Last Update : 2010-10-26 // // Description : Language module for TCPDF // (contains translated texts) // Maltese // // Author: Nicola Asuni // // (c) Copyright: // Nicola Asuni // Tecnick.com LTD // www.tecnick.com // info@tecnick.com //============================================================+ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf * @brief TCPDF language file: Maltese * @author Nicola Asuni * @since 2004-03-03 */ // Maltese global $l; $l = Array(); // PAGE META DESCRIPTORS -------------------------------------- $l['a_meta_charset'] = 'UTF-8'; $l['a_meta_dir'] = 'ltr'; $l['a_meta_language'] = 'mt'; // TRANSLATIONS -------------------------------------- $l['w_page'] = 'paġna'; //============================================================+ // END OF FILE //============================================================+