workflow->common = 'Workflow Flow';
$lang->workflow->browseFlow = 'View Flow';
$lang->workflow->browseDB = 'View DB';
$lang->workflow->create = 'Create Flow';
$lang->workflow->copy = 'Copy Flow';
$lang->workflow->edit = 'Edit Flow';
$lang->workflow->view = 'View Flow';
$lang->workflow->delete = 'Delete Flow';
$lang->workflow->fullTextSearch = 'Full-Text Retrieval';
$lang->workflow->buildIndex = 'Build Index';
$lang->workflow->custom = 'Custom';
$lang->workflow->setApproval = 'Set Approval';
$lang->workflow->setJS = 'JS';
$lang->workflow->setCSS = 'CSS';
$lang->workflow->backup = 'Backup Flow';
$lang->workflow->upgrade = 'Upgrade Flow';
$lang->workflow->upgradeAction = 'Upgrade Flow';
$lang->workflow->preview = 'Preview';
$lang->workflow->design = 'Design';
$lang->workflow->release = 'Release';
$lang->workflow->syncRelease = 'Synchronize Release';
$lang->workflow->deactivate = 'Disable';
$lang->workflow->activate = 'Enable';
$lang->workflow->createApp = 'New';
$lang->workflow->cover = 'Cover';
$lang->workflow->approval = 'Approval';
$lang->workflow->delimiter = ',';
$lang->workflow->belong = 'Specific';
$lang->workflow->setFulltextSearch = 'Full-Text Retrieval';
$lang->workflow->id = 'ID';
$lang->workflow->parent = 'Prev';
$lang->workflow->type = 'Type';
$lang->workflow->app = 'App';
$lang->workflow->position = 'Location';
$lang->workflow->module = 'Module';
$lang->workflow->table = 'Table';
$lang->workflow->name = 'Name';
$lang->workflow->icon = 'Icon';
$lang->workflow->titleField = 'Title Field';
$lang->workflow->contentField = 'Content Fields';
$lang->workflow->ui = 'UI';
$lang->workflow->js = 'JS';
$lang->workflow->css = 'CSS';
$lang->workflow->order = 'Order';
$lang->workflow->buildin = 'Built-in';
$lang->workflow->administrator = 'White List';
$lang->workflow->desc = 'Description';
$lang->workflow->version = 'Version';
$lang->workflow->status = 'Status';
$lang->workflow->createdBy = 'Created By';
$lang->workflow->createdDate = 'Created';
$lang->workflow->editedBy = 'Edited By';
$lang->workflow->editedDate = 'Edited';
$lang->workflow->currentTime = 'Current Time';
$lang->workflow->actionFlowWidth = 210;
$lang->workflow->copyFlow = 'Copy';
$lang->workflow->source = 'Source Flow';
$lang->workflow->field = 'Field';
$lang->workflow->action = 'Action';
$lang->workflow->label = 'Label';
$lang->workflow->mainTable = 'Main Table';
$lang->workflow->subTable = 'Sub Table';
$lang->workflow->relation = 'Relation';
$lang->workflow->report = 'Report';
$lang->workflow->export = 'Export';
$lang->workflow->subTableSettings = 'Settings';
$lang->workflow->flowchart = 'Flowchart';
$lang->workflow->quoteDB = 'Use other template sub tables';
$lang->workflow->statusList['wait'] = 'Wait';
$lang->workflow->statusList['normal'] = 'Normal';
$lang->workflow->statusList['pause'] = 'Pause';
$lang->workflow->syncReleaseList['self'] = 'Only Release';
$lang->workflow->syncReleaseList['default'] = 'Release and Synchronize in Default Template';
$lang->workflow->syncReleaseList['all'] = 'Release and Synchronize in All Templates';
$lang->workflow->activateList['all'] = 'All Enable';
$lang->workflow->activateList['single'] = 'Single Enable';
$lang->workflow->releaseList['all'] = 'All Release';
$lang->workflow->releaseList['single'] = 'Single Release';
$lang->workflow->positionList['before'] = 'Before';
$lang->workflow->positionList['after'] = 'After';
$lang->workflow->belongList['program'] = 'Program';
$lang->workflow->belongList['product'] = $lang->productCommon;
$lang->workflow->belongList['project'] = $lang->projectCommon;
$lang->workflow->belongList['execution'] = $lang->executionCommon;
if($config->vision == 'lite') unset($lang->workflow->belongList['project']);
if($config->systemMode == 'light') unset($lang->workflow->belongList['program']);
if($config->vision == 'or')
{
$lang->workflow->belongList = array();
$lang->workflow->belongList['product'] = $lang->productCommon;
}
$lang->workflow->buildinList['0'] = 'No';
$lang->workflow->buildinList['1'] = 'Yes';
$lang->workflow->fullTextSearch = new stdclass();
$lang->workflow->fullTextSearch->common = 'Full-Text Retrieval';
$lang->workflow->fullTextSearch->titleField = 'Title Field';
$lang->workflow->fullTextSearch->contentField = 'Content Fields';
$lang->workflow->charterApprovalAction = 'Approval Action';
$lang->workflow->charterApproval['projectApproval'] = 'Project Approval';
$lang->workflow->charterApproval['completionApproval'] = 'Completion Approval';
$lang->workflow->charterApproval['cancelProjectApproval'] = 'Cancel Project Approval';
$lang->workflow->charterApproval['activateProjectApproval'] = 'Activate Project Approval';
$lang->workflow->upgrade = new stdclass();
$lang->workflow->upgrade->common = 'Upgrade';
$lang->workflow->upgrade->backup = 'Backup';
$lang->workflow->upgrade->backupSuccess = 'Upgraded';
$lang->workflow->upgrade->newVersion = 'Get a new version';
$lang->workflow->upgrade->clickme = 'Upgrade';
$lang->workflow->upgrade->start = 'Start';
$lang->workflow->upgrade->currentVersion = 'Current Version';
$lang->workflow->upgrade->selectVersion = 'New Version';
$lang->workflow->upgrade->confirm = 'Confirm Upgrade SQL';
$lang->workflow->upgrade->upgrade = 'Upgrade Current Module';
$lang->workflow->upgrade->upgradeFail = 'Failed!';
$lang->workflow->upgrade->upgradeSuccess = 'Upgraded!';
$lang->workflow->upgrade->install = 'Install New Module';
$lang->workflow->upgrade->installFail = 'Failed!';
$lang->workflow->upgrade->installSuccess = 'Installed!';
/* Tips */
$lang->workflow->tips = new stdclass();
$lang->workflow->tips->noCSSTag = 'No <style></style> tag';
$lang->workflow->tips->noJSTag = 'No <script></script>tag';
$lang->workflow->tips->flowCSS = ', loaded in all pages.';
$lang->workflow->tips->flowJS = ', loaded in all pages.';
$lang->workflow->tips->actionCSS = ', loaded in the page of current action.';
$lang->workflow->tips->actionJS = ', loaded in the page of current action.';
$lang->workflow->tips->firstRelease = 'The flow belongs to %s. After the flow is released, it will be automatically added to the corresponding flow template. Do you want to synchronize the flow in the template?';
$lang->workflow->tips->release = 'After the flow is released, the common flow in the flow template will be synchronized.';
$lang->workflow->tips->activate = 'Are you sure to enable the flow? Choose "All Enable" to enable the flow in all workflow groups, or "Single Enable" to enable the flow in the default workflow group.';
$lang->workflow->tips->deactivate = 'Are you sure to disable the flow?';
$lang->workflow->tips->syncDeactivate = 'Are you sure to disable the flow? The flow will be hidden in all flow templates.';
$lang->workflow->tips->belongDisabled = 'The flow has set an exclusive process in the template, and the dependent object cannot be modified.';
$lang->workflow->tips->create = 'Nice One! You have successfully created a workflow, Would you like to design your workflow now? ';
$lang->workflow->tips->subTable = 'If the detailed information is required to fill in the form, use a sub-table to do it. For example, the specifi information is required for requesting the reimbursement. You can add a sub-table "reimbursement details" to the reimbursement request.';
$lang->workflow->tips->buildinFlow = 'The built-in flows can not use quick editor.';
$lang->workflow->tips->fullTextSearch = 'To use the full-text retrieval function, you need to set which fields can be retrieved. The title field has less weight in full-text retrieval, while the content field has more weight. The higher the weight, the higher the search results.
After setting the field, you need to rebuild the index to take effect. The speed of index reconstruction is directly proportional to the amount of content. Please wait patiently for the index reconstruction to complete.';
$lang->workflow->tips->buildIndex = 'It may take some time to rebuild the index. Are you sure you want to perform the operation?';
$lang->workflow->tips->deleteConfirm = "
Are you sure you want to delete this process?
After deleting the process, all associated data will be deleted, such as history records, approval records, etc.
Including the exclusive process configured by the workflow and the data generated by the exclusive process.
This operation is irreversible and the deleted content cannot be restored!
"; $lang->workflow->tips->belong = 'This workflow will isolate data by dependent objectss, and selecting the dependent object will automatically add the flow to the corresponding flow group.'; $lang->workflow->tips->belongError = 'The flow has set an exclusive flow in the %s template, and the dependent app cannot be modified.'; $lang->workflow->tips->noQuoteTables = 'Other templates do not have sub-tables that can be used.'; $lang->workflow->tips->subTableSync = 'This sub table has been referenced in %s and will be updated synchronously after modification.'; $lang->workflow->tips->notEditTable = 'The referenced sub table cannot be edited.'; $lang->workflow->tips->confirmDeleteHasQuote = 'After deletion, all data referencing this sub table in other templates will be synchronously deleted, and the operation is irreversible. Are you sure you want to delete it?'; $lang->workflow->tips->confirmDeleteInQuote = 'After removal, all configurations using sub table fields in this workflow will be synchronously deleted, and the operation is irreversible. Are you sure you want to remove them?'; $lang->workflow->notNow = 'No,not now'; $lang->workflow->toDesign = 'Yes!Enter Workflow Editor'; /* Title */ $lang->workflow->title = new stdclass(); $lang->workflow->title->subTable = 'Sub tables are used to record details of %s.'; $lang->workflow->title->noCopy = 'The build-in flow cannot be copy.'; $lang->workflow->title->noLabel = 'The build-in flow cannot set labels.'; $lang->workflow->title->noSubTable = 'The build-in flow cannot set sub tables.'; $lang->workflow->title->noRelation = 'The build-in flow cannot set relations.'; $lang->workflow->title->noJS = 'The build-in flow cannot js.'; $lang->workflow->title->noCSS = 'The build-in flow cannot css.'; $lang->workflow->title->remove = 'Remove'; /* Placeholder */ $lang->workflow->placeholder = new stdclass(); $lang->workflow->placeholder->module = 'Letters only. It cannot be changed once it is saved.'; $lang->workflow->placeholder->titleField = 'There can only be one title field, which has less weight in full-text retrieval.'; $lang->workflow->placeholder->contentField = 'The content field can have more than one, so it has more weight in full-text retrieval.'; /* Error */ $lang->workflow->error = new stdclass(); $lang->workflow->error->createTableFail = 'Failed to create a table.'; $lang->workflow->error->buildInModule = 'The flow code should not be same as the built-in module in Zdoo Pro.'; $lang->workflow->error->wrongCode = '『%s』 should be letters.'; $lang->workflow->error->conflict = '『%s』 conflicts with system language.'; $lang->workflow->error->notFound = 'The flow 『%s』 not found.'; $lang->workflow->error->flowLimit = 'You can create %s flows.'; $lang->workflow->error->buildIndexFail = 'Failed to rebuild index.'; $lang->workflow->error->unique = '『%s』 has been used by another template. To use this field, please select from 『Use other template sub tables』.'; $lang->workflow->notice = new stdclass(); $lang->workflow->notice->autoAddBelong = 'The system will automatically add a "%s" field for you on the "Create" page.'; $lang->workflowtable = new stdclass(); $lang->workflowtable->common = 'Sub Table'; $lang->workflowtable->browse = 'View Table'; $lang->workflowtable->create = 'Create Table'; $lang->workflowtable->edit = 'Edit Table'; $lang->workflowtable->view = 'View Table'; $lang->workflowtable->delete = 'Delete Table'; $lang->workflowtable->module = 'Code'; $lang->workflowtable->name = 'Name'; $lang->workflowtable->use = 'Use Table'; $lang->workfloweditor = new stdclass(); $lang->workfloweditor->nextStep = 'Next'; $lang->workfloweditor->prevStep = 'Prev'; $lang->workfloweditor->quickEditor = 'Quick Editor'; $lang->workfloweditor->advanceEditor = 'Advanced Editor'; $lang->workfloweditor->switchTo = '%s'; $lang->workfloweditor->switchConfirmMessage = 'It will switch to the advanced workflow editor.