1<?php
2/**
3 * English Language File for AutoIndentControl Plugin
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Kazutaka Miyasaka <kazmiya@gmail.com>
7 */
8
9$lang['default_behavior']     = 'Default behavior of the auto indent feature in the edit window';
10$lang['default_behavior_o_0'] = 'Disable';
11$lang['default_behavior_o_1'] = 'Enable';
12$lang['show_toggle_switch']   = 'Show a toggle switch to control the auto indent feature in the edit window';
13