aboutsummaryrefslogtreecommitdiff
path: root/mod/river/languages/th.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/river/languages/th.php')
-rw-r--r--mod/river/languages/th.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/mod/river/languages/th.php b/mod/river/languages/th.php
deleted file mode 100644
index 7b265a5e1..000000000
--- a/mod/river/languages/th.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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);
-
-?>