From cf7047d8eefb3fb691f54afa7152b67d4ce2f763 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 7 Oct 2008 09:52:05 +0000 Subject: Thai language pack git-svn-id: https://code.elgg.org/elgg/trunk@2203 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/th.php | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 mod/reportedcontent/languages/th.php 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 @@ + 'แจ้งผู้ดูแล', + '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); +?> -- cgit v1.2.3