PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 3.4.1
GiveWP – Donation Plugin and Fundraising Platform v3.4.1
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
give / vendor / tecnickcom / tcpdf / examples / lang / cat.php
cat.php
45 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 //============================================================+
3 // File name : cat.php
4 // Begin : 2010-10-26
5 // Last Update : 2010-10-26
6 //
7 // Description : Language module for TCPDF
8 // (contains translated texts)
9 // Catalan
10 //
11 // Author: Nicola Asuni
12 //
13 // (c) Copyright:
14 // Nicola Asuni
15 // Tecnick.com LTD
16 // www.tecnick.com
17 // info@tecnick.com
18 //============================================================+
19
20 /**
21 * TCPDF language file (contains translated texts).
22 * @package com.tecnick.tcpdf
23 * @brief TCPDF language file: Catalan
24 * @author Nicola Asuni
25 * @since 2010-10-26
26 */
27
28 // Catalan
29
30 global $l;
31 $l = Array();
32
33 // PAGE META DESCRIPTORS --------------------------------------
34
35 $l['a_meta_charset'] = 'UTF-8';
36 $l['a_meta_dir'] = 'ltr';
37 $l['a_meta_language'] = 'ca';
38
39 // TRANSLATIONS --------------------------------------
40 $l['w_page'] = 'pàgina';
41
42 //============================================================+
43 // END OF FILE
44 //============================================================+
45