<?php
/**
 * english language file for youtrack plugin
 *
 * @author Anika Henke <anika@zopa.com>
 */

// keys need to match the config setting name
$lang['url'] = 'Base URL of the YouTrack installation';
$lang['user'] = 'Login user';
$lang['password'] = 'Login password';
$lang['date_format'] = 'Date format';

//Setup VIM: ex: et ts=4 :
