63 lines
3.1 KiB
PHP
63 lines
3.1 KiB
PHP
<?php
|
|
/**
|
|
* The admin module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2012 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
|
|
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package admin
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->admin->common = 'Admin';
|
|
$lang->admin->index = 'Index';
|
|
$lang->admin->company = 'Company';
|
|
$lang->admin->user = 'User';
|
|
$lang->admin->group = 'Group';
|
|
$lang->admin->welcome = 'Welcome to ZenTaoPMS.';
|
|
|
|
$lang->admin->browseCompany = 'Browse Company';
|
|
|
|
$lang->admin->info->caption = 'ZentaoPMS information';
|
|
$lang->admin->info->urls = 'Related links';
|
|
$lang->admin->info->currentVersion = 'Current version';
|
|
$lang->admin->info->community = 'Zentao home page';
|
|
$lang->admin->info->ask = 'Zentao ask';
|
|
$lang->admin->info->document = 'Help document';
|
|
$lang->admin->info->feedback = 'Feedback and suggestion';
|
|
$lang->admin->info->faq = 'FAQ';
|
|
$lang->admin->info->extension = 'Extension';
|
|
$lang->admin->info->donation = 'Donation';
|
|
$lang->admin->info->service = 'Service fee';
|
|
$lang->admin->info->account = 'Community account';
|
|
|
|
$lang->admin->notice->join = "Tips: You have not registered in Zentao community (www.zentao.net), %s to register and get the latest information about ZentaoPMS.";
|
|
$lang->admin->notice->ignore = "ignore";
|
|
|
|
$lang->admin->register->caption = 'Register zentao community';
|
|
$lang->admin->register->join = 'click';
|
|
$lang->admin->register->lblAccount = 'Numbers and letters, at least three';
|
|
$lang->admin->register->lblPasswd = 'Numbers and letters, at least six';
|
|
$lang->admin->register->submit = 'Register';
|
|
$lang->admin->register->login = "If you have community account, %s to associate it";
|
|
$lang->admin->register->success = "Register success";
|
|
|
|
$lang->admin->login->caption = 'Associated with community account';
|
|
$lang->admin->login->join = 'associate';
|
|
$lang->admin->login->success = "Associate success";
|
|
|
|
$lang->admin->info->version = 'The current version of the system is %s,';
|
|
$lang->admin->info->latest = 'latest version is %s, please download and upgrade.';
|
|
$lang->admin->info->new = "it's the latest verion.";
|
|
$lang->admin->info->links = 'You can visit the following link:';
|
|
$lang->admin->info->account = 'Your account in zentao community is';
|
|
|
|
$lang->admin->desc->community = ':Log on the official website of the Zentao, get the latest news';
|
|
$lang->admin->desc->ask = ':Resolve the problems encountered in the process of using zentao, and get technical support';
|
|
$lang->admin->desc->document = ':The document about using zentao and developing extension';
|
|
$lang->admin->desc->feedback = ':Give your suggestion, let us do better';
|
|
$lang->admin->desc->faq = ':The FAQ in the process of using zentao';
|
|
$lang->admin->desc->extension = ':The list of zentao extension';
|
|
$lang->admin->desc->donation = ':Click the link, donate to us';
|
|
$lang->admin->desc->service = ':itechnical support, agility training and customized development';
|