en.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * The dept module English file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package dept
  9. * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->dept->id = 'ID';
  13. $lang->dept->path = 'Path';
  14. $lang->dept->position = 'Position';
  15. $lang->dept->manageChild = "Department";
  16. $lang->dept->edit = "Edit Department";
  17. $lang->dept->delete = "Delete Department";
  18. $lang->dept->parent = "Parent Dept";
  19. $lang->dept->manager = "Manager";
  20. $lang->dept->name = "Department Name";
  21. $lang->dept->browse = "Dept Settings";
  22. $lang->dept->manage = "Dept Settings";
  23. $lang->dept->updateOrder = "Sort Depts";
  24. $lang->dept->add = "Add Department";
  25. $lang->dept->grade = "Depts Level";
  26. $lang->dept->order = "Sort";
  27. $lang->dept->dragAndSort = "Drag to Reorder";
  28. $lang->dept->noDepartment = "No department.";
  29. $lang->dept->manageChildAction = "Manage Sub-departments";
  30. $lang->dept->confirmDelete = "Are you sure you want to delete this department?";
  31. $lang->dept->successSave = "Updated successfully.";
  32. $lang->dept->repeatDepart = "A department with this name already exists. Are you sure you want to add it?";
  33. $lang->dept->error = new stdclass();
  34. $lang->dept->error->hasSons = 'This department has sub-departments and cannot be deleted.';
  35. $lang->dept->error->hasUsers = 'This department has employees and cannot be deleted.';