aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-07 09:52:05 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-07 09:52:05 +0000
commitcf7047d8eefb3fb691f54afa7152b67d4ce2f763 (patch)
treebbb6b353058d501c561e026cb988fbb717057465 /mod/reportedcontent/languages
parent085a9c30b7cd431af5ff28413d56395e07d2d4c5 (diff)
downloadelgg-cf7047d8eefb3fb691f54afa7152b67d4ce2f763.tar.gz
elgg-cf7047d8eefb3fb691f54afa7152b67d4ce2f763.tar.bz2
Thai language pack
git-svn-id: https://code.elgg.org/elgg/trunk@2203 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r--mod/reportedcontent/languages/th.php43
1 files changed, 43 insertions, 0 deletions
diff --git a/mod/reportedcontent/languages/th.php b/mod/reportedcontent/languages/th.php
new file mode 100644
index 000000000..be8efaa68
--- /dev/null
+++ b/mod/reportedcontent/languages/th.php
@@ -0,0 +1,43 @@
+<?php
+ /**
+ * Elgg reported content plugin language pack
+ *
+ * @package ElggReportedContent
+ * @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
+ */
+
+ 'item:object:reported_content' => 'แจ้งผู้ดูแล',
+ 'reportedcontent' => 'รายงานการใช้งาน',
+ 'reportedcontent:this' => 'แจ้งผู้ดูแล',
+ 'reportedcontent:none' => 'ไม่มีการแจ้ง',
+ 'reportedcontent:report' => 'แจ้งไปยังผู้ดูแล',
+ 'reportedcontent:title' => 'ชื่อหน้า',
+ 'reportedcontent:deleted' => 'รายงานถูกลบแล้ว',
+ 'reportedcontent:notdeleted' => 'ไม่สามารถลบรายงานได้',
+ 'reportedcontent:delete' => 'ลบเดี่ยวนี้',
+ 'reportedcontent:areyousure' => 'แน่ใจไหมที่จะลบ?',
+ 'reportedcontent:archive' => 'เก็บไว้ก่อน',
+ 'reportedcontent:archived' => 'ระบบได้เก็บรายงานไว้แล้ว',
+ 'reportedcontent:visit' => 'ผู้เยี่ยใชมรายงาน',
+ 'reportedcontent:by' => 'แจ้งโดย',
+ 'reportedcontent:objecttitle' => 'ชื่อ',
+ 'reportedcontent:objecturl' => 'ที่อยู่ url',
+ 'reportedcontent:reason' => 'เหตุผลที่แจ้ง',
+ 'reportedcontent:description' => 'ทำไม่ถึงคิดว่าไม่เหมาะสม?',
+ 'reportedcontent:address' => 'ที่อยู่ของหน้าที่แจ้ง',
+ 'reportedcontent:success' => 'การรายงานของคุณได้แจ้งไปยังผู้ดูแลแล้ว',
+ 'reportedcontent:failing' => 'รายงานของคุณส่งไม่ได้',
+
+ );
+
+ add_translation("th",$thai);
+?>