acf
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
; @package Advanced Custom Fields
|
||||
; @version 2.8.8 Pro
|
||||
;
|
||||
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
||||
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
||||
; @license http://www.tassos.gr
|
||||
|
||||
PLG_FIELDS_ACFURL_LABEL="ACF - URL"
|
||||
ACF_URL="Fields - ACF URL"
|
||||
ACF_URL_DESC="Enter a URL and a Text in the back-end and display it as a link in the front-end."
|
||||
ACF_URL_VALUE_DESC="The URL of the link"
|
||||
ACF_URL_DEFAULT_TEXT="Default Link Text"
|
||||
ACF_URL_TEXT="Link Text"
|
||||
ACF_URL_TEXT_DESC="The text of the link"
|
||||
ACF_URL_CLASS="URL Class"
|
||||
ACF_URL_CLASS_DESC="Customize the URL with your own CSS classes"
|
||||
ACF_URL_DEFAULT_TARGET="Default Open in"
|
||||
ACF_URL_TARGET="Open in"
|
||||
ACF_URL_TARGET_DESC="Select to open the link in the same tab, in a new tab or in a popup window."
|
||||
ACF_URL_DL_LINK="Treat as Download Link"
|
||||
ACF_URL_DL_LINK_DESC="Select whether to download the file instead of navigating to the link"
|
||||
ACF_URL_NOFOLLOW="NoFollow"
|
||||
ACF_URL_NOFOLLOW_DESC="Select whether to add NoFollow attribute so search engines wont follow this link"
|
||||
ACF_URL_NOREFERRER="NoReferrer"
|
||||
ACF_URL_NOREFERRER_DESC="Select whether to add NoReferrer attribute which won't send the HTTP referrer head so it won't be tracked by analytics tools"
|
||||
ACF_URL_ONCLICK="on Click"
|
||||
ACF_URL_ONCLICK_DESC="Enter Javascript code to run on click."
|
||||
ACF_URL_TARGET_SAME_TAB="Same tab"
|
||||
ACF_URL_TARGET_NEW_TAB="New tab"
|
||||
ACF_URL_TARGET_POPUP="Popup window"
|
||||
ACF_URL_NOOPENER="NoOpener"
|
||||
ACF_URL_NOOPENER_DESC="Select whether to add NoOpener attribute to prevent the new tab from giving context access to the original page.<br><br>What this does is essentially prevent any macilious code that may be present on the new tab to steal information from the original page.<br><br>Note that this attribute is already added by default by all modern browsers to external links.<br><br>Note: On links that open in new tab, this will always be applied."
|
||||
@ -0,0 +1,9 @@
|
||||
; @package Advanced Custom Fields
|
||||
; @version 2.8.8 Pro
|
||||
;
|
||||
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
||||
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
||||
; @license http://www.tassos.gr
|
||||
|
||||
ACF_URL="Fields - ACF URL"
|
||||
ACF_URL_DESC="Enter a URL and a Text in the back-end and display it as a link in the front-end."
|
||||
Reference in New Issue
Block a user