26 lines
1.0 KiB
PHP
26 lines
1.0 KiB
PHP
<?php
|
|
$lang->task->importCase = 'Import Task';
|
|
$lang->task->import = 'Import From Excel';
|
|
$lang->task->exportTemplate = 'Export template';
|
|
$lang->task->showImport = 'Show the imported';
|
|
$lang->task->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
|
|
$lang->task->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
|
|
|
|
$lang->task->new = 'New';
|
|
|
|
$lang->task->num = 'Task Rows';
|
|
|
|
$lang->task->filed = new stdclass();
|
|
$lang->task->field['id'] = 'ID';
|
|
$lang->task->field['title'] = 'name';
|
|
$lang->task->field['startTime'] = 'start time';
|
|
$lang->task->field['pri'] = 'priority';
|
|
$lang->task->field['assignedTo'] = 'assign';
|
|
|
|
$lang->task->excelmodule = 'Module#';
|
|
$lang->task->excelproduct = $lang->productCommon . '#';
|
|
$lang->task->exceltaskName = 'Task#';
|
|
$lang->task->excelstory = 'Excel#';
|
|
|
|
$lang->task->error->assignedToError = 'You have multiple-user tasks. AssignTo should be the team members of the task.';
|