15 lines
679 B
PHP
15 lines
679 B
PHP
<?php
|
|
$lang->bug->importCase = 'Import Bug';
|
|
$lang->bug->import = 'Import';
|
|
$lang->bug->exportTemplate = 'Export Template';
|
|
$lang->bug->showImport = 'Show the imported';
|
|
$lang->bug->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
|
|
$lang->bug->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
|
|
$lang->bug->execStory = $lang->executionCommon . '/Story';
|
|
$lang->bug->errorEmail = 'Row %s enter valid Email address.';
|
|
$lang->bug->errorDeadline = 'The end date of line %s should be a legal date.';
|
|
|
|
$lang->bug->new = 'New';
|
|
|
|
$lang->bug->num = 'Bug Rows';
|