1<?php
2/**
3 * Spanish language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Agust�n Herranz <djpalanka at gmail dot com>
7 */
8
9// for the configuration manager
10$lang['datefield']                   = 'campo para la fecha de vencimiento';
11
12$lang['tasks_formposition']          = 'posici�n del cuadro Nueva Tarea';
13$lang['tasks_formposition_o_none']   = 'ninguna';
14$lang['tasks_formposition_o_top']    = 'arriba';
15$lang['tasks_formposition_o_bottom'] = 'debajo';
16
17//Setup VIM: ex: et ts=2 enc=utf-8 :