Zikula_Value_Addons
[ class tree: Zikula_Value_Addons ] [ index: Zikula_Value_Addons ] [ all elements ]

Source for file admin.php

Documentation is available at admin.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2002, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Value_Addons
  10.  * @subpackage FAQ
  11.  */
  12.  
  13. // module title
  14. define('_FAQ''FAQs');
  15.  
  16. // singular and plural
  17. define('_FAQ_FAQ''FAQ');
  18. define('_FAQ_FAQS''FAQs');
  19.  
  20. // general
  21. define('_FAQ_CONFIRMDELETE''Do you really want to delete this FAQ?');
  22. define('_FAQ_CREATE''Create a FAQ');
  23. define('_FAQ_DELETE''Delete FAQ');
  24. define('_FAQ_MODIFY''Update FAQ');
  25. define('_FAQ_VIEW''View FAQ list');
  26.  
  27. // defines unique to this module
  28. define('_FAQ_ANSWER',        'Answer');
  29. define('_FAQ_ANSWERED',      'Answered');
  30. define('_FAQ_ANSWEREDBY',    'Answered by %username%');
  31. define('_FAQ_GENERAL',       'General settings');
  32. define('_FAQ_QUESTION',      'Question');
  33. define('_FAQ_SUBMITTEDBY',   'Submitted by %username%');
  34.  
  35. define('_FAQ_CREATEDBYON',   'Created by %username% on %date%');
  36. define('_FAQ_UPDATEDBYON',   'Updated by %username% on %date%');

Documentation generated on Fri, 18 Jul 2008 21:38:06 +0200 by phpDocumentor 1.4.1