* @package dept * @version $Id: vi.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->dept->common = 'Phòng/Ban'; $lang->dept->manageChild = "Phòng/Ban con"; $lang->dept->edit = "Sửa Department"; $lang->dept->delete = "Xóa Department"; $lang->dept->parent = "Parent Dept"; $lang->dept->manager = "Manager"; $lang->dept->name = "Department Name"; $lang->dept->browse = "Quản lý phòng/ban"; $lang->dept->manage = "Quản lý phòng/ban"; $lang->dept->updateOrder = "Đánh giá Department"; $lang->dept->add = "Thêm Department"; $lang->dept->grade = "Department Grade"; $lang->dept->order = "Department Order"; $lang->dept->dragAndSort = "Drag để sắp xếp"; $lang->dept->confirmDelete = " Bạn có muốn xóa this department?"; $lang->dept->successSave = " Saved!"; $lang->dept->repeatDepart = " Có một tên bộ phận trùng lặp, bạn có chắc chắn thêm nó không?"; $lang->dept->error = new stdclass(); $lang->dept->error->hasSons = 'This Department has child departments. You cannot xóa it!'; $lang->dept->error->hasUsers = 'This Department has users. You cannot xóa it!';