Files
EasySoft-ZenTaoPMS/module/admin/lang/en.php
2012-02-20 09:06:53 +00:00

58 lines
3.0 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 = "Your account is not associated with zentao community. You can %s a community account, and get 200 scores. If you have an account, just %s it with community, and you can get 150 scores.";
$lang->admin->notice->ignore = "ignore";
$lang->admin->register->caption = 'Register zentao community';
$lang->admin->register->join = 'create';
$lang->admin->register->lblAccount = 'Numbers and letters, 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 successfully';
$lang->admin->register->notice->failed = 'Register failed';
$lang->admin->login->caption = 'Associated with community account';
$lang->admin->login->join = 'associate';
$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 = 'Associate successfully';
$lang->admin->login->notice->failed = 'Associate failed';