diff options
-rw-r--r-- | mod/river/languages/th.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/river/languages/th.php b/mod/river/languages/th.php new file mode 100644 index 000000000..7b265a5e1 --- /dev/null +++ b/mod/river/languages/th.php @@ -0,0 +1,21 @@ +<?php + + $thai = array( + + /** + * Manifest + */ + + + 'river:widget:noactivity' => 'เราไม่สามารถหาการกระทำล่าสุดได้', + 'river:widget:title' => "การกระทำ", + 'river:widget:description' => "แสดงการกระทำล่าสุดของคุณ", + 'river:widget:title:friends' => "การกระทำของเพื่อน", + 'river:widget:description:friends' => "แสดงสิ่งที่เพื่อนคุณกระทำ", + + 'river:widget:label:displaynum' => "หมายเลขที่ต้องการแสดงการกระทำ:", + ); + + add_translation("th",$thai); + +?> |