1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

More plugin.xml fixes.

This commit is contained in:
CaMer0n
2012-08-22 03:38:38 +00:00
parent deb537d8a3
commit fb8421158d
10 changed files with 20 additions and 25 deletions

View File

@@ -8,9 +8,9 @@
*/
define("FBLAN_01", "Feature Box");
define("FBLAN_02", "This plugin allows you to display a box above your news items with features / whatever you like in it. The messages can either be revolved randomly or dynamically faded.");
define("FBLAN_02", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
define("FBLAN_03", "Configure feature box");
define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
// define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
define("FBLAN_05", "No feature box messages defined yet");
define("FBLAN_06", "Existing Feature Box Messages");
define("FBLAN_07", "Title / Caption");

View File

@@ -7,5 +7,5 @@
*/
define("FBLAN_01", "Feature Box");
define("FBLAN_02", "read more");
// define("FBLAN_02", "read more"); // Already used in admin area.
?>