1<?php
2/**
3 * thai language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Matthias Schulte <mailinglist@lupo49.de>
7 */
8
9// custom language strings for the plugin
10$lang['reveal']     = 'แสดง';
11$lang['reveallong'] = 'แสดงเนื้อหาที่ซ่อนไว้';
12
13$lang['hide']       = 'ซ่อน';
14$lang['hidelong']   = 'ซ่อนเนื้อหา';
15
16//Setup VIM: ex: et ts=2 :