en.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. $lang->flow->template = ' Template';
  3. $lang->flow->showImport = ' Show Import';
  4. $lang->flow->link = 'Link ';
  5. $lang->flow->unlink = 'Unlink ';
  6. $lang->flow->detail = ' Detail';
  7. $lang->flow->search = 'Search';
  8. $lang->flow->ditto = 'Ditto';
  9. $lang->flow->importMode = 'Import Mode';
  10. $lang->flow->approvalProgress = 'Approval Progress';
  11. $lang->flow->setExport = 'Flow Design => Export Settings';
  12. $lang->flow->setSearch = 'Flow Design => Search Settings';
  13. $lang->flow->selectLinkType = 'Select Link Type';
  14. $lang->flow->unlinkConfirm = 'Do you want to unlink this %s?';
  15. $lang->flow->filesNotEmpty = '%s files should not be empty!';
  16. $lang->flow->importModeList['template'] = 'Template';
  17. //$lang->flow->importModeList['auto'] = 'Auto';
  18. $lang->flow->reportGranularity['week'] = 'Week %s, %s';
  19. $lang->flow->reportGranularity['Q1'] = 'Q1 %s';
  20. $lang->flow->reportGranularity['Q2'] = 'Q2 %s';
  21. $lang->flow->reportGranularity['Q3'] = 'Q3 %s';
  22. $lang->flow->reportGranularity['Q4'] = 'Q4 %s';
  23. $lang->flow->notset = 'Not Set';
  24. $lang->flow->noAssigned = 'Unassigned';
  25. $lang->flow->tips = new stdclass();
  26. $lang->flow->tips->notice = 'Send a notification to selected users.';
  27. $lang->flow->tips->emptyExportFields = 'No fields to export. Go <strong>%s</strong> to set.';
  28. $lang->flow->tips->emptySearchFields = 'No fields to search. Go <strong>%s</strong> to set.';
  29. $lang->flow->tips->importMode['template'] = 'The data that can be matched to the template will be imported.';
  30. $lang->flow->tips->importMode['auto'] = 'The data that can be matched to the export settings will be imported.';
  31. $lang->flow->error = new stdclass();;
  32. $lang->flow->error->notFound = 'Not found.';
  33. $lang->flow->error->emptyLayoutFields = "Go to [Flow] => [%s] => [Action] => [%s] => [Layout] to set fields to display.";
  34. $lang->flow->error->approval = 'Review failed, please contact the administrator.';