linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Source for file eng.php

Documentation is available at eng.php

  1. <?php
  2. //============================================================+
  3. // File name   : eng.php                                       
  4. // Begin       : 2004-03-03                                    
  5. // Last Update : 2005-03-19                                    
  6. //                                                             
  7. // Description : Language module for TCPDF                     
  8. //               (contains translated texts)                   
  9. //                                                             
  10. //                                                             
  11. // Author: Nicola Asuni                                        
  12. //                                                             
  13. // (c) Copyright:                                              
  14. //               Tecnick.com S.r.l.                            
  15. //               Via Ugo Foscolo n.19                          
  16. //               09045 Quartu Sant'Elena (CA)                  
  17. //               ITALY                                         
  18. //               www.tecnick.com                               
  19. //               info@tecnick.com                              
  20. //============================================================+
  21.  
  22. /**
  23.  * TCPDF language file (contains translated texts).
  24.  * @package linea21.externals
  25.  * @subpackage com.tecnick.tcpdf
  26.  * @abstract TCPDF language file.
  27.  * @author Nicola Asuni
  28.  * @copyright 2004 Tecnick.com S.r.l (www.tecnick.com) Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - info@tecnick.com
  29.  * @link http://tcpdf.sourceforge.net
  30.  * @license http://www.gnu.org/copyleft/lesser.html LGPL
  31.  * @since 2004-03-03
  32.  */
  33.  
  34. // ENGLISH
  35.  
  36. $l Array();
  37.  
  38. // PAGE META DESCRIPTORS --------------------------------------
  39.  
  40. $l['a_meta_charset'"UTF-8";
  41. $l['a_meta_dir'"ltr";
  42. $l['a_meta_language'"en";
  43.  
  44. // TRANSLATIONS --------------------------------------
  45. $l['w_page'"page";
  46.  
  47. //============================================================+
  48. // END OF FILE                                                 
  49. //============================================================+
  50. ?>

Documentation generated on Fri, 16 Oct 2009 09:32:36 +0200 by phpDocumentor 1.4.1