eng.php

Go to the documentation of this file.
00001 <?php
00002 //============================================================+
00003 // File name   : eng.php
00004 // Begin       : 2004-03-03
00005 // Last Update : 2008-11-17
00006 // 
00007 // Description : Language module for TCPDF
00008 //               (contains translated texts)
00009 // 
00010 // Author: Nicola Asuni
00011 // 
00012 // (c) Copyright:
00013 //               Nicola Asuni
00014 //               Tecnick.com s.r.l.
00015 //               Via Della Pace, 11
00016 //               09044 Quartucciu (CA)
00017 //               ITALY
00018 //               www.tecnick.com
00019 //               [email protected]
00020 //============================================================+
00021 
00032 // ENGLISH
00033 
00034 global $l;
00035 $l = Array();
00036 
00037 // PAGE META DESCRIPTORS --------------------------------------
00038 
00039 $l['a_meta_charset'] = 'UTF-8';
00040 $l['a_meta_dir'] = 'ltr';
00041 $l['a_meta_language'] = 'en';
00042 
00043 // TRANSLATIONS --------------------------------------
00044 $l['w_page'] = 'page';
00045 
00046 //============================================================+
00047 // END OF FILE                                                 
00048 //============================================================+
00049 ?>