| Current Path : /home/chauffn/vuzelia/2023/plugins/engagebox/actions/language/en-GB/ |
| Current File : /home/chauffn/vuzelia/2023/plugins/engagebox/actions/language/en-GB/en-GB.plg_engagebox_actions.ini |
; @package EngageBox
; @version 5.1.3 Pro
;
; @author Tassos Marinos - http://www.tassos.gr
; @copyright Copyright (c) 2020 Tassos Marinos. All rights reserved.
; @license http://www.tassos.gr
PLG_ENGAGEBOX_ACTIONS_NAME="Actions"
PLG_ENGAGEBOX_ACTIONS="EngageBox - Actions"
PLG_ENGAGEBOX_ACTIONS_DESC="Actions allow you to control easily what happens when a certain box event fires. In EngageBox, every box fires certain types of events like Open and Close. An Action listens to those events and gets executed when the specified event is occured."
PLG_ENGAGEBOX_ACTIONS_FIELDSET_DESC="EngageBox fires certain types of events in the browser like Open and Close. An Action listens to those events and gets executed when the specified event is occured."
PLG_ENGAGEBOX_ACTIONS_WHEN="Event"
PLG_ENGAGEBOX_ACTIONS_WHEN_DESC="Select the event of this box that will fire the specified action.<br><br><b>Before Open: </b>Fires before the box opens. Use it to cancel open by returning false in a script.<br><b>Open:</b> Fires when the box is about to open and the animation starts.<br><b>After Open:</b> Fires when the box is fully opened and the animation has ended.<br><b>Before Close: </b>Fires before the box closes. Use it to cancel close by returning false in a script.<br><b>Close:</b> Fires when the box is about to close and the animation starts.<br><b>After Close:</b> Fires when the box is fully closed and the animation has ended."
PLG_ENGAGEBOX_ACTIONS_DO="Action"
PLG_ENGAGEBOX_ACTIONS_DO_DESC="Select the action to execute when the specified event fires."
PLG_ENGAGEBOX_ACTIONS_OPEN="Open"
PLG_ENGAGEBOX_ACTIONS_BEFORE_OPEN="Before Open"
PLG_ENGAGEBOX_ACTIONS_AFTER_OPEN="After Open"
PLG_ENGAGEBOX_ACTIONS_CLOSE="Close"
PLG_ENGAGEBOX_ACTIONS_BEFORE_CLOSE="Before Close"
PLG_ENGAGEBOX_ACTIONS_AFTER_CLOSE="After Close"
PLG_ENGAGEBOX_ACTIONS_SELECT_EVENT="- Select Event -"
PLG_ENGAGEBOX_ACTIONS_SELECT_ACTION="- Select Action -"
PLG_ENGAGEBOX_ACTIONS_OPEN_BOX="Open a Box"
PLG_ENGAGEBOX_ACTIONS_CLOSE_BOX="Close a Box"
PLG_ENGAGEBOX_ACTIONS_CLOSE_ALL="Close all opened Boxes"
PLG_ENGAGEBOX_ACTIONS_DESTROY_BOX="Destroy a Box"
PLG_ENGAGEBOX_ACTIONS_GO_TO_URL="Redirect to a URL"
PLG_ENGAGEBOX_ACTIONS_CUSTOM_JS="Run Javascript"
PLG_ENGAGEBOX_ACTIONS_BOX_DESC="Select the box to apply the action to."
PLG_ENGAGEBOX_ACTIONS_ENABLED_DESC="Enable or disable this action."
PLG_ENGAGEBOX_ACTIONS_JS="Javascript"
PLG_ENGAGEBOX_ACTIONS_JS_CODE="Enter the Javascript code to execute. Do not include <script> tags. Use <b>me</b> variable to access current box's instance."
PLG_ENGAGEBOX_ACTIONS_URL_DESC="Set the URL to redirect the visitor to. <br><br>You can create dynamic URLs using Smart Tags. Example: <b>{url}?box_closed=true</b> or <b>{site.url}?user={user.id}</b>."
PLG_ENGAGEBOX_ACTIONS_NEW_TAB="Open in new tab"
PLG_ENGAGEBOX_ACTIONS_NEW_TAB_DESC="Enable to redirect in a new tab."
PLG_ENGAGEBOX_ACTIONS_DELAY_DESC="Optionally, delay the execution of the specified Action."
PLG_ENGAGEBOX_ACTIONS_RELOAD_PAGE="Reload Page"