Line | |
---|
1 | <?php
|
---|
2 | //============================================================+
|
---|
3 | // File name : eng.php
|
---|
4 | // Begin : 2004-03-03
|
---|
5 | // Last Update : 2010-02-17
|
---|
6 | //
|
---|
7 | // Description : Language module for TCPDF
|
---|
8 | // (contains translated texts)
|
---|
9 | //
|
---|
10 | // Author: Nicola Asuni
|
---|
11 | //
|
---|
12 | // (c) Copyright:
|
---|
13 | // Nicola Asuni
|
---|
14 | // Tecnick.com s.r.l.
|
---|
15 | // Via Della Pace, 11
|
---|
16 | // 09044 Quartucciu (CA)
|
---|
17 | // ITALY
|
---|
18 | // www.tecnick.com
|
---|
19 | // info@tecnick.com
|
---|
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-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
|
---|
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 | global $l;
|
---|
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 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.