mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
new module creation
This commit is contained in:
47
e107_plugins/featurebox/languages/English.php
Normal file
47
e107_plugins/featurebox/languages/English.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/languages/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:10 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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_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_05", "No feature box messages defined yet");
|
||||
define("FBLAN_06", "Existing Feature Box Messages");
|
||||
define("FBLAN_07", "Title / Caption");
|
||||
define("FBLAN_08", "Message text");
|
||||
define("FBLAN_09", "Visibility of message");
|
||||
define("FBLAN_10", "Create Feature Box Message");
|
||||
define("FBLAN_11", "Update Feature Box Message");
|
||||
define("FBLAN_12", "Mode");
|
||||
define("FBLAN_13", "Randomly revolve messages");
|
||||
define("FBLAN_14", "Show this message only");
|
||||
define("FBLAN_15", "Message added to database.");
|
||||
define("FBLAN_16", "Message updated in database.");
|
||||
define("FBLAN_17", "Field(s) left blank");
|
||||
define("FBLAN_18", "Feature Box Message deleted");
|
||||
define("FBLAN_19", "Options");
|
||||
define("FBLAN_20", "Edit");
|
||||
define("FBLAN_21", "Delete");
|
||||
define("FBLAN_22", "Render type");
|
||||
define("FBLAN_23", "In theme box");
|
||||
define("FBLAN_24", "Plain");
|
||||
define("FBLAN_25", "Template");
|
||||
define("FBLAN_26", "you can use a different template for each message, add templates to e107_plugins/featurebox/templates/ folder");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user