diff options
-rwxr-xr-x | config/tcpdf_config_alt.php | 222 | ||||
-rwxr-xr-x | config/tcpdf_config_alt.php~ | 222 | ||||
-rwxr-xr-x | images/_blank.png | bin | 0 -> 137 bytes | |||
-rwxr-xr-x | images/fosseelogo.png | bin | 0 -> 75550 bytes | |||
-rwxr-xr-x | lang/afr.php | 44 | ||||
-rwxr-xr-x | lang/ara.php | 44 | ||||
-rwxr-xr-x | lang/aze.php | 44 | ||||
-rwxr-xr-x | lang/bel.php | 44 | ||||
-rwxr-xr-x | lang/bra.php | 44 | ||||
-rwxr-xr-x | lang/bul.php | 44 | ||||
-rwxr-xr-x | lang/cat.php | 44 | ||||
-rwxr-xr-x | lang/ces.php | 44 | ||||
-rwxr-xr-x | lang/chi.php | 44 | ||||
-rwxr-xr-x | lang/cym.php | 44 | ||||
-rwxr-xr-x | lang/dan.php | 44 | ||||
-rwxr-xr-x | lang/eng.php | 44 | ||||
-rwxr-xr-x | lang/est.php | 44 | ||||
-rwxr-xr-x | lang/eus.php | 44 | ||||
-rwxr-xr-x | lang/far.php | 44 | ||||
-rwxr-xr-x | lang/fra.php | 44 | ||||
-rwxr-xr-x | lang/ger.php | 44 | ||||
-rwxr-xr-x | lang/gle.php | 44 | ||||
-rwxr-xr-x | lang/glg.php | 44 | ||||
-rwxr-xr-x | lang/hat.php | 44 | ||||
-rwxr-xr-x | lang/heb.php | 44 | ||||
-rwxr-xr-x | lang/hrv.php | 44 | ||||
-rwxr-xr-x | lang/hun.php | 44 | ||||
-rwxr-xr-x | lang/hye.php | 44 | ||||
-rwxr-xr-x | lang/ind.php | 44 | ||||
-rwxr-xr-x | lang/ita.php | 44 | ||||
-rwxr-xr-x | lang/jpn.php | 44 | ||||
-rwxr-xr-x | lang/kat.php | 44 | ||||
-rwxr-xr-x | lang/kor.php | 44 | ||||
-rwxr-xr-x | lang/mkd.php | 44 | ||||
-rwxr-xr-x | lang/mlt.php | 44 | ||||
-rwxr-xr-x | lang/msa.php | 44 | ||||
-rwxr-xr-x | lang/nld.php | 44 | ||||
-rwxr-xr-x | lang/nob.php | 44 | ||||
-rwxr-xr-x | lang/pol.php | 44 | ||||
-rwxr-xr-x | lang/por.php | 44 | ||||
-rwxr-xr-x | lang/ron.php | 44 | ||||
-rwxr-xr-x | lang/rus.php | 44 | ||||
-rwxr-xr-x | lang/slv.php | 44 | ||||
-rwxr-xr-x | lang/spa.php | 44 | ||||
-rwxr-xr-x | lang/sqi.php | 44 | ||||
-rwxr-xr-x | lang/srp.php | 44 | ||||
-rwxr-xr-x | lang/swa.php | 44 | ||||
-rwxr-xr-x | lang/swe.php | 44 | ||||
-rwxr-xr-x | lang/ukr.php | 44 | ||||
-rwxr-xr-x | lang/urd.php | 44 | ||||
-rwxr-xr-x | lang/yid.php | 44 | ||||
-rwxr-xr-x | lang/zho.php | 44 | ||||
-rwxr-xr-x | tcpdf_include.php | 48 |
53 files changed, 2604 insertions, 0 deletions
diff --git a/config/tcpdf_config_alt.php b/config/tcpdf_config_alt.php new file mode 100755 index 0000000..45b6f81 --- /dev/null +++ b/config/tcpdf_config_alt.php @@ -0,0 +1,222 @@ +<?php +//============================================================+ +// File name : tcpdf_config.php +// Begin : 2004-06-11 +// Last Update : 2013-05-16 +// +// Description : Example of alternative configuration file for TCPDF. +// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com +// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) +// ------------------------------------------------------------------- +// Copyright (C) 2004-2013 Nicola Asuni - Tecnick.com LTD +// +// This file is part of TCPDF software library. +// +// TCPDF is free software: you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// TCPDF is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. +// +// See LICENSE.TXT file for more information. +//============================================================+ + +/** + * Example of alternative configuration file for TCPDF. + * @author Nicola Asuni + * @package com.tecnick.tcpdf + * @version 4.9.005 + * @since 2004-10-27 + */ + +/** + * Define the following constant to ignore the default configuration file. + */ +define ('K_TCPDF_EXTERNAL_CONFIG', true); + +/** + * Installation path (/var/www/tcpdf/). + * By default it is automatically calculated but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_MAIN', ''); + +/** + * URL path to tcpdf installation folder (http://localhost/tcpdf/). + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_URL', ''); + +/** + * Path for PDF fonts. + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_FONTS', K_PATH_MAIN.'fonts/'); + +/** + * Default images directory. + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +define ('K_PATH_IMAGES', dirname(__FILE__).'/../images/'); + +/** + * Deafult image logo used be the default Header() method. + * Please set here your own logo or an empty string to disable it. + */ +define ('PDF_HEADER_LOGO', 'fosseelogo.png'); + +/** + * Header logo image width in user units. + */ +define ('PDF_HEADER_LOGO_WIDTH', 180); + +/** + * Cache directory for temporary files (full path). + */ +define ('K_PATH_CACHE', sys_get_temp_dir().'/'); + +/** + * Generic name for a blank image. + */ +define ('K_BLANK_IMAGE', '_blank.png'); + +/** + * Page format. + */ +define ('PDF_PAGE_FORMAT', 'A4'); + +/** + * Page orientation (P=portrait, L=landscape). + */ +define ('PDF_PAGE_ORIENTATION', 'P'); + +/** + * Document creator. + */ +define ('PDF_CREATOR', 'TCPDF'); + +/** + * Document author. + */ +define ('PDF_AUTHOR', 'TCPDF'); + +/** + * Header title. + */ +define ('PDF_HEADER_TITLE', 'TCPDF Example'); + +/** + * Header description string. + */ +define ('PDF_HEADER_STRING', "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"); + +/** + * Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]. + */ +define ('PDF_UNIT', 'mm'); + +/** + * Header margin. + */ +define ('PDF_MARGIN_HEADER', 2); + +/** + * Footer margin. + */ +define ('PDF_MARGIN_FOOTER', 10); + +/** + * Top margin. + */ +define ('PDF_MARGIN_TOP', 29); + +/** + * Bottom margin. + */ +define ('PDF_MARGIN_BOTTOM', 25); + +/** + * Left margin. + */ +define ('PDF_MARGIN_LEFT', 15); + +/** + * Right margin. + */ +define ('PDF_MARGIN_RIGHT', 15); + +/** + * Default main font name. + */ +define ('PDF_FONT_NAME_MAIN', 'helvetica'); + +/** + * Default main font size. + */ +define ('PDF_FONT_SIZE_MAIN', 10); + +/** + * Default data font name. + */ +define ('PDF_FONT_NAME_DATA', 'helvetica'); + +/** + * Default data font size. + */ +define ('PDF_FONT_SIZE_DATA', 8); + +/** + * Default monospaced font name. + */ +define ('PDF_FONT_MONOSPACED', 'courier'); + +/** + * Ratio used to adjust the conversion of pixels to user units. + */ +define ('PDF_IMAGE_SCALE_RATIO', 1.25); + +/** + * Magnification factor for titles. + */ +define('HEAD_MAGNIFICATION', 1.1); + +/** + * Height of cell respect font height. + */ +define('K_CELL_HEIGHT_RATIO', 1.25); + +/** + * Title magnification respect main font size. + */ +define('K_TITLE_MAGNIFICATION', 1.3); + +/** + * Reduction factor for small font. + */ +define('K_SMALL_RATIO', 2/3); + +/** + * Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language. + */ +define('K_THAI_TOPCHARS', true); + +/** + * If true allows to call TCPDF methods using HTML syntax + * IMPORTANT: For security reason, disable this feature if you are printing user HTML content. + */ +define('K_TCPDF_CALLS_IN_HTML', true); + +/** + * If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution. + */ +define('K_TCPDF_THROW_EXCEPTION_ERROR', false); + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/config/tcpdf_config_alt.php~ b/config/tcpdf_config_alt.php~ new file mode 100755 index 0000000..6723391 --- /dev/null +++ b/config/tcpdf_config_alt.php~ @@ -0,0 +1,222 @@ +<?php +//============================================================+ +// File name : tcpdf_config.php +// Begin : 2004-06-11 +// Last Update : 2013-05-16 +// +// Description : Example of alternative configuration file for TCPDF. +// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com +// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) +// ------------------------------------------------------------------- +// Copyright (C) 2004-2013 Nicola Asuni - Tecnick.com LTD +// +// This file is part of TCPDF software library. +// +// TCPDF is free software: you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// TCPDF is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. +// +// See LICENSE.TXT file for more information. +//============================================================+ + +/** + * Example of alternative configuration file for TCPDF. + * @author Nicola Asuni + * @package com.tecnick.tcpdf + * @version 4.9.005 + * @since 2004-10-27 + */ + +/** + * Define the following constant to ignore the default configuration file. + */ +define ('K_TCPDF_EXTERNAL_CONFIG', true); + +/** + * Installation path (/var/www/tcpdf/). + * By default it is automatically calculated but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_MAIN', ''); + +/** + * URL path to tcpdf installation folder (http://localhost/tcpdf/). + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_URL', ''); + +/** + * Path for PDF fonts. + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +//define ('K_PATH_FONTS', K_PATH_MAIN.'fonts/'); + +/** + * Default images directory. + * By default it is automatically set but you can also set it as a fixed string to improve performances. + */ +define ('K_PATH_IMAGES', dirname(__FILE__).'/../images/'); + +/** + * Deafult image logo used be the default Header() method. + * Please set here your own logo or an empty string to disable it. + */ +define ('PDF_HEADER_LOGO', 'fosseelogo.png'); + +/** + * Header logo image width in user units. + */ +define ('PDF_HEADER_LOGO_WIDTH', 180); + +/** + * Cache directory for temporary files (full path). + */ +define ('K_PATH_CACHE', sys_get_temp_dir().'/'); + +/** + * Generic name for a blank image. + */ +define ('K_BLANK_IMAGE', '_blank.png'); + +/** + * Page format. + */ +define ('PDF_PAGE_FORMAT', 'A4'); + +/** + * Page orientation (P=portrait, L=landscape). + */ +define ('PDF_PAGE_ORIENTATION', 'P'); + +/** + * Document creator. + */ +define ('PDF_CREATOR', 'TCPDF'); + +/** + * Document author. + */ +define ('PDF_AUTHOR', 'TCPDF'); + +/** + * Header title. + */ +define ('PDF_HEADER_TITLE', 'TCPDF Example'); + +/** + * Header description string. + */ +define ('PDF_HEADER_STRING', "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"); + +/** + * Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]. + */ +define ('PDF_UNIT', 'mm'); + +/** + * Header margin. + */ +define ('PDF_MARGIN_HEADER', 2); + +/** + * Footer margin. + */ +define ('PDF_MARGIN_FOOTER', 10); + +/** + * Top margin. + */ +define ('PDF_MARGIN_TOP', 27); + +/** + * Bottom margin. + */ +define ('PDF_MARGIN_BOTTOM', 25); + +/** + * Left margin. + */ +define ('PDF_MARGIN_LEFT', 15); + +/** + * Right margin. + */ +define ('PDF_MARGIN_RIGHT', 15); + +/** + * Default main font name. + */ +define ('PDF_FONT_NAME_MAIN', 'helvetica'); + +/** + * Default main font size. + */ +define ('PDF_FONT_SIZE_MAIN', 10); + +/** + * Default data font name. + */ +define ('PDF_FONT_NAME_DATA', 'helvetica'); + +/** + * Default data font size. + */ +define ('PDF_FONT_SIZE_DATA', 8); + +/** + * Default monospaced font name. + */ +define ('PDF_FONT_MONOSPACED', 'courier'); + +/** + * Ratio used to adjust the conversion of pixels to user units. + */ +define ('PDF_IMAGE_SCALE_RATIO', 1.25); + +/** + * Magnification factor for titles. + */ +define('HEAD_MAGNIFICATION', 1.1); + +/** + * Height of cell respect font height. + */ +define('K_CELL_HEIGHT_RATIO', 1.25); + +/** + * Title magnification respect main font size. + */ +define('K_TITLE_MAGNIFICATION', 1.3); + +/** + * Reduction factor for small font. + */ +define('K_SMALL_RATIO', 2/3); + +/** + * Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language. + */ +define('K_THAI_TOPCHARS', true); + +/** + * If true allows to call TCPDF methods using HTML syntax + * IMPORTANT: For security reason, disable this feature if you are printing user HTML content. + */ +define('K_TCPDF_CALLS_IN_HTML', true); + +/** + * If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution. + */ +define('K_TCPDF_THROW_EXCEPTION_ERROR', false); + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/images/_blank.png b/images/_blank.png Binary files differnew file mode 100755 index 0000000..38f7b2f --- /dev/null +++ b/images/_blank.png diff --git a/images/fosseelogo.png b/images/fosseelogo.png Binary files differnew file mode 100755 index 0000000..1421c65 --- /dev/null +++ b/images/fosseelogo.png diff --git a/lang/afr.php b/lang/afr.php new file mode 100755 index 0000000..367b7e8 --- /dev/null +++ b/lang/afr.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : afr.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Afrikaans +// +// 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: Afrikaans + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Afrikaans + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'af'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'bladsy'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ara.php b/lang/ara.php new file mode 100755 index 0000000..32acfb4 --- /dev/null +++ b/lang/ara.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ara.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Arabic +// +// 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: Arabic + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Arabic + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'rtl'; +$l['a_meta_language'] = 'ar'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'صفحة'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/aze.php b/lang/aze.php new file mode 100755 index 0000000..9d19281 --- /dev/null +++ b/lang/aze.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : aze.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Azerbaijani +// +// 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: Azerbaijani + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Azerbaijani + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'az'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'səhifə'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/bel.php b/lang/bel.php new file mode 100755 index 0000000..cc33cac --- /dev/null +++ b/lang/bel.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : bel.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Basque +// +// 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: Basque + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Basque + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'be'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'старонкі'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/bra.php b/lang/bra.php new file mode 100755 index 0000000..cb2e1b2 --- /dev/null +++ b/lang/bra.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : eng.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Brazilian +// +// 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: Brazilian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Brazilian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'pt'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'página'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/bul.php b/lang/bul.php new file mode 100755 index 0000000..3605977 --- /dev/null +++ b/lang/bul.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : bul.php +// Begin : 2004-03-03 +// Last Update : 2013-05-13 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Bulgarian +// +// 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: Bulgarian + * @author Nicola Asuni + * @since 2012-03-22 + */ + +// Bulgarian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'bg'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'страница'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/cat.php b/lang/cat.php new file mode 100755 index 0000000..29ea3d8 --- /dev/null +++ b/lang/cat.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : cat.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Catalan +// +// 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: Catalan + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Catalan + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ca'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'pàgina'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ces.php b/lang/ces.php new file mode 100755 index 0000000..1b86789 --- /dev/null +++ b/lang/ces.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ces.php +// Begin : 2010-10-26 +// Last Update : 2010-11-22 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Czech +// +// 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: Czech + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Czech + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'cs'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'stránka'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/chi.php b/lang/chi.php new file mode 100755 index 0000000..131c7df --- /dev/null +++ b/lang/chi.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : chi.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Chinese (Simplified) +// +// 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: Chinese (Simplified) + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Chinese (Simplified) + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'cn'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = '页面'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/cym.php b/lang/cym.php new file mode 100755 index 0000000..935cf9a --- /dev/null +++ b/lang/cym.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : urd.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Welsh +// +// 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: Welsh + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Welsh + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'cy'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'tudalen'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/dan.php b/lang/dan.php new file mode 100755 index 0000000..a04af11 --- /dev/null +++ b/lang/dan.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : dan.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Danish +// +// 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: Danish + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Danish + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'da'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'side'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/eng.php b/lang/eng.php new file mode 100755 index 0000000..9752610 --- /dev/null +++ b/lang/eng.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : eng.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// English +// +// 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: English + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// English + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'en'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'page'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/est.php b/lang/est.php new file mode 100755 index 0000000..c9d9472 --- /dev/null +++ b/lang/est.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : est.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Estonian +// +// 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: Estonian + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Estonian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'et'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'lehekülg'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/eus.php b/lang/eus.php new file mode 100755 index 0000000..63e8694 --- /dev/null +++ b/lang/eus.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : eus.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Basque +// +// 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: Basque + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Basque + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'eu'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'Orrialdearen'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/far.php b/lang/far.php new file mode 100755 index 0000000..dc71cf7 --- /dev/null +++ b/lang/far.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : far.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Farsi +// +// 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: Farsi + * @author Sina Saeedi + * @since 2011-04-12 + */ + +// Farsi + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'rtl'; +$l['a_meta_language'] = 'fa'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'صفحه'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/fra.php b/lang/fra.php new file mode 100755 index 0000000..bf98f85 --- /dev/null +++ b/lang/fra.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : fra.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// French +// +// 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: French + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// French + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'fr'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'page'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ger.php b/lang/ger.php new file mode 100755 index 0000000..dad6268 --- /dev/null +++ b/lang/ger.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ger.php +// Begin : 2004-03-03 +// Last Update : 2010-11-16 +// +// Description : Language module for TCPDF +// (contains translated texts) +// German +// +// 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: German + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// German + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'de'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'Seite'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/gle.php b/lang/gle.php new file mode 100755 index 0000000..e8f40fe --- /dev/null +++ b/lang/gle.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ind.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Irish +// +// 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: Irish + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Irish + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ga'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'leathanach'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/glg.php b/lang/glg.php new file mode 100755 index 0000000..1d71714 --- /dev/null +++ b/lang/glg.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : glg.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Galician +// +// 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: Galician + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Galician + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'gl'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'Páxina'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/hat.php b/lang/hat.php new file mode 100755 index 0000000..f6b27c3 --- /dev/null +++ b/lang/hat.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : hat.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Haitian Creole +// +// 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: Haitian Creole + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Haitian Creole + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ht'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'paj'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/heb.php b/lang/heb.php new file mode 100755 index 0000000..33f1204 --- /dev/null +++ b/lang/heb.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : heb.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Hebrew +// +// 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: Hebrew + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Hebrew + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'rtl'; +$l['a_meta_language'] = 'he'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'מקור:'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/hrv.php b/lang/hrv.php new file mode 100755 index 0000000..47fe5d4 --- /dev/null +++ b/lang/hrv.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : hrv.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Croatian +// +// 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: Croatian + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Croatian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'hr'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'stranica'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/hun.php b/lang/hun.php new file mode 100755 index 0000000..1053d69 --- /dev/null +++ b/lang/hun.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : hun.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Hungarian +// +// 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: Hungarian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Hungarian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'hu'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'oldal'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/hye.php b/lang/hye.php new file mode 100755 index 0000000..fbade3e --- /dev/null +++ b/lang/hye.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : hye.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Armenian +// +// 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: Armenian + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Armenian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'hy'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'էջ'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ind.php b/lang/ind.php new file mode 100755 index 0000000..9a16ee3 --- /dev/null +++ b/lang/ind.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ind.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Indonesian +// +// 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: Indonesian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Indonesian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'id'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'halaman'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ita.php b/lang/ita.php new file mode 100755 index 0000000..0d3f5f1 --- /dev/null +++ b/lang/ita.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ita.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Italian +// +// 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: Italian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Italian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'it'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'pagina'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/jpn.php b/lang/jpn.php new file mode 100755 index 0000000..dc6dfb6 --- /dev/null +++ b/lang/jpn.php @@ -0,0 +1,44 @@ +<?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 +// info@tecnick.com +//============================================================+ + +/** + * 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 +//============================================================+ diff --git a/lang/kat.php b/lang/kat.php new file mode 100755 index 0000000..168dc34 --- /dev/null +++ b/lang/kat.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : kat.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Georgian +// +// 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: Georgian + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Georgian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ka'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'გვერდი'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/kor.php b/lang/kor.php new file mode 100755 index 0000000..a817985 --- /dev/null +++ b/lang/kor.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : kor.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Korean +// +// 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: Korean + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Korean + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ko'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = '페이지'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/mkd.php b/lang/mkd.php new file mode 100755 index 0000000..39ea8ae --- /dev/null +++ b/lang/mkd.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : mkd.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Macedonian +// +// 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: Macedonian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Macedonian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'mk'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'страница'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/mlt.php b/lang/mlt.php new file mode 100755 index 0000000..f946c03 --- /dev/null +++ b/lang/mlt.php @@ -0,0 +1,44 @@ +<?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 +//============================================================+ diff --git a/lang/msa.php b/lang/msa.php new file mode 100755 index 0000000..69c564a --- /dev/null +++ b/lang/msa.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : msa.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Malay +// +// 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: Malay + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Malay + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ms'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'laman'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/nld.php b/lang/nld.php new file mode 100755 index 0000000..0f19bed --- /dev/null +++ b/lang/nld.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : nld.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Dutch +// +// 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: Dutch + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Dutch + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'nl'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'pagina'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/nob.php b/lang/nob.php new file mode 100755 index 0000000..94e8ff0 --- /dev/null +++ b/lang/nob.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : nob.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Norwegian Bokmål +// +// 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: Norwegian Bokmål + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Norwegian Bokmål + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'nb'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'side'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/pol.php b/lang/pol.php new file mode 100755 index 0000000..fbf386f --- /dev/null +++ b/lang/pol.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : pol.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Polish +// +// 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: Polish + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Polish + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'pl'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'strona'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/por.php b/lang/por.php new file mode 100755 index 0000000..ab45c71 --- /dev/null +++ b/lang/por.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : por.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Portuguese +// +// 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: Portuguese + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Portuguese + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'pt'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'página'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ron.php b/lang/ron.php new file mode 100755 index 0000000..985622c --- /dev/null +++ b/lang/ron.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ron.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Romanian, Moldavian, Moldovan +// +// 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: Romanian, Moldavian, Moldovan + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Romanian, Moldavian, Moldovan + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ro'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'pagina'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/rus.php b/lang/rus.php new file mode 100755 index 0000000..45cb515 --- /dev/null +++ b/lang/rus.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : rus.php +// Begin : 2004-03-03 +// Last Update : 2012-07-25 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Russian +// +// 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: Russian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Russian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ru'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'страница'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/slv.php b/lang/slv.php new file mode 100755 index 0000000..c2a8d98 --- /dev/null +++ b/lang/slv.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : slv.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Slovene +// +// 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: Slovene + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Slovene + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'sl'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'stran'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/spa.php b/lang/spa.php new file mode 100755 index 0000000..02e0220 --- /dev/null +++ b/lang/spa.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : spa.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Spanish; Castilian +// +// 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: Spanish; Castilian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Spanish; Castilian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'es'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'página'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/sqi.php b/lang/sqi.php new file mode 100755 index 0000000..bd01da3 --- /dev/null +++ b/lang/sqi.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : sqi.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Albanian +// +// 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: Albanian + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Albanian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'sq'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'faqe'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/srp.php b/lang/srp.php new file mode 100755 index 0000000..60a5e02 --- /dev/null +++ b/lang/srp.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : srp.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Serbian +// +// 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: Serbian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Serbian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'sr'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'страна'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/swa.php b/lang/swa.php new file mode 100755 index 0000000..f30486d --- /dev/null +++ b/lang/swa.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : swa.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Swahili +// +// 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: Swahili + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Swahili + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'sw'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'ukurasa'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/swe.php b/lang/swe.php new file mode 100755 index 0000000..22a38ce --- /dev/null +++ b/lang/swe.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : swe.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Swedish +// +// 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: Swedish + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Swedish + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'sv'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'sida'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/ukr.php b/lang/ukr.php new file mode 100755 index 0000000..ef71b7f --- /dev/null +++ b/lang/ukr.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : ukr.php +// Begin : 2004-03-03 +// Last Update : 2012-07-25 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Ukrainian +// +// 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: Ukrainian + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Russian + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'ua'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'сторінка'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/urd.php b/lang/urd.php new file mode 100755 index 0000000..2045a90 --- /dev/null +++ b/lang/urd.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : urd.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Urdu +// +// 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: Urdu + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Urdu + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'rtl'; +$l['a_meta_language'] = 'ur'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'صفحہ'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/yid.php b/lang/yid.php new file mode 100755 index 0000000..2e55322 --- /dev/null +++ b/lang/yid.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : yid.php +// Begin : 2004-03-03 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Welsh +// +// 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: Welsh + * @author Nicola Asuni + * @since 2004-03-03 + */ + +// Welsh + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'rtl'; +$l['a_meta_language'] = 'yi'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = 'זייַט'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/lang/zho.php b/lang/zho.php new file mode 100755 index 0000000..8eea0a9 --- /dev/null +++ b/lang/zho.php @@ -0,0 +1,44 @@ +<?php +//============================================================+ +// File name : zho.php +// Begin : 2010-10-26 +// Last Update : 2010-10-26 +// +// Description : Language module for TCPDF +// (contains translated texts) +// Chinese +// +// 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: Chinese + * @author Nicola Asuni + * @since 2010-10-26 + */ + +// Chinese + +global $l; +$l = Array(); + +// PAGE META DESCRIPTORS -------------------------------------- + +$l['a_meta_charset'] = 'UTF-8'; +$l['a_meta_dir'] = 'ltr'; +$l['a_meta_language'] = 'zh'; + +// TRANSLATIONS -------------------------------------- +$l['w_page'] = '頁面'; + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/tcpdf_include.php b/tcpdf_include.php new file mode 100755 index 0000000..26e23a8 --- /dev/null +++ b/tcpdf_include.php @@ -0,0 +1,48 @@ +<?php +//============================================================+ +// File name : tcpdf_include.php +// Begin : 2008-05-14 +// Last Update : 2014-12-10 +// +// Description : Search and include the TCPDF library. +// +// Author: Nicola Asuni +// +// (c) Copyright: +// Nicola Asuni +// Tecnick.com LTD +// www.tecnick.com +// info@tecnick.com +//============================================================+ + +/** + * Search and include the TCPDF library. + * @package com.tecnick.tcpdf + * @abstract TCPDF - Include the main class. + * @author Nicola Asuni + * @since 2013-05-14 + */ + +// always load alternative config file for examples +require_once('config/tcpdf_config_alt.php'); + +// Include the main TCPDF library (search the library on the following directories). +$tcpdf_include_dirs = array( + realpath('../tcpdf.php'), + '/usr/share/php/tcpdf/tcpdf.php', + '/usr/share/tcpdf/tcpdf.php', + '/usr/share/php-tcpdf/tcpdf.php', + '/var/www/tcpdf/tcpdf.php', + '/var/www/html/tcpdf/tcpdf.php', + '/usr/local/apache2/htdocs/tcpdf/tcpdf.php' +); +foreach ($tcpdf_include_dirs as $tcpdf_include_path) { + if (@file_exists($tcpdf_include_path)) { + require_once($tcpdf_include_path); + break; + } +} + +//============================================================+ +// END OF FILE +//============================================================+ |