summaryrefslogtreecommitdiff
path: root/lang/ita.php
diff options
context:
space:
mode:
authordiptighosalkar2016-10-04 22:07:23 +0530
committerdiptighosalkar2016-10-04 22:07:23 +0530
commitba9786f7d047bbd97eb9d92bebf508c34f80668a (patch)
tree3a1026d5867722aa6343abc4ec3a3f8d585fb7f4 /lang/ita.php
parente9ed6cf562bebc6e013af48d43674320124995d2 (diff)
downloadFOSSEE_Stats_Deprecated-ba9786f7d047bbd97eb9d92bebf508c34f80668a.tar.gz
FOSSEE_Stats_Deprecated-ba9786f7d047bbd97eb9d92bebf508c34f80668a.tar.bz2
FOSSEE_Stats_Deprecated-ba9786f7d047bbd97eb9d92bebf508c34f80668a.zip
Added lang folderHEADmaster
Diffstat (limited to 'lang/ita.php')
-rwxr-xr-xlang/ita.php44
1 files changed, 44 insertions, 0 deletions
diff --git a/lang/ita.php b/lang/ita.php
new file mode 100755
index 0000000..0d3f5f1
--- /dev/null
+++ b/lang/ita.php
@@ -0,0 +1,44 @@
+<?php
+//============================================================+
+// File name : ita.php
+// Begin : 2004-03-03
+// Last Update : 2010-10-26
+//
+// Description : Language module for TCPDF
+// (contains translated texts)
+// Italian
+//
+// Author: Nicola Asuni
+//
+// (c) Copyright:
+// Nicola Asuni
+// Tecnick.com LTD
+// www.tecnick.com
+// info@tecnick.com
+//============================================================+
+
+/**
+ * TCPDF language file (contains translated texts).
+ * @package com.tecnick.tcpdf
+ * @brief TCPDF language file: Italian
+ * @author Nicola Asuni
+ * @since 2004-03-03
+ */
+
+// Italian
+
+global $l;
+$l = Array();
+
+// PAGE META DESCRIPTORS --------------------------------------
+
+$l['a_meta_charset'] = 'UTF-8';
+$l['a_meta_dir'] = 'ltr';
+$l['a_meta_language'] = 'it';
+
+// TRANSLATIONS --------------------------------------
+$l['w_page'] = 'pagina';
+
+//============================================================+
+// END OF FILE
+//============================================================+