en.php 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * The faq module English file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2020 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package faq
  9. * @version $Id: en.php 4536 2013-03-02 13:39:37Z wwccss $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->faq->common = 'FAQ';
  13. $lang->faq->create = 'Create FAQ';
  14. $lang->faq->edit = 'Edit FAQ';
  15. $lang->faq->delete = 'Delete FAQ';
  16. $lang->faq->browse = 'FAQ List';
  17. $lang->faq->faq = 'FAQ List';
  18. $lang->faq->product = $lang->productCommon;
  19. $lang->faq->module = 'Module';
  20. $lang->faq->question = 'Question';
  21. $lang->faq->answer = 'Answer';
  22. $lang->faq->faqList = 'FAQ List';
  23. $lang->faq->hidden = 'Hidden';
  24. $lang->faq->show = 'Show';
  25. $lang->faq->addedtime = 'Added Time';
  26. $lang->faq->noFaq = 'You have no FAQs,';
  27. $lang->faq->noModule = '<div>You have no modules.</div>';
  28. $lang->faq->confirmDelete = 'Are you sure delete it?';