1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00
Files
php-e107/e107_plugins/faqs/languages/English/English_admin.php
2025-04-11 07:23:57 -07:00

52 lines
2.3 KiB
PHP

<?php
/*
* Copyright (c) e107 Inc 2008-2025 - e107.org,
* Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* "FAQ plugin" admin-area language definitions
*/
return [
'LANA_FAQ_QUESTION' => "Question",
'LANA_FAQ_QUESTIONS' => "Questions",
'LANA_FAQ_ANSWER' => "Answer",
'LANA_FAQ_UNANSWERED' => "Unanswered",
'LANA_FAQ_COMMENT' => "Comment Class",
'LANA_FAQ_ULOGINNAME' => "User login",
'LANA_FAQ_TAGS' => "Tags",
'LANA_FAQ_TAGS_HELP' => "Comma separated tag list",
'LANA_FAQ_METAK' => "Meta Keywords",
'LANA_FAQ_PREF_1' => "Allow submitting of FAQs by:",
'LANA_FAQ_PREF_2' => "'Ask a Question' is limited to",
'LANA_FAQ_PREF_3' => "Use Classic Layout",
'LANA_FAQ_PREF_4' => "'Ask a Question' limit per user",
'LANA_FAQ_PREF_5' => "'Ask a Question' character limit",
'LANA_FAQ_PREF_6' => "'Ask a Question' limited to",
'LANA_FAQ_PREF_7' => "Submitted Questions Acknowledgement",
'LANA_FAQ_PREF_8' => "List Type",
'LANA_FAQ_PREF_9' => "Unordered List",
'LANA_FAQ_PREF_10' => "Ordered List",
'LANA_FAQ_PREF_11' => "Page Title",
'LANA_FAQ_PREF_12' => "'New' FAQs are no more than",
'LANA_FAQ_PREF_13' => "Display FAQ total",
'LANA_FAQ_PREF_14' => "Display Datestamp",
'LANA_FAQ_PREF_15' => "Display Social buttons",
'LANA_FAQ_PREF_16' => "Specified Order",
'LANA_FAQ_PREF_17' => "All Languages",
'LANA_FAQ_PREF_18' => "Ascending by ID",
'LANA_FAQ_PREF_19' => "Descending by ID",
'LANA_FAQ_PREF_20' => "Ascending by Date",
'LANA_FAQ_PREF_21' => "Descending by Date",
'LANA_FAQ_PREF_22' => "Manage Questions",
'LANA_FAQ_PREF_23' => "Manage Categories",
'LANA_FAQ_PREF_24' => "Ask a Question: character min length",
'LANA_FAQ_PREF_HELP_1' => "0 = no limit",
'LANA_FAQ_PREF_HELP_2' => "Leave blank to use default",
'LANA_FAQ_CRON_1' => "Unanswered Questions Report",
'LANA_FAQ_CRON_2' => "Mails a report of unanswered questions to [x].",
'LANA_FAQ_CRON_3' => "[x] Unanswered Questions at [y]",
'LANA_FAQ_CRON_4' => "Please login to your site to review and answer these questions using the link below.",
'LANA_FAQ_CRON_5' => "The [x] most recent questions are displayed below.",
'LANA_FAQ_CRON_6' => "[x] Unanswered Question as of [y].",
];