PluginProbe
Welcart e-Commerce / 1.4.0
Welcart e-Commerce v1.4.0
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 1.4.12 All 292 releases
usc-e-shop / pdf / tcpdf / config / lang / jpn.php

jpn.php in Welcart e-Commerce 1.4.0, at pdf/tcpdf/config/lang/jpn.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 : jpn.php
4 // Begin : 2011-01-24
5 // Last Update : 2011-01-24
6 //
7 // Description : Language module for TCPDF
8 // (contains translated texts)
9 // Japanese
10 //
11 // Author: Nicola Asuni - Translation by redcocker
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 // info@tecnick.com
21 //============================================================+
22
23 /**
24 * TCPDF language file (contains translated texts).
25 * @package com.tecnick.tcpdf
26 * @brief TCPDF language file: Japanese
27 * @author Nicola Asuni - Translation by redcocker
28 * @since 2012-01-24
29 */
30
31 // Japanese
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'] = 'ja';
41
42 // TRANSLATIONS --------------------------------------
43 $l['w_page'] = 'ページ';
44
45 //============================================================+
46 // END OF FILE
47 //============================================================+
48