58 lines
2.9 KiB
PHP
58 lines
2.9 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 = "You can click %s or %s to join zentao community.";
|
|
$lang->admin->notice->ignore = "ignore";
|
|
|
|
$lang->admin->register->caption = 'Register zentao community';
|
|
$lang->admin->register->join = 'register';
|
|
$lang->admin->register->lblAccount = 'The account must be a series of letters and/or numbers, at least three';
|
|
$lang->admin->register->lblPasswd = 'Numbers and letters, at least six';
|
|
|
|
$lang->admin->register->notice->account = 'The account must be a series of letters and/or numbers, at least three';
|
|
$lang->admin->register->notice->password = 'The password must be a series of letters and/or numbers, at least six';
|
|
$lang->admin->register->notice->realname = 'The realname must not be empty';
|
|
$lang->admin->register->notice->email = 'Please input your correct email address';
|
|
$lang->admin->register->notice->notEqual = 'The password and confirm password is not equal';
|
|
$lang->admin->register->notice->registered = 'The username has been registered';
|
|
$lang->admin->register->notice->success = 'Register success';
|
|
$lang->admin->register->notice->failed = 'Register failed';
|
|
|
|
$lang->admin->login->caption = 'Login zentao community';
|
|
$lang->admin->login->join = 'login';
|
|
|
|
$lang->admin->login->notice->account = 'The account must be a series of letters and/or numbers, at least three';
|
|
$lang->admin->login->notice->password = 'The password must be a series of letters and/or numbers, at least six';
|
|
$lang->admin->login->notice->success = 'Login success';
|
|
$lang->admin->login->notice->failed = 'Login failed';
|