Skip to content

Commit

Permalink
Translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codexpert committed Sep 13, 2013
1 parent bfcad58 commit 3dffd2e
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions en-GB.lib_expose.ini
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ FONT_RESIZER_SELECTOR_DESC = "Write your selector where the font resizer will ta
WORDFORMAT_LABEL = "Word format"
WORDFORMAT_DESC = "Word format will wrap all words with a span. Extremely useful when you want to style some words from a sentence like first word of a title."
WORDFORMAT_SELECTOR_LABEL = "Selector"
WORDFORMAT_SELECTOR_DESC = "Write the selectors here. You can write multiple selector separated by coma.<br/> <strong>WARNING: If your selector has a anchor tag inside, put that "_QQ_"a"_QQ_" with your selector otherwise your link will be missing.</strong>"
WORDFORMAT_SELECTOR_DESC = "Write the selectors here. You can write multiple selector separated by coma.<br/> <strong>WARNING: If your selector has a anchor tag inside, put that with your selector otherwise your link will be missing.</strong>"
;----------- Menu ------------------
MENU="Menu"
MENU_CONTROL_LABEL="Menu control"
MENU_CONTROL_DESC="Sets the type and name of the menu."
MENU_TYPE_LABEL="Menu type"
MENU_TYPE_LABEL="Menu style"
MENU_TYPE_DESC="The <strong>Menu type</strong> setting chooses the type of menu to output. <br /><strong>Mega Menu</strong> allows for multiple columns and modules within your menu. <br /><strong>Dropline</strong> shows your second level below the main level. <br /><strong>Split Menu</strong> allows for the second level in another area within the template."
MENU_NAME_LABEL="Menu name"
MENU_NAME_LABEL="Menu group"
MENU_NAME_DESC="Choose the name of the menu."
MENU_POSITION_LABEL="Menu position"
MENU_POSITION_DESC="Select your main menu position."
Expand All @@ -169,18 +169,37 @@ MENU_ACTION_LABEL="Menu action"
MENU_ACTION_DESC="Allows users to interact with the menu by either hovering or clicking on an item."
MENU_DELAY_LABEL="Menu delay"
MENU_DELAY_DESC="Input your animation delay time in millisecond format"
MENU_ANIMATION_LABEL="Menu animation"
MENU_ANIMATION_LABEL="Animations"
MENU_ANIMATION_DESC="Allows for a variety of animations to be set for the menu."
MENU_FANCY_ANIMATION_LABEL="Menu fancy animation"
MENU_FANCY_ANIMATION_DESC="Choose to use a fancy animation for the menu."
MEGA_MENU_RENDER_LABEL = "Megamenu render level"
MEGA_MENU_RENDER_LABEL = "Render level"
MEGA_MENU_RENDER_LABEL_DESC = "Setting the start and end levels of mega menu"
OFFCANVAS_MENU_RENDER_LABEL = "Offcanvas render level"
OFFCANVAS_MENU_RENDER_LABEL = "Render level"
OFFCANVAS_MENU_RENDER_LABEL_DESC = "Setting the start and end levels of offcanvas menu"
MENU_START_LEVEL = "Start level"
MENU_START_LEVEL_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."
MENU_END_LEVEL = "End level"
MENU_END_LEVEL_DESC = "Level to stop rendering the menu at. If you choose 'All', all levels will be shown depending on 'Show Sub-menu Items' setting."
;; Spacer
SPACER_MEGA_MENU_SETTINGS_LABEL = "Mega menu settings"
SPACER_MEGA_MENU_SETTINGS_DESC = "Settings are only applicable for mega menu"
SPACER_SPLIT_MENU_SETTINGS_LABEL = "Split menu settings"
SPACER_SPLIT_MENU_SETTINGS_DESC = "Settings are only applicable for split menu"
SPACER_OFFCANVAS_MENU_SETTINGS_LABEL = "Offcanvas menu settings"
SPACER_OFFCANVAS_MENU_SETTINGS_DESC = "Settings are only applicable for offcanvas menu"

;;Splitment
SPLIT_MENU_TITLE_LABEL = "Title"
SPLIT_MENU_TITLE_DESC = "Show/Hide menu title"
SPLITMENU_TEXT_LABEL = "Title text"
SPLITMENU_TEXT_DESC="Write your menu title text here"
SPLITMENU_STYLE_LABEL = "Settings"
SPLITMENU_STYLE_DESC = "This settings applicable only for subnav"
NAV_STYLE = "Style"
HORIZONTAL = "Horizontal"
VERTICAL = "Vertical"

;----------- Layout ------------------
LAYOUT="Layout"
LAYOUT_TYPE_LABEL="Layout style"
Expand Down

0 comments on commit 3dffd2e

Please sign in to comment.