mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
59 lines
2.5 KiB
PHP
59 lines
2.5 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id$
|
|
*
|
|
* Featurebox back-end language defines
|
|
*/
|
|
|
|
/*
|
|
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("LAN_PLUGIN_FEATUREBOX_NAME", "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_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_22", "Render type");
|
|
define("FBLAN_23", "In theme box");
|
|
define("FBLAN_24", "Plain");
|
|
define("FBLAN_25", "There are no featurebox items assigned to the [x] template.");
|
|
define("FBLAN_26", "Image/Video");
|
|
define("FBLAN_27", "Image Link");
|
|
define("FBLAN_28", "Featurebox Menu Category");
|
|
define("FBLAN_29", "Category to use for the featurebox menu");
|
|
define("FBLAN_30", "Category template");
|
|
define("FBLAN_31", "Random");
|
|
define("FBLAN_32", "Parameters (optional)");
|
|
define("FBLAN_33", "Optional Javascript Parameters (format subject to change)");
|
|
|
|
|
|
// Install/uninstall messages
|
|
|
|
define("FBLAN_34", "Unassigned");
|
|
define("FBLAN_35", "Carousel");
|
|
define("FBLAN_36", "Tabs");
|
|
|
|
|
|
|