blob: 3f5b61c805dd3aa23cdce49b26e3694b5101e7ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
OC.L10N.register(
"comments",
{
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"Comments" : "ความคิดเห็น",
"Type in a new comment..." : "พิมพ์ความคิดเห็นใหม่ ...",
"Delete comment" : "ลบความคิดเห็น",
"Post" : "โพสต์",
"Cancel" : "ยกเลิก",
"Edit comment" : "แก้ไขความคิดเห็น",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
"Save" : "บันทึก",
"Comment" : "แสดงความคิดเห็น"
},
"nplurals=1; plural=0;");
|