From 3a66749533ae4ec372c95f7b0a6363efa4f5d294 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Thu, 4 Aug 2011 19:03:17 +0000 Subject: #821050 - Error calling page after update to 1.2.2 --- modules_v3/faq/help_text.php | 72 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 modules_v3/faq/help_text.php (limited to 'modules_v3/faq/help_text.php') diff --git a/modules_v3/faq/help_text.php b/modules_v3/faq/help_text.php new file mode 100644 index 0000000000..7340f9c8d6 --- /dev/null +++ b/modules_v3/faq/help_text.php @@ -0,0 +1,72 @@ +
'. + WT_I18N::translate('You may use HTML to format the answer and to add links to other websites.'); + break; + +case 'add_faq_order': + $title=WT_I18N::translate('FAQ position'); + $text=WT_I18N::translate('This field controls the order in which the FAQ items are displayed.

You do not have to enter the numbers sequentially. If you leave holes in the numbering scheme, you can insert other items later. For example, if you use the numbers 1, 6, 11, 16, you can later insert items with the missing sequence numbers. Negative numbers and zero are allowed, and can be used to insert items in front of the first one.

When more than one FAQ item has the same position number, only one of these items will be visible.'); + break; + +case 'add_faq_visibility': + $title=WT_I18N::translate('FAQ visibility'); + $text=WT_I18N::translate('You can determine whether this FAQ will be visible regardless of GEDCOM, or whether it will be visible only to the current GEDCOM.
', WT_GEDCOM); + break; + +case 'delete_faq_item': + $title=WT_I18N::translate('Delete FAQ item'); + $text=WT_I18N::translate('This option will let you delete an item from the FAQ page'); + break; + +case 'edit_faq_item': + $title=WT_I18N::translate('Edit FAQ item'); + $text=WT_I18N::translate('This option will let you edit an item on the FAQ page.'); + break; + +case 'movedown_faq_item': + $title=WT_I18N::translate('Move FAQ item down'); + $text=WT_I18N::translate('This option will let you move an item downwards on the FAQ page.

Each time you use this option, the FAQ Position number of this item is increased by one. You can achieve the same effect by editing the item in question and changing the FAQ Position field. When more than one FAQ item has the same position number, only one of these items will be visible.'); + break; + +case 'moveup_faq_item': + $title=WT_I18N::translate('Move FAQ item up'); + $text=WT_I18N::translate('This option will let you move an item upwards on the FAQ page.

Each time you use this option, the FAQ Position number of this item is reduced by one. You can achieve the same effect by editing the item in question and changing the FAQ Position field. When more than one FAQ item has the same position number, only one of these items will be visible.'); + break; + +} -- cgit v1.3