PluginProbe
Welcart e-Commerce / 1.4.12
Welcart e-Commerce v1.4.12
2.11.36 2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 All 293 releases
usc-e-shop / pdf / tcpdf / config / lang / sqi.php

sqi.php in Welcart e-Commerce 1.4.12, at pdf/tcpdf/config/lang/sqi.php

48 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 //============================================================+
3 // File name : sqi.php
4 // Begin : 2010-10-26
5 // Last Update : 2010-10-26
6 //
7 // Description : Language module for TCPDF
8 // (contains translated texts)
9 // Albanian
10 //
11 // Author: Nicola Asuni
12 //
13 // (c) Copyright:
14 // Nicola Asuni
15 // Tecnick.com LTD
16 // Manor Coach House, Church Hill
17 // Aldershot, Hants, GU12 4RQ
18 // UK
19 // www.tecnick.com
20 // [email protected]
21 //============================================================+
22
23 /**
24 * TCPDF language file (contains translated texts).
25 * @package com.tecnick.tcpdf
26 * @brief TCPDF language file: Albanian
27 * @author Nicola Asuni
28 * @since 2010-10-26
29 */
30
31 // Albanian
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'] = 'ltr';
40 $l['a_meta_language'] = 'sq';
41
42 // TRANSLATIONS --------------------------------------
43 $l['w_page'] = 'faqe';
44
45 //============================================================+
46 // END OF FILE
47 //============================================================+
48