Your IP : 216.73.217.141


Current Path : /home/jcjack6/transformptyoga.com/administrator/language/en-GB/
Upload File :
Current File : //home/jcjack6/transformptyoga.com/administrator/language/en-GB/en-GB.plg_system_anticopy.ini

; @package       Joomla.Plugin.System.AntiCopy
; @subpackage    plg_system_anticopy
; @version       5.0.0
; @author        Makhgal Ganbold
; @copyright     Copyright (C) 2011-2025 Makhgal Ganbold
; @license       GNU General Public License version 2 or later
; @link          https://www.jextbox.com

; Parameters
JEXTBOX_ANTICOPY_FRAMING="Prevent framing on other web-sites"
JEXTBOX_ANTICOPY_USER_GROUP_SPECIFIC_OPTIONS="User group-specific options"
JEXTBOX_ANTICOPY_USER_GROUP_BEHAVIOUR="The following anti-copy protections activate for the selected user groups from the following list. You can choose multiple user groups.<br> It automatically adds Public and Guest groups to the list of Restricted User Groups."
JEXTBOX_ANTICOPY_USER_GROUP="Restricted User Groups"
JEXTBOX_ANTICOPY_EXCLUDED_PAGES="Excluded pages"
JEXTBOX_ANTICOPY_EXCLUDED_PAGES_DESC="Excluded pages are specified by either folder name or query string, or both, with exact or wildcard (*) matching. Don't include the host name and index.php. To define multiple exclusion rules, write them in separate lines. For the home page, write only a single backslash or /."
JEXTBOX_ANTICOPY_SANITIZE_HTML="Make HTML hard to read."
JEXTBOX_ANTICOPY_PRINT="Restrict printing"
JEXTBOX_ANTICOPY_RIGHT_CLICK="Disable right-click"
JEXTBOX_ANTICOPY_OPTION_IMAGES_ONLY="Images only"
JEXTBOX_ANTICOPY_DRAG="Disallow dragging"
JEXTBOX_ANTICOPY_COPY="Restrict copying"
JEXTBOX_ANTICOPY_SHOW_MSG="Notify on copy or cut."
JEXTBOX_ANTICOPY_MSG="Notification text"
; Common Options
JEXTBOX_ANTICOPY_OPTION_YES="Yes"
JEXTBOX_ANTICOPY_OPTION_NO="No"
; Paid
JEXTBOX_ANTICOPY_NOTIFICATION_FREE_LBL="This is the free version."
JEXTBOX_ANTICOPY_NOTIFICATION_FREE_DSC="You are using the free version that provides basic AntiCopy protections. The additional AntiCopy protections detection of JavaScript disabled browsers, HTML body source code protection, detection of open devtools, and restricted keyboard shortcuts, are available in <a href=\"https://jextbox.com/extension/151\" target=\"_blank\">the paid full version</a> of this plugin."
JEXTBOX_ANTICOPY_NOTIFICATION_FULL_LBL="Additional AntiCopy Protections"
JEXTBOX_ANTICOPY_NOTIFICATION_FULL_DSC="The above basic protections can be broken by disabling Javascript, viewing HTML source code, or modifying CSS with a web browser's inspector tool or devtools. More advanced protections are available in <a href=\"https://jextbox.com/extension/151\" target=\"_blank\">the paid full version</a>."
JEXTBOX_ANTICOPY_ALERT_FOR_PROTECT_HTML="Attention"
JEXTBOX_ANTICOPY_ALERT_FOR_PROTECT_HTML_DSC="You should verify the plugin order before activating the \"Protect HTML\" protection. This protection modifies HTML source code completely. Thus, the event handler should execute this plugin after other system plugins that modify the HTML source code, especially the HTML body. If the plugin order is wrong, it breaks front-end web pages entirely. In this case, there is a simple trick that is setting its order as the last. <br> If you choose the \"Load HTML body with AJAX\" option, you must enable the \"Ajax - AntiCopy\" plugin. The AJAX-based protection method can automatically fall back to the \"Encode HTML body and Shuffle\" method for a web page that includes scripts due to possible issues. However, we recommend checking if HTML pages are correctly loaded. Also if the \"Hide HTML body, if JavaScript is disabled.\" protection is enabled, it hides entire content on the web page."
JEXTBOX_ANTICOPY_PROTECT_HTML="Protect HTML"
JEXTBOX_ANTICOPY_PROTECT_HTML_OPTION_ENCODE="Encode HTML body and Shuffle"
JEXTBOX_ANTICOPY_PROTECT_HTML_OPTION_AJAX="Load HTML body with AJAX (\"Ajax - AntiCopy\" plugin must be enabled.)"
JEXTBOX_ANTICOPY_DONT_PROTECT_IF_BOT="Don't protect the HTML body if the Search Engine"
JEXTBOX_ANTICOPY_CUSTOM_BOTS="Search Engine bots"
JEXTBOX_ANTICOPY_CUSTOM_BOTS_DSC="Multiple bots are separated by a comma. Case insensitive."
JEXTBOX_ANTICOPY_USE_DEFAULT_BOTS="Use the default list of bots."
JEXTBOX_ANTICOPY_HIDE_BODY_IF_NOJS="Hide HTML body, if JavaScript is disabled."
JEXTBOX_ANTICOPY_ALERT_FOR_DETECT_DEVTOOLS="Attention"
JEXTBOX_ANTICOPY_ALERT_FOR_DETECT_DEVTOOLS_DSC="The following AntiCopy protection, which is called \"Try to detect if devtools is open\", is based on the outer and inner sizes of the browser's window. Outer size represents the size of the whole browser window containing the address bar, bookmarks bar, sidebar, window border, and resizing handles. Inner size is the interior size of the window containing the scroll bars. Obviously, the inner size is always less than the outer size, and the difference is not much higher. If devtools is open, it makes a higher difference than the ordinary difference - the devtools detection parameter. The parameter value is defined by pixels or a percentage. The pixel value is equal to the difference between outer and inner sizes. The percent has the following formula. Percent = [(outer - inner) / outer * 100] where [...] means integer part of a number. Finally, if the difference exceeds this parameter value, it hides a web page's content."
JEXTBOX_ANTICOPY_DETECT_DEVTOOLS="Try to detect if devtools is open."
JEXTBOX_ANTICOPY_DEVTOOLS_PARAMETER_VALUE="Devtools detection parameter value"
JEXTBOX_ANTICOPY_DEVTOOLS_PARAMETER_TYPE="Detection parameter type"
JEXTBOX_ANTICOPY_DEVTOOLS_PARAMETER_OPTION_PIXELS="pixels"
JEXTBOX_ANTICOPY_DEVTOOLS_PARAMETER_OPTION_PERCENT="percent"
JEXTBOX_ANTICOPY_DEVTOOLS_ALERT="Alert for devtools"
JEXTBOX_ANTICOPY_SHORTCUTS="Disable Keyboard Shortcuts"
JEXTBOX_ANTICOPY_SHORTCUTS_DSC="By disabling keyboard shortcuts, you can prevent viewing or saving HTML sources, inspecting HTML elements, and restrict accessing developer tools directly. Also, it suppresses the web page printing shortcut Ctrl+P."
JEXTBOX_ANTICOPY_DISABLE_VIEW_SOURCE="Disable Ctrl+U"
JEXTBOX_ANTICOPY_DISABLE_SAVE="Disable Ctrl+S"
JEXTBOX_ANTICOPY_DISABLE_INSPECT="Disable F12"
JEXTBOX_ANTICOPY_DISABLE_DEVTOOLS="Disable Ctrl+Shift+(I or J)"
JEXTBOX_ANTICOPY_DISABLE_PRINT="Disable Ctrl+P"
; End of file