<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */

// for the configuration manager
$lang['datefield']                   = 'entry field for due date';

$lang['tasks_formposition']          = 'position of the new task form';
$lang['tasks_formposition_o_none']   = 'none';
$lang['tasks_formposition_o_top']    = 'top';
$lang['tasks_formposition_o_bottom'] = 'bottom';

$lang['tasks_newewstfirst']          = 'show newewst tasks first in tasks list';

$lang['show_error_msg']              = 'show error messages';
$lang['show_info_msg']               = 'show info messages';
$lang['show_success_msg']            = 'show success messages';

//Setup VIM: ex: et ts=2 enc=utf-8 :
