Files
EasySoft-ZenTaoPMS/module/dept/lang/vi.php
2020-04-10 13:55:45 +08:00

33 lines
1.4 KiB
PHP

<?php
/**
* The dept module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Nguyễn Quốc Nho <quocnho@gmail.com>
* @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->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!';