diff options
author | Kittithat Arnontavilas <tom@nopadol.com> | 2009-10-19 18:35:03 +0200 |
---|---|---|
committer | Kittithat Arnontavilas <tom@nopadol.com> | 2009-10-19 18:35:03 +0200 |
commit | d85fc3586a46a48ee5896c125d867fb1aaa33b25 (patch) | |
tree | 6b23599a607d992c224e734fc61cdd8b5ad9225e /lib/plugins/revert | |
parent | c8317406a25628eef52169b2f15d7884cb36bf9c (diff) | |
download | rpg-d85fc3586a46a48ee5896c125d867fb1aaa33b25.tar.gz rpg-d85fc3586a46a48ee5896c125d867fb1aaa33b25.tar.bz2 |
Thai translation added
Ignore-this: 6d68484b5b37f468a31785a24026e8d4
darcs-hash:20091019163503-8414e-15284ba2083fbf5f891f8909cd5fbb5efef3c907.gz
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/lang/th/intro.txt | 3 | ||||
-rw-r--r-- | lib/plugins/revert/lang/th/lang.php | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/th/intro.txt b/lib/plugins/revert/lang/th/intro.txt new file mode 100644 index 000000000..2bfd27e59 --- /dev/null +++ b/lib/plugins/revert/lang/th/intro.txt @@ -0,0 +1,3 @@ +====== ตัวจัดการกู้คืนสภาพเอกสาร ====== + +หน้านี้จะช่วยคุณด้วยการกู้คืนหน้าที่ถูกแสปมโดยอัตโนมัติ เพื่อที่จะค้นหารายการหน้าที่ถูกสแปม อันดับแรกให้กรอกข้อความสืบค้น (เช่น URL เว็บโฆษณาที่มาสแปมไว้), จากนั้นให้ยืนยันว่าเพจที่พบนั้นถูกสแปมจริงๆ แล้วจึงสั่งคืนสภาพต้นฉบับ
\ No newline at end of file diff --git a/lib/plugins/revert/lang/th/lang.php b/lib/plugins/revert/lang/th/lang.php new file mode 100644 index 000000000..d71532ecb --- /dev/null +++ b/lib/plugins/revert/lang/th/lang.php @@ -0,0 +1,11 @@ +<?php +/** + * Thai language file + * + * @author Komgrit Niyomrath <n.komgrit@gmail.com> + */ +$lang['menu'] = 'ตัวจัดการคืนสภาพเอกสารฉบับเดิม'; +$lang['filter'] = 'ค้นหาเพจที่ถูกแสปม'; +$lang['revert'] = 'คืนสภาพเพจที่เลือกไว้'; +$lang['reverted'] = 'คืนสภาพ %s กลับไปเป็นฉบับ %s'; +$lang['removed'] = 'ถอดทิ้ง %s'; |