<?php
/**
 * English Language File for AutoIndentControl Plugin
 * 
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  Kazutaka Miyasaka <kazmiya@gmail.com>
 */

$lang['default_behavior']     = 'Default behavior of the auto indent feature in the edit window';
$lang['default_behavior_o_0'] = 'Disable';
$lang['default_behavior_o_1'] = 'Enable';
$lang['show_toggle_switch']   = 'Show a toggle switch to control the auto indent feature in the edit window';
