{# - LOADING SPINNER - #} {# we hide it once the select2 for parent/child are fully initialised. #}
{{ __('This intermediary post is active.', 'wpcf' ) }}
{# Status: saving #}{{ __('Saving...', 'wpcf' ) }}
{# Status: missing selection #}
{{ __('This intermediary is not active:', 'wpcf' ) }}
{# parent not selected #}
- {{ sprintf( __('Select a %s.', 'wpcf' ), parent_post_types_names|join(', ') ) }}
{# child not selected #}
- {{ sprintf( __('Select a %s.', 'wpcf' ), child_post_types_names|join(', ') ) }}
{{ __('Error on saving:', 'wpcf' ) }}
{{ __('There already is an intermediary post for your selected combination.', 'wpcf' ) }}
{{ __( 'Edit conflicting intermediary post.') }}