Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/administrator/language/en-GB/
Upload File :
Current File : /home/cbequiperp/www/administrator/language/en-GB/en-GB.plg_flexicontent_fields_linkslist.ini

; $Id: en-GB.plg_flexicontent_fields_checkbox.ini 18 2009-06-14 11:15:49Z vistamedia $
; author Emmanuel Danan
; copyright (C) 2009 Emmanuel Danan - www.vistamedia.fr
; license GNU/GPL v2
; Note : All ini files need to be saved as UTF-8

FLEXI_FIELD_LINKSLIST="Links List Field Plugin for FLEXIcontent"

FLEXI_FIELD_LINKSLIST_LIST_ELEMENTS="List Elements"
FLEXI_FIELD_LINKSLIST_LIST_ELEMENTS_DESC="The elements of an unordered (&lt;&zwnj;UL&zwnj;&gt;) or an ordered (&lt;&zwnj;OL&zwnj;&gt;) list. <br/><br/> The syntax is the following: <br/> &nbsp; Title1[id=&quot;tagid1&quot; class=&quot;cssclass1&quot; ... link=&quot;#link1&quot;] &#x3a;&#8203;&#x3a; <br/> &nbsp; Title2[id=&quot;tagid2&quot; class=&quot;cssclass2&quot; ... link=&quot;#link2&quot;] &#x3a;&#8203;&#x3a; <br/> &nbsp; Title3[id=&quot;tagid3&quot; class=&quot;cssclass3&quot; ... link=&quot;#link3&quot;] <br/><br/><b>NOTE 1:</b> <br/> - use &#x3a;&#8203;&#x3a; as list elements separator, <br/> - use [option=value] to specify the options of each list element. <br/><br/><b>NOTE 2:</b><br/> - 'title' is the text inside the &lt;&zwnj;LI&zwnj;&gt; HTML tag, <br/> - 'title' will be a link (placed inside an &lt;&zwnj;A&zwnj;&gt; HTML tag) ONLY if the 'link' option is specified. <br/> - all 'options' like: id,class,... (excluding 'link'), will become HTML tag parameters of the &lt;&zwnj;LI&zwnj;&gt; HTML tag. <br/><br/><b>NOTE 3:</b> all options (including the 'link' option) are optional, thus you can write: TitleNN[] without specifying any options"

FLEXI_FIELD_LIST_CLASS="List class"
FLEXI_FIELD_LIST_CLASS_DESC="Add a class to the list, leave empty if you don't need it."

FLEXI_FIELD_LINKSLIST_LIST_TAG_PARAMS="HTML TAG parameters"

FLEXI_FIELD_LIST_ID="List ID"
FLEXI_FIELD_LIST_ID_DESC="Add an ID to the list, leave empty if you don't need it."
FLEXI_FIELD_LIST_TYPE="List type"
FLEXI_FIELD_LIST_TYPE_DESC="Set the list type, usually 'ul'"

FLEXI_FIELD_LINKSLIST_CUSTOM_CSS_JS="Custom JS/CSS"

FLEXI_FIELD_LINKSLIST_JS_CODE="Javascript code"
FLEXI_FIELD_LINKSLIST_JS_CODE_DESC="Optional javascript code to add to the frontend view when this field is displayed, thus you can attach JS to the links inserted by this field and create clickable actions that will manipulate your page according to your needs. <br/><br/><b>NOTE</b> the JS code is added even if this field inserts ZERO links. Thus your JS code must attach e.g. with an appropriate jQuery selector which selector may or may not be found. <br/><br/><b>NOTE</b>: this will be added only once, in both item view, and in multi-item views when this field is displayed. Alternatively, this could also be added permanently to any JS file of yours"
FLEXI_FIELD_LINKSLIST_CSS_CODE="CSS rules"
FLEXI_FIELD_LINKSLIST_CSS_CODE_DESC="Optional CSS rules to add to the frontend view when this field is displayed. <br/><br/><b>NOTE</b>: these will be added only once, in both item view, and in multi-item views when this field is displayed. Alternatively, these could also be added permanently to any CSS file of yours"

FLEXI_FIELD_LIST_ADD_NON_SELECTED="Display non-selected without link"
FLEXI_FIELD_LIST_ADD_NON_SELECTED_DESC="Normally non-selected values are not included in the created list. Enable this option to show them without adding a link tag, instead as SPAN tag will be added"
FLEXI_FIELD_LIST_UNORDER="Unordered list"
FLEXI_FIELD_LIST_ORDER="Ordered list"