aboutsummaryrefslogtreecommitdiff
path: root/mod/river/languages/th.php
blob: 7b265a5e168a0e6f5a05892cf3d548115c06d9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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);

?>