33 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; Joomla! Project
 | |
| ; (C) 2009 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
 | |
| 
 | |
| COM_CONTENT_SELECT_AN_ARTICLE="Select an Article"
 | |
| PLG_USER_PROFILE="User - Profile"
 | |
| PLG_USER_PROFILE_ERROR_INVALID_DOB="The date of birth you entered is invalid. Please enter a valid date."
 | |
| PLG_USER_PROFILE_ERROR_INVALID_DOB_FUTURE_DATE="The date of birth you entered is in the future."
 | |
| PLG_USER_PROFILE_FIELD_ABOUT_ME_LABEL="About Me"
 | |
| PLG_USER_PROFILE_FIELD_ADDRESS1_LABEL="Address 1"
 | |
| PLG_USER_PROFILE_FIELD_ADDRESS2_LABEL="Address 2"
 | |
| PLG_USER_PROFILE_FIELD_CITY_LABEL="City"
 | |
| PLG_USER_PROFILE_FIELD_COUNTRY_LABEL="Country"
 | |
| PLG_USER_PROFILE_FIELD_DOB_DESCRIPTION="Year-Month-Day, eg 2019-01-27." ; Adapt to the format you entered in the 'DATE_FORMAT_CALENDAR_DATE'
 | |
| PLG_USER_PROFILE_FIELD_DOB_HINT="YYYY-MM-DD" ; Adapt to the format you entered in the 'DATE_FORMAT_CALENDAR_DATE'
 | |
| PLG_USER_PROFILE_FIELD_DOB_LABEL="Date of Birth"
 | |
| PLG_USER_PROFILE_FIELD_FAVORITE_BOOK_LABEL="Favourite Book"
 | |
| PLG_USER_PROFILE_FIELD_NAME_PROFILE_REQUIRE_USER="User profile fields for profile edit form"
 | |
| PLG_USER_PROFILE_FIELD_NAME_REGISTER_REQUIRE_USER="User profile fields for registration and administrator user forms"
 | |
| PLG_USER_PROFILE_FIELD_PHONE_LABEL="Phone"
 | |
| PLG_USER_PROFILE_FIELD_POSTAL_CODE_LABEL="Postal/ZIP Code"
 | |
| PLG_USER_PROFILE_FIELD_REGION_LABEL="Region"
 | |
| PLG_USER_PROFILE_FIELD_TOS_ARTICLE_LABEL="Select TOS Article"
 | |
| PLG_USER_PROFILE_FIELD_TOS_DESC_SITE="Please accept the Terms of Service. You will not be able to register if you do not agree with them."
 | |
| PLG_USER_PROFILE_FIELD_TOS_LABEL="Terms of Service"
 | |
| PLG_USER_PROFILE_FIELD_WEB_SITE_LABEL="Website"
 | |
| PLG_USER_PROFILE_FILL_FIELD_DESC_SITE="If required, please fill this field."
 | |
| PLG_USER_PROFILE_OPTION_AGREE="Agree"
 | |
| PLG_USER_PROFILE_OPTION_DO_NOT_AGREE="I do not agree"
 | |
| PLG_USER_PROFILE_SLIDER_LABEL="User Profile"
 | |
| PLG_USER_PROFILE_XML_DESCRIPTION="User Profile Plugin"
 |