aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/logbrowser/languages/th.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/mod/logbrowser/languages/th.php b/mod/logbrowser/languages/th.php
new file mode 100644
index 000000000..9b0f11e12
--- /dev/null
+++ b/mod/logbrowser/languages/th.php
@@ -0,0 +1,30 @@
+<?php
+ /**
+ * Elgg log browser plugin language pack
+ *
+ * @package ElggLogBrowser
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ $thai = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'logbrowser' => 'ดู ข้อมูลการใช้งาน',
+ 'logbrowser:browse' => 'ดูข้อมูลการใช้งานระบบ',
+ 'logbrowser:search' => 'ค้นหาข้อมูลการใช้งานระบบ',
+ 'logbrowser:user' => 'ค้นหาชื่อผู้ใช้',
+ 'logbrowser:starttime' => 'เวลา (เช่น "เดือนที่แล้ว", "1 ชั่วโมงที่แล้ว")',
+ 'logbrowser:endtime' => 'เวลาที่จบ',
+
+ 'logbrowser:explore' => 'ข้อมูลการใช้งาน',
+
+ );
+
+ add_translation("th",$thai);
+?>