first commit

This commit is contained in:
2026-02-08 21:16:11 +01:00
commit e17b7026fd
8881 changed files with 1160453 additions and 0 deletions

View File

@@ -0,0 +1,430 @@
; Manifest
PLG_SYSTEM_N3TCOOKIECONSENT="System - n3t Cookie Consent"
PLG_SYSTEM_N3TCOOKIECONSENT_MANIFEST_DESCRIPTION="<h3>n3t Cookie Consent</h3><p>Simple Cookie Consent manager for Joomla! CMS.</p>"
PLG_SYSTEM_N3TCOOKIECONSENT_MANIFEST_HELP_URL="https://n3t-cookie-consent.readthedocs.io/en/latest/"
; Config - general
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ENABLE_PLUGIN_FIRST="To use this function enable this plugin first."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLLAPSE_COOKIES="Show / hide cookies list"
; Config - Basic
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_USAGE_ENABLE_PLUGIN_FIRST="Enable the plugin first. If not enabled, not all functions in config are available."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_USAGE_SETUP_COOKIES_FIRST="Seems like you have not defined any cookie yet. Go to 'Cookies' tab, load defaults, scan your site or define cookies manually."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DOCUMENTATION="Help"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DOCUMENTATION_DESC="First time using this plugin? Please read our <a href='https://n3t-cookie-consent.readthedocs.io/en/latest/' target='_blank'>documentation</a>."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_TYPE="Privacy policy type"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_TYPE_DESC="Choose if your privacy policy is a menu item (means you have menu item pointing your privacy policy) or direct link (for example if pointing privacy policy on other website)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_TYPE_MENUITEM="Menu item"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_TYPE_URL="Url"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY="Privacy policy"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_DESC="Select menu item pointing to your privacy policy"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_URL="Privacy policy URL"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIVACY_POLICY_URL_DESC="Enter full URL address (starting with http:// or https://) of privacy policy page."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_LOG_CONSENTS="Log consents"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_LOG_CONSENTS_DESC="Store log with user consents. Log file can be found in Joomla! logs directory."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_LOG_CONSENTS_ROTATE="Rotate log"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_LOG_CONSENTS_ROTATE_DESC="When enabled, log will be saved in standard logs path of Joomla, means influenced by 'Log rotate' plugin. When disabled, log will be saved in 'keep' subfolder of logs path, means, it will never get rotated."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ALLOW_UNKNOWN_COOKIES="Allow unknown cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ALLOW_UNKNOWN_COOKIES_DESC="How to handle cookies not set in any category? Block means, it will be blocked, Accept will allow the cookie, Based on 'Unknown' category will check, if user gave consent to category 'Unknown'."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ALLOW_UNKNOWN_COOKIES_BLOCK="Block"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ALLOW_UNKNOWN_COOKIES_ACCEPT="Accept"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_ALLOW_UNKNOWN_COOKIES_SETTINGS="Based on 'Unknown' category"
; Config - Consent dialog
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_CONSENT_DIALOG="Consent dialog"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_CONSENT_DIALOG_DESC="These settings influence the style and behavior of consent dialog. This is the dialog displayed to users, when they visit your site first time."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FORCE_CONSENT="Force consent"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FORCE_CONSENT_DESC="Enable if you want to block page navigation until user action."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_LAYOUT="Consent dialog layout"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_LAYOUT_DESC="Layout of the consent dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_LAYOUT_BOX="Box"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_LAYOUT_CLOUD="Cloud"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_LAYOUT_BAR="Bar"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION="Consent dialog position"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_DESC="Screen position of the consent dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_TOP_LEFT="top left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_TOP_CENTER="top center"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_TOP_RIGHT="top right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_MIDDLE_LEFT="middle left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_MIDDLE_CENTER="middle center"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_MIDDLE_RIGHT="middle right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_BOTTOM_LEFT="bottom left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_BOTTOM_CENTER="bottom center"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_POSITION_BOTTOM_RIGHT="bottom right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_TRANSITION="Consent dialog transition"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_MODAL_TRANSITION_DESC="Transition effect of the consent dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_TRANSITION_ZOOM="Zoom"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_TRANSITION_SLIDE="Slide"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIMARY_BUTTON_ROLE="Primary button role"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PRIMARY_BUTTON_ROLE_DESC="Role of the primary button. Either Accept all cookies or Accept (pre)selected cookies."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BUTTON_ROLE_ACCEPT_ALL="Accept all"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BUTTON_ROLE_ACCEPT_SELECTED="Accept selected"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BUTTON_ROLE_SETTINGS="Settings"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BUTTON_ROLE_ACCEPT_NECESSARY="Reject all"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BUTTON_ROLE_NONE="None"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SECONDARY_BUTTON_ROLE="Secondary button role"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SECONDARY_BUTTON_ROLE_DESC="Role of the secondary button. Either Settings - displays settings dialog, or Reject all - decline all cookies except functional."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TERTIARY_BUTTON_ROLE="Tertiary button role"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TERTIARY_BUTTON_ROLE_DESC="Role of the tertiary button. Either Settings - displays settings dialog, or Reject all - decline all cookies except functional."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_SWAP_BUTTONS="Swap buttons"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_SWAP_BUTTONS_DESC="Swap ordering of buttons."
; Config - Settings dialog
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_SETTINGS_DIALOG="Settings dialog"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_SETTINGS_DIALOG_DESC="These settings influence the style and behaviour of settings dialog. This is the dialog displayed when users click on 'Settings' button, or when they review their consent later using the trigger icon."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_LAYOUT="Settings dialog layout"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_LAYOUT_DESC="Settings dialog layout."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_LAYOUT_BOX="Box"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_LAYOUT_BAR="Bar"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_POSITION="Settings dialog position"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_POSITION_DESC="Screen position of the consent dialog. (Only for Bar layout)"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_POSITION_LEFT="Left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_POSITION_RIGHT="Right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_TRANSITION="Settings dialog transition"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_TRANSITION_DESC="Transition effect of the settings dialog"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_TRANSITION_ZOOM="Zoom"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SETTINGS_TRANSITION_SLIDE="Slide"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_REJECT_ALL="Show Reject all"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_REJECT_ALL_DESC="Show Reject all button in Settings dialog"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_REMOVE_COOKIE_TABLES="Hide cookies tables"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_REMOVE_COOKIE_TABLES_DESC="Enable if you want to remove the cookie tables in settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_COOKIE_PROVIDER="Show Cookie Provider column"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_COOKIE_PROVIDER_DESC="Choose if you want to show cookie provider info."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_COOKIE_EXPIRATION="Show Cookie Expiration column"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_COOKIE_EXPIRATION_DESC="Choose if you want to show cookie expiration info."
; Config - Trigger
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_TRIGGER="Trigger"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_TRIGGER_DESC="These settings influence the trigger icon. This is the icon displayed after a user gave their consent, so they can review it anytime."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_TRIGGER="Show Trigger"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SHOW_TRIGGER_DESC="When enabled (by default), trigger icon to open settings dialog will be displayed. If disabled, you need to handle this a different way (see documentation)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_LAYOUT="Trigger layout"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_LAYOUT_DESC="Select settings trigger layout."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_LAYOUT_ICON="Icon"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_LAYOUT_HANDLE="Handle"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION="Trigger position"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_DESC="Select settings trigger position."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_TOP_LEFT="Top left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_TOP_CENTER="Top center"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_TOP_RIGHT="Top right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_MIDDLE_LEFT="Middle left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_MIDDLE_RIGHT="Middle right"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_BOTTOM_LEFT="Bottom left"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_BOTTOM_CENTER="Bottom center"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_TRIGGER_POSITION_BOTTOM_RIGHT="Bottom right"
; Config - Colours
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLORS="Colours"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLORS_DESC="Here you can change basic colours of Consent dialog, Settings dialog and Trigger icon. For further customization use either Custom CSS field, or place your custom CSS in your template CSS file."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_CC="Consent and settings dialog"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BG="Background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BG_DESC="Background colour of the consent and settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TEXT="Text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TEXT_DESC="Text colour in consent and settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_BG="Primary button background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_BG_DESC="Background colour of the primary button."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_TEXT="Primary button text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_TEXT_DESC="Text colour of the primary button."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_HOVER_BG="Primary button hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_PRIMARY_HOVER_BG_DESC="Background colour of the primary button on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_BG="Secondary button background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_BG_DESC="Background colour of the secondary button."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_TEXT="Secondary button text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_TEXT_DESC="Text colour of the secondary button."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_HOVER_BG="Secondary button hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BTN_SECONDARY_HOVER_BG_DESC="Background colour of the secondary button on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_OFF="On/off toggle Off"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_OFF_DESC="Background colour of On/Off switch, when Off."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_ON="On/off toggle On"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_ON_DESC="Background colour of On/Off switch, when On."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_READONLY="On/off toggle readonly"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_BG_READONLY_DESC="Background colour of On/Off switch, when read-only."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_KNOB_BG="On/off toggle knob"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_KNOB_BG_DESC="Background colour of knob of On/Off switch."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_KNOB_ICON_COLOR="On/off toggle icon"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TOGGLE_KNOB_ICON_COLOR_DESC="Icon colour of On/Off switch."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BLOCK_TEXT="Description text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_BLOCK_TEXT_DESC="Text colour of main description in settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_BG="Cookie category background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_BG_DESC="Background colour of Cookies category block."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_BG_HOVER="Cookie category hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_BG_HOVER_DESC="Background colour of Cookies category block on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_TEXT="Cookie category text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_CATEGORY_BLOCK_TEXT_DESC="Cookie category text colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_SECTION_BORDER="Section border"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_SECTION_BORDER_DESC="Border colour of section in settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_TABLE_BORDER="Cookie table border"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_COOKIE_TABLE_BORDER_DESC="Border colour of table with cookies description."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_OVERLAY_BG="Overlay background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_OVERLAY_BG_DESC="Overlay background colour - could be transparent."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_WEBKIT_SCROLLBAR_BG="Scrollbar"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_WEBKIT_SCROLLBAR_BG_DESC="Scrollbar colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_WEBKIT_SCROLLBAR_BG_HOVER="Scrollbar hover"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_WEBKIT_SCROLLBAR_BG_HOVER_DESC="Scrollbar colour on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER="Trigger"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON="Trigger icon"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_DESC="Trigger icon colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_STROKE="Trigger icon stroke"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_STROKE_DESC="Trigger icon stroke colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_HOVER="Trigger icon hover"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_HOVER_DESC="Trigger icon colour on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_HOVER_STROKE="Trigger icon hover stroke"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_ICON_HOVER_STROKE_DESC="Trigger icon hover stroke colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_BG="Trigger handle background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_BG_DESC="Trigger handle background colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_HOVER_BG="Trigger handle hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_HOVER_BG_DESC="Trigger handle background colour on mouse-over."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_TEXT="Trigger handle text"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_TRIGGER_HANDLE_TEXT_DESC="Trigger handle text colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM="IFrames"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG="IFrames background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG_DESC="Iframes replacement base background colour (colour behind thumbnail)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG_GRADIENT_START="IFrames gradient start"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG_GRADIENT_START_DESC="Start colour of iframes overlay colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG_GRADIENT_END="IFrames gradient end"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BG_GRADIENT_END_DESC="End colour of iframes overlay colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_COLOR="IFrames text colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_COLOR_DESC="Text colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_LINK_COLOR="IFrames links colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_LINK_COLOR_DESC="Links colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_IFRAME_BG_COLOR="IFrames iframe background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_IFRAME_BG_COLOR_DESC="Background colour of loading iframe."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG="IFrames primary button background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG_DESC="Primary button background colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG_HOVER="IFrames primary button hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG_HOVER_DESC="Primary button background colour when mouse hover."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG_ACTIVE="IFrames primary button active background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_BG_ACTIVE_DESC="Primary button background colour when clicked."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_COLOR="IFrames primary button text colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_COLOR_DESC="Button text colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_SHADOW="IFrames primary button shadow"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_SHADOW_DESC="Colour of shadow."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_SHADOW_ACTIVE="IFrames primary button active shadow"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_PRIMARY_SHADOW_ACTIVE_DESC="Colour of shadow when button is clicked."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG="IFrames secondary button background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG_DESC="Secondary button background colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG_HOVER="IFrames secondary button hover background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG_HOVER_DESC="Secondary button background colour when mouse hover."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG_ACTIVE="IFrames secondary button active background"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_BG_ACTIVE_DESC="Secondary button background colour when is clicked."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_COLOR="IFrames secondary button text colour"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_COLOR_DESC="Button text colour."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_SHADOW="IFrames secondary button shadow"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_SHADOW_DESC="Colour of shadow."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_SHADOW_ACTIVE="IFrames secondary button active shadow"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COLOR_IFM_BTN_SECONDARY_SHADOW_ACTIVE_DESC="Colour of shadow when button is active."
; Config - Cookies
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_BLOCKS="Cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_BLOCKS_DESC="Here you need to define all the cookies your website uses. You can also enable automatic cookie collection."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS="Settings blocks"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_DESC="Blocks displayed in settings dialog."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE="Block type"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_DESCRIPTION="Description"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_FUNCTIONAL="Functional cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_PREFERENCES="Preferences cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_ANALYTICS="Analytical cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_MARKETING="Marketing cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_UNKNOWN="Unknown cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_PRIVACY="Privacy policy"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_HIDDEN="Hidden cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_SYSTEM="System cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_CUSTOM="Custom cookies block"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_CUSTOM_DESCRIPTION="Custom description block"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TYPE_CONSENT="Consent info"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_TITLE="Title"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_ALIAS="Alias"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_DESCRIPTION="Description"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_ENABLED="Enabled by default"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_READONLY="Read-only"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES="Cookies table"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_NAME="Name"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_DESCRIPTION="Description"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_REGEX="Is RegExp"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_PROVIDER="Provider"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION="Expiration"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT="Exp. unit"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_NONE="None"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_YEARS="Years"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_MONTHS="Months"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_DAYS="Days"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_HOURS="Hours"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_MINUTES="Minutes"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_BLOCKS_COOKIES_EXPIRATION_UNIT_SECONDS="Seconds"
;Config - Iframes
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_IFRAMES="IFrames"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_IFRAMES_DESC="External content using IFrames (like YouTube videos, Google maps etc.) could set cookies, that do not belong to you domain. The only way, how to prevent this, is not to display it until user agrees with its conditions."
PLG_SYSTEM_N3TCOOKIECONSENT_USE_IFRAME_MANAGER="Use IFrameManager"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_USE_IFRAME_MANAGER_DESC="When enabled, all IFrames in output will be replaced by preview image, with text explaining about external content cookies."
PLG_SYSTEM_N3TCOOKIECONSENT_YOUTUBE_NOCOOKIE="Enable YouTube privacy-enhanced mode"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_YOUTUBE_NOCOOKIE_DESC="When enabled, all iframes sources pointing Youtube domain (like youtube.com or youtu.be) will be replaced with youtube-nocookie.com domain. Using this domain Youtube does not store cookies, but saves its data in Local Storage."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_THUMBNAIL="Default thumbnail"
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_THUMBNAIL_DESC="Select image, that will be displayed as thumbnail image for services without thumbnails."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_HELP="Notice"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_HELP_DESC="To add custom iframe providers you need to specify its name an provider url. Enter the beginning of url of such iframes, including http(s)://, for example 'https://www.google.com/maps/' for Google maps."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES="IFrames providers"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_NAME="Provider name"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_URL="IFrame URL"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_TERMS="Link to Terms & Conditions"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_SERVICES_THUMBNAIL="Thumbnail"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_WHITELIST_HELP_DESC="To whitelist some iframes from iframe manager specify its provider url. Enter the beginning of url of such iframes, including http(s)://, for example 'https://www.google.com/maps/' for Google maps."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IFM_WHITELIST="IFrames providers whitelist"
; Config - Advanced
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_ADVANCED="Advanced"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_ADVANCED_DESC="Advanced settings for experienced users. Be carefull, these settings could influence basic functionality of this plugin."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DISABLE_TMPL="Disallow tmpl"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DISABLE_TMPL_DESC="List all tpml parameters, where Cookie Consent should not be displayed. 'component' and 'raw' by default."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DISABLE_TMPL_TMPL="tmpl"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_HIDE_FROM_BOTS="Hide from bots"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_HIDE_FROM_BOTS_DESC="Enable if you don't want the plugin to run when a bot/crawler/webdriver is detected."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_REVISION="Revision"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_REVISION_DESC="Specify this option to enable revisions. If you change something in your cookie policy, you should require new consent from users. Defining some number here will reset all given consents so far, and all users will have to review their choices again."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_NAME="Cookie name"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_NAME_DESC="Name of the cookie used to store consent. If empty 'n3t_cc' will be used."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_SAME_SITE="Cookie SameSite attribute"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_SAME_SITE_DESC="SameSite attribute for Cookie."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_SAME_SITE_LAX="Lax"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_SAME_SITE_STRICT="Strict"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_SAME_SITE_NONE="None"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_DOMAIN="Cookie domain"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_DOMAIN_DESC="Specify your domain (will be grabbed by default) or a subdomain. If empty, value from Joomla global configuration is used."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_DOMAINS="Multiple domains"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_DOMAINS_DESC="If you want the consent to be valid for multiple domains (for example multilanguage domains like exmple.com and example.cz), fill URL of all of these domains here. On filled URL has to be Joomla with n3t Cookie Consent installed (doesn't matter, if it is same instance of Joomla, or different installation). Note, that minimal PHP 7.3 is required, and all sites has to be accessible through https."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_DOMAINS_DOMAIN="URL"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_PATH="Cookie path"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_PATH_DESC="Path where the cookie will be set. If empty, value from Joomla global configuration is used."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_EXPIRATION="Cookie expiration"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_EXPIRATION_DESC="Number of days before the cookie expires (182 days = 6 months)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_NECESSARY_ONLY_EXPIRATION="Cookie rejected expiration"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIE_NECESSARY_ONLY_EXPIRATION_DESC="Specify if you want to set a different number of days - before the cookie expires - when the user accepts only the necessary categories."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PAGE_SCRIPTS="Page scripts"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_PAGE_SCRIPTS_DESC="Enable if you want to easily manage script tags. Check documentation for detailed usage."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_MODE="Consent mode"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_MODE_DESC="Opt-in: scripts will not run unless consent is given (gdpr compliant), Opt-out: scripts — that have categories set as enabled by default — will run without consent, until an explicit choice is made."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_MODE_OPT_IN="Opt in"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_MODE_OPT_OUT="Opt out"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_AUTORUN="Autorun"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_AUTORUN_DESC="If enabled, show the cookie consent as soon as possible (otherwise you need to manually call the .show() method)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DELAY="Delay"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DELAY_DESC="Number of milliseconds before showing the consent-modal."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_RELOAD="Reload page on consent"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CONSENT_RELOAD_DESC="When enabled, page will be reload after consent is agreed or changed."
; Config - Expert
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_EXPERT="Expert"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_EXPERT_DESC="Define custom CSS and / or JavaScript to run on plugin events."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CUSTOM_STYLE="Custom style"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_CUSTOM_STYLE_DESC="Define custom styles to change appearance of Cookie consent."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_INITIALIZE="Initialize script"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_INITIALIZE_DESC="Javascript code to run on script initialization, before all other scripts."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_LOADED="Loaded script"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_LOADED_DESC="Javascript code to run on Cookie Consent loaded."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_FIRST_ACTION="First action script"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_FIRST_ACTION_DESC="Javascript code to run in OnFirstAction event. Method run only once when the user makes the initial choice (accept/reject)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_ACCEPT="Accept script"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_ACCEPT_DESC="Javascript code to run in OnAccept event. Method run on: 1. the moment the cookie consent is accepted, 2. after each page load (if cookie consent has already been accepted)."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_CHANGE="Change script"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCRIPT_CHANGE_DESC="Javascript code to run in OnChange event. Method run whenever preferences are modified (and only if cookie consent has already been accepted)."
; Config - Export / import
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_EXPORT_IMPORT="Export / import"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_FIELDS_EXPORT_IMPORT_DESC="Export / import your settings to / from JSON format."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_COOKIES_ENABLE_PLUGIN_FIRST="To run 'Scan Cookies' function, first enable the plugin."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DEFAULTS_BTN="Load defaults"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCAN_BTN="Scan site for cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_DEFAULTS_CONFIRM="Are you sure you wish to load the defaults? This action is not reversible. It directly modifies settings in the database."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_SCAN_INSTRUCTIONS="If you have any unsaved changes to configuration, click to 'Cancel' and save the plugin first.\n\nYour website frontend will be now opened.\n\nConfirm the Cookie Consent there, if you haven't done yet, and browse your site as much as possible. Try to do some common actions, like login, order etc.\n\nWhen you finished, click in Cookies Settings dialog to Finish scan."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT="Export settings"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT_DESC="Exports settings of this plugin in JSON format, so it can be easily imported to another Joomla site."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT_BTN="Export settings"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT="Import settings"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_DESC="Imports settings of this plugin. Note that importing could overwrite some, or all of your current configuration. Supported is JSON format exported from this plugin, and JSON form exported from CookieBot.com free scan."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_BTN="Import settings"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_SUCCESS="Settings was imported successfully."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_SUCCESS_COOKIEBOT="CookieBot scan for domain %s was imported successfully."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_ERROR_FILE="Please select correct JSON file containing plugin settings."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_IMPORT_ERROR_FORMAT="Invalid or unknown JSON file format."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT_LOG="Export consents log"
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT_LOG_DESC="Exports logs of consents. Note that, if you enabled log rotating, only last (current) log will be downloaded."
PLG_SYSTEM_N3TCOOKIECONSENT_CFG_EXPORT_LOG_BTN="Export log"
; Backend
PLG_SYSTEM_N3TCOOKIECONSENT_WARNING_SETUP_COOKIES_FIRST="You have enabled n3t Cookie Consent plugin, but didn't setup any cookies yet. Please go to <a href='%s'>configuration</a> and define at least basic cookies."
; Frontend
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_ACCEPT_ALL="Accept all"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_ACCEPT_SELECTED="Accept selected"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_SETTINGS="Settings"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_ACCEPT_NECESSARY="Reject all"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_SAVE_SETTINGS="Save settings"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_ACCEPT_ALL_SETTINGS="Accept all"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_REJECT_ALL_SETTINGS="Reject all"
PLG_SYSTEM_N3TCOOKIECONSENT_BTN_CLOSE_SETTINGS="Close"
PLG_SYSTEM_N3TCOOKIECONSENT_CONSENT_MODAL_TITLE="We use cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_CONSENT_MODAL_DESCRIPTION="This website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. The latter will be set only upon approval."
PLG_SYSTEM_N3TCOOKIECONSENT_CONSENT_MODAL_REVISION="<br/><br/>Sorry to bother you again, but our terms have changed."
PLG_SYSTEM_N3TCOOKIECONSENT_PRIVACY_POLICY_LINK="<br/><br/>Read more about our <a aria-label='Privacy policy' class='cc-link' href='%s'>Privacy policy</a>"
PLG_SYSTEM_N3TCOOKIECONSENT_SETTINGS_LINK="<br/><a aria-label='Customize settings' class='cc-link' data-cc='c-settings'>Customize settings</a>"
PLG_SYSTEM_N3TCOOKIECONSENT_SETTINGS_MODAL_TITLE="Cookie preferences"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_DESCRIPTION_TITLE="Cookie usage"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_DESCRIPTION_DESCRIPTION="We use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_FUNCTIONAL_TITLE="Strictly necessary cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_FUNCTIONAL_DESCRIPTION="These cookies are essential for the proper functioning of this website. Without these cookies, this website would not work properly."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_PREFERENCES_TITLE="Preferences cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_PREFERENCES_DESCRIPTION="These cookies helps us to improve your online experiance, and it stores some of yur preferences."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_ANALYTICS_TITLE="Analytical cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_ANALYTICS_DESCRIPTION="These cookies collect information about how you use the website, which pages you visited and which links you clicked on. All of the data is anonymized and cannot be used to identify you."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_MARKETING_TITLE="Marketing cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_MARKETING_DESCRIPTION="These cookies are used to make advertising messages more relevant to you. They prevent the same ad from continuously reappearing, ensure that ads are properly displayed for advertisers, and in some cases select advertisements that are based on your interests."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_UNKNOWN_TITLE="Uncategorized cookies"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_UNKNOWN_DESCRIPTION="We are still analyzing these cookies and working on their categorization."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_PRIVACY_TITLE=""
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_PRIVACY_DESCRIPTION="Detailed information about how we handle cookies could be found in our <a aria-label='Privacy policy' class='cc-link' href='%s'>Privacy policy</a>."
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_CONSENT_TITLE=""
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_CONSENT_DESCRIPTION="Consent granted on: <strong>{{consent_date}}</strong><br/>Consent ID: <strong>{{consent_guid}}</strong>"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_SCAN_TITLE="!!! Scanning mode !!!"
PLG_SYSTEM_N3TCOOKIECONSENT_BLOCK_SCAN_DESCRIPTION="<a href=\"%s\" class=\"c-bn c-bn-scan\">End scanning</a>"
PLG_SYSTEM_N3TCOOKIECONSENT_TABLE_NAME="Name"
PLG_SYSTEM_N3TCOOKIECONSENT_TABLE_DESCRIPTION="Description"
PLG_SYSTEM_N3TCOOKIECONSENT_TABLE_PROVIDER="Provider"
PLG_SYSTEM_N3TCOOKIECONSENT_TABLE_EXPIRATION="Expiration"
PLG_SYSTEM_N3TCOOKIECONSENT_TRIGGER="Cookie Settings"
PLG_SYSTEM_N3TCOOKIECONSENT_LOG_CONSENT="User accepted cookies categories [%s], revision [%d], consent ID [%s]."
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_MODE_RUNNING="Cookies scanning mode is running. To finish it, click <a href=\"%s\">here</a>."
; Scan
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_YEARS_0="%d years"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_YEARS_1="%d year"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_YEARS_MORE="%d years"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MONTHS_0="%d months"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MONTHS_1="%d month"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MONTHS_MORE="%d months"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_DAYS_0="%d days"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_DAYS_1="%d day"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_DAYS_MORE="%d days"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_HOURS_0="%d hours"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_HOURS_1="%d hour"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_HOURS_MORE="%d hours"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MINUTES_0="%d minutes"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MINUTES_1="%d minute"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_MINUTES_MORE="%d minutes"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_SECONDS_0="%d seconds"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_SECONDS_1="%d second"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_SECONDS_MORE="%d seconds"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_SESSION="session"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_VARIOUS="various"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_EXPIRATION_UNKNOWN="unknown"
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_DESCRIPTION_UNKNOWN="We are still analysing the purpose of this cookie."
PLG_SYSTEM_N3TCOOKIECONSENT_SCAN_COOKIE_PROVIDER_UNKNOWN="unknown"
; Frontend iframe manager
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_BTN_LOAD="Load content"
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_BTN_ALWAYS="Always load"
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_UNKNOWN="This content is hosted by a third party. By showing the external content you accept its provider terms and conditions."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_YOUTUBE="This content is hosted by a third party. By showing the external content you accept the <a rel=\"noreferrer\" href=\"https://www.youtube.com/t/terms\" title=\"Terms and conditions\" target=\"_blank\">terms and conditions</a> of youtube.com."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_VIMEO="This content is hosted by a third party. By showing the external content you accept the <a rel=\"noreferrer\" href=\"https://www.vimeo.com/terms\" title=\"Terms and conditions\" target=\"_blank\">terms and conditions</a> of vimeo.com."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_DAILYMOTION="This content is hosted by a third party. By showing the external content you accept the <a rel=\"noreferrer\" href=\"https://www.dailymotion.com/legal/privacy?localization=en\" title=\"Terms and conditions\" target=\"_blank\">terms and conditions</a> of dailymotion.com."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_GENERAL="This content is hosted by a third party. By showing the external content you accept the terms and conditions of %s."
PLG_SYSTEM_N3TCOOKIECONSENT_IFM_GENERAL_TOS="This content is hosted by a third party. By showing the external content you accept the <a rel=\"noreferrer\" href=\"%s\" title=\"Terms and conditions\" target=\"_blank\">terms and conditions</a> of %s."