mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Start of LAN rework on Featurebox plugin. Added Global language file. Work in Progress to be continued after development has stabilized on thisp plugin.
This commit is contained in:
@@ -3,36 +3,42 @@
|
||||
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id$
|
||||
*
|
||||
* Featurebox back-end laguage defines
|
||||
* TODO - cleanup constants not in use
|
||||
* Featurebox back-end language defines
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
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"); //FIXME LAN - use generic.
|
||||
// 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"); //FIXME LAN - use generic.
|
||||
define("FBLAN_07", "Title / Caption"); //FIXME LAN - use generic.
|
||||
/*
|
||||
TODO LAN - cleanup constants not in use
|
||||
Work in progress Moc - commented out are candidate for removal
|
||||
LAN file needs working from scratch after development is stabilized
|
||||
*/
|
||||
|
||||
|
||||
//define("FBLAN_01", "Feature Box");
|
||||
//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"); //FIXME LAN - use generic.
|
||||
//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"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_07", "Title / Caption"); //FIXME LAN - use generic.
|
||||
define("FBLAN_08", "Message text");
|
||||
define("FBLAN_09", "Visibility of message");
|
||||
define("FBLAN_10", "Create Feature Box Message"); //FIXME LAN - use generic.
|
||||
define("FBLAN_11", "Update Feature Box Message"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_09", "Visibility of message");
|
||||
//define("FBLAN_10", "Create Feature Box Message"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_11", "Update Feature Box Message"); //FIXME LAN - use generic.
|
||||
define("FBLAN_12", "Mode");
|
||||
define("FBLAN_13", "Randomly revolve messages");
|
||||
define("FBLAN_14", "Show this message only");
|
||||
define("FBLAN_15", "Message added to database."); //FIXME LAN - use generic.
|
||||
define("FBLAN_16", "Message updated in database."); //FIXME LAN - use generic.
|
||||
define("FBLAN_17", "Field(s) left blank");
|
||||
define("FBLAN_18", "Feature Box Message deleted"); //FIXME LAN - use generic.
|
||||
define("FBLAN_19", "Options"); //FIXME LAN - use generic.
|
||||
define("FBLAN_20", "Edit"); //FIXME LAN - use generic.
|
||||
define("FBLAN_21", "Delete"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_15", "Message added to database."); //FIXME LAN - use generic.
|
||||
//define("FBLAN_16", "Message updated in database."); //FIXME LAN - use generic.
|
||||
//define("FBLAN_17", "Field(s) left blank");
|
||||
//define("FBLAN_18", "Feature Box Message deleted"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_19", "Options"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_20", "Edit"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_21", "Delete"); //FIXME LAN - use generic.
|
||||
define("FBLAN_22", "Render type");
|
||||
define("FBLAN_23", "In theme box");
|
||||
define("FBLAN_24", "Plain");
|
||||
define("FBLAN_25", "Template"); //FIXME LAN - use generic.
|
||||
define("FBLAN_26", "you can use a different template for each message, add templates to e107_plugins/featurebox/templates/ folder");
|
||||
//define("FBLAN_25", "Template"); //FIXME LAN - use generic.
|
||||
//define("FBLAN_26", "you can use a different template for each message, add templates to e107_plugins/featurebox/templates/ folder");
|
||||
|
||||
|
||||
?>
|
@@ -1,9 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id$
|
||||
*
|
||||
* Featurebox global language defines
|
||||
*/
|
||||
|
||||
// Admin log messages
|
||||
define('LAN_AL_FBLAN_01', 'Featurebox created'); //FIXME LAN - use generic.
|
||||
define('LAN_AL_FBLAN_02', 'Featurebox updated'); //FIXME LAN - use generic.
|
||||
define('LAN_AL_FBLAN_03', 'Featurebox deleted'); //FIXME LAN - use generic.
|
||||
define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box");
|
||||
define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
||||
|
||||
// Install/uninstall messages
|
||||
define('FBLAN_INSTALL_01', 'Adding Default category table data.');
|
||||
|
Reference in New Issue
Block a user