1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Myron Turner <turnermm02@shaw.ca>
7 */
8
9// for admin plugins, the menu prompt to be displayed in the admin menu
10// if set here, the plugin doesn't need to override the getMenuText() method
11$lang['menu'] = 'Admin News...';
12
13$lang['btn_prune'] = 'Delete Selections';
14$lang['btn_restore'] = 'Restore';
15$lang['btn_review'] = 'Review Deletions';
16$lang['btn_confirm'] = 'Confirm Deletions';
17$lang['invalid'] = 'invalid input detected!';
18$lang['btn_generate'] = 'Generate Feed';
19$lang['menu'] = 'News plugin administration';
20$lang['btn_info'] = 'Show/Hide Help';
21$lang['btn_confirmfeed'] = 'Confirm Subfeed';
22$lang['select_feed'] = 'Select  Subfeed';
23$lang['no_permission'] = 'You do not have permission to create or update news feeds.';
24$lang['instructions'] ='<p><h3>Help</h3>To delete a feed, check the "Delete" checkbox beside the feed name.  Then click
25the "Delete Selections" button at the top of the screen.  You can delete multiple feeds in a single delete operation
26by checking more than one checkbox.  The table listing the feeds will be updated to reflect the
27deletions but deletions will not be final until you click the "Confirm Deletions" button, at which point the database
28will be updated. Clicking "Restore" before Confirming will reset the table to its original state.</p>
29<p>
30A deletion only affects the current state of the database.  You must also remove the plugin syntax from the pages which
31generated the feed.  If the plugin syntax remains on a page, the feed from that page will be regenerated the
32next time the Dokuwiki cache is updated.
33</p>
34<p>
35If your site allows more than one feed, they are referred to here as "subfeeds".  If you want to modify and/or generate a subfeed, select the subfeed by its
36title from the "Select Subfeed" drop-down menu and then click the "Confirm Subfeed" button.  Then proceed as described above.
37</p>
38';
39