Files
EasySoft-ZenTaoPMS/module/branch/lang/zh-tw.php
2016-12-06 13:25:25 +08:00

12 lines
379 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang->branch->common = '分支';
$lang->branch->manage = '分支管理';
$lang->branch->sort = '排序';
$lang->branch->delete = '分支刪除';
$lang->branch->manageTitle = '%s管理';
$lang->branch->all = '所有';
$lang->branch->confirmDelete = '是否刪除該@branch@';
$lang->branch->canNotDelete = '該@branch@下已經有數據,不能刪除!';