29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 15:43:43 +00:00
cms/administrator/language/en-GB/plg_user_terms.ini
Benjamin Trenkle d5ade6b00e
Merge commit '901402daf7ea9bbb5a0e152defec96401a895be6' into 4.1/upmerges/2022-03-18
# Conflicts:
#	administrator/language/en-GB/en-GB.plg_user_terms.ini
#	plugins/user/terms/terms/terms.xml
2022-03-18 15:21:56 +01:00

20 lines
1.2 KiB
INI

; Joomla! Project
; (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
PLG_USER_TERMS="User - Terms and Conditions"
PLG_USER_TERMS_FIELD_ARTICLE_DESC="Select the article from the list or create a new one."
PLG_USER_TERMS_FIELD_ARTICLE_LABEL="Terms & Conditions Article"
PLG_USER_TERMS_FIELD_ERROR="Agreement to the site's Terms & Conditions is required."
PLG_USER_TERMS_FIELD_LABEL="Terms & Conditions"
PLG_USER_TERMS_LABEL="Terms & Conditions"
PLG_USER_TERMS_LOGGING_CONSENT_TO_TERMS="User <a href='{accountlink}'>{username}</a> consented to the terms and conditions during registration."
PLG_USER_TERMS_NOTE_FIELD_DEFAULT="By signing up to this website you accept the Terms & Conditions."
PLG_USER_TERMS_NOTE_FIELD_DESC="A summary of the site's terms & conditions. If left blank then the default message will be used."
PLG_USER_TERMS_NOTE_FIELD_LABEL="Short Terms & Conditions"
PLG_USER_TERMS_OPTION_AGREE="I agree"
PLG_USER_TERMS_OPTION_DO_NOT_AGREE="I do not agree"
PLG_USER_TERMS_SUBJECT="Privacy Policy"
PLG_USER_TERMS_XML_DESCRIPTION="Basic plugin to request user's consent to the site's terms and conditions."