1<?php
2/**
3 * English language common file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Vadim Balabin <vadikflint@gmail.com>
7 */
8$lang['js']['content_key'] = 'Key';
9$lang['js']['content_status'] = 'Status';
10$lang['js']['content_summary'] = 'Summary';
11$lang['js']['content_priority'] = 'Priority';
12$lang['js']['content_issuetype'] = 'Issuetype';
13$lang['taskNotFound'] = "Task <code>%s</code> not found!";
14
15