mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
FAQs language-file path clean-up.
This commit is contained in:
66
e107_plugins/faqs/languages/English/English_front.php
Normal file
66
e107_plugins/faqs/languages/English/English_front.php
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
define(FAQLAN_FAQ, "FAQ");
|
||||
define(FAQLAN_0, "No FAQ yet, please check back soon.");
|
||||
define(FAQLAN_1, "Please click to go to the FAQ");
|
||||
define(FAQLAN_2, "Please choose which FAQ you wish to see");
|
||||
define(FAQLAN_3, "on");
|
||||
define(FAQLAN_4, "January");
|
||||
define(FAQLAN_5, "February");
|
||||
define(FAQLAN_6, "March");
|
||||
define(FAQLAN_7, "April");
|
||||
define(FAQLAN_8, "May");
|
||||
define(FAQLAN_9, "June");
|
||||
define(FAQLAN_10, "July");
|
||||
define(FAQLAN_11, "August");
|
||||
define(FAQLAN_12, "September");
|
||||
define(FAQLAN_13, "October");
|
||||
define(FAQLAN_14, "November");
|
||||
define(FAQLAN_15, "December");
|
||||
define(FAQLAN_16, "You are currently not allowed to PM ");
|
||||
define(FAQLAN_17, "Add Comment");
|
||||
define(FAQLAN_18, "Back to FAQ");
|
||||
define(FAQLAN_19, "View comment.");
|
||||
define(FAQLAN_20, "Add comment.");
|
||||
define(FAQLAN_21, "Back to Top");
|
||||
define(FAQLAN_22, "Answers: ");
|
||||
define(FAQLAN_23, "FAQ (Frequently Asked Questions) :: ");
|
||||
define(FAQLAN_24, "Back to FAQ list ");
|
||||
define(FAQLAN_25, "Not allowed");
|
||||
define(FAQLAN_26, "Only registered users can use this feature");
|
||||
define(FAQLAN_27, "Search for ");
|
||||
define(FAQLAN_28, "Search");
|
||||
define(FAQLAN_29, "Search FAQ");
|
||||
define(FAQLAN_30, "[blocked by admin]");
|
||||
define(FAQLAN_31, "Unblock");
|
||||
define(FAQLAN_32, "Block");
|
||||
define(FAQLAN_33, "Delete");
|
||||
define(FAQLAN_34, "Info");
|
||||
define(FAQLAN_35, "Comment ...");
|
||||
define(FAQLAN_37, "Login Name: ");
|
||||
define(FAQLAN_38, "Comment");
|
||||
define(FAQLAN_39, "Submit comment");
|
||||
define(FAQLAN_40, "Shortcut tags allowed: [b] [i] [u] [img] [center] [link]<br />use [link=link text] link url [/link] for links<br />Line breaks (<br />) are auto added.");
|
||||
|
||||
define(FAQLAN_41, "FAQ Categories");
|
||||
define(FAQLAN_42, "Total");
|
||||
define(FAQLAN_43, "Edit");
|
||||
define(FAQLAN_44, "Comments");
|
||||
define(FAQLAN_45, "moderate comments");
|
||||
define(FAQLAN_46, "Back to Categories");
|
||||
define(FAQLAN_47, "Submit a Question");
|
||||
define(FAQLAN_48, "Options");
|
||||
define(FAQLAN_49, "Add");
|
||||
define(FAQLAN_50, "an FAQ");
|
||||
define(FAQLAN_51, "Category");
|
||||
|
||||
define(FAQLAN_52, "Match found in faq question");
|
||||
define(FAQLAN_53, "Match found in faq answer");
|
||||
define(FAQLAN_54, "No matches.");
|
||||
define(FAQLAN_55, "Question");
|
||||
define(FAQLAN_56, "Answer");
|
||||
define(FAQLAN_57, "Found in");
|
||||
define(FAQLAN_58, "FAQ Posted on");
|
||||
|
||||
define(FAQ_ADLAN_75, "No FAQ Category Yet");
|
||||
|
||||
?>
|
12
e107_plugins/faqs/languages/English/English_global.php
Normal file
12
e107_plugins/faqs/languages/English/English_global.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) e107 Inc 2008-2013 - e107.org,
|
||||
* Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* 'FAQ plugin' global language definitions
|
||||
*/
|
||||
|
||||
define("LAN_PLUGIN_FAQS_NAME", "FAQs");
|
||||
define("LAN_PLUGIN_FAQS_DESCRIPTION", "A simple plugin to add Frequently Asked Questions to your website.");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user