1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Esther Brunner <wikidesign@gmail.com>
7 */
8
9// for the configuration manager
10$lang['datefield']                   = 'entry field for due date';
11
12$lang['tasks_formposition']          = 'position of the new task form';
13$lang['tasks_formposition_o_none']   = 'none';
14$lang['tasks_formposition_o_top']    = 'top';
15$lang['tasks_formposition_o_bottom'] = 'bottom';
16
17$lang['tasks_newewstfirst']          = 'show newewst tasks first in tasks list';
18
19$lang['show_error_msg']              = 'show error messages';
20$lang['show_info_msg']               = 'show info messages';
21$lang['show_success_msg']            = 'show success messages';
22
23//Setup VIM: ex: et ts=2 enc=utf-8 :
24