; Joomla! Project
; Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM
; Basic Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOD_MENU_FIELD_MENUTYPE_LABEL="Select Menu"
MOD_MENU_FIELD_MENUTYPE_DESC="Select a menu in the list"
MOD_MENU_FIELD_STARTLEVEL_LABEL="Start Level"
MOD_MENU_FIELD_STARTLEVEL_DESC="Level to start rendering the menu at. Setting the start and end levels to the same # and setting 'Show Sub-menu Items' to yes will only display that single level."
MOD_MENU_FIELD_ENDLEVEL_LABEL="End Level"
MOD_MENU_FIELD_ENDLEVEL_DESC="Level to stop rendering the menu at. If you choose 'All', all levels will be shown depending on 'Show Sub-menu Items' setting."
MOD_MENU_FIELD_ALLCHILDREN_LABEL="Show Sub-menu Items"
MOD_MENU_FIELD_ALLCHILDREN_DESC="Expand the menu and make its sub-menu items always visible."
; Advanced Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MOD_MENU_FIELD_TAG_ID_LABEL="Menu Tag ID"
MOD_MENU_FIELD_TAG_ID_DESC="An ID attribute to assign to the root UL tag of the menu (optional)"
MOD_MENU_FIELD_CLASS_LABEL="Menu Class Suffix"
MOD_MENU_FIELD_CLASS_DESC="A suffix to be applied to the CSS class of the menu items"
MOD_MENU_FIELD_TARGET_LABEL="Target Position"
MOD_MENU_FIELD_TARGET_DESC="JavaScript values to position a popup window, e.g. top=50,left=50,width=200,height=300"
; Menu Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SF_MOD_DELAY_LABEL="Delay"
SF_MOD_DELAY_DESC="Delay in milliseconds that the mouse can remain outside a submenu without it closing"
SF_MOD_DYNAMIC_LABEL="Dynamic Width"
SF_MOD_DYNAMIC_DESC="Please select if you want to create dynamic width dropdown items"
SF_MOD_LAYOUT_LABEL="Layout"
SF_MOD_LAYOUT_DESC="Please select menu layout"
SF_HORIZONTAL="Horizontal"
SF_VERTICAL="Vertical"
SF_NAVBAR="Navbar"
SF_MOD_ONCLICK_LABEL="Submenu on Click"
SF_MOD_ONCLICK_DESC="Enable if it is require a click to open and close sub-menus. Note that the link will never be followed when in this mode"
SF_MOD_STICKY_LABEL="Sticky Menu"
SF_MOD_STICKY_DESC="Fixed menu in top of page"
SF_LAYOUT_LABEL="MENU LAYOUT"
SF_MOD_FONT_FAMILY_LABEL="Font Family"
SF_MOD_FONT_COLOR_LABEL="Font Color"
SF_MOD_ACTIVE_FONT_COLOR_LABEL="Active Font Color"
SF_MOD_HOVER_FONT_COLOR_LABEL="Hover Font Color"
SF_MOD_FONT_SIZE_LABEL="Font Size"
SF_MOD_SUB_FONT_COLOR_LABEL="Submenu Font Color"
SF_MOD_SUB_ACTIVE_FONT_COLOR_LABEL="Submenu Active Font Color"
SF_MOD_SUB_HOVER_FONT_COLOR_LABEL="Submenu Hover Font Color"
SF_MOD_SUB_FONT_SIZE_LABEL="Submenu Font Size"
SF_MOD_SUB_MENU_BG_COLOR_LABEL="Submenu Background Color"
SF_MOBILE_SETTINGS_LABEL="MOBILE SETTINGS"
SF_MOD_SELECT_LABEL="Enable Select"
SF_MOD_SELECT_DESC="Enable the select style for menu on mobile devices"
SF_MOD_DEFAULT_TEXT="Default Text"
SF_MOD_CLASSNAME="Class Name"
SF_MOD_SUBMENUCLASS="Submenu Class"
SF_MOD_STICKY_MOBILE_LABEL="Sticky Menu"
SF_MOD_STICKY_MOBILE_DESC="Fixed menu in top of page on mobile devices"