; Profile Image Plugin Language File PLG_USER_PROFILEIMAGE_XML_DESCRIPTION="Plugin to add profile image upload functionality to user profiles" PLG_USER_PROFILEIMAGE_SLIDER_LABEL="Profile Image" PLG_USER_PROFILEIMAGE_SLIDER_DESC="Upload and manage your profile picture" PLG_USER_PROFILEIMAGE_FIELD_PROFILE_IMAGE_LABEL="Profile Image" PLG_USER_PROFILEIMAGE_FIELD_PROFILE_IMAGE_DESC="Upload your profile picture. Supported formats: JPG, JPEG, PNG, GIF" PLG_USER_PROFILEIMAGE_FIELD_UPLOAD_PATH_LABEL="Upload Path" PLG_USER_PROFILEIMAGE_FIELD_UPLOAD_PATH_DESC="Path where profile images will be stored (relative to site root)" PLG_USER_PROFILEIMAGE_FIELD_MAX_FILE_SIZE_LABEL="Maximum File Size" PLG_USER_PROFILEIMAGE_FIELD_MAX_FILE_SIZE_DESC="Maximum allowed file size in bytes (default: 2097152 = 2MB)" PLG_USER_PROFILEIMAGE_FIELD_ALLOWED_EXTENSIONS_LABEL="Allowed Extensions" PLG_USER_PROFILEIMAGE_FIELD_ALLOWED_EXTENSIONS_DESC="Comma-separated list of allowed file extensions" PLG_USER_PROFILEIMAGE_ERROR_FILE_TOO_LARGE="File size exceeds the maximum allowed size of %s" PLG_USER_PROFILEIMAGE_ERROR_INVALID_EXTENSION="File extension not allowed. Allowed extensions: %s" PLG_USER_PROFILEIMAGE_ERROR_INVALID_MIME_TYPE="Invalid file type detected" PLG_USER_PROFILEIMAGE_ERROR_CREATE_DIRECTORY="Failed to create upload directory" PLG_USER_PROFILEIMAGE_ERROR_UPLOAD_FAILED="Failed to upload file" PLG_USER_PROFILEIMAGE_CURRENT_IMAGE="Current Profile Image" PLG_USER_PROFILEIMAGE_CURRENT_FILE="Current File" PLG_USER_PROFILEIMAGE_UPLOAD_NEW_DESC="Upload a new image to replace the current one" PLG_USER_PROFILEIMAGE_FIELD_PROFILE_REQUIRE_IMAGE_LABEL="Profile Image Required" PLG_USER_PROFILEIMAGE_FIELD_PROFILE_REQUIRE_IMAGE_DESC="Set whether profile image is required when editing profile" PLG_USER_PROFILEIMAGE_FIELD_REGISTER_REQUIRE_IMAGE_LABEL="Registration Image Required" PLG_USER_PROFILEIMAGE_FIELD_REGISTER_REQUIRE_IMAGE_DESC="Set whether profile image is required during registration"