Statistics
| Branch: | Revision:

root / evote / tcpdf / config / lang / yid.php @ f52a1778

History | View | Annotate | Download (1.2 kB)

1
<?php
2
//============================================================+
3
// File name   : yid.php
4
// Begin       : 2004-03-03
5
// Last Update : 2010-10-26
6
//
7
// Description : Language module for TCPDF
8
//               (contains translated texts)
9
//               Welsh
10
//
11
// Author: Nicola Asuni
12
//
13
// (c) Copyright:
14
//               Nicola Asuni
15
//               Tecnick.com s.r.l.
16
//               Via Della Pace, 11
17
//               09044 Quartucciu (CA)
18
//               ITALY
19
//               www.tecnick.com
20
//               info@tecnick.com
21
//============================================================+
22

    
23
/**
24
 * TCPDF language file (contains translated texts).
25
 * @package com.tecnick.tcpdf
26
 * @brief TCPDF language file: Welsh
27
 * @author Nicola Asuni
28
 * @since 2004-03-03
29
 */
30

    
31
// Welsh
32

    
33
global $l;
34
$l = Array();
35

    
36
// PAGE META DESCRIPTORS --------------------------------------
37

    
38
$l['a_meta_charset'] = 'UTF-8';
39
$l['a_meta_dir'] = 'rtl';
40
$l['a_meta_language'] = 'yi';
41

    
42
// TRANSLATIONS --------------------------------------
43
$l['w_page'] = '?????';
44

    
45
//============================================================+
46
// END OF FILE
47
//============================================================+