1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

FAQ Lans Reworked

Let me know what you think. Perhaps some Help Text will help in the next
commit.
This commit is contained in:
MikeyGMT
2017-04-01 11:33:47 +01:00
parent 3fb9c5c0cc
commit 0fa1246b61
4 changed files with 18 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
* "FAQ plugin" admin-area language definitions
*/
define("LANA_FAQ_QUESTION", "Question");
define("LANA_FAQ_QUESTIONS", "Questions");
define("LANA_FAQ_ANSWER", "Answer");
define("LANA_FAQ_UNANSWERED", "Unanswered");
define("LANA_FAQ_COMMENT", "Comment Class");