Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: com-tecnick-tcpdf

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Source code for file /tcpdf/config/lang/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. //               [email protected]
  20. //============================================================+
  21.  
  22. /**
  23.  * TCPDF language file (contains translated texts).
  24.  * @package com.tecnick.tcpdf
  25.  * @abstract TCPDF language file.
  26.  * @author Nicola Asuni
  27.  * @copyright 2004 Tecnick.com S.r.l (www.tecnick.com) Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - [email protected]
  28.  * @link http://tcpdf.sourceforge.net
  29.  * @license http://www.gnu.org/copyleft/lesser.html LGPL
  30.  * @since 2004-03-03
  31.  */
  32.  
  33. // ENGLISH
  34.  
  35. $l Array();
  36.  
  37. // PAGE META DESCRIPTORS --------------------------------------
  38.  
  39. $l['a_meta_charset'"UTF-8";
  40. $l['a_meta_dir'"ltr";
  41. $l['a_meta_language'"en";
  42.  
  43. // TRANSLATIONS --------------------------------------
  44. $l['w_page'"page";
  45.  
  46. //============================================================+
  47. // END OF FILE
  48. //============================================================+
  49. ?>

Documentation generated on Mon, 05 Mar 2007 20:57:22 +0000 by phpDocumentor 1.3.1