40 lines
1.6 KiB
PHP
Executable File
40 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* The tree category zh-cn file of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package tree
|
|
* @version $Id: en.php 4103 2016-09-30 09:22:14Z daitingting $
|
|
* @link http://www.zdoo.org
|
|
*/
|
|
$lang->tree->common = "Dept";
|
|
$lang->tree->add = "Add";
|
|
$lang->tree->edit = "Edit";
|
|
$lang->tree->children = "Add Child";
|
|
$lang->tree->delete = "Delete";
|
|
$lang->tree->browse = "Area, Industry, Income Category, Expend Category, Forum Board, Blog Category, Department";
|
|
$lang->tree->manage = "Manage";
|
|
|
|
$lang->tree->noCategories = 'No category yet. Add one first.';
|
|
$lang->tree->timeCountDown = "Jump to %s to manage the page in <strong id='countDown'>3</strong> seconds.";
|
|
$lang->tree->redirect = 'Create now';
|
|
$lang->tree->hasChildren = "This category has children, so it can't be deleted.";
|
|
$lang->tree->confirmDelete = "Do you want to delete it?";
|
|
$lang->tree->successFixed = "Fixed.";
|
|
|
|
/* Lang items for article, products. */
|
|
$lang->category = new stdclass();
|
|
$lang->category->common = 'Category';
|
|
$lang->category->name = 'Name';
|
|
$lang->category->alias = 'Alias';
|
|
$lang->category->parent = 'Parent';
|
|
$lang->category->desc = 'Description';
|
|
$lang->category->children = "Child";
|
|
$lang->category->rights = 'Privilege';
|
|
$lang->category->users = 'Users';
|
|
$lang->category->groups = 'Groups';
|
|
$lang->category->origin = 'Origin Category';
|
|
$lang->category->target = 'Target Category';
|