<?php
//
// +---------------------------------------------------------------------------+
// | Multilingual FAQ Plugin |
// +---------------------------------------------------------------------------+
// | english_utf-8 |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2009 by the following authors: |
// | |
// | Author: http://lior.weissbrod.com |
//
// | Copyright (C) 2006 by the following authors: |
// | |
// | Author: Oliver Spiesshofer |
// | Constructed with the Universal Plugin |
// | Copyright (C) 2002 by the following authors: |
// | Tom Willett - hide@address.com |
// | Blaine Lang - hide@address.com |
// | The Universal Plugin is based on prior work by: |
// | Tony Bibbs - hide@address.com |
// +---------------------------------------------------------------------------+
// | |
// | This program is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU General Public License |
// | as published by the Free Software Foundation; either version 2 |
// | of the License, or (at your option) any later version. |
// | |
// | This program is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// | GNU General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software Foundation, |
// | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
// | |
// +---------------------------------------------------------------------------+
//
// +---------------------------------------------------------------------------+
// | Array Format: |
// | $LANGXX[YY]: $LANG - variable name |
// | XX - file id number |
// | YY - phrase id number |
// +---------------------------------------------------------------------------+
$LANG_MULTIFAQ = array (
'admin_label' => 'FAQ (Multilingual)',
'menu_label' => 'MultiFAQ',
'plugin' => 'FAQ',
'access_denied' => 'Access Denied',
'access_denied_msg' => 'You have no access to this Page. Your user name and IP have been recorded.',
'admin' => 'MultiFAQ Plugin Admin',
'install_header' => 'Install/Uninstall Plugin',
'installed' => 'The FAQ Plugin is Installed',
'uninstalled' => 'The FAQ Plugin is Not Installed',
'install_success' => 'Installation Successful',
'install_failed' => 'Installation Failed -- See your error log to find out why.',
'uninstall_msg' => 'FAQ Plugin Successfully Uninstalled',
'install' => 'Install',
'uninstall' => 'UnInstall',
'warning' => 'Warning! FAQ Plugin is still Enabled',
'enabled' => 'Disable FAQ plugin before uninstalling.',
'readme' => 'STOP! Before you press install please read the ',
'installdoc' => 'Install Document.',
'results' => 'Results',
'search_type' => 'MultiFAQ',
'translation' => 'Translation',
'translations' => 'Translations',
'translator' => 'Translator',
'hitsmsg' => 'Hits',
'changedate' => 'Last Updated',
'question' => 'Question',
'faq_questions' => '%sFAQ Questions (Clicks)',
'answer' => 'Answer',
'upgrade' => 'Upgrade',
'upgradedoc' => 'Upgrade Document.',
'pleaseupgrade' => 'This Plugin is installed, but must to be upgraded now.',
'stats_title' => 'Top viewed FAQ Questions',
'top_faq' => 'Most wanted FAQ (clicks)',
'recent_aditions' => 'Recent Aditions',
'stats_questions' => 'Question Text',
'stats_hits' => 'Views',
'stats_no_hits' => 'It seems there are no Q&A in the database or no one has ever clicked on one of which.',
'new_faqs' => 'FAQs',
'no_faq' => 'No FAQs were found',
'no_faq_detailed' => 'No FAQs were found in the database',
'no_new_faq' => 'No new FAQs',
'menu_topic' => 'Topics',
'menu_language' => 'Languages',
'menu_question' => 'Q&A',
'menu_edit' => 'Edit',
'menu_title' => "Multilingual FAQ Admin Menu",
'menu_version' => 'Check for updates',
'language' => 'Language',
'topic' => 'Topic',
'topic_name' => 'Topic Name',
'description' => 'Description',
'edit_language' => 'Edit Language',
'edit_topic' => 'Edit Topic',
'edit_question' => 'Edit Q & A',
'language_code' => 'Language ID',
'nobody' => 'Nobody',
'root' => 'Root',
'move_topic_to' => 'Move Topic to',
'put_topic_in' => 'Put topic in',
'move_topic_admins' => 'Only admins can move a topic',
'faq_topics' => 'FAQ Topics',
'last_update' => 'Last Update',
'question_id' => 'ID',
'move' => 'Move Up / Down',
'level' => 'Level',
'id' => 'Id',
'up' => 'Up',
'down' => 'Down',
'import' => 'Import Data',
'import_description' => '<ul><li>This function will import data from the FAQMAN-Plugin.</li>'
. '<li>This script will not alter existing data in either the FAQMAN-Plugin or the MultiFAQ.'
. 'It will only add the categories from FAQMAN as topics together with their Q&A in MultiFAQ.</li>'
. '<br><br><li><strong>Preserving Links from FAQMAN</strong></li>'
. '<ul><li>If you want to preserve the links of your old FAQ, please check the box below.</li>'
. '<li>Once you uninstalled & removed the faqman plugin, you will have to place the <code>/multifaq/faqman/index.php</code> into your '
. '<code>/public_html/faqman/</code> directory, '
. 'to make sure that links to the old faqman will persist.</li> '
. '<li>This script will create an aditional table containing the link information from the old '
. 'index to the new. This table will be removed once you uninstall the MultiFAQ plugin.</li></ul>'
. '<br><li>Please click the import button to continue.</li></ul>',
'preserve_links' => 'Preserve Links from FAQMAN',
'import_to_language' => 'The following details were imported successfully under this language',
'import_to_direction' => 'a language which you have declared as one that is written',
'import_to_note' => 'If the topics/questions actually belong in another language, simply edit the relevant topic/question and move the text to one of the other languages that you have set up',
'import_t_ok' => 'Topic imported',
'import_t_fail' => '<strong>Topic import failed</strong>',
'import_qa_ok' => 'Q&A imported',
'import_qa_fail' => '<strong>Q&A import failed</strong>',
'link_ok' => 'Link created',
'link_fail' => '<strong>Link failed</strong>',
'link_fail_double' => '<strong>Link failed, id already exists!</strong>',
'direction' => 'Direction',
'ltr' => 'Left to right',
'rtl' => 'Right to left',
'default_choice' => 'Default',
'no_quick_translations' => 'This FAQ has no translation for your chosen language. You are watching the default translation of this FAQ',
'all_quick_translations' => 'This multilingual FAQ provides a quick switch to these translations (requires cookies)',
'the_default_translation' => 'The default translation',
'manual_translations' => 'Only registered users can change their language setting and read the FAQ in',
'language_faq' => 'Store this under this language',
'dynamic_navigation' => 'Dynamic Navigation',
'expand_all' => 'Expand all',
'collapse_all' => 'Collapse all',
'expand_topics' => 'Expand topics',
'collapse_topics' => 'Collapse topics',
'faq_search' => 'Search FAQ',
'faq_search_global' => 'Search Entire FAQ',
'faq_contain' => 'questions and/or answers that contain the text',
'search_results' => 'Found %s matches for',
'this_topic' => 'within the topic',
'general_config' => 'General settings',
'comments' => 'Comments',
'reset_defaults' => 'Restore the default general settings',
'default_commentcode' => 'Comment Default',
'comments_enabled' => 'Comments Enabled',
'comments_disabled' => 'Comments Disabled',
'comments_closed' => 'Comments Closed',
'defaults_lang' => 'Default permissions of items in this language',
'is_open' => 'Enabled',
'is_open_disabled' => 'this language was selected as the default language so it must be enabled',
'disabled_language' => 'The admins disabled this language. Translations would appear once it is re-enabled',
'global_delete' => 'Are you sure? As per your settings',
'global_delete_true' => 'any question belonging to this topic will be deleted too',
'global_delete_false' => 'any question belonging to this topic will be moved to an upper topic',
'empty_field' => 'The field is empty in',
'general_delete' => 'General deletion',
'xmlsitemap' => 'Shortcut to sitemap settings'
);
// Localization of the Admin Configuration UI
$LANG_configsections['multifaq'] = array(
'label' => $LANG_MULTIFAQ['admin_label'],
'title' => $LANG_MULTIFAQ['menu_label'] . " " . $LANG01[129]
);
$LANG_confignames['multifaq'] = array(
'require_login' => 'Require a login to use the plugin',
'default_commentcode' => $LANG_MULTIFAQ['default_commentcode'],
'global_delete' => 'Deleting a topic will move its questions to an upper topic instead of deleting them too',
'show_recent' => 'Show recent aditions',
'recent_count' => 'If so, show how many recent additions',
'show_top_x' => 'Show top X hits',
'top_x_count' => 'If so, what\'s the X in the top X hits',
'replace_homepage' => 'Make the plugin the homepage',
'dynamic_css' => 'If not, use the ' . $LANG_MULTIFAQ['menu_label'] . ' CSS only on the user/admin pages of the plugin, and not in the general site (e.g. the What\'s New Block, etc.)',
'javascript' => 'Display the answers right in the FAQ\'s tree via Javascript',
'javascript_search_open_count' => 'If so, what is the maximum count of internal search results that would initially expand answers?',
'expand_all' => 'Always expand all topics',
'tree_edit_links' => 'Supply edit links even in tree view. Choosing no would make trees look the way standard users see them',
'new_at_end' => 'Put new questions below old questions',
'show_datetime' => 'Show date and time of last edition of each Q&A',
'new_faq_interval' => 'How long (in seconds) should Q&A be considered new? For example, 1209600 seconds (/60/60/24=/86400) = 14 days and 86400 seconds (/86400) = 1 day',
'hide_whatsnew' => 'Hide new Q&A from the What\'s New block',
'count_admin' => 'Also count hits from (logged in) admins?',
'count_editor' => 'Also count hits from (logged in) translators?',
'default_permissions' => 'Default Permissions'
);
$LANG_configsubgroups['multifaq'] = array(
'sg_main' => 'Main Settings'
);
$LANG_fs['multifaq'] = array(
'fs_main' => 'General ' . $LANG_MULTIFAQ['menu_label'] . ' Settings',
'fs_permissions' => $LANG_confignames['multifaq'][ 'default_permissions']
);
// Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
$LANG_configselects['multifaq'] = array(
0 => array('True' => 1, 'False' => 0),
5 => array(
$LANG_MULTIFAQ['comments_enabled'] => 0,
$LANG_MULTIFAQ['comments_disabled'] => -1,
$LANG_MULTIFAQ['comments_closed']=> 1
),
12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
);
// Messages for the plugin upgrade
$PLG_multifaq_MESSAGE3001 = 'The plugin has been successfully upgraded!';
$PLG_multifaq_MESSAGE3002 = "The plugin's upgrade failed. Check error.log";
?>