-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblocks.php
More file actions
31 lines (27 loc) · 1.08 KB
/
blocks.php
File metadata and controls
31 lines (27 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* English language constants used in blocks of the module
*
* @copyright INBOX International
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since 1.0
* @author Rodrigo Pereira Lima <rodrigo@inboxinternational.com>
* @package imfaq
* @version $Id$
*/
if (!defined("ICMS_ROOT_PATH")) die("ICMS root path not defined");
define("_MB_IMFAQ_CATLIST_SHOWSUBS", "Show subcategories:");
define("_MB_IMFAQ_CATLIST_SORT", "Sort by:");
define("_MB_IMFAQ_CATLIST_ORDER", "Order:");
define("_MB_IMFAQ_DIDUNO_LIMIT", "Limit:");
define("_MB_IMFAQ_DIDUNO_CATEG", "Category:");
define("_MB_IMFAQ_ORDERBYRAND", "Random");
define("_MB_IMFAQ_ALLCATEGS", "All Categories");
define("_MB_IMFAQ_ONLYCURRENTCATEG", "For current category only");
define("_MB_IMFAQ_CATEGORY_CAT_WEIGHT", "Weight");
define("_MB_IMFAQ_CATEGORY_CAT_ID", "Id");
define("_MB_IMFAQ_CATEGORY_CAT_TITLE", "Title");
define("_MB_IMFAQ_FAQ_FAQ_QUESTION", "Question");
define("_MB_IMFAQ_FAQ_FAQ_WEIGHT", "Weight");
define("_MB_IMFAQ_FAQ_FAQ_ID", "Id");
?>