summaryrefslogtreecommitdiff
path: root/lang/far.php
diff options
context:
space:
mode:
authordiptighosalkar2016-10-04 22:07:23 +0530
committerdiptighosalkar2016-10-04 22:07:23 +0530
commitba9786f7d047bbd97eb9d92bebf508c34f80668a (patch)
tree3a1026d5867722aa6343abc4ec3a3f8d585fb7f4 /lang/far.php
parente9ed6cf562bebc6e013af48d43674320124995d2 (diff)
downloadFOSSEE_Stats-master.tar.gz
FOSSEE_Stats-master.tar.bz2
FOSSEE_Stats-master.zip
Added lang folderHEADmaster
Diffstat (limited to 'lang/far.php')
-rwxr-xr-xlang/far.php44
1 files changed, 44 insertions, 0 deletions
diff --git a/lang/far.php b/lang/far.php
new file mode 100755
index 0000000..dc71cf7
--- /dev/null
+++ b/lang/far.php
@@ -0,0 +1,44 @@
+<?php
+//============================================================+
+// File name : far.php
+// Begin : 2010-10-26
+// Last Update : 2010-10-26
+//
+// Description : Language module for TCPDF
+// (contains translated texts)
+// Farsi
+//
+// 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: Farsi
+ * @author Sina Saeedi
+ * @since 2011-04-12
+ */
+
+// Farsi
+
+global $l;
+$l = Array();
+
+// PAGE META DESCRIPTORS --------------------------------------
+
+$l['a_meta_charset'] = 'UTF-8';
+$l['a_meta_dir'] = 'rtl';
+$l['a_meta_language'] = 'fa';
+
+// TRANSLATIONS --------------------------------------
+$l['w_page'] = 'صفحه';
+
+//============================================================+
+// END OF FILE
+//============================================================+