]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/tcpdf/config/lang/ita.php
Release 6.5.0
[Github/sugarcrm.git] / include / tcpdf / config / lang / ita.php
1 <?php
2
3 /*
4
5 Modification information for LGPL compliance
6
7 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
8
9 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
10
11 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
12
13 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
14
15 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
16
17 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
18
19 r46451 - 2009-04-23 16:57:40 -0700 (Thu, 23 Apr 2009) - jenny - tcpdf initial checkin.
20
21
22 */
23
24
25 //============================================================+
26 // File name   : ita.php
27 // Begin       : 2004-03-03
28 // Last Update : 2009-03-18
29 // 
30 // Description : Language module for TCPDF
31 //               (contains translated texts)
32 // 
33 // Author: Nicola Asuni
34 // 
35 // (c) Copyright:
36 //               Nicola Asuni
37 //               Tecnick.com s.r.l.
38 //               Via Della Pace, 11
39 //               09044 Quartucciu (CA)
40 //               ITALY
41 //               www.tecnick.com
42 //               info@tecnick.com
43 //============================================================+
44
45 /**
46  * TCPDF language file (contains translated texts).
47  * @package com.tecnick.tcpdf
48  * @abstract TCPDF language file.
49  * @author Nicola Asuni
50  * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
51  * @link http://tcpdf.sourceforge.net
52  * @license http://www.gnu.org/copyleft/lesser.html LGPL
53  * @since 2004-03-03
54  */
55  
56 // ENGLISH
57
58 global $l;
59 $l = Array();
60
61 // PAGE META DESCRIPTORS --------------------------------------
62
63 $l['a_meta_charset'] = 'UTF-8';
64 $l['a_meta_dir'] = 'ltr';
65 $l['a_meta_language'] = 'it';
66
67 // TRANSLATIONS --------------------------------------
68 $l['w_page'] = 'pagina';
69
70 //============================================================+
71 // END OF FILE                                                 
72 //============================================================+
73 ?>