1<?php
2/**
3 * english language file for youtrack plugin
4 *
5 * @author Anika Henke <anika@zopa.com>
6 */
7
8// keys need to match the config setting name
9$lang['url'] = 'Base URL of the YouTrack installation';
10$lang['user'] = 'Login user';
11$lang['password'] = 'Login password';
12$lang['date_format'] = 'Date format';
13
14//Setup VIM: ex: et ts=4 :
15