<?php
/**
 * thai language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Matthias Schulte <mailinglist@lupo49.de>
 */

// custom language strings for the plugin
$lang['reveal']     = 'แสดง';
$lang['reveallong'] = 'แสดงเนื้อหาที่ซ่อนไว้';

$lang['hide']       = 'ซ่อน';
$lang['hidelong']   = 'ซ่อนเนื้อหา';

//Setup VIM: ex: et ts=2 :