mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2016 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* FAQ Plugin Global Language Definitions
|
|
*
|
|
*/
|
|
|
|
define("LAN_FAQS_001", "Tags");
|
|
define("LAN_FAQS_002", "Filter");
|
|
define("LAN_FAQS_003", "There are currently no FAQs available.");
|
|
define("LAN_FAQS_004", "Thank you. Your question has been saved and will be answered as soon as possible.");
|
|
define("LAN_FAQS_005", "You have reached the maximum number of new questions. You may ask more once your existing questions have been answered.");
|
|
define("LAN_FAQS_006", "Remove");
|
|
define("LAN_FAQS_007", "Reset");
|
|
define("LAN_FAQS_008", "[x]: Not found in search results.");
|
|
define("LAN_FAQS_009", "moderate comments");
|
|
define("LAN_FAQS_010", "Back to Categories");
|
|
define("LAN_FAQS_011", "FAQ");
|
|
define("LAN_FAQS_012", "Enter your question here...");
|
|
define("LAN_FAQS_013", "character limit");
|
|
define("LAN_FAQS_014", "Please [register] and/or login to post a question.");
|
|
define("LAN_FAQS_015", "Not permitted.");
|
|
define("LAN_FAQS_016", "You have requested answers to the following questions:");
|