diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
| commit | 02608271bb2a9f3a65ed536984d306ee14b48e34 (patch) | |
| tree | 3f23ec48a694ec014e845c4f70d9b5f1c065403c /public/library/TCPDF/examples/lang/ita.php | |
| download | kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.tar.gz kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.tar.bz2 kalassa-02608271bb2a9f3a65ed536984d306ee14b48e34.zip | |
Diffstat (limited to 'public/library/TCPDF/examples/lang/ita.php')
| -rw-r--r-- | public/library/TCPDF/examples/lang/ita.php | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/public/library/TCPDF/examples/lang/ita.php b/public/library/TCPDF/examples/lang/ita.php new file mode 100644 index 0000000..0d3f5f1 --- /dev/null +++ b/public/library/TCPDF/examples/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 +//============================================================+ |
