File: /www/wwwroot/ahmsolaiman.com/wp-content/plugins/types/vendor/toolset/types/embedded/locale/types.po
# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# https://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version:WPML_EXPORT\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language:en\n"
"MIME-Version: 1.0\n"
# ->set_content( '<p>' . esc_html(
# __( 'Toolset Types is upgrading the database. Changes made to post relationships and repeatable field groups at the moment may not be preserved.', 'wpcf' )
# ) . '</p>' )
msgid "Toolset Types is upgrading the database. Changes made to post relationships and repeatable field groups at the moment may not be preserved."
msgstr ""
# if ( null === $relationship_left || null === $relationship_right ) {
# throw new ExceptionWithMessage( __( 'Source relationship definition doesn\'t exist.', 'wpcf' ) );
# }
msgid "Source relationship definition doesn't exist."
msgstr ""
# if ( null === $new_relationship ) {
# throw new ExceptionWithMessage( __( 'Unable to load the newly created relationship.', 'wpcf' ) );
# }
msgid "Unable to load the newly created relationship."
msgstr ""
# sprintf(
# __( 'Created an association #%d (with posts #%d, #%d, #%d) in the relationship %s, which replaces associations #%d and #%d.', 'wpcf' ),
# $new_association->get_uid(),
msgid "Created an association #%d (with posts #%d, #%d, #%d) in the relationship %s, which replaces associations #%d and #%d."
msgstr ""
# sprintf(
# __( 'Post #%d has %d parents in the relationship %s and cannot be used as an intermediary post (exactly one parent is required).', 'wpcf' ),
# $intermediary_id,
msgid "Post #%d has %d parents in the relationship %s and cannot be used as an intermediary post (exactly one parent is required)."
msgstr ""
# if ( ! is_string( $new_slug ) || empty( $new_slug ) ) {
# return new Toolset_Result( false, __( 'Invalid slug of the new relationship.', 'wpcf' ), 1 );
# }
msgid "Invalid slug of the new relationship."
msgstr ""
# ) {
# return new Toolset_Result( false, __( 'Child post type mismatch between the two relationships to be merged.', 'wpcf' ), 2 );
# }
msgid "Child post type mismatch between the two relationships to be merged."
msgstr ""
# ) {
# return new Toolset_Result( false, __( 'Parent types of the two relationships to be merged are the same.', 'wpcf' ), 7 );
# }
msgid "Parent types of the two relationships to be merged are the same."
msgstr ""
# if ( null === $intermediary_post_type ) {
# return new Toolset_Result( false, __( 'Child post type (future intermediary) not found.', 'wpcf' ), 3 );
# }
msgid "Child post type (future intermediary) not found."
msgstr ""
# if ( ! $intermediary_post_type instanceof \IToolset_Post_Type_From_Types ) {
# return new Toolset_Result( false, __( 'Child post type cannot be used as an intermediary because it isn\'t registered by Types.', 'wpcf' ), 4 );
# }
msgid "Child post type cannot be used as an intermediary because it isn't registered by Types."
msgstr ""
# if ( $intermediary_post_type_appearance_in_relationships > 2 ) {
# return new Toolset_Result( false, __( 'Child post type cannot be used as an intermediary because it\'s involved in one or more other relationships.', 'wpcf' ), 5 );
# }
msgid "Child post type cannot be used as an intermediary because it's involved in one or more other relationships."
msgstr ""
#
# $results->add( true, __( 'New many-to-many relationship has been created successfully and the child post type has been set as intermediary for the new relationship.', 'wpcf' ) );
#
msgid "New many-to-many relationship has been created successfully and the child post type has been set as intermediary for the new relationship."
msgstr ""
# sprintf(
# __( 'Deleted %d dangling intermediary posts (that don\'t belong to a particular association).', 'wpcf' ),
# $dip_cleanup->get_deleted_posts()
msgid "Deleted %d dangling intermediary posts (that don't belong to a particular association)."
msgstr ""
# $this->association_cleanup_factory->cron_handler()->schedule_event();
# $results->add( true, __( 'Scheduled a CRON event to delete remaining dangling intermediary posts.', 'wpcf' ) );
# } else {
msgid "Scheduled a CRON event to delete remaining dangling intermediary posts."
msgstr ""
# } else {
# $results->add( true, __( 'No remaining dangling intermediary posts found.', 'wpcf' ) );
# }
msgid "No remaining dangling intermediary posts found."
msgstr ""
# sprintf(
# __( 'Error when deleting a relationship definition %s: %s', 'wpcf' ),
# $relationship_definition->get_slug(),
msgid "Error when deleting a relationship definition %s: %s"
msgstr ""
# if ( empty( $preview_data ) ) {
# return __( 'No translation available.', 'wpcf' );
# }
msgid "No translation available."
msgstr ""
# case self::RESULT_DOM_ERROR:
# $this->message = __( 'Request failed. Please reload the page and try again.', 'wpcf' );
# break;
msgid "Request failed. Please reload the page and try again."
msgstr ""
# case self::RESULT_SYSTEM_ERROR:
# $this->message = __( 'System Error. Please contact our support.', 'wpcf' );
# break;
msgid "System Error. Please contact our support."
msgstr ""
# // translators: Placeholder represents the list of valid domains.
# __( 'Invalid field domain provided. Expected one of those values: %s', 'wpcf' ),
# implode( ', ', Toolset_Field_Utils::get_domains() )
msgid "Invalid field domain provided. Expected one of those values: %s"
msgstr ""
# $ajax_managager->ajax_finish( array(
# 'message' => __( 'No field groups have been selected.', 'wpcf' ),
# ), false );
msgid "No field groups have been selected."
msgstr ""
# // This should not happen...!
# $errors[] = new WP_Error( 0, __( 'An unexpected error happened while processing the request.', 'wpcf' ) );
# } else {
msgid "An unexpected error happened while processing the request."
msgstr ""
# default:
# return new WP_Error( 42, __( 'Invalid action name.', 'wpcf' ) );
# }
msgid "Invalid action name."
msgstr ""
# if ( ! WPCF_Roles::user_can_create( 'custom-field' ) ) {
# return new WP_Error( 42, __( 'You do not have permissions for that.', 'wpcf' ) );
# }
msgid "You do not have permissions for that."
msgstr ""
# if( ! $dic = apply_filters( 'toolset_dic', false ) ) {
# return new WP_Error( 42, __( 'Technical error. Please contact our support.', 'wpcf' ) );
# }
msgid "Technical error. Please contact our support."
msgstr ""
# default:
# return new WP_Error( 42, __( 'Technical error. Please contact our support.', 'wpcf' ) );
# }
msgid "Technical error. Please contact our support."
msgstr ""
# if ( null == $current_domain ) {
# $am->ajax_finish( array( 'message' => __( 'Wrong field domain.', 'wpcf' ) ), false );
# }
msgid "Wrong field domain."
msgstr ""
# if ( ! is_array( $fields ) || empty( $fields ) ) {
# $am->ajax_finish( array( 'message' => __( 'No fields have been selected.', 'wpcf' ) ), false );
# }
msgid "No fields have been selected."
msgstr ""
#
# return new WP_Error( 42, sprintf( __( 'Field definition for field "%s" not found in options.', 'wpcf' ), sanitize_text_field( $field_slug ) ) );
#
msgid "Field definition for field \"%s\" not found in options."
msgstr ""
# sprintf(
# __( 'Unable to set types management status for field definition "%s".', 'wpcf' ),
# sanitize_text_field( $field_slug )
msgid "Unable to set types management status for field definition \"%s\"."
msgstr ""
# } elseif ( ! $definition->is_managed_by_types() ) {
# return new WP_Error( 42, sprintf( __( 'Field "%s" will not be deleted because it is not managed by Types.', 'wpcf' ), sanitize_text_field( $field_slug ) ) );
# }
msgid "Field \"%s\" will not be deleted because it is not managed by Types."
msgstr ""
# } elseif ( ! $definition->is_managed_by_types() ) {
# return new WP_Error( 42, sprintf( __( 'Field "%s" will not be converted because it is not managed by Types.', 'wpcf' ), sanitize_text_field( $field_slug ) ) );
# }
msgid "Field \"%s\" will not be converted because it is not managed by Types."
msgstr ""
# if ( null == $target_type ) {
# return new WP_Error( 42, sprintf( __( 'Unknown field type "%s".', 'wpcf' ), $type_slug ) );
# }
msgid "Unknown field type \"%s\"."
msgstr ""
# sprintf(
# __( 'Conversion from type "%s" to "%s" is currently not allowed.', 'wpcf' ),
# $definition->get_type()->get_display_name(),
msgid "Conversion from type \"%s\" to \"%s\" is currently not allowed."
msgstr ""
# sprintf(
# __( 'Field "%s" cannot be converted from "%s" to "%s" because it is repetitive and the target type doesn\'t support that.', 'wpcf' ),
# $definition->get_display_name(),
msgid "Field \"%s\" cannot be converted from \"%s\" to \"%s\" because it is repetitive and the target type doesn't support that."
msgstr ""
# $am->ajax_finish( array(
# 'messages' => __( 'There has been an error when deleting intermediary posts', 'wpcf' ),
# ),
msgid "There has been an error when deleting intermediary posts"
msgstr ""
# array(
# 'messages' => sprintf( __( 'There is an inconsistency between the post_type defined in the relationship: %s and that you want to delete: %s', 'wpcf' ), $this->current_definition->get_intermediary_post_type(), $post_type ),
# ),
msgid "There is an inconsistency between the post_type defined in the relationship: %s and that you want to delete: %s"
msgstr ""
# array(
# 'messages' => sprintf( __( 'Post type "%s" and its data have been deleted.', 'wpcf' ), $post_type ),
# 'results' => $toolset_results,
msgid "Post type \"%s\" and its data have been deleted."
msgstr ""
# private function prefix_internal_error( $error_message ) {
# return __( 'An internal error has occurred during the database upgrade.', 'wpcf' ) . ' ' . $error_message;
# }
msgid "An internal error has occurred during the database upgrade."
msgstr ""
# if ( ! is_array( $relationship_definitions ) || empty( $relationship_definitions ) ) {
# $am->ajax_finish( array( 'message' => __( 'No relationships have been selected.', 'wpcf' ) ), false );
# }
msgid "No relationships have been selected."
msgstr ""
# $message = sprintf(
# __( 'Undefined operation "%s" with a relationship definition.', 'wpcf' ),
# $operation
msgid "Undefined operation \"%s\" with a relationship definition."
msgstr ""
# $e,
# sprintf( __( 'An error when updating a relationship "%s"', 'wpcf' ), $relationship_display_name )
# )
msgid "An error when updating a relationship \"%s\""
msgstr ""
# true,
# sprintf( __( 'Relationship "%s" has been updated successfully.', 'wpcf' ), $relationship_display_name )
# ),
msgid "Relationship \"%s\" has been updated successfully."
msgstr ""
# // translators: error.
# __( 'Could not create relationship definition because an error happened: %s', 'wpcf' ),
# $e->getMessage()
msgid "Could not create relationship definition because an error happened: %s"
msgstr ""
# // translators: the name of the relationship.
# sprintf( __( 'An error when creating a relationship "%s"', 'wpcf' ), $relationship_model['displayName'] )
# )
msgid "An error when creating a relationship \"%s\""
msgstr ""
# // translators: The name of the relationship created.
# sprintf( __( 'Relationship "%s" has been created successfully.', 'wpcf' ), $relationship_model['displayName'] )
# ),
msgid "Relationship \"%s\" has been created successfully."
msgstr ""
# if ( ! $definition ) {
# return new Types_Relationship_Operation_Result( new Toolset_Result( false, __( 'Definition does not exist', 'wpcf' ) ) );
# }
msgid "Definition does not exist"
msgstr ""
# 'minimumLimitWarning' => array(
# 'parent' => sprintf( __( 'Minimum limit cannot be lower than %d because there are associations with this amount of items.', 'wpcf' ), $min_limits['parent'] ),
# 'child' => sprintf( __( 'Minimum limit cannot be lower than %d because there are associations with this amount of items.', 'wpcf' ), $min_limits['child'] ),
msgid "Minimum limit cannot be lower than %d because there are associations with this amount of items."
msgstr ""
# // translators: field group name.
# __( '%s Field Group', 'wpcf' ),
# $relationship_model['displayName']
msgid "%s Field Group"
msgstr ""
# $e,
# sprintf( __( 'An error when deleting a relationship "%s"', 'wpcf' ), $relationship_display_name )
# )
msgid "An error when deleting a relationship \"%s\""
msgstr ""
# $post->ID = $post_id;
# $post->post_title = __( 'Untitled', 'wpcf' );
# $post->post_type = Toolset_Field_Group_Post::POST_TYPE;
msgid "Untitled"
msgstr ""
# $this->get_am()->ajax_finish(
# array( 'error' => __( 'Something went wrong. Please reload the page.', 'wpcf' ) ),
# false
msgid "Something went wrong. Please reload the page."
msgstr ""
# return $this->get_am()->ajax_finish(
# array( 'error' => sprintf( __( 'Please enter at least %d character.', 'wpcf' ), 1 ) ),
# false
msgid "Please enter at least %d character."
msgstr ""
# return $this->get_am()->ajax_finish(
# array( 'error' => sprintf( __( 'Please enter no more than %d characters.', 'wpcf' ), '20' ) ),
# false
msgid "Please enter no more than %d characters."
msgstr ""
# return $this->get_am()->ajax_finish(
# array( 'error' => __( 'Slug is already in use.', 'wpcf' ) ),
# false
msgid "Slug is already in use."
msgstr ""
# 'error' =>
# sprintf( __( 'No valid slug. You could use %s.', 'wpcf' ), "<b>$valid_post_type_slug</b>" )
# ),
msgid "No valid slug. You could use %s."
msgstr ""
# array(
# 'error' => sprintf( __( 'Technical issue. The Repeatable Group could not be saved.', 'wpcf' ) ),
# false
msgid "Technical issue. The Repeatable Group could not be saved."
msgstr ""
# $this->get_am()->ajax_finish(
# array( 'error' => __( 'Something went wrong loading Repeatable Field Group.', 'wpcf' ) ),
# false // is_success
msgid "Something went wrong loading Repeatable Field Group."
msgstr ""
# $this->get_am()->ajax_finish(
# array( 'error' => __( 'The group could not be deleted. Please reload and try again.', 'wpcf' ) ),
# false // is_success
msgid "The group could not be deleted. Please reload and try again."
msgstr ""
# array(
# 'error' => sprintf( __( 'The field with the slug "%s" could not be loaded. Reload the page and try again.', 'wpcf' ), $field_slug ),
# ),
msgid "The field with the slug \"%s\" could not be loaded. Reload the page and try again."
msgstr ""
# $this->get_ajax_manager()->ajax_finish(
# array( 'error' => __( 'An issue occurred while deleting the field.', 'wpcf' ) ),
# false
msgid "An issue occurred while deleting the field."
msgstr ""
#
# $this->get_ajax_manager()->ajax_finish( array( 'success' => __( 'Field deleted.', 'wpcf' ) ) );
# }
msgid "Field deleted."
msgstr ""
# default:
# $this->fail( __( 'Something was wrong, please try again.', 'wpcf' ) );
# }
msgid "Something was wrong, please try again."
msgstr ""
# if ( ! $association ) {
# $this->fail( __( 'Related content not found.', 'wpcf' ) );
# }
msgid "Related content not found."
msgstr ""
# if ( ! in_array( $role, Toolset_Relationship_Role::parent_child_role_names(), true ) ) {
# $this->fail( __( 'Wrong related content role.', 'wpcf' ) );
# }
msgid "Wrong related content role."
msgstr ""
# && empty( $fields['relationship'] ) ) ) {
# $this->fail( __( 'The related content has not been updated, as no fields were modified.', 'wpcf' ), 'warning' );
# }
msgid "The related content has not been updated, as no fields were modified."
msgstr ""
# } else {
# throw new InvalidArgumentException( __( 'The post type doesn\'t belong to the relationship', 'wpcf' ) );
# }
msgid "The post type doesn't belong to the relationship"
msgstr ""
# if ( ! $post ) {
# $this->fail( __( 'Post not found.', 'wpcf' ) );
# }
msgid "Post not found."
msgstr ""
# if ( ! $definition ) {
# $this->fail( __( 'Relationship not found.', 'wpcf' ) );
# }
msgid "Relationship not found."
msgstr ""
# sprintf(
# __( 'There was a problem creating the related content: %s', 'wpcf' ),
# $association->get_message()
msgid "There was a problem creating the related content: %s"
msgstr ""
# // This should never happen.
# $this->fail( __( 'There was a problem creating the related content.', 'wpcf' ) );
# }
msgid "There was a problem creating the related content."
msgstr ""
# && empty( $fields['relationship'] ) ) ) {
# $this->fail( __( 'No fields sent.', 'wpcf' ) );
# }
msgid "No fields sent."
msgstr ""
# // translators: both are post types.
# ? sprintf( __( 'A new <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>', 'wpcf' ), $related_post_type_object->labels->singular_name, $current_post_type_object->labels->singular_name )
# : sprintf( __( 'An existing <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>', 'wpcf' ), $related_post_type_object->labels->singular_name, $current_post_type_object->labels->singular_name );
msgid "A new <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>"
msgstr ""
# ? sprintf( __( 'A new <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>', 'wpcf' ), $related_post_type_object->labels->singular_name, $current_post_type_object->labels->singular_name )
# : sprintf( __( 'An existing <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>', 'wpcf' ), $related_post_type_object->labels->singular_name, $current_post_type_object->labels->singular_name );
#
msgid "An existing <strong>%1$s</strong> has been connected to this <strong>%2$s</strong>"
msgstr ""
# ) {
# $this->fail( __( 'Related content has to be translated to default language.', 'wpcf' ) );
# }
msgid "Related content has to be translated to default language."
msgstr ""
# if ( $related_post->post_type !== $post_type ) {
# $this->fail( __( 'Wrong related content', 'wpcf' ) );
# }
msgid "Wrong related content"
msgstr ""
# if ( empty( $fields['post']['post-title'] ) ) {
# $this->fail( __( 'Empty post title.', 'wpcf' ) );
# }
msgid "Empty post title."
msgstr ""
# // translators: Post type singular name.
# __( 'Something was wrong while creating a new %s.', 'wpcf' ),
# $post_type_object->labels->singular_name
msgid "Something was wrong while creating a new %s."
msgstr ""
# if ( $post->get_id() !== $post_id ) {
# $this->fail( __( 'Wrong related post.', 'wpcf' ) );
# }
msgid "Wrong related post."
msgstr ""
# if ( ! $title ) {
# $this->fail( __( 'Invalid related post title.', 'wpcf' ) );
# }
msgid "Invalid related post title."
msgstr ""
# if ( ! $association ) {
# $this->fail( __( 'The association you are trying to disconnect doesn\'t exist, perhaps it has been disconnected before. Please, refresh the page and try again.', 'wpcf' ) );
# }
msgid "The association you are trying to disconnect doesn't exist, perhaps it has been disconnected before. Please, refresh the page and try again."
msgstr ""
# array(
# 'message' => __( 'Association disconnected successfully.', 'wpcf' ),
# 'canConnectAnother' => $can_connect_another,
msgid "Association disconnected successfully."
msgstr ""
# array(
# 'message' => __( 'Related post moved to Trash successfully.', 'wpcf' ),
# 'canConnectAnother' => $this->can_connect_another(),
msgid "Related post moved to Trash successfully."
msgstr ""
# if ( ! $relationship_definition instanceof IToolset_Relationship_Definition ) {
# $this->fail( __( 'Something went wrong when fetching the related content: Couldn\'t load the relationship.', 'wpcf' ) );
# }
msgid "Something went wrong when fetching the related content: Couldn't load the relationship."
msgstr ""
# ) {
# $this->fail( __( 'Invalid related post type.', 'wpcf' ) );
# }
msgid "Invalid related post type."
msgstr ""
# if ( $post_type_object && $post_type_object->can_be_used_in_relationship()->is_error() ) {
# $this->fail( sprintf( __( 'Post type %s can not be used in a relationship.', 'wpcf' ), $post_type_object->get_label( Toolset_Post_Type_Labels::SINGULAR_NAME ) ) );
# }
msgid "Post type %s can not be used in a relationship."
msgstr ""
# if ( ! $definition ) {
# $this->fail( __( 'Wrong relationship.', 'wpcf' ) );
# }
msgid "Wrong relationship."
msgstr ""
# if ( ! $post_type_object ) {
# $this->fail( __( 'Wrong post type.', 'wpcf' ) );
# }
msgid "Wrong post type."
msgstr ""
# 'label' => _x( 'Translate', 'related_content', 'wpcf' ),
# 'tooltipText' => esc_html__( 'Needs to be translated to default language', 'wpcf' ),
# ];
msgid "Needs to be translated to default language"
msgstr ""
# ) ),
# 'label' => _x( 'Translate', 'related_content', 'wpcf' ),
# 'tooltipText' => esc_html__( 'Needs to be translated to default language', 'wpcf' ),
msgctxt "related_content"
msgid "Translate"
msgstr ""
# '<strong>%s</strong>: %s',
# __( 'Warning', 'wpcf' ),
# toolset_getarr( $conflict, 'message' )
msgid "Warning"
msgstr ""
# $this->get_ajax_manager()->ajax_finish(
# __( 'Technical issue. Please reload the page and try again.', 'wpcf' ),
# false
msgid "Technical issue. Please reload the page and try again."
msgstr ""
# $this->get_ajax_manager()->ajax_finish( array(
# 'message' => __( 'Could not create item for this unsaved post. This can happen due to other plugins interacting with the Repeatable Field Group. Please save the post and try again.', 'wpcf' )
# ),
msgid "Could not create item for this unsaved post. This can happen due to other plugins interacting with the Repeatable Field Group. Please save the post and try again."
msgstr ""
# // shouldn't happen as long as the user doesn't manipulate the DOM
# $this->get_ajax_manager()->ajax_finish( __( 'System Error. Item could not be deleted. Reload the page and try again. If the issue remains, contact our support please.', 'wpcf' ), false );
# }
msgid "System Error. Item could not be deleted. Reload the page and try again. If the issue remains, contact our support please."
msgstr ""
# $this->get_ajax_manager()->ajax_finish( $this->field_translation_preview_reply(
# __( 'Error. The original value could not be loaded.', 'wpcf' )
# ) );
msgid "Error. The original value could not be loaded."
msgstr ""
# ? date( get_option( 'date_format' ), $original_meta['value'] )
# : __( 'The original value is empty.', 'wpcf' );
#
msgid "The original value is empty."
msgstr ""
# if( ! is_string( $path ) || ! file_exists( $path ) ) {
# return new WP_Error( 42, __( 'Invalid path to the import file.', 'wpcf' ) );
# }
msgid "Invalid path to the import file."
msgstr ""
# } elseif( null == $import_data ) {
# return new WP_Error( 42, __( 'The import file could not be processed, it seems to be corrupted.', 'wpcf' ) );
# }
msgid "The import file could not be processed, it seems to be corrupted."
msgstr ""
# } else {
# return new WP_Error( 42, __( 'Unable to open zip file', 'wpcf' ) );
# }
msgid "Unable to open zip file"
msgstr ""
# $args = array(
# 'title' => __( 'Need More Help?', 'wpcf' ),
# 'id' => 'custom_fields_group-need-help',
msgid "Need More Help?"
msgstr ""
# /* translators: Title of the repeatable field groups as offered when generating shortcodes */
# __( '%1$s (repeatable field group)', 'wpcf' ),
# stripslashes( $repeatable_field_group->get_name() )
msgid "%1$s (repeatable field group)"
msgstr ""
# public function get_title() {
# return __( 'Database upgrade', 'wpcf' );
# }
msgid "Database upgrade"
msgstr ""
# if ( ! $this->relationships_factory->low_level_gateway()->get_available_migration_controller() ) {
# throw new \RuntimeException( __( 'There is no database upgrade available at the time.', 'wpcf' ) );
# }
msgid "There is no database upgrade available at the time."
msgstr ""
# if ( ! $associations ) {
# throw new InvalidArgumentException( __( 'Invalid association', 'wpcf' ) );
# }
msgid "Invalid association"
msgstr ""
# $args = array(
# 'label' => __( 'Number of displayed related items', 'wpcf' ),
# 'default' => self::SCREEN_OPTION_PER_PAGE_DEFAULT_VALUE,
msgid "Number of displayed related items"
msgstr ""
# 'misc' => array(
# 'relatedContentUpdated' => __( 'The related content has been updated successfully.', 'wpcf' ),
# 'undefinedAjaxError' => __( 'There has been an error, please try again later.', 'wpcf' ),
msgid "The related content has been updated successfully."
msgstr ""
# 'relatedContentUpdated' => __( 'The related content has been updated successfully.', 'wpcf' ),
# 'undefinedAjaxError' => __( 'There has been an error, please try again later.', 'wpcf' ),
# 'disconnectRelatedContent' => __( 'Disconnect related content', 'wpcf' ),
msgid "There has been an error, please try again later."
msgstr ""
# 'undefinedAjaxError' => __( 'There has been an error, please try again later.', 'wpcf' ),
# 'disconnectRelatedContent' => __( 'Disconnect related content', 'wpcf' ),
# 'deleteRelatedContent' => __( 'Trash related content', 'wpcf' ),
msgid "Disconnect related content"
msgstr ""
# 'disconnectRelatedContent' => __( 'Disconnect related content', 'wpcf' ),
# 'deleteRelatedContent' => __( 'Trash related content', 'wpcf' ),
# // translators: Post type singular name label.
msgid "Trash related content"
msgstr ""
# // translators: Post type singular name label.
# 'addNew' => sprintf( __( 'Add new %s', 'wpcf' ), $post_type_object->labels->singular_name ),
# // translators: Post type singular name label.
msgid "Add new %s"
msgstr ""
# // translators: Post type singular name label.
# 'connectExisting' => sprintf( __( 'Connect existing %s', 'wpcf' ), $post_type_object->labels->singular_name ),
# 'connect' => __( 'Connect', 'wpcf' ),
msgid "Connect existing %s"
msgstr ""
# 'connectExisting' => sprintf( __( 'Connect existing %s', 'wpcf' ), $post_type_object->labels->singular_name ),
# 'connect' => __( 'Connect', 'wpcf' ),
# 'connectExistingPlaceholder' => __( 'Type the name', 'wpcf' ),
msgid "Connect"
msgstr ""
# 'connect' => __( 'Connect', 'wpcf' ),
# 'connectExistingPlaceholder' => __( 'Type the name', 'wpcf' ),
# 'doYouReallyWantDisconnect' => __( 'Do you really want to disconnect this post? As a result, intermediary posts with relationships fields will be <strong>permanently deleted</strong>. Note that this involves all translations of affected posts.', 'wpcf' ),
msgid "Type the name"
msgstr ""
# 'connectExistingPlaceholder' => __( 'Type the name', 'wpcf' ),
# 'doYouReallyWantDisconnect' => __( 'Do you really want to disconnect this post? As a result, intermediary posts with relationships fields will be <strong>permanently deleted</strong>. Note that this involves all translations of affected posts.', 'wpcf' ),
# 'doYouReallyWantTrash' => __( 'Do you really want to <strong>move the related post to Trash?</strong> All translations of that post will be moved to trash as well.', 'wpcf' ),
msgid "Do you really want to disconnect this post? As a result, intermediary posts with relationships fields will be <strong>permanently deleted</strong>. Note that this involves all translations of affected posts."
msgstr ""
# 'doYouReallyWantDisconnect' => __( 'Do you really want to disconnect this post? As a result, intermediary posts with relationships fields will be <strong>permanently deleted</strong>. Note that this involves all translations of affected posts.', 'wpcf' ),
# 'doYouReallyWantTrash' => __( 'Do you really want to <strong>move the related post to Trash?</strong> All translations of that post will be moved to trash as well.', 'wpcf' ),
# 'selectFieldsTitle' => __( 'Select columns to be displayed', 'wpcf' ),
msgid "Do you really want to <strong>move the related post to Trash?</strong> All translations of that post will be moved to trash as well."
msgstr ""
# 'doYouReallyWantTrash' => __( 'Do you really want to <strong>move the related post to Trash?</strong> All translations of that post will be moved to trash as well.', 'wpcf' ),
# 'selectFieldsTitle' => __( 'Select columns to be displayed', 'wpcf' ),
# ),
msgid "Select columns to be displayed"
msgstr ""
# 'button' => array(
# 'cancel' => __( 'Cancel', 'wpcf' ),
# 'disconnect' => __( 'Disconnect', 'wpcf' ),
msgid "Cancel"
msgstr ""
# 'cancel' => __( 'Cancel', 'wpcf' ),
# 'disconnect' => __( 'Disconnect', 'wpcf' ),
# 'save' => __( 'Save', 'wpcf' ),
msgid "Disconnect"
msgstr ""
# 'disconnect' => __( 'Disconnect', 'wpcf' ),
# 'save' => __( 'Save', 'wpcf' ),
# 'delete' => __( 'Trash', 'wpcf' ),
msgid "Save"
msgstr ""
# 'save' => __( 'Save', 'wpcf' ),
# 'delete' => __( 'Trash', 'wpcf' ),
# 'apply' => __( 'Apply', 'wpcf' ),
msgid "Trash"
msgstr ""
# 'delete' => __( 'Trash', 'wpcf' ),
# 'apply' => __( 'Apply', 'wpcf' ),
# ),
msgid "Apply"
msgstr ""
# 'strings' => array(
# 'cannotBeUndone' => __( 'This cannot be undone!', 'wpcf' ),
# 'doYouReallyWantDisconnect' => __( 'Do you really want to disconnect this post? As a result, the intermediary post with relationships fields will be deleted.', 'wpcf' ),
msgid "This cannot be undone!"
msgstr ""
# 'cannotBeUndone' => __( 'This cannot be undone!', 'wpcf' ),
# 'doYouReallyWantDisconnect' => __( 'Do you really want to disconnect this post? As a result, the intermediary post with relationships fields will be deleted.', 'wpcf' ),
# ),
msgid "Do you really want to disconnect this post? As a result, the intermediary post with relationships fields will be deleted."
msgstr ""
# $post_fields_title = $has_relationship_fields
# ? sprintf( __( '%s post fields', 'wpcf' ), $post_type_object->labels->singular_name )
# : '';
msgid "%s post fields"
msgstr ""
# 'type' => 'relationship',
# 'title' => __( 'Relationship fields', 'wpcf' ),
# // Its neccesary to group the fields name by the type.
msgid "Relationship fields"
msgstr ""
# // translators: Post type singular name label.
# 'fieldsFromPostType' => sprintf( __( 'Fields from %s', 'wpcf' ), $post_type_object->labels->singular_name ),
# );
msgid "Fields from %s"
msgstr ""
# 'confirmationDialog' => array(
# 'title' => __( "Let's update the post relationships in your site", 'wpcf' ),
# 'activateButton' => __( 'Start the update process', 'wpcf' ),
msgid "Let's update the post relationships in your site"
msgstr ""
# 'title' => __( "Let's update the post relationships in your site", 'wpcf' ),
# 'activateButton' => __( 'Start the update process', 'wpcf' ),
# 'cancelButton' => __( 'Cancel', 'wpcf' ),
msgid "Start the update process"
msgstr ""
# 'cancelButton' => __( 'Cancel', 'wpcf' ),
# 'finishButton' => __( 'Finish', 'wpcf' ),
# 'retryButton' => __( 'Try again', 'wpcf' ),
msgid "Finish"
msgstr ""
# 'finishButton' => __( 'Finish', 'wpcf' ),
# 'retryButton' => __( 'Try again', 'wpcf' ),
# 'goToSupportButton' => __( 'Go to support forum', 'wpcf' ),
msgid "Try again"
msgstr ""
# 'retryButton' => __( 'Try again', 'wpcf' ),
# 'goToSupportButton' => __( 'Go to support forum', 'wpcf' ),
# 'inProgressImageUrl' => WPCF_EMBEDDED_TOOLSET_RELPATH . '/toolset-common/res/images/icon-help-message.png',
msgid "Go to support forum"
msgstr ""
# 'resultMessage' => array(
# 'warning' => __( 'The activation has finished with some warnings. This may be caused by small inconsistencies in the database and it most probably has no impact on your site. Please check technical details for more information.', 'wpcf' ),
# 'error' => __( 'An error has occurred during the activation. Please contact the Toolset support forum with the copy of the technical details you will find below.', 'wpcf' ),
msgid "The activation has finished with some warnings. This may be caused by small inconsistencies in the database and it most probably has no impact on your site. Please check technical details for more information."
msgstr ""
# 'warning' => __( 'The activation has finished with some warnings. This may be caused by small inconsistencies in the database and it most probably has no impact on your site. Please check technical details for more information.', 'wpcf' ),
# 'error' => __( 'An error has occurred during the activation. Please contact the Toolset support forum with the copy of the technical details you will find below.', 'wpcf' ),
# ),
msgid "An error has occurred during the activation. Please contact the Toolset support forum with the copy of the technical details you will find below."
msgstr ""
# $explanation = "<p>"
# . __( 'The marked post types (<strong>*</strong>) are using the "Translatable - only show translated items" WPML translation mode, but the relationships require always having a default language version of each post that has any connections to other post.', 'wpcf' )
# . "</p><p>"
msgid "The marked post types (<strong>*</strong>) are using the \"Translatable - only show translated items\" WPML translation mode, but the relationships require always having a default language version of each post that has any connections to other post."
msgstr ""
# . "</p><p>"
# . __( 'WPML offers a new translation mode "Translatable - use translation if available or fallback to default language" which supports the required workflow much better.', 'wpcf' )
# . "</p><p>"
msgid "WPML offers a new translation mode \"Translatable - use translation if available or fallback to default language\" which supports the required workflow much better."
msgstr ""
# . "</p><p>"
# . __( 'We suggest changing the translation mode for involved post types, but you may want to try this in a staging environment and check for side-effects before proceeding.', 'wpcf' )
# . "</p>";
msgid "We suggest changing the translation mode for involved post types, but you may want to try this in a staging environment and check for side-effects before proceeding."
msgstr ""
# . '</strong></p><p><a href="' . esc_url_raw( $translation_settings_url ) . '">'
# . __( 'Go to Translation options', 'wpcf' ) . "</a></p>";
# }
msgid "Go to Translation options"
msgstr ""
# // translators: URL; icon.
# 'relationshipsPageNotice' => sprintf( __( 'You can manage post relationships on the new <a href="%s" target="_blank">Relationships page</a>%s', 'wpcf' ), esc_url( $relationships_page_url ), '<span class="dashicons dashicons-external" style="font-size: 100%;"></span>' ),
# );
msgid "You can manage post relationships on the new <a href=\"%s\" target=\"_blank\">Relationships page</a>%s"
msgstr ""
# // translators: Title of a setting section.
# 'title' => __( 'REST API', 'wpcf' ),
# 'content' => sprintf(
msgid "REST API"
msgstr ""
# esc_attr( Toolset_Settings::EXPOSE_CUSTOM_FIELDS_IN_REST ),
# __( 'Expose custom fields managed by Types for posts, users, and terms through the REST API', 'wpcf' ),
# sprintf(
msgid "Expose custom fields managed by Types for posts, users, and terms through the REST API"
msgstr ""
# // translators: Description of a setting. The placeholder will be replaced with a link that says "our documentation" (or a translation thereof)
# __( 'This will add a "toolset-meta" property with custom fields to posts, users and terms that show in REST responses. Please refer to %s for further details.', 'wpcf' ),
# // translators: Part of a description of the REST API setting with a link to documentation.
msgid "This will add a \"toolset-meta\" property with custom fields to posts, users and terms that show in REST responses. Please refer to %s for further details."
msgstr ""
# // translators: Part of a description of the REST API setting with a link to documentation.
# '<a href="' . Types_Helper_Url::get_url( 'rest-api-integration', true, false, 'gui' ) . '">' . __( 'our documentation', 'wpcf' ) . '</a>'
# ),
msgid "our documentation"
msgstr ""
# 'slug' => 'toolset_is_m2m_enabled',
# 'title' => __( 'Relationships', 'wpcf' ),
# 'content' => $this->get_twig()->render(
msgid "Relationships"
msgstr ""
# $context = array(
# 'description' => __( 'Migrate from legacy post relationships to many-to-many post relationships', 'wpcf' ),
# 'sections' => array( 'm2mActivation' => array() ),
msgid "Migrate from legacy post relationships to many-to-many post relationships"
msgstr ""
# 'strings' => array(
# 'confirmUnload' => __( 'There is an action in progress. Please do not leave or reload this page until it finishes.', 'wpcf' )
# )
msgid "There is an action in progress. Please do not leave or reload this page until it finishes."
msgstr ""
# // translators: Admin notice that displays in the (block) post editor after the post is saved.
# 'displayConditionsMightHaveChanged' => __( 'Conditions for displaying some custom fields on this page have changed.', 'wpcf' ),
# // translators: Second part (with a link) of an admin notice that displays in the (block) post editor after the post is saved.
msgid "Conditions for displaying some custom fields on this page have changed."
msgstr ""
# // translators: Second part (with a link) of an admin notice that displays in the (block) post editor after the post is saved.
# 'reloadPage' => __( 'Reload this page to see the changes.', 'wpcf' ),
# )
msgid "Reload this page to see the changes."
msgstr ""
# $type_object = get_post_type_object( $type );
# $title = sprintf( __( 'Field Group for %s', 'wpcf' ), $type_object->labels->name );
# $name = sanitize_title( $title );
msgid "Field Group for %s"
msgstr ""
# array(
# 'title' => __( 'Name and description', 'wpcf' ),
# 'template' => 'name_and_description',
msgid "Name and description"
msgstr ""
# array(
# 'title' => __( 'Settings', 'wpcf' ),
# 'template' => 'settings',
msgid "Settings"
msgstr ""
# 'value' => 'one-to-one',
# 'title' => __( 'One-to-one', 'wpcf' ),
# ),
msgid "One-to-one"
msgstr ""
# 'value' => 'one-to-many',
# 'title' => __( 'One-to-many', 'wpcf' ),
# ),
msgid "One-to-many"
msgstr ""
# 'value' => 'many-to-many',
# 'title' => __( 'Many-to-many', 'wpcf' ),
# ),
msgid "Many-to-many"
msgstr ""
# array(
# 'title' => __( 'Intermediary Post Type and Custom Fields', 'wpcf' ),
# 'template' => 'association_fields',
msgid "Intermediary Post Type and Custom Fields"
msgstr ""
# array(
# 'close' => __( 'Close', 'wpcf' ),
# )
msgid "Close"
msgstr ""
# // translators: 1: an URL 2: the title of this URL.
# 'chooseHowToConnectPosts' => sprintf( __( 'Choose how to connect between posts. Need help? Read <a href="%1$s" title="%2$s" target="_blank">what different post relationships mean</a>%3$s.', 'wpcf' ), 'https://toolset.com/course-lesson/what-are-post-relationships-and-how-they-work/?utm_source=plugin&utm_medium=gui&utm_campaign=types', '', $external_icon ),
# // TODO get urls ToolsetDoc-627.
msgid "Choose how to connect between posts. Need help? Read <a href=\"%1$s\" title=\"%2$s\" target=\"_blank\">what different post relationships mean</a>%3$s."
msgstr ""
# // TODO get urls ToolsetDoc-627.
# 'whichPostTypes' => __( 'Which post types do you want to connect?', 'wpcf' ),
# 'selfJoinIsPossible' => __( 'Since you\'ve chosen an one-to-one or many-to-many relationship, you can select the same post type on both sides.', 'wpcf' ),
msgid "Which post types do you want to connect?"
msgstr ""
# 'whichPostTypes' => __( 'Which post types do you want to connect?', 'wpcf' ),
# 'selfJoinIsPossible' => __( 'Since you\'ve chosen an one-to-one or many-to-many relationship, you can select the same post type on both sides.', 'wpcf' ),
# 'limitTheNumberOfPosts' => __( 'If you need to limit the maximum number of posts that can be connected to another post at once, you can do it here. You can change these limits later.', 'wpcf' ),
msgid "Since you've chosen an one-to-one or many-to-many relationship, you can select the same post type on both sides."
msgstr ""
# 'selfJoinIsPossible' => __( 'Since you\'ve chosen an one-to-one or many-to-many relationship, you can select the same post type on both sides.', 'wpcf' ),
# 'limitTheNumberOfPosts' => __( 'If you need to limit the maximum number of posts that can be connected to another post at once, you can do it here. You can change these limits later.', 'wpcf' ),
# // translators: 1: an URL 2: the title of this URL.
msgid "If you need to limit the maximum number of posts that can be connected to another post at once, you can do it here. You can change these limits later."
msgstr ""
# // translators: 1: an URL 2: the title of this URL.
# 'addFields' => sprintf( __( 'You can add fields to the relationship itself. Need help? Read about <a href="%1$s" title="%2$s" target="_blank">using fields in relationships</a>%3$s.', 'wpcf' ), 'https://toolset.com/course-lesson/how-to-set-up-post-relationships-in-wordpress/?utm_source=plugin&utm_medium=gui&utm_campaign=types', '', $external_icon ),
# // TODO get urls ToolsetDoc-628.
msgid "You can add fields to the relationship itself. Need help? Read about <a href=\"%1$s\" title=\"%2$s\" target=\"_blank\">using fields in relationships</a>%3$s."
msgstr ""
# // TODO get urls ToolsetDoc-628.
# 'relationshipNames' => __( 'Please choose a name for the relationship. This name identifies the relationship and allows you to use it in different parts of the site. You will be able to later edit the "plural" and "singular" labels easily, but renaming the slug may be more problematic if it is already used in any existing shortcode attributes.', 'wpcf' ),
# ),
msgid "Please choose a name for the relationship. This name identifies the relationship and allows you to use it in different parts of the site. You will be able to later edit the \"plural\" and \"singular\" labels easily, but renaming the slug may be more problematic if it is already used in any existing shortcode attributes."
msgstr ""
# 'strings' => array(
# 'yes' => __( 'Yes', 'wpcf' ),
# 'no' => __( 'No', 'wpcf' ),
msgid "Yes"
msgstr ""
# 'yes' => __( 'Yes', 'wpcf' ),
# 'no' => __( 'No', 'wpcf' ),
# 'title' => array(
msgid "No"
msgstr ""
# 'listing' => $this->get_title(),
# 'edit' => __( 'Edit Relationship', 'wpcf' ),
# 'wizard' => __( 'Relationship Wizard', 'wpcf' ),
msgid "Edit Relationship"
msgstr ""
# 'edit' => __( 'Edit Relationship', 'wpcf' ),
# 'wizard' => __( 'Relationship Wizard', 'wpcf' ),
# ),
msgid "Relationship Wizard"
msgstr ""
# 'bulkAction' => array(
# 'select' => __( 'Select', 'wpcf' ),
# 'merge' => __( 'Merge', 'wpcf' ),
msgid "Select"
msgstr ""
# 'select' => __( 'Select', 'wpcf' ),
# 'merge' => __( 'Merge', 'wpcf' ),
# ),
msgid "Merge"
msgstr ""
# 'infinite' => _x( 'Infinite', 'as in: infinite posts', 'wpcf' ),
# 'confirmUnload' => __( 'You have one or more unsaved relationships.', 'wpcf' ),
# 'errorSavingRelationship' => __( 'There was an error when saving the relationship.', 'wpcf' ),
msgid "You have one or more unsaved relationships."
msgstr ""
# 'confirmUnload' => __( 'You have one or more unsaved relationships.', 'wpcf' ),
# 'errorSavingRelationship' => __( 'There was an error when saving the relationship.', 'wpcf' ),
# 'wizard' => array(
msgid "There was an error when saving the relationship."
msgstr ""
# 'wizard' => array(
# 'limits' => __( 'You can set maximum number of %PARENT% possible to assign to one %CHILD%', 'wpcf' ),
# 'noLimit' => __( 'No limit', 'wpcf' ),
msgid "You can set maximum number of %PARENT% possible to assign to one %CHILD%"
msgstr ""
# 'limits' => __( 'You can set maximum number of %PARENT% possible to assign to one %CHILD%', 'wpcf' ),
# 'noLimit' => __( 'No limit', 'wpcf' ),
# 'infinite' => __( 'Infinite', 'wpcf' ),
msgid "No limit"
msgstr ""
# 'noLimit' => __( 'No limit', 'wpcf' ),
# 'infinite' => __( 'Infinite', 'wpcf' ),
# 'summaryDescription' => __( '<strong>%NUMBER% %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>', 'wpcf' ),
msgid "Infinite"
msgstr ""
# 'infinite' => __( 'Infinite', 'wpcf' ),
# 'summaryDescription' => __( '<strong>%NUMBER% %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>', 'wpcf' ),
# 'summaryDescriptionOneToOne' => __( '<strong>One %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>', 'wpcf' ),
msgid "<strong>%NUMBER% %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>"
msgstr ""
# 'summaryDescription' => __( '<strong>%NUMBER% %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>', 'wpcf' ),
# 'summaryDescriptionOneToOne' => __( '<strong>One %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>', 'wpcf' ),
# // translators: documentation link.
msgid "<strong>One %PARENT%</strong> can be assigned to one <strong>%CHILD%</strong>"
msgstr ""
# // translators: documentation link.
# 'translatableWarning' => sprintf( __( 'Your site is multilingual and we recommend that you learn <a href="%s" target="_blank">how to translate related content</a>.', 'wpcf' ), 'https://toolset.com/course-lesson/translating-related-content/?utm_source=plugin&utm_medium=gui&utm_campaign=types' ),
# ),
msgid "Your site is multilingual and we recommend that you learn <a href=\"%s\" target=\"_blank\">how to translate related content</a>."
msgstr ""
# ),
# 'postReferenceNotAllowedInRFG' => __( 'Post Reference Field can not be placed into a Repeatable Group.', 'wpcf' ),
# 'postReferenceFieldOnlyAllowedWithOneAssignedPostType' => __( 'Post Reference field is only available for field groups, which are assigned to a single post type.', 'wpcf' ),
msgid "Post Reference Field can not be placed into a Repeatable Group."
msgstr ""
# 'postReferenceNotAllowedInRFG' => __( 'Post Reference Field can not be placed into a Repeatable Group.', 'wpcf' ),
# 'postReferenceFieldOnlyAllowedWithOneAssignedPostType' => __( 'Post Reference field is only available for field groups, which are assigned to a single post type.', 'wpcf' ),
# 'noIntermediaryPostType' => __( 'No post type exists yet.', 'wpcf' ),
msgid "Post Reference field is only available for field groups, which are assigned to a single post type."
msgstr ""
# 'postReferenceFieldOnlyAllowedWithOneAssignedPostType' => __( 'Post Reference field is only available for field groups, which are assigned to a single post type.', 'wpcf' ),
# 'noIntermediaryPostType' => __( 'No post type exists yet.', 'wpcf' ),
# 'deleteRelationshipDialog' => array(
msgid "No post type exists yet."
msgstr ""
# 'deleteRelationshipDialog' => array(
# 'title' => __( 'Delete relationship: ', 'wpcf' ),
# 'delete' => _x( 'Delete permanently', 'delete a relationship', 'wpcf' ),
msgid "Delete relationship: "
msgstr ""
# 'deleteIntermediaryPostTypeDialog' => array(
# 'title' => __( 'Delete Intermediary Post Type: ', 'wpcf' ),
# 'delete' => _x( 'Delete permanently', 'delete a intermediary post type', 'wpcf' ),
msgid "Delete Intermediary Post Type: "
msgstr ""
# 'changeCardinalityDialog' => array(
# 'title' => __( 'Clean up many to many data ', 'wpcf' ),
# 'apply_and_save' => _x( 'Apply & Save', 'change cardinality', 'wpcf' ),
msgid "Clean up many to many data "
msgstr ""
# 'mergeRelationshipsDialog' => array(
# 'title' => __( 'Merge relationships', 'wpcf' ),
# 'cancel' => __( 'Cancel', 'wpcf' ),
msgid "Merge relationships"
msgstr ""
# 'cancel' => __( 'Cancel', 'wpcf' ),
# 'close' => __( 'Done', 'wpcf' ),
# 'merge' => __( 'Merge', 'wpcf' ),
msgid "Done"
msgstr ""
# 'merge' => __( 'Merge', 'wpcf' ),
# 'newRelationship' => __( 'new-relationship', 'wpcf' ),
# 'actionName' => $merge_relationships_action_name,
msgid "new-relationship"
msgstr ""
# 'phaseLabels' => array(
# Types_Ajax_Handler_Merge_Relationships::PHASE_SETUP => __( 'Configuring the new many-to-many relationship.', 'wpcf' ),
# Types_Ajax_Handler_Merge_Relationships::PHASE_MERGE_ASSOCIATIONS => __( 'Transforming associations.', 'wpcf' ),
msgid "Configuring the new many-to-many relationship."
msgstr ""
# Types_Ajax_Handler_Merge_Relationships::PHASE_SETUP => __( 'Configuring the new many-to-many relationship.', 'wpcf' ),
# Types_Ajax_Handler_Merge_Relationships::PHASE_MERGE_ASSOCIATIONS => __( 'Transforming associations.', 'wpcf' ),
# Types_Ajax_Handler_Merge_Relationships::PHASE_CLEANUP => __( 'Removing previous relationships and performing clean-up.', 'wpcf' ),
msgid "Transforming associations."
msgstr ""
# Types_Ajax_Handler_Merge_Relationships::PHASE_MERGE_ASSOCIATIONS => __( 'Transforming associations.', 'wpcf' ),
# Types_Ajax_Handler_Merge_Relationships::PHASE_CLEANUP => __( 'Removing previous relationships and performing clean-up.', 'wpcf' ),
# ),
msgid "Removing previous relationships and performing clean-up."
msgstr ""
# 'resultMessage' => array(
# 'warning' => __( 'The relationship merging has finished with some warnings. Please check technical details for more information.', 'wpcf' ),
# 'error' => __( 'An error has occurred during the relationship merging. Please contact the Toolset support forum with the copy of the technical details you will find below.', 'wpcf' ),
msgid "The relationship merging has finished with some warnings. Please check technical details for more information."
msgstr ""
# 'warning' => __( 'The relationship merging has finished with some warnings. Please check technical details for more information.', 'wpcf' ),
# 'error' => __( 'An error has occurred during the relationship merging. Please contact the Toolset support forum with the copy of the technical details you will find below.', 'wpcf' ),
# 'success' => __( 'Relationships have been successfully merged.', 'wpcf' ),
msgid "An error has occurred during the relationship merging. Please contact the Toolset support forum with the copy of the technical details you will find below."
msgstr ""
# 'error' => __( 'An error has occurred during the relationship merging. Please contact the Toolset support forum with the copy of the technical details you will find below.', 'wpcf' ),
# 'success' => __( 'Relationships have been successfully merged.', 'wpcf' ),
# ),
msgid "Relationships have been successfully merged."
msgstr ""
# // translators: post type name.
# 'disabledPostTypesSingular' => __( '<strong>%s</strong> post type does not exist or is currently inactive', 'wpcf' ),
# // translators: post type names.
msgid "<strong>%s</strong> post type does not exist or is currently inactive"
msgstr ""
# // translators: post type names.
# 'disabledPostTypesPlural' => __( '<strong>%s</strong> post types do not exist or are currently inactive', 'wpcf' ),
# 'rolesSlugMustBeDifferent' => __( 'Role slugs must be different.', 'wpcf' ),
msgid "<strong>%s</strong> post types do not exist or are currently inactive"
msgstr ""
# 'disabledPostTypesPlural' => __( '<strong>%s</strong> post types do not exist or are currently inactive', 'wpcf' ),
# 'rolesSlugMustBeDifferent' => __( 'Role slugs must be different.', 'wpcf' ),
# ),
msgid "Role slugs must be different."
msgstr ""
# 'misc' => array(
# 'pageTitle' => _x( 'Relationships', 'relationship page title', 'wpcf' ),
# 'noItemsFound' => _x( 'No relationships have been created yet.', 'shows instead of relationships table', 'wpcf' ),
msgctxt "relationship page title"
msgid "Relationships"
msgstr ""
# 'pageTitle' => _x( 'Relationships', 'relationship page title', 'wpcf' ),
# 'noItemsFound' => _x( 'No relationships have been created yet.', 'shows instead of relationships table', 'wpcf' ),
# 'wizardFieldsNonce' => wp_create_nonce( 'wpcf-edit-0' ),
msgctxt "shows instead of relationships table"
msgid "No relationships have been created yet."
msgstr ""
# 'column' => array(
# 'name' => _x( 'Name', 'relationship name column header', 'wpcf' ),
# 'is_active' => _x( 'Active', 'column header - is relationship active', 'wpcf' ),
msgctxt "relationship name column header"
msgid "Name"
msgstr ""
# 'name' => _x( 'Name', 'relationship name column header', 'wpcf' ),
# 'is_active' => _x( 'Active', 'column header - is relationship active', 'wpcf' ),
# 'description' => _x( 'Description', 'column header - relationship description', 'wpcf' ),
msgctxt "column header - is relationship active"
msgid "Active"
msgstr ""
# 'is_active' => _x( 'Active', 'column header - is relationship active', 'wpcf' ),
# 'description' => _x( 'Description', 'column header - relationship description', 'wpcf' ),
# ),
msgctxt "column header - relationship description"
msgid "Description"
msgstr ""
# 'rowAction' => array(
# 'edit' => _x( 'Edit', 'edit a relationship', 'wpcf' ),
# 'delete' => _x( 'Delete', 'delete a relationship', 'wpcf' ),
msgctxt "edit a relationship"
msgid "Edit"
msgstr ""
# 'edit' => _x( 'Edit', 'edit a relationship', 'wpcf' ),
# 'delete' => _x( 'Delete', 'delete a relationship', 'wpcf' ),
# ),
msgctxt "delete a relationship"
msgid "Delete"
msgstr ""
# // translators: The name of a relationship.
# 'edit' => _x( 'Edit %s', 'Edit a relationship', 'wpcf' ),
# 'add' => _x( 'Add new', 'Add new page title', 'wpcf' ),
msgctxt "Edit a relationship"
msgid "Edit %s"
msgstr ""
# 'edit' => _x( 'Edit %s', 'Edit a relationship', 'wpcf' ),
# 'add' => _x( 'Add new', 'Add new page title', 'wpcf' ),
# ),
msgctxt "Add new page title"
msgid "Add new"
msgstr ""
# ),
# 'noPostTypesPlaceholder' => _x( 'posts', 'generic name when there are no post types selected', 'wpcf' ),
# 'or' => _x( 'or', 'in the enumeration of post types', 'wpcf' ),
msgctxt "generic name when there are no post types selected"
msgid "posts"
msgstr ""
# 'noPostTypesPlaceholder' => _x( 'posts', 'generic name when there are no post types selected', 'wpcf' ),
# 'or' => _x( 'or', 'in the enumeration of post types', 'wpcf' ),
# 'infinite' => _x( 'Infinite', 'as in: infinite posts', 'wpcf' ),
msgctxt "in the enumeration of post types"
msgid "or"
msgstr ""
# 'or' => _x( 'or', 'in the enumeration of post types', 'wpcf' ),
# 'infinite' => _x( 'Infinite', 'as in: infinite posts', 'wpcf' ),
# 'confirmUnload' => __( 'You have one or more unsaved relationships.', 'wpcf' ),
msgctxt "as in: infinite posts"
msgid "Infinite"
msgstr ""
# 'title' => __( 'Delete relationship: ', 'wpcf' ),
# 'delete' => _x( 'Delete permanently', 'delete a relationship', 'wpcf' ),
# 'deactivate' => _x( 'Safely deactivate', 'deactivate a relationship', 'wpcf' ),
msgctxt "delete a relationship"
msgid "Delete permanently"
msgstr ""
# 'delete' => _x( 'Delete permanently', 'delete a relationship', 'wpcf' ),
# 'deactivate' => _x( 'Safely deactivate', 'deactivate a relationship', 'wpcf' ),
# 'cancel' => __( 'Cancel', 'wpcf' ),
msgctxt "deactivate a relationship"
msgid "Safely deactivate"
msgstr ""
# 'title' => __( 'Delete Intermediary Post Type: ', 'wpcf' ),
# 'delete' => _x( 'Delete permanently', 'delete a intermediary post type', 'wpcf' ),
# 'cancel' => __( 'Cancel', 'wpcf' ),
msgctxt "delete a intermediary post type"
msgid "Delete permanently"
msgstr ""
# 'title' => __( 'Clean up many to many data ', 'wpcf' ),
# 'apply_and_save' => _x( 'Apply & Save', 'change cardinality', 'wpcf' ),
# 'cancel' => __( 'Cancel', 'wpcf' ),
msgctxt "change cardinality"
msgid "Apply & Save"
msgstr ""
# $group_title = sprintf(
# __( 'Fields for the "%s" relationship', 'wpcf' ),
# $relationship->get_display_name()
msgid "Fields for the \"%s\" relationship"
msgstr ""
# return sprintf(
# esc_html__( 'This field group will be used exclusively for the %s post type which acts as a placeholder for custom fields of the relationship %s.', 'wpcf' ),
# '<strong>' . esc_html( $relationship->get_intermediary_post_type() ) . '</strong>',
msgid "This field group will be used exclusively for the %s post type which acts as a placeholder for custom fields of the relationship %s."
msgstr ""
# case Toolset_Field_Utils::DOMAIN_POSTS:
# return __( 'Post Field Control', 'wpcf' );
# case Toolset_Field_Utils::DOMAIN_USERS:
msgid "Post Field Control"
msgstr ""
# case Toolset_Field_Utils::DOMAIN_USERS:
# return __( 'User Field Control', 'wpcf' );
# case Toolset_Field_Utils::DOMAIN_TERMS:
msgid "User Field Control"
msgstr ""
# case Toolset_Field_Utils::DOMAIN_TERMS:
# return __( 'Term Field Control', 'wpcf' );
# default:
msgid "Term Field Control"
msgstr ""
# 'column' => array(
# 'name' => __( 'Field name', 'wpcf' ),
# 'slug' => __( 'Slug', 'wpcf' ),
msgid "Field name"
msgstr ""
# 'name' => __( 'Field name', 'wpcf' ),
# 'slug' => __( 'Slug', 'wpcf' ),
# 'metaKey' => __( 'Meta key', 'wpcf' ),
msgid "Slug"
msgstr ""
# 'slug' => __( 'Slug', 'wpcf' ),
# 'metaKey' => __( 'Meta key', 'wpcf' ),
# 'groups' => __( 'Field groups', 'wpcf' ),
msgid "Meta key"
msgstr ""
# 'metaKey' => __( 'Meta key', 'wpcf' ),
# 'groups' => __( 'Field groups', 'wpcf' ),
# 'type' => __( 'Type' ),
msgid "Field groups"
msgstr ""
# 'rowAction' => array(
# 'changeAssignment' => __( 'Change assignment', 'wpcf' ),
# 'changeType' => __( 'Change type', 'wpcf' ),
msgid "Change assignment"
msgstr ""
# 'changeAssignment' => __( 'Change assignment', 'wpcf' ),
# 'changeType' => __( 'Change type', 'wpcf' ),
# 'delete' => __( 'Delete', 'wpcf' ),
msgid "Change type"
msgstr ""
# 'changeType' => __( 'Change type', 'wpcf' ),
# 'delete' => __( 'Delete', 'wpcf' ),
# ),
msgid "Delete"
msgstr ""
# 'misc' => array(
# 'noItemsFound' => __( 'No field definitions found.', 'wpcf' ),
# 'pageTitle' => $this->get_title(),
msgid "No field definitions found."
msgstr ""
# 'pageTitle' => $this->get_title(),
# 'thisFieldIsRepeating' => __( 'This is a repeating field.', 'wpcf' ),
# 'fieldsNotSupportedBecauseOfNotSanitizedSlug' => __( 'Toolset Types only allow fields with names containing lowercase alphanumeric characters, dashes and underscores. The following third party fields are not supported:', 'wpcf' ),
msgid "This is a repeating field."
msgstr ""
# 'thisFieldIsRepeating' => __( 'This is a repeating field.', 'wpcf' ),
# 'fieldsNotSupportedBecauseOfNotSanitizedSlug' => __( 'Toolset Types only allow fields with names containing lowercase alphanumeric characters, dashes and underscores. The following third party fields are not supported:', 'wpcf' ),
# ),
msgid "Toolset Types only allow fields with names containing lowercase alphanumeric characters, dashes and underscores. The following third party fields are not supported:"
msgstr ""
# 'delete' => __( 'Delete', 'wpcf' ),
# 'manageWithTypes' => __( 'Manage with Types', 'wpcf' ),
# 'stopManagingWithTypes' => __( 'Stop managing with Types', 'wpcf' ),
msgid "Manage with Types"
msgstr ""
# 'manageWithTypes' => __( 'Manage with Types', 'wpcf' ),
# 'stopManagingWithTypes' => __( 'Stop managing with Types', 'wpcf' ),
# ),
msgid "Stop managing with Types"
msgstr ""
# 'misc' => array(
# 'notManagedByTypes' => __( 'Not managed by Types', 'wpcf' ),
# 'undefinedAjaxError' => __( 'The action was not successful, an unknown error has happened.', 'wpcf' ),
msgid "Not managed by Types"
msgstr ""
# 'notManagedByTypes' => __( 'Not managed by Types', 'wpcf' ),
# 'undefinedAjaxError' => __( 'The action was not successful, an unknown error has happened.', 'wpcf' ),
# 'genericSuccess' => __( 'The action was completed successfully.', 'wpcf' ),
msgid "The action was not successful, an unknown error has happened."
msgstr ""
# 'undefinedAjaxError' => __( 'The action was not successful, an unknown error has happened.', 'wpcf' ),
# 'genericSuccess' => __( 'The action was completed successfully.', 'wpcf' ),
# 'fieldsAlreadyManaged' => __( 'Some of the fields you selected are already managed by Types.', 'wpcf' ),
msgid "The action was completed successfully."
msgstr ""
# 'genericSuccess' => __( 'The action was completed successfully.', 'wpcf' ),
# 'fieldsAlreadyManaged' => __( 'Some of the fields you selected are already managed by Types.', 'wpcf' ),
# 'fieldsAlreadyUnmanaged' => __( 'Some of the fields you selected are already not managed by Types.', 'wpcf' ),
msgid "Some of the fields you selected are already managed by Types."
msgstr ""
# 'fieldsAlreadyManaged' => __( 'Some of the fields you selected are already managed by Types.', 'wpcf' ),
# 'fieldsAlreadyUnmanaged' => __( 'Some of the fields you selected are already not managed by Types.', 'wpcf' ),
# 'unselectAndRetry' => __( 'Please unselect them and try again.', 'wpcf' ),
msgid "Some of the fields you selected are already not managed by Types."
msgstr ""
# 'fieldsAlreadyUnmanaged' => __( 'Some of the fields you selected are already not managed by Types.', 'wpcf' ),
# 'unselectAndRetry' => __( 'Please unselect them and try again.', 'wpcf' ),
# 'changeAssignmentToGroups' => __( 'Change assignment to field groups for the field', 'wpcf' ),
msgid "Please unselect them and try again."
msgstr ""
# 'unselectAndRetry' => __( 'Please unselect them and try again.', 'wpcf' ),
# 'changeAssignmentToGroups' => __( 'Change assignment to field groups for the field', 'wpcf' ),
# 'deleteField' => __( 'Delete field', 'wpcf' ),
msgid "Change assignment to field groups for the field"
msgstr ""
# 'changeAssignmentToGroups' => __( 'Change assignment to field groups for the field', 'wpcf' ),
# 'deleteField' => __( 'Delete field', 'wpcf' ),
# 'deleteFields' => __( 'Delete multiple fields', 'wpcf' ),
msgid "Delete field"
msgstr ""
# 'deleteField' => __( 'Delete field', 'wpcf' ),
# 'deleteFields' => __( 'Delete multiple fields', 'wpcf' ),
# 'cannotDeleteUnmanagedFields' => __( 'Some fields cannot be deleted because they are not managed by Types.', 'wpcf' ),
msgid "Delete multiple fields"
msgstr ""
# 'deleteFields' => __( 'Delete multiple fields', 'wpcf' ),
# 'cannotDeleteUnmanagedFields' => __( 'Some fields cannot be deleted because they are not managed by Types.', 'wpcf' ),
# 'changeFieldType' => __( 'Change field type for the field', 'wpcf' ),
msgid "Some fields cannot be deleted because they are not managed by Types."
msgstr ""
# 'cannotDeleteUnmanagedFields' => __( 'Some fields cannot be deleted because they are not managed by Types.', 'wpcf' ),
# 'changeFieldType' => __( 'Change field type for the field', 'wpcf' ),
# 'startManagingFieldsWithTypes' => __( 'Start managing fields with Types', 'wpcf' ),
msgid "Change field type for the field"
msgstr ""
# 'changeFieldType' => __( 'Change field type for the field', 'wpcf' ),
# 'startManagingFieldsWithTypes' => __( 'Start managing fields with Types', 'wpcf' ),
# 'stopManagingFieldsWithTypes' => __( 'Stop managing fields with Types', 'wpcf' ),
msgid "Start managing fields with Types"
msgstr ""
# 'startManagingFieldsWithTypes' => __( 'Start managing fields with Types', 'wpcf' ),
# 'stopManagingFieldsWithTypes' => __( 'Stop managing fields with Types', 'wpcf' ),
# ),
msgid "Stop managing fields with Types"
msgstr ""
# 'changeCardinality' => array(
# 'makeRepetitive' => __( 'Turn into repetitive', 'wpcf' ),
# 'makeSingle' => __( 'Turn into single-value', 'wpcf' ),
msgid "Turn into repetitive"
msgstr ""
# 'makeRepetitive' => __( 'Turn into repetitive', 'wpcf' ),
# 'makeSingle' => __( 'Turn into single-value', 'wpcf' ),
# ),
msgid "Turn into single-value"
msgstr ""
# 'bulkAction' => array(
# 'select' => __( 'Bulk action', 'wpcf' ),
# 'delete' => __( 'Delete', 'wpcf' ),
msgid "Bulk action"
msgstr ""
# $args = array(
# 'label' => __( 'Number of displayed fields', 'wpcf' ),
# 'default' => self::SCREEN_OPTION_PER_PAGE_DEFAULT_VALUE,
msgid "Number of displayed fields"
msgstr ""
# 'strings' => array(
# 'noFieldGroups' => __( 'No field groups exist yet. You have to create one first.', 'wpcf' ),
# ),
msgid "No field groups exist yet. You have to create one first."
msgstr ""
# 'strings' => array(
# 'deletingWillRemoveDefinitionAndData' => __( 'Deleting fields will remove them from all groups and delete the field data from the database as well.', 'wpcf' ),
# 'cannotBeUndone' => __( 'This cannot be undone!', 'wpcf' ),
msgid "Deleting fields will remove them from all groups and delete the field data from the database as well."
msgstr ""
# 'cannotBeUndone' => __( 'This cannot be undone!', 'wpcf' ),
# 'doYouReallyWantDelete' => __( 'Do you really want to delete?', 'wpcf' ),
# ),
msgid "Do you really want to delete?"
msgstr ""
# 'strings' => array(
# 'aboutFieldTypeChanging' => __( 'Select a new type for this field.', 'wpcf' ),
# 'someTypesAreDisabled' => __( 'Note: Some of the field types are disabled for conversion because they\'re using a significantly different data format, which is not compatible with the current field type.', 'wpcf' ),
msgid "Select a new type for this field."
msgstr ""
# 'aboutFieldTypeChanging' => __( 'Select a new type for this field.', 'wpcf' ),
# 'someTypesAreDisabled' => __( 'Note: Some of the field types are disabled for conversion because they\'re using a significantly different data format, which is not compatible with the current field type.', 'wpcf' ),
# 'potentiallyRiskyOperation' => __( 'Changing field type is a potentially risky operation. Make sure you know what you are doing.', 'wpcf' ),
msgid "Note: Some of the field types are disabled for conversion because they're using a significantly different data format, which is not compatible with the current field type."
msgstr ""
# 'someTypesAreDisabled' => __( 'Note: Some of the field types are disabled for conversion because they\'re using a significantly different data format, which is not compatible with the current field type.', 'wpcf' ),
# 'potentiallyRiskyOperation' => __( 'Changing field type is a potentially risky operation. Make sure you know what you are doing.', 'wpcf' ),
# 'singleOrRepeatingField' => __( 'Single or repeating field', 'wpcf' ),
msgid "Changing field type is a potentially risky operation. Make sure you know what you are doing."
msgstr ""
# 'potentiallyRiskyOperation' => __( 'Changing field type is a potentially risky operation. Make sure you know what you are doing.', 'wpcf' ),
# 'singleOrRepeatingField' => __( 'Single or repeating field', 'wpcf' ),
# 'repetitiveField' => __( 'Allow multiple instances of this field', 'wpcf' ),
msgid "Single or repeating field"
msgstr ""
# 'singleOrRepeatingField' => __( 'Single or repeating field', 'wpcf' ),
# 'repetitiveField' => __( 'Allow multiple instances of this field', 'wpcf' ),
# 'singleField' => __( 'This field can have only one value', 'wpcf' ),
msgid "Allow multiple instances of this field"
msgstr ""
# 'repetitiveField' => __( 'Allow multiple instances of this field', 'wpcf' ),
# 'singleField' => __( 'This field can have only one value', 'wpcf' ),
# 'targetSupportsSingleOnly' => __( 'Selected field type supports only single fields.', 'wpcf' ),
msgid "This field can have only one value"
msgstr ""
# 'singleField' => __( 'This field can have only one value', 'wpcf' ),
# 'targetSupportsSingleOnly' => __( 'Selected field type supports only single fields.', 'wpcf' ),
# 'repetitiveToSingleWarning' => __( 'Changing from repeating to single field <strong>will cause partial data loss</strong> if there already are fields with multiple values stored in the database. In such case, only one of those value will be saved on update and some inconsistencies appear when displaying values of this field.', 'wpcf' ),
msgid "Selected field type supports only single fields."
msgstr ""
# 'targetSupportsSingleOnly' => __( 'Selected field type supports only single fields.', 'wpcf' ),
# 'repetitiveToSingleWarning' => __( 'Changing from repeating to single field <strong>will cause partial data loss</strong> if there already are fields with multiple values stored in the database. In such case, only one of those value will be saved on update and some inconsistencies appear when displaying values of this field.', 'wpcf' ),
# ),
msgid "Changing from repeating to single field <strong>will cause partial data loss</strong> if there already are fields with multiple values stored in the database. In such case, only one of those value will be saved on update and some inconsistencies appear when displaying values of this field."
msgstr ""
# 'strings' => array(
# 'youAreAboutToManageFields' => __( 'You are about to start managing these fields with Types:', 'wpcf' ),
# 'youAreAboutToStopManagingFields' => __( 'You are about to stop managing these fields with Types:', 'wpcf' ),
msgid "You are about to start managing these fields with Types:"
msgstr ""
# 'youAreAboutToManageFields' => __( 'You are about to start managing these fields with Types:', 'wpcf' ),
# 'youAreAboutToStopManagingFields' => __( 'You are about to stop managing these fields with Types:', 'wpcf' ),
# 'confirmContinue' => __( 'Do you want to continue?', 'wpcf' ),
msgid "You are about to stop managing these fields with Types:"
msgstr ""
# 'youAreAboutToStopManagingFields' => __( 'You are about to stop managing these fields with Types:', 'wpcf' ),
# 'confirmContinue' => __( 'Do you want to continue?', 'wpcf' ),
# ),
msgid "Do you want to continue?"
msgstr ""
# 'introductory_paragraphs' => array(
# __( 'Types plugin provides you with a powerful way to control the Post/User/Term fields.', 'wpcf' ),
# __( 'On this page you can see the list of all the custom fields present in your site. Some of them were created by Types and some were not.', 'wpcf' ),
msgid "Types plugin provides you with a powerful way to control the Post/User/Term fields."
msgstr ""
# __( 'Types plugin provides you with a powerful way to control the Post/User/Term fields.', 'wpcf' ),
# __( 'On this page you can see the list of all the custom fields present in your site. Some of them were created by Types and some were not.', 'wpcf' ),
# __( 'When changing changing properties of existing fields, caution is strongly advised because wrong usage can cause issues with themes, plugins and functionality connected to the applied changes.', 'wpcf' ),
msgid "On this page you can see the list of all the custom fields present in your site. Some of them were created by Types and some were not."
msgstr ""
# __( 'On this page you can see the list of all the custom fields present in your site. Some of them were created by Types and some were not.', 'wpcf' ),
# __( 'When changing changing properties of existing fields, caution is strongly advised because wrong usage can cause issues with themes, plugins and functionality connected to the applied changes.', 'wpcf' ),
# ),
msgid "When changing changing properties of existing fields, caution is strongly advised because wrong usage can cause issues with themes, plugins and functionality connected to the applied changes."
msgstr ""
# ),
# 'your_options' => __( 'You have the following options:', 'wpcf' ),
# 'options' => array(
msgid "You have the following options:"
msgstr ""
# 'name' => __( 'Change assignment', 'wpcf' ),
# 'explanation' => __( 'Change a group that the field belongs to.', 'wpcf' ),
# ),
msgid "Change a group that the field belongs to."
msgstr ""
# 'name' => __( 'Change type', 'wpcf' ),
# 'explanation' => __( 'Change the type of the field and change whether field can have a single value or multiple values (repetitive field).', 'wpcf' ),
# ),
msgid "Change the type of the field and change whether field can have a single value or multiple values (repetitive field)."
msgstr ""
# 'name' => __( 'Manage with Types', 'wpcf' ),
# 'explanation' => __( 'Select whether the field is under the control of Types plugin.', 'wpcf' ),
# ),
msgid "Select whether the field is under the control of Types plugin."
msgstr ""
# 'explanation' =>
# __( 'Click to delete a field and all of its values from the database.', 'wpcf' )
# . ' <strong>' . __( 'Warning: This cannot be undone.', 'wpcf' ) . '</strong>',
msgid "Click to delete a field and all of its values from the database."
msgstr ""
# __( 'Click to delete a field and all of its values from the database.', 'wpcf' )
# . ' <strong>' . __( 'Warning: This cannot be undone.', 'wpcf' ) . '</strong>',
# ),
msgid "Warning: This cannot be undone."
msgstr ""
# 'ending_paragraphs' => array(
# __( 'Note: An asterisk (*) beside a field type marks a repeating field.', 'wpcf' ),
# ),
msgid "Note: An asterisk (*) beside a field type marks a repeating field."
msgstr ""
# public function get_title() {
# return __( 'Toolset Dashboard', 'wpcf' );
# }
msgid "Toolset Dashboard"
msgstr ""
# public function get_menu_title() {
# return __( 'Dashboard', 'wpcf' );
# }
msgid "Dashboard"
msgstr ""
# 'labels' => array(
# 'create_type' => __( 'Add new post type', 'wpcf' ),
# 'msg_no_custom_post_types' =>
msgid "Add new post type"
msgstr ""
# 'msg_no_custom_post_types' =>
# __( 'To get started, create your first custom type. Then, you will be able to add fields and taxonomy and design how it displays.', 'wpcf' )
# ),
msgid "To get started, create your first custom type. Then, you will be able to add fields and taxonomy and design how it displays."
msgstr ""
# $post_types,
# __( 'Custom post types that you created with Toolset', 'wpcf' )
# );
msgid "Custom post types that you created with Toolset"
msgstr ""
# $post_types,
# __( 'Custom post types created by the theme and other plugins', 'wpcf' ),
# false
msgid "Custom post types created by the theme and other plugins"
msgstr ""
# $post_types,
# __( 'Built-in post types created by WordPress', 'wpcf' ),
# false
msgid "Built-in post types created by WordPress"
msgstr ""
# 'labels' => array(
# 'or' => __( 'Or...', 'wpcf' ),
# 'create_taxonomy' => __( 'Add custom taxonomy', 'wpcf' ),
msgid "Or..."
msgstr ""
# 'or' => __( 'Or...', 'wpcf' ),
# 'create_taxonomy' => __( 'Add custom taxonomy', 'wpcf' ),
# 'create_field_group' => __( 'Add custom fields', 'wpcf' ),
msgid "Add custom taxonomy"
msgstr ""
# 'create_taxonomy' => __( 'Add custom taxonomy', 'wpcf' ),
# 'create_field_group' => __( 'Add custom fields', 'wpcf' ),
# 'no_archive_for' => __( 'No archive available for %s', 'wpcf' ),
msgid "Add custom fields"
msgstr ""
# 'create_field_group' => __( 'Add custom fields', 'wpcf' ),
# 'no_archive_for' => __( 'No archive available for %s', 'wpcf' ),
# ),
msgid "No archive available for %s"
msgstr ""
# 'headline' => $headline,
# 'admin' => __( 'WordPress admin', 'wpcf' ),
# 'frontend' => __( 'Front-end', 'wpcf' ),
msgid "WordPress admin"
msgstr ""
# 'admin' => __( 'WordPress admin', 'wpcf' ),
# 'frontend' => __( 'Front-end', 'wpcf' ),
# 'or' => __( 'Or...', 'wpcf' ),
msgid "Front-end"
msgstr ""
# if ( $add_button ) {
# $add_new_title = __( 'Add New', 'wpcf' );
# } else {
msgid "Add New"
msgstr ""
# 'name' => __( 'Field name', 'wpcf' ),
# 'description' => __( 'Description', 'wpcf' ),
# 'isActive' => __( 'Active', 'wpcf' ),
msgid "Description"
msgstr ""
# 'description' => __( 'Description', 'wpcf' ),
# 'isActive' => __( 'Active', 'wpcf' ),
# 'postTypes' => __( 'Post Types', 'wpcf' ),
msgid "Active"
msgstr ""
# 'isActive' => __( 'Active', 'wpcf' ),
# 'postTypes' => __( 'Post Types', 'wpcf' ),
# 'taxonomies' => __( 'Taxonomies', 'wpcf' ),
msgid "Post Types"
msgstr ""
# 'postTypes' => __( 'Post Types', 'wpcf' ),
# 'taxonomies' => __( 'Taxonomies', 'wpcf' ),
# 'availableFor' => __( 'Available for', 'wpcf' ),
msgid "Taxonomies"
msgstr ""
# 'taxonomies' => __( 'Taxonomies', 'wpcf' ),
# 'availableFor' => __( 'Available for', 'wpcf' ),
# ),
msgid "Available for"
msgstr ""
# 'rowAction' => array(
# 'edit' => __( 'Edit', 'wpcf' ),
# 'activate' => __( 'Activate', 'wpcf' ),
msgid "Edit"
msgstr ""
# 'edit' => __( 'Edit', 'wpcf' ),
# 'activate' => __( 'Activate', 'wpcf' ),
# 'deactivate' => __( 'Deactivate', 'wpcf' ),
msgid "Activate"
msgstr ""
# 'activate' => __( 'Activate', 'wpcf' ),
# 'deactivate' => __( 'Deactivate', 'wpcf' ),
# 'delete' => __( 'Delete', 'wpcf' ),
msgid "Deactivate"
msgstr ""
# 'genericSuccess' => __( 'The action was completed successfully.', 'wpcf' ),
# 'deleteFieldGroup' => __( 'Delete field group', 'wpcf' ),
# 'deleteFieldGroups' => __( 'Delete multiple field groups', 'wpcf' ),
msgid "Delete field group"
msgstr ""
# 'deleteFieldGroup' => __( 'Delete field group', 'wpcf' ),
# 'deleteFieldGroups' => __( 'Delete multiple field groups', 'wpcf' ),
# 'addNewTitle' => __( 'Choose Custom Field Group type to create', 'wpcf' ),
msgid "Delete multiple field groups"
msgstr ""
# 'deleteFieldGroups' => __( 'Delete multiple field groups', 'wpcf' ),
# 'addNewTitle' => __( 'Choose Custom Field Group type to create', 'wpcf' ),
# // Each tab has its owns text and button.
msgid "Choose Custom Field Group type to create"
msgstr ""
# '<p>%s</p><a class="button-primary" href="%s">%s</a>',
# __( 'To use post fields, please create a group to hold them.', 'wpcf' ),
# admin_url() . 'admin.php?page=' . PostGroupViewmodel::EDIT_PAGE_SLUG,
msgid "To use post fields, please create a group to hold them."
msgstr ""
# admin_url() . 'admin.php?page=' . PostGroupViewmodel::EDIT_PAGE_SLUG,
# __( 'Add New Group', 'wpcf' )
# ),
msgid "Add New Group"
msgstr ""
# '<p>%s</p><a class="button-primary" href="%s">%s</a>',
# __( 'To use user fields, please create a group to hold them.', 'wpcf' ),
# admin_url() . 'admin.php?page=' . UserGroupViewmodel::EDIT_PAGE_SLUG,
msgid "To use user fields, please create a group to hold them."
msgstr ""
# '<p>%s</p><a class="button-primary" href="%s">%s</a>',
# __( 'To use term fields, please create a group to hold them.', 'wpcf' ),
# admin_url() . 'admin.php?page=' . TermGroupViewmodel::EDIT_PAGE_SLUG,
msgid "To use term fields, please create a group to hold them."
msgstr ""
# ),
# 'search' => __( 'No items found.', 'wpcf' ),
# ),
msgid "No items found."
msgstr ""
# $args = array(
# 'label' => __( 'Number of displayed groups', 'wpcf' ),
# 'default' => self::SCREEN_OPTION_PER_PAGE_DEFAULT_VALUE,
msgid "Number of displayed groups"
msgstr ""
# 'id' => Types_Admin_Menu::LEGACY_PAGE_CUSTOM_POST_FIELDS,
# 'title' => __( 'Post Fields', 'wpcf' ),
# 'template' => '@help/basic.twig',
msgid "Post Fields"
msgstr ""
# 'introductory_paragraphs' => array(
# __( 'Types plugin organizes post fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs.', 'wpcf' ),
# sprintf(
msgid "Types plugin organizes post fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs."
msgstr ""
# // translators: a link.
# __( 'You can read more about Post Fields in this tutorial: %s.', 'wpcf' ),
# sprintf(
msgid "You can read more about Post Fields in this tutorial: %s."
msgstr ""
# ),
# __( 'On this page you can see your current post field groups, as well as information about which post types and taxonomies they are attached to, and whether they are active or not.', 'wpcf' ),
# ),
msgid "On this page you can see your current post field groups, as well as information about which post types and taxonomies they are attached to, and whether they are active or not."
msgstr ""
# 'name' => __( 'Add New', 'wpcf' ),
# 'explanation' => __( 'Use this to add a new post fields group which can be attached to a post type', 'wpcf' ),
# ),
msgid "Use this to add a new post fields group which can be attached to a post type"
msgstr ""
# 'name' => __( 'Edit', 'wpcf' ),
# 'explanation' => __( 'Click to edit the post field group', 'wpcf' ),
# ),
msgid "Click to edit the post field group"
msgstr ""
# 'name' => __( 'Activate', 'wpcf' ),
# 'explanation' => __( 'Click to activate a post field group', 'wpcf' ),
# ),
msgid "Click to activate a post field group"
msgstr ""
# 'name' => __( 'Deactivate', 'wpcf' ),
# 'explanation' => __( 'Click to deactivate a post field group (this can be re-activated at a later date)', 'wpcf' ),
# ),
msgid "Click to deactivate a post field group (this can be re-activated at a later date)"
msgstr ""
# 'name' => __( 'Delete', 'wpcf' ),
# 'explanation' => __( 'Click to delete a post field group.', 'wpcf' ) .
# sprintf( ' <strong>%s</strong>', __( 'Warning: This cannot be undone.', 'wpcf' ) ),
msgid "Click to delete a post field group."
msgstr ""
# 'id' => Types_Admin_Menu::LEGACY_PAGE_CUSTOM_USER_FIELDS,
# 'title' => __( 'User Fields', 'wpcf' ),
# 'template' => '@help/basic.twig',
msgid "User Fields"
msgstr ""
# 'introductory_paragraphs' => array(
# __( 'Types plugin organizes User Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs.', 'wpcf' ),
# __( 'On this page you can see your current User Fields groups, as well as information about which user role they are attached to, and whether they are active or not.', 'wpcf' ),
msgid "Types plugin organizes User Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs."
msgstr ""
# __( 'Types plugin organizes User Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs.', 'wpcf' ),
# __( 'On this page you can see your current User Fields groups, as well as information about which user role they are attached to, and whether they are active or not.', 'wpcf' ),
# ),
msgid "On this page you can see your current User Fields groups, as well as information about which user role they are attached to, and whether they are active or not."
msgstr ""
# 'name' => __( 'Add New', 'wpcf' ),
# 'explanation' => __( 'Use this to add a new User Field Group', 'wpcf' ),
# ),
msgid "Use this to add a new User Field Group"
msgstr ""
# 'name' => __( 'Edit', 'wpcf' ),
# 'explanation' => __( 'Click to edit the User Field Group', 'wpcf' ),
# ),
msgid "Click to edit the User Field Group"
msgstr ""
# 'name' => __( 'Activate', 'wpcf' ),
# 'explanation' => __( 'Click to activate a User Field Group', 'wpcf' ),
# ),
msgid "Click to activate a User Field Group"
msgstr ""
# 'name' => __( 'Deactivate', 'wpcf' ),
# 'explanation' => __( 'Click to deactivate a User Field Group (this can be re-activated at a later date)', 'wpcf' ),
# ),
msgid "Click to deactivate a User Field Group (this can be re-activated at a later date)"
msgstr ""
# 'name' => __( 'Delete', 'wpcf' ),
# 'explanation' => __( 'Click to delete a User Field Group.', 'wpcf' ) .
# sprintf( ' <strong>%s</strong>', __( 'Warning: This cannot be undone.', 'wpcf' ) ),
msgid "Click to delete a User Field Group."
msgstr ""
# 'id' => Types_Admin_Menu::LEGACY_PAGE_CUSTOM_TERM_FIELDS,
# 'title' => __( 'Term Fields', 'wpcf' ),
# 'template' => '@help/basic.twig',
msgid "Term Fields"
msgstr ""
# 'introductory_paragraphs' => array(
# __( 'Types plugin organizes Term Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs.', 'wpcf' ),
# __( 'On this page you can see your current Term Field groups, as well as information about which taxonomies they are attached to, and whether they are active or not.', 'wpcf' ),
msgid "Types plugin organizes Term Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs."
msgstr ""
# __( 'Types plugin organizes Term Fields in groups. Once you create a group, you can add the fields to it and control to what content it belongs.', 'wpcf' ),
# __( 'On this page you can see your current Term Field groups, as well as information about which taxonomies they are attached to, and whether they are active or not.', 'wpcf' ),
# ),
msgid "On this page you can see your current Term Field groups, as well as information about which taxonomies they are attached to, and whether they are active or not."
msgstr ""
# 'name' => __( 'Add New', 'wpcf' ),
# 'explanation' => __( 'Use this to add a new Term Field Group', 'wpcf' ),
# ),
msgid "Use this to add a new Term Field Group"
msgstr ""
# 'name' => __( 'Edit', 'wpcf' ),
# 'explanation' => __( 'Click to edit the Term Field Group', 'wpcf' ),
# ),
msgid "Click to edit the Term Field Group"
msgstr ""
# 'name' => __( 'Activate', 'wpcf' ),
# 'explanation' => __( 'Click to activate a Term Field Group', 'wpcf' ),
# ),
msgid "Click to activate a Term Field Group"
msgstr ""
# 'name' => __( 'Deactivate', 'wpcf' ),
# 'explanation' => __( 'Click to deactivate a Term Field Group (this can be re-activated at a later date)', 'wpcf' ),
# ),
msgid "Click to deactivate a Term Field Group (this can be re-activated at a later date)"
msgstr ""
# 'name' => __( 'Delete', 'wpcf' ),
# 'explanation' => __( 'Click to delete a Term Field Group.', 'wpcf' ) .
# sprintf( ' <strong>%s</strong>', __( 'Warning: This cannot be undone.', 'wpcf' ) ),
msgid "Click to delete a Term Field Group."
msgstr ""
# 'title' => __( 'Post Field Control', 'wpcf' ),
# 'text' => __( 'You can control Post Fields by removing them from the groups, changing type or just deleting.', 'wpcf' ),
# 'button' => __( 'Post Field Control', 'wpcf' ),
msgid "You can control Post Fields by removing them from the groups, changing type or just deleting."
msgstr ""
# 'title' => __( 'User Field Control', 'wpcf' ),
# 'text' => __( 'You can control User Fields by removing them from the groups, changing type or just deleting.', 'wpcf' ),
# 'button' => __( 'User Field Control', 'wpcf' ),
msgid "You can control User Fields by removing them from the groups, changing type or just deleting."
msgstr ""
# 'title' => __( 'Term Field Control', 'wpcf' ),
# 'text' => __( 'You can control Term Fields by removing them from the groups, changing type or just deleting.', 'wpcf' ),
# 'button' => __( 'Term Field Control', 'wpcf' ),
msgid "You can control Term Fields by removing them from the groups, changing type or just deleting."
msgstr ""
# 'icon' => 'fa fa-file',
# 'description' => __( 'Fields that belong to pages, posts or custom types', 'wpcf' ),
# 'link' => admin_url() . 'admin.php?page=' . PostGroupViewmodel::EDIT_PAGE_SLUG,
msgid "Fields that belong to pages, posts or custom types"
msgstr ""
# 'icon' => 'fa fa-user',
# 'description' => __( 'Fields that belong to users', 'wpcf' ),
# 'link' => admin_url() . 'admin.php?page=' . UserGroupViewmodel::EDIT_PAGE_SLUG,
msgid "Fields that belong to users"
msgstr ""
# 'icon' => 'fa fa-tags',
# 'description' => __( 'Fields that belong to taxonomy terms', 'wpcf' ),
# 'link' => admin_url() . 'admin.php?page=' . TermGroupViewmodel::EDIT_PAGE_SLUG,
msgid "Fields that belong to taxonomy terms"
msgstr ""
# return array(
# 'fieldIsRequired' => __( 'This field is required.', 'wpcf' ),
# 'deleteRepeatableGroup' => __( 'Delete Repeatable Group', 'wpcf' ),
msgid "This field is required."
msgstr ""
# 'fieldIsRequired' => __( 'This field is required.', 'wpcf' ),
# 'deleteRepeatableGroup' => __( 'Delete Repeatable Group', 'wpcf' ),
# 'conditionChangeNotAllowed' => __( 'Conditions change not allowed', 'wpcf' ),
msgid "Delete Repeatable Group"
msgstr ""
# 'deleteRepeatableGroup' => __( 'Delete Repeatable Group', 'wpcf' ),
# 'conditionChangeNotAllowed' => __( 'Conditions change not allowed', 'wpcf' ),
# 'postReferenceNotAllowedInRFG' => __( 'Post Reference Field can not be placed into a Repeatable Group.', 'wpcf' ),
msgid "Conditions change not allowed"
msgstr ""
# 'postReferenceFieldOnlyAllowedWithOneAssignedPostType' => __( 'Post Reference field is only available for field groups, which are assigned to a single post type.', 'wpcf' ),
# 'postReferenceHasAssociations' => __( 'The Post Reference Field has associations.', 'wpcf' ),
# 'postReferenceTypeNotSupportedTranslationMode' => __( 'Not supported translation mode', 'wpcf' ),
msgid "The Post Reference Field has associations."
msgstr ""
# 'postReferenceHasAssociations' => __( 'The Post Reference Field has associations.', 'wpcf' ),
# 'postReferenceTypeNotSupportedTranslationMode' => __( 'Not supported translation mode', 'wpcf' ),
# 'fieldGroupError' => __( 'Field Group Error', 'wpcf' ),
msgid "Not supported translation mode"
msgstr ""
# 'postReferenceTypeNotSupportedTranslationMode' => __( 'Not supported translation mode', 'wpcf' ),
# 'fieldGroupError' => __( 'Field Group Error', 'wpcf' ),
# 'fieldConverted' => __( 'Field converted', 'wpcf' ),
msgid "Field Group Error"
msgstr ""
# 'fieldGroupError' => __( 'Field Group Error', 'wpcf' ),
# 'fieldConverted' => __( 'Field converted', 'wpcf' ),
# 'makeFieldRepeatable' => __( 'Make field repeatable', 'wpcf' ),
msgid "Field converted"
msgstr ""
# 'fieldConverted' => __( 'Field converted', 'wpcf' ),
# 'makeFieldRepeatable' => __( 'Make field repeatable', 'wpcf' ),
# 'savingGroupImpossible' => __( 'Saving Field Group Failed', 'wpcf' ),
msgid "Make field repeatable"
msgstr ""
# 'makeFieldRepeatable' => __( 'Make field repeatable', 'wpcf' ),
# 'savingGroupImpossible' => __( 'Saving Field Group Failed', 'wpcf' ),
# 'button' => array(
msgid "Saving Field Group Failed"
msgstr ""
# 'close' => __( 'Close', 'wpcf' ),
# 'make_this_change' => __( 'Make this change', 'wpcf' ),
# 'prf_delete_associations' => __( 'Delete Associations', 'wpcf' ),
msgid "Make this change"
msgstr ""
# 'make_this_change' => __( 'Make this change', 'wpcf' ),
# 'prf_delete_associations' => __( 'Delete Associations', 'wpcf' ),
# 'prf_keep_associations' => __( 'Keep Associations', 'wpcf' ),
msgid "Delete Associations"
msgstr ""
# 'prf_delete_associations' => __( 'Delete Associations', 'wpcf' ),
# 'prf_keep_associations' => __( 'Keep Associations', 'wpcf' ),
# 'convertAndDelete' => __( 'Convert & Delete', 'wpcf' ),
msgid "Keep Associations"
msgstr ""
# 'prf_keep_associations' => __( 'Keep Associations', 'wpcf' ),
# 'convertAndDelete' => __( 'Convert & Delete', 'wpcf' ),
# 'move' => __( 'Move', 'wpcf' ),
msgid "Convert & Delete"
msgstr ""
# 'convertAndDelete' => __( 'Convert & Delete', 'wpcf' ),
# 'move' => __( 'Move', 'wpcf' ),
# ),
msgid "Move"
msgstr ""
# 'deleteFieldGroupWarning' => array(
# 'singular' => __( 'If you delete the Field Group you will also delete the Relationship created in the existing Repeatable Field Group.<br /><br />Do you want to transform the Repeatable Field Group listed below into one-to-many Relationship?', 'wpcf' ),
# 'plural' => __( 'If you delete the Field Group you will also delete the Relationships created in the existing Repeatable Field Groups.<br /><br />Do you want to transform the Repeatable Field Groups listed below into one-to-many Relationships?', 'wpcf' ),
msgid "If you delete the Field Group you will also delete the Relationship created in the existing Repeatable Field Group.<br /><br />Do you want to transform the Repeatable Field Group listed below into one-to-many Relationship?"
msgstr ""
# 'singular' => __( 'If you delete the Field Group you will also delete the Relationship created in the existing Repeatable Field Group.<br /><br />Do you want to transform the Repeatable Field Group listed below into one-to-many Relationship?', 'wpcf' ),
# 'plural' => __( 'If you delete the Field Group you will also delete the Relationships created in the existing Repeatable Field Groups.<br /><br />Do you want to transform the Repeatable Field Groups listed below into one-to-many Relationships?', 'wpcf' ),
# ),
msgid "If you delete the Field Group you will also delete the Relationships created in the existing Repeatable Field Groups.<br /><br />Do you want to transform the Repeatable Field Groups listed below into one-to-many Relationships?"
msgstr ""
# ),
# 'deleteFieldGroupTitle' => __( 'Delete Field Group', 'wpcf' ),
# 'moveRepeatableGroup' => __( 'Move Repeatable Group', 'wpcf' ),
msgid "Delete Field Group"
msgstr ""
# 'deleteFieldGroupTitle' => __( 'Delete Field Group', 'wpcf' ),
# 'moveRepeatableGroup' => __( 'Move Repeatable Group', 'wpcf' ),
# 'unsavedChanges' => __( 'You have unsaved changes.', 'wpcf' ),
msgid "Move Repeatable Group"
msgstr ""
# 'moveRepeatableGroup' => __( 'Move Repeatable Group', 'wpcf' ),
# 'unsavedChanges' => __( 'You have unsaved changes.', 'wpcf' ),
# );
msgid "You have unsaved changes."
msgstr ""
# case \Toolset_Post_Type_List::VIEW_OR_WPA:
# return __( 'View', 'wpcf' ) . ' / ' . __( 'WordPress Archive', 'wpcf' );
# case \Toolset_Post_Type_List::CONTENT_TEMPLATE:
msgid "View"
msgstr ""
# case \Toolset_Post_Type_List::VIEW_OR_WPA:
# return __( 'View', 'wpcf' ) . ' / ' . __( 'WordPress Archive', 'wpcf' );
# case \Toolset_Post_Type_List::CONTENT_TEMPLATE:
msgid "WordPress Archive"
msgstr ""
# case \Toolset_Post_Type_List::CONTENT_TEMPLATE:
# return __( 'Content Template', 'wpcf' );
# case \Toolset_Post_Type_List::CRED_POST_FORM:
msgid "Content Template"
msgstr ""
# case \Toolset_Post_Type_List::CRED_RELATIONSHIP_FORM:
# return __( 'Toolset Form', 'wpcf' );
# default:
msgid "Toolset Form"
msgstr ""
# default:
# return __( 'Post content', 'wpcf' );
# }
msgid "Post content"
msgstr ""
# $results = array_map( function( Result $result ) {
# $result->set_domain( __( 'Theme files', 'wpcf' ) );
# return $result;
msgid "Theme files"
msgstr ""
# if ( empty( $settings ) ) {
# return new \Toolset_Result( true, __( 'Toolset settings are empty, skipping.', 'wpcf' ) );
# }
msgid "Toolset settings are empty, skipping."
msgstr ""
# if ( ! is_string( $settings ) || ! is_serialized( $settings ) || ! is_array( unserialize( $settings ) ) ) {
# return new \Toolset_Result( false, __( 'Toolset settings are not properly formatted and cannot be imported.', 'wpcf' ) );
# }
msgid "Toolset settings are not properly formatted and cannot be imported."
msgstr ""
# 'content' => sprintf(
# __( 'User field "%s" deleted', 'wpcf' ),
# $existing_field_definition['name']
msgid "User field \"%s\" deleted"
msgstr ""
# 'is_success' => true,
# 'display_message' => sprintf( __( 'Term field "%s" added/updated', 'wpcf' ), $definition['name'] )
# );
msgid "Term field \"%s\" added/updated"
msgstr ""
# 'type' => 'error',
# 'content' => sprintf( __( 'Term field group "%s" delete failed', 'wpcf' ),
# $deleted_group_name )
msgid "Term field group \"%s\" delete failed"
msgstr ""
# 'type' => 'success',
# 'content' => sprintf( __( 'Term field group "%s" deleted', 'wpcf' ), $deleted_group_name )
# );
msgid "Term field group \"%s\" deleted"
msgstr ""
# if ( $update_existing ) {
# $display_message = sprintf( __( 'Term field group "%s" updated', 'wpcf' ), $group['post_title'] );
# } else {
msgid "Term field group \"%s\" updated"
msgstr ""
# } else {
# $display_message = sprintf( __( 'Term field group "%s" added', 'wpcf' ), $group['post_title'] );
# }
msgid "Term field group \"%s\" added"
msgstr ""
# if ( $update_existing ) {
# $display_message = sprintf( __( 'Term field group "%s" update failed', 'wpcf' ), $group['post_title'] );
# } else {
msgid "Term field group \"%s\" update failed"
msgstr ""
# } else {
# $display_message = sprintf( __( 'Term field group "%s" insert failed', 'wpcf' ), $group['post_title'] );
# }
msgid "Term field group \"%s\" insert failed"
msgstr ""
# 'id' => 'Types',
# 'title' => __( 'Types fields', 'wpcf' ),
# 'href' => '#types_shortcodes',
msgid "Types fields"
msgstr ""
# 'action' => array(
# 'insert' => __( 'Insert shortcode', 'wpcf' ),
# 'create' => __( 'Create shortcode', 'wpcf' ),
msgid "Insert shortcode"
msgstr ""
# 'insert' => __( 'Insert shortcode', 'wpcf' ),
# 'create' => __( 'Create shortcode', 'wpcf' ),
# 'update' => __( 'Update shortcode', 'wpcf' ),
msgid "Create shortcode"
msgstr ""
# 'create' => __( 'Create shortcode', 'wpcf' ),
# 'update' => __( 'Update shortcode', 'wpcf' ),
# 'close' => __( 'Close', 'wpcf' ),
msgid "Update shortcode"
msgstr ""
# 'cancel' => __( 'Cancel', 'wpcf' ),
# 'back' => __( 'Back', 'wpcf' ),
# 'previous' => __( 'Previous step', 'wpcf' ),
msgid "Back"
msgstr ""
# 'back' => __( 'Back', 'wpcf' ),
# 'previous' => __( 'Previous step', 'wpcf' ),
# 'next' => __( 'Next step', 'wpcf' ),
msgid "Previous step"
msgstr ""
# 'previous' => __( 'Previous step', 'wpcf' ),
# 'next' => __( 'Next step', 'wpcf' ),
# 'save' => __( 'Save settings', 'wpcf' ),
msgid "Next step"
msgstr ""
# 'next' => __( 'Next step', 'wpcf' ),
# 'save' => __( 'Save settings', 'wpcf' ),
# 'loading' => __( 'Loading...', 'wpcf' ),
msgid "Save settings"
msgstr ""
# 'save' => __( 'Save settings', 'wpcf' ),
# 'loading' => __( 'Loading...', 'wpcf' ),
# 'wizard' => __( 'Show me how', 'wpcf' ),
msgid "Loading..."
msgstr ""
# 'loading' => __( 'Loading...', 'wpcf' ),
# 'wizard' => __( 'Show me how', 'wpcf' ),
# 'got_it' => __( 'Got it!', 'wpcf' ),
msgid "Show me how"
msgstr ""
# 'wizard' => __( 'Show me how', 'wpcf' ),
# 'got_it' => __( 'Got it!', 'wpcf' ),
# 'install' => array(
msgid "Got it!"
msgstr ""
# 'toolsetViews' => array(
# 'label' => __( 'Install Toolset Views', 'wpcf' ),
# 'url' => admin_url( 'plugin-install.php?tab=commercial' ),
msgid "Install Toolset Views"
msgstr ""
# 'title' => array(
# 'dialog' => __( 'Toolset - Types fields', 'wpcf' ),
# 'generated' => __( 'Toolset - generated shortcode', 'wpcf' ),
msgid "Toolset - Types fields"
msgstr ""
# 'dialog' => __( 'Toolset - Types fields', 'wpcf' ),
# 'generated' => __( 'Toolset - generated shortcode', 'wpcf' ),
# 'button' => __( 'Types', 'wpcf' ),
msgid "Toolset - generated shortcode"
msgstr ""
# 'generated' => __( 'Toolset - generated shortcode', 'wpcf' ),
# 'button' => __( 'Types', 'wpcf' ),
# ),
msgid "Types"
msgstr ""
# 'validation' => array(
# 'mandatory' => __( 'This option is mandatory ', 'wpcf' ),
# 'number' => __( 'Please enter a valid number', 'wpcf' ),
msgid "This option is mandatory "
msgstr ""
# 'mandatory' => __( 'This option is mandatory ', 'wpcf' ),
# 'number' => __( 'Please enter a valid number', 'wpcf' ),
# 'numberlist' => __( 'Please enter a valid comma separated number list', 'wpcf' ),
msgid "Please enter a valid number"
msgstr ""
# 'number' => __( 'Please enter a valid number', 'wpcf' ),
# 'numberlist' => __( 'Please enter a valid comma separated number list', 'wpcf' ),
# 'url' => __( 'Please enter a valid URL', 'wpcf' ),
msgid "Please enter a valid comma separated number list"
msgstr ""
# 'numberlist' => __( 'Please enter a valid comma separated number list', 'wpcf' ),
# 'url' => __( 'Please enter a valid URL', 'wpcf' ),
#
msgid "Please enter a valid URL"
msgstr ""
# $attributes['index'] = array(
# 'label' => __( 'Field index to display', 'wpcf' ),
# 'type' => 'text',
msgid "Field index to display"
msgstr ""
# 'defaultValue' => '',
# 'description' => __( 'Zero-based index number of the field to be output.', 'wpcf' ),
# );
msgid "Zero-based index number of the field to be output."
msgstr ""
# $attributes['separator'] = array(
# 'label' => __( 'Separator between multiple values', 'wpcf' ),
# 'type' => 'text',
msgid "Separator between multiple values"
msgstr ""
# 'typesUserSelector' => array(
# 'header' => __( 'User selection', 'wpcf' ),
# 'fields' => array(
msgid "User selection"
msgstr ""
# 'item' => array(
# 'label' => __( 'Display the field for this user', 'wpcf' ),
# 'type' => 'typesUserSelector',
msgid "Display the field for this user"
msgstr ""
# 'typesViewsTermSelector' => array(
# 'header' => __( 'Term selection', 'wpcf' ),
# 'fields' => array(
msgid "Term selection"
msgstr ""
# 'term_id' => array(
# 'label' => __( 'Display the field for this term', 'wpcf' ),
# 'type' => 'typesViewsTermSelector',
msgid "Display the field for this term"
msgstr ""
# 'displayOptions' => array(
# 'header' => __( 'Display options', 'wpcf' ),
# 'fields' => array()
msgid "Display options"
msgstr ""
# 'output' => array(
# 'label' => __( 'Output mode', 'wpcf' ),
# 'type' => 'radio',
msgid "Output mode"
msgstr ""
# 'options' => array(
# 'normal' => __( 'Audio player', 'wpcf' ),
# 'raw' => __( 'Raw audio file URL', 'wpcf' )
msgid "Audio player"
msgstr ""
# 'normal' => __( 'Audio player', 'wpcf' ),
# 'raw' => __( 'Raw audio file URL', 'wpcf' )
# ),
msgid "Raw audio file URL"
msgstr ""
# 'preload' => array(
# 'label' => __( 'Preload', 'wpcf' ),
# 'type' => 'radio',
msgid "Preload"
msgstr ""
# 'options' => array(
# 'on' => __( 'Begin the media download as soon as the page is loaded', 'wpcf' ),
# 'off' => __( 'Hold the media download until the visitor plays it', 'wpcf' )
msgid "Begin the media download as soon as the page is loaded"
msgstr ""
# 'on' => __( 'Begin the media download as soon as the page is loaded', 'wpcf' ),
# 'off' => __( 'Hold the media download until the visitor plays it', 'wpcf' )
# ),
msgid "Hold the media download until the visitor plays it"
msgstr ""
# 'loop' => array(
# 'label' => __( 'Loop', 'wpcf' ),
# 'type' => 'radio',
msgid "Loop"
msgstr ""
# 'options' => array(
# 'on' => __( 'Replay the audio field once it reaches the end', 'wpcf' ),
# 'off' => __( 'Stop the audio play when it reaches the end', 'wpcf' )
msgid "Replay the audio field once it reaches the end"
msgstr ""
# 'on' => __( 'Replay the audio field once it reaches the end', 'wpcf' ),
# 'off' => __( 'Stop the audio play when it reaches the end', 'wpcf' )
# ),
msgid "Stop the audio play when it reaches the end"
msgstr ""
# 'autoplay' => array(
# 'label' => __( 'Autoplay', 'wpcf' ),
# 'type' => 'radio',
msgid "Autoplay"
msgstr ""
# 'options' => array(
# 'on' => __( 'Begin the media play as soon as the page is loaded', 'wpcf' ),
# 'off' => __( 'Hold the media play until the visitor starts it', 'wpcf' )
msgid "Begin the media play as soon as the page is loaded"
msgstr ""
# 'on' => __( 'Begin the media play as soon as the page is loaded', 'wpcf' ),
# 'off' => __( 'Hold the media play until the visitor starts it', 'wpcf' )
# ),
msgid "Hold the media play until the visitor starts it"
msgstr ""
# 'options' => array(
# 'normal' => __( 'Normal', 'wpcf' ),
# 'raw' => __( 'Raw value', 'wpcf' ),
msgid "Normal"
msgstr ""
# 'normal' => __( 'Normal', 'wpcf' ),
# 'raw' => __( 'Raw value', 'wpcf' ),
# 'custom' => __( 'Custom values for selected and not selected states', 'wpcf' )
msgid "Raw value"
msgstr ""
# 'raw' => __( 'Raw value', 'wpcf' ),
# 'custom' => __( 'Custom values for selected and not selected states', 'wpcf' )
# ),
msgid "Custom values for selected and not selected states"
msgstr ""
# 'outputCustomCombo' => array(
# 'label' => __( 'Custom values', 'wpcf' ),
# 'type' => 'group',
msgid "Custom values"
msgstr ""
# 'selectedValue' => array(
# 'pseudolabel' => __( 'When selected', 'wpcf' ),
# 'type' => 'text'
msgid "When selected"
msgstr ""
# 'unselectedValue' => array(
# 'pseudolabel' => __( 'When not selected', 'wpcf' ),
# 'type' => 'text'
msgid "When not selected"
msgstr ""
# 'options' => array(
# 'true' => __( 'Show the field name before its value', 'wpcf' ),
# 'false' => __( 'Do not show the field name before its value', 'wpcf' )
msgid "Show the field name before its value"
msgstr ""
# 'true' => __( 'Show the field name before its value', 'wpcf' ),
# 'false' => __( 'Do not show the field name before its value', 'wpcf' )
# ),
msgid "Do not show the field name before its value"
msgstr ""
# 'normal' => __( 'Normal', 'wpcf' ),
# 'raw' => __( 'Raw values', 'wpcf' ),
# 'custom' => __( 'Custom values for selected and not selected states', 'wpcf' )
msgid "Raw values"
msgstr ""
# 'selectedValue' => array(
# 'pseudolabel' => __( '%%OPTION%% selected', 'wpcf' ),
# 'type' => 'text'
msgid "%%OPTION%% selected"
msgstr ""
# 'unselectedValue' => array(
# 'pseudolabel' => __( '%%OPTION%% not selected', 'wpcf' ),
# 'type' => 'text'
msgid "%%OPTION%% not selected"
msgstr ""
# // Date is OK
# $info_about_escaping = __( 'Use % to escape characters, because Wordpress removes backslashes from shortcode attributes.', 'wpcf' );
#
msgid "Use % to escape characters, because Wordpress removes backslashes from shortcode attributes."
msgstr ""
# 'options' => array(
# 'normal' => __( 'Formatted date', 'wpcf' ),
# 'raw' => __( 'Raw timestamp', 'wpcf' )
msgid "Formatted date"
msgstr ""
# 'normal' => __( 'Formatted date', 'wpcf' ),
# 'raw' => __( 'Raw timestamp', 'wpcf' )
# ),
msgid "Raw timestamp"
msgstr ""
# 'style' => array(
# 'label' => __( 'Output style', 'wpcf' ),
# 'type' => 'radio',
msgid "Output style"
msgstr ""
# 'options' => array(
# 'calendar' => __( 'Calendar', 'wpcf' ),
# 'text' => __( 'Plain text', 'wpcf' )
msgid "Calendar"
msgstr ""
# 'calendar' => __( 'Calendar', 'wpcf' ),
# 'text' => __( 'Plain text', 'wpcf' )
# ),
msgid "Plain text"
msgstr ""
# 'format' => array(
# 'label' => __( 'Format', 'wpcf' ),
# 'type' => 'radio',
msgid "Format"
msgstr ""
# 'd/m/y' => 'd/m/y - ' . date_i18n( 'd/m/y' ),
# 'toolsetCombo' => __( 'Custom', 'wpcf' )
# ),
msgid "Custom"
msgstr ""
# 'options' => array(
# 'normal' => __( 'Email link', 'wpcf' ),
# 'raw' => __( 'Raw email address', 'wpcf' )
msgid "Email link"
msgstr ""
# 'normal' => __( 'Email link', 'wpcf' ),
# 'raw' => __( 'Raw email address', 'wpcf' )
# ),
msgid "Raw email address"
msgstr ""
# 'title' => array(
# 'label' => __( 'Email link label', 'wpcf' ),
# 'type' => 'text',
msgid "Email link label"
msgstr ""
# 'defaultValue' => '',
# 'description' => __( 'If empty, the same email address value will be used instead', 'wpcf' )
# ),
msgid "If empty, the same email address value will be used instead"
msgstr ""
# 'class' => array(
# 'label' => __( 'Email link extra classes', 'wpcf' ),
# 'type' => 'text'
msgid "Email link extra classes"
msgstr ""
# 'style' => array(
# 'label' => __( 'Email link inline style', 'wpcf' ),
# 'type' => 'text'
msgid "Email link inline style"
msgstr ""
# ),
# 'description' => __( 'Include specific classnames in the email link, or add your own inline styles.', 'wpcf' )
# )
msgid "Include specific classnames in the email link, or add your own inline styles."
msgstr ""
# 'options' => array(
# 'normal' => __( 'Embed player', 'wpcf' ),
# 'raw' => __( 'Raw field content', 'wpcf' )
msgid "Embed player"
msgstr ""
# 'normal' => __( 'Embed player', 'wpcf' ),
# 'raw' => __( 'Raw field content', 'wpcf' )
# ),
msgid "Raw field content"
msgstr ""
# 'sizeCombo' => array(
# 'label' => __( 'Size', 'wpcf' ),
# 'type' => 'group',
msgid "Size"
msgstr ""
# 'width' => array(
# 'pseudolabel' => __( 'Width', 'wpcf' ),
# 'type' => 'text'
msgid "Width"
msgstr ""
# 'height' => array(
# 'pseudolabel' => __( 'Height', 'wpcf' ),
# 'type' => 'text'
msgid "Height"
msgstr ""
# ),
# 'description' => __( 'Images will be resized before being sent to the client. width and height will be ignored if size is set. For Embedded media the width and height are maximum values and may be ignored if $content_width is set for the theme.', 'wpcf' )
# )
msgid "Images will be resized before being sent to the client. width and height will be ignored if size is set. For Embedded media the width and height are maximum values and may be ignored if $content_width is set for the theme."
msgstr ""
# 'options' => array(
# 'normal' => __( 'File link', 'wpcf' ),
# 'raw' => __( 'Raw file URL', 'wpcf' )
msgid "File link"
msgstr ""
# 'normal' => __( 'File link', 'wpcf' ),
# 'raw' => __( 'Raw file URL', 'wpcf' )
# ),
msgid "Raw file URL"
msgstr ""
# 'title' => array(
# 'label' => __( 'File link title', 'wpcf' ),
# 'type' => 'text'
msgid "File link title"
msgstr ""
# 'class' => array(
# 'label' => __( 'File link extra classes', 'wpcf' ),
# 'type' => 'text'
msgid "File link extra classes"
msgstr ""
# 'style' => array(
# 'label' => __( 'File link inline style', 'wpcf' ),
# 'type' => 'text'
msgid "File link inline style"
msgstr ""
# ),
# 'description' => __( 'Include specific classnames in the file link, or add your own inline styles.', 'wpcf' )
# )
msgid "Include specific classnames in the file link, or add your own inline styles."
msgstr ""
# $image_size_attributes = array(
# 'full' => __( 'Original image', 'wpcf' ),
# 'thumbnail' => sprintf( __( 'Thumbnail - %s', 'wpcf' ),
msgid "Original image"
msgstr ""
# 'full' => __( 'Original image', 'wpcf' ),
# 'thumbnail' => sprintf( __( 'Thumbnail - %s', 'wpcf' ),
# get_option( 'thumbnail_size_w' ) . 'x' . get_option( 'thumbnail_size_h' ) ),
msgid "Thumbnail - %s"
msgstr ""
# get_option( 'thumbnail_size_w' ) . 'x' . get_option( 'thumbnail_size_h' ) ),
# 'medium' => sprintf( __( 'Medium - %s', 'wpcf' ),
# get_option( 'medium_size_w' ) . 'x' . get_option( 'medium_size_h' ) ),
msgid "Medium - %s"
msgstr ""
# get_option( 'medium_size_w' ) . 'x' . get_option( 'medium_size_h' ) ),
# 'large' => sprintf( __( 'Large - %s', 'wpcf' ),
# get_option( 'large_size_w' ) . 'x' . get_option( 'large_size_h' ) ),
msgid "Large - %s"
msgstr ""
# }
# $image_size_attributes['custom'] = __( 'Custom size...', 'wpcf' );
# $attributes['image'] = array(
msgid "Custom size..."
msgstr ""
# 'options' => array(
# 'normal' => __( 'Image tag', 'wpcf' ),
# 'raw' => __( 'Raw field value', 'wpcf' ),
msgid "Image tag"
msgstr ""
# 'normal' => __( 'Image tag', 'wpcf' ),
# 'raw' => __( 'Raw field value', 'wpcf' ),
# 'url' => __( 'URL of a resized version of the image', 'wpcf' )
msgid "Raw field value"
msgstr ""
# 'raw' => __( 'Raw field value', 'wpcf' ),
# 'url' => __( 'URL of a resized version of the image', 'wpcf' )
# ),
msgid "URL of a resized version of the image"
msgstr ""
# 'titleAltCombo' => array(
# 'label' => __( 'Title and alternative text', 'wpcf' ),
# 'type' => 'group',
msgid "Title and alternative text"
msgstr ""
# 'title' => array(
# 'pseudolabel' => __( 'Title', 'wpcf' ),
# 'type' => 'text',
msgid "Title"
msgstr ""
# 'alt' => array(
# 'pseudolabel' => __( 'Alt', 'wpcf' ),
# 'type' => 'text',
msgid "Alt"
msgstr ""
# ),
# 'description' => __( 'You can use placeholders to output the values of standard image fields added in WordPress: %%TITLE%%, %%ALT%%, %%CAPTION%%, and %%DESCRIPTION%%.', 'wpcf' )
# ),
msgid "You can use placeholders to output the values of standard image fields added in WordPress: %%TITLE%%, %%ALT%%, %%CAPTION%%, and %%DESCRIPTION%%."
msgstr ""
# 'align' => array(
# 'label' => __( 'Align', 'wpcf' ),
# 'type' => 'radio',
msgid "Align"
msgstr ""
# 'options' => array(
# 'none' => __( 'None', 'wpcf' ),
# 'left' => __( 'Left', 'wpcf' ),
msgid "None"
msgstr ""
# 'none' => __( 'None', 'wpcf' ),
# 'left' => __( 'Left', 'wpcf' ),
# 'center' => __( 'Center', 'wpcf' ),
msgid "Left"
msgstr ""
# 'left' => __( 'Left', 'wpcf' ),
# 'center' => __( 'Center', 'wpcf' ),
# 'right' => __( 'Right', 'wpcf' )
msgid "Center"
msgstr ""
# 'center' => __( 'Center', 'wpcf' ),
# 'right' => __( 'Right', 'wpcf' )
# ),
msgid "Right"
msgstr ""
# 'size' => array(
# 'label' => __( 'Image size', 'wpcf' ),
# 'type' => 'radio',
msgid "Image size"
msgstr ""
# ),
# 'description' => __( 'Image will be resized before being sent to the client. For Embedded media, the width and height are maximum values and may be ignored if $content_width is set for the theme.', 'wpcf' )
# ),
msgid "Image will be resized before being sent to the client. For Embedded media, the width and height are maximum values and may be ignored if $content_width is set for the theme."
msgstr ""
# 'proportional' => array(
# 'label' => __( 'Proportional', 'wpcf' ),
# 'type' => 'radio',
msgid "Proportional"
msgstr ""
# 'options' => array(
# 'false' => __( 'Do not keep image proportional', 'wpcf' ),
# 'true' => __( 'Keep image proportional', 'wpcf' )
msgid "Do not keep image proportional"
msgstr ""
# 'false' => __( 'Do not keep image proportional', 'wpcf' ),
# 'true' => __( 'Keep image proportional', 'wpcf' )
# ),
msgid "Keep image proportional"
msgstr ""
# 'defaultValue' => 'true',
# 'description' => __( 'Image will be cropped to specified height and width.', 'wpcf' )
# ),
msgid "Image will be cropped to specified height and width."
msgstr ""
# 'resize' => array(
# 'label' => __( 'Image adjustment', 'wpcf' ),
# 'type' => 'radio',
msgid "Image adjustment"
msgstr ""
# 'options' => array(
# 'proportional' => __( 'Resize images to fit inside the new size. Width or height might be smaller than the specified dimensions', 'wpcf' ),
# 'crop' => __( 'Crop images, so that they fill the specified dimensions exactly', 'wpcf' ),
msgid "Resize images to fit inside the new size. Width or height might be smaller than the specified dimensions"
msgstr ""
# 'proportional' => __( 'Resize images to fit inside the new size. Width or height might be smaller than the specified dimensions', 'wpcf' ),
# 'crop' => __( 'Crop images, so that they fill the specified dimensions exactly', 'wpcf' ),
# 'stretch' => __( 'Stretch images', 'wpcf' ),
msgid "Crop images, so that they fill the specified dimensions exactly"
msgstr ""
# 'crop' => __( 'Crop images, so that they fill the specified dimensions exactly', 'wpcf' ),
# 'stretch' => __( 'Stretch images', 'wpcf' ),
# 'pad' => __( 'Pad images, so that they fill the specified dimensions exactly', 'wpcf' )
msgid "Stretch images"
msgstr ""
# 'stretch' => __( 'Stretch images', 'wpcf' ),
# 'pad' => __( 'Pad images, so that they fill the specified dimensions exactly', 'wpcf' )
# ),
msgid "Pad images, so that they fill the specified dimensions exactly"
msgstr ""
# 'padding_color' => array(
# 'label' => __( 'Padding color', 'wpcf' ),
# 'type' => 'radio',
msgid "Padding color"
msgstr ""
# 'options' => array(
# 'transparent' => __( 'Transparent', 'wpcf' ),
# 'toolsetCombo' => __( 'Custom', 'wpcf' )
msgid "Transparent"
msgstr ""
# 'class' => array(
# 'label' => __( 'Image tag extra classes', 'wpcf' ),
# 'type' => 'text'
msgid "Image tag extra classes"
msgstr ""
# 'style' => array(
# 'label' => __( 'Image tag inline style', 'wpcf' ),
# 'type' => 'text'
msgid "Image tag inline style"
msgstr ""
# 'options' => array(
# 'normal' => __( 'As described in the following format', 'wpcf' ),
# 'raw' => __( 'Raw value from the database', 'wpcf' )
msgid "As described in the following format"
msgstr ""
# 'normal' => __( 'As described in the following format', 'wpcf' ),
# 'raw' => __( 'Raw value from the database', 'wpcf' )
# ),
msgid "Raw value from the database"
msgstr ""
# 'defaultForceValue' => 'FIELD_VALUE',
# 'description' => __( 'Use the placeholders FIELD_NAME and FIELD_VALUE in the format to ouput the name and value', 'wpcf' )
# )
msgid "Use the placeholders FIELD_NAME and FIELD_VALUE in the format to ouput the name and value"
msgstr ""
# 'options' => array(
# 'normal' => __( 'Display value of the selected option', 'wpcf' ),
# 'raw' => __( 'Raw database value of the selected option', 'wpcf' ),
msgid "Display value of the selected option"
msgstr ""
# 'normal' => __( 'Display value of the selected option', 'wpcf' ),
# 'raw' => __( 'Raw database value of the selected option', 'wpcf' ),
# 'custom' => __( 'Custom values for selected and not selected states', 'wpcf' )
msgid "Raw database value of the selected option"
msgstr ""
# 'options' => array(
# 'normal' => __( 'Rich Skype button', 'wpcf' ),
# 'raw' => __( 'Raw Skype name', 'wpcf' )
msgid "Rich Skype button"
msgstr ""
# 'normal' => __( 'Rich Skype button', 'wpcf' ),
# 'raw' => __( 'Raw Skype name', 'wpcf' )
# ),
msgid "Raw Skype name"
msgstr ""
# 'skype_button_style' => array(
# 'label' => __( 'Button', 'wpcf' ),
# 'type' => 'group',
msgid "Button"
msgstr ""
# 'button' => array(
# 'pseudolabel' => __( 'Style', 'wpcf' ),
# 'type' => 'select',
msgid "Style"
msgstr ""
# 'options' => array(
# 'bubble' => __( 'Bubble (fixed position at the bottom right of the window)', 'wpcf'),
# 'rounded' => __( 'Rounded (in place of the shortcode)', 'wpcf'),
msgid "Bubble (fixed position at the bottom right of the window)"
msgstr ""
# 'bubble' => __( 'Bubble (fixed position at the bottom right of the window)', 'wpcf'),
# 'rounded' => __( 'Rounded (in place of the shortcode)', 'wpcf'),
# 'rectangle' => __( 'Rectangle (in place of the shortcode)', 'wpcf'),
msgid "Rounded (in place of the shortcode)"
msgstr ""
# 'rounded' => __( 'Rounded (in place of the shortcode)', 'wpcf'),
# 'rectangle' => __( 'Rectangle (in place of the shortcode)', 'wpcf'),
# )
msgid "Rectangle (in place of the shortcode)"
msgstr ""
# 'button-color' => array(
# 'pseudolabel' => __( 'Color', 'wpcf' ),
# 'type' => 'text',
msgid "Color"
msgstr ""
# 'skype_button_style_enhanced' => array(
# 'pseudolabel' => __( 'Button Style', 'wpcf' ),
# 'type' => 'group',
msgid "Button Style"
msgstr ""
# 'button-icon' => array(
# 'pseudolabel' => __( 'Icon', 'wpcf' ),
# 'type' => 'select',
msgid "Icon"
msgstr ""
# 'options' => array(
# 'enabled' => __( 'Enabled', 'wpcf'),
# 'disabled' => __( 'Disabled', 'wpcf'),
msgid "Enabled"
msgstr ""
# 'enabled' => __( 'Enabled', 'wpcf'),
# 'disabled' => __( 'Disabled', 'wpcf'),
# ),
msgid "Disabled"
msgstr ""
# 'button-label' => array(
# 'pseudolabel' => __( 'Label', 'wpcf' ),
# 'type' => 'text',
msgid "Label"
msgstr ""
# 'skype_chat_style' => array(
# 'label' => __( 'Chat Color', 'wpcf' ),
# 'type' => 'group',
msgid "Chat Color"
msgstr ""
# 'skype_preview' => array(
# 'label' => __( 'Preview', 'wpcf' ),
# 'type' => 'skype',
msgid "Preview"
msgstr ""
# 'button' => __( 'Button', 'wpcf' ),
# 'chat' => __( 'Chat', 'wpcf' ),
# 'preview_title' => __( 'Preview', 'wpcf' ),
msgid "Chat"
msgstr ""
# 'preview_title' => __( 'Preview', 'wpcf' ),
# 'cdn_not_reachable' => __( 'The required files for the preview could not be loaded from the Skype servers. Continue without preview or try again later.', 'wpcf' )
# )
msgid "The required files for the preview could not be loaded from the Skype servers. Continue without preview or try again later."
msgstr ""
# 'options' => array(
# 'user' => __( 'User (Skype User ID)', 'wpcf'),
# 'bot' => __( 'Bot (Microsoft App ID)', 'wpcf'),
msgid "User (Skype User ID)"
msgstr ""
# 'user' => __( 'User (Skype User ID)', 'wpcf'),
# 'bot' => __( 'Bot (Microsoft App ID)', 'wpcf'),
# ),
msgid "Bot (Microsoft App ID)"
msgstr ""
# 'defaultValue' => 'user',
# 'description' => sprintf( __( 'To learn more about Skype Bots see %s', 'wpcf' ),
# '<a href="https://dev.skype.com/bots" target="_blank">https://dev.skype.com/bots</a>' )
msgid "To learn more about Skype Bots see %s"
msgstr ""
# 'class' => array(
# 'label' => __( 'Skype button extra classes', 'wpcf' ),
# 'type' => 'text',
msgid "Skype button extra classes"
msgstr ""
# 'type' => 'text',
# 'description' => __( 'Include specific classnames in the Skype button.', 'wpcf' )
# )
msgid "Include specific classnames in the Skype button."
msgstr ""
# 'normal' => __( 'Normal', 'wpcf' ),
# 'raw' => __( 'Raw', 'wpcf' )
# ),
msgid "Raw"
msgstr ""
# 'options' => array(
# 'normal' => __( 'URL link', 'wpcf' ),
# 'raw' => __( 'Raw URL', 'wpcf' )
msgid "URL link"
msgstr ""
# 'normal' => __( 'URL link', 'wpcf' ),
# 'raw' => __( 'Raw URL', 'wpcf' )
# ),
msgid "Raw URL"
msgstr ""
# 'title' => array(
# 'label' => __( 'URL link label', 'wpcf' ),
# 'type' => 'text',
msgid "URL link label"
msgstr ""
# 'defaultValue' => '',
# 'description' => __( 'If empty, the same URL value will be used instead', 'wpcf' )
# ),
msgid "If empty, the same URL value will be used instead"
msgstr ""
# 'class' => array(
# 'label' => __( 'URL link extra classes', 'wpcf' ),
# 'type' => 'text'
msgid "URL link extra classes"
msgstr ""
# 'style' => array(
# 'label' => __( 'URL link inline style', 'wpcf' ),
# 'type' => 'text'
msgid "URL link inline style"
msgstr ""
# ),
# 'description' => __( 'Include specific classnames in the URL link, or add your own inline styles.', 'wpcf' )
# ),
msgid "Include specific classnames in the URL link, or add your own inline styles."
msgstr ""
# 'target' => array(
# 'label' => __( 'Open link in:', 'wpcf' ),
# 'type' => 'radio',
msgid "Open link in:"
msgstr ""
# 'options' => array(
# '_blank' => __( 'New window or tab', 'wpcf' ),
# '_self' => __( 'Same frame as clicked', 'wpcf' ),
msgid "New window or tab"
msgstr ""
# '_blank' => __( 'New window or tab', 'wpcf' ),
# '_self' => __( 'Same frame as clicked', 'wpcf' ),
# '_parent' => __( 'Parent frame', 'wpcf' ),
msgid "Same frame as clicked"
msgstr ""
# '_self' => __( 'Same frame as clicked', 'wpcf' ),
# '_parent' => __( 'Parent frame', 'wpcf' ),
# '_top' => __( 'Full body of the window', 'wpcf' ),
msgid "Parent frame"
msgstr ""
# '_parent' => __( 'Parent frame', 'wpcf' ),
# '_top' => __( 'Full body of the window', 'wpcf' ),
# 'toolsetCombo' => __( 'Named frame', 'wpcf' )
msgid "Full body of the window"
msgstr ""
# '_top' => __( 'Full body of the window', 'wpcf' ),
# 'toolsetCombo' => __( 'Named frame', 'wpcf' )
# ),
msgid "Named frame"
msgstr ""
# 'toolsetCombo:target' => array(
# 'label' => __( 'Name of the frame', 'wpcf' ),
# 'type' => 'text',
msgid "Name of the frame"
msgstr ""
# ),
# 'description' => __( 'Image will be resized before being sent to the client. width and height will be ignored if size is set. For Embedded media the width and height are maximum values and may be ignored if $content_width is set for the theme.', 'wpcf' )
# ),
msgid "Image will be resized before being sent to the client. width and height will be ignored if size is set. For Embedded media the width and height are maximum values and may be ignored if $content_width is set for the theme."
msgstr ""
# 'poster' => array(
# 'label' => __( 'Poster cover image URL', 'wpcf' ),
# 'type' => 'text',
msgid "Poster cover image URL"
msgstr ""
# 'type' => 'text',
# 'description' => __( 'The poster image will be displayed while the video is not playing. The image height will be set to match the height of the video container', 'wpcf' )
# ),
msgid "The poster image will be displayed while the video is not playing. The image height will be set to match the height of the video container"
msgstr ""
# 'suppress_filters' => array(
# 'label' => __( 'Third party filters', 'wpcf' ),
# 'type' => 'radio',
msgid "Third party filters"
msgstr ""
# 'options' => array(
# 'true' => __( 'Do not apply third party filters to the output', 'wpcf' ),
# 'false' => __( 'Apply third party filters to the output', 'wpcf' )
msgid "Do not apply third party filters to the output"
msgstr ""
# 'true' => __( 'Do not apply third party filters to the output', 'wpcf' ),
# 'false' => __( 'Apply third party filters to the output', 'wpcf' )
# ),
msgid "Apply third party filters to the output"
msgstr ""
# data-prefill-nonce="<?php echo wp_create_nonce( Toolset_Ajax::CALLBACK_GET_USER_BY_ID ); ?>"
# data-placeholder="<?php echo esc_attr( __( 'Search for a user', 'wpcf' ) ); ?>">
# </select>
msgid "Search for a user"
msgstr ""
# data-prefill-nonce="<?php echo wp_create_nonce( Toolset_Ajax::CALLBACK_GET_TERM_BY_ID ); ?>"
# data-placeholder="<?php echo esc_attr( __( 'Search for a term', 'wpcf' ) ); ?>">
# </select>
msgid "Search for a term"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-user-id-author" name="toolset_shortcode_gui_object_id" value="author" checked="checked" />
# <?php _e( 'Author of the current post', 'wpcf' ); ?>
# </label>
msgid "Author of the current post"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-user-id-current" name="toolset_shortcode_gui_object_id" value="current" />
# <?php _e( 'The current logged in user', 'wpcf' ); ?>
# </label>
msgid "The current logged in user"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-user-id" name="toolset_shortcode_gui_object_id" value="object_id" />
# <?php _e( 'A specific user', 'wpcf' ); ?>
# </label>
msgid "A specific user"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-user-id-viewloop" name="toolset_shortcode_gui_object_id" value="viewloop" checked="checked" />
# <?php _e( 'The current user in the loop', 'wpcf' ); ?>
# </label>
msgid "The current user in the loop"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-term-id-viewloop" name="toolset_shortcode_gui_object_id" value="viewloop" checked="checked" />
# <?php _e( 'The current term in the loop', 'wpcf' ); ?>
# </label>
msgid "The current term in the loop"
msgstr ""
# <input type="radio" class="js-toolset-shortcode-gui-item-selector" id="toolset-shortcode-gui-item-selector-term-id" name="toolset_shortcode_gui_object_id" value="object_id" />
# <?php _e( 'A specific term', 'wpcf' ); ?>
# </label>
msgid "A specific term"
msgstr ""
# 'slug' => self::PAGE_NAME_CUSTOM_FIELDS,
# 'menu_title' => __( 'Custom Fields', 'wpcf' ),
# 'page_title' => __( 'Custom Fields Group', 'wpcf' ),
msgid "Custom Fields"
msgstr ""
# 'menu_title' => __( 'Custom Fields', 'wpcf' ),
# 'page_title' => __( 'Custom Fields Group', 'wpcf' ),
# 'load_hook' => $this->get_callback( 'custom_fields', 'load' ),
msgid "Custom Fields Group"
msgstr ""
# 'id' => 'type',
# 'title' => __( 'Post Type', 'wpcf' ),
# ),
msgid "Post Type"
msgstr ""
# 'id' => 'fields',
# 'title' => __( 'Custom fields', 'wpcf' ),
# 'description' => array(
msgid "Custom fields"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'A list of all Custom Post Fields and their attachment to the Post Types.', 'wpcf' )
# ),
msgid "A list of all Custom Post Fields and their attachment to the Post Types."
msgstr ""
# 'external' => true,
# 'label' => __( 'Learn more', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'learn-how-fields', 'tooltip', false, 'gui' )
msgid "Learn more"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'A list of all Taxonomies and their attachment to the Post Types.', 'wpcf' )
# ),
msgid "A list of all Taxonomies and their attachment to the Post Types."
msgstr ""
# 'id' => 'template',
# 'title' => __( 'Template', 'wpcf' ),
# 'description' => array(
msgid "Template"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'A template displays single-item pages with your design and fields.', 'wpcf' )
# ),
msgid "A template displays single-item pages with your design and fields."
msgstr ""
# 'id' => 'archive',
# 'title' => __( 'Archive', 'wpcf' ),
# 'description' => array(
msgid "Archive"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'An archive is the standard list that WordPress produces for content.', 'wpcf' )
# ),
msgid "An archive is the standard list that WordPress produces for content."
msgstr ""
# 'id' => 'views',
# 'title' => __( 'Views', 'wpcf' ),
# 'description' => array(
msgid "Views"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Views are custom lists of content, which you can display anywhere in the site.', 'wpcf' )
# ),
msgid "Views are custom lists of content, which you can display anywhere in the site."
msgstr ""
# 'id' => 'forms',
# 'title' => __( 'Forms', 'wpcf' ),
# 'description' => array(
msgid "Forms"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Forms allow to create and edit content from the site’s front-end.', 'wpcf' )
# ),
msgid "Forms allow to create and edit content from the site’s front-end."
msgstr ""
# if( defined( 'WPB_VC_VERSION' ) ) {
# $question_marks['template']['description'][1]['label'] = __( 'Creating templates with Visual Composer', 'wpcf' );
# }
msgid "Creating templates with Visual Composer"
msgstr ""
# else if( class_exists( 'FLBuilderLoader' ) ) {
# $question_marks['template']['description'][1]['label'] = __( 'Creating templates with Beaver Builder', 'wpcf' );
# }
msgid "Creating templates with Beaver Builder"
msgstr ""
# else if( defined( 'WPDDL_DEVELOPMENT' ) || defined( 'WPDDL_PRODUCTION' ) ) {
# $question_marks['template']['description'][1]['label'] = __( 'Creating templates with Layouts', 'wpcf' );
# }
msgid "Creating templates with Layouts"
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Create Form', 'wpcf' ),
# 'dialog' => array(
msgid "Create Form"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To create forms, you need to activate Toolset Forms plugin.', 'wpcf' )
# ),
msgid "To create forms, you need to activate Toolset Forms plugin."
msgstr ""
# 'external' => true,
# 'label' => __('Download Toolset Forms from your Toolset account', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'toolset-account-downloads', 'popup', false, 'gui' ),
msgid "Download Toolset Forms from your Toolset account"
msgstr ""
# 'target' => '%POST-CREATE-FORM%',
# 'label' => __( 'Create form', 'wpcf' )
# )
msgid "Create form"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __(
# 'You can create forms for front-end submission and editing of %POST-LABEL-PLURAL%.', 'wpcf'
msgid "You can create forms for front-end submission and editing of %POST-LABEL-PLURAL%."
msgstr ""
# 'target' => Types_Helper_Url::get_url( 'adding-forms-to-layouts', 'table', false, 'gui' ),
# 'label' => __( 'Learn how', 'wpcf' )
# ),
msgid "Learn how"
msgstr ""
# 'target' => Types_Helper_Url::get_url( 'adding-forms-to-layouts', 'table', false, 'gui' ),
# 'label' => __( 'How to add forms to layouts', 'wpcf' )
# ),
msgid "How to add forms to layouts"
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Create View', 'wpcf' ),
# 'dialog' => array(
msgid "Create View"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To design views, you need to activate Toolset Views plugin.', 'wpcf' )
# ),
msgid "To design views, you need to activate Toolset Views plugin."
msgstr ""
# 'external' => true,
# 'label' => __('Download Toolset Views from your Toolset account', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'toolset-account-downloads', 'popup', false, 'gui' ),
msgid "Download Toolset Views from your Toolset account"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __(
# 'Edit any layout and add a View cell to it, to display lists of %POST-LABEL-PLURAL%.', 'wpcf'
msgid "Edit any layout and add a View cell to it, to display lists of %POST-LABEL-PLURAL%."
msgstr ""
# 'target' => Types_Helper_Url::get_url( 'adding-views-to-layouts', 'table', false, 'gui' ),
# 'label' => __( 'How to add Views to layouts', 'wpcf' )
# ),
msgid "How to add Views to layouts"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'There is no template layout for %POST-LABEL-SINGULAR% items.', 'wpcf' )
# ),
msgid "There is no template layout for %POST-LABEL-SINGULAR% items."
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Create template', 'wpcf' ),
# 'target' => '%POST-CREATE-LAYOUT-TEMPLATE%',
msgid "Create template"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( '%POST-TEMPLATE-FILE%', 'wpcf' )
# ),
msgid "%POST-TEMPLATE-FILE%"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme’s template file %POST-TEMPLATE-FILE% for displaying %POST-LABEL-SINGULAR% items is missing custom fields.', 'wpcf' )
# ),
msgid "Your theme’s template file %POST-TEMPLATE-FILE% for displaying %POST-LABEL-SINGULAR% items is missing custom fields."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme doesn’t have a template to display %POST-LABEL-PLURAL%.', 'wpcf' )
# ),
msgid "Your theme doesn’t have a template to display %POST-LABEL-PLURAL%."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Toolset plugins let you design templates for single items (%POST-LABEL-SINGULAR% pages) without
# writing PHP. Your templates will include all the fields that you need and your design.', 'wpcf' )
msgid "Toolset plugins let you design templates for single items (%POST-LABEL-SINGULAR% pages) without\n writing PHP. Your templates will include all the fields that you need and your design."
msgstr ""
# 'external' => true,
# 'label' => __( 'Learn about creating templates with Toolset', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'creating-templates-with-toolset', 'popup', false, 'gui' ),
msgid "Learn about creating templates with Toolset"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme’s template file for displaying %POST-LABEL-SINGULAR% items is missing custom fields.', 'wpcf' )
# ),
msgid "Your theme’s template file for displaying %POST-LABEL-SINGULAR% items is missing custom fields."
msgstr ""
# 'class' => 'button-primary types-button',
# 'label' => __( 'Resolve', 'wpcf' ),
# 'dialog' => array(
msgid "Resolve"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To design templates, you need to activate Toolset Views plugin.', 'wpcf' )
# ),
msgid "To design templates, you need to activate Toolset Views plugin."
msgstr ""
# 'target' => '%POST-CREATE-CONTENT-TEMPLATE%',
# 'label' => __( 'Create Content Template', 'wpcf' )
# ),
msgid "Create Content Template"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'There is no Content Template for %POST-LABEL-SINGULAR% items.', 'wpcf' )
# ),
msgid "There is no Content Template for %POST-LABEL-SINGULAR% items."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The archive is disabled for this post type.', 'wpcf' )
# ),
msgid "The archive is disabled for this post type."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To enable, go to <a href="%POST-TYPE-EDIT-HAS-ARCHIVE%">Options</a> and mark "has_archive".', 'wpcf' )
# ),
msgid "To enable, go to <a href=\"%POST-TYPE-EDIT-HAS-ARCHIVE%\">Options</a> and mark \"has_archive\"."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'There is no layout for the %POST-LABEL-PLURAL% archive.', 'wpcf' )
# ),
msgid "There is no layout for the %POST-LABEL-PLURAL% archive."
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Create archive', 'wpcf' ),
# 'target' => '%POST-CREATE-LAYOUT-ARCHIVE%',
msgid "Create archive"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( '%POST-ARCHIVE-FILE%', 'wpcf' )
# ),
msgid "%POST-ARCHIVE-FILE%"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The %POST-LABEL-PLURAL% archive of your theme %POST-ARCHIVE-FILE% is missing custom fields.', 'wpcf' )
# ),
msgid "The %POST-LABEL-PLURAL% archive of your theme %POST-ARCHIVE-FILE% is missing custom fields."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme is missing the standard WordPress archive for %POST-LABEL-PLURAL%.', 'wpcf' )
# ),
msgid "Your theme is missing the standard WordPress archive for %POST-LABEL-PLURAL%."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Toolset plugins let you design archive pages without writing PHP. Your archives will include all
# the fields that you need and your design.', 'wpcf' )
msgid "Toolset plugins let you design archive pages without writing PHP. Your archives will include all\n the fields that you need and your design."
msgstr ""
# 'external' => true,
# 'label' => __( 'Learn about creating archives with Toolset', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'creating-archives-with-toolset', 'popup', false, 'gui' ),
msgid "Learn about creating archives with Toolset"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The %POST-LABEL-PLURAL% archive of your theme is missing custom fields.', 'wpcf' )
# ),
msgid "The %POST-LABEL-PLURAL% archive of your theme is missing custom fields."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To design archives, you need to activate Toolset Views plugin.', 'wpcf' )
# ),
msgid "To design archives, you need to activate Toolset Views plugin."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'There is no WordPress Archive for %POST-LABEL-PLURAL%.', 'wpcf' )
# ),
msgid "There is no WordPress Archive for %POST-LABEL-PLURAL%."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To create a form for front-end content submission and editing, you need to have CRED plugin installed.
# CRED is part of the complete Toolset package for adding and displaying custom content.', 'wpcf' )
msgid "To create a form for front-end content submission and editing, you need to have CRED plugin installed.\n CRED is part of the complete Toolset package for adding and displaying custom content."
msgstr ""
# 'external' => true,
# 'label' => __( 'Learn how CRED forms work', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'how-cred-work', 'popup', false, 'gui' )
msgid "Learn how CRED forms work"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'To create a View for this content type, you need to have Views plugin installed. Views is part of the
# complete Toolset package for adding and displaying custom content.', 'wpcf' )
msgid "To create a View for this content type, you need to have Views plugin installed. Views is part of the\n complete Toolset package for adding and displaying custom content."
msgstr ""
# 'external' => true,
# 'label' => __( 'Learn how Views work', 'wpcf' ),
# 'target' => Types_Helper_Url::get_url( 'how-views-work', 'popup', false, 'gui' )
msgid "Learn how Views work"
msgstr ""
# 'external' => true,
# 'label' => __( 'Visit example %POST-LABEL-SINGULAR%', 'wpcf' ),
# 'target' => '%POST-PERMALINK%'
msgid "Visit example %POST-LABEL-SINGULAR%"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The template layout for %POST-LABEL-SINGULAR% items is "%POST-LAYOUT-TEMPLATE%".', 'wpcf' )
# ),
msgid "The template layout for %POST-LABEL-SINGULAR% items is \"%POST-LAYOUT-TEMPLATE%\"."
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Edit template', 'wpcf' ),
# 'target' => '%POST-EDIT-LAYOUT-TEMPLATE%'
msgid "Edit template"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme displays single %POST-LABEL-SINGULAR% pages using the template file: %POST-TEMPLATE-FILE%', 'wpcf' )
# ),
msgid "Your theme displays single %POST-LABEL-SINGULAR% pages using the template file: %POST-TEMPLATE-FILE%"
msgstr ""
# 'default' => __( 'Visit example %POST-LABEL-SINGULAR%', 'wpcf' ),
# 'post-edit' => __( 'Visit this %POST-LABEL-SINGULAR%', 'wpcf' ),
# ),
msgid "Visit this %POST-LABEL-SINGULAR%"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Toolset plugins let you design templates for single items (%POST-LABEL-SINGULAR% pages),
# with all the fields that you need to display.', 'wpcf' )
msgid "Toolset plugins let you design templates for single items (%POST-LABEL-SINGULAR% pages),\n with all the fields that you need to display."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The Content Template for %POST-LABEL-PLURAL% is "%POST-CONTENT-TEMPLATE-NAME%"', 'wpcf' )
# ),
msgid "The Content Template for %POST-LABEL-PLURAL% is \"%POST-CONTENT-TEMPLATE-NAME%\""
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Edit Content Template', 'wpcf' ),
# 'target' => '%POST-EDIT-CONTENT-TEMPLATE%'
msgid "Edit Content Template"
msgstr ""
# 'external' => true,
# 'label' => __( 'Visit the %POST-LABEL-PLURAL% archive', 'wpcf' ),
# 'target' => '%POST-ARCHIVE-PERMALINK%'
msgid "Visit the %POST-LABEL-PLURAL% archive"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The layout for the %POST-LABEL-PLURAL% archive is "%POST-LAYOUT-ARCHIVE%".', 'wpcf' )
# ),
msgid "The layout for the %POST-LABEL-PLURAL% archive is \"%POST-LAYOUT-ARCHIVE%\"."
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Edit layout', 'wpcf' ),
# 'target' => '%POST-EDIT-LAYOUT-ARCHIVE%',
msgid "Edit layout"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Your theme displays the %POST-LABEL-SINGULAR% archive using the file: %POST-ARCHIVE-FILE%', 'wpcf' )
# ),
msgid "Your theme displays the %POST-LABEL-SINGULAR% archive using the file: %POST-ARCHIVE-FILE%"
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'Toolset plugins let you design archives with custom fields, without writing PHP.', 'wpcf' )
# ),
msgid "Toolset plugins let you design archives with custom fields, without writing PHP."
msgstr ""
# 'type' => 'paragraph',
# 'content' => __( 'The WordPress Archive for %POST-LABEL-PLURAL% is "%POST-VIEWS-ARCHIVE%"', 'wpcf' )
# ),
msgid "The WordPress Archive for %POST-LABEL-PLURAL% is \"%POST-VIEWS-ARCHIVE%\""
msgstr ""
# 'class' => 'button',
# 'label' => __( 'Edit WordPress Archive', 'wpcf' ),
# 'target' => '%POST-EDIT-VIEWS-ARCHIVE%',
msgid "Edit WordPress Archive"
msgstr ""
# wp_localize_script( 'toolset-types-gutenberg', 'toolsetTypesGutenberg', array(
# 'missingOrInvalidFieldData' => __( 'Missing or invalid field data.', 'wpcf' )
# ) );
msgid "Missing or invalid field data."
msgstr ""
# return array(
# 'img' => __( 'Image', 'wpcf' )
# );
msgid "Image"
msgstr ""
# 'raw' => __( 'Raw', 'wpcf' ),
# 'p' => __( 'Paragraph', 'wpcf' ),
# 'h1' => __( 'Heading 1', 'wpcf' ),
msgid "Paragraph"
msgstr ""
# 'p' => __( 'Paragraph', 'wpcf' ),
# 'h1' => __( 'Heading 1', 'wpcf' ),
# 'h2' => __( 'Heading 2', 'wpcf' ),
msgid "Heading 1"
msgstr ""
# 'h1' => __( 'Heading 1', 'wpcf' ),
# 'h2' => __( 'Heading 2', 'wpcf' ),
# 'h3' => __( 'Heading 3', 'wpcf' ),
msgid "Heading 2"
msgstr ""
# 'h2' => __( 'Heading 2', 'wpcf' ),
# 'h3' => __( 'Heading 3', 'wpcf' ),
# 'h4' => __( 'Heading 4', 'wpcf' ),
msgid "Heading 3"
msgstr ""
# 'h3' => __( 'Heading 3', 'wpcf' ),
# 'h4' => __( 'Heading 4', 'wpcf' ),
# 'h5' => __( 'Heading 5', 'wpcf' ),
msgid "Heading 4"
msgstr ""
# 'h4' => __( 'Heading 4', 'wpcf' ),
# 'h5' => __( 'Heading 5', 'wpcf' ),
# 'h6' => __( 'Heading 6', 'wpcf' ),
msgid "Heading 5"
msgstr ""
# 'h5' => __( 'Heading 5', 'wpcf' ),
# 'h6' => __( 'Heading 6', 'wpcf' ),
# );
msgid "Heading 6"
msgstr ""
# 'p' => __( 'Paragraph', 'wpcf' ),
# 'h1' => __( 'Headline 1', 'wpcf' ),
# 'h2' => __( 'Headline 2', 'wpcf' ),
msgid "Headline 1"
msgstr ""
# 'h1' => __( 'Headline 1', 'wpcf' ),
# 'h2' => __( 'Headline 2', 'wpcf' ),
# 'h3' => __( 'Headline 3', 'wpcf' ),
msgid "Headline 2"
msgstr ""
# 'h2' => __( 'Headline 2', 'wpcf' ),
# 'h3' => __( 'Headline 3', 'wpcf' ),
# 'h4' => __( 'Headline 4', 'wpcf' ),
msgid "Headline 3"
msgstr ""
# 'h3' => __( 'Headline 3', 'wpcf' ),
# 'h4' => __( 'Headline 4', 'wpcf' ),
# 'h5' => __( 'Headline 5', 'wpcf' ),
msgid "Headline 4"
msgstr ""
# 'h4' => __( 'Headline 4', 'wpcf' ),
# 'h5' => __( 'Headline 5', 'wpcf' ),
# 'h6' => __( 'Headline 6', 'wpcf' ),
msgid "Headline 5"
msgstr ""
# 'h5' => __( 'Headline 5', 'wpcf' ),
# 'h6' => __( 'Headline 6', 'wpcf' ),
# );
msgid "Headline 6"
msgstr ""
# return array(
# 'raw' => __( 'Raw (respects formatting of Visual Editor)', 'wpcf' )
# );
msgid "Raw (respects formatting of Visual Editor)"
msgstr ""
# return array(
# 'link' => __( 'Link to the Post', 'wpcf' ),
# 'link-nofollow' => __( 'Link to the Post (nofollow)', 'wpcf' )
msgid "Link to the Post"
msgstr ""
# 'link' => __( 'Link to the Post', 'wpcf' ),
# 'link-nofollow' => __( 'Link to the Post (nofollow)', 'wpcf' )
# );
msgid "Link to the Post (nofollow)"
msgstr ""
# return array(
# 'link' => __( 'Link', 'wpcf' ),
# 'link-nofollow' => __( 'Link (nofollow)', 'wpcf' )
msgid "Link"
msgstr ""
# 'link' => __( 'Link', 'wpcf' ),
# 'link-nofollow' => __( 'Link (nofollow)', 'wpcf' )
# );
msgid "Link (nofollow)"
msgstr ""
#
# $tooltip = __( 'How should YOAST Analysis treat the field input?', 'wpcf' );
#
msgid "How should YOAST Analysis treat the field input?"
msgstr ""
# public function get_title() {
# return __( 'Post Reference', 'wpcf' );
# }
msgid "Post Reference"
msgstr ""
# '#value' => '',
# '#title' => __( 'Select a post type...', 'wpcf' ),
# '#attributes' => array( 'disabled' => 'disabled', 'selected' => 'selected' )
msgid "Select a post type..."
msgstr ""
# $motive = ! $is_wpml_motive
# ? __( '(not supported post type)', 'wpcf' )
# : __( '(not supported translation mode)', 'wpcf' );
msgid "(not supported post type)"
msgstr ""
# ? __( '(not supported post type)', 'wpcf' )
# : __( '(not supported translation mode)', 'wpcf' );
# $title = $post_type->get_label() . ' ' . $motive;
msgid "(not supported translation mode)"
msgstr ""
# '#type' => 'select',
# '#title' => __( 'Post Type to connect', 'wpcf' ),
# '#inline' => true,
msgid "Post Type to connect"
msgstr ""
# '#type' => 'markup',
# '#title' => __( 'Single or repeating field?', 'wpcf' ),
# '#markup' => '<a href="javascript:void(0);" class="js-types-post-reference-field-make-repeatable">' . __( 'I need this field to repeat.', 'wpcf' ) . '</a>'
msgid "Single or repeating field?"
msgstr ""
# '#title' => __( 'Single or repeating field?', 'wpcf' ),
# '#markup' => '<a href="javascript:void(0);" class="js-types-post-reference-field-make-repeatable">' . __( 'I need this field to repeat.', 'wpcf' ) . '</a>'
# . '<i class="js-wpcf-tooltip wpcf-tooltip dashicons dashicons-editor-help hidden" data-tooltip="' . __( 'You cannot make this field repeatable because it references the same post type on both side, and such setup is not supported at the moment.', 'wpcf' ). '"></i>',
msgid "I need this field to repeat."
msgstr ""
# '#markup' => '<a href="javascript:void(0);" class="js-types-post-reference-field-make-repeatable">' . __( 'I need this field to repeat.', 'wpcf' ) . '</a>'
# . '<i class="js-wpcf-tooltip wpcf-tooltip dashicons dashicons-editor-help hidden" data-tooltip="' . __( 'You cannot make this field repeatable because it references the same post type on both side, and such setup is not supported at the moment.', 'wpcf' ). '"></i>',
# '#inline' => true,
msgid "You cannot make this field repeatable because it references the same post type on both side, and such setup is not supported at the moment."
msgstr ""
# if ( ! class_exists( $class_name ) ) {
# throw new RuntimeException( sprintf( __( 'Validation rule "%s" not implemented.', 'wpcf' ), $class_name ) );
# }
msgid "Validation rule \"%s\" not implemented."
msgstr ""
# $type_object = get_post_type_object( $type );
# $name = sprintf( __( 'Form for %s', 'wpcf' ), $type_object->labels->name );
# }
msgid "Form for %s"
msgstr ""
# if( $type == 'post' ) {
# $name = __( 'Archive for Home/Blog', 'wpcf' );
# $option = 'view_home-blog-page';
msgid "Archive for Home/Blog"
msgstr ""
# $type_object = get_post_type_object( $type );
# $name = sprintf( __( 'Archive for %s', 'wpcf' ), $type_object->labels->name );
# }
msgid "Archive for %s"
msgstr ""
# $type_object = get_post_type_object( $type );
# $name = sprintf( __( 'Template for %s', 'wpcf' ), $type_object->labels->name );
# }
msgid "Template for %s"
msgstr ""
# $type_object = get_post_type_object( $type );
# $name = sprintf( __( 'View for %s', 'wpcf' ), $type_object->labels->name );
# }
msgid "View for %s"
msgstr ""
#
# return __( 'No Views', 'wpcf' );
# }
msgid "No Views"
msgstr ""
#
# return __( 'No Forms', 'wpcf' );
# }
msgid "No Forms"
msgstr ""
# '<p>'. sprintf(
# __( 'To complete the import process, go to %sToolset > Export / Import > Associations%s.', 'wpcf' ),
# '<a href="'. admin_url( 'admin.php?page=toolset-export-import&tab=associations' ) .'">'
msgid "To complete the import process, go to %sToolset > Export / Import > Associations%s."
msgstr ""
# $this->twig = $twig;
# $this->metaBoxTitle = __( 'Intermediary post of', 'wpcf' );
# }
msgid "Intermediary post of"
msgstr ""
# // Translators: Editor mode for a post type.
# return __( 'Classic editor', 'wpcf' );
# case EditorMode::BLOCK:
msgid "Classic editor"
msgstr ""
# // Translators: Editor mode for a post type.
# return __( 'Block editor', 'wpcf' );
# case EditorMode::PER_POST:
msgid "Block editor"
msgstr ""
# // Translators: Editor mode for a post type.
# return __( 'Editor choice per post', 'wpcf' );
# default:
msgid "Editor choice per post"
msgstr ""
# $option_edit_post = new Types_Setting_Option( 'show-on-post' );
# $option_edit_post->set_description( __( 'Edit Post pages', 'wpcf' ) );
# $option_edit_post->set_default( true );
msgid "Edit Post pages"
msgstr ""
# $option_edit_post_type = new Types_Setting_Option( 'show-on-post-type' );
# $option_edit_post_type->set_description( __( 'Edit Post Type pages', 'wpcf' ) );
# $option_edit_post_type->set_default( true );
msgid "Edit Post Type pages"
msgstr ""
# if ( empty( $taxonomies ) ) {
# $json_data['taxonomies'] = __( 'Any', 'wpcf' );
# } else {
msgid "Any"
msgstr ""
# if ( function_exists( 'wpcf_access_register_caps' ) ) {
# $show_for = __( 'This groups visibility is also controlled by the Access plugin.', 'wpcf' );
# } else {
msgid "This groups visibility is also controlled by the Access plugin."
msgstr ""
# $show_for = ( 0 === count( $show_for ) ) ?
# __( 'Displayed for all users roles', 'wpcf' ) :
# ucwords( implode( ', ', $show_for ) );
msgid "Displayed for all users roles"
msgstr ""
#
# $json_data['postTypes'] = empty( $post_types ) ? __( 'All post types', 'wpcf' ) : implode( ', ', $supports );
# $json_data['taxonomies'] = $this->get_associated_taxonomies();
msgid "All post types"
msgstr ""
# '_wpnonce' => wp_create_nonce( 'delete_group' ),
# 'wpcf_warning' => rawurlencode( __( 'Are you sure?', 'wpcf' ) ),
# ),
msgid "Are you sure?"
msgstr ""
# // translators: Post type singular label.
# $strings['titles']['postHeading'] = sprintf( __( '%s fields', 'wpcf' ), $post_type_object->labels->singular_name );
# $strings['titles']['postTitleLabel'] = $post_type_object->labels->singular_name;
msgid "%s fields"
msgstr ""
# 'slug' => 'intermediary-title',
# 'displayName' => __( 'Intermediary Title', 'wpcf' ),
# );
msgid "Intermediary Title"
msgstr ""
# throw new InvalidArgumentException(
# sprintf( __( 'No relationship with slug "%s" was found.', 'wpcf' ), sanitize_text_field( $slug ) )
# );
msgid "No relationship with slug \"%s\" was found."
msgstr ""
# // translators: a list of allowed group types.
# __( 'Invalid group type. Only valid group types are allowed: (%s)', 'wpcf' ),
# implode( ', ', $this->group_types )
msgid "Invalid group type. Only valid group types are allowed: (%s)"
msgstr ""
# if ( empty( $group['name'] ) ) {
# throw new InvalidArgumentException( __( 'Invalid group name', 'wpcf' ) );
# }
msgid "Invalid group name"
msgstr ""
# // translators: a field name.
# throw new RuntimeException( sprintf( __( 'Field with name "%s" already exists', 'wpcf' ), $field['name'] ) );
# }
msgid "Field with name \"%s\" already exists"
msgstr ""
# // translators: a field slug.
# throw new RuntimeException( sprintf( __( 'Field with slug "%s" already exists', 'wpcf' ), $field['slug'] ) );
# }
msgid "Field with slug \"%s\" already exists"
msgstr ""
# the_posts_pagination( array(
# 'prev_text' => __( 'Previous page', 'wpcf' ),
# 'next_text' => __( 'Next page', 'wpcf' ),
msgid "Previous page"
msgstr ""
# 'prev_text' => __( 'Previous page', 'wpcf' ),
# 'next_text' => __( 'Next page', 'wpcf' ),
# 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'wpcf' ) . ' </span>',
msgid "Next page"
msgstr ""
# 'next_text' => __( 'Next page', 'wpcf' ),
# 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'wpcf' ) . ' </span>',
# ) );
msgid "Page"
msgstr ""
# the_content( sprintf(
# __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'wpcf' ),
# get_the_title()
msgid "Continue reading<span class=\"screen-reader-text\"> \"%s\"</span>"
msgstr ""
# wp_link_pages( array(
# 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'wpcf' ) . '</span>',
# 'after' => '</div>',
msgid "Pages:"
msgstr ""
# /* translators: %s: Name of current post */
# __( 'Edit<span class="screen-reader-text"> "%s"</span>', 'wpcf' ),
# get_the_title()
msgid "Edit<span class=\"screen-reader-text\"> \"%s\"</span>"
msgstr ""
# <?php if ( is_sticky() && is_home() && ! is_paged() ) : ?>
# <span class="sticky-post"><?php _e( 'Featured', 'wpcf' ); ?></span>
# <?php endif; ?>
msgid "Featured"
msgstr ""
# the_post_navigation( array(
# 'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next', 'wpcf' ) . '</span> ' .
# '<span class="screen-reader-text">' . __( 'Next post:', 'wpcf' ) . '</span> ' .
msgid "Next"
msgstr ""
# 'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next', 'wpcf' ) . '</span> ' .
# '<span class="screen-reader-text">' . __( 'Next post:', 'wpcf' ) . '</span> ' .
# '<span class="post-title">%title</span>',
msgid "Next post:"
msgstr ""
# '<span class="post-title">%title</span>',
# 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous', 'wpcf' ) . '</span> ' .
# '<span class="screen-reader-text">' . __( 'Previous post:', 'wpcf' ) . '</span> ' .
msgid "Previous"
msgstr ""
# 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous', 'wpcf' ) . '</span> ' .
# '<span class="screen-reader-text">' . __( 'Previous post:', 'wpcf' ) . '</span> ' .
# '<span class="post-title">%title</span>',
msgid "Previous post:"
msgstr ""
# the_post_navigation( array(
# 'prev_text' => _x( '<span class="meta-nav">Published in</span><span class="post-title">%title</span>', 'Parent post link', 'wpcf' ),
# ) );
msgctxt "Parent post link"
msgid "<span class=\"meta-nav\">Published in</span><span class=\"post-title\">%title</span>"
msgstr ""
# return new OperationResult( new \Toolset_Result( false, sprintf(
# __( 'File "%s" already exists. Please choose a different slug for the snippet.', 'wpcf' ), $file_path
# ) ) );
msgid "File \"%s\" already exists. Please choose a different slug for the snippet."
msgstr ""
# return new OperationResult( new \Toolset_Result( false, sprintf(
# __( 'Unable to create file "%s". Please check permissions on the server.', 'wpcf' ), $file_path
# ) ) );
msgid "Unable to create file \"%s\". Please check permissions on the server."
msgstr ""
# new SingleResult( false, sprintf(
# __( 'Post #%d doesn\'t exist. An association involving it will be skipped.', 'wpcf' ), $post_id
# ), 0, true ),
msgid "Post #%d doesn't exist. An association involving it will be skipped."
msgstr ""
# '<strong>%s</strong>',
# __( 'There has been a problem while saving custom fields. Please fix it and try again.', 'wpcf' )
# ),
msgid "There has been a problem while saving custom fields. Please fix it and try again."
msgstr ""
# $error_message = sprintf( '%s %s',
# sprintf( __( 'Field "%s" not updated:', 'wpcf' ), $field_definition->get_name() ),
# implode( ', ', $validation_result->get_error_data() )
msgid "Field \"%s\" not updated:"
msgstr ""
# ' <i class="js-wpcf-tooltip wpcf-tooltip dashicons dashicons-editor-help" data-tooltip="%s"></i>',
# __( 'Some columns with term fields have been automatically hidden. You can control their appearance through the Screen options (on top right of the page).', 'wpcf' )
# )
msgid "Some columns with term fields have been automatically hidden. You can control their appearance through the Screen options (on top right of the page)."
msgstr ""
# $messages = array(
# 'warning_singular_plural_match' => __( "It is not recommended to have same plural and singular name for a Post Type. Please use a different name for the singular and plural names.", 'wpcf' ),
# 'warning_singular_plural_match_ignore' => __( 'Ignore this warning.', 'wpcf' ),
msgid "It is not recommended to have same plural and singular name for a Post Type. Please use a different name for the singular and plural names."
msgstr ""
# 'warning_singular_plural_match' => __( "It is not recommended to have same plural and singular name for a Post Type. Please use a different name for the singular and plural names.", 'wpcf' ),
# 'warning_singular_plural_match_ignore' => __( 'Ignore this warning.', 'wpcf' ),
# );
msgid "Ignore this warning."
msgstr ""
# */
# $options = array(__( 'All', 'wpcf' ) => 'all', 5 => 5, 10 => 10, 15 => 15);
# // Add sorting
msgid "All"
msgstr ""
# '#type' => 'select',
# '#before' => __( 'Show', 'wpcf' ),
# '#after' => $this->child_post_type_object->labels->name,
msgid "Show"
msgstr ""
# 'hide_if_empty' => true,
# 'show_option_none' => sprintf( __( 'No %s', 'wpcf' ),
# $taxonomy->name ),
msgid "No %s"
msgstr ""
# if ( empty( $temp_form ) ) {
# return '<span class="types-small-italic">' . __( 'No parents available', 'wpcf' ) . '</span>';
# }
msgid "No parents available"
msgstr ""
# . $post_type . '&_wpnonce='
# . wp_create_nonce( 'pr_sort' ) ) . '">' . __( 'Post Title', 'wpcf' ) . '</a>';
# } else {
msgid "Post Title"
msgstr ""
# . $post_type . '&_wpnonce='
# . wp_create_nonce( 'pr_sort' ) ) . '">' . __( 'Post Body', 'wpcf' ) . '</a>';
# } else if (
msgid "Post Body"
msgstr ""
# case '_wp_featured_image':
# $header = __('Feature Image', 'wpcf');
# break;
msgid "Feature Image"
msgstr ""
# case '_wp_excerpt':
# $header = __('Post excerpt', 'wpcf');
# break;
msgid "Post excerpt"
msgstr ""
# if ( !is_null( $shortcode ) ) {
# $this->_data['title'] = sprintf( __( 'Update %s', 'wpcf' ),
# $this->_data['field_type_data']['title'] );
msgid "Update %s"
msgstr ""
# $this->_data['tabs']['display'] = array(
# 'menu_title' => __( 'Display', 'wpcf' ),
# 'title' => __( 'Display', 'wpcf' ),
msgid "Display"
msgstr ""
# 'title' => __( 'Display', 'wpcf' ),
# 'content' => sprintf( __( 'There are no additional display options for the %s field.', 'wpcf' ),
# $this->_data['field_type_data']['title'] ),
msgid "There are no additional display options for the %s field."
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'Shortcode generation failed', 'wpcf' ) . '</p></div>';
# }
msgid "Shortcode generation failed"
msgstr ""
# $msg = sprintf(
# __( 'Child post "%s" field "%s" not updated:', 'wpcf' ),
# $child->post_title,
msgid "Child post \"%s\" field \"%s\" not updated:"
msgstr ""
# $new_post = array(
# 'post_title' => __('New Child', 'wpcf'). ': '.$post_type,
# 'post_type' => $post_type,
msgid "New Child"
msgstr ""
# case 'one-to-one':
# $relationship_type = __( '(one-to-one)', 'wpcf' );
# break;
msgid "(one-to-one)"
msgstr ""
# case 'one-to-many-from-child':
# $relationship_type = __( '(one-to-many)', 'wpcf' );
# break;
msgid "(one-to-many)"
msgstr ""
# case 'many-to-many':
# $relationship_type = __( '(many-to-many)', 'wpcf' );
# break;
msgid "(many-to-many)"
msgstr ""
# case 'one-to-many':
# $help['header'] = __( 'One to many', 'wpcf' );
# $link = 'https://toolset.com/course-lesson/how-to-set-up-post-relationships-in-wordpress/?utm_source=plugin&utm_medium=gui&utm_campaign=types';
msgid "One to many"
msgstr ""
# $link = 'https://toolset.com/course-lesson/how-to-set-up-post-relationships-in-wordpress/?utm_source=plugin&utm_medium=gui&utm_campaign=types';
# $help['content'] = htmlentities( sprintf( __( 'You cannot select this because: <strong>%s</strong> can be associated with more than one <strong>%s</strong><br /><br /><a href="%s">Learn more</a>', 'wpcf' ), $custom_post_data->labels->singular_name, $post_type_data->label, $link ) );
# break;
msgid "You cannot select this because: <strong>%s</strong> can be associated with more than one <strong>%s</strong><br /><br /><a href=\"%s\">Learn more</a>"
msgstr ""
# case 'many-to-many':
# $help['header'] = __( 'Many to many', 'wpcf' );
# $link = 'https://toolset.com/course-lesson/many-to-many-post-relationships/?utm_source=plugin&utm_medium=gui&utm_campaign=types';
msgid "Many to many"
msgstr ""
#
# $help['header'] = __( 'Field missing', 'wpcf' );
# $help['content'] = htmlentities( sprintf( __( 'You cannot select this because: <strong>%s</strong> doesn\'t have a field <strong>%s</strong>', 'wpcf' ), $post_type_data->labels->singular_name, $field['name'] ) );
msgid "Field missing"
msgstr ""
# $help['header'] = __( 'Field missing', 'wpcf' );
# $help['content'] = htmlentities( sprintf( __( 'You cannot select this because: <strong>%s</strong> doesn\'t have a field <strong>%s</strong>', 'wpcf' ), $post_type_data->labels->singular_name, $field['name'] ) );
# }
msgid "You cannot select this because: <strong>%s</strong> doesn't have a field <strong>%s</strong>"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcf_repetitive_last_warning',
# __( 'Sorry, can not delete all fields.', 'wpcf' ) );
# }
msgid "Sorry, can not delete all fields."
msgstr ""
# $_this = &Wpcf_Cake_Validation::getInstance();
# $_this->errors[] = __( 'You must define the $operator parameter for Wpcf_Cake_Validation::comparison()', 'wpcf' );
# break;
msgid "You must define the $operator parameter for Wpcf_Cake_Validation::comparison()"
msgstr ""
# if ( $_this->regex === null ) {
# $_this->errors[] = __( 'You must define a regular expression for Wpcf_Cake_Validation::custom()', 'wpcf' );
# return false;
msgid "You must define a regular expression for Wpcf_Cake_Validation::custom()"
msgstr ""
# if ( !class_exists( $className ) ) {
# trigger_error( sprintf( __( 'Could not find %s class, unable to complete validation.', 'wpcf' ), $className ), E_USER_WARNING );
# return false;
msgid "Could not find %s class, unable to complete validation."
msgstr ""
# if ( !is_callable( array($className, $method) ) ) {
# trigger_error( sprintf( __( 'Method %s does not exist on %s unable to complete validation.', 'wpcf' ), $method, $className ),
# E_USER_WARNING );
msgid "Method %s does not exist on %s unable to complete validation."
msgstr ""
# $element = $this->_setRender( $element );
# $element['_render']['label'] = isset($element['#title'])? $element['#title']:__('[no title]', 'wpcf');
# $element['_render']['element'] = isset($element['#markup'])? $element['#markup']:'';
msgid "[no title]"
msgstr ""
# $element['#id'],
# __('Set featured image', 'wpcf'),
# __('Remove featured image', 'wpcf'),
msgid "Set featured image"
msgstr ""
# __('Set featured image', 'wpcf'),
# __('Remove featured image', 'wpcf'),
# $element['#value']? $element['#value']:0,
msgid "Remove featured image"
msgstr ""
# echo apply_filters( 'admin_footer_text',
# '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.', 'wpcf' ) . '</span>' );
#
msgid "Thank you for creating with <a href=\"http://wordpress.org/\">WordPress</a>."
msgstr ""
# if ( is_network_admin() )
# $admin_title = __( 'Network Admin', 'wpcf' );
# elseif ( is_user_admin() )
msgid "Network Admin"
msgstr ""
# elseif ( is_user_admin() )
# $admin_title = __( 'Global Dashboard', 'wpcf' );
# else
msgid "Global Dashboard"
msgstr ""
# if ( $admin_title == $title )
# $admin_title = sprintf( __( '%1$s — WordPress', 'wpcf' ), $title );
# else
msgid "%1$s — WordPress"
msgstr ""
# else
# $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress', 'wpcf' ),
# $title, $admin_title );
msgid "%1$s ‹ %2$s — WordPress"
msgstr ""
# <div id="wpwrap">
# <!--<a tabindex="1" href="#wpbody-content" class="screen-reader-shortcut"><?php _e( 'Skip to main content', 'wpcf' ); ?></a>-->
# <?php //require(ABSPATH . 'wp-admin/menu-header.php'); ?>
msgid "Skip to main content"
msgstr ""
#
# <div id="wpbody-content" aria-label="<?php esc_attr_e( 'Main content', 'wpcf' ); ?>" tabindex="0">
# <?php
msgid "Main content"
msgstr ""
#
# $date_format_note = '<span style="margin-left:10px"><i>' . esc_js( sprintf( __( 'Input format: %s', 'wpcf' ), wpcf_get_date_format_text() ) ) . '</i></span>';
# $year_range = fields_date_timestamp_neg_supported() ? '1902:2037' : '1970:2037';
msgid "Input format: %s"
msgstr ""
# buttonText: "<?php
# _e( 'Select date', 'wpcf' );
#
msgid "Select date"
msgstr ""
# '#pattern' => '<tr><td><TITLE></td><td><ERROR><BEFORE><ELEMENT><LABEL><AFTER></td></tr>',
# '#title' => __( 'Validation', 'wpcf' ),
# '#attributes' => array(
msgid "Validation"
msgstr ""
# 'message' => array(
# '#label' => __( 'Validation error message', 'wpcf' ),
# '#attributes' => array(
msgid "Validation error message"
msgstr ""
# '#title' => __( 'Validation', 'wpcf' ),
# '#label' => __( 'Number', 'wpcf' ),
# '#attributes' => array(
msgid "Number"
msgstr ""
# '#title' => __( 'Validation', 'wpcf' ),
# '#label' => __( 'Required', 'wpcf' ),
# '#attributes' => array(
msgid "Required"
msgstr ""
# 'id' => 'wpcf-file',
# 'title' => __( 'File', 'wpcf' ),
# 'description' => __( 'File', 'wpcf' ),
msgid "File"
msgstr ""
# add_thickbox();
# $button_text = sprintf( __( 'Select %s', 'wpcf' ), $field['type'] );
# // Set ID
msgid "Select %s"
msgstr ""
# . $url . '\', \'' . $type . '\')">'
# . __( 'Use as field value', 'wpcf' ) . '</a><br /><br />',
# );
msgid "Use as field value"
msgstr ""
# 'menu_title' => __( 'Display options', 'wpcf' ),
# 'title' => __( 'Display options for this field:', 'wpcf' ),
# 'content' => WPCF_Loader::template( 'editor-modal-file', $data ),
msgid "Display options for this field:"
msgstr ""
# 'id' => 'wpcf-skype',
# 'title' => __( 'Skype', 'wpcf' ),
# 'description' => __( 'Skype', 'wpcf' ),
msgid "Skype"
msgstr ""
# '#inline' => true,
# '#suffix' => ' ' . __( 'Skype name', 'wpcf' ),
# '#description' => '',
msgid "Skype name"
msgstr ""
# . ' class="thickbox wpcf-fields-skype button-secondary"'
# . ' title="' . __( 'Edit Skype button', 'wpcf' ) . '"'
# . '>'
msgid "Edit Skype button"
msgstr ""
# wp_enqueue_script( 'jquery' );
# wpcf_admin_ajax_head( __( 'Insert skype button', 'wpcf' ) );
#
msgid "Insert skype button"
msgstr ""
# <h2><?php
# _e( 'Enter your Skype Name', 'wpcf' );
#
msgid "Enter your Skype Name"
msgstr ""
# $settings['target_options'] = array(
# '_blank' => __( '_blank: Opens in a new window or tab', 'wpcf' ),
# '_self' => __( '_self: Opens in the same frame as it was clicked', 'wpcf' ),
msgid "_blank: Opens in a new window or tab"
msgstr ""
# '_blank' => __( '_blank: Opens in a new window or tab', 'wpcf' ),
# '_self' => __( '_self: Opens in the same frame as it was clicked', 'wpcf' ),
# '_parent' => __( '_parent: Opens in the parent frame', 'wpcf' ),
msgid "_self: Opens in the same frame as it was clicked"
msgstr ""
# '_self' => __( '_self: Opens in the same frame as it was clicked', 'wpcf' ),
# '_parent' => __( '_parent: Opens in the parent frame', 'wpcf' ),
# '_top' => __( '_top: Opens in the full body of the window', 'wpcf' ),
msgid "_parent: Opens in the parent frame"
msgstr ""
# '_parent' => __( '_parent: Opens in the parent frame', 'wpcf' ),
# '_top' => __( '_top: Opens in the full body of the window', 'wpcf' ),
# 'framename' => __( 'framename: Opens in a named frame', 'wpcf' ),
msgid "_top: Opens in the full body of the window"
msgstr ""
# '_top' => __( '_top: Opens in the full body of the window', 'wpcf' ),
# 'framename' => __( 'framename: Opens in a named frame', 'wpcf' ),
# );
msgid "framename: Opens in a named frame"
msgstr ""
# 'target' => array(
# 'menu_title' => __( 'Target', 'wpcf' ),
# 'title' => __( 'Target', 'wpcf' ),
msgid "Target"
msgstr ""
# 'id' => 'wpcf-textarea',
# 'title' => __('Multiple lines', 'wpcf'),
# 'description' => __('Textarea', 'wpcf'),
msgid "Multiple lines"
msgstr ""
# 'title' => __('Multiple lines', 'wpcf'),
# 'description' => __('Textarea', 'wpcf'),
# 'validate' => array(
msgid "Textarea"
msgstr ""
# 'id' => 'wpcf-checkboxes',
# 'title' => __( 'Checkboxes', 'wpcf' ),
# 'description' => __( 'Checkboxes', 'wpcf' ),
msgid "Checkboxes"
msgstr ""
# 'id' => 'wpcf-date',
# 'title' => __( 'Date', 'wpcf' ),
# 'description' => __( 'Date', 'wpcf' ),
msgid "Date"
msgstr ""
# '#markup' => '<div class="wpcf-form-error"' . $_visible
# . '><p>' . __( 'Please enter a date after 1 January 1970', 'wpcf' )
# . '</p></div>',
msgid "Please enter a date after 1 January 1970"
msgstr ""
# '#type' => 'select',
# '#title' => __( 'Hour', 'wpcf' ),
# '#inline' => true,
msgid "Hour"
msgstr ""
# '#type' => 'select',
# '#title' => __( 'Minute', 'wpcf' ),
# '#after' => '<br /><br />',
msgid "Minute"
msgstr ""
# array(
# __( 'F j, Y', 'wpcf' ),
# 'Y/m/d',
msgid "F j, Y"
msgstr ""
# array(
# __( 'F j, Y g:i a', 'wpcf' ),
# 'Y/m/d g:i a',
msgid "F j, Y g:i a"
msgstr ""
# 'id' => 'wpcf-email',
# 'title' => __( 'Email', 'wpcf' ),
# 'description' => __( 'Email', 'wpcf' ),
msgid "Email"
msgstr ""
# 'id' => 'wpcf-wysiwyg',
# 'title' => __( 'WYSIWYG', 'wpcf' ),
# 'description' => __( 'WYSIWYG editor', 'wpcf' ),
msgid "WYSIWYG"
msgstr ""
# 'title' => __( 'WYSIWYG', 'wpcf' ),
# 'description' => __( 'WYSIWYG editor', 'wpcf' ),
# 'meta_box_css' => array(
msgid "WYSIWYG editor"
msgstr ""
# 'id' => 'wpcf-radio',
# 'title' => __( 'Radio', 'wpcf' ),
# 'description' => __( 'Radio', 'wpcf' ),
msgid "Radio"
msgstr ""
# 'id' => 'wpcf-embed',
# 'title' => __( 'Embedded Media', 'wpcf' ),
# 'description' => __( 'Embedded Media', 'wpcf' ),
msgid "Embedded Media"
msgstr ""
# 'id' => 'wpcf-phone',
# 'title' => __('Phone', 'wpcf'),
# 'description' => __('Phone', 'wpcf'),
msgid "Phone"
msgstr ""
# 'id' => 'wpcf-texfield',
# 'title' => __( 'Single line', 'wpcf' ),
# 'description' => __( 'Textfield', 'wpcf' ),
msgid "Single line"
msgstr ""
# 'title' => __( 'Single line', 'wpcf' ),
# 'description' => __( 'Textfield', 'wpcf' ),
# 'validate' => array(
msgid "Textfield"
msgstr ""
# 'id' => 'wpcf-audio',
# 'title' => __( 'Audio', 'wpcf' ),
# 'description' => __( 'Audio', 'wpcf' ),
msgid "Audio"
msgstr ""
# 'id' => 'wpcf-colorpicker',
# 'title' => __( 'Colorpicker', 'wpcf' ),
# 'description' => __( 'Colorpicker', 'wpcf' ),
msgid "Colorpicker"
msgstr ""
# if ( wpcf_compare_wp_version( '3.5', '<' ) ) {
# $form['name']['#after'] .= '<a href="#" class="button-secondary js-types-pickcolor">' . __( 'Pick color', 'wpcf' ) . '</a><div class="js-types-cp-preview types-cp-preview" style="background-color:' . $field['value'] . '"></div>';
# wp_enqueue_script( 'farbtastic' );
msgid "Pick color"
msgstr ""
# 'id' => 'wpcf-video',
# 'title' => __( 'Video', 'wpcf' ),
# 'description' => __( 'Video', 'wpcf' ),
msgid "Video"
msgstr ""
# 'id' => 'wpcf-checkbox',
# 'title' => __( 'Checkbox', 'wpcf' ),
# 'description' => __( 'Checkbox', 'wpcf' ),
msgid "Checkbox"
msgstr ""
# if ( strpos( $image, 'http' ) != 0 ) {
# return array('error' => sprintf( __( 'Image %s not valid', 'wpcf' ),
# $image ));
msgid "Image %s not valid"
msgstr ""
# sprintf(
# __( 'Image cache directory %s could not be created', 'wpcf' ),
# '<strong>' . $cache_dir . '</strong>'
msgid "Image cache directory %s could not be created"
msgstr ""
# 'wpcf_image_cache_file_error',
# sprintf( __( 'Remote server returned error response %1$d %2$s', 'wpcf' ),
# esc_html( $resp->errors["http_request_failed"][0] ),
msgid "Remote server returned error response %1$d %2$s"
msgstr ""
# || strlen( $resp['body'] ) != $resp['headers']['content-length'] ) {
# return new WP_Error( 'wpcf_image_cache_file_error', __( 'Remote file is incorrect size', 'wpcf' ) );
# }
msgid "Remote file is incorrect size"
msgstr ""
# if ( !$out_fp ) {
# return new WP_Error( 'wpcf_image_cache_file_error', __( 'Could not create cache file', 'wpcf' ) );
# }
msgid "Could not create cache file"
msgstr ""
# @unlink( $image );
# return new WP_Error( 'wpcf_image_cache_file_error', sprintf( __( 'Remote file is too large, limit is %s', 'wpcf' ), size_format( $max_size ) ) );
# }
msgid "Remote file is too large, limit is %s"
msgstr ""
# if ( !$size )
# return new WP_Error( 'invalid_image', __( 'Could not read image size', 'wpcf' ), $file );
# list($orig_w, $orig_h, $orig_type) = $size;
msgid "Could not read image size"
msgstr ""
# if ( !$dims )
# return new WP_Error( 'error_getting_dimensions', __( 'Could not calculate resized image dimensions', 'wpcf' ) );
# list($dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h) = $dims;
msgid "Could not calculate resized image dimensions"
msgstr ""
# if ( !imagegif( $newimage, $destfilename ) )
# return new WP_Error( 'resize_path_invalid', __( 'Resize path invalid', 'wpcf' ) );
# } elseif ( IMAGETYPE_PNG == $orig_type ) {
msgid "Resize path invalid"
msgstr ""
# if ( ! $this->is_table_available ) {
# return new Toolset_Result( false, __( 'The toolset_post_guid_id table doesn\'t exist.', 'wpcf' ) );
# }
msgid "The toolset_post_guid_id table doesn't exist."
msgstr ""
# <div class="wpcf-message wpcf-error"><p><?php
# _e( 'Repeating fields should not be used in child posts. Types will update all field values.', 'wpcf' );
# ?></p></div>
msgid "Repeating fields should not be used in child posts. Types will update all field values."
msgstr ""
# <?php
# _e( 'Action', 'wpcf' );
#
msgid "Action"
msgstr ""
# 'type' => 'error',
# 'content' => sprintf( __( 'Error on line %s', 'wpcf' ), $error->line ) . ': '. $error->message
# );
msgid "Error on line %s"
msgstr ""
# 'type' => 'success',
# 'content' => __( 'Settings are updated.', 'wpcf' )
# );
msgid "Settings are updated."
msgstr ""
# ? $result->get_message()
# : __( 'Toolset settings have been updated.', 'wpcf' ),
# ];
msgid "Toolset settings have been updated."
msgstr ""
# 'type' => 'success',
# 'content' => __( 'Toolset settings are not present in the import file.', 'wpcf' ),
# ];
msgid "Toolset settings are not present in the import file."
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" update failed', 'wpcf' ),
# $group['post_title']
msgid "Group \"%s\" update failed"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" updated', 'wpcf' ),
# $group['post_title']
msgid "Group \"%s\" updated"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" import failed', 'wpcf' ),
# $group['post_title']
msgid "Group \"%s\" import failed"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" insert failed', 'wpcf' ),
# $group['post_title']
msgid "Group \"%s\" insert failed"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" added', 'wpcf' ),
# $group['post_title']
msgid "Group \"%s\" added"
msgstr ""
# 'type' => 'error',
# 'content' => __( 'The Types settings were not fully imported because it contained unsecured data. You should re-export your Types settings using the latest version of Types',
# 'wpcf' )
msgid "The Types settings were not fully imported because it contained unsecured data. You should re-export your Types settings using the latest version of Types"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" delete failed', 'wpcf' ),
# $group_to_delete->post_title
msgid "Group \"%s\" delete failed"
msgstr ""
# 'content' => sprintf(
# __( 'Group "%s" deleted', 'wpcf' ),
# $group_to_delete->post_title
msgid "Group \"%s\" deleted"
msgstr ""
# 'content' => sprintf(
# __( 'Field "%s" added/updated', 'wpcf' ),
# $field['name']
msgid "Field \"%s\" added/updated"
msgstr ""
# 'content' => sprintf(
# __( 'Field "%s" deleted', 'wpcf' ),
# $fields_existing[ $k ]['name']
msgid "Field \"%s\" deleted"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" update failed', 'wpcf' ),
# $group['post_title']
msgid "User group \"%s\" update failed"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" updated', 'wpcf' ),
# $group['post_title']
msgid "User group \"%s\" updated"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" insert failed', 'wpcf' ),
# $group['post_title']
msgid "User group \"%s\" insert failed"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" added', 'wpcf' ),
# $group['post_title']
msgid "User group \"%s\" added"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" delete failed', 'wpcf' ),
# $group_to_delete->post_title
msgid "User group \"%s\" delete failed"
msgstr ""
# 'content' => sprintf(
# __( 'User group "%s" deleted', 'wpcf' ),
# $group_to_delete->post_title
msgid "User group \"%s\" deleted"
msgstr ""
# 'content' => sprintf(
# __( 'User field "%s" added/updated', 'wpcf' ),
# $field['name']
msgid "User field \"%s\" added/updated"
msgstr ""
# 'content' => sprintf(
# __( 'Post Type "%s" added/updated', 'wpcf' ),
# $type_id
msgid "Post Type \"%s\" added/updated"
msgstr ""
# 'content' => sprintf(
# __( 'Post Type "%s" deleted', 'wpcf' ),
# esc_html( $k )
msgid "Post Type \"%s\" deleted"
msgstr ""
# 'content' => sprintf(
# __( 'Taxonomy "%s" added/updated', 'wpcf' ),
# $taxonomy_id
msgid "Taxonomy \"%s\" added/updated"
msgstr ""
# 'content' => sprintf(
# __( 'Taxonomy "%s" deleted', 'wpcf' ),
# $k
msgid "Taxonomy \"%s\" deleted"
msgstr ""
# 'type' => 'success',
# 'content' => __( 'Post relationships created', 'wpcf' )
# );
msgid "Post relationships created"
msgstr ""
# 'type' => 'error',
# 'content' => __( 'Post relationships settings were not imported because it contained unsecured data. You should re-export your Types settings using the latest version of Types',
# 'wpcf' )
msgid "Post relationships settings were not imported because it contained unsecured data. You should re-export your Types settings using the latest version of Types"
msgstr ""
# if( ! isset( $relationship[$key] ) ) {
# throw new Exception( __( 'Incompatible export file.', 'wpcf' ) );
# }
msgid "Incompatible export file."
msgstr ""
# if( ! isset( $parent_type ) ) {
# throw new Exception( __( 'Parent Post Type missing.', 'wpcf' ) );
# }
msgid "Parent Post Type missing."
msgstr ""
# if( ! isset( $child_type ) ) {
# throw new Exception( __( 'Child Post Type missing.', 'wpcf' ) );
# }
msgid "Child Post Type missing."
msgstr ""
# if( ! $intermediary_post_type = $post_type_repository->get( $relationship['intermediary_type'] ) ) {
# throw new Exception( __( 'Intermediary Post Type missing.', 'wpcf' ) );
# };
msgid "Intermediary Post Type missing."
msgstr ""
# // This is the success message pattern of all elements
# __( 'Relationship "%s" added', 'wpcf' )
# , $relationship['slug'] )
msgid "Relationship \"%s\" added"
msgstr ""
# 'content' => sprintf(
# __( 'Relationship "%s" could not be imported.', 'wpcf' )
# , $relationship['slug'] ) . ' '. $e->getMessage()
msgid "Relationship \"%s\" could not be imported."
msgstr ""
# 'type' => 'error',
# 'content' => __( 'M2M Relationships could not be imported.', 'wpcf' ) . ' '. $e->getMessage()
# );
msgid "M2M Relationships could not be imported."
msgstr ""
# 'wpcf-post-relationship',
# __( 'Post Relationship', 'wpcf' ),
# 'wpcf_pr_admin_post_meta_box',
msgid "Post Relationship"
msgstr ""
# array(
# 'parent_saving' => __( 'Saving post parent.', 'wpcf' ),
# 'parent_saving_success' => __( 'Saved.', 'wpcf' ),
msgid "Saving post parent."
msgstr ""
# 'parent_saving' => __( 'Saving post parent.', 'wpcf' ),
# 'parent_saving_success' => __( 'Saved.', 'wpcf' ),
# 'parent_per_page' => apply_filters( 'wpcf_pr_belongs_post_numberposts', 10 ),
msgid "Saved."
msgstr ""
# wpcf_admin_add_js_settings( 'wpcf_pr_del_warning',
# '\'' . __( 'Are you sure about deleting this post?', 'wpcf' ) . '\'' );
# wpcf_admin_add_js_settings( 'wpcf_pr_pagination_warning',
msgid "Are you sure about deleting this post?"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcf_pr_pagination_warning',
# '\'' . __( 'If you continue without saving your changes, they might get lost.', 'wpcf' ) . '\'' );
# }
msgid "If you continue without saving your changes, they might get lost."
msgstr ""
# if ( ( $sendback = wp_get_referer() ) && false === strpos( $sendback, 'post.php' ) && false === strpos( $sendback, 'post-new.php' ) ) {
# $sendback_text = __( 'Go back', 'wpcf' );
# } else {
msgid "Go back"
msgstr ""
# printf(
# __( 'You will be able to add child posts after saving at least one <b>%s</b>.', 'wpcf' ),
# $parent_type->labels->singular_name
msgid "You will be able to add child posts after saving at least one <b>%s</b>."
msgstr ""
# printf(
# __( 'You will be able to edit child posts after saving at least one <b>%s</b>.', 'wpcf' ),
# $parent_type->labels->singular_name
msgid "You will be able to edit child posts after saving at least one <b>%s</b>."
msgstr ""
# . sprintf(
# __( 'This <em>%s</em> belongs to <em>%s</em>', 'wpcf' ),
# get_post_type_object( $current_post_type )->labels->singular_name,
msgid "This <em>%s</em> belongs to <em>%s</em>"
msgstr ""
#
# return __( 'Post deleted', 'wpcf' );
# }
msgid "Post deleted"
msgstr ""
# 'data-nounce' => wp_create_nonce( $id ),
# 'data-placeholder' => esc_attr( sprintf( __( 'Search for %s', 'wpcf' ), $temp_type->labels->name ) ),
# 'data-post-id' => $post->ID,
msgid "Search for %s"
msgstr ""
# sprintf(
# __( 'Missing child post ID %d', 'wpcf' ),
# intval( $post_id )
msgid "Missing child post ID %d"
msgstr ""
# $errors[] = sprintf(
# __( 'Relationship do not exist %s -> %s', 'wpcf' ),
# strval( $post_type ),
msgid "Relationship do not exist %s -> %s"
msgstr ""
# if ( empty( $post_owner->ID ) ) {
# $errors[] = sprintf( __( 'Missing parent post ID %d', 'wpcf' ), intval( $post_owner_id ) );
# continue;
msgid "Missing parent post ID %d"
msgstr ""
# $errors[] = sprintf(
# __( 'Parent post ID %d is not type of %s', 'wpcf' ),
# intval( $post_owner_id ),
msgid "Parent post ID %d is not type of %s"
msgstr ""
#
# return __( 'Post updated', 'wpcf' );
# }
msgid "Post updated"
msgstr ""
# );
# $link .= __( 'Prev', 'wpcf' ) . '</a> ';
# }
msgid "Prev"
msgstr ""
# if ( ! isset( $_REQUEST[ $key ] ) ) {
# die( __( 'Sorry, something went wrong. The requested can not be completed.', 'wpcf' ) );
# }
msgid "Sorry, something went wrong. The requested can not be completed."
msgstr ""
# 'class' => 'wpcf-pr-belongs',
# 'data-loading' => esc_attr__( 'Please Wait, Loading…', 'wpcf' ),
# 'data-nounce' => wp_create_nonce( $id ),
msgid "Please Wait, Loading…"
msgstr ""
# if ( empty( $wpcf_pr_admin_belongs ) ) {
# _e( 'You will be able to manage child posts after saving this post.', 'wpcf' );
# } else {
msgid "You will be able to manage child posts after saving this post."
msgstr ""
# } else {
# _e( 'You will be able to add parent posts after saving this post.', 'wpcf' );
# }
msgid "You will be able to add parent posts after saving this post."
msgstr ""
# $field['#pattern'] = "\n".'<div class="wpcf-profile-field-line">
# <div class="wpcf-profile-line-left"> '.__( 'Time', 'wpcf' ).'</div>
# <div class="wpcf-profile-line-right">
msgid "Time"
msgstr ""
# . '" class="wpcf-repetitive-add button-primary">'
# . sprintf( __( 'Add Another %s', 'wpcf' ), $title ) . '</a>';
# return $button;
msgid "Add Another %s"
msgstr ""
# . '" class="wpcf-repetitive-delete button-secondary">'
# . sprintf( __( 'Delete %s', 'wpcf' ), $title ) . '</a>';
#
msgid "Delete %s"
msgstr ""
# . ' class="wpcf-repetitive-delete wpcf-repetitive-delete-new button-secondary">'
# . __( 'Delete Field', 'wpcf' ) . '</a>';
# return $button;
msgid "Delete Field"
msgstr ""
#
# $default_validation_error_message = __( 'Please enter a valid URL address pointing to the file.', 'wpcf' );
# $validation_error_messages = array(
msgid "Please enter a valid URL address pointing to the file."
msgstr ""
# 'file' => $default_validation_error_message,
# 'audio' => __( 'Please enter a valid URL address pointing to the audio file.', 'wpcf' ),
# 'image' => __( 'Please enter a valid URL address pointing to the image file.', 'wpcf' ),
msgid "Please enter a valid URL address pointing to the audio file."
msgstr ""
# 'audio' => __( 'Please enter a valid URL address pointing to the audio file.', 'wpcf' ),
# 'image' => __( 'Please enter a valid URL address pointing to the image file.', 'wpcf' ),
# 'video' => __( 'Please enter a valid URL address pointing to the video file.', 'wpcf' )
msgid "Please enter a valid URL address pointing to the image file."
msgstr ""
# 'image' => __( 'Please enter a valid URL address pointing to the image file.', 'wpcf' ),
# 'video' => __( 'Please enter a valid URL address pointing to the video file.', 'wpcf' )
# );
msgid "Please enter a valid URL address pointing to the video file."
msgstr ""
# if ( empty($enter_title_here) ) {
# $enter_title_here = __('Enter title here', 'wpcf');
# }
msgid "Enter title here"
msgstr ""
# // translators: The "Add New <Item>" label for a built-in post type.
# $labels->add_new_item = sprintf( __( 'Add New %s', 'wpcf' ), $labels->singular_name );
# // translators: The "Add New" label for a built-in post type.
msgid "Add New %s"
msgstr ""
# // translators: The "Edit <Item>" label for a built-in post type.
# $labels->edit_item = sprintf( __( 'Edit %s', 'wpcf' ), $labels->singular_name );
# // translators: The "New <Items>" label for a built-in post type.
msgid "Edit %s"
msgstr ""
# // translators: The "New <Items>" label for a built-in post type.
# $labels->new_item = sprintf( __( 'New %s', 'wpcf' ), $labels->name );
# // translators: The "View <Items>" label for a built-in post type.
msgid "New %s"
msgstr ""
# // translators: The "View <Items>" label for a built-in post type.
# $labels->view_item = sprintf( __( 'View %s', 'wpcf' ), $labels->name );
# // translators: The "Search <Items>" label for a built-in post type.
msgid "View %s"
msgstr ""
# // translators: The "Search <Items>" label for a built-in post type.
# $labels->search_items = sprintf( __( 'Search %s', 'wpcf' ), $labels->name );
# // translators: The "No <items> found" label for a built-in post type.
msgid "Search %s"
msgstr ""
# // translators: The "No <items> found" label for a built-in post type.
# $labels->not_found = sprintf( __( 'No %s found', 'wpcf' ), strtolower( $labels->name ) );
# // translators: The "No <items> found in Trash" label for a built-in post type.
msgid "No %s found"
msgstr ""
# // translators: The "No <items> found in Trash" label for a built-in post type.
# $labels->not_found_in_trash = sprintf( __( 'No %s found in Trash', 'wpcf' ), strtolower( $labels->name ) );
# // translators: The "Parent <Items>" label for a built-in post type.
msgid "No %s found in Trash"
msgstr ""
# // translators: The "Parent <Items>" label for a built-in post type.
# $labels->parent_item_colon = sprintf( __( 'Parent %s', 'wpcf' ), $labels->name );
# // translators: The "All <Items>" label for a built-in post type.
msgid "Parent %s"
msgstr ""
# // translators: The "All <Items>" label for a built-in post type.
# $labels->all_items = sprintf( __( 'All %s', 'wpcf' ), $labels->name );
# $labels->menu_name = $labels->name;
msgid "All %s"
msgstr ""
# global $current_user;
# $output = '<tr>' . __( 'Passed wrong parameters', 'wpcf' ) . '</tr>';
# $id = 0;
msgid "Passed wrong parameters"
msgstr ""
# if ( ! $has_permissions ) {
# $output = '<tr><td>' . __( 'You do not have rights to create new items', 'wpcf' ) . '</td></tr>';
# } else if (
msgid "You do not have rights to create new items"
msgstr ""
# } else {
# $output = '<tr>' . __( 'Error creating post relationship', 'wpcf' ) . '</tr>';
# }
msgid "Error creating post relationship"
msgstr ""
# } else {
# $output = '<tr>' . __( 'Error getting parent post', 'wpcf' ) . '</tr>';
# }
msgid "Error getting parent post"
msgstr ""
# $post_title = sprintf(
# __('[empty title] ID: %d', 'wpcf'),
# get_the_ID()
msgid "[empty title] ID: %d"
msgstr ""
# 'callback' => 'wpcf_admin_metabox_module_manager_post',
# 'title' => __('Module Manager', 'wpcf'),
# 'default' => 'side',
msgid "Module Manager"
msgstr ""
# $sections[_GROUPS_MODULE_MANAGER_KEY_] = array(
# 'title' => __( 'Field Groups', 'wpcf' ),
# 'icon' => WPCF_EMBEDDED_RES_RELPATH . '/images/types-icon-color_12X12.png',
msgid "Field Groups"
msgstr ""
#
# $_details = sprintf( __( '%s post type: %s', 'wpcf' ), ucfirst( $type['public'] ), $type['labels']['name'] );
# $details = !empty( $type['description'] ) ? $type['description'] : $_details;
msgid "%s post type: %s"
msgstr ""
# if ( false === $result2 || is_wp_error( $result2 ) )
# return (false === $result2) ? __( 'Error during Post Types import', 'wpcf' ) : $result2->get_error_message( $result2->get_error_code() );
#
msgid "Error during Post Types import"
msgstr ""
# foreach ( $groups as $group ) {
# $_details = sprintf( __( 'Fields group: %s', 'wpcf' ),
# $group['name'] );
msgid "Fields group: %s"
msgstr ""
# if ( false === $result2 || is_wp_error( $result2 ) )
# return (false === $result2) ? __( 'Error during Field Groups import', 'wpcf' ) : $result2->get_error_message( $result2->get_error_code() );
#
msgid "Error during Field Groups import"
msgstr ""
# if ( false === $result2 || is_wp_error( $result2 ) )
# return (false === $result2) ? __( 'Error during Taxonomies import', 'wpcf' ) : $result2->get_error_message( $result2->get_error_code() );
#
msgid "Error during Taxonomies import"
msgstr ""
# if ( empty( $temp_dir ) ) {
# die(__('There is a problem with temporary directory.', 'wpcf'));
# }
msgid "There is a problem with temporary directory."
msgstr ""
# if ( !$data ) {
# echo '<div class="message error"><p>' . __( 'Error parsing XML', 'wpcf' ) . '</p></div>';
# foreach ( libxml_get_errors() as $error ) {
msgid "Error parsing XML"
msgstr ""
# $group['post_title'] ) );
# $result['errors'][] = sprintf( __( 'Group %s update failed', 'wpcf' ), $group['post_title'] );
# $result['failed'] += 1;
msgid "Group %s update failed"
msgstr ""
# $group['post_title'] ) );
# $result['errors'][] = sprintf( __( 'Group %s insert failed', 'wpcf' ), $group['post_title'] );
# $result['failed'] += 1;
msgid "Group %s insert failed"
msgstr ""
# if( ! isset( $relationship[$key] ) ) {
# throw new Exception( __( 'Incompatible module', 'wpcf' ) );
# }
msgid "Incompatible module"
msgstr ""
# $_item['id'] = '__fields__' . $item['id'] . '';
# $_item['title'] = sprintf( __( 'Field: %s', 'wpcf' ), $item['title'] );
# $_item['exists'] = $wpcf->import->item_exists( 'field', $item['id'] );
msgid "Field: %s"
msgstr ""
# if ( !defined( 'MODMAN_PLUGIN_NAME' ) ) {
# _e('There is a problem with Module Manager', 'wpcf');
# return;
msgid "There is a problem with Module Manager"
msgstr ""
# if ( empty($group) ) {
# _e('Wrong group id.', 'wpcf');
# return;
msgid "Wrong group id."
msgstr ""
# default:
# _e('Wrong type!', 'wpcf');
# break;
msgid "Wrong type!"
msgstr ""
# $group['html'][] = '<label class="wpt-form-label wpt-form-textfield-label">' . $repeatable_group->get_name() . '</label>'
# . '<p class="toolset-alert toolset-alert-error">' . sprintf( __( 'You don\'t have permission to create <strong>%s</strong> Repeteable Field Groups.', 'wpcf' ), $repeatable_group->get_name() ) . '</p>';
# continue;
msgid "You don't have permission to create <strong>%s</strong> Repeteable Field Groups."
msgstr ""
# $group['html'][] = '<span class="wpt-form-label wpt-form-textfield-label">'.$field['name'].'</span>'
# . '<p>' . sprintf( __( 'Post Reference Field "%s" is not active, because the related post type is inactive.', 'wpcf' ), $field['name'] ) . '</p>';
# continue;
msgid "Post Reference Field \"%s\" is not active, because the related post type is inactive."
msgstr ""
# wpcf_admin_add_js_settings( 'wpcfFieldNewInstanceWarning',
# __( 'If you change slug, new field will be created', 'wpcf' ) );
#
msgid "If you change slug, new field will be created"
msgstr ""
# $element['#title'] .= '<i class="fa fa-lock icon-warning-sign js-otgs-popover-tooltip" title="'
# . esc_attr( __( 'This field is locked for editing because WPML will copy its value from the original language.', 'wpcf' ) )
# . '"></i>';
msgid "This field is locked for editing because WPML will copy its value from the original language."
msgstr ""
# '<?php esc_attr_e( 'Preview warning', 'wpcf' ); ?>',
# '<?php echo esc_attr( sprintf( __( 'Custom field changes cannot be previewed until %s is updated',
# 'wpcf' ), $post->post_type ) ); ?>' );
msgid "Custom field changes cannot be previewed until %s is updated"
msgstr ""
# '<td scope="row">' . $repeatable_group->get_name() . '</td>'.
# '<td><em>' . esc_html__( 'Read-only mode is not available.', 'wpcf' ) . '</em></td>' .
# '</tr>';
msgid "Read-only mode is not available."
msgstr ""
# typesPostScreen.previewWarning(
# '<?php esc_attr_e( 'Preview warning', 'wpcf' ); ?>',
# '<?php echo esc_attr( sprintf( __( 'Custom field changes cannot be previewed until %s is updated',
msgid "Preview warning"
msgstr ""
# sprintf(
# __("Functionality enhanced using %sWordPress Post Fields%s", 'wpcf'),
# sprintf(
msgid "Functionality enhanced using %sWordPress Post Fields%s"
msgstr ""
# sprintf(
# __("Functionality enhanced using %sWordPress Post Types%s", 'wpcf'),
# sprintf(
msgid "Functionality enhanced using %sWordPress Post Types%s"
msgstr ""
# sprintf(
# __("Functionality enhanced using %sWordPress Taxonomy%s", 'wpcf'),
# sprintf(
msgid "Functionality enhanced using %sWordPress Taxonomy%s"
msgstr ""
# if (empty($option['active'])) {
# $message = __('You too can support Types! Would you like to add a small credit link, saying that you\'re using Types for custom fields or post types?', 'wpcf')
# . '<br /><br />'
msgid "You too can support Types! Would you like to add a small credit link, saying that you're using Types for custom fields or post types?"
msgstr ""
# . 'footer_credit_support_message' . '&_wpnonce=' . wp_create_nonce('dismiss_message')) . "\">"
# . __('No, thanks', 'wpcf') . '</a>';
# echo '<div class="message updated"><p>' . $message . '</p></div>';
msgid "No, thanks"
msgstr ""
# return array(
# '=' => '= (' . __( 'equal to', 'wpcf' ) . ')',
# '>' => '> (' . __( 'larger than', 'wpcf' ) . ')',
msgid "equal to"
msgstr ""
# '=' => '= (' . __( 'equal to', 'wpcf' ) . ')',
# '>' => '> (' . __( 'larger than', 'wpcf' ) . ')',
# '<' => '< (' . __( 'less than', 'wpcf' ) . ')',
msgid "larger than"
msgstr ""
# '>' => '> (' . __( 'larger than', 'wpcf' ) . ')',
# '<' => '< (' . __( 'less than', 'wpcf' ) . ')',
# '>=' => '>= (' . __( 'larger or equal to', 'wpcf' ) . ')',
msgid "less than"
msgstr ""
# '<' => '< (' . __( 'less than', 'wpcf' ) . ')',
# '>=' => '>= (' . __( 'larger or equal to', 'wpcf' ) . ')',
# '<=' => '<= (' . __( 'less or equal to', 'wpcf' ) . ')',
msgid "larger or equal to"
msgstr ""
# '>=' => '>= (' . __( 'larger or equal to', 'wpcf' ) . ')',
# '<=' => '<= (' . __( 'less or equal to', 'wpcf' ) . ')',
# '===' => '=== (' . __( 'identical to', 'wpcf' ) . ')',
msgid "less or equal to"
msgstr ""
# '<=' => '<= (' . __( 'less or equal to', 'wpcf' ) . ')',
# '===' => '=== (' . __( 'identical to', 'wpcf' ) . ')',
# '<>' => '!= (' . __( 'not identical to', 'wpcf' ) . ')',
msgid "identical to"
msgstr ""
# '===' => '=== (' . __( 'identical to', 'wpcf' ) . ')',
# '<>' => '!= (' . __( 'not identical to', 'wpcf' ) . ')',
# '!==' => '!== (' . __( 'strictly not equal', 'wpcf' ) . ')',
msgid "not identical to"
msgstr ""
# '<>' => '!= (' . __( 'not identical to', 'wpcf' ) . ')',
# '!==' => '!== (' . __( 'strictly not equal', 'wpcf' ) . ')',
# // 'between' => __('between', 'wpcf'),
msgid "strictly not equal"
msgstr ""
# <input id="cbs-display-db" type="radio" name="display" value="db" data-bind="checked: cbs_mode"/>
# <label for="cbs-display-db"><?php _e( 'Display the value of this field from the database', 'wpcf' ); ?></label>
# </li>
msgid "Display the value of this field from the database"
msgstr ""
# <input id="cbs-display-sep" type="radio" name="display" value="display_all" data-bind="checked: cbs_mode" />
# <label for="cbs-display-sep"><?php _e( 'Display all values with separator', 'wpcf' ); ?></label>
# <input type="text" name="cbs_separator" data-bind="value: ted.params.separator || ', '" />
msgid "Display all values with separator"
msgstr ""
# <input id="cbs-display-val" type="radio" name="display" value="value" data-bind="checked: cbs_mode" />
# <label for="cbs-display-val"><?php _e( 'Enter values for \'selected\' and \'not selected\' states', 'wpcf' ); ?></label>
#
msgid "Enter values for 'selected' and 'not selected' states"
msgstr ""
# <p>
# <label for="cbs-sel-<?php echo $key ?>" class="input-title"><?php _e( 'Selected:', 'wpcf' ); ?></label>
# <input id="cbs-sel-<?php echo $key ?>" type="text" name="options[<?php echo $cb[ 'id' ]; ?>][selected]" value="<?php echo $cb[ 'selected' ]; ?>" placeholder="<?php _e('Enter selected value', 'wpcf'); ?>" />
msgid "Selected:"
msgstr ""
# <label for="cbs-sel-<?php echo $key ?>" class="input-title"><?php _e( 'Selected:', 'wpcf' ); ?></label>
# <input id="cbs-sel-<?php echo $key ?>" type="text" name="options[<?php echo $cb[ 'id' ]; ?>][selected]" value="<?php echo $cb[ 'selected' ]; ?>" placeholder="<?php _e('Enter selected value', 'wpcf'); ?>" />
# </p>
msgid "Enter selected value"
msgstr ""
# <p>
# <label for="cbs-not-sel-<?php echo $key ?>" class="input-title"><?php _e( 'Not selected:', 'wpcf' ); ?></label>
# <input id="cbs-not-sel-<?php echo $key ?>" type="text" name="options[<?php echo $cb[ 'id' ]; ?>][not_selected]" value="<?php echo $cb[ 'not_selected' ]; ?>" placeholder="<?php _e('Enter not selected value', 'wpcf'); ?>" />
msgid "Not selected:"
msgstr ""
# <label for="cbs-not-sel-<?php echo $key ?>" class="input-title"><?php _e( 'Not selected:', 'wpcf' ); ?></label>
# <input id="cbs-not-sel-<?php echo $key ?>" type="text" name="options[<?php echo $cb[ 'id' ]; ?>][not_selected]" value="<?php echo $cb[ 'not_selected' ]; ?>" placeholder="<?php _e('Enter not selected value', 'wpcf'); ?>" />
# </p>
msgid "Enter not selected value"
msgstr ""
# <label for="audio-loop" class="input-title"><?php _e( 'Loop', 'wpcf' ); ?></label>
# <span class="help-text"><?php _e('Allows for the looping of media.', 'wpcf'); ?></span>
# </p>
msgid "Allows for the looping of media."
msgstr ""
# <label for="audio-autoplay" class="input-title"><?php _e( 'Autoplay', 'wpcf' ); ?></label>
# <span class="help-text"><?php _e('Causes the media to automatically play as soon as the media file is ready.', 'wpcf'); ?></span>
# </p>
msgid "Causes the media to automatically play as soon as the media file is ready."
msgstr ""
# <input id="url-title" type="text" name="title" value="<?php echo $data['title']; ?>" />
# <span class="help-text"><?php _e( 'If set, this text will be displayed instead of raw data', 'wpcf' ); ?></span>
# </div>
msgid "If set, this text will be displayed instead of raw data"
msgstr ""
# <div class="fieldset">
# <label class="input-title" for="url-protocol"><?php _e( 'No protocol', 'wpcf' ); ?></label>
# <input id="url-protocol" type="checkbox" name="no_protocol" value="1"<?php if ( $data['no_protocol'] ) echo ' checked="checked"'; ?> />
msgid "No protocol"
msgstr ""
# <input id="url-protocol" type="checkbox" name="no_protocol" value="1"<?php if ( $data['no_protocol'] ) echo ' checked="checked"'; ?> />
# <span class="help-text"><?php _e( 'If checked, link will be rendered without http or https', 'wpcf' ); ?></span>
# </div>
msgid "If checked, link will be rendered without http or https"
msgstr ""
# <div class="group-nested" data-bind="visible: url_target() == 'framename'">
# <label for="url-target-framename"><?php _e( 'Enter framename', 'wpcf' ); ?></label>
# <input id="url-target-framename" type="text" name="framename" value="<?php echo $data['framename']; ?>" />
msgid "Enter framename"
msgstr ""
# <p>
# <label for="numeric-format" class="input-title"><?php _e( 'Output format', 'wpcf' ); ?></label>
# <input id="numeric-format" type="text" name="format" value="<?php echo $data['format']; ?>" />
msgid "Output format"
msgstr ""
# <p>
# <?php _e( "Use FIELD_NAME for title and FIELD_VALUE for value", 'wpcf' ); ?>
# <br />
msgid "Use FIELD_NAME for title and FIELD_VALUE for value"
msgstr ""
# <br />
# <?php _e( "e.g. Value of FIELD_NAME is FIELD_VALUE", 'wpcf' ); ?>
# </p>
msgid "e.g. Value of FIELD_NAME is FIELD_VALUE"
msgstr ""
# sprintf(
# __( 'Note: Backslash escaping is not safe because of %stechnical reasons%s.', 'wpcf' ),
# '<a href="https://codex.wordpress.org/Function_Reference/update_post_meta#Character_Escaping">',
msgid "Note: Backslash escaping is not safe because of %stechnical reasons%s."
msgstr ""
# <input id="date-calendar" type="radio" name="style" value="calendar" data-bind="checked: date_mode, click: dateStyling" />
# <label for="date-calendar"><?php _e( 'Show as calendar ', 'wpcf' ); ?></label>
# </li>
msgid "Show as calendar "
msgstr ""
# <input id="date-text" type="radio" name="style" value="text" data-bind="checked: date_mode, click: dateStyling" />
# <label for="date-text"><?php _e( 'Show as text', 'wpcf' ); ?></label>
#
msgid "Show as text"
msgstr ""
# <!-- this doesn't display properly with colorbox, removing temporarily: <i class="fa fa-book icon-book"></i> -->
# <?php _e( 'Documentation on date and time formatting', 'wpcf' ); ?>
# </a>
msgid "Documentation on date and time formatting"
msgstr ""
# <p>
# <label for="file-title" class="input-title"><?php _e( 'Link title', 'wpcf' ); ?></label>
# <input id="file-title" type="text" name="title" value="<?php echo esc_attr($data['title']); ?>" />
msgid "Link title"
msgstr ""
# <p>
# <label for="video-poster" class="input-title"><?php _e( 'Poster', 'wpcf' ); ?></label>
# <input id="video-poster" type="text" name="poster" value="<?php echo $data['poster']; ?>" />
msgid "Poster"
msgstr ""
# <input id="video-poster" type="text" name="poster" value="<?php echo $data['poster']; ?>" />
# <span class="help-text"><?php _e('URL for the poster image. Defines image to show as placeholder before the media plays.', 'wpcf'); ?></span>
# </p>
msgid "URL for the poster image. Defines image to show as placeholder before the media plays."
msgstr ""
# ?>
# <h3><?php _e( 'Select a button from below', 'wpcf' ); ?></h3>
# <table border="0" cellpadding="0" cellspacing="0" width="445">
msgid "Select a button from below"
msgstr ""
#
# <h3><?php _e( 'Skype buttons with status', 'wpcf' ); ?></h3>
# <p><?php _e( 'If you choose to show your Skype status, your Skype button will always reflect your availability on Skype. This status will be shown to everyone, whether they’re in your contact list or not.', 'wpcf' ); ?></p>
msgid "Skype buttons with status"
msgstr ""
# <h3><?php _e( 'Skype buttons with status', 'wpcf' ); ?></h3>
# <p><?php _e( 'If you choose to show your Skype status, your Skype button will always reflect your availability on Skype. This status will be shown to everyone, whether they’re in your contact list or not.', 'wpcf' ); ?></p>
#
msgid "If you choose to show your Skype status, your Skype button will always reflect your availability on Skype. This status will be shown to everyone, whether they’re in your contact list or not."
msgstr ""
# <input id="radio-display-val" type="radio" name="display" value="value" data-bind="checked: radio_mode" />
# <label for="radio-display-val"><?php _e( 'Show one of these values:', 'wpcf' ); ?></label>
#
msgid "Show one of these values:"
msgstr ""
# /* translators: %s: add new Taxonomy label */
# printf( __( '+ %s', 'wpcf' ), $tax->labels->add_new_item );
# ?>
msgid "+ %s"
msgstr ""
# <li class="tabs"><a href="#<?php echo $taxonomy; ?>-all"><?php echo $tax->labels->all_items; ?></a></li>
# <li class="hide-if-no-js"><a href="#<?php echo $taxonomy; ?>-pop"><?php _e( 'Most Used', 'wpcf' ); ?></a></li>
# </ul>
msgid "Most Used"
msgstr ""
# if ( wpcf_is_embedded() ) {
# $warning_remote = __( 'Remote image resize is disabled, so Types will only resize images that you upload.', 'wpcf' );
# } else {
msgid "Remote image resize is disabled, so Types will only resize images that you upload."
msgstr ""
# } else {
# $warning_remote = sprintf( __( 'Remote image resize is currently disabled, so Types will only resize images that you upload. To change, go to the %sTypes settings page%s.', 'wpcf' ),
# '<a href="' . admin_url( 'admin.php?page=wpcf-custom-settings#types-image-settings' ) . '" target="_blank">',
msgid "Remote image resize is currently disabled, so Types will only resize images that you upload. To change, go to the %sTypes settings page%s."
msgstr ""
# printf(
# __( 'You can display image information using the following placeholders: %s', 'wpcf' ),
# $placeholder_list
msgid "You can display image information using the following placeholders: %s"
msgstr ""
# <p>
# <label for="image-title" class="input-title"><?php _e( 'Image title', 'wpcf' ); ?> <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'Placeholders', 'wpcf' ) ?>" data-content="<?php wpcf_print_placeholder_list( 'image-title') ?>"></i></label>
#
msgid "Image title"
msgstr ""
# <p>
# <label for="image-title" class="input-title"><?php _e( 'Image title', 'wpcf' ); ?> <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'Placeholders', 'wpcf' ) ?>" data-content="<?php wpcf_print_placeholder_list( 'image-title') ?>"></i></label>
#
msgid "Placeholders"
msgstr ""
# <p>
# <label for="image-alt" class="input-title"><?php _e( 'Alternative text', 'wpcf' ); ?> <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'Placeholders', 'wpcf' ) ?>" data-content="<?php wpcf_print_placeholder_list( 'image-alt') ?>"></i></label>
# <input id="image-alt" type="text" name="alt" value="<?php echo $data['alt']; ?>" />
msgid "Alternative text"
msgstr ""
# <div class="fieldset form-inline">
# <h2><?php _e( 'Position and size', 'wpcf' ); ?></h2>
# <p>
msgid "Position and size"
msgstr ""
# <p>
# <!--<h2><?php _e( 'Alignment', 'wpcf' ); ?></h2>-->
# <label for="image-alignment"><?php _e( 'Alignment', 'wpcf' ); ?></label>
msgid "Alignment"
msgstr ""
# <p>
# <!--<h2><?php _e( 'Pre-defined sizes', 'wpcf' ); ?></h2>-->
# <label for="image_size"><?php _e( 'Pre-defined sizes', 'wpcf' ); ?></label>
msgid "Pre-defined sizes"
msgstr ""
# <!-- Conditional icon displaying for dismissed warning message -->
# <i class="fa fa-exclamation-triangle icon-warning-sign js-show-tooltip" data-header="<?php _e( 'Image resize disabled', 'wpcf' ); ?>" data-content="<?php echo esc_attr($warning_remote); ?>"></i>
# <?php endif; ?>
msgid "Image resize disabled"
msgstr ""
# <div class="fieldset form-inline" data-bind="visible: image_size() != 'full'">
# <p><?php _e('If images have a different aspect ratio than the display size, what would you like to do?', 'wpcf'); ?></p>
# <p>
msgid "If images have a different aspect ratio than the display size, what would you like to do?"
msgstr ""
# <p>
# <label for="image-proportional" class="input-title"><?php _e( 'Keep proportional', 'wpcf' ); ?></label>
# <input id="image-proportional" type="checkbox" name="proportional" value="1" data-bind="checked: imageKeepProportional" />
msgid "Keep proportional"
msgstr ""
# <input id="resize-proportional" type="radio" name="resize" value="proportional" data-bind="checked: imageResize" />
# <label for="resize-proportional" class="input-title"><?php _e( 'Resize images to fit inside the new size. Width or height might be smaller than the specified dimensions.', 'wpcf' ); ?></label>
# </p>
msgid "Resize images to fit inside the new size. Width or height might be smaller than the specified dimensions."
msgstr ""
# <input id="resize-pad" type="radio" name="resize" value="pad" data-bind="checked: imageResize" />
# <label for="resize-pad" class="input-title"><?php _e( 'Pad images, so that they fill the specified dimensions exactly.', 'wpcf' ); ?></label>
# </p>
msgid "Pad images, so that they fill the specified dimensions exactly."
msgstr ""
# <input id="resize-crop" type="radio" name="resize" value="crop" data-bind="checked: imageResize" />
# <label for="resize-crop" class="input-title"><?php _e( 'Crop images, so that they fill the specified dimensions exactly.', 'wpcf' ); ?></label>
# </p>
msgid "Crop images, so that they fill the specified dimensions exactly."
msgstr ""
# <input id="image-url" type="checkbox" name="url" value="1" data-bind="checked: imageUrl, click: imageUrlDisable" />
# <label for="image-url"><?php _e( 'Output only the URL of the re-sized image instead of the img tag', 'wpcf' ); ?></label>
# </p>
msgid "Output only the URL of the re-sized image instead of the img tag"
msgstr ""
# <!--<input id="image-onload" type="text" name="onload" value="<?php echo $data['onload']; ?>" />
# <label for="image-onload"><?php _e( 'Onload callback', 'wpcf' ); ?></label>-->
#
msgid "Onload callback"
msgstr ""
# <p><input type="text" id="new-tag-<?php echo $html_id; ?>" name="newtag<?php echo $html_id; ?>[<?php echo $tax_name; ?>]" class="js-types-newtag form-input-tip" size="16" autocomplete="off" value="" data-types-tax="<?php echo $tax_name; ?>" />
# <input type="button" class="button js-types-addtag" value="<?php esc_attr_e('Add', 'wpcf'); ?>" /></p>
# </div>
msgid "Add"
msgstr ""
# 'field_name' => $data['field_type_data']['title'],
# 'title' => stripcslashes(sprintf('%s %s', wp_kses_post($data['field']['name']), __('field', 'wpcf'))),
# 'submit_button_title' => __('Insert shortcode', 'wpcf'),
msgid "field"
msgstr ""
# <!-- ko ifnot: supports('style') -->
# <i class="fa fa-exclamation-triangle icon-warning-sign js-show-tooltip" data-header="<?php _e( 'Warning', 'wpcf' ); ?>" data-content="<?php printf( __( 'Style is not available for %s field', 'wpcf' ), $data['field_name'] ); ?>"></i><?php printf( __( 'Style is not available for %s field', 'wpcf' ), $data['field_name'] ); ?><!-- /ko -->
# <!-- ko if: supports('style') -->
msgid "Style is not available for %s field"
msgstr ""
# <?php endforeach; ?>
# <a id="menu-item-styling" class="types-media-menu-item js-raw-disable" href="#" data-bind="visible: showMenuStyling, tedSupports: 'styling'"><?php _e( 'Styling', 'wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'separator'" href="#"><?php _e( 'Separator', 'wpcf' ); ?></a>
msgid "Styling"
msgstr ""
# <a id="menu-item-styling" class="types-media-menu-item js-raw-disable" href="#" data-bind="visible: showMenuStyling, tedSupports: 'styling'"><?php _e( 'Styling', 'wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'separator'" href="#"><?php _e( 'Separator', 'wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'user_id'" href="#"><?php _e( 'User','wpcf' ); ?></a>
msgid "Separator"
msgstr ""
# <a class="types-media-menu-item" data-bind="tedSupports: 'separator'" href="#"><?php _e( 'Separator', 'wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'user_id'" href="#"><?php _e( 'User','wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'post_id'" href="#"><?php _e( 'Post selection', 'wpcf' ); ?></a>
msgid "User"
msgstr ""
# <a class="types-media-menu-item" data-bind="tedSupports: 'user_id'" href="#"><?php _e( 'User','wpcf' ); ?></a>
# <a class="types-media-menu-item" data-bind="tedSupports: 'post_id'" href="#"><?php _e( 'Post selection', 'wpcf' ); ?></a>
# <div class="separator"></div>
msgid "Post selection"
msgstr ""
# <input type="checkbox" id="types-modal-raw" name="raw_mode" value="1" data-bind="checked: raw, click: rawDisableAll" />
# <label for="types-modal-raw"><?php _e( 'Display this field without any formatting', 'wpcf' ); ?></label>
# <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'RAW mode', 'wpcf' ) ?>" data-content="<?php _e( 'When checked, displays raw data stored in database.', 'wpcf' ) ?>"></i>
msgid "Display this field without any formatting"
msgstr ""
# <label for="types-modal-raw"><?php _e( 'Display this field without any formatting', 'wpcf' ); ?></label>
# <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'RAW mode', 'wpcf' ) ?>" data-content="<?php _e( 'When checked, displays raw data stored in database.', 'wpcf' ) ?>"></i>
# </p>
msgid "RAW mode"
msgstr ""
# <label for="types-modal-raw"><?php _e( 'Display this field without any formatting', 'wpcf' ); ?></label>
# <i class="fa fa-question-circle icon-question-sign js-show-tooltip" data-header="<?php _e( 'RAW mode', 'wpcf' ) ?>" data-content="<?php _e( 'When checked, displays raw data stored in database.', 'wpcf' ) ?>"></i>
# </p>
msgid "When checked, displays raw data stored in database."
msgstr ""
# <div class="message updated" data-bind="visible: raw()">
# <p><?php _e( 'RAW mode is selected. The field value will be displayed, without any formatting.', 'wpcf' ); ?></p>
# </div>
msgid "RAW mode is selected. The field value will be displayed, without any formatting."
msgstr ""
# <h2><?php _e( 'Styling', 'wpcf' ); ?></h2>
# <p><?php _e( 'You can style this field by applying a CSS class to it, or by entering the CSS attributes that would appear with the HTML.', 'wpcf' ); ?></p>
# <div class="fieldset">
msgid "You can style this field by applying a CSS class to it, or by entering the CSS attributes that would appear with the HTML."
msgstr ""
# <p>
# <label for="types-modal-css-class" class="input-title"><?php _e( 'CSS class:', 'wpcf' ); ?></label>
# <input type="text" name="class" value="<?php echo $data['class']; ?>" id="types-modal-css-class" data-bind="disable: !output()" />
msgid "CSS class:"
msgstr ""
# <input type="text" name="class" value="<?php echo $data['class']; ?>" id="types-modal-css-class" data-bind="disable: !output()" />
# <span class="help-text"><?php _e( 'enter your class names separated by a space (e.g. myclass1 myclass2)', 'wpcf' ); ?></span>
# </p>
msgid "enter your class names separated by a space (e.g. myclass1 myclass2)"
msgstr ""
# <p>
# <label for="types-modal-style" class="input-title"><?php _e( 'CSS style:', 'wpcf' ); ?></label>
# <input type="text" name="style" value="<?php echo $data['style']; ?>" id="types-modal-style" data-bind="disable: !output() || !supports('style')" />
msgid "CSS style:"
msgstr ""
# <!-- ko if: supports('style') -->
# <span class="help-text"><?php _e( 'enter the css for your inline style (e.g. color:red;font-weight:bold)', 'wpcf' ); ?></span><!-- /ko -->
# </p>
msgid "enter the css for your inline style (e.g. color:red;font-weight:bold)"
msgstr ""
# <p>
# <?php _e('The separator will be displayed between each of your repeating field values', 'wpcf'); ?>
# </p>
msgid "The separator will be displayed between each of your repeating field values"
msgstr ""
# <input id="separator-comma" type="radio" name="separator" value=", " data-bind="checked: separator" />
# <label for="separator-comma"><?php _e( 'Comma', 'wpcf' ); ?></label>
# </li>
msgid "Comma"
msgstr ""
# <input id="separator-space" type="radio" name="separator" value=" " data-bind="checked: separator" />
# <label for="separator-space"><?php _e( 'Space', 'wpcf' ); ?></label>
# </li>
msgid "Space"
msgstr ""
# <input id="separator-nbsp" type="radio" name="separator" value="&nbsp;" data-bind="checked: separator" />
# <label for="separator-nbsp"><?php _e( 'Non-breaking space', 'wpcf' ); ?></label>
# </li>
msgid "Non-breaking space"
msgstr ""
# <input id="separator-sc" type="radio" name="separator" value=";" data-bind="checked: separator" />
# <label for="separator-sc"><?php _e( 'Semicolon', 'wpcf' ); ?></label>
# </li>
msgid "Semicolon"
msgstr ""
#
# <h2><?php _e( 'Display this field from:', 'wpcf' ); ?></h2>
#
msgid "Display this field from:"
msgstr ""
# <input type="radio" id="post-id-current" name="post_id" value="current" data-bind="checked: relatedPost" />
# <label for="post-id-current"><?php _e( 'The current post being displayed either directly or in a View loop', 'wpcf' ); ?></label>
# </p>
msgid "The current post being displayed either directly or in a View loop"
msgstr ""
# <input type="radio" id="post-id-parent" name="post_id" value="parent" data-bind="checked: relatedPost" />
# <label for="post-id-parent"><?php _e( 'The parent of the current post (WordPress parent)', 'wpcf' ); ?></label>
# </p>
msgid "The parent of the current post (WordPress parent)"
msgstr ""
# <input type="radio" id="post-id-related" name="post_id" value="related" data-bind="checked: relatedPost" />
# <label for="post-id-related"><?php _e( 'The parent of this post, set by Types (parent/child relationship)', 'wpcf' ); ?></label>
# </p>
msgid "The parent of this post, set by Types (parent/child relationship)"
msgstr ""
# <input type="radio" id="post-id-related" name="post_id" value="related" data-bind="checked: relatedPost" />
# <label for="post-id-related"><?php _e( 'A post from related Post Type (Relationship set in Types)', 'wpcf' ); ?></label>
# </p>
msgid "A post from related Post Type (Relationship set in Types)"
msgstr ""
# <input type="radio" id="post-id-intermediate" name="post_id" value="intermediate" data-bind="checked: relatedPost" />
# <label for="post-id-intermediate"><?php _e( 'A Relationship', 'wpcf' ); ?></label>
# </p>
msgid "A Relationship"
msgstr ""
# <input type="radio" id="post-id" name="post_id" value="post_id" data-bind="checked: relatedPost" />
# <label for="post-id"><?php _e( 'A specific post ID', 'wpcf' ); ?></label>
# </p>
msgid "A specific post ID"
msgstr ""
# <input id="types-modal-output" type="checkbox" name="output" value="html" data-bind="checked: output" />
# <label for="types-modal-output"><?php _e( 'Output HTML', 'wpcf' ); ?></label>
# </p>-->
msgid "Output HTML"
msgstr ""
# <input id="types-modal-showname" type="checkbox" name="show_name" value="1" />
# <label for="types-modal-showname"><?php _e( 'Show name', 'wpcf' ); ?></label>
# </p>-->
msgid "Show name"
msgstr ""
# <p>
# <?php _e( 'Types Embedded was <strong>deactivated</strong>! You are already running the complete Types plugin, so this one is not needed anymore.', 'wpcf' ); ?>
# </p>
msgid "Types Embedded was <strong>deactivated</strong>! You are already running the complete Types plugin, so this one is not needed anymore."
msgstr ""
# 'required' => __( 'This field is required.', 'wpcf' ),
# 'email' => __( 'Please enter a valid email address.', 'wpcf' ),
# 'url' => __( 'Please enter a valid URL address.', 'wpcf' ),
msgid "Please enter a valid email address."
msgstr ""
# 'email' => __( 'Please enter a valid email address.', 'wpcf' ),
# 'url' => __( 'Please enter a valid URL address.', 'wpcf' ),
# 'date' => __( 'Please enter a valid date.', 'wpcf' ),
msgid "Please enter a valid URL address."
msgstr ""
# 'url' => __( 'Please enter a valid URL address.', 'wpcf' ),
# 'date' => __( 'Please enter a valid date.', 'wpcf' ),
# 'digits' => __( 'Please enter numeric data.', 'wpcf' ),
msgid "Please enter a valid date."
msgstr ""
# 'date' => __( 'Please enter a valid date.', 'wpcf' ),
# 'digits' => __( 'Please enter numeric data.', 'wpcf' ),
# 'number' => __( 'Please enter numeric data.', 'wpcf' ),
msgid "Please enter numeric data."
msgstr ""
# 'number' => __( 'Please enter numeric data.', 'wpcf' ),
# 'alphanumeric' => __( 'Letters, numbers, spaces or underscores only please.', 'wpcf' ),
# 'nospecialchars' => __( 'Letters, numbers, spaces, underscores and dashes only please.', 'wpcf' ),
msgid "Letters, numbers, spaces or underscores only please."
msgstr ""
# 'alphanumeric' => __( 'Letters, numbers, spaces or underscores only please.', 'wpcf' ),
# 'nospecialchars' => __( 'Letters, numbers, spaces, underscores and dashes only please.', 'wpcf' ),
# 'rewriteslug' => __( 'Letters, numbers, slashes, underscores and dashes only please.', 'wpcf' ),
msgid "Letters, numbers, spaces, underscores and dashes only please."
msgstr ""
# 'nospecialchars' => __( 'Letters, numbers, spaces, underscores and dashes only please.', 'wpcf' ),
# 'rewriteslug' => __( 'Letters, numbers, slashes, underscores and dashes only please.', 'wpcf' ),
# 'negativeTimestamp' => __( 'Please enter a date after 1 January 1970.', 'wpcf' ),
msgid "Letters, numbers, slashes, underscores and dashes only please."
msgstr ""
# 'rewriteslug' => __( 'Letters, numbers, slashes, underscores and dashes only please.', 'wpcf' ),
# 'negativeTimestamp' => __( 'Please enter a date after 1 January 1970.', 'wpcf' ),
# 'maxlength' => sprintf( __( 'Maximum of %s characters exceeded.', 'wpcf' ), strval( $sprintf ) ),
msgid "Please enter a date after 1 January 1970."
msgstr ""
# 'negativeTimestamp' => __( 'Please enter a date after 1 January 1970.', 'wpcf' ),
# 'maxlength' => sprintf( __( 'Maximum of %s characters exceeded.', 'wpcf' ), strval( $sprintf ) ),
# 'minlength' => sprintf( __( 'Minimum of %s characters has not been reached.', 'wpcf' ), strval( $sprintf ) ),
msgid "Maximum of %s characters exceeded."
msgstr ""
# 'maxlength' => sprintf( __( 'Maximum of %s characters exceeded.', 'wpcf' ), strval( $sprintf ) ),
# 'minlength' => sprintf( __( 'Minimum of %s characters has not been reached.', 'wpcf' ), strval( $sprintf ) ),
# /**
msgid "Minimum of %s characters has not been reached."
msgstr ""
# */
# 'skype' => __( 'Letters, numbers, dashes, underscores, commas and periods only please.', 'wpcf' ),
# );
msgid "Letters, numbers, dashes, underscores, commas and periods only please."
msgstr ""
# . 'class="button-secondary" href="javascript:void(0);">'
# . __( 'Dismiss', 'wpcf' ) . '</a></div>';
# if ( $store ) {
msgid "Dismiss"
msgstr ""
# } else {
# $code = __( 'settings.xml file missing', 'wpcf' );
# wpcf_admin_message( $code, 'error' );
msgid "settings.xml file missing"
msgstr ""
# $link = "<a href=\"" . admin_url( '?types-embedded-import=1&_wpnonce=' . wp_create_nonce( 'embedded-import' ) ) . "\">";
# $text = sprintf( __( 'You have Types import pending. %sClick here to import.%s %sDismiss message.%s', 'wpcf' ), $link, '</a>',
# "<a onclick=\"jQuery(this).parent().parent().fadeOut();\" class=\"wpcf-ajax-link\" href=\""
msgid "You have Types import pending. %sClick here to import.%s %sDismiss message.%s"
msgstr ""
# wp_localize_script( 'wpcf-js-embedded', 'WPCF_basic', array(
# 'field_already_in_use' => sprintf( __( '%s This field is locked because the same field is added multiple times to this post. %s%s%s you can set the value%s', 'wpcf' ),'<small style="display: block;">', '<a href="#" class="focus_correct_field" data-field-slug="##DATA-FIELD-ID##" >','Here', '</a>','</small>'),
# ));
msgid "%s This field is locked because the same field is added multiple times to this post. %s%s%s you can set the value%s"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcfFormUniqueValuesCheckText',
# '\'' . __( 'Warning: same values selected', 'wpcf' ) . '\'' );
# wpcf_admin_add_js_settings( 'wpcfFormUniqueNamesCheckText',
msgid "Warning: same values selected"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcfFormUniqueNamesCheckText',
# '\'' . __( 'Warning: field name already used', 'wpcf' ) . '\'' );
# wpcf_admin_add_js_settings( 'wpcfFormUniqueSlugsCheckText',
msgid "Warning: field name already used"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcfFormUniqueSlugsCheckText',
# '\'' . __( 'Warning: field slug already used', 'wpcf' ) . '\'' );
# wpcf_admin_add_js_settings( 'wpcfFormUsedOrReservedSlug',
msgid "Warning: field slug already used"
msgstr ""
# wpcf_admin_add_js_settings( 'wpcfFormUsedOrReservedSlug',
# '\'' . __( 'You cannot use this slug because it is already used or a reserved word. Please choose a different slug.', 'wpcf' ) . '\'' );
# }
msgid "You cannot use this slug because it is already used or a reserved word. Please choose a different slug."
msgstr ""
# $post_type = current_filter();
# $title = __('View User Field Group', 'wpcf');
# if ( isset( $_GET['group_id'] ) ) {
msgid "View User Field Group"
msgstr ""
# if ( WPCF_Roles::user_can_edit('user-meta-field', $item) ) {
# $title = __( 'Edit User Field Group', 'wpcf' );
# $add_new = array(
msgid "Edit User Field Group"
msgstr ""
# } else if ( WPCF_Roles::user_can_create('user-meta-field')) {
# $title = __( 'Add New User Field Group', 'wpcf' );
# }
msgid "Add New User Field Group"
msgstr ""
# . 'wpcf-form-validate" onsubmit="';
# echo 'if (jQuery(\'#wpcf-group-name\').val() == \'' . __( 'Enter group title', 'wpcf' ) . '\') { jQuery(\'#wpcf-group-name\').val(\'\'); }';
# echo 'if (jQuery(\'#wpcf-group-description\').val() == \'' . __( 'Enter a description for this group', 'wpcf' ) . '\') { jQuery(\'#wpcf-group-description\').val(\'\'); }';
msgid "Enter group title"
msgstr ""
# echo 'if (jQuery(\'#wpcf-group-name\').val() == \'' . __( 'Enter group title', 'wpcf' ) . '\') { jQuery(\'#wpcf-group-name\').val(\'\'); }';
# echo 'if (jQuery(\'#wpcf-group-description\').val() == \'' . __( 'Enter a description for this group', 'wpcf' ) . '\') { jQuery(\'#wpcf-group-description\').val(\'\'); }';
# echo 'jQuery(\'.wpcf-forms-set-legend\').each(function(){
msgid "Enter a description for this group"
msgstr ""
# echo 'jQuery(\'.wpcf-forms-set-legend\').each(function(){
# if (jQuery(this).val() == \'' . __( 'Enter field name', 'wpcf' ) . '\') {
# jQuery(this).val(\'\');
msgid "Enter field name"
msgstr ""
# }
# if (jQuery(this).next().val() == \'' . __( 'Enter field slug', 'wpcf' ) . '\') {
# jQuery(this).next().val(\'\');
msgid "Enter field slug"
msgstr ""
# }
# if (jQuery(this).next().next().val() == \'' . __( 'Describe this field', 'wpcf' ) . '\') {
# jQuery(this).next().next().val(\'\');
msgid "Describe this field"
msgstr ""
# wpcf_add_admin_header(
# __( 'User Field Groups', 'wpcf' ),
# array('page' => 'wpcf-edit-usermeta'),
msgid "User Field Groups"
msgstr ""
# $usermeta_caps = array(
# array('view_own_in_profile', $default_role, __( 'View own fields in profile', 'wpcf' )),
# array('modify_own', $default_role, __( 'Modify own fields', 'wpcf' )),
msgid "View own fields in profile"
msgstr ""
# array('view_own_in_profile', $default_role, __( 'View own fields in profile', 'wpcf' )),
# array('modify_own', $default_role, __( 'Modify own fields', 'wpcf' )),
# );
msgid "Modify own fields"
msgstr ""
# {
# $USERMETA_ACCESS_AREA_NAME = __( 'User Meta Fields Access', 'wpcf' );
# $USERMETA_ACCESS_AREA_ID = '__USERMETA_FIELDS';
msgid "User Meta Fields Access"
msgstr ""
# /*array('view_fields_on_site', $default_role, __( 'View Fields On Site', 'wpcf' )),*/
# array('view_fields_in_edit_page', $default_role, __( 'View Fields In Edit Page', 'wpcf' )),
# array('modify_fields_in_edit_page', 'author', __( 'Modify Fields In Edit Page', 'wpcf' )),
msgid "View Fields In Edit Page"
msgstr ""
# array('view_fields_in_edit_page', $default_role, __( 'View Fields In Edit Page', 'wpcf' )),
# array('modify_fields_in_edit_page', 'author', __( 'Modify Fields In Edit Page', 'wpcf' )),
# );
msgid "Modify Fields In Edit Page"
msgstr ""
# {
# $FIELDS_ACCESS_AREA_NAME = __( 'Post Meta Fields Access', 'wpcf' );
# $FIELDS_ACCESS_AREA_ID = '__FIELDS';
msgid "Post Meta Fields Access"
msgstr ""
# $this->update = false;
# wpcf_admin_message( sprintf( __( "Group with ID %d do not exist", 'wpcf' ), $field_group_id ) );
#
msgid "Group with ID %d do not exist"
msgstr ""
# $settings_title = isset( $this->update['name'] )
# ? sprintf( __( 'Settings for %s', 'wpcf' ), $this->update['name'] )
# : __( 'Settings for the fields group', 'wpcf' );
msgid "Settings for %s"
msgstr ""
# ? sprintf( __( 'Settings for %s', 'wpcf' ), $this->update['name'] )
# : __( 'Settings for the fields group', 'wpcf' );
#
msgid "Settings for the fields group"
msgstr ""
# '%s <b>(%s)</b>',
# __( 'Name', 'wpcf' ),
# __( 'required', 'wpcf' )
msgid "Name"
msgstr ""
# __( 'Name', 'wpcf' ),
# __( 'required', 'wpcf' )
# ),
msgid "required"
msgstr ""
# 'class' => 'large-text',
# 'placeholder' => __( 'Enter Field Group name', 'wpcf' ),
# ),
msgid "Enter Field Group name"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __( 'Enter Field Group description', 'wpcf' ),
# 'class' => 'hidden js-wpcf-description',
msgid "Enter Field Group description"
msgstr ""
# '<a class="js-wpcf-toggle-description hidden" href="#">%s</a>',
# __('Add description', 'wpcf')
# ),
msgid "Add description"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<tr><td>' . __( 'Appears on', 'wpcf' ) . '</td>',
# );
msgid "Appears on"
msgstr ""
# '<p class="wpcf-fields-group-conditions-description js-wpcf-fields-group-conditions-none">%s</p>',
# __( 'By default <b>this group of fields</b> will appear when editing <b>all terms from all Taxonomies.</b><br /><br />Select specific Taxonomies to use these fields with.', 'wpcf' )
# ),
msgid "By default <b>this group of fields</b> will appear when editing <b>all terms from all Taxonomies.</b><br /><br />Select specific Taxonomies to use these fields with."
msgstr ""
# '<p class="wpcf-fields-group-conditions-description js-wpcf-fields-group-conditions-condition js-wpcf-fields-group-conditions-taxonomies">%s <span></span></p>',
# __( 'Taxonomies:', 'wpcf' )
# ),
msgid "Taxonomies:"
msgstr ""
# $field_settings_collapsed_class,
# esc_attr__('Click to toggle', 'wpcf'),
# $settings_title
msgid "Click to toggle"
msgstr ""
# 'data-wpcf-buttons-cancel' => esc_attr__( 'Cancel', 'wpcf' ),
# 'data-wpcf-dialog-title' => esc_attr__( 'Where to use this Field Group', 'wpcf' ),
# 'data-wpcf-field-prefix' => esc_attr( 'wpcf-form-groups-support-taxonomy-' ),
msgid "Where to use this Field Group"
msgstr ""
# 'data-wpcf-message-any' => esc_attr__( 'None', 'wpcf' ),
# 'data-wpcf-message-loading' => esc_attr__( 'Please wait, Loading…', 'wpcf' ),
# ),
msgid "Please wait, Loading…"
msgstr ""
# public function get_menu_title() {
# return __( 'Edit Term Field Group', 'wpcf' );
# }
msgid "Edit Term Field Group"
msgstr ""
# case 'add':
# return __( 'Add New Term Field Group', 'wpcf' );
# case 'view':
msgid "Add New Term Field Group"
msgstr ""
# case 'view':
# return __( 'View Term Field Group', 'wpcf' );
# default:
msgid "View Term Field Group"
msgstr ""
# $args = array(
# 'title' => __( 'Term Field Group', 'wpcf' ),
# 'id' => 'wpcf',
msgid "Term Field Group"
msgstr ""
# $contextual_help = ''
# .__('This is the edit page for your Term Field Groups.', 'wpcf')
# .PHP_EOL
msgid "This is the edit page for your Term Field Groups."
msgstr ""
# .PHP_EOL
# . __('On this page you can create and edit your groups. To create a group, do the following:', 'wpcf')
# .'<ol><li>'
msgid "On this page you can create and edit your groups. To create a group, do the following:"
msgstr ""
# .'<ol><li>'
# . __('Add a Title.', 'wpcf')
# .'</li><li>'
msgid "Add a Title."
msgstr ""
# .'</li><li>'
# . __('Choose where to display your group. You can attach this to any taxonomy.', 'wpcf')
# .'</li><li>'
msgid "Choose where to display your group. You can attach this to any taxonomy."
msgstr ""
# .'</li><li>'
# . __('To add a field, click on "Add New Field" and choose the field you desire. This will be added to your Term Field Group.', 'wpcf')
# .'</li><li>'
msgid "To add a field, click on \"Add New Field\" and choose the field you desire. This will be added to your Term Field Group."
msgstr ""
# .'</li><li>'
# . __('Add information about your Term Field.', 'wpcf')
# .'</li></ol>'
msgid "Add information about your Term Field."
msgstr ""
# .'</li></ol>'
# .'<h3>' . __('Tips', 'wpcf') .'</h3>'
# .'<ul><li>'
msgid "Tips"
msgstr ""
# .'<ul><li>'
# . __('To ensure a user fills out a field, check Required in Validation section.', 'wpcf')
# .'</li><li>'
msgid "To ensure a user fills out a field, check Required in Validation section."
msgstr ""
# .'</li><li>'
# . __('Once you have created a field, it will be saved for future use under "Choose from previously created fields" of "Add New Field" dialog.', 'wpcf')
# .'</li><li>'
msgid "Once you have created a field, it will be saved for future use under \"Choose from previously created fields\" of \"Add New Field\" dialog."
msgstr ""
# .'</li><li>'
# . __('You can drag and drop the order of your term fields.', 'wpcf')
# .'</li></ul>';
msgid "You can drag and drop the order of your term fields."
msgstr ""
# array(
# 'singular' => __( 'term field group', 'wpcf' ), //singular name of the listed records
# 'plural' => __( 'term field groups', 'wpcf' ), //plural name of the listed records
msgid "term field group"
msgstr ""
# 'singular' => __( 'term field group', 'wpcf' ), //singular name of the listed records
# 'plural' => __( 'term field groups', 'wpcf' ), //plural name of the listed records
# 'ajax' => true
msgid "term field groups"
msgstr ""
# if ( isset( $_POST['s'] ) ) {
# _e( 'No term field groups found.', 'wpcf' );
#
msgid "No term field groups found."
msgstr ""
#
# wpcf_add_admin_header( __( 'Term Field Groups', 'wpcf' ), array( 'page' => WPCF_Page_Edit_Termmeta::PAGE_NAME ) );
#
msgid "Term Field Groups"
msgstr ""
#
# $list_table->search_box( __( 'Search Term Field Groups', 'wpcf' ), 'search_id' );
# $list_table->display();
msgid "Search Term Field Groups"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<tr><td>' . __( 'Show for', 'wpcf' ) . '</td>',
# );
msgid "Show for"
msgstr ""
# if (empty($users_currently_supported)) {
# $users_currently_supported[] = __('All user roles', 'wpcf');
# }
msgid "All user roles"
msgstr ""
# <div class="wpcf-update-preview-btn"><input type="button" value="Update preview" onclick="wpcfPreviewHtml()" style="float:right;" class="button-secondary"></div>
# <h3>'.__('Field group preview', 'wpcf').'</h3>
# <div id="wpcf-update-preview-div">Preview here</div>
msgid "Field group preview"
msgstr ""
# ',
# '#before' => sprintf('<h3>%s</h3>', __('Your CSS', 'wpcf')),
# );
msgid "Your CSS"
msgstr ""
# $admin_styles = _wpcf_filter_wrap( 'admin_styles',
# __( 'Admin styles for fields:', 'wpcf' ), '', '', $temp,
# __( 'Open style editor', 'wpcf' ) );
msgid "Admin styles for fields:"
msgstr ""
# __( 'Admin styles for fields:', 'wpcf' ), '', '', $temp,
# __( 'Open style editor', 'wpcf' ) );
# $form['p_wrap_1_' . wpcf_unique_id( serialize( $admin_styles ) )] = array(
msgid "Open style editor"
msgstr ""
# $form->triggerError();
# wpcf_admin_message( __( 'Group name can not be empty.', 'wpcf' ), 'error');
# return $form;
msgid "Group name can not be empty."
msgstr ""
# sprintf(
# __("A group by name <em>%s</em> already exists. Please use a different name and save again.", 'wpcf'),
# apply_filters( 'the_title', $exists->post_title, $exists->ID )
msgid "A group by name <em>%s</em> already exists. Please use a different name and save again."
msgstr ""
# $form->triggerError();
# wpcf_admin_message(sprintf(__("Wrong group ID %d", 'wpcf'), intval($_REQUEST[$this->get_id])), 'error');
# return $form;
msgid "Wrong group ID %d"
msgstr ""
# } else {
# wpcf_admin_message_store(__('Error saving group', 'wpcf'), 'error');
# }
msgid "Error saving group"
msgstr ""
# parent::__construct( array(
# 'singular' => __('Usermeta Field', 'wpcf'), //singular name of the listed records
# 'plural' => __('Usermeta Fields', 'wpcf'), //plural name of the listed records
msgid "Usermeta Field"
msgstr ""
# 'singular' => __('Usermeta Field', 'wpcf'), //singular name of the listed records
# 'plural' => __('Usermeta Fields', 'wpcf'), //plural name of the listed records
# 'ajax' => true //does this table support ajax?
msgid "Usermeta Fields"
msgstr ""
# 'cb' => '<input type="checkbox" />',
# 'cf_name' => __('User Field Name', 'wpcf'),
# 'group' => __('User Field Group', 'wpcf'),
msgid "User Field Name"
msgstr ""
# 'cf_name' => __('User Field Name', 'wpcf'),
# 'group' => __('User Field Group', 'wpcf'),
# 'types_name' => __('Types Name', 'wpcf'),
msgid "User Field Group"
msgstr ""
# 'group' => __('User Field Group', 'wpcf'),
# 'types_name' => __('Types Name', 'wpcf'),
# 'field_type' => __('Type', 'wpcf'),
msgid "Types Name"
msgstr ""
# 'types_name' => __('Types Name', 'wpcf'),
# 'field_type' => __('Type', 'wpcf'),
# );
msgid "Type"
msgstr ""
# if (empty($item['type'])) {
# return __('Not under Types control', 'wpcf');
# }
msgid "Not under Types control"
msgstr ""
# if (!empty($item['data']['disabled'])) {
# $add = ' <span style="color:red;">(' . __("disabled", 'wpcf') . ')</span>';
# }
msgid "disabled"
msgstr ""
# if (!empty($item['data']['disabled_by_type'])) {
# $add = '<br /><span style="color:red;">(' . __("This field was disabled during conversion. You need to set some further settings in the group editor.", 'wpcf') . ')</span>';
# if (isset($item['groups']) && sizeof($item['groups'])) {
msgid "This field was disabled during conversion. You need to set some further settings in the group editor."
msgstr ""
# return array(
# 'wpcf-add-to-group-bulk' => __('Add to Field Groups', 'wpcf'),
# 'wpcf-remove-from-group-bulk' => __('Remove from Field Groups', 'wpcf'),
msgid "Add to Field Groups"
msgstr ""
# 'wpcf-add-to-group-bulk' => __('Add to Field Groups', 'wpcf'),
# 'wpcf-remove-from-group-bulk' => __('Remove from Field Groups', 'wpcf'),
# 'wpcf-change-type-bulk' => __('Change type', 'wpcf'),
msgid "Remove from Field Groups"
msgstr ""
# 'wpcf-change-type-bulk' => __('Change type', 'wpcf'),
# 'wpcf-activate-bulk' => __('Start controlling with Types', 'wpcf'),
# 'wpcf-deactivate-bulk' => __('Stop controlling with Types', 'wpcf'),
msgid "Start controlling with Types"
msgstr ""
# 'wpcf-activate-bulk' => __('Start controlling with Types', 'wpcf'),
# 'wpcf-deactivate-bulk' => __('Stop controlling with Types', 'wpcf'),
# 'wpcf-delete-bulk' => __('Delete', 'wpcf'),
msgid "Stop controlling with Types"
msgstr ""
# {
# $wp_roles['label'] = __('Types capabilities', 'wpcf');
# $wp_roles['capabilities'] = self::wpcf_get_capabilities();
msgid "Types capabilities"
msgstr ""
#
# WPCF_CUSTOM_POST_TYPE_VIEW => __( 'View Post Types', 'wpcf' ),
# WPCF_CUSTOM_POST_TYPE_EDIT => __( 'Create and edit my Post Types', 'wpcf' ),
msgid "View Post Types"
msgstr ""
# WPCF_CUSTOM_POST_TYPE_VIEW => __( 'View Post Types', 'wpcf' ),
# WPCF_CUSTOM_POST_TYPE_EDIT => __( 'Create and edit my Post Types', 'wpcf' ),
# WPCF_CUSTOM_POST_TYPE_EDIT_OTHERS => __( 'Edit others Post Types', 'wpcf' ),
msgid "Create and edit my Post Types"
msgstr ""
# WPCF_CUSTOM_POST_TYPE_EDIT => __( 'Create and edit my Post Types', 'wpcf' ),
# WPCF_CUSTOM_POST_TYPE_EDIT_OTHERS => __( 'Edit others Post Types', 'wpcf' ),
#
msgid "Edit others Post Types"
msgstr ""
#
# WPCF_CUSTOM_TAXONOMY_VIEW => __( 'View Taxonomies', 'wpcf' ),
# WPCF_CUSTOM_TAXONOMY_EDIT => __( 'Create and edit my Taxonomies', 'wpcf' ),
msgid "View Taxonomies"
msgstr ""
# WPCF_CUSTOM_TAXONOMY_VIEW => __( 'View Taxonomies', 'wpcf' ),
# WPCF_CUSTOM_TAXONOMY_EDIT => __( 'Create and edit my Taxonomies', 'wpcf' ),
# WPCF_CUSTOM_TAXONOMY_EDIT_OTHERS => __( 'Edit others Taxonomies', 'wpcf' ),
msgid "Create and edit my Taxonomies"
msgstr ""
# WPCF_CUSTOM_TAXONOMY_EDIT => __( 'Create and edit my Taxonomies', 'wpcf' ),
# WPCF_CUSTOM_TAXONOMY_EDIT_OTHERS => __( 'Edit others Taxonomies', 'wpcf' ),
#
msgid "Edit others Taxonomies"
msgstr ""
#
# WPCF_CUSTOM_FIELD_VIEW => __( 'View Post Fields', 'wpcf' ),
# WPCF_CUSTOM_FIELD_EDIT => __( 'Create and edit my Post Fields', 'wpcf' ),
msgid "View Post Fields"
msgstr ""
# WPCF_CUSTOM_FIELD_VIEW => __( 'View Post Fields', 'wpcf' ),
# WPCF_CUSTOM_FIELD_EDIT => __( 'Create and edit my Post Fields', 'wpcf' ),
# WPCF_CUSTOM_FIELD_EDIT_OTHERS => __( 'Edit others Post Fields', 'wpcf' ),
msgid "Create and edit my Post Fields"
msgstr ""
# WPCF_CUSTOM_FIELD_EDIT => __( 'Create and edit my Post Fields', 'wpcf' ),
# WPCF_CUSTOM_FIELD_EDIT_OTHERS => __( 'Edit others Post Fields', 'wpcf' ),
#
msgid "Edit others Post Fields"
msgstr ""
#
# WPCF_USER_META_FIELD_VIEW => __( 'View User Fields', 'wpcf' ),
# WPCF_USER_META_FIELD_EDIT => __( 'Create and edit my User Fields', 'wpcf' ),
msgid "View User Fields"
msgstr ""
# WPCF_USER_META_FIELD_VIEW => __( 'View User Fields', 'wpcf' ),
# WPCF_USER_META_FIELD_EDIT => __( 'Create and edit my User Fields', 'wpcf' ),
# WPCF_USER_META_FIELD_EDIT_OTHERS => __( 'Edit others User Fields', 'wpcf' ),
msgid "Create and edit my User Fields"
msgstr ""
# WPCF_USER_META_FIELD_EDIT => __( 'Create and edit my User Fields', 'wpcf' ),
# WPCF_USER_META_FIELD_EDIT_OTHERS => __( 'Edit others User Fields', 'wpcf' ),
#
msgid "Edit others User Fields"
msgstr ""
#
# WPCF_TERM_FIELD_VIEW => __( 'View Term Fields', 'wpcf' ),
# WPCF_TERM_FIELD_EDIT => __( 'Create and edit my Term Fields', 'wpcf' ),
msgid "View Term Fields"
msgstr ""
# WPCF_TERM_FIELD_VIEW => __( 'View Term Fields', 'wpcf' ),
# WPCF_TERM_FIELD_EDIT => __( 'Create and edit my Term Fields', 'wpcf' ),
# WPCF_TERM_FIELD_EDIT_OTHERS => __( 'Edit others Term Fields', 'wpcf' ),
msgid "Create and edit my Term Fields"
msgstr ""
# WPCF_TERM_FIELD_EDIT => __( 'Create and edit my Term Fields', 'wpcf' ),
# WPCF_TERM_FIELD_EDIT_OTHERS => __( 'Edit others Term Fields', 'wpcf' ),
#
msgid "Edit others Term Fields"
msgstr ""
# '#type' => 'markup',
# '#markup' => wpautop(__("Specify additional filters that control this fields group display, based on values of other custom fields.", 'wpcf')),
# );
msgid "Specify additional filters that control this fields group display, based on values of other custom fields."
msgstr ""
# $form['cd-relation'] = array(
# '#title' => __('Relation between conditions:', 'wpcf'),
# '#type' => 'radios',
msgid "Relation between conditions:"
msgstr ""
# '#type' => 'markup',
# '#title' => __( 'Options', 'wpcf' ),
# '#markup' => sprintf(
msgid "Options"
msgstr ""
# .'<tbody id="%s-sortable" class="js-wpcf-fields-conditions">',
# __( 'Field', 'wpcf' ),
# __( 'Condition', 'wpcf' ),
msgid "Field"
msgstr ""
# __( 'Field', 'wpcf' ),
# __( 'Condition', 'wpcf' ),
# __( 'Value', 'wpcf' ),
msgid "Condition"
msgstr ""
# __( 'Condition', 'wpcf' ),
# __( 'Value', 'wpcf' ),
# esc_attr($data['id'])
msgid "Value"
msgstr ""
# '#value' => isset( $data['data']['conditional_display']['conditions'] ) && !empty( $data['data']['conditional_display']['conditions'] )
# ? __( 'Add another condition', 'wpcf' ) : __( 'Add condition', 'wpcf' ),
# '#name' => 'button-add',
msgid "Add another condition"
msgstr ""
# '#value' => isset( $data['data']['conditional_display']['conditions'] ) && !empty( $data['data']['conditional_display']['conditions'] )
# ? __( 'Add another condition', 'wpcf' ) : __( 'Add condition', 'wpcf' ),
# '#name' => 'button-add',
msgid "Add condition"
msgstr ""
# '#type' => 'markup',
# '#markup' => wpautop(__('Customize conditions', 'wpcf')),
# );
msgid "Customize conditions"
msgstr ""
# Types_Helper_Url::get_url( 'date-filters', true, false, 'gui' ),
# __( 'Dates can be entered using the date filters', 'wpcf' )
# ),
msgid "Dates can be entered using the date filters"
msgstr ""
# '<a href="#" data-wpcf-content-advanced="%s" data-wpcf-content-simple="%s" data-wpcf-custom-logic="%s" class="js-wpcf-condition-button-display-logic">%s</a>',
# __('Advanced text mode', 'wpcf'),
# __('Switch to basic mode', 'wpcf'),
msgid "Advanced text mode"
msgstr ""
# __('Advanced text mode', 'wpcf'),
# __('Switch to basic mode', 'wpcf'),
# $use_custom_logic? 'advance-logic':'simple-logic',
msgid "Switch to basic mode"
msgstr ""
# if ( empty( $field ) ) {
# __('Wrong field.', 'wpcf');
# die;
msgid "Wrong field."
msgstr ""
# if ( empty( $group ) ) {
# __( 'Wrong group.', 'wpcf' );
# die;
msgid "Wrong group."
msgstr ""
# protected function get_save_field_group_label() {
# return __( 'Save Field Group', 'wpcf' );
# }
msgid "Save Field Group"
msgstr ""
#
# $required = ( isset( $form_data['data']['validate']['required']['active'] ) && $form_data['data']['validate']['required']['active'] === '1' ) ? __( '- required', 'wpcf' ) : '';
# $form_data['id'] = $id;
msgid "- required"
msgstr ""
# '<tr><td colspan="2" class="types-group-upload-cap-warning">%s</td></tr>',
# __( 'Only the users with proper permissions can use the media uploader. Others will see a simple input field. Use Toolset Access to manage users\' permissions.', 'wpcf' )
# ),
msgid "Only the users with proper permissions can use the media uploader. Others will see a simple input field. Use Toolset Access to manage users' permissions."
msgstr ""
# 'placeholder' => __( 'Enter field name', 'wpcf' ),
# 'tooltip' => __( 'This will be the label for the field in the post editor.', 'wpcf' ),
# ),
msgid "This will be the label for the field in the post editor."
msgstr ""
# 'placeholder' => __( 'Enter field slug', 'wpcf' ),
# 'tooltip' => __( 'This is the machine name of the field.', 'wpcf' ),
# ),
msgid "This is the machine name of the field."
msgstr ""
# '#pattern' => $table_row_typeproof,
# '#title' => __( 'Field slug', 'wpcf' ),
# );
msgid "Field slug"
msgstr ""
# '#default_value' => $type,
# '#description' => __( 'Options for this filed will be available after group save.', 'wpcf' ),
# '#attributes' => array(
msgid "Options for this filed will be available after group save."
msgstr ""
# }
# $form_field['type']['#title'] = __( 'Field type', 'wpcf' );
# $form_field['type']['#inline'] = true;
msgid "Field type"
msgstr ""
# 'cols' => 1,
# 'placeholder' => __( 'Enter field description', 'wpcf' ),
# 'class' => 'widefat',
msgid "Enter field description"
msgstr ""
# 'class' => 'widefat',
# 'tooltip' => __( 'This optional text appears next to the field and helps users understand what this field is for.', 'wpcf' ),
# ),
msgid "This optional text appears next to the field and helps users understand what this field is for."
msgstr ""
# '#inline' => true,
# '#title' => __( 'Placeholder', 'wpcf' ),
# '#attributes' => array(
msgid "Placeholder"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __( 'Enter placeholder', 'wpcf' ),
# 'class' => 'widefat',
msgid "Enter placeholder"
msgstr ""
# 'class' => 'widefat',
# 'tooltip' => __( 'This value is being displayed when the field is empty in the post editor.', 'wpcf' ),
# ),
msgid "This value is being displayed when the field is empty in the post editor."
msgstr ""
# '#inline' => true,
# '#title' => __( 'Default Value', 'wpcf' ),
# '#attributes' => array(
msgid "Default Value"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __( 'Enter default value', 'wpcf' ),
# 'class' => 'widefat',
msgid "Enter default value"
msgstr ""
# 'class' => 'widefat',
# 'tooltip' => __( 'This is the initial value of the field.', 'wpcf' ),
# ),
msgid "This is the initial value of the field."
msgstr ""
# $tooltip = ' <i class="fa fa-question-circle icon-question-sign js-show-tooltip js-types-repeatable-field-disabled-tooltip hidden" data-header="'
# . __( 'Options disabled', 'wpcf' )
# . '" data-content="'
msgid "Options disabled"
msgstr ""
# . '" data-content="'
# . __( 'Repeating Fields are currently not supported inside Repeatable Field Groups - a field can only have one value inside a Repeatable Field Group.', 'wpcf' )
# . '"></i>';
msgid "Repeating Fields are currently not supported inside Repeatable Field Groups - a field can only have one value inside a Repeatable Field Group."
msgstr ""
# ? '<div class="wpcf-message wpcf-cd-warning wpcf-error" style="display:none;"><p>'
# . __( "There may be multiple instances of this field already. When you switch back to single-field mode, all values of this field will be updated when it's edited.", 'wpcf' )
# . '</p></div>' . $temp_warning_message
msgid "There may be multiple instances of this field already. When you switch back to single-field mode, all values of this field will be updated when it's edited."
msgstr ""
# esc_attr__( 'Are you sure?', 'wpcf' ),
# __( 'Remove field', 'wpcf' )
# ),
msgid "Remove field"
msgstr ""
# '#type' => 'button',
# '#value' => '<span class="dashicons dashicons-plus"></span> ' . __( 'Add New Field', 'wpcf' ),
# '#attributes' => array(
msgid "Add New Field"
msgstr ""
# '#type' => 'button',
# '#value' => '<span class="dashicons dashicons-plus"></span> ' . __( 'Add New Repeatable Group', 'wpcf' ),
# '#attributes' => array(
msgid "Add New Repeatable Group"
msgstr ""
# 'data-tooltip' =>
# __( 'Child groups are only available for field groups, which are assigned to a single post type.', 'wpcf' ),
# ),
msgid "Child groups are only available for field groups, which are assigned to a single post type."
msgstr ""
# ' - %s',
# __( 'not allowed', 'wpcf' )
# );
msgid "not allowed"
msgstr ""
# $form[ 'wpcf-' . $form_data['id'] . '-wpml-preferences' ] = array(
# '#title' => __( 'Translation preferences', 'wpcf' ),
# '#type' => 'markup',
msgid "Translation preferences"
msgstr ""
# $form += $this->add_description(
# __( 'You can choose from the available fields:', 'wpcf' )
# );
msgid "You can choose from the available fields:"
msgstr ""
# '#type' => 'button',
# '#value' => __( 'Choose from previously created fields', 'wpcf' ),
# '#before' => sprintf( '<p>%s ', __( 'or you can', 'wpcf' ) ),
msgid "Choose from previously created fields"
msgstr ""
# '#value' => __( 'Choose from previously created fields', 'wpcf' ),
# '#before' => sprintf( '<p>%s ', __( 'or you can', 'wpcf' ) ),
# '#after' => '</p>',
msgid "or you can"
msgstr ""
# $form += $this->add_description(
# __( 'You can choose from the previously created fields:', 'wpcf' )
# );
msgid "You can choose from the previously created fields:"
msgstr ""
# '#type' => 'button',
# '#value' => __( 'Choose from the default fields', 'wpcf' ),
# '#before' => sprintf( '<p>%s ', __( 'or you can', 'wpcf' ) ),
msgid "Choose from the default fields"
msgstr ""
# $groups = wpcf_admin_fields_get_groups();
# $message = __( 'There is no Post Field Group. Please define one first.', 'wpcf' );
# break;
msgid "There is no Post Field Group. Please define one first."
msgstr ""
# $groups = wpcf_admin_fields_get_groups( TYPES_USER_META_FIELD_GROUP_CPT_NAME );
# $message = __( 'There is no User Field Group. Please define one first.', 'wpcf' );
# break;
msgid "There is no User Field Group. Please define one first."
msgstr ""
# $groups = wpcf_admin_fields_get_groups( Toolset_Field_Group_Term::POST_TYPE );
# $message = __( 'There is no Term Field Group. Please define one first.', 'wpcf' );
# break;
msgid "There is no Term Field Group. Please define one first."
msgstr ""
# 'class' => 'js-wpcf-fields-type',
# 'data-message-after-change' => esc_attr__( 'Field options will be available after you save this group.', 'wpcf' ),
# ),
msgid "Field options will be available after you save this group."
msgstr ""
# 'class' => 'regular-text js-wpcf-fields-search',
# 'placeholder' => esc_attr__( 'Search', 'wpcf' ),
# ),
msgid "Search"
msgstr ""
# if ( ! isset( $_REQUEST['id'] ) || ! isset( $_REQUEST['_wpnonce'] ) || ! isset( $_REQUEST['type'] ) || ! wp_verify_nonce( $_REQUEST['_wpnonce'], $_REQUEST['type'] ) ) {
# _e( 'Verification failed.', 'wpcf' );
# die;
msgid "Verification failed."
msgstr ""
# $item['slug'],
# __('Duplicate', 'wpcf')
# ),
msgid "Duplicate"
msgstr ""
# $one = array(
# 'description' => __('This is built-in WordPress Post Type.', 'wpcf'),
# 'taxonomies' => isset($map_taxonomies_by_post_type[$type])? $map_taxonomies_by_post_type[$type]:array(),
msgid "This is built-in WordPress Post Type."
msgstr ""
# if( $post_type_helper->is_intermediary() ) {
# $description = __( 'This is an intermediary post type for a many-to-many relationship.', 'wpcf' );
# } elseif( $post_type_helper->is_repeating_field_group() ) {
msgid "This is an intermediary post type for a many-to-many relationship."
msgstr ""
# } elseif( $post_type_helper->is_repeating_field_group() ) {
# $description = __( 'This is a post type used for a repeating field group.', 'wpcf' );
# }
msgid "This is a post type used for a repeating field group."
msgstr ""
# if ( isset($_POST['s']) ) {
# _e('No post types found.','wpcf');
# return;
msgid "No post types found."
msgstr ""
# if ( isset($_POST['s']) ) {
# _e('No user field groups found.','wpcf');
# return;
msgid "No user field groups found."
msgstr ""
# if ( isset($_POST['s']) ) {
# _e('No custom field groups found.','wpcf');
# return;
msgid "No custom field groups found."
msgstr ""
# $one = array(
# 'description' => __('This is built-in WordPress Taxonomy.', 'wpcf'),
# 'taxonomies' => isset($map_taxonomies_by_post_type[$taxonomy])? $map_taxonomies_by_post_type[$taxonomy]:array(),
msgid "This is built-in WordPress Taxonomy."
msgstr ""
# ),
# __('Add New Taxonomy', 'wpcf')
# );
msgid "Add New Taxonomy"
msgstr ""
# if ( isset($_POST['s']) ) {
# _e('No custom taxonomies found.','wpcf');
# return;
msgid "No custom taxonomies found."
msgstr ""
# 'callback' => array($this, 'box_labels'),
# 'title' => __('Labels', 'wpcf'),
# 'default' => 'normal',
msgid "Labels"
msgstr ""
# 'callback' => array($this, 'box_taxonomies'),
# 'title' => __('Taxonomies to be used with <i class="js-wpcf-singular"></i>', 'wpcf'),
# 'default' => 'normal',
msgid "Taxonomies to be used with <i class=\"js-wpcf-singular\"></i>"
msgstr ""
# 'callback' => array($this, 'box_display_sections'),
# 'title' => __('Sections to display when editing <i class="js-wpcf-singular"></i>', 'wpcf'),
# 'default' => 'normal',
msgid "Sections to display when editing <i class=\"js-wpcf-singular\"></i>"
msgstr ""
# 'callback' => array( $post_type_editor, 'metabox_relationships' ),
# 'title' => __( 'Post Relationships', 'wpcf' ),
# 'default' => 'normal',
msgid "Post Relationships"
msgstr ""
# 'callback' => array($this, 'wpml_box'),
# 'title' => __( 'Translation', 'wpcf' ),
# 'default' => 'normal',
msgid "Translation"
msgstr ""
# if (empty($custom_post_type)) {
# wpcf_admin_message( __( 'Please save new Post Type first.', 'wpcf' ), 'error' );
# die;
msgid "Please save new Post Type first."
msgstr ""
# '#name' => 'ct[labels][name]',
# '#title' => __( 'Name plural', 'wpcf' ) . ' (<strong>' . __( 'required', 'wpcf' ) . '</strong>)',
# '#description' => '<strong>' . __( 'Enter in plural!', 'wpcf' )
msgid "Name plural"
msgstr ""
# '#title' => __( 'Name plural', 'wpcf' ) . ' (<strong>' . __( 'required', 'wpcf' ) . '</strong>)',
# '#description' => '<strong>' . __( 'Enter in plural!', 'wpcf' )
# . '.',
msgid "Enter in plural!"
msgstr ""
# 'data-wpcf_warning_same_as_slug_ignore' => $wpcf->post_types->message( 'warning_singular_plural_match_ignore' ),
# 'placeholder' => __('Enter Post Type name plural', 'wpcf' ),
# 'class' => 'large-text',
msgid "Enter Post Type name plural"
msgstr ""
# '#name' => 'ct[labels][singular_name]',
# '#title' => __( 'Name singular', 'wpcf' ) . ' (<strong>' . __( 'required', 'wpcf' ) . '</strong>)',
# '#description' => '<strong>' . __( 'Enter in singular!', 'wpcf' )
msgid "Name singular"
msgstr ""
# '#title' => __( 'Name singular', 'wpcf' ) . ' (<strong>' . __( 'required', 'wpcf' ) . '</strong>)',
# '#description' => '<strong>' . __( 'Enter in singular!', 'wpcf' )
# . '</strong><br />'
msgid "Enter in singular!"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __('Enter Post Type name singular', 'wpcf' ),
# 'class' => 'js-wpcf-slugize-source large-text',
msgid "Enter Post Type name singular"
msgstr ""
# 'class' => 'js-wpcf-slugize-source large-text',
# 'data-anonymous-post-type' => __( 'this Post Type', 'wpcf' ),
# ),
msgid "this Post Type"
msgstr ""
# 'maxlength' => '20',
# 'placeholder' => __('Enter Post Type slug', 'wpcf' ),
# 'class' => 'js-wpcf-slugize large-text',
msgid "Enter Post Type slug"
msgstr ""
# '#name' => 'ct[editor]',
# '#title' => __( 'Editor', 'wpcf' ). ' (<strong>' . __( 'required', 'wpcf' ) . '</strong>)',
# '#validate' => array(
msgid "Editor"
msgstr ""
# 'block' => array(
# '#title' => __( 'Block', 'wpcf' ),
# '#name' => 'editor',
msgid "Block"
msgstr ""
# 'classic' => array(
# '#title' => __( 'Classic', 'wpcf' ),
# '#name' => 'editor',
msgid "Classic"
msgstr ""
# 'per_post' => array(
# '#title' => __( 'Per post', 'wpcf' ),
# '#name' => 'editor',
msgid "Per post"
msgstr ""
# 'cols' => 60,
# 'placeholder' => __('Enter Post Type description', 'wpcf' ),
# 'class' => 'hidden js-wpcf-description',
msgid "Enter Post Type description"
msgstr ""
# $form['choose-icon']['#disable'] = 1;
# $form['choose-icon']['#description'] = __('This option is not available for built-in post types.', 'wpcf');
# }
msgid "This option is not available for built-in post types."
msgstr ""
# {
# $button_text = __( 'Save Post Type', 'wpcf' );
#
msgid "Save Post Type"
msgstr ""
# '%s: <span id="post-visibility-display">%s</span>',
# __('Status', 'wpcf'),
# (isset( $this->ct['public'] ) && strval( $this->ct['public'] ) == 'hidden') ? __('Draft', 'wpcf'):__('Published', 'wpcf')
msgid "Status"
msgstr ""
# __('Status', 'wpcf'),
# (isset( $this->ct['public'] ) && strval( $this->ct['public'] ) == 'hidden') ? __('Draft', 'wpcf'):__('Published', 'wpcf')
# ),
msgid "Draft"
msgstr ""
# __('Status', 'wpcf'),
# (isset( $this->ct['public'] ) && strval( $this->ct['public'] ) == 'hidden') ? __('Draft', 'wpcf'):__('Published', 'wpcf')
# ),
msgid "Published"
msgstr ""
# __('Edit', 'wpcf'),
# __('Edit status', 'wpcf')
# ),
msgid "Edit status"
msgstr ""
# __('Draft', 'wpcf'),
# __('not visible in admin menus, no user-interface to administrate posts, not queryable on front-end', 'wpcf')
# ) => 'hidden',
msgid "not visible in admin menus, no user-interface to administrate posts, not queryable on front-end"
msgstr ""
# '#name' => 'ct[menu_position]',
# '#title' => __( 'Admin Menu position after: ', 'wpcf' ),
# '#default_value' => isset( $this->ct['menu_position'] ) ? $this->ct['menu_position'] : '',
msgid "Admin Menu position after: "
msgstr ""
# '#name' => 'ct[dashboard_glance]',
# '#title' => __( 'Show number of entries on "At a Glance" admin widget.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['dashboard_glance'] ),
msgid "Show number of entries on \"At a Glance\" admin widget."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Rewrite', 'wpcf' ),
# '#name' => 'ct[rewrite][enabled]',
msgid "Rewrite"
msgstr ""
# '#name' => 'ct[rewrite][enabled]',
# '#description' => __( 'Rewrite permalinks with this format. False to prevent rewrite. Default: true and use post type as slug.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['rewrite']['enabled'] ),
msgid "Rewrite permalinks with this format. False to prevent rewrite. Default: true and use post type as slug."
msgstr ""
# '#options' => array(
# __( 'Use the normal WordPress URL logic', 'wpcf' ) => 'normal',
# __( 'Use a custom URL format', 'wpcf' ) => 'custom',
msgid "Use the normal WordPress URL logic"
msgstr ""
# __( 'Use the normal WordPress URL logic', 'wpcf' ) => 'normal',
# __( 'Use a custom URL format', 'wpcf' ) => 'custom',
# ),
msgid "Use a custom URL format"
msgstr ""
# '#name' => 'ct[rewrite][slug]',
# '#description' => __( 'Optional.', 'wpcf' ) . ' ' . __( "Prepend posts with this slug - defaults to post type's name.", 'wpcf' ),
# '#value' => $this->sanitize_rewrite_slug( toolset_getnest( $this->ct, ['rewrite', 'slug' ], '' ) ),
msgid "Optional."
msgstr ""
# '#name' => 'ct[rewrite][slug]',
# '#description' => __( 'Optional.', 'wpcf' ) . ' ' . __( "Prepend posts with this slug - defaults to post type's name.", 'wpcf' ),
# '#value' => $this->sanitize_rewrite_slug( toolset_getnest( $this->ct, ['rewrite', 'slug' ], '' ) ),
msgid "Prepend posts with this slug - defaults to post type's name."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Allow permalinks to be prepended with front base', 'wpcf' ),
# '#name' => 'ct[rewrite][with_front]',
msgid "Allow permalinks to be prepended with front base"
msgstr ""
# '#name' => 'ct[rewrite][with_front]',
# '#description' => __( 'Example: if your permalink structure is /blog/, then your links will be: false->/news/, true->/blog/news/.', 'wpcf' ) . ' ' . __( 'Defaults to true.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['rewrite']['with_front'] ),
msgid "Example: if your permalink structure is /blog/, then your links will be: false->/news/, true->/blog/news/."
msgstr ""
# '#name' => 'ct[rewrite][with_front]',
# '#description' => __( 'Example: if your permalink structure is /blog/, then your links will be: false->/news/, true->/blog/news/.', 'wpcf' ) . ' ' . __( 'Defaults to true.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['rewrite']['with_front'] ),
msgid "Defaults to true."
msgstr ""
# '#name' => 'ct[rewrite][feeds]',
# '#title' => __( 'Feeds', 'wpcf' ),
# '#description' => __( 'Defaults to has_archive value.', 'wpcf' ),
msgid "Feeds"
msgstr ""
# '#title' => __( 'Feeds', 'wpcf' ),
# '#description' => __( 'Defaults to has_archive value.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['rewrite']['feeds'] ),
msgid "Defaults to has_archive value."
msgstr ""
# '#name' => 'ct[rewrite][pages]',
# '#title' => __( 'Pages', 'wpcf' ),
# '#description' => __( 'Defaults to true.', 'wpcf' ),
msgid "Pages"
msgstr ""
# '#default_value' => !empty( $this->ct['has_archive'] ),
# '#title' => __( 'has_archive', 'wpcf' ),
# '#description' => __( 'Allow to have custom archive slug for CPT.', 'wpcf' ) . '<br />' . __( 'Default: not set.', 'wpcf' ),
msgid "has_archive"
msgstr ""
# '#title' => __( 'has_archive', 'wpcf' ),
# '#description' => __( 'Allow to have custom archive slug for CPT.', 'wpcf' ) . '<br />' . __( 'Default: not set.', 'wpcf' ),
# '#inline' => true,
msgid "Allow to have custom archive slug for CPT."
msgstr ""
# '#title' => __( 'has_archive', 'wpcf' ),
# '#description' => __( 'Allow to have custom archive slug for CPT.', 'wpcf' ) . '<br />' . __( 'Default: not set.', 'wpcf' ),
# '#inline' => true,
msgid "Default: not set."
msgstr ""
# '#inline' => true,
# '#after' => '<div id="wpcf-types-form-has_archive-toggle"' . $has_archive_slug_show . '><input type="text" name="ct[has_archive_slug]" class="regular-text" value="' . $has_archive_slug . '" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional.', 'wpcf' ) . ' ' . __( 'Default is value of rewrite or CPT slug.', 'wpcf' ) . '</div></div>',
# ),
msgid "Default is value of rewrite or CPT slug."
msgstr ""
# '#default_value' => !empty( $this->ct['show_in_menu'] ),
# '#title' => __( 'show_in_menu', 'wpcf' ),
# '#description' => __( 'Whether to show the post type in the admin menu and where to show that menu. Note that show_ui must be true.', 'wpcf' ) . '<br />' . __( 'Default: null.', 'wpcf' ),
msgid "show_in_menu"
msgstr ""
# '#title' => __( 'show_in_menu', 'wpcf' ),
# '#description' => __( 'Whether to show the post type in the admin menu and where to show that menu. Note that show_ui must be true.', 'wpcf' ) . '<br />' . __( 'Default: null.', 'wpcf' ),
# '#after' => '<div id="wpcf-types-form-showinmenu-toggle"' . $hidden . '><input type="text" name="ct[show_in_menu_page]" class="regular-text" value="' . $show_in_menu_page . '" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional.', 'wpcf' ) . ' ' . __( "Top level page like 'tools.php' or 'edit.php?post_type=page'", 'wpcf' ) . '</div></div>',
msgid "Whether to show the post type in the admin menu and where to show that menu. Note that show_ui must be true."
msgstr ""
# '#title' => __( 'show_in_menu', 'wpcf' ),
# '#description' => __( 'Whether to show the post type in the admin menu and where to show that menu. Note that show_ui must be true.', 'wpcf' ) . '<br />' . __( 'Default: null.', 'wpcf' ),
# '#after' => '<div id="wpcf-types-form-showinmenu-toggle"' . $hidden . '><input type="text" name="ct[show_in_menu_page]" class="regular-text" value="' . $show_in_menu_page . '" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional.', 'wpcf' ) . ' ' . __( "Top level page like 'tools.php' or 'edit.php?post_type=page'", 'wpcf' ) . '</div></div>',
msgid "Default: null."
msgstr ""
# '#description' => __( 'Whether to show the post type in the admin menu and where to show that menu. Note that show_ui must be true.', 'wpcf' ) . '<br />' . __( 'Default: null.', 'wpcf' ),
# '#after' => '<div id="wpcf-types-form-showinmenu-toggle"' . $hidden . '><input type="text" name="ct[show_in_menu_page]" class="regular-text" value="' . $show_in_menu_page . '" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional.', 'wpcf' ) . ' ' . __( "Top level page like 'tools.php' or 'edit.php?post_type=page'", 'wpcf' ) . '</div></div>',
# '#inline' => true,
msgid "Top level page like 'tools.php' or 'edit.php?post_type=page'"
msgstr ""
# '#default_value' => !empty( $this->ct['show_ui'] ),
# '#title' => __( 'show_ui', 'wpcf' ),
# '#description' => __( 'Generate a default UI for managing this post type.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
msgid "show_ui"
msgstr ""
# '#title' => __( 'show_ui', 'wpcf' ),
# '#description' => __( 'Generate a default UI for managing this post type.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Generate a default UI for managing this post type."
msgstr ""
# '#title' => __( 'show_ui', 'wpcf' ),
# '#description' => __( 'Generate a default UI for managing this post type.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Default: value of public argument."
msgstr ""
# '#default_value' => !empty( $this->ct['publicly_queryable'] ),
# '#title' => __( 'publicly_queryable', 'wpcf' ),
# '#description' => __( 'Whether post_type queries can be performed from the front end.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
msgid "publicly_queryable"
msgstr ""
# '#title' => __( 'publicly_queryable', 'wpcf' ),
# '#description' => __( 'Whether post_type queries can be performed from the front end.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Whether post_type queries can be performed from the front end."
msgstr ""
# '#default_value' => !empty( $this->ct['exclude_from_search'] ),
# '#title' => __( 'exclude_from_search', 'wpcf' ),
# '#description' => __( 'Whether to exclude posts with this post type from search results.', 'wpcf' ) . '<br />' . __( 'Default: value of the opposite of the public argument.', 'wpcf' ),
msgid "exclude_from_search"
msgstr ""
# '#title' => __( 'exclude_from_search', 'wpcf' ),
# '#description' => __( 'Whether to exclude posts with this post type from search results.', 'wpcf' ) . '<br />' . __( 'Default: value of the opposite of the public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Whether to exclude posts with this post type from search results."
msgstr ""
# '#title' => __( 'exclude_from_search', 'wpcf' ),
# '#description' => __( 'Whether to exclude posts with this post type from search results.', 'wpcf' ) . '<br />' . __( 'Default: value of the opposite of the public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Default: value of the opposite of the public argument."
msgstr ""
# '#default_value' => !empty( $this->ct['hierarchical'] ),
# '#title' => __( 'hierarchical', 'wpcf' ),
# '#description' => __( 'Whether the post type is hierarchical. Allows Parent to be specified.', 'wpcf' ) .
msgid "hierarchical"
msgstr ""
# '#title' => __( 'hierarchical', 'wpcf' ),
# '#description' => __( 'Whether the post type is hierarchical. Allows Parent to be specified.', 'wpcf' ) .
# '<br />' . sprintf(
msgid "Whether the post type is hierarchical. Allows Parent to be specified."
msgstr ""
# '<br />' . sprintf(
# __( 'Note that %sPage Attributes%s must be active to show the select for Parent.', 'wpcf' ),
# '<a href="#types_display_sections">'
msgid "Note that %sPage Attributes%s must be active to show the select for Parent."
msgstr ""
# , '</a>' ) .
# '<br />' . __( 'Default: false.', 'wpcf' ),
# '#inline' => true,
msgid "Default: false."
msgstr ""
# '#default_value' => !empty( $this->ct['can_export'] ),
# '#title' => __( 'can_export', 'wpcf' ),
# '#description' => __( 'Can this post_type be exported.', 'wpcf' ) . '<br />' . __( 'Default: true.', 'wpcf' ),
msgid "can_export"
msgstr ""
# '#title' => __( 'can_export', 'wpcf' ),
# '#description' => __( 'Can this post_type be exported.', 'wpcf' ) . '<br />' . __( 'Default: true.', 'wpcf' ),
# '#inline' => true,
msgid "Can this post_type be exported."
msgstr ""
# '#title' => __( 'can_export', 'wpcf' ),
# '#description' => __( 'Can this post_type be exported.', 'wpcf' ) . '<br />' . __( 'Default: true.', 'wpcf' ),
# '#inline' => true,
msgid "Default: true."
msgstr ""
# '#default_value' => !empty( $this->ct['show_in_nav_menus'] ),
# '#title' => __( 'show_in_nav_menus', 'wpcf' ),
# '#description' => __( 'Whether post_type is available for selection in navigation menus.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
msgid "show_in_nav_menus"
msgstr ""
# '#title' => __( 'show_in_nav_menus', 'wpcf' ),
# '#description' => __( 'Whether post_type is available for selection in navigation menus.', 'wpcf' ) . '<br />' . __( 'Default: value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Whether post_type is available for selection in navigation menus."
msgstr ""
# '#title' => 'query_var',
# '#description' => __( 'Disable to prevent queries like "mysite.com/?post_type=example". Enable to use queries like "mysite.com/?post_type=example". Enable and set a value to use queries like "mysite.com/?query_var_value=example"', 'wpcf' ) . '<br />' . __( 'Default: true - set to $post_type.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
msgid "Disable to prevent queries like \"mysite.com/?post_type=example\". Enable to use queries like \"mysite.com/?post_type=example\". Enable and set a value to use queries like \"mysite.com/?query_var_value=example\""
msgstr ""
# '#title' => 'query_var',
# '#description' => __( 'Disable to prevent queries like "mysite.com/?post_type=example". Enable to use queries like "mysite.com/?post_type=example". Enable and set a value to use queries like "mysite.com/?query_var_value=example"', 'wpcf' ) . '<br />' . __( 'Default: true - set to $post_type.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
msgid "Default: true - set to $post_type."
msgstr ""
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
# '#after' => '<div id="wpcf-types-form-queryvar-toggle"' . $hidden . '><input type="text" name="ct[query_var]" value="' . $query_var . '" class="regular-text" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional', 'wpcf' ) . '. ' . __( 'String to customize query var', 'wpcf' ) . '</div></div>',
# '#inline' => true,
msgid "Optional"
msgstr ""
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
# '#after' => '<div id="wpcf-types-form-queryvar-toggle"' . $hidden . '><input type="text" name="ct[query_var]" value="' . $query_var . '" class="regular-text" /><div class="description wpcf-form-description wpcf-form-description-checkbox description-checkbox">' . __( 'Optional', 'wpcf' ) . '. ' . __( 'String to customize query var', 'wpcf' ) . '</div></div>',
# '#inline' => true,
msgid "String to customize query var"
msgstr ""
# '#name' => 'ct[permalink_epmask]',
# '#title' => __( 'Permalink epmask', 'wpcf' ),
# '#description' => sprintf( __( 'Default value EP_PERMALINK. More info here %s.', 'wpcf' ),
msgid "Permalink epmask"
msgstr ""
# '#title' => __( 'Permalink epmask', 'wpcf' ),
# '#description' => sprintf( __( 'Default value EP_PERMALINK. More info here %s.', 'wpcf' ),
# '<a href="http://core.trac.wordpress.org/ticket/12605" target="_blank">link</a>' ),
msgid "Default value EP_PERMALINK. More info here %s."
msgstr ""
#
# $show_in_rest_descr_block = __( 'For the block editor this option needs to be checked.', 'wpcf' );
# $show_in_rest_descr_classic = __( 'Whether to expose this post type in the REST API.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' );
msgid "For the block editor this option needs to be checked."
msgstr ""
# $show_in_rest_descr_block = __( 'For the block editor this option needs to be checked.', 'wpcf' );
# $show_in_rest_descr_classic = __( 'Whether to expose this post type in the REST API.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' );
#
msgid "Whether to expose this post type in the REST API."
msgstr ""
# '#default_value' => !empty( $this->ct['show_in_rest'] ),
# '#title' => __( 'show_in_rest', 'wpcf' ),
# '#description' => isset( $this->ct['editor'] ) && $this->ct['editor'] == 'block'
msgid "show_in_rest"
msgstr ""
# '#name' => 'ct[rest_base]',
# '#title' => __( 'Rest Base', 'wpcf' ),
# '#description' => __( 'The base slug that this post type will use when accessed using the REST API.', 'wpcf' ) . '<br />' . __( 'Default: $post_type.', 'wpcf' ),
msgid "Rest Base"
msgstr ""
# '#title' => __( 'Rest Base', 'wpcf' ),
# '#description' => __( 'The base slug that this post type will use when accessed using the REST API.', 'wpcf' ) . '<br />' . __( 'Default: $post_type.', 'wpcf' ),
# '#value' => isset( $this->ct['rest_base'] ) ? $this->ct['rest_base'] : '',
msgid "The base slug that this post type will use when accessed using the REST API."
msgstr ""
# '#title' => __( 'Rest Base', 'wpcf' ),
# '#description' => __( 'The base slug that this post type will use when accessed using the REST API.', 'wpcf' ) . '<br />' . __( 'Default: $post_type.', 'wpcf' ),
# '#value' => isset( $this->ct['rest_base'] ) ? $this->ct['rest_base'] : '',
msgid "Default: $post_type."
msgstr ""
# '#title' => __( 'Title', 'wpcf' ),
# '#description' => __( 'Text input field to create a post title.', 'wpcf' ),
# '#inline' => true,
msgid "Text input field to create a post title."
msgstr ""
# '#title' => __( 'Editor', 'wpcf' ),
# '#description' => __( 'Content input box for writing.', 'wpcf' ),
# '#inline' => true,
msgid "Content input box for writing."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['comments'] ),
# '#title' => __( 'Comments', 'wpcf' ),
# '#description' => __( 'Ability to turn comments on/off.', 'wpcf' ),
msgid "Comments"
msgstr ""
# '#title' => __( 'Comments', 'wpcf' ),
# '#description' => __( 'Ability to turn comments on/off.', 'wpcf' ),
# '#inline' => true,
msgid "Ability to turn comments on/off."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['trackbacks'] ),
# '#title' => __( 'Trackbacks', 'wpcf' ),
# '#description' => __( 'Ability to turn trackbacks and pingbacks on/off.', 'wpcf' ),
msgid "Trackbacks"
msgstr ""
# '#title' => __( 'Trackbacks', 'wpcf' ),
# '#description' => __( 'Ability to turn trackbacks and pingbacks on/off.', 'wpcf' ),
# '#inline' => true,
msgid "Ability to turn trackbacks and pingbacks on/off."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['revisions'] ),
# '#title' => __( 'Revisions', 'wpcf' ),
# '#description' => __( 'Allows revisions to be made of your post.', 'wpcf' ),
msgid "Revisions"
msgstr ""
# '#title' => __( 'Revisions', 'wpcf' ),
# '#description' => __( 'Allows revisions to be made of your post.', 'wpcf' ),
# '#inline' => true,
msgid "Allows revisions to be made of your post."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['author'] ),
# '#title' => __( 'Author', 'wpcf' ),
# '#description' => __( 'Displays a dropdown menu for changing the post author.', 'wpcf' ),
msgid "Author"
msgstr ""
# '#title' => __( 'Author', 'wpcf' ),
# '#description' => __( 'Displays a dropdown menu for changing the post author.', 'wpcf' ),
# '#inline' => true,
msgid "Displays a dropdown menu for changing the post author."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['excerpt'] ),
# '#title' => __( 'Excerpt', 'wpcf' ),
# '#description' => __( 'A text area for writing a custom excerpt.', 'wpcf' ),
msgid "Excerpt"
msgstr ""
# '#title' => __( 'Excerpt', 'wpcf' ),
# '#description' => __( 'A text area for writing a custom excerpt.', 'wpcf' ),
# '#inline' => true,
msgid "A text area for writing a custom excerpt."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['thumbnail'] ),
# '#title' => __( 'Featured Image', 'wpcf' ),
# '#description' => __( 'Allows to upload a featured image to the post.', 'wpcf' ),
msgid "Featured Image"
msgstr ""
# '#title' => __( 'Featured Image', 'wpcf' ),
# '#description' => __( 'Allows to upload a featured image to the post.', 'wpcf' ),
# '#inline' => true,
msgid "Allows to upload a featured image to the post."
msgstr ""
# '#title' => __( 'Custom Fields', 'wpcf' ),
# '#description' => __( "The native WordPress custom post fields list. If you don't select this, Types post fields will still display.", 'wpcf' ),
# '#inline' => true,
msgid "The native WordPress custom post fields list. If you don't select this, Types post fields will still display."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['page-attributes'] ),
# '#title' => __( 'Page Attributes', 'wpcf' ),
# '#description' => __( 'Menu order and page parent (only available for hierarchical posts).', 'wpcf' ),
msgid "Page Attributes"
msgstr ""
# '#title' => __( 'Page Attributes', 'wpcf' ),
# '#description' => __( 'Menu order and page parent (only available for hierarchical posts).', 'wpcf' ),
# '#inline' => true,
msgid "Menu order and page parent (only available for hierarchical posts)."
msgstr ""
# '#default_value' => !empty( $this->ct['supports']['post-formats'] ),
# '#title' => __( 'Post Formats', 'wpcf' ),
# '#description' => __( 'A selector for the format to use for the post.', 'wpcf' ),
msgid "Post Formats"
msgstr ""
# '#title' => __( 'Post Formats', 'wpcf' ),
# '#description' => __( 'A selector for the format to use for the post.', 'wpcf' ),
# '#inline' => true,
msgid "A selector for the format to use for the post."
msgstr ""
# 'title' => __( 'Add New', 'wpcf' ),
# 'description' => __( 'The add new text. The default is Add New for both hierarchical and non-hierarchical types.', 'wpcf' ),
# 'label' => __('Add New', 'wpcf'),
msgid "The add new text. The default is Add New for both hierarchical and non-hierarchical types."
msgstr ""
# 'title' => __( 'Add New %s', 'wpcf' ),
# 'description' => __( 'The add new item text. Default is Add New Post/Add New Page.', 'wpcf' ),
# 'label' => __('Add New Item', 'wpcf'),
msgid "The add new item text. Default is Add New Post/Add New Page."
msgstr ""
# 'description' => __( 'The add new item text. Default is Add New Post/Add New Page.', 'wpcf' ),
# 'label' => __('Add New Item', 'wpcf'),
# ),
msgid "Add New Item"
msgstr ""
# 'title' => __( 'Edit %s', 'wpcf' ),
# 'description' => __( 'The edit item text. Default is Edit Post/Edit Page.', 'wpcf' ),
# 'label' => __('Edit Item', 'wpcf'),
msgid "The edit item text. Default is Edit Post/Edit Page."
msgstr ""
# 'description' => __( 'The edit item text. Default is Edit Post/Edit Page.', 'wpcf' ),
# 'label' => __('Edit Item', 'wpcf'),
# ),
msgid "Edit Item"
msgstr ""
# 'title' => __( 'New %s', 'wpcf' ),
# 'description' => __( 'The new item text. Default is New Post/New Page.', 'wpcf' ),
# 'label' => __('New Item', 'wpcf'),
msgid "The new item text. Default is New Post/New Page."
msgstr ""
# 'description' => __( 'The new item text. Default is New Post/New Page.', 'wpcf' ),
# 'label' => __('New Item', 'wpcf'),
# ),
msgid "New Item"
msgstr ""
# 'title' => __( 'View %s', 'wpcf' ),
# 'description' => __( 'The view item text. Default is View Post/View Page.', 'wpcf' ),
# 'label' => __('View Item', 'wpcf'),
msgid "The view item text. Default is View Post/View Page."
msgstr ""
# 'description' => __( 'The view item text. Default is View Post/View Page.', 'wpcf' ),
# 'label' => __('View Item', 'wpcf'),
# ),
msgid "View Item"
msgstr ""
# 'title' => __( 'Search %s', 'wpcf' ),
# 'description' => __( 'The search items text. Default is Search Posts/Search Pages.', 'wpcf' ),
# 'label' => __('Search Items', 'wpcf'),
msgid "The search items text. Default is Search Posts/Search Pages."
msgstr ""
# 'description' => __( 'The search items text. Default is Search Posts/Search Pages.', 'wpcf' ),
# 'label' => __('Search Items', 'wpcf'),
# ),
msgid "Search Items"
msgstr ""
# 'title' => __( 'No %s found', 'wpcf' ),
# 'description' => __( 'The not found text. Default is No posts found/No pages found.', 'wpcf' ),
# 'label' => __('Not Found', 'wpcf'),
msgid "The not found text. Default is No posts found/No pages found."
msgstr ""
# 'description' => __( 'The not found text. Default is No posts found/No pages found.', 'wpcf' ),
# 'label' => __('Not Found', 'wpcf'),
# ),
msgid "Not Found"
msgstr ""
# 'title' => __( 'No %s found in Trash', 'wpcf' ),
# 'description' => __( 'The not found in trash text. Default is No posts found in Trash/No pages found in Trash.', 'wpcf' ),
# 'label' => __('Not Found In Trash', 'wpcf'),
msgid "The not found in trash text. Default is No posts found in Trash/No pages found in Trash."
msgstr ""
# 'description' => __( 'The not found in trash text. Default is No posts found in Trash/No pages found in Trash.', 'wpcf' ),
# 'label' => __('Not Found In Trash', 'wpcf'),
# ),
msgid "Not Found In Trash"
msgstr ""
# 'parent_item_colon' => array(
# 'title' => __( 'Parent text', 'wpcf' ),
# 'description' => __( "The parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page.", 'wpcf' ),
msgid "Parent text"
msgstr ""
# 'title' => __( 'Parent text', 'wpcf' ),
# 'description' => __( "The parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page.", 'wpcf' ),
# 'label' => __('Parent Description', 'wpcf'),
msgid "The parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page."
msgstr ""
# 'description' => __( "The parent text. This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page.", 'wpcf' ),
# 'label' => __('Parent Description', 'wpcf'),
# ),
msgid "Parent Description"
msgstr ""
# 'all_items' => array(
# 'title' => __( 'All items', 'wpcf' ),
# 'description' => __( 'The all items text used in the menu. Default is the Name label.', 'wpcf' ),
msgid "All items"
msgstr ""
# 'title' => __( 'All items', 'wpcf' ),
# 'description' => __( 'The all items text used in the menu. Default is the Name label.', 'wpcf' ),
# 'label' => __('All Items', 'wpcf'),
msgid "The all items text used in the menu. Default is the Name label."
msgstr ""
# 'description' => __( 'The all items text used in the menu. Default is the Name label.', 'wpcf' ),
# 'label' => __('All Items', 'wpcf'),
# ),
msgid "All Items"
msgstr ""
# 'title' => __( 'Enter title here', 'wpcf' ),
# 'description' => __( 'The text used as placeholder of post title. Default is the "Enter title here".', 'wpcf' ),
# 'label' => __('Enter title here', 'wpcf'),
msgid "The text used as placeholder of post title. Default is the \"Enter title here\"."
msgstr ""
# $this->print_notice(
# __( 'Taxonomies are not allowed for this special-purpose post type.', 'wpcf' )
# );
msgid "Taxonomies are not allowed for this special-purpose post type."
msgstr ""
# ) {
# wpcf_admin_message( __( 'Please set post type name', 'wpcf' ), 'error' );
# return false;
msgid "Please set post type name"
msgstr ""
# if ( ( !array_key_exists( $this->get_id, $data ) || $data[$this->get_id] != $post_type ) && array_key_exists( $post_type, $custom_types ) ) {
# wpcf_admin_message( __( 'Post Type already exists', 'wpcf' ), 'error' );
# return false;
msgid "Post Type already exists"
msgstr ""
# $msg = $update
# ? __( 'Post Type saved.', 'wpcf' )
# : __( 'New Post Type created.', 'wpcf' );
msgid "Post Type saved."
msgstr ""
# ? __( 'Post Type saved.', 'wpcf' )
# : __( 'New Post Type created.', 'wpcf' );
#
msgid "New Post Type created."
msgstr ""
# if ( null == $post_type_parent || null == $post_type_child ) {
# die( __( 'Wrong post types', 'wpcf' ) );
# }
msgid "Wrong post types"
msgstr ""
# $this->print_notice_and_die(
# __( 'Please save Post Type first to edit these fields.', 'wpcf' )
# );
msgid "Please save Post Type first to edit these fields."
msgstr ""
# '#options' => array(
# __( 'Title, all custom fields and parents', 'wpcf' ) => 'all_cf',
# __( 'Do not show management options for this post type', 'wpcf' ) => 'only_list',
msgid "Title, all custom fields and parents"
msgstr ""
# __( 'Title, all custom fields and parents', 'wpcf' ) => 'all_cf',
# __( 'Do not show management options for this post type', 'wpcf' ) => 'only_list',
# __( 'All fields, including the standard post fields', 'wpcf' ) => 'all_cf_standard',
msgid "Do not show management options for this post type"
msgstr ""
# __( 'Do not show management options for this post type', 'wpcf' ) => 'only_list',
# __( 'All fields, including the standard post fields', 'wpcf' ) => 'all_cf_standard',
# __( 'Specific fields', 'wpcf' ) => 'specific',
msgid "All fields, including the standard post fields"
msgstr ""
# __( 'All fields, including the standard post fields', 'wpcf' ) => 'all_cf_standard',
# __( 'Specific fields', 'wpcf' ) => 'specific',
# ),
msgid "Specific fields"
msgstr ""
# $options[$tax_id] = array(
# '#title' => sprintf( __('Taxonomy - %s', 'wpcf'), $taxonomy->label ),
# '#name' => 'fields[_wpcf_pr_taxonomies][' . $tax_id . ']',
msgid "Taxonomy - %s"
msgstr ""
# $icons = array(
# 'admin-appearance' => __('appearance', 'wpcf'),
# 'admin-collapse' => __('collapse', 'wpcf'),
msgid "appearance"
msgstr ""
# 'admin-appearance' => __('appearance', 'wpcf'),
# 'admin-collapse' => __('collapse', 'wpcf'),
# 'admin-comments' => __('comments', 'wpcf'),
msgid "collapse"
msgstr ""
# 'admin-collapse' => __('collapse', 'wpcf'),
# 'admin-comments' => __('comments', 'wpcf'),
# 'admin-generic' => __('generic', 'wpcf'),
msgid "comments"
msgstr ""
# 'admin-comments' => __('comments', 'wpcf'),
# 'admin-generic' => __('generic', 'wpcf'),
# 'admin-home' => __('home', 'wpcf'),
msgid "generic"
msgstr ""
# 'admin-generic' => __('generic', 'wpcf'),
# 'admin-home' => __('home', 'wpcf'),
# 'admin-links' => __('links', 'wpcf'),
msgid "home"
msgstr ""
# 'admin-home' => __('home', 'wpcf'),
# 'admin-links' => __('links', 'wpcf'),
# 'admin-media' => __('media', 'wpcf'),
msgid "links"
msgstr ""
# 'admin-links' => __('links', 'wpcf'),
# 'admin-media' => __('media', 'wpcf'),
# 'admin-network' => __('network', 'wpcf'),
msgid "media"
msgstr ""
# 'admin-media' => __('media', 'wpcf'),
# 'admin-network' => __('network', 'wpcf'),
# 'admin-page' => __('page', 'wpcf'),
msgid "network"
msgstr ""
# 'admin-network' => __('network', 'wpcf'),
# 'admin-page' => __('page', 'wpcf'),
# 'admin-plugins' => __('plugins', 'wpcf'),
msgid "page"
msgstr ""
# 'admin-page' => __('page', 'wpcf'),
# 'admin-plugins' => __('plugins', 'wpcf'),
# 'admin-post' => __('post', 'wpcf'),
msgid "plugins"
msgstr ""
# 'admin-plugins' => __('plugins', 'wpcf'),
# 'admin-post' => __('post', 'wpcf'),
# 'admin-settings' => __('settings', 'wpcf'),
msgid "post"
msgstr ""
# 'admin-post' => __('post', 'wpcf'),
# 'admin-settings' => __('settings', 'wpcf'),
# 'admin-site' => __('site', 'wpcf'),
msgid "settings"
msgstr ""
# 'admin-settings' => __('settings', 'wpcf'),
# 'admin-site' => __('site', 'wpcf'),
# 'admin-tools' => __('tools', 'wpcf'),
msgid "site"
msgstr ""
# 'admin-site' => __('site', 'wpcf'),
# 'admin-tools' => __('tools', 'wpcf'),
# 'admin-users' => __('users', 'wpcf'),
msgid "tools"
msgstr ""
# 'admin-tools' => __('tools', 'wpcf'),
# 'admin-users' => __('users', 'wpcf'),
# 'album' => __('album', 'wpcf'),
msgid "users"
msgstr ""
# 'admin-users' => __('users', 'wpcf'),
# 'album' => __('album', 'wpcf'),
# 'align-center' => __('align center', 'wpcf'),
msgid "album"
msgstr ""
# 'album' => __('album', 'wpcf'),
# 'align-center' => __('align center', 'wpcf'),
# 'align-left' => __('align left', 'wpcf'),
msgid "align center"
msgstr ""
# 'align-center' => __('align center', 'wpcf'),
# 'align-left' => __('align left', 'wpcf'),
# 'align-none' => __('align none', 'wpcf'),
msgid "align left"
msgstr ""
# 'align-left' => __('align left', 'wpcf'),
# 'align-none' => __('align none', 'wpcf'),
# 'align-right' => __('align right', 'wpcf'),
msgid "align none"
msgstr ""
# 'align-none' => __('align none', 'wpcf'),
# 'align-right' => __('align right', 'wpcf'),
# 'analytics' => __('analytics', 'wpcf'),
msgid "align right"
msgstr ""
# 'align-right' => __('align right', 'wpcf'),
# 'analytics' => __('analytics', 'wpcf'),
# 'archive' => __('archive', 'wpcf'),
msgid "analytics"
msgstr ""
# 'analytics' => __('analytics', 'wpcf'),
# 'archive' => __('archive', 'wpcf'),
# 'arrow-down-alt2' => __('down alt2', 'wpcf'),
msgid "archive"
msgstr ""
# 'archive' => __('archive', 'wpcf'),
# 'arrow-down-alt2' => __('down alt2', 'wpcf'),
# 'arrow-down-alt' => __('down alt', 'wpcf'),
msgid "down alt2"
msgstr ""
# 'arrow-down-alt2' => __('down alt2', 'wpcf'),
# 'arrow-down-alt' => __('down alt', 'wpcf'),
# 'arrow-down' => __('down', 'wpcf'),
msgid "down alt"
msgstr ""
# 'arrow-down-alt' => __('down alt', 'wpcf'),
# 'arrow-down' => __('down', 'wpcf'),
# 'arrow-left-alt2' => __('left alt2', 'wpcf'),
msgid "down"
msgstr ""
# 'arrow-down' => __('down', 'wpcf'),
# 'arrow-left-alt2' => __('left alt2', 'wpcf'),
# 'arrow-left-alt' => __('left alt', 'wpcf'),
msgid "left alt2"
msgstr ""
# 'arrow-left-alt2' => __('left alt2', 'wpcf'),
# 'arrow-left-alt' => __('left alt', 'wpcf'),
# 'arrow-left' => __('left', 'wpcf'),
msgid "left alt"
msgstr ""
# 'arrow-left-alt' => __('left alt', 'wpcf'),
# 'arrow-left' => __('left', 'wpcf'),
# 'arrow-right-alt2' => __('right alt2', 'wpcf'),
msgid "left"
msgstr ""
# 'arrow-left' => __('left', 'wpcf'),
# 'arrow-right-alt2' => __('right alt2', 'wpcf'),
# 'arrow-right-alt' => __('right alt', 'wpcf'),
msgid "right alt2"
msgstr ""
# 'arrow-right-alt2' => __('right alt2', 'wpcf'),
# 'arrow-right-alt' => __('right alt', 'wpcf'),
# 'arrow-right' => __('right', 'wpcf'),
msgid "right alt"
msgstr ""
# 'arrow-right-alt' => __('right alt', 'wpcf'),
# 'arrow-right' => __('right', 'wpcf'),
# 'arrow-up-alt2' => __('up alt2', 'wpcf'),
msgid "right"
msgstr ""
# 'arrow-right' => __('right', 'wpcf'),
# 'arrow-up-alt2' => __('up alt2', 'wpcf'),
# 'arrow-up-alt' => __('up alt', 'wpcf'),
msgid "up alt2"
msgstr ""
# 'arrow-up-alt2' => __('up alt2', 'wpcf'),
# 'arrow-up-alt' => __('up alt', 'wpcf'),
# 'arrow-up' => __('up', 'wpcf'),
msgid "up alt"
msgstr ""
# 'arrow-up-alt' => __('up alt', 'wpcf'),
# 'arrow-up' => __('up', 'wpcf'),
# 'art' => __('art', 'wpcf'),
msgid "up"
msgstr ""
# 'arrow-up' => __('up', 'wpcf'),
# 'art' => __('art', 'wpcf'),
# 'awards' => __('awards', 'wpcf'),
msgid "art"
msgstr ""
# 'art' => __('art', 'wpcf'),
# 'awards' => __('awards', 'wpcf'),
# 'backup' => __('backup', 'wpcf'),
msgid "awards"
msgstr ""
# 'awards' => __('awards', 'wpcf'),
# 'backup' => __('backup', 'wpcf'),
# 'book-alt' => __('book alt', 'wpcf'),
msgid "backup"
msgstr ""
# 'backup' => __('backup', 'wpcf'),
# 'book-alt' => __('book alt', 'wpcf'),
# 'book' => __('book', 'wpcf'),
msgid "book alt"
msgstr ""
# 'book-alt' => __('book alt', 'wpcf'),
# 'book' => __('book', 'wpcf'),
# 'building' => __('building', 'wpcf'),
msgid "book"
msgstr ""
# 'book' => __('book', 'wpcf'),
# 'building' => __('building', 'wpcf'),
# 'businessman' => __('businessman', 'wpcf'),
msgid "building"
msgstr ""
# 'building' => __('building', 'wpcf'),
# 'businessman' => __('businessman', 'wpcf'),
# 'calendar-alt' => __('calendar alt', 'wpcf'),
msgid "businessman"
msgstr ""
# 'businessman' => __('businessman', 'wpcf'),
# 'calendar-alt' => __('calendar alt', 'wpcf'),
# 'calendar' => __('calendar', 'wpcf'),
msgid "calendar alt"
msgstr ""
# 'calendar-alt' => __('calendar alt', 'wpcf'),
# 'calendar' => __('calendar', 'wpcf'),
# 'camera' => __('camera', 'wpcf'),
msgid "calendar"
msgstr ""
# 'calendar' => __('calendar', 'wpcf'),
# 'camera' => __('camera', 'wpcf'),
# 'carrot' => __('carrot', 'wpcf'),
msgid "camera"
msgstr ""
# 'camera' => __('camera', 'wpcf'),
# 'carrot' => __('carrot', 'wpcf'),
# 'cart' => __('cart', 'wpcf'),
msgid "carrot"
msgstr ""
# 'carrot' => __('carrot', 'wpcf'),
# 'cart' => __('cart', 'wpcf'),
# 'category' => __('category', 'wpcf'),
msgid "cart"
msgstr ""
# 'cart' => __('cart', 'wpcf'),
# 'category' => __('category', 'wpcf'),
# 'chart-area' => __('chart area', 'wpcf'),
msgid "category"
msgstr ""
# 'category' => __('category', 'wpcf'),
# 'chart-area' => __('chart area', 'wpcf'),
# 'chart-bar' => __('chart bar', 'wpcf'),
msgid "chart area"
msgstr ""
# 'chart-area' => __('chart area', 'wpcf'),
# 'chart-bar' => __('chart bar', 'wpcf'),
# 'chart-line' => __('chart line', 'wpcf'),
msgid "chart bar"
msgstr ""
# 'chart-bar' => __('chart bar', 'wpcf'),
# 'chart-line' => __('chart line', 'wpcf'),
# 'chart-pie' => __('chart pie', 'wpcf'),
msgid "chart line"
msgstr ""
# 'chart-line' => __('chart line', 'wpcf'),
# 'chart-pie' => __('chart pie', 'wpcf'),
# 'clipboard' => __('clipboard', 'wpcf'),
msgid "chart pie"
msgstr ""
# 'chart-pie' => __('chart pie', 'wpcf'),
# 'clipboard' => __('clipboard', 'wpcf'),
# 'clock' => __('clock', 'wpcf'),
msgid "clipboard"
msgstr ""
# 'clipboard' => __('clipboard', 'wpcf'),
# 'clock' => __('clock', 'wpcf'),
# 'cloud' => __('cloud', 'wpcf'),
msgid "clock"
msgstr ""
# 'clock' => __('clock', 'wpcf'),
# 'cloud' => __('cloud', 'wpcf'),
# 'controls-back' => __('back', 'wpcf'),
msgid "cloud"
msgstr ""
# 'cloud' => __('cloud', 'wpcf'),
# 'controls-back' => __('back', 'wpcf'),
# 'controls-forward' => __('forward', 'wpcf'),
msgid "back"
msgstr ""
# 'controls-back' => __('back', 'wpcf'),
# 'controls-forward' => __('forward', 'wpcf'),
# 'controls-pause' => __('pause', 'wpcf'),
msgid "forward"
msgstr ""
# 'controls-forward' => __('forward', 'wpcf'),
# 'controls-pause' => __('pause', 'wpcf'),
# 'controls-play' => __('play', 'wpcf'),
msgid "pause"
msgstr ""
# 'controls-pause' => __('pause', 'wpcf'),
# 'controls-play' => __('play', 'wpcf'),
# 'controls-repeat' => __('repeat', 'wpcf'),
msgid "play"
msgstr ""
# 'controls-play' => __('play', 'wpcf'),
# 'controls-repeat' => __('repeat', 'wpcf'),
# 'controls-skipback' => __('skip back', 'wpcf'),
msgid "repeat"
msgstr ""
# 'controls-repeat' => __('repeat', 'wpcf'),
# 'controls-skipback' => __('skip back', 'wpcf'),
# 'controls-skipforward' => __('skip forward', 'wpcf'),
msgid "skip back"
msgstr ""
# 'controls-skipback' => __('skip back', 'wpcf'),
# 'controls-skipforward' => __('skip forward', 'wpcf'),
# 'controls-volumeoff' => __('volume off', 'wpcf'),
msgid "skip forward"
msgstr ""
# 'controls-skipforward' => __('skip forward', 'wpcf'),
# 'controls-volumeoff' => __('volume off', 'wpcf'),
# 'controls-volumeon' => __('volume on', 'wpcf'),
msgid "volume off"
msgstr ""
# 'controls-volumeoff' => __('volume off', 'wpcf'),
# 'controls-volumeon' => __('volume on', 'wpcf'),
# 'dashboard' => __('dashboard', 'wpcf'),
msgid "volume on"
msgstr ""
# 'controls-volumeon' => __('volume on', 'wpcf'),
# 'dashboard' => __('dashboard', 'wpcf'),
# 'desktop' => __('desktop', 'wpcf'),
msgid "dashboard"
msgstr ""
# 'dashboard' => __('dashboard', 'wpcf'),
# 'desktop' => __('desktop', 'wpcf'),
# 'dismiss' => __('dismiss', 'wpcf'),
msgid "desktop"
msgstr ""
# 'desktop' => __('desktop', 'wpcf'),
# 'dismiss' => __('dismiss', 'wpcf'),
# 'download' => __('download', 'wpcf'),
msgid "dismiss"
msgstr ""
# 'dismiss' => __('dismiss', 'wpcf'),
# 'download' => __('download', 'wpcf'),
# 'editor-aligncenter' => __('align center', 'wpcf'),
msgid "download"
msgstr ""
# 'editor-alignright' => __('align right', 'wpcf'),
# 'editor-bold' => __('bold', 'wpcf'),
# 'editor-break' => __('break', 'wpcf'),
msgid "bold"
msgstr ""
# 'editor-bold' => __('bold', 'wpcf'),
# 'editor-break' => __('break', 'wpcf'),
# 'editor-code' => __('code', 'wpcf'),
msgid "break"
msgstr ""
# 'editor-break' => __('break', 'wpcf'),
# 'editor-code' => __('code', 'wpcf'),
# 'editor-contract' => __('contract', 'wpcf'),
msgid "code"
msgstr ""
# 'editor-code' => __('code', 'wpcf'),
# 'editor-contract' => __('contract', 'wpcf'),
# 'editor-customchar' => __('custom char', 'wpcf'),
msgid "contract"
msgstr ""
# 'editor-contract' => __('contract', 'wpcf'),
# 'editor-customchar' => __('custom char', 'wpcf'),
# 'editor-distractionfree' => __('distraction free', 'wpcf'),
msgid "custom char"
msgstr ""
# 'editor-customchar' => __('custom char', 'wpcf'),
# 'editor-distractionfree' => __('distraction free', 'wpcf'),
# 'editor-expand' => __('expand', 'wpcf'),
msgid "distraction free"
msgstr ""
# 'editor-distractionfree' => __('distraction free', 'wpcf'),
# 'editor-expand' => __('expand', 'wpcf'),
# 'editor-help' => __('help', 'wpcf'),
msgid "expand"
msgstr ""
# 'editor-expand' => __('expand', 'wpcf'),
# 'editor-help' => __('help', 'wpcf'),
# 'editor-indent' => __('indent', 'wpcf'),
msgid "help"
msgstr ""
# 'editor-help' => __('help', 'wpcf'),
# 'editor-indent' => __('indent', 'wpcf'),
# 'editor-insertmore' => __('insert more', 'wpcf'),
msgid "indent"
msgstr ""
# 'editor-indent' => __('indent', 'wpcf'),
# 'editor-insertmore' => __('insert more', 'wpcf'),
# 'editor-italic' => __('italic', 'wpcf'),
msgid "insert more"
msgstr ""
# 'editor-insertmore' => __('insert more', 'wpcf'),
# 'editor-italic' => __('italic', 'wpcf'),
# 'editor-justify' => __('justify', 'wpcf'),
msgid "italic"
msgstr ""
# 'editor-italic' => __('italic', 'wpcf'),
# 'editor-justify' => __('justify', 'wpcf'),
# 'editor-kitchensink' => __('kitchen sink', 'wpcf'),
msgid "justify"
msgstr ""
# 'editor-justify' => __('justify', 'wpcf'),
# 'editor-kitchensink' => __('kitchen sink', 'wpcf'),
# 'editor-ol' => __('ol', 'wpcf'),
msgid "kitchen sink"
msgstr ""
# 'editor-kitchensink' => __('kitchen sink', 'wpcf'),
# 'editor-ol' => __('ol', 'wpcf'),
# 'editor-outdent' => __('outdent', 'wpcf'),
msgid "ol"
msgstr ""
# 'editor-ol' => __('ol', 'wpcf'),
# 'editor-outdent' => __('outdent', 'wpcf'),
# 'editor-paragraph' => __('paragraph', 'wpcf'),
msgid "outdent"
msgstr ""
# 'editor-outdent' => __('outdent', 'wpcf'),
# 'editor-paragraph' => __('paragraph', 'wpcf'),
# 'editor-paste-text' => __('paste text', 'wpcf'),
msgid "paragraph"
msgstr ""
# 'editor-paragraph' => __('paragraph', 'wpcf'),
# 'editor-paste-text' => __('paste text', 'wpcf'),
# 'editor-paste-word' => __('paste word', 'wpcf'),
msgid "paste text"
msgstr ""
# 'editor-paste-text' => __('paste text', 'wpcf'),
# 'editor-paste-word' => __('paste word', 'wpcf'),
# 'editor-quote' => __('quote', 'wpcf'),
msgid "paste word"
msgstr ""
# 'editor-paste-word' => __('paste word', 'wpcf'),
# 'editor-quote' => __('quote', 'wpcf'),
# 'editor-removeformatting' => __('remove formatting', 'wpcf'),
msgid "quote"
msgstr ""
# 'editor-quote' => __('quote', 'wpcf'),
# 'editor-removeformatting' => __('remove formatting', 'wpcf'),
# 'editor-rtl' => __('rtl', 'wpcf'),
msgid "remove formatting"
msgstr ""
# 'editor-removeformatting' => __('remove formatting', 'wpcf'),
# 'editor-rtl' => __('rtl', 'wpcf'),
# 'editor-spellcheck' => __('spellcheck', 'wpcf'),
msgid "rtl"
msgstr ""
# 'editor-rtl' => __('rtl', 'wpcf'),
# 'editor-spellcheck' => __('spellcheck', 'wpcf'),
# 'editor-strikethrough' => __('strike through', 'wpcf'),
msgid "spellcheck"
msgstr ""
# 'editor-spellcheck' => __('spellcheck', 'wpcf'),
# 'editor-strikethrough' => __('strike through', 'wpcf'),
# 'editor-textcolor' => __('text color', 'wpcf'),
msgid "strike through"
msgstr ""
# 'editor-strikethrough' => __('strike through', 'wpcf'),
# 'editor-textcolor' => __('text color', 'wpcf'),
# 'editor-ul' => __('ul', 'wpcf'),
msgid "text color"
msgstr ""
# 'editor-textcolor' => __('text color', 'wpcf'),
# 'editor-ul' => __('ul', 'wpcf'),
# 'editor-underline' => __('underline', 'wpcf'),
msgid "ul"
msgstr ""
# 'editor-ul' => __('ul', 'wpcf'),
# 'editor-underline' => __('underline', 'wpcf'),
# 'editor-unlink' => __('unlink', 'wpcf'),
msgid "underline"
msgstr ""
# 'editor-underline' => __('underline', 'wpcf'),
# 'editor-unlink' => __('unlink', 'wpcf'),
# 'editor-video' => __('video', 'wpcf'),
msgid "unlink"
msgstr ""
# 'editor-unlink' => __('unlink', 'wpcf'),
# 'editor-video' => __('video', 'wpcf'),
# 'edit' => __('edit', 'wpcf'),
msgid "video"
msgstr ""
# 'editor-video' => __('video', 'wpcf'),
# 'edit' => __('edit', 'wpcf'),
# 'email-alt' => __('email alt', 'wpcf'),
msgid "edit"
msgstr ""
# 'edit' => __('edit', 'wpcf'),
# 'email-alt' => __('email alt', 'wpcf'),
# 'email' => __('email', 'wpcf'),
msgid "email alt"
msgstr ""
# 'email-alt' => __('email alt', 'wpcf'),
# 'email' => __('email', 'wpcf'),
# 'excerpt-view' => __('excerpt view', 'wpcf'),
msgid "email"
msgstr ""
# 'email' => __('email', 'wpcf'),
# 'excerpt-view' => __('excerpt view', 'wpcf'),
#
msgid "excerpt view"
msgstr ""
#
# 'external' => __('external', 'wpcf'),
# 'facebook-alt' => __('facebook alt', 'wpcf'),
msgid "external"
msgstr ""
# 'external' => __('external', 'wpcf'),
# 'facebook-alt' => __('facebook alt', 'wpcf'),
# 'facebook' => __('facebook', 'wpcf'),
msgid "facebook alt"
msgstr ""
# 'facebook-alt' => __('facebook alt', 'wpcf'),
# 'facebook' => __('facebook', 'wpcf'),
# 'feedback' => __('feedback', 'wpcf'),
msgid "facebook"
msgstr ""
# 'facebook' => __('facebook', 'wpcf'),
# 'feedback' => __('feedback', 'wpcf'),
# 'flag' => __('flag', 'wpcf'),
msgid "feedback"
msgstr ""
# 'feedback' => __('feedback', 'wpcf'),
# 'flag' => __('flag', 'wpcf'),
# 'format-aside' => __('aside', 'wpcf'),
msgid "flag"
msgstr ""
# 'flag' => __('flag', 'wpcf'),
# 'format-aside' => __('aside', 'wpcf'),
# 'format-audio' => __('audio', 'wpcf'),
msgid "aside"
msgstr ""
# 'format-aside' => __('aside', 'wpcf'),
# 'format-audio' => __('audio', 'wpcf'),
# 'format-chat' => __('chat', 'wpcf'),
msgid "audio"
msgstr ""
# 'format-audio' => __('audio', 'wpcf'),
# 'format-chat' => __('chat', 'wpcf'),
# 'format-gallery' => __('gallery', 'wpcf'),
msgid "chat"
msgstr ""
# 'format-chat' => __('chat', 'wpcf'),
# 'format-gallery' => __('gallery', 'wpcf'),
# 'format-image' => __('image', 'wpcf'),
msgid "gallery"
msgstr ""
# 'format-gallery' => __('gallery', 'wpcf'),
# 'format-image' => __('image', 'wpcf'),
# 'format-links' => __('links', 'wpcf'),
msgid "image"
msgstr ""
# 'format-quote' => __('quote', 'wpcf'),
# 'format-standard' => __('standard', 'wpcf'),
# 'format-status' => __('status', 'wpcf'),
msgid "standard"
msgstr ""
# 'format-standard' => __('standard', 'wpcf'),
# 'format-status' => __('status', 'wpcf'),
# 'format-video' => __('video', 'wpcf'),
msgid "status"
msgstr ""
# 'format-video' => __('video', 'wpcf'),
# 'forms' => __('forms', 'wpcf'),
# 'googleplus' => __('google plus', 'wpcf'),
msgid "forms"
msgstr ""
# 'forms' => __('forms', 'wpcf'),
# 'googleplus' => __('google plus', 'wpcf'),
# 'grid-view' => __('grid view', 'wpcf'),
msgid "google plus"
msgstr ""
# 'googleplus' => __('google plus', 'wpcf'),
# 'grid-view' => __('grid view', 'wpcf'),
# 'groups' => __('groups', 'wpcf'),
msgid "grid view"
msgstr ""
# 'grid-view' => __('grid view', 'wpcf'),
# 'groups' => __('groups', 'wpcf'),
# 'hammer' => __('hammer', 'wpcf'),
msgid "groups"
msgstr ""
# 'groups' => __('groups', 'wpcf'),
# 'hammer' => __('hammer', 'wpcf'),
# 'heart' => __('heart', 'wpcf'),
msgid "hammer"
msgstr ""
# 'hammer' => __('hammer', 'wpcf'),
# 'heart' => __('heart', 'wpcf'),
# 'id-alt' => __('id alt', 'wpcf'),
msgid "heart"
msgstr ""
# 'heart' => __('heart', 'wpcf'),
# 'id-alt' => __('id alt', 'wpcf'),
# 'id' => __('id', 'wpcf'),
msgid "id alt"
msgstr ""
# 'id-alt' => __('id alt', 'wpcf'),
# 'id' => __('id', 'wpcf'),
# 'images-alt2' => __('images alt2', 'wpcf'),
msgid "id"
msgstr ""
# 'id' => __('id', 'wpcf'),
# 'images-alt2' => __('images alt2', 'wpcf'),
# 'images-alt' => __('images alt', 'wpcf'),
msgid "images alt2"
msgstr ""
# 'images-alt2' => __('images alt2', 'wpcf'),
# 'images-alt' => __('images alt', 'wpcf'),
# 'image-crop' => __('image crop', 'wpcf'),
msgid "images alt"
msgstr ""
# 'images-alt' => __('images alt', 'wpcf'),
# 'image-crop' => __('image crop', 'wpcf'),
# 'image-flip-horizontal' => __('image flip horizontal', 'wpcf'),
msgid "image crop"
msgstr ""
# 'image-crop' => __('image crop', 'wpcf'),
# 'image-flip-horizontal' => __('image flip horizontal', 'wpcf'),
# 'image-flip-vertical' => __('image flip vertical', 'wpcf'),
msgid "image flip horizontal"
msgstr ""
# 'image-flip-horizontal' => __('image flip horizontal', 'wpcf'),
# 'image-flip-vertical' => __('image flip vertical', 'wpcf'),
# 'image-rotate-left' => __('image rotate left', 'wpcf'),
msgid "image flip vertical"
msgstr ""
# 'image-flip-vertical' => __('image flip vertical', 'wpcf'),
# 'image-rotate-left' => __('image rotate left', 'wpcf'),
# 'image-rotate-right' => __('image rotate right', 'wpcf'),
msgid "image rotate left"
msgstr ""
# 'image-rotate-left' => __('image rotate left', 'wpcf'),
# 'image-rotate-right' => __('image rotate right', 'wpcf'),
# 'index-card' => __('index card', 'wpcf'),
msgid "image rotate right"
msgstr ""
# 'image-rotate-right' => __('image rotate right', 'wpcf'),
# 'index-card' => __('index card', 'wpcf'),
# 'info' => __('info', 'wpcf'),
msgid "index card"
msgstr ""
# 'index-card' => __('index card', 'wpcf'),
# 'info' => __('info', 'wpcf'),
# 'leftright' => __('left right', 'wpcf'),
msgid "info"
msgstr ""
# 'info' => __('info', 'wpcf'),
# 'leftright' => __('left right', 'wpcf'),
# 'lightbulb' => __('light bulb', 'wpcf'),
msgid "left right"
msgstr ""
# 'leftright' => __('left right', 'wpcf'),
# 'lightbulb' => __('light bulb', 'wpcf'),
# 'list-view' => __('list view', 'wpcf'),
msgid "light bulb"
msgstr ""
# 'lightbulb' => __('light bulb', 'wpcf'),
# 'list-view' => __('list view', 'wpcf'),
# 'location-alt' => __('location alt', 'wpcf'),
msgid "list view"
msgstr ""
# 'list-view' => __('list view', 'wpcf'),
# 'location-alt' => __('location alt', 'wpcf'),
# 'location' => __('location', 'wpcf'),
msgid "location alt"
msgstr ""
# 'location-alt' => __('location alt', 'wpcf'),
# 'location' => __('location', 'wpcf'),
# 'lock' => __('lock', 'wpcf'),
msgid "location"
msgstr ""
# 'location' => __('location', 'wpcf'),
# 'lock' => __('lock', 'wpcf'),
# 'marker' => __('marker', 'wpcf'),
msgid "lock"
msgstr ""
# 'lock' => __('lock', 'wpcf'),
# 'marker' => __('marker', 'wpcf'),
# 'media-archive' => __('media archive', 'wpcf'),
msgid "marker"
msgstr ""
# 'marker' => __('marker', 'wpcf'),
# 'media-archive' => __('media archive', 'wpcf'),
# 'media-audio' => __('media audio', 'wpcf'),
msgid "media archive"
msgstr ""
# 'media-archive' => __('media archive', 'wpcf'),
# 'media-audio' => __('media audio', 'wpcf'),
# 'media-code' => __('media code', 'wpcf'),
msgid "media audio"
msgstr ""
# 'media-audio' => __('media audio', 'wpcf'),
# 'media-code' => __('media code', 'wpcf'),
# 'media-default' => __('media default', 'wpcf'),
msgid "media code"
msgstr ""
# 'media-code' => __('media code', 'wpcf'),
# 'media-default' => __('media default', 'wpcf'),
# 'media-document' => __('media document', 'wpcf'),
msgid "media default"
msgstr ""
# 'media-default' => __('media default', 'wpcf'),
# 'media-document' => __('media document', 'wpcf'),
# 'media-interactive' => __('media interactive', 'wpcf'),
msgid "media document"
msgstr ""
# 'media-document' => __('media document', 'wpcf'),
# 'media-interactive' => __('media interactive', 'wpcf'),
# 'media-spreadsheet' => __('media spreadsheet', 'wpcf'),
msgid "media interactive"
msgstr ""
# 'media-interactive' => __('media interactive', 'wpcf'),
# 'media-spreadsheet' => __('media spreadsheet', 'wpcf'),
# 'media-text' => __('media text', 'wpcf'),
msgid "media spreadsheet"
msgstr ""
# 'media-spreadsheet' => __('media spreadsheet', 'wpcf'),
# 'media-text' => __('media text', 'wpcf'),
# 'media-video' => __('media video', 'wpcf'),
msgid "media text"
msgstr ""
# 'media-text' => __('media text', 'wpcf'),
# 'media-video' => __('media video', 'wpcf'),
# 'megaphone' => __('megaphone', 'wpcf'),
msgid "media video"
msgstr ""
# 'media-video' => __('media video', 'wpcf'),
# 'megaphone' => __('megaphone', 'wpcf'),
# 'menu' => __('menu', 'wpcf'),
msgid "megaphone"
msgstr ""
# 'megaphone' => __('megaphone', 'wpcf'),
# 'menu' => __('menu', 'wpcf'),
# 'microphone' => __('microphone', 'wpcf'),
msgid "menu"
msgstr ""
# 'menu' => __('menu', 'wpcf'),
# 'microphone' => __('microphone', 'wpcf'),
# 'migrate' => __('migrate', 'wpcf'),
msgid "microphone"
msgstr ""
# 'microphone' => __('microphone', 'wpcf'),
# 'migrate' => __('migrate', 'wpcf'),
# 'minus' => __('minus', 'wpcf'),
msgid "migrate"
msgstr ""
# 'migrate' => __('migrate', 'wpcf'),
# 'minus' => __('minus', 'wpcf'),
# 'money' => __('money', 'wpcf'),
msgid "minus"
msgstr ""
# 'minus' => __('minus', 'wpcf'),
# 'money' => __('money', 'wpcf'),
# 'nametag' => __('name tag', 'wpcf'),
msgid "money"
msgstr ""
# 'money' => __('money', 'wpcf'),
# 'nametag' => __('name tag', 'wpcf'),
# 'networking' => __('networking', 'wpcf'),
msgid "name tag"
msgstr ""
# 'nametag' => __('name tag', 'wpcf'),
# 'networking' => __('networking', 'wpcf'),
# 'no-alt' => __('no alt', 'wpcf'),
msgid "networking"
msgstr ""
# 'networking' => __('networking', 'wpcf'),
# 'no-alt' => __('no alt', 'wpcf'),
# 'no' => __('no', 'wpcf'),
msgid "no alt"
msgstr ""
# 'no-alt' => __('no alt', 'wpcf'),
# 'no' => __('no', 'wpcf'),
# 'palmtree' => __('palm tree', 'wpcf'),
msgid "no"
msgstr ""
# 'no' => __('no', 'wpcf'),
# 'palmtree' => __('palm tree', 'wpcf'),
# 'performance' => __('performance', 'wpcf'),
msgid "palm tree"
msgstr ""
# 'palmtree' => __('palm tree', 'wpcf'),
# 'performance' => __('performance', 'wpcf'),
# 'phone' => __('phone', 'wpcf'),
msgid "performance"
msgstr ""
# 'performance' => __('performance', 'wpcf'),
# 'phone' => __('phone', 'wpcf'),
# 'playlist-audio' => __('playlist audio', 'wpcf'),
msgid "phone"
msgstr ""
# 'phone' => __('phone', 'wpcf'),
# 'playlist-audio' => __('playlist audio', 'wpcf'),
# 'playlist-video' => __('playlist video', 'wpcf'),
msgid "playlist audio"
msgstr ""
# 'playlist-audio' => __('playlist audio', 'wpcf'),
# 'playlist-video' => __('playlist video', 'wpcf'),
# 'plus-alt' => __('plus alt', 'wpcf'),
msgid "playlist video"
msgstr ""
# 'playlist-video' => __('playlist video', 'wpcf'),
# 'plus-alt' => __('plus alt', 'wpcf'),
# 'plus' => __('plus', 'wpcf'),
msgid "plus alt"
msgstr ""
# 'plus-alt' => __('plus alt', 'wpcf'),
# 'plus' => __('plus', 'wpcf'),
# 'portfolio' => __('portfolio', 'wpcf'),
msgid "plus"
msgstr ""
# 'plus' => __('plus', 'wpcf'),
# 'portfolio' => __('portfolio', 'wpcf'),
# 'post-status' => __('post status', 'wpcf'),
msgid "portfolio"
msgstr ""
# 'portfolio' => __('portfolio', 'wpcf'),
# 'post-status' => __('post status', 'wpcf'),
# 'post-trash' => __('post trash', 'wpcf'),
msgid "post status"
msgstr ""
# 'post-status' => __('post status', 'wpcf'),
# 'post-trash' => __('post trash', 'wpcf'),
# 'pressthis' => __('press this', 'wpcf'),
msgid "post trash"
msgstr ""
# 'post-trash' => __('post trash', 'wpcf'),
# 'pressthis' => __('press this', 'wpcf'),
# 'products' => __('products', 'wpcf'),
msgid "press this"
msgstr ""
# 'pressthis' => __('press this', 'wpcf'),
# 'products' => __('products', 'wpcf'),
# 'randomize' => __('randomize', 'wpcf'),
msgid "products"
msgstr ""
# 'products' => __('products', 'wpcf'),
# 'randomize' => __('randomize', 'wpcf'),
# 'redo' => __('redo', 'wpcf'),
msgid "randomize"
msgstr ""
# 'randomize' => __('randomize', 'wpcf'),
# 'redo' => __('redo', 'wpcf'),
# 'rss' => __('rss', 'wpcf'),
msgid "redo"
msgstr ""
# 'redo' => __('redo', 'wpcf'),
# 'rss' => __('rss', 'wpcf'),
# 'schedule' => __('schedule', 'wpcf'),
msgid "rss"
msgstr ""
# 'rss' => __('rss', 'wpcf'),
# 'schedule' => __('schedule', 'wpcf'),
# 'screenoptions' => __('screen options', 'wpcf'),
msgid "schedule"
msgstr ""
# 'schedule' => __('schedule', 'wpcf'),
# 'screenoptions' => __('screen options', 'wpcf'),
# 'search' => __('search', 'wpcf'),
msgid "screen options"
msgstr ""
# 'screenoptions' => __('screen options', 'wpcf'),
# 'search' => __('search', 'wpcf'),
# 'share1' => __('share1', 'wpcf'),
msgid "search"
msgstr ""
# 'search' => __('search', 'wpcf'),
# 'share1' => __('share1', 'wpcf'),
# 'share-alt2' => __('share alt2', 'wpcf'),
msgid "share1"
msgstr ""
# 'share1' => __('share1', 'wpcf'),
# 'share-alt2' => __('share alt2', 'wpcf'),
# 'share-alt' => __('share alt', 'wpcf'),
msgid "share alt2"
msgstr ""
# 'share-alt2' => __('share alt2', 'wpcf'),
# 'share-alt' => __('share alt', 'wpcf'),
# 'share' => __('share', 'wpcf'),
msgid "share alt"
msgstr ""
# 'share-alt' => __('share alt', 'wpcf'),
# 'share' => __('share', 'wpcf'),
# 'shield-alt' => __('shield alt', 'wpcf'),
msgid "share"
msgstr ""
# 'share' => __('share', 'wpcf'),
# 'shield-alt' => __('shield alt', 'wpcf'),
# 'shield' => __('shield', 'wpcf'),
msgid "shield alt"
msgstr ""
# 'shield-alt' => __('shield alt', 'wpcf'),
# 'shield' => __('shield', 'wpcf'),
# 'slides' => __('slides', 'wpcf'),
msgid "shield"
msgstr ""
# 'shield' => __('shield', 'wpcf'),
# 'slides' => __('slides', 'wpcf'),
# 'smartphone' => __('smartphone', 'wpcf'),
msgid "slides"
msgstr ""
# 'slides' => __('slides', 'wpcf'),
# 'smartphone' => __('smartphone', 'wpcf'),
# 'smiley' => __('smiley', 'wpcf'),
msgid "smartphone"
msgstr ""
# 'smartphone' => __('smartphone', 'wpcf'),
# 'smiley' => __('smiley', 'wpcf'),
# 'sort' => __('sort', 'wpcf'),
msgid "smiley"
msgstr ""
# 'smiley' => __('smiley', 'wpcf'),
# 'sort' => __('sort', 'wpcf'),
# 'sos' => __('sos', 'wpcf'),
msgid "sort"
msgstr ""
# 'sort' => __('sort', 'wpcf'),
# 'sos' => __('sos', 'wpcf'),
# 'star-empty' => __('star empty', 'wpcf'),
msgid "sos"
msgstr ""
# 'sos' => __('sos', 'wpcf'),
# 'star-empty' => __('star empty', 'wpcf'),
# 'star-filled' => __('star filled', 'wpcf'),
msgid "star empty"
msgstr ""
# 'star-empty' => __('star empty', 'wpcf'),
# 'star-filled' => __('star filled', 'wpcf'),
# 'star-half' => __('star half', 'wpcf'),
msgid "star filled"
msgstr ""
# 'star-filled' => __('star filled', 'wpcf'),
# 'star-half' => __('star half', 'wpcf'),
# 'store' => __('store', 'wpcf'),
msgid "star half"
msgstr ""
# 'star-half' => __('star half', 'wpcf'),
# 'store' => __('store', 'wpcf'),
# 'tablet' => __('tablet', 'wpcf'),
msgid "store"
msgstr ""
# 'store' => __('store', 'wpcf'),
# 'tablet' => __('tablet', 'wpcf'),
# 'tagcloud' => __('tag cloud', 'wpcf'),
msgid "tablet"
msgstr ""
# 'tablet' => __('tablet', 'wpcf'),
# 'tagcloud' => __('tag cloud', 'wpcf'),
# 'tag' => __('tag', 'wpcf'),
msgid "tag cloud"
msgstr ""
# 'tagcloud' => __('tag cloud', 'wpcf'),
# 'tag' => __('tag', 'wpcf'),
# 'testimonial' => __('testimonial', 'wpcf'),
msgid "tag"
msgstr ""
# 'tag' => __('tag', 'wpcf'),
# 'testimonial' => __('testimonial', 'wpcf'),
# 'text' => __('text', 'wpcf'),
msgid "testimonial"
msgstr ""
# 'testimonial' => __('testimonial', 'wpcf'),
# 'text' => __('text', 'wpcf'),
# 'tickets-alt' => __('tickets alt', 'wpcf'),
msgid "text"
msgstr ""
# 'text' => __('text', 'wpcf'),
# 'tickets-alt' => __('tickets alt', 'wpcf'),
# 'tickets' => __('tickets', 'wpcf'),
msgid "tickets alt"
msgstr ""
# 'tickets-alt' => __('tickets alt', 'wpcf'),
# 'tickets' => __('tickets', 'wpcf'),
# 'translation' => __('translation', 'wpcf'),
msgid "tickets"
msgstr ""
# 'tickets' => __('tickets', 'wpcf'),
# 'translation' => __('translation', 'wpcf'),
# 'trash' => __('trash', 'wpcf'),
msgid "translation"
msgstr ""
# 'translation' => __('translation', 'wpcf'),
# 'trash' => __('trash', 'wpcf'),
# 'twitter' => __('twitter', 'wpcf'),
msgid "trash"
msgstr ""
# 'trash' => __('trash', 'wpcf'),
# 'twitter' => __('twitter', 'wpcf'),
# 'undo' => __('undo', 'wpcf'),
msgid "twitter"
msgstr ""
# 'twitter' => __('twitter', 'wpcf'),
# 'undo' => __('undo', 'wpcf'),
# 'universal-access-alt' => __('universal access alt', 'wpcf'),
msgid "undo"
msgstr ""
# 'undo' => __('undo', 'wpcf'),
# 'universal-access-alt' => __('universal access alt', 'wpcf'),
# 'universal-access' => __('universal access', 'wpcf'),
msgid "universal access alt"
msgstr ""
# 'universal-access-alt' => __('universal access alt', 'wpcf'),
# 'universal-access' => __('universal access', 'wpcf'),
# 'update' => __('update', 'wpcf'),
msgid "universal access"
msgstr ""
# 'universal-access' => __('universal access', 'wpcf'),
# 'update' => __('update', 'wpcf'),
# 'upload' => __('upload', 'wpcf'),
msgid "update"
msgstr ""
# 'update' => __('update', 'wpcf'),
# 'upload' => __('upload', 'wpcf'),
# 'vault' => __('vault', 'wpcf'),
msgid "upload"
msgstr ""
# 'upload' => __('upload', 'wpcf'),
# 'vault' => __('vault', 'wpcf'),
# 'video-alt2' => __('video alt2', 'wpcf'),
msgid "vault"
msgstr ""
# 'vault' => __('vault', 'wpcf'),
# 'video-alt2' => __('video alt2', 'wpcf'),
# 'video-alt3' => __('video alt3', 'wpcf'),
msgid "video alt2"
msgstr ""
# 'video-alt2' => __('video alt2', 'wpcf'),
# 'video-alt3' => __('video alt3', 'wpcf'),
# 'video-alt' => __('video alt', 'wpcf'),
msgid "video alt3"
msgstr ""
# 'video-alt3' => __('video alt3', 'wpcf'),
# 'video-alt' => __('video alt', 'wpcf'),
# 'visibility' => __('visibility', 'wpcf'),
msgid "video alt"
msgstr ""
# 'video-alt' => __('video alt', 'wpcf'),
# 'visibility' => __('visibility', 'wpcf'),
# 'welcome-add-page' => __('add page', 'wpcf'),
msgid "visibility"
msgstr ""
# 'visibility' => __('visibility', 'wpcf'),
# 'welcome-add-page' => __('add page', 'wpcf'),
# 'welcome-comments' => __('comments', 'wpcf'),
msgid "add page"
msgstr ""
# 'welcome-comments' => __('comments', 'wpcf'),
# 'welcome-edit-page' => __('edit page', 'wpcf'),
# 'welcome-learn-more' => __('learn more', 'wpcf'),
msgid "edit page"
msgstr ""
# 'welcome-edit-page' => __('edit page', 'wpcf'),
# 'welcome-learn-more' => __('learn more', 'wpcf'),
# 'welcome-view-site' => __('view site', 'wpcf'),
msgid "learn more"
msgstr ""
# 'welcome-learn-more' => __('learn more', 'wpcf'),
# 'welcome-view-site' => __('view site', 'wpcf'),
# 'welcome-widgets-menus' => __('widgets menus', 'wpcf'),
msgid "view site"
msgstr ""
# 'welcome-view-site' => __('view site', 'wpcf'),
# 'welcome-widgets-menus' => __('widgets menus', 'wpcf'),
# 'welcome-write-blog' => __('write blog', 'wpcf'),
msgid "widgets menus"
msgstr ""
# 'welcome-widgets-menus' => __('widgets menus', 'wpcf'),
# 'welcome-write-blog' => __('write blog', 'wpcf'),
# 'wordpress-alt' => __('wordpress alt', 'wpcf'),
msgid "write blog"
msgstr ""
# 'welcome-write-blog' => __('write blog', 'wpcf'),
# 'wordpress-alt' => __('wordpress alt', 'wpcf'),
# 'wordpress' => __('wordpress', 'wpcf'),
msgid "wordpress alt"
msgstr ""
# 'wordpress-alt' => __('wordpress alt', 'wpcf'),
# 'wordpress' => __('wordpress', 'wpcf'),
# 'yes' => __('yes', 'wpcf'),
msgid "wordpress"
msgstr ""
# 'wordpress' => __('wordpress', 'wpcf'),
# 'yes' => __('yes', 'wpcf'),
# );
msgid "yes"
msgstr ""
# '<div class="notice notice-warning below-h2"><p>%s</p></div>',
# __( 'You will be able to make this post type translatable once it is saved.', 'wpcf' )
# );
msgid "You will be able to make this post type translatable once it is saved."
msgstr ""
# if( $post_type_helper->is_intermediary() ) {
# return __( 'This option is not available for intermediary post types.', 'wpcf' );
# } elseif( $post_type_helper->is_repeating_field_group() ) {
msgid "This option is not available for intermediary post types."
msgstr ""
# } elseif( $post_type_helper->is_repeating_field_group() ) {
# return __( 'This option is not available for post types used in repeating field groups.', 'wpcf');
# }
msgid "This option is not available for post types used in repeating field groups."
msgstr ""
# '#type' => 'button',
# '#value' => esc_attr__('Change icon', 'wpcf'),
# '#inline' => true,
msgid "Change icon"
msgstr ""
# 'data-wpcf-message-loading' => esc_attr__('Please Wait, Loading…', 'wpcf'),
# 'data-wpcf-title' => esc_attr__('Choose icon', 'wpcf'),
# 'data-wpcf-cancel' => esc_attr__('Cancel', 'wpcf'),
msgid "Choose icon"
msgstr ""
# if ( !function_exists('wpml_custom_post_translation_options') ) {
# _e('Somethng wrong!', 'wpcf');
# return;
msgid "Somethng wrong!"
msgstr ""
# $relationship_edit_url,
# __('Return to relationship', 'wpcf')
# )
msgid "Return to relationship"
msgstr ""
# if( isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'wpcf-edit-tax' ) {
# $this->print_notice( __('These options are not available for built-in taxonomies.', 'wpcf'), 'add-wpcf-inside');
# } else {
msgid "These options are not available for built-in taxonomies."
msgstr ""
# } else {
# $this->print_notice( __('These options are not available for built-in post types.', 'wpcf'), 'add-wpcf-inside');
# }
msgid "These options are not available for built-in post types."
msgstr ""
# 'callback' => array( $this, 'metabox_field_groups'),
# 'title' => __('Field Groups to be used with <i class="js-wpcf-singular"></i>', 'wpcf'),
# 'default' => 'normal',
msgid "Field Groups to be used with <i class=\"js-wpcf-singular\"></i>"
msgstr ""
# 'callback' => array( $this, 'metabox_custom_fields'),
# 'title' => __('Post Fields to be shown as columns in Post Type listing in WordPress Admin', 'wpcf'),
# 'default' => 'normal',
msgid "Post Fields to be shown as columns in Post Type listing in WordPress Admin"
msgstr ""
# $this->print_notice_and_die(
# __( 'Please save first, before you can edit the custom fields.', 'wpcf' )
# );
msgid "Please save first, before you can edit the custom fields."
msgstr ""
# sprintf(
# __(
# 'You can include some Post Fields in the <b>listing page for %s</b>. Add Field Group(s) to this Post Type and you will be able to select which fields will be displayed in the listing page.',
msgid "You can include some Post Fields in the <b>listing page for %s</b>. Add Field Group(s) to this Post Type and you will be able to select which fields will be displayed in the listing page."
msgstr ""
# if( empty( $custom_field_groups ) ) {
# echo wpautop(__('To use custom fields, please create a group to hold them.', 'wpcf'));
# die;
msgid "To use custom fields, please create a group to hold them."
msgstr ""
# '<p class="description">%s</p>',
# __('Check which fields should be shown on this Post Type list as columns. (NOTE: Some fields cannot be shown due to their complexity)', 'wpcf')
# ),
msgid "Check which fields should be shown on this Post Type list as columns. (NOTE: Some fields cannot be shown due to their complexity)"
msgstr ""
# '#title' => $custom_field_group['name'],
# '#markup' => __('There are no available fields in this group.', 'wpcf' ),
# '#inline' => true,
msgid "There are no available fields in this group."
msgstr ""
# '<p class="description" data-wpcf-message-drag="%s" id="wpcf-custom-field-message"></p><ul class="ui-sortable js-wpcf-custom-field-order-container">%s',
# esc_attr(__('Drag to reorder.', 'wpcf')),
# $close_ul? '</ul>':''
msgid "Drag to reorder."
msgstr ""
# '#before' => '<li class="js-wpcf-tooltip wpcf-custom-field-disabled" data-tooltip="'
# . __( 'This field cannot be shown in Post Type listing due to its complexity.', 'wpcf' )
# . '">',
msgid "This field cannot be shown in Post Type listing due to its complexity."
msgstr ""
# if (empty($groups) ) {
# _e('There is no groups to display. Please add some first', 'wpcf');
# return;
msgid "There is no groups to display. Please add some first"
msgstr ""
#
# wpcf_admin_add_js_settings( 'wpcfFormAlertOnlyPreview', sprintf( "'%s'", __( 'Sorry, but this is only preview!', 'wpcf' ) ) );
# }
msgid "Sorry, but this is only preview!"
msgstr ""
# if ( $this->update['id'] === 0 ) {
# return $this->print_notice( __( 'Please save first, then you can select where to display this Field Group.', 'wpcf' ), 'no-wrap', false );
# }
msgid "Please save first, then you can select where to display this Field Group."
msgstr ""
# '#attributes' => array(
# 'data-wpcf-label' => __( 'Default Template', 'wpcf' ),
# ),
msgid "Default Template"
msgstr ""
# } else {
# $template = sprintf( __( 'Content Template %s', 'wpcf' ), $templates_view_list_text[ $template ] );
# }
msgid "Content Template %s"
msgstr ""
# } else {
# $text = __( 'Not Selected', 'wpcf' );
# }
msgid "Not Selected"
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf( '<p class="wpcf-fields-group-conditions-description ' . 'js-wpcf-fields-group-conditions-none">%s</p>', __( 'By default <b>this group of fields</b> will appear when editing <b>all content.</b><br /><br />Select specific Post Types, Terms, Templates or set Data-dependent filters to limit the fields to specific locations and/or conditions in the WordPress admin.', 'wpcf' ) ),
# );
msgid "By default <b>this group of fields</b> will appear when editing <b>all content.</b><br /><br />Select specific Post Types, Terms, Templates or set Data-dependent filters to limit the fields to specific locations and/or conditions in the WordPress admin."
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf( '<p class="wpcf-fields-group-conditions-description ' . 'js-wpcf-fields-group-conditions-condition ' . 'js-wpcf-fields-group-conditions-post-types">' . '%s <span></span></p>', __( 'Post Type(s):', 'wpcf' ) ),
# );
msgid "Post Type(s):"
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf( '<p class="wpcf-fields-group-conditions-description ' . 'js-wpcf-fields-group-conditions-condition ' . 'js-wpcf-fields-group-conditions-terms">' . '%s <span></span></p>', __( 'Term(s):', 'wpcf' ) ),
# );
msgid "Term(s):"
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf( '<p class="wpcf-fields-group-conditions-description ' . 'js-wpcf-fields-group-conditions-condition ' . 'js-wpcf-fields-group-conditions-templates">' . '%s <span></span></p>', __( 'Template(s):', 'wpcf' ) ),
# );
msgid "Template(s):"
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf( '<p class="wpcf-fields-group-conditions-description ' . 'js-wpcf-fields-group-conditions-condition ' . 'js-wpcf-fields-group-conditions-data-dependencies">' . '%s <span></span></p>', __( 'Additional condition(s):', 'wpcf' ) ),
# );
msgid "Additional condition(s):"
msgstr ""
# ? array(
# __( 'when <b>Post Type</b> and <b>ANY</b> other condition is met', 'wpcf' ) => 'any',
# __( 'when <b>ALL</b> conditions are met', 'wpcf' ) => 'all',
msgid "when <b>Post Type</b> and <b>ANY</b> other condition is met"
msgstr ""
# __( 'when <b>Post Type</b> and <b>ANY</b> other condition is met', 'wpcf' ) => 'any',
# __( 'when <b>ALL</b> conditions are met', 'wpcf' ) => 'all',
# )
msgid "when <b>ALL</b> conditions are met"
msgstr ""
# : array(
# __( 'when <b>ANY</b> condition is met', 'wpcf' ) => 'any',
# __( 'when <b>ALL</b> conditions are met', 'wpcf' ) => 'all',
msgid "when <b>ANY</b> condition is met"
msgstr ""
# $form['filters_association'] = array(
# '#title' => '<b>' . __( 'Use Field Group:', 'wpcf' ) . '</b>',
# '#type' => 'radios',
msgid "Use Field Group:"
msgstr ""
# 'templates' => array(
# 'title' => __( 'Templates', 'wpcf' ),
# ),
msgid "Templates"
msgstr ""
# 'data-dependant' => array(
# 'title' => __( 'Data-dependant', 'wpcf' ),
# ),
msgid "Data-dependant"
msgstr ""
# '#markup' => '<p class="description js-wpcf-description">'
# . __( 'The Post Type of this Field Group cannot be changed as long as a Repeatable Group or a Post Reference field is used.', 'wpcf' )
# . '</p>',
msgid "The Post Type of this Field Group cannot be changed as long as a Repeatable Group or a Post Reference field is used."
msgstr ""
# '#type' => 'markup',
# '#markup' => '<p class="description js-wpcf-description">' . __( 'Select specific Post Types that you want to use with this Field Group:', 'wpcf' ) . '</p>',
# );
msgid "Select specific Post Types that you want to use with this Field Group:"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<p class="description js-wpcf-description">' . __( 'Select specific Template that you want to use with this Field Group:', 'wpcf' ) . '</p>',
# );
msgid "Select specific Template that you want to use with this Field Group:"
msgstr ""
# '#inline' => true,
# '#title' => __( 'Default', 'wpcf' ),
# '#before' => '<li>',
msgid "Default"
msgstr ""
# 'callback' => array($this, 'box_taxonomy_type'),
# 'title' => __('Taxonomy type', 'wpcf'),
# 'default' => 'normal',
msgid "Taxonomy type"
msgstr ""
# 'callback' => array($this, 'box_post_types'),
# 'title' => __('Post Types to be used with this Taxonomy', 'wpcf'),
# 'default' => 'normal',
msgid "Post Types to be used with this Taxonomy"
msgstr ""
# } else {
# wpcf_admin_message( __( 'Wrong Taxonomy specified.', 'wpcf' ), 'error' );
# return false;
msgid "Wrong Taxonomy specified."
msgstr ""
# '#attributes' => array(
# 'placeholder' => __('Enter Taxonomy name plural','wpcf'),
# 'class' => 'widefat',
msgid "Enter Taxonomy name plural"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __('Enter Taxonomy name singular','wpcf'),
# 'class' => 'widefat js-wpcf-slugize-source',
msgid "Enter Taxonomy name singular"
msgstr ""
# '#description' => '<strong>' . __( 'Enter in singular!', 'wpcf' )
# . '</strong><br />' . __( 'Machine readable name.', 'wpcf' )
# . '<br />' . __( 'If not provided - will be created from singular name.', 'wpcf' ) . '<br />',
msgid "Machine readable name."
msgstr ""
# . '</strong><br />' . __( 'Machine readable name.', 'wpcf' )
# . '<br />' . __( 'If not provided - will be created from singular name.', 'wpcf' ) . '<br />',
# '#value' => isset( $this->ct['slug'] ) ? $this->ct['slug'] : '',
msgid "If not provided - will be created from singular name."
msgstr ""
# 'maxlength' => '30',
# 'placeholder' => __('Enter Taxonomy slug','wpcf'),
# 'class' => 'widefat js-wpcf-slugize',
msgid "Enter Taxonomy slug"
msgstr ""
# 'cols' => 60,
# 'placeholder' => __('Enter Taxonomy description','wpcf'),
# 'class' => 'hidden js-wpcf-description',
msgid "Enter Taxonomy description"
msgstr ""
# __('Draft', 'wpcf'),
# __('not visible in admin menus, no user-interface to administrate taxonomy, not queryable on front-end', 'wpcf')
# ) => 'hidden',
msgid "not visible in admin menus, no user-interface to administrate taxonomy, not queryable on front-end"
msgstr ""
# );
# $button_text = __( 'Save Taxonomy', 'wpcf' );
# $form = $this->submitdiv( $button_text, $form, 'custom-taxonomy', $this->ct['_builtin'] );
msgid "Save Taxonomy"
msgstr ""
# '#name' => 'ct[rewrite][enabled]',
# '#description' => __( 'Rewrite permalinks with this format. Default will use $taxonomy as query var.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['rewrite']['enabled'] ),
msgid "Rewrite permalinks with this format. Default will use $taxonomy as query var."
msgstr ""
# '#name' => 'ct[rewrite][slug]',
# '#title' => __( 'Replace taxonomy slug with this', 'wpcf' ),
# '#description' => __( 'Optional', 'wpcf' ) . '. ' . __( 'Replace taxonomy slug with this - defaults to taxonomy slug.', 'wpcf' ),
msgid "Replace taxonomy slug with this"
msgstr ""
# '#title' => __( 'Replace taxonomy slug with this', 'wpcf' ),
# '#description' => __( 'Optional', 'wpcf' ) . '. ' . __( 'Replace taxonomy slug with this - defaults to taxonomy slug.', 'wpcf' ),
# '#value' => isset( $this->ct['rewrite']['slug'] ) ? $this->ct['rewrite']['slug'] : '',
msgid "Replace taxonomy slug with this - defaults to taxonomy slug."
msgstr ""
# '#name' => 'ct[rewrite][hierarchical]',
# '#title' => __( 'Hierarchical URLs', 'wpcf' ),
# '#description' => sprintf( __( 'True or false allow hierarchical urls (implemented in %sVersion 3.1%s).', 'wpcf' ), '<a href="http://codex.wordpress.org/Version_3.1" title="Version 3.1" target="_blank">', '</a>' ),
msgid "Hierarchical URLs"
msgstr ""
# '#title' => __( 'Hierarchical URLs', 'wpcf' ),
# '#description' => sprintf( __( 'True or false allow hierarchical urls (implemented in %sVersion 3.1%s).', 'wpcf' ), '<a href="http://codex.wordpress.org/Version_3.1" title="Version 3.1" target="_blank">', '</a>' ),
# '#default_value' => !empty( $this->ct['rewrite']['hierarchical'] ),
msgid "True or false allow hierarchical urls (implemented in %sVersion 3.1%s)."
msgstr ""
# '#title' => __( 'show_ui', 'wpcf' ),
# '#description' => __( 'Whether to generate a default UI for managing this taxonomy.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Whether to generate a default UI for managing this taxonomy."
msgstr ""
# '#title' => __( 'show_ui', 'wpcf' ),
# '#description' => __( 'Whether to generate a default UI for managing this taxonomy.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "Default: if not set, defaults to value of public argument."
msgstr ""
# '#title' => __( 'show_in_nav_menus', 'wpcf' ),
# '#description' => __( 'True makes this taxonomy available for selection in navigation menus.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of public argument.', 'wpcf' ),
# '#inline' => true,
msgid "True makes this taxonomy available for selection in navigation menus."
msgstr ""
# '#default_value' => !empty( $this->ct['show_tagcloud'] ),
# '#title' => __( 'show_tagcloud', 'wpcf' ),
# '#description' => __( 'Whether to allow the Tag Cloud widget to use this taxonomy.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of show_ui argument.', 'wpcf' ),
msgid "show_tagcloud"
msgstr ""
# '#title' => __( 'show_tagcloud', 'wpcf' ),
# '#description' => __( 'Whether to allow the Tag Cloud widget to use this taxonomy.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of show_ui argument.', 'wpcf' ),
# '#inline' => true,
msgid "Whether to allow the Tag Cloud widget to use this taxonomy."
msgstr ""
# '#title' => __( 'show_tagcloud', 'wpcf' ),
# '#description' => __( 'Whether to allow the Tag Cloud widget to use this taxonomy.', 'wpcf' ) . '<br />' . __( 'Default: if not set, defaults to value of show_ui argument.', 'wpcf' ),
# '#inline' => true,
msgid "Default: if not set, defaults to value of show_ui argument."
msgstr ""
# '#default_value' => !empty( $this->ct['show_admin_column'] ),
# '#title' => __( 'show_admin_column', 'wpcf' ),
# '#description' => __( 'Whether to allow automatic creation of taxonomy columns on associated post-types.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' ),
msgid "show_admin_column"
msgstr ""
# '#title' => __( 'show_admin_column', 'wpcf' ),
# '#description' => __( 'Whether to allow automatic creation of taxonomy columns on associated post-types.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' ),
# '#inline' => true,
msgid "Whether to allow automatic creation of taxonomy columns on associated post-types."
msgstr ""
# '#title' => 'query_var',
# '#description' => __( 'Disable to prevent queries like "mysite.com/?taxonomy=example". Enable to use queries like "mysite.com/?taxonomy=example". Enable and set a value to use queries like "mysite.com/?query_var_value=example"', 'wpcf' ) . '<br />' . __( 'Default: true - set to $taxonomy.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
msgid "Disable to prevent queries like \"mysite.com/?taxonomy=example\". Enable to use queries like \"mysite.com/?taxonomy=example\". Enable and set a value to use queries like \"mysite.com/?query_var_value=example\""
msgstr ""
# '#title' => 'query_var',
# '#description' => __( 'Disable to prevent queries like "mysite.com/?taxonomy=example". Enable to use queries like "mysite.com/?taxonomy=example". Enable and set a value to use queries like "mysite.com/?query_var_value=example"', 'wpcf' ) . '<br />' . __( 'Default: true - set to $taxonomy.', 'wpcf' ),
# '#default_value' => !empty( $this->ct['query_var_enabled'] ),
msgid "Default: true - set to $taxonomy."
msgstr ""
# '#title' => 'update_count_callback', 'wpcf',
# '#description' => __( 'Custom function to set the taxonomies post count.', 'wpcf' ) . '<br />' . __( 'Default: None.', 'wpcf' ),
# '#value' => !empty( $this->ct['update_count_callback'] ) ? $this->ct['update_count_callback'] : '',
msgid "Custom function to set the taxonomies post count."
msgstr ""
# '#title' => 'update_count_callback', 'wpcf',
# '#description' => __( 'Custom function to set the taxonomies post count.', 'wpcf' ) . '<br />' . __( 'Default: None.', 'wpcf' ),
# '#value' => !empty( $this->ct['update_count_callback'] ) ? $this->ct['update_count_callback'] : '',
msgid "Default: None."
msgstr ""
# '#default_value' => !empty( $this->ct['show_in_rest_force_disable'] ),
# '#title' => __( 'Disable show_in_rest', 'wpcf' ),
# '#description' => __( 'IMPORTANT: The block editor requires "show_in_rest". Disabling it will no longer show the taxonomy on the block editor.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' ),
msgid "Disable show_in_rest"
msgstr ""
# '#title' => __( 'Disable show_in_rest', 'wpcf' ),
# '#description' => __( 'IMPORTANT: The block editor requires "show_in_rest". Disabling it will no longer show the taxonomy on the block editor.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' ),
# '#inline' => true,
msgid "IMPORTANT: The block editor requires \"show_in_rest\". Disabling it will no longer show the taxonomy on the block editor."
msgstr ""
# '#title' => __( 'show_in_rest', 'wpcf' ),
# '#description' => __( 'Whether to expose this taxonomy in the REST API.', 'wpcf' ) . '<br />' . __( 'Default: false.', 'wpcf' ),
# '#inline' => true,
msgid "Whether to expose this taxonomy in the REST API."
msgstr ""
# '#title' => __( 'Rest Base', 'wpcf' ),
# '#description' => __( 'The base slug that this taxonomy will use when accessed using the REST API.', 'wpcf' ) . '<br />' . __( 'Default: $taxonomy.', 'wpcf' ),
# '#value' => isset( $this->ct['rest_base'] ) ? $this->ct['rest_base'] : '',
msgid "The base slug that this taxonomy will use when accessed using the REST API."
msgstr ""
# '#title' => __( 'Rest Base', 'wpcf' ),
# '#description' => __( 'The base slug that this taxonomy will use when accessed using the REST API.', 'wpcf' ) . '<br />' . __( 'Default: $taxonomy.', 'wpcf' ),
# '#value' => isset( $this->ct['rest_base'] ) ? $this->ct['rest_base'] : '',
msgid "Default: $taxonomy."
msgstr ""
# '#type' => 'markup',
# '#markup' => sprintf('<h3>%s</h3>', __('Meta box callback function', 'wpcf')),
# );
msgid "Meta box callback function"
msgstr ""
# '#force_boolean' => true,
# '#title' => __( 'Hide taxonomy meta box.', 'wpcf' ),
# '#name' => 'ct[meta_box_cb][disabled]',
msgid "Hide taxonomy meta box."
msgstr ""
# '#inline' => true,
# '#description' => __( 'If you disable this, there will be no metabox on entry edit screen.', 'wpcf' ),
# );
msgid "If you disable this, there will be no metabox on entry edit screen."
msgstr ""
# '#name' => 'ct[meta_box_cb][callback]',
# '#title' => __('meta_box_cb', 'wpcf'),
# '#description' => __( 'Provide a callback function name for the meta box display.', 'wpcf' ) . '<br />' . __( 'Default: None.', 'wpcf' ),
msgid "meta_box_cb"
msgstr ""
# '#title' => __('meta_box_cb', 'wpcf'),
# '#description' => __( 'Provide a callback function name for the meta box display.', 'wpcf' ) . '<br />' . __( 'Default: None.', 'wpcf' ),
# '#value' => !empty( $this->ct['meta_box_cb']['callback']) ? $this->ct['meta_box_cb']['callback'] : '',
msgid "Provide a callback function name for the meta box display."
msgstr ""
# 'title' => __( 'Search %s', 'wpcf' ),
# 'description' => __( "The search items text. Default is __( 'Search Tags' ) or __( 'Search Categories' ).", 'wpcf' ),
# 'label' => __('Search Items', 'wpcf'),
msgid "The search items text. Default is __( 'Search Tags' ) or __( 'Search Categories' )."
msgstr ""
# 'popular_items' => array(
# 'title' => __( 'Popular %s', 'wpcf' ),
# 'description' => __( "The popular items text. Default is __( 'Popular Tags' ) or null.", 'wpcf' ),
msgid "Popular %s"
msgstr ""
# 'title' => __( 'Popular %s', 'wpcf' ),
# 'description' => __( "The popular items text. Default is __( 'Popular Tags' ) or null.", 'wpcf' ),
# 'label' => __('Popular Items', 'wpcf'),
msgid "The popular items text. Default is __( 'Popular Tags' ) or null."
msgstr ""
# 'description' => __( "The popular items text. Default is __( 'Popular Tags' ) or null.", 'wpcf' ),
# 'label' => __('Popular Items', 'wpcf'),
# ),
msgid "Popular Items"
msgstr ""
# 'title' => __( 'All %s', 'wpcf' ),
# 'description' => __( "The all items text. Default is __( 'All Tags' ) or __( 'All Categories' ).", 'wpcf' ),
# 'label' => __('All Items', 'wpcf'),
msgid "The all items text. Default is __( 'All Tags' ) or __( 'All Categories' )."
msgstr ""
# 'title' => __( 'Parent %s', 'wpcf' ),
# 'description' => __( "The parent item text. This string is not used on non-hierarchical taxonomies such as post tags. Default is null or __( 'Parent Category' ).", 'wpcf' ),
# 'label' => __('Parent Item', 'wpcf'),
msgid "The parent item text. This string is not used on non-hierarchical taxonomies such as post tags. Default is null or __( 'Parent Category' )."
msgstr ""
# 'description' => __( "The parent item text. This string is not used on non-hierarchical taxonomies such as post tags. Default is null or __( 'Parent Category' ).", 'wpcf' ),
# 'label' => __('Parent Item', 'wpcf'),
# ),
msgid "Parent Item"
msgstr ""
# 'parent_item_colon' => array(
# 'title' => __( 'Parent %s:', 'wpcf' ),
# 'description' => __( "The same as parent_item, but with colon : in the end null, __( 'Parent Category:' ).", 'wpcf' ),
msgid "Parent %s:"
msgstr ""
# 'title' => __( 'Parent %s:', 'wpcf' ),
# 'description' => __( "The same as parent_item, but with colon : in the end null, __( 'Parent Category:' ).", 'wpcf' ),
# 'label' => __('Parent Item with colon', 'wpcf'),
msgid "The same as parent_item, but with colon : in the end null, __( 'Parent Category:' )."
msgstr ""
# 'description' => __( "The same as parent_item, but with colon : in the end null, __( 'Parent Category:' ).", 'wpcf' ),
# 'label' => __('Parent Item with colon', 'wpcf'),
# ),
msgid "Parent Item with colon"
msgstr ""
# 'title' => __( 'Edit %s', 'wpcf' ),
# 'description' => __( "The edit item text. Default is __( 'Edit Tag' ) or __( 'Edit Category' ).", 'wpcf' ),
# 'label' => __('Edit Item', 'wpcf'),
msgid "The edit item text. Default is __( 'Edit Tag' ) or __( 'Edit Category' )."
msgstr ""
# 'title' => __( 'Update %s', 'wpcf' ),
# 'description' => __( "The update item text. Default is __( 'Update Tag' ) or __( 'Update Category' ).", 'wpcf' ),
# 'label' => __('Update Item', 'wpcf'),
msgid "The update item text. Default is __( 'Update Tag' ) or __( 'Update Category' )."
msgstr ""
# 'description' => __( "The update item text. Default is __( 'Update Tag' ) or __( 'Update Category' ).", 'wpcf' ),
# 'label' => __('Update Item', 'wpcf'),
# ),
msgid "Update Item"
msgstr ""
# 'title' => __( 'Add New %s', 'wpcf' ),
# 'description' => __( "The add new item text. Default is __( 'Add New Tag' ) or __( 'Add New Category' ).", 'wpcf' ),
# 'label' => __('Add New Item', 'wpcf'),
msgid "The add new item text. Default is __( 'Add New Tag' ) or __( 'Add New Category' )."
msgstr ""
# 'new_item_name' => array(
# 'title' => __( 'New %s Name', 'wpcf' ),
# 'description' => __( "The new item name text. Default is __( 'New Tag Name' ) or __( 'New Category Name' ).", 'wpcf' ),
msgid "New %s Name"
msgstr ""
# 'title' => __( 'New %s Name', 'wpcf' ),
# 'description' => __( "The new item name text. Default is __( 'New Tag Name' ) or __( 'New Category Name' ).", 'wpcf' ),
# 'label' => __('New Item Name', 'wpcf'),
msgid "The new item name text. Default is __( 'New Tag Name' ) or __( 'New Category Name' )."
msgstr ""
# 'description' => __( "The new item name text. Default is __( 'New Tag Name' ) or __( 'New Category Name' ).", 'wpcf' ),
# 'label' => __('New Item Name', 'wpcf'),
# ),
msgid "New Item Name"
msgstr ""
# 'separate_items_with_commas' => array(
# 'title' => __( 'Separate %s with commas', 'wpcf' ),
# 'description' => __( "The separate item with commas text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Separate tags with commas' ), or null.", 'wpcf' ),
msgid "Separate %s with commas"
msgstr ""
# 'title' => __( 'Separate %s with commas', 'wpcf' ),
# 'description' => __( "The separate item with commas text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Separate tags with commas' ), or null.", 'wpcf' ),
# 'label' => __('Separate Items', 'wpcf'),
msgid "The separate item with commas text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Separate tags with commas' ), or null."
msgstr ""
# 'description' => __( "The separate item with commas text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Separate tags with commas' ), or null.", 'wpcf' ),
# 'label' => __('Separate Items', 'wpcf'),
# ),
msgid "Separate Items"
msgstr ""
# 'add_or_remove_items' => array(
# 'title' => __( 'Add or remove %s', 'wpcf' ),
# 'description' => __( "the add or remove items text used in the meta box when JavaScript is disabled. This string isn't used on hierarchical taxonomies. Default is __( 'Add or remove tags' ) or null.", 'wpcf' ),
msgid "Add or remove %s"
msgstr ""
# 'title' => __( 'Add or remove %s', 'wpcf' ),
# 'description' => __( "the add or remove items text used in the meta box when JavaScript is disabled. This string isn't used on hierarchical taxonomies. Default is __( 'Add or remove tags' ) or null.", 'wpcf' ),
# 'label' => __('Add or remove', 'wpcf'),
msgid "the add or remove items text used in the meta box when JavaScript is disabled. This string isn't used on hierarchical taxonomies. Default is __( 'Add or remove tags' ) or null."
msgstr ""
# 'description' => __( "the add or remove items text used in the meta box when JavaScript is disabled. This string isn't used on hierarchical taxonomies. Default is __( 'Add or remove tags' ) or null.", 'wpcf' ),
# 'label' => __('Add or remove', 'wpcf'),
# ),
msgid "Add or remove"
msgstr ""
# 'choose_from_most_used' => array(
# 'title' => __( 'Choose from the most used %s', 'wpcf' ),
# 'description' => __( "The choose from most used text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Choose from the most used tags' ) or null.", 'wpcf' ),
msgid "Choose from the most used %s"
msgstr ""
# 'title' => __( 'Choose from the most used %s', 'wpcf' ),
# 'description' => __( "The choose from most used text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Choose from the most used tags' ) or null.", 'wpcf' ),
# 'label' => __('Most Used', 'wpcf'),
msgid "The choose from most used text used in the taxonomy meta box. This string isn't used on hierarchical taxonomies. Default is __( 'Choose from the most used tags' ) or null."
msgstr ""
# 'menu_name' => array(
# 'title' => __( 'Menu Name', 'wpcf' ),
# 'description' => __( "The menu name text. This string is the name to give menu items. Defaults to value of name.", 'wpcf' ),
msgid "Menu Name"
msgstr ""
# 'title' => __( 'Menu Name', 'wpcf' ),
# 'description' => __( "The menu name text. This string is the name to give menu items. Defaults to value of name.", 'wpcf' ),
# 'label' => __('Menu Name', 'wpcf'),
msgid "The menu name text. This string is the name to give menu items. Defaults to value of name."
msgstr ""
# '<b>%s</b> - %s',
# __('Hierarchical', 'wpcf'),
# __('like post categories, with parent / children relationship and checkboxes to select taxonomy', 'wpcf' )
msgid "Hierarchical"
msgstr ""
# __('Hierarchical', 'wpcf'),
# __('like post categories, with parent / children relationship and checkboxes to select taxonomy', 'wpcf' )
# ) => 'hierarchical',
msgid "like post categories, with parent / children relationship and checkboxes to select taxonomy"
msgstr ""
# '<b>%s</b> - %s',
# __('Flat', 'wpcf'),
# __( 'like post tags, with a text input to enter terms', 'wpcf' )
msgid "Flat"
msgstr ""
# __('Flat', 'wpcf'),
# __( 'like post tags, with a text input to enter terms', 'wpcf' )
# ) => 'flat',
msgid "like post tags, with a text input to enter terms"
msgstr ""
# ) {
# wpcf_admin_message( __( 'Please set taxonomy name', 'wpcf' ), 'error' );
# return false;
msgid "Please set taxonomy name"
msgstr ""
# if ( $update && !array_key_exists( $data[$this->get_id], $taxonomies ) ) {
# wpcf_admin_message( __( "Taxonomy do not exist", 'wpcf' ), 'error' );
# return false;
msgid "Taxonomy do not exist"
msgstr ""
#
# wpcf_admin_message( __( 'Taxonomy already exists', 'wpcf' ), 'error' );
# return false;
msgid "Taxonomy already exists"
msgstr ""
# $msg = $update
# ? __( 'Taxonomy saved.', 'wpcf' )
# : __( 'New Taxonomy created.', 'wpcf' );
msgid "Taxonomy saved."
msgstr ""
# ? __( 'Taxonomy saved.', 'wpcf' )
# : __( 'New Taxonomy created.', 'wpcf' );
#
msgid "New Taxonomy created."
msgstr ""
# '#type' => 'textfield',
# '#title' => __( 'Name of custom field', 'wpcf' ),
# '#description' => __( 'Under this name field will be stored in DB (sanitized)', 'wpcf' ),
msgid "Name of custom field"
msgstr ""
# '#title' => __( 'Name of custom field', 'wpcf' ),
# '#description' => __( 'Under this name field will be stored in DB (sanitized)', 'wpcf' ),
# '#name' => 'name',
msgid "Under this name field will be stored in DB (sanitized)"
msgstr ""
# '#title' => __( 'Description', 'wpcf' ),
# '#description' => __( 'Text that describes function to user', 'wpcf' ),
# '#name' => 'description',
msgid "Text that describes function to user"
msgstr ""
# .'<tbody id="%s-sortable" class="wpcf-fields-radio-sortable wpcf-compare-unique-value-wrapper">',
# __( 'Display text', 'wpcf' ),
# __( 'Custom field content', 'wpcf' ),
msgid "Display text"
msgstr ""
# __( 'Display text', 'wpcf' ),
# __( 'Custom field content', 'wpcf' ),
# __( 'Default', 'wpcf' ),
msgid "Custom field content"
msgstr ""
# '#inline' => true,
# '#title' => __( 'No Default', 'wpcf' ),
# '#name' => '[options][default]',
msgid "No Default"
msgstr ""
# . ' class="button-secondary wpcf-ajax-link">'
# . __( 'Add option', 'wpcf' ) . '</a>',
# '#pattern' => '<ERROR><BEFORE><ELEMENT><AFTER></td></tr>',
msgid "Add option"
msgstr ""
# $form = array();
# $value = isset( $_GET['count'] ) ? __( 'Option title', 'wpcf' ) . ' ' . intval( $_GET['count'] ) : __( 'Option title', 'wpcf' ) . ' 1';
# $value = isset( $form_data['title'] ) ? $form_data['title'] : $value;
msgid "Option title"
msgstr ""
# '<span class="js-types-sortable hndle"><i title="%s" class="js-types-sort-button fa fa-arrows-v"></i></span>',
# esc_attr__( 'Move this option', 'wpcf')
# ),
msgid "Move this option"
msgstr ""
# esc_attr(sprintf('%s-title-display-value-wrapper', $id)),
# esc_attr__( 'Delete this option', 'wpcf' )
# ),
msgid "Delete this option"
msgstr ""
# $form['save_empty'] = array(
# '#title' => __('Save option', 'wpcf'),
# '#type' => 'radios',
msgid "Save option"
msgstr ""
# 'yes' => array(
# '#title' => __( 'When unchecked, save 0 to the database', 'wpcf' ),
# '#value' => 'yes',
msgid "When unchecked, save 0 to the database"
msgstr ""
# 'no' => array(
# '#title' => __( "When unchecked, don't save anything to the database", 'wpcf' ),
# '#value' => 'no',
msgid "When unchecked, don't save anything to the database"
msgstr ""
# $count = isset( $_GET['count'] ) ? intval( $_GET['count'] ) : 1;
# $title = isset( $_GET['count'] ) ? __( 'Checkbox title', 'wpcf' ) . ' ' . intval( $_GET['count'] ) : __( 'Checkbox title', 'wpcf' ) . ' 1';
# $title = isset( $form_data['title'] ) ? $form_data['title'] : $title;
msgid "Checkbox title"
msgstr ""
# . '}); }"'
# . 'alt="' . __( 'Delete this checkbox', 'wpcf' ) . '" /></div>',
# '#pattern' => '<ELEMENT>',
msgid "Delete this checkbox"
msgstr ""
# '#type' => 'textfield',
# '#title' => __( 'Value to store', 'wpcf' ),
# '#name' => $parent_name . '[options][' . $id . '][set_value]',
msgid "Value to store"
msgstr ""
# 'data-wpcf-type' => 'checkbox',
# 'data-required-message-0' => __("This value can't be zero", 'wpcf'),
# 'data-required-message' => __("Please enter a value", 'wpcf')
msgid "This value can't be zero"
msgstr ""
# 'data-required-message-0' => __("This value can't be zero", 'wpcf'),
# 'data-required-message' => __("Please enter a value", 'wpcf')
# ),
msgid "Please enter a value"
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Set checked by default (on new post)?', 'wpcf' ),
# '#name' => $parent_name . '[options][' . $id . '][checked]',
msgid "Set checked by default (on new post)?"
msgstr ""
# 'display_values' => array(
# '#title' => __( 'Show one of these two values:', 'wpcf' ),
# '#name' => $parent_name . '[options][' . $id . '][display]',
msgid "Show one of these two values:"
msgstr ""
# 'date' => array(
# '#title' => __( 'Input only the date', 'wpcf' ),
# '#value' => 'date',
msgid "Input only the date"
msgstr ""
# 'and_time' => array(
# '#title' => __( 'Input date and time', 'wpcf' ),
# '#value' => 'and_time',
msgid "Input date and time"
msgstr ""
# $form['display'] = array(
# '#title' => __('Value to show', 'wpcf'),
# '#type' => 'radios',
msgid "Value to show"
msgstr ""
# '#attributes' => array(
# 'placeholder' => __('Value to display', 'wpcf'),
# ),
msgid "Value to display"
msgstr ""
# '#inline' => true,
# '#title' => __('Select post type', 'wpcf'),
# );
msgid "Select post type"
msgstr ""
# ),
# '#description' => '<strong>' . __( 'When unchecked:', 'wpcf' ) . '</strong>',
# '#after' => $update_response,
msgid "When unchecked:"
msgstr ""
# '#name' => 'types_export',
# '#value' => __( 'Export', 'wpcf' ),
# '#attributes' => array('class' => 'button-primary'),
msgid "Export"
msgstr ""
# '#before' => '<p>'
# . __( 'Download all custom fields, post types and taxonomies created by Types plugin.', 'wpcf' )
# . '</p>'
msgid "Download all custom fields, post types and taxonomies created by Types plugin."
msgstr ""
# '#markup' => '<p>'
# . __( 'You can import Types data with the following methods:', 'wpcf' )
# . '</p>'
msgid "You can import Types data with the following methods:"
msgstr ""
# 'types-import-method-file' => array(
# '#title' => __( 'XML or ZIP file', 'wpcf' ),
# '#value' => 'file',
msgid "XML or ZIP file"
msgstr ""
# 'types-import-method-text' => array(
# '#title' => __( 'XML text input', 'wpcf' ),
# '#value' => 'text',
msgid "XML text input"
msgstr ""
# '#before' => '<div class="toolset-advanced-setting js-types-import-method-extra js-types-import-method-extra-file">'
# . '<p>' . __( 'Upload a .zip or .xml file from your computer:', 'wpcf' ) . '</p>',
# '#after' => '</div>',
msgid "Upload a .zip or .xml file from your computer:"
msgstr ""
# '#markup' => '<div class="toolset-advanced-setting js-types-import-method-extra js-types-import-method-extra-text hidden">'
# . '<p>' . __( 'Paste your XML here:', 'wpcf' ) . '</p>',
# );
msgid "Paste your XML here:"
msgstr ""
# '#value' => get_option( 'blog_charset' ),
# '#description' => __( 'If encoding is set in text input, it will override this setting.', 'wpcf' ),
# '#label' => __( 'Encoding', 'wpcf' ),
msgid "If encoding is set in text input, it will override this setting."
msgstr ""
# '#description' => __( 'If encoding is set in text input, it will override this setting.', 'wpcf' ),
# '#label' => __( 'Encoding', 'wpcf' ),
# );
msgid "Encoding"
msgstr ""
# '#name' => 'types-import-submit',
# '#value' => __( 'Review and import', 'wpcf' ),
# '#attributes' => array_merge(
msgid "Review and import"
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'PHP SimpleXML extension not loaded: Importing not available', 'wpcf' )
# . '</p></div>';
msgid "PHP SimpleXML extension not loaded: Importing not available"
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'Error uploading file', 'wpcf' )
# . '</p></div>';
msgid "Error uploading file"
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'Error moving uploaded file', 'wpcf' )
# . '</p></div>';
msgid "Error moving uploaded file"
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'Data to import not set or not valid', 'wpcf' )
# . '</p></div>';
msgid "Data to import not set or not valid"
msgstr ""
# echo '<div class="message error"><p>'
# . __( 'Data not valid', 'wpcf' )
# . '</p></div>';
msgid "Data not valid"
msgstr ""
# '#name' => 'types-import-final-submit',
# '#value' => __( 'Import', 'wpcf' ),
# '#attributes' => array('class' => 'button-primary'),
msgid "Import"
msgstr ""
# 'type' => 'error',
# 'content' => __( 'Unable to process file', 'wpcf' )
# );
msgid "Unable to process file"
msgstr ""
# '#after' => '<br /><br />',
# '#before' => '<h3>' . __( 'Export Types data', 'wpcf' ) . '</h3>'
# . __( 'Download all custom fields, post types and taxonomies created by Types plugin.', 'wpcf' ) . '<br /><br />',
msgid "Export Types data"
msgstr ""
# '#name' => 'file',
# '#prefix' => __( 'Upload XML file', 'wpcf' ) . '<br />',
# '#before' => '<h3>' . __( 'Import Types data file', 'wpcf' ) . '</h3>',
msgid "Upload XML file"
msgstr ""
# '#prefix' => __( 'Upload XML file', 'wpcf' ) . '<br />',
# '#before' => '<h3>' . __( 'Import Types data file', 'wpcf' ) . '</h3>',
# '#inline' => true,
msgid "Import Types data file"
msgstr ""
# '#name' => 'import-file',
# '#value' => __( 'Import file', 'wpcf' ),
# '#attributes' => array_merge(
msgid "Import file"
msgstr ""
# '#type' => 'textarea',
# '#title' => __( 'Paste code here', 'wpcf' ),
# '#name' => 'text',
msgid "Paste code here"
msgstr ""
# '#attributes' => array('rows' => 20),
# '#before' => '<h3>' . __( 'Import Types data text input', 'wpcf' ) . '</h3>',
# );
msgid "Import Types data text input"
msgstr ""
# '#name' => 'import-text',
# '#value' => __( 'Import text', 'wpcf' ),
# '#attributes' => array('class' => 'button-primary'),
msgid "Import text"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'General settings', 'wpcf' ) . '</h2>',
# );
msgid "General settings"
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Overwrite general Toolset settings.', 'wpcf' ),
# '#name' => Types_Import_Export::XML_KEY_TOOLSET_COMMON_SETTINGS,
msgid "Overwrite general Toolset settings."
msgstr ""
# esc_attr( __( 'Overwrite general Toolset settings.', 'wpcf') ),
# esc_attr( __( 'These settings include values from the General tab in Toolset Settings, like the active version of Bootstrap.', 'wpcf') )
# ),
msgid "These settings include values from the General tab in Toolset Settings, like the active version of Bootstrap."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Overwrite Types settings.', 'wpcf' ),
# '#name' => 'overwrite-settings',
msgid "Overwrite Types settings."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Bulk overwrite field groups if they already exist.', 'wpcf' ),
# '#name' => 'overwrite-groups',
msgid "Bulk overwrite field groups if they already exist."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Delete a field group if it doesn\'t exist in the import file.', 'wpcf' ),
# '#name' => 'delete-groups',
msgid "Delete a field group if it doesn't exist in the import file."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Delete a custom field if doesn\'t exist in the import file.', 'wpcf' ),
# '#name' => 'delete-fields',
msgid "Delete a custom field if doesn't exist in the import file."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Delete a post type if it doesn\'t exist in the import file.', 'wpcf' ),
# '#name' => 'delete-types',
msgid "Delete a post type if it doesn't exist in the import file."
msgstr ""
# '#type' => 'checkbox',
# '#title' => __( 'Delete a taxonomy if it doesn\'t exist in the import file.', 'wpcf' ),
# '#name' => 'delete-tax',
msgid "Delete a taxonomy if it doesn't exist in the import file."
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Groups to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "Groups to be added/updated"
msgstr ""
# $title .= $is_rfg
# ? ' <i>(' . __( 'Repeatable Field Group', 'wpcf' ) . ')</i>'
# : '';
msgid "Repeatable Field Group"
msgstr ""
# if ( !empty( $post ) ) {
# $options = array( __( 'Update', 'wpcf' ) => 'update' );
#
msgid "Update"
msgstr ""
# // allow create new only for non RFGs
# $options[ __( 'Create new', 'wpcf' ) ] = 'add';
# }
msgid "Create new"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Groups to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Groups to be deleted"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Fields to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "Fields to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Fields to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Fields to be deleted"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'User Groups to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "User Groups to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'User fields to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "User fields to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Post Types to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "Post Types to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Post Types to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Post Types to be deleted"
msgstr ""
# '#markup' => '<div class="toolset-alert toolset-alert-error" style="line-height:1.5;">'
# . sprintf( __( 'The export contains new formatted relationships, but your site has relationships that use the old storage. <a href="%s"><b>Migrate to the new relationship system</b></a> and start the import process again to import the relationships of your export.', 'wpcf' ),
# admin_url( 'admin.php?page=types-relationships' ) )
msgid "The export contains new formatted relationships, but your site has relationships that use the old storage. <a href=\"%s\"><b>Migrate to the new relationship system</b></a> and start the import process again to import the relationships of your export."
msgstr ""
# '#markup' => '<div><i class="fa fa-check-square-o"></i> '
# . sprintf( __( '<b>%s</b> already exists.', 'wpcf' ), $relationship['display_name_plural'] )
# . '</div>',
msgid "<b>%s</b> already exists."
msgstr ""
# '#default_value' => false,
# '#title' => sprintf( __( '<b>%s</b> <i>(already exists)</i>', 'wpcf' ), $relationship['display_name_plural'] ),
# '#inline' => true,
msgid "<b>%s</b> <i>(already exists)</i>"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Custom taxonomies to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "Custom taxonomies to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Custom taxonomies to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Custom taxonomies to be deleted"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Post relationship', 'wpcf' ) . '</h2>',
# );
msgid "Post relationship"
msgstr ""
# '#default_value' => true,
# '#title' => '<strong>' . __( 'Create relationships', 'wpcf' ) . '</strong>',
# '#inline' => true,
msgid "Create relationships"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Term field groups to be added or updated', 'wpcf' ) . '</h2>',
# );
msgid "Term field groups to be added or updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Term groups to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Term groups to be deleted"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Term fields to be added/updated', 'wpcf' ) . '</h2>',
# );
msgid "Term fields to be added/updated"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Term ields to be deleted', 'wpcf' ) . '</h2>',
# );
msgid "Term ields to be deleted"
msgstr ""
# 'callback' => 'wpcf_admin_metabox_relationship',
# 'title' => __('Post Relationships (Parent / Child)', 'wpcf'),
# 'default' => 'normal',
msgid "Post Relationships (Parent / Child)"
msgstr ""
# if ( !isset( $relationships[$parent][$child] ) ) {
# die( __( 'Relationship do not exist', 'wpcf' ) );
# }
msgid "Relationship do not exist"
msgstr ""
# '%s <a href="%s" target="_blank">%s</a>.',
# __( 'Parent/child relationship lets you connect between posts of different types. When you edit a parent, you will see its children listed in a table and you can edit the fields of the children. When you edit a child, you can choose the parents. On the front-end, you can display a list of children or information about the parents.', 'wpcf'),
# Types_Helper_Url::get_url( 'post-relationship', true, 'parent_child_relationship', Types_Helper_Url::UTM_MEDIUM_POSTEDIT ),
msgid "Parent/child relationship lets you connect between posts of different types. When you edit a parent, you will see its children listed in a table and you can edit the fields of the children. When you edit a child, you can choose the parents. On the front-end, you can display a list of children or information about the parents."
msgstr ""
# Types_Helper_Url::get_url( 'post-relationship', true, 'parent_child_relationship', Types_Helper_Url::UTM_MEDIUM_POSTEDIT ),
# __( 'Parent/child documentation', 'wpcf' )
# )
msgid "Parent/child documentation"
msgstr ""
# $is_error = true;
# $error_message = __( 'Please save first, before you can edit the relationship.', 'wpcf' );
# }
msgid "Please save first, before you can edit the relationship."
msgstr ""
# $is_error = true;
# $error_message = __( 'Post relationships are not allowed for the Media post type.', 'wpcf' );
# }
msgid "Post relationships are not allowed for the Media post type."
msgstr ""
# '<h3>%s</h3>',
# __('Parent Post Types:', 'wpcf')
# )
msgid "Parent Post Types:"
msgstr ""
# '<p class="description">%s</p>',
# __('Select which post types will be parents of this type.', 'wpcf')
# )
msgid "Select which post types will be parents of this type."
msgstr ""
# '<hr /><h3>%s</h3>',
# __('Children Post Types:', 'wpcf')
# )
msgid "Children Post Types:"
msgstr ""
# '<p class="description">%s</p>',
# __('Select which post types will be children of this type.', 'wpcf')
# )
msgid "Select which post types will be children of this type."
msgstr ""
# sprintf(
# __('Select child fields from %s to be displayed in Post Relationship table', 'wpcf'),
# $post_type_option->labels->singular_name
msgid "Select child fields from %s to be displayed in Post Relationship table"
msgstr ""
# 'name' => '_wp_title',
# 'title' => __( 'Post title', 'wpcf' )
# ),
msgid "Post title"
msgstr ""
# 'name' => '_wp_body',
# 'title' => __( 'Post body', 'wpcf' )
# ),
msgid "Post body"
msgstr ""
# 'name' => '_wp_featured_image',
# 'title' => __( 'Post featured image', 'wpcf' )
# ),
msgid "Post featured image"
msgstr ""
# 'data-wpcf-value' => esc_attr($post_type_option_slug),
# 'data-wpcf-message-disabled' => esc_attr__('This post type is disabled, becouse is used as child post.', 'wpcf'),
# ),
msgid "This post type is disabled, becouse is used as child post."
msgstr ""
# esc_attr(isset( $has[$post_type_option_slug] )?'saved':'new'),
# esc_attr__('Select fields', 'wpcf')
# );
msgid "Select fields"
msgstr ""
# 'data-wpcf-value' => esc_attr($post_type_option_slug),
# 'data-wpcf-message-disabled' => esc_attr__('This post type is disabled, becouse is used as parent post.', 'wpcf'),
# ),
msgid "This post type is disabled, becouse is used as parent post."
msgstr ""
# <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
# <?php $listTable->search_box(__('Search Post Field Groups', 'wpcf'), 'search_id'); ?>
# <!-- Now we can render the completed list table -->
msgid "Search Post Field Groups"
msgstr ""
# if( empty( $post['post_title'] ) ) {
# wpcf_admin_message( __( 'Please set name', 'wpcf' ), 'error' );
# return false;
msgid "Please set name"
msgstr ""
# if ( !isset( $field['name'] ) || !isset( $field['type'] ) ) {
# return new WP_Error( 'wpcf_save_field_no_name_or_type', __( "Error saving field", 'wpcf' ) );
# }
msgid "Error saving field"
msgstr ""
# if ( empty( $field['name'] ) || empty( $field['slug'] ) ) {
# return new WP_Error( 'wpcf_save_field_no_name', __( "Please set name for field", 'wpcf' ) );
# }
msgid "Please set name for field"
msgstr ""
# $msg = $updated
# ? __( 'Post Field Group saved.', 'wpcf' )
# : __( 'New Post Field Group created.', 'wpcf' );
msgid "Post Field Group saved."
msgstr ""
# ? __( 'Post Field Group saved.', 'wpcf' )
# : __( 'New Post Field Group created.', 'wpcf' );
# break;
msgid "New Post Field Group created."
msgstr ""
# $msg = $updated
# ? __( 'User Field Group saved.', 'wpcf' )
# : __( 'New User Field Group created.', 'wpcf' );
msgid "User Field Group saved."
msgstr ""
# ? __( 'User Field Group saved.', 'wpcf' )
# : __( 'New User Field Group created.', 'wpcf' );
# break;
msgid "New User Field Group created."
msgstr ""
# $msg = $updated
# ? __( 'Term Field Group saved.', 'wpcf' )
# : __( 'New Term Field Group created.', 'wpcf' );
msgid "Term Field Group saved."
msgstr ""
# ? __( 'Term Field Group saved.', 'wpcf' )
# : __( 'New Term Field Group created.', 'wpcf' );
# break;
msgid "New Term Field Group created."
msgstr ""
# printf( '<p>%s %s<a href="%s" target="_blank">%s »</a></p>',
# __( 'Post Types are user-defined content types. Taxonomies are used to categorize your content.', 'wpcf' ),
# __( 'You can read more about Post Types and Taxonomies in this tutorial.', 'wpcf' ),
msgid "Post Types are user-defined content types. Taxonomies are used to categorize your content."
msgstr ""
# __( 'Post Types are user-defined content types. Taxonomies are used to categorize your content.', 'wpcf' ),
# __( 'You can read more about Post Types and Taxonomies in this tutorial.', 'wpcf' ),
# Types_Helper_Url::get_url( 'custom-post-types', false, false, 'gui' ),
msgid "You can read more about Post Types and Taxonomies in this tutorial."
msgstr ""
# <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
# <?php $listTable->search_box(__('Search Post Types', 'wpcf'), 'search_id'); ?>
# <!-- Now we can render the completed list table -->
msgid "Search Post Types"
msgstr ""
# <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
# <?php $listTable->search_box(__('Search Taxonomies', 'wpcf'), 'search_id'); ?>
# <!-- Now we can render the completed list table -->
msgid "Search Taxonomies"
msgstr ""
# array(
# 'output' => __('Group deactivated', 'wpcf'),
# 'execute' => 'reload',
msgid "Group deactivated"
msgstr ""
# array(
# 'output' => __('Group activated', 'wpcf'),
# 'execute' => 'reload',
msgid "Group activated"
msgstr ""
# array(
# 'output' => __('Post Type deactivated', 'wpcf'),
# 'execute' => 'reload',
msgid "Post Type deactivated"
msgstr ""
# array (
# 'output' => __('Post Type activated', 'wpcf'),
# 'execute' => 'reload',
msgid "Post Type activated"
msgstr ""
# array(
# 'output' => __('Taxonomy deactivated', 'wpcf'),
# 'execute' => 'reload',
msgid "Taxonomy deactivated"
msgstr ""
# array (
# 'output' => __('Taxonomy activated', 'wpcf'),
# 'execute' => 'reload',
msgid "Taxonomy activated"
msgstr ""
# '<span style="color:red;">%s</div>',
# __('Migration process is not yet finished - please save group first, then change settings of this field.', 'wpcf')
# );
msgid "Migration process is not yet finished - please save group first, then change settings of this field."
msgstr ""
#
# $_txt_updates = $meta_type == 'usermeta' ? __( '%d users require update', 'wpcf' ) : __( '%d posts require update', 'wpcf' );
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
msgid "%d users require update"
msgstr ""
#
# $_txt_updates = $meta_type == 'usermeta' ? __( '%d users require update', 'wpcf' ) : __( '%d posts require update', 'wpcf' );
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
msgid "%d posts require update"
msgstr ""
# $_txt_updates = $meta_type == 'usermeta' ? __( '%d users require update', 'wpcf' ) : __( '%d posts require update', 'wpcf' );
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
# $_txt_updated = $meta_type == 'usermeta' ? __('Users updated', 'wpcf') : __('Posts updated', 'wpcf');
msgid "No users require update"
msgstr ""
# $_txt_updates = $meta_type == 'usermeta' ? __( '%d users require update', 'wpcf' ) : __( '%d posts require update', 'wpcf' );
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
# $_txt_updated = $meta_type == 'usermeta' ? __('Users updated', 'wpcf') : __('Posts updated', 'wpcf');
msgid "No posts require update"
msgstr ""
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
# $_txt_updated = $meta_type == 'usermeta' ? __('Users updated', 'wpcf') : __('Posts updated', 'wpcf');
#
msgid "Users updated"
msgstr ""
# $_txt_no_updates = $meta_type == 'usermeta' ? __('No users require update', 'wpcf') : __('No posts require update', 'wpcf');
# $_txt_updated = $meta_type == 'usermeta' ? __('Users updated', 'wpcf') : __('Posts updated', 'wpcf');
#
msgid "Posts updated"
msgstr ""
# if (!isset($_GET['total'])) {
# $output = '<span style="color:red;">'.__('Error occured', 'wpcf').'</div>';
# } else {
msgid "Error occured"
msgstr ""
# wp_send_json(array(
# 'output' => __('Missing required data.', 'wpcf'),
# ));
msgid "Missing required data."
msgstr ""
# . '/toolset-common/res/images/question.png" style="position:relative;top:2px;" /> <a href="' . Types_Helper_Url::get_url( 'using-post-fields', 'fields-editor', 'fields-help', Types_Helper_Url::UTM_MEDIUM_HELP ) . '" target="_blank">'
# . __( 'Custom fields help', 'wpcf' ) . '</a></div>',
# );
msgid "Custom fields help"
msgstr ""
# '#type' => 'fieldset',
# '#title' => __( 'Available fields', 'wpcf' ),
# );
msgid "Available fields"
msgstr ""
# '#type' => 'fieldset',
# '#title' => __( 'User created fields', 'wpcf' ),
# '#id' => 'wpcf-form-groups-user-fields',
msgid "User created fields"
msgstr ""
# . wp_create_nonce( 'remove_from_history' ) . '&wpcf_warning='
# . sprintf( __( 'Are you sure that you want to remove field %s from history?', 'wpcf' ),
# htmlspecialchars( stripslashes( $field['name'] ) ) )
msgid "Are you sure that you want to remove field %s from history?"
msgstr ""
# . $field['id'] . '" title="'
# . sprintf( __( 'Remove field %s', 'wpcf' ),
# htmlspecialchars( stripslashes( $field['name'] ) ) )
msgid "Remove field %s"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<h2>' . __( 'Fields', 'wpcf' ) . '</h2>',
# );
msgid "Fields"
msgstr ""
# . '<div id="wpcf-fields-under-title">'
# . __( 'There are no fields in this group. To add a field, click on the field buttons at the right.', 'wpcf' )
# . '</div>';
msgid "There are no fields in this group. To add a field, click on the field buttons at the right."
msgstr ""
# } else {
# echo '<div>' . __( "Requested field don't exist", 'wpcf' ) . '</div>';
# }
msgid "Requested field don't exist"
msgstr ""
# }
# return '<div>' . __( 'Wrong field requested', 'wpcf' ) . '</div>';
# }
msgid "Wrong field requested"
msgstr ""
# . '/images/move.png" class="wpcf-fields-form-move-field" alt="'
# . __( 'Move this field', 'wpcf' ) . '" /><a href="'
# . $remove_link . '" '
msgid "Move this field"
msgstr ""
# . '<img src="' . WPCF_RES_RELPATH . '/images/delete-2.png" alt="'
# . __( 'Delete this field', 'wpcf' ) . '" /></a>',
# );
msgid "Delete this field"
msgstr ""
# $title = '<span class="wpcf-legend-update">' . $title . '</span> - '
# . sprintf( __( '%s field', 'wpcf' ), $field_data['title'] );
#
msgid "%s field"
msgstr ""
# if ( !empty( $form_data['data']['conditional_display']['conditions'] ) ) {
# $title .= ' ' . __( '(conditional)', 'wpcf' );
# }
msgid "(conditional)"
msgstr ""
# . 'cellspacing="0" cellpadding="0"><thead><tr><td>'
# . __( 'Validation', 'wpcf' ) . '</td><td>' . __( 'Error message', 'wpcf' )
# . '</td></tr></thead><tbody>',
msgid "Error message"
msgstr ""
# . ' onclick="">'
# . __( 'OK', 'wpcf' ) . '</a> '
# . '<a href="javascript:void(0);" ' . $wpcf_button_style . ' '
msgid "OK"
msgstr ""
# case 'termmeta':
# $message = __( 'Conditional display is not supported for Term fields.', 'wpcf' );
# break;
msgid "Conditional display is not supported for Term fields."
msgstr ""
# case 'usermeta':
# $message = __( 'Conditional display is not supported for User fields.', 'wpcf' );
# break;
msgid "Conditional display is not supported for User fields."
msgstr ""
# case 'postmeta':
# $message = __( 'You will be able to set conditional field display once this group is saved.', 'wpcf' );
# break;
msgid "You will be able to set conditional field display once this group is saved."
msgstr ""
# '#type' => 'notice',
# '#title' => __( 'Conditional display', 'wpcf' ),
# '#markup' => $message,
msgid "Conditional display"
msgstr ""
# '<h3>%s</h3>',
# __('Data-dependent display filters', 'wpcf')
# ),
msgid "Data-dependent display filters"
msgstr ""
# '<p class="description">%s</p>',
# __('Specify additional filters that control this Field Group\'s display, based on values of Post Fields.', 'wpcf')
# ),
msgid "Specify additional filters that control this Field Group's display, based on values of Post Fields."
msgstr ""
# '#type' => 'notice',
# '#markup' => __( 'Please save first, before you can edit the conditional display.', 'wpcf' ),
# );
msgid "Please save first, before you can edit the conditional display."
msgstr ""
# ),
# '#value' => empty( $current ) ? __( 'Set condition(s)', 'wpcf' ) : __( 'Edit condition(s)', 'wpcf' ),
# '#attributes' => array(
msgid "Set condition(s)"
msgstr ""
# ),
# '#value' => empty( $current ) ? __( 'Set condition(s)', 'wpcf' ) : __( 'Edit condition(s)', 'wpcf' ),
# '#attributes' => array(
msgid "Edit condition(s)"
msgstr ""
# array(
# '#title' => __('Select Custom Field', 'wpcf'),
# '#value' => '',
msgid "Select Custom Field"
msgstr ""
# '#type' => 'markup',
# '#markup' => '<p class="js-wpcf-received-error wpcf-error">' . __( 'Conditional display is only working based on non-repeating fields. All fields in this group are repeating, so you cannot set their display based on other fields.', 'wpcf' ) . '</p>' . wpcf_conditional_disable_add_js( $data['id'] ),
# )
msgid "Conditional display is only working based on non-repeating fields. All fields in this group are repeating, so you cannot set their display based on other fields."
msgstr ""
# $error_message = $group
# ? __( 'You will be able to set conditional field display when you save more fields in other Field Groups.', 'wpcf' )
# : __( 'You will be able to set conditional field display when you save more fields.', 'wpcf' );
msgid "You will be able to set conditional field display when you save more fields in other Field Groups."
msgstr ""
# ? __( 'You will be able to set conditional field display when you save more fields in other Field Groups.', 'wpcf' )
# : __( 'You will be able to set conditional field display when you save more fields.', 'wpcf' );
#
msgid "You will be able to set conditional field display when you save more fields."
msgstr ""
# '<a href="#" class="js-wpcf-custom-field-remove"><i class="dashicons dashicons-no"></i><span>%s</span></a>',
# __( 'Remove condition', 'wpcf' )
# ),
msgid "Remove condition"
msgstr ""
# $year = '<input name="' . $name . '[year]" type="text" value="' . $aa . '" size="4" maxlength="4" autocomplete="off" />';
# $output .= sprintf( __( '%1$s%2$s, %3$s', 'wpcf' ), $month, $day, $year );
# $output .= '<div class="wpcf_custom_field_invalid_date wpcf-form-error"><p>' . __( 'Please enter a valid date here', 'wpcf' ) . '</p></div>';
msgid "%1$s%2$s, %3$s"
msgstr ""
# $output .= sprintf( __( '%1$s%2$s, %3$s', 'wpcf' ), $month, $day, $year );
# $output .= '<div class="wpcf_custom_field_invalid_date wpcf-form-error"><p>' . __( 'Please enter a valid date here', 'wpcf' ) . '</p></div>';
# $output .= '</div>';
msgid "Please enter a valid date here"
msgstr ""
# ) {
# return '<ul><li>' . __( 'Custom logic', 'wpcf' ) . '</li></ul>';
# }
msgid "Custom logic"
msgstr ""
# }
# $operation = __('unknown', 'wpcf');
# if (
msgid "unknown"
msgstr ""
# case 'textfield':
# $form[$key]['#markup'] = wpautop(empty($form[$key]['#value'])? __('[empty]', 'wpcf'):stripcslashes($form[$key]['#value']));
# break;
msgid "[empty]"
msgstr ""
# : __( 'This field can have only one value', 'wpcf' ),
# 'label' => __('Repetitive', 'wpcf'),
# ),
msgid "Repetitive"
msgstr ""
# <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
# <?php $listTable->search_box(__('Search User Field Groups', 'wpcf'), 'search_id'); ?>
# <!-- Now we can render the completed list table -->
msgid "Search User Field Groups"
msgstr ""
# if ( !empty( $page ) ) {
# return new WP_Error( 'wpcf_reserved_name', __( 'You cannot use this slug because there is already a page by that name. Please choose a different slug.',
# 'wpcf' ) );
msgid "You cannot use this slug because there is already a page by that name. Please choose a different slug."
msgstr ""
#
# return in_array( $name, $reserved ) ? new WP_Error( 'wpcf_reserved_name', __( 'You cannot use this slug because it is a reserved word, used by WordPress. Please choose a different slug.',
# 'wpcf' ) ) : false;
msgid "You cannot use this slug because it is a reserved word, used by WordPress. Please choose a different slug."
msgstr ""
# $plugin_meta[] = '<a href="' . TYPES_RELEASE_NOTES . '" target="_blank">'
# . sprintf( __( 'Types %s release notes', 'wpcf' ), TYPES_VERSION ) . '</a>';
# }
msgid "Types %s release notes"
msgstr ""
# Types_Helper_Url::get_url( 'adding-fields', true, false, 'gui' ),
# __('Adding post fields to content', 'wpcf')
# );
msgid "Adding post fields to content"
msgstr ""
# Types_Helper_Url::get_url( 'displaying-fields', true, false, 'gui' ),
# __('Displaying post fields on front-end', 'wpcf')
# );
msgid "Displaying post fields on front-end"
msgstr ""
# Types_Helper_Url::get_url( 'adding-user-fields', true, false, 'gui' ),
# __('Adding user fields to user profiles', 'wpcf')
# );
msgid "Adding user fields to user profiles"
msgstr ""
# Types_Helper_Url::get_url( 'displaying-user-fields', true, false, 'gui' ),
# __('Displaying user fields on front-end', 'wpcf')
# );
msgid "Displaying user fields on front-end"
msgstr ""
# Types_Helper_Url::get_url( 'adding-term-fields', true, false, 'gui' ),
# __( 'Adding term fields to taxonomies', 'wpcf' ),
# Types_Helper_Url::get_url( 'displaying-term-fields', true, false, 'gui' ),
msgid "Adding term fields to taxonomies"
msgstr ""
# Types_Helper_Url::get_url( 'displaying-term-fields', true, false, 'gui' ),
# __( 'Displaying term fields on front-end', 'wpcf' )
# );
msgid "Displaying term fields on front-end"
msgstr ""
#
# $help .= sprintf('<h4>%s</h4>', __('Post Types and Taxonomy', 'wpcf'));
# $help .= '<ul>';
msgid "Post Types and Taxonomy"
msgstr ""
# Types_Helper_Url::get_url( 'custom-post-types', true, false, 'gui' ),
# __('Creating and using post types', 'wpcf')
# );
msgid "Creating and using post types"
msgstr ""
# Types_Helper_Url::get_url( 'custom-taxonomy', true, false, 'gui' ),
# __('Arranging content with Taxonomy', 'wpcf')
# );
msgid "Arranging content with Taxonomy"
msgstr ""
# Types_Helper_Url::get_url( 'post-relationship', true, false, 'gui' ),
# __('Creating parent / child relationships', 'wpcf')
# );
msgid "Creating parent / child relationships"
msgstr ""
# $help .= ''
# . __('This is the Taxonomies list. It provides you with an overview of your data.', 'wpcf')
# .PHP_EOL
msgid "This is the Taxonomies list. It provides you with an overview of your data."
msgstr ""
# .sprintf(
# __('You can read more about Post Types and Taxonomies in this tutorial. %s', 'wpcf'),
# sprintf(
msgid "You can read more about Post Types and Taxonomies in this tutorial. %s"
msgstr ""
# .PHP_EOL
# .sprintf('<h3>%s</h3>', __('On this page you have the following options:', 'wpcf'))
# .'<dl>'
msgid "On this page you have the following options:"
msgstr ""
# .'<dt>'.__('Add New', 'wpcf')
# .'<dd>'.__('Use to create a new Taxonomy', 'wpcf')
# .'<dt>'.__('Edit', 'wpcf')
msgid "Use to create a new Taxonomy"
msgstr ""
# .'<dt>'.__('Edit', 'wpcf')
# .'<dd>'.__('Click to edit the settings of a Taxonomy', 'wpcf').'</dd>'
# .'<dt>'.__('Deactivate', 'wpcf')
msgid "Click to edit the settings of a Taxonomy"
msgstr ""
# .'<dt>'.__('Deactivate', 'wpcf')
# .'<dd>'.__('Click to deactivate a Taxonomy (this can be reactivated at a later date)', 'wpcf').'</dd>'
# .'<dt>'.__('Duplicate', 'wpcf')
msgid "Click to deactivate a Taxonomy (this can be reactivated at a later date)"
msgstr ""
# .'<dt>'.__('Duplicate', 'wpcf')
# .'<dd>'.__('Click to duplicate a Taxonomy', 'wpcf').'</dd>'
# .'<dt>'.__('Delete', 'wpcf')
msgid "Click to duplicate a Taxonomy"
msgstr ""
# .'<dt>'.__('Delete', 'wpcf')
# .'<dd>'.__('Click to delete a Taxonomy.', 'wpcf')
# .' '
msgid "Click to delete a Taxonomy."
msgstr ""
# $help .= ''
# . __('This is the main admin page for built-in Post Types and your Post Types. It provides you with an overview of your data.', 'wpcf')
# .PHP_EOL
msgid "This is the main admin page for built-in Post Types and your Post Types. It provides you with an overview of your data."
msgstr ""
# .PHP_EOL
# .__('Post Types are built-in and user-defined content types.', 'wpcf')
# .PHP_EOL
msgid "Post Types are built-in and user-defined content types."
msgstr ""
# .'<dt>'.__('Add New', 'wpcf').'</dt>'
# .'<dd>'.__('Use to create a new Post Type', 'wpcf').'</dd>'
# .'<dt>'.__('Edit', 'wpcf').'</dt>'
msgid "Use to create a new Post Type"
msgstr ""
# .'<dt>'.__('Edit', 'wpcf').'</dt>'
# .'<dd>'.__('Click to edit the settings of a Post Type', 'wpcf').'</dd>'
# .'<dt>'.__('Deactivate', 'wpcf').'</dt>'
msgid "Click to edit the settings of a Post Type"
msgstr ""
# .'<dt>'.__('Deactivate', 'wpcf').'</dt>'
# .'<dd>'.__('Click to deactivate a Post Type (this can be reactivated at a later date)', 'wpcf').'</dd>'
# .'<dt>'.__('Duplicate', 'wpcf')
msgid "Click to deactivate a Post Type (this can be reactivated at a later date)"
msgstr ""
# .'<dt>'.__('Duplicate', 'wpcf')
# .'<dd>'.__('Click to duplicate a Post Type', 'wpcf').'</dd>'
# .'<dt>'.__('Delete', 'wpcf').'</dt>'
msgid "Click to duplicate a Post Type"
msgstr ""
# .'<dt>'.__('Delete', 'wpcf').'</dt>'
# .'<dd>'.__('Click to delete a Post Type.', 'wpcf')
# .' '
msgid "Click to delete a Post Type."
msgstr ""
# $help .= ''
# .__('This is the edit page for your Post Field Groups.', 'wpcf')
# .PHP_EOL
msgid "This is the edit page for your Post Field Groups."
msgstr ""
# .'</li><li style="list-style-type:decimal;">'
# .__('Choose where to display your group. You can attach this to both default WordPress post types and Post Types (you can also associate Taxonomy terms with Post Field Groups).', 'wpcf')
# .'</li><li style="list-style-type:decimal;">'
msgid "Choose where to display your group. You can attach this to both default WordPress post types and Post Types (you can also associate Taxonomy terms with Post Field Groups)."
msgstr ""
# .'</li><li style="list-style-type:decimal;">'
# .__('To add a field, click on "Add New Field" and choose the field you desire. This will be added to your Post Field Group.', 'wpcf')
# .'</li><li style="list-style-type:decimal;">'
msgid "To add a field, click on \"Add New Field\" and choose the field you desire. This will be added to your Post Field Group."
msgstr ""
# .'</li><li style="list-style-type:decimal;">'
# .__('Add information about your Post Field.', 'wpcf')
# .'</li></ol>'
msgid "Add information about your Post Field."
msgstr ""
# .'</li><li>'
# .__('You can drag and drop the order of your post fields.', 'wpcf')
# .'</li></ul>';
msgid "You can drag and drop the order of your post fields."
msgstr ""
# $help .= ''
# .__('Use this page to create a WordPress post type. If you’d like to learn more about Post Types you can read our detailed guide: <a href="https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types" target="_blank">https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types</a>', 'wpcf')
# .PHP_EOL
msgid "Use this page to create a WordPress post type. If you’d like to learn more about Post Types you can read our detailed guide: <a href=\"https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types\" target=\"_blank\">https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types</a>"
msgstr ""
# .PHP_EOL
# .'<dt>'.__('Name and Description', 'wpcf').'</dt>'
# .'<dd>'.__('Add a singular and plural name for your post type. You should also add a slug. This will be created from the post type name if none is added.', 'wpcf').'</dd>'
msgid "Name and Description"
msgstr ""
# .'<dt>'.__('Name and Description', 'wpcf').'</dt>'
# .'<dd>'.__('Add a singular and plural name for your post type. You should also add a slug. This will be created from the post type name if none is added.', 'wpcf').'</dd>'
# .'<dt>'.__('Visibility', 'wpcf').'</dt>'
msgid "Add a singular and plural name for your post type. You should also add a slug. This will be created from the post type name if none is added."
msgstr ""
# .'<dd>'.__('Add a singular and plural name for your post type. You should also add a slug. This will be created from the post type name if none is added.', 'wpcf').'</dd>'
# .'<dt>'.__('Visibility', 'wpcf').'</dt>'
# .'<dd>'.__('Determine whether your post type will be visible on the admin menu to your users.', 'wpcf').'</dd>'
msgid "Visibility"
msgstr ""
# .'<dt>'.__('Visibility', 'wpcf').'</dt>'
# .'<dd>'.__('Determine whether your post type will be visible on the admin menu to your users.', 'wpcf').'</dd>'
# .'<dd>'.__('You can also adjust the menu position. The default position is 20, which means your post type will appear under “Pages”. You can find more information about menu positioning in the WordPress Codex. <a href="http://codex.wordpress.org/Function_Reference/register_post_type#Parameters" target="_blank">http://codex.wordpress.org/Function_Reference/register_post_type#Parameters</a>', 'wpcf').'</dd>'
msgid "Determine whether your post type will be visible on the admin menu to your users."
msgstr ""
# .'<dd>'.__('Determine whether your post type will be visible on the admin menu to your users.', 'wpcf').'</dd>'
# .'<dd>'.__('You can also adjust the menu position. The default position is 20, which means your post type will appear under “Pages”. You can find more information about menu positioning in the WordPress Codex. <a href="http://codex.wordpress.org/Function_Reference/register_post_type#Parameters" target="_blank">http://codex.wordpress.org/Function_Reference/register_post_type#Parameters</a>', 'wpcf').'</dd>'
# .'<dd>'.__('The default post type icon is the pushpin icon that appears beside WordPress posts. You can change this by adding your own icon of 16px x 16px.', 'wpcf').'</dd>'
msgid "You can also adjust the menu position. The default position is 20, which means your post type will appear under “Pages”. You can find more information about menu positioning in the WordPress Codex. <a href=\"http://codex.wordpress.org/Function_Reference/register_post_type#Parameters\" target=\"_blank\">http://codex.wordpress.org/Function_Reference/register_post_type#Parameters</a>"
msgstr ""
# .'<dd>'.__('You can also adjust the menu position. The default position is 20, which means your post type will appear under “Pages”. You can find more information about menu positioning in the WordPress Codex. <a href="http://codex.wordpress.org/Function_Reference/register_post_type#Parameters" target="_blank">http://codex.wordpress.org/Function_Reference/register_post_type#Parameters</a>', 'wpcf').'</dd>'
# .'<dd>'.__('The default post type icon is the pushpin icon that appears beside WordPress posts. You can change this by adding your own icon of 16px x 16px.', 'wpcf').'</dd>'
# .'<dt>'.__('Select Taxonomies', 'wpcf').'</dt>'
msgid "The default post type icon is the pushpin icon that appears beside WordPress posts. You can change this by adding your own icon of 16px x 16px."
msgstr ""
# .'<dd>'.__('The default post type icon is the pushpin icon that appears beside WordPress posts. You can change this by adding your own icon of 16px x 16px.', 'wpcf').'</dd>'
# .'<dt>'.__('Select Taxonomies', 'wpcf').'</dt>'
# .'<dd>'.__('Choose which taxonomies are to be associated with this post type.', 'wpcf').'</dd>'
msgid "Select Taxonomies"
msgstr ""
# .'<dt>'.__('Select Taxonomies', 'wpcf').'</dt>'
# .'<dd>'.__('Choose which taxonomies are to be associated with this post type.', 'wpcf').'</dd>'
# .'<dt>'.__('Labels', 'wpcf').'</dt>'
msgid "Choose which taxonomies are to be associated with this post type."
msgstr ""
# .'<dt>'.__('Labels', 'wpcf').'</dt>'
# .'<dd>'.__('Labels are the text that is attached to your post type name. Examples of them in use are “Add New Post” (where “Add New” is the label”) and “Edit Post” (where “Edit” is the label). In normal circumstances the defaults will suffice.', 'wpcf').'</dd>'
# .'<dt>'.__('Custom Post Properties', 'wpcf').'</dt>'
msgid "Labels are the text that is attached to your post type name. Examples of them in use are “Add New Post” (where “Add New” is the label”) and “Edit Post” (where “Edit” is the label). In normal circumstances the defaults will suffice."
msgstr ""
# .'<dd>'.__('Labels are the text that is attached to your post type name. Examples of them in use are “Add New Post” (where “Add New” is the label”) and “Edit Post” (where “Edit” is the label). In normal circumstances the defaults will suffice.', 'wpcf').'</dd>'
# .'<dt>'.__('Custom Post Properties', 'wpcf').'</dt>'
# .'<dd>'.__('Choose which sections to display on your “Add New” page.', 'wpcf').'</dd>'
msgid "Custom Post Properties"
msgstr ""
# .'<dt>'.__('Custom Post Properties', 'wpcf').'</dt>'
# .'<dd>'.__('Choose which sections to display on your “Add New” page.', 'wpcf').'</dd>'
# .'<dt>'.__('Advanced Settings', 'wpcf').'</dt>'
msgid "Choose which sections to display on your “Add New” page."
msgstr ""
# .'<dd>'.__('Choose which sections to display on your “Add New” page.', 'wpcf').'</dd>'
# .'<dt>'.__('Advanced Settings', 'wpcf').'</dt>'
# .'<dd>'.__('Advanced settings give you even more control over your post type. You can read in detail what all of these settings do on our tutorial.', 'wpcf').'</dd>'
msgid "Advanced Settings"
msgstr ""
# .'<dt>'.__('Advanced Settings', 'wpcf').'</dt>'
# .'<dd>'.__('Advanced settings give you even more control over your post type. You can read in detail what all of these settings do on our tutorial.', 'wpcf').'</dd>'
# .'</dl>'
msgid "Advanced settings give you even more control over your post type. You can read in detail what all of these settings do on our tutorial."
msgstr ""
# $help .= ''
# .__('You can use Taxonomies to categorize your content. Read more about what they are on our website: <a href="https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types" target="_blank">https://toolset.com/course-lesson/creating-a-custom-post-type/ »</a> or you can read our guide about how to set them up: <a href="https://toolset.com/course-lesson/creating-a-custom-taxonomy/?utm_source=plugin&utm_medium=gui&utm_campaign=types" target="_blank">https://toolset.com/course-lesson/creating-a-custom-taxonomy/</a>', 'wpcf')
# .'<dl>'
msgid "You can use Taxonomies to categorize your content. Read more about what they are on our website: <a href=\"https://toolset.com/course-lesson/creating-a-custom-post-type/?utm_source=plugin&utm_medium=gui&utm_campaign=types\" target=\"_blank\">https://toolset.com/course-lesson/creating-a-custom-post-type/ »</a> or you can read our guide about how to set them up: <a href=\"https://toolset.com/course-lesson/creating-a-custom-taxonomy/?utm_source=plugin&utm_medium=gui&utm_campaign=types\" target=\"_blank\">https://toolset.com/course-lesson/creating-a-custom-taxonomy/</a>"
msgstr ""
# .'<dt>'.__('Name and Description', 'wpcf') .'</dt>'
# .'<dd>'.__('Add a singular and plural name for your Taxonomy. You should also add a slug. This will be created from the Taxonomy name if none is added.', 'wpcf').'</dd>'
# .'<dt>'.__('Visibility', 'wpcf') .'</dt>'
msgid "Add a singular and plural name for your Taxonomy. You should also add a slug. This will be created from the Taxonomy name if none is added."
msgstr ""
# .'<dt>'.__('Visibility', 'wpcf') .'</dt>'
# .'<dd>'.__('Determine whether your Taxonomy will be visible on the admin menu to your users.', 'wpcf').'</dd>'
# .'<dt>'.__('Select Post Types', 'wpcf') .'</dt>'
msgid "Determine whether your Taxonomy will be visible on the admin menu to your users."
msgstr ""
# .'<dd>'.__('Determine whether your Taxonomy will be visible on the admin menu to your users.', 'wpcf').'</dd>'
# .'<dt>'.__('Select Post Types', 'wpcf') .'</dt>'
# .'<dd>'.__('Choose which Post Types this Taxonomy should be associated with.', 'wpcf').'</dd>'
msgid "Select Post Types"
msgstr ""
# .'<dt>'.__('Select Post Types', 'wpcf') .'</dt>'
# .'<dd>'.__('Choose which Post Types this Taxonomy should be associated with.', 'wpcf').'</dd>'
# .'<dt>'.__('Labels', 'wpcf') .'</dt>'
msgid "Choose which Post Types this Taxonomy should be associated with."
msgstr ""
# .'<dt>'.__('Labels', 'wpcf') .'</dt>'
# .'<dd>'.__('Labels are the text that is attached to your Taxonomy name. Examples of them in use are “Add New Taxonomy” (where “Add New” is the label”) and “Edit Taxonomy” (where “Edit” is the label). In normal circumstances the defaults will suffice.', 'wpcf').'</dd>'
# .'<dt>'.__('Options', 'wpcf') .'</dt>'
msgid "Labels are the text that is attached to your Taxonomy name. Examples of them in use are “Add New Taxonomy” (where “Add New” is the label”) and “Edit Taxonomy” (where “Edit” is the label). In normal circumstances the defaults will suffice."
msgstr ""
# .'<dt>'.__('Options', 'wpcf') .'</dt>'
# .'<dd>'.__('Advanced settings give you even more control over your Taxonomy. You can read in detail what all of these settings do on our tutorial.', 'wpcf').'</dd>'
# .'</dl>'
msgid "Advanced settings give you even more control over your Taxonomy. You can read in detail what all of these settings do on our tutorial."
msgstr ""
# $help .= ''
# .__('This is the edit page for your User Field Groups.', 'wpcf')
# .PHP_EOL
msgid "This is the edit page for your User Field Groups."
msgstr ""
# .'<ol><li>'
# . __('Add a Title', 'wpcf')
# .'</li><li>'
msgid "Add a Title"
msgstr ""
# .'</li><li>'
# . __('Choose where to display your group. You can attach this to both default WordPress user roles and custom roles.', 'wpcf')
# .'</li><li>'
msgid "Choose where to display your group. You can attach this to both default WordPress user roles and custom roles."
msgstr ""
# .'</li><li>'
# . __('To add a field, click on "Add New Field" and choose the field you desire. This will be added to your User Field Group.', 'wpcf')
# .'</li><li>'
msgid "To add a field, click on \"Add New Field\" and choose the field you desire. This will be added to your User Field Group."
msgstr ""
# .'</li><li>'
# . __('Add information about your User Field.', 'wpcf')
# .'</li></ol>'
msgid "Add information about your User Field."
msgstr ""
# .'</li><li>'
# . __('You can drag and drop the order of your user fields.', 'wpcf')
# .'</li></ul>';
msgid "You can drag and drop the order of your user fields."
msgstr ""
# case 'edit_group':
# $title = __('Post Field Group', 'wpcf');
# break;
msgid "Post Field Group"
msgstr ""
# case 'edit_tax':
# $title = __( 'Taxonomy', 'wpcf' );
# break;
msgid "Taxonomy"
msgstr ""
# 'slug' => 'wpcf-edit-type',
# 'menu_title' => isset( $_GET['wpcf-post-type'] ) ? __( 'Edit Post Type', 'wpcf' ) : __( 'Add New Post Type', 'wpcf' ),
# 'page_title' => isset( $_GET['wpcf-post-type'] ) ? __( 'Edit Post Type', 'wpcf' ) : __( 'Add New Post Type', 'wpcf' ),
msgid "Edit Post Type"
msgstr ""
# 'slug' => 'wpcf-edit-type',
# 'menu_title' => isset( $_GET['wpcf-post-type'] ) ? __( 'Edit Post Type', 'wpcf' ) : __( 'Add New Post Type', 'wpcf' ),
# 'page_title' => isset( $_GET['wpcf-post-type'] ) ? __( 'Edit Post Type', 'wpcf' ) : __( 'Add New Post Type', 'wpcf' ),
msgid "Add New Post Type"
msgstr ""
# 'slug' => 'wpcf-view-type',
# 'menu_title' => __( 'View Post Type', 'wpcf' ),
# 'page_title' => __( 'View Post Type', 'wpcf' ),
msgid "View Post Type"
msgstr ""
# 'slug' => 'wpcf-edit-tax',
# 'menu_title' => isset( $_GET['wpcf-tax'] ) ? __( 'Edit Taxonomy', 'wpcf' ) : __( 'Add New Taxonomy', 'wpcf' ),
# 'page_title' => isset( $_GET['wpcf-tax'] ) ? __( 'Edit Taxonomy', 'wpcf' ) : __( 'Add New Taxonomy', 'wpcf' ),
msgid "Edit Taxonomy"
msgstr ""
# 'slug' => 'wpcf-view-tax',
# 'menu_title' => __( 'View Taxonomy', 'wpcf' ),
# 'page_title' => __( 'View Taxonomy', 'wpcf' ),
msgid "View Taxonomy"
msgstr ""
# 'slug' => 'wpcf-edit',
# 'menu_title' => isset( $_GET['group_id'] ) ? __( 'Edit Group', 'wpcf' ) : __( 'Add New Post Field Group', 'wpcf' ),
# 'page_title' => isset( $_GET['group_id'] ) ? __( 'Edit Group', 'wpcf' ) : __( 'Add New Post Field Group', 'wpcf' ),
msgid "Edit Group"
msgstr ""
# 'slug' => 'wpcf-edit',
# 'menu_title' => isset( $_GET['group_id'] ) ? __( 'Edit Group', 'wpcf' ) : __( 'Add New Post Field Group', 'wpcf' ),
# 'page_title' => isset( $_GET['group_id'] ) ? __( 'Edit Group', 'wpcf' ) : __( 'Add New Post Field Group', 'wpcf' ),
msgid "Add New Post Field Group"
msgstr ""
# 'slug' => 'wpcf-view-custom-field',
# 'menu_title' => __( 'View Post Field Group', 'wpcf' ),
# 'page_title' => __( 'View Post Field Group', 'wpcf' ),
msgid "View Post Field Group"
msgstr ""
# 'slug' => 'installer',
# 'menu_title' => __( 'Installer', 'wpcf' ),
# 'page_title' => __( 'Installer', 'wpcf' ),
msgid "Installer"
msgstr ""
# {
# wpcf_add_admin_header( __( 'Post Field Groups', 'wpcf' ), array('page'=>'wpcf-edit'));
# require_once WPCF_INC_ABSPATH . '/fields.php';
msgid "Post Field Groups"
msgstr ""
# if ( WPCF_Roles::user_can_edit('custom-field', array('id' => (int) $_GET['group_id']))) {
# $title = __( 'Edit Post Field Group', 'wpcf' );
# $add_new = array(
msgid "Edit Post Field Group"
msgstr ""
# 'import' => array(
# 'title' => __( 'Import Types data', 'wpcf' ),
# 'callback' => 'wpcf_render_import_form',
msgid "Import Types data"
msgstr ""
# 'slug' => 'custom-content',
# 'title' => __( 'Custom Content', 'wpcf' )
# );
msgid "Custom Content"
msgstr ""
# $form['images'] = array(
# '#title' => '<h3>' . __('Images resizing', 'wpcf') . '</h3>',
# '#id' => 'add_resized_images_to_library',
msgid "Images resizing"
msgstr ""
# '#type' => 'checkbox',
# '#label' => __('Add resized images to the media library', 'wpcf'),
# '#description' => __('Types will automatically add the resized images as attachments to the media library.', 'wpcf'),
msgid "Add resized images to the media library"
msgstr ""
# '#label' => __('Add resized images to the media library', 'wpcf'),
# '#description' => __('Types will automatically add the resized images as attachments to the media library.', 'wpcf'),
# '#inline' => true,
msgid "Types will automatically add the resized images as attachments to the media library."
msgstr ""
# '#type' => 'checkbox',
# '#label' => __('Allow resizing of remote images', 'wpcf'),
# '#description' => __('Types will try to scale remote images.', 'wpcf'),
msgid "Allow resizing of remote images"
msgstr ""
# '#label' => __('Allow resizing of remote images', 'wpcf'),
# '#description' => __('Types will try to scale remote images.', 'wpcf'),
# '#inline' => true,
msgid "Types will try to scale remote images."
msgstr ""
# '#type' => 'checkbox',
# '#label' => __('Always apply image modifications done using Media Library', 'wpcf'),
# '#description' => __('By default, the image shortcode [types field="image" size="full"] will display the URL of the field, without determining the underlying attachment object. This provides the best performance when using image fields. The downside of this is that image modifications done using Media Library are not used. Activate this option to always check for image modifications (performance will not be optimal)', 'wpcf'),
msgid "Always apply image modifications done using Media Library"
msgstr ""
# '#label' => __('Always apply image modifications done using Media Library', 'wpcf'),
# '#description' => __('By default, the image shortcode [types field="image" size="full"] will display the URL of the field, without determining the underlying attachment object. This provides the best performance when using image fields. The downside of this is that image modifications done using Media Library are not used. Activate this option to always check for image modifications (performance will not be optimal)', 'wpcf'),
# '#inline' => true,
msgid "By default, the image shortcode [types field=\"image\" size=\"full\"] will display the URL of the field, without determining the underlying attachment object. This provides the best performance when using image fields. The downside of this is that image modifications done using Media Library are not used. Activate this option to always check for image modifications (performance will not be optimal)"
msgstr ""
# $form['images_remote_clear'] = array(
# '#title' => '<h3>' . __('Images caching', 'wpcf') . '</h3>',
# '#id' => 'images_remote_cache_time',
msgid "Images caching"
msgstr ""
# '#type' => 'select',
# '#pattern' => '<TITLE>' . __('Invalidate cached images that are more than <ELEMENT> hours old.', 'wpcf'),
# '#options' => array(
msgid "Invalidate cached images that are more than <ELEMENT> hours old."
msgstr ""
# '#options' => array(
# __('Never', 'wpcf') => '0',
# '24' => '24',
msgid "Never"
msgstr ""
# '#attributes' => array('id' => 'clear-cache-images','class' => 'button-secondary js-wpcf-settings-clear-cache-images'),
# '#value' => __('Clear Cached Images', 'wpcf'),
# '#inline' => false,
msgid "Clear Cached Images"
msgstr ""
# '#attributes' => array('id' => 'clear-cache-images-outdated','class' => 'button-secondary js-wpcf-settings-clear-cache-images-outdated'),
# '#value' => __('Clear Outdated Cached Images', 'wpcf'),
# '#inline' => false,
msgid "Clear Outdated Cached Images"
msgstr ""
# 'slug' => 'wpcf-image-settings',
# 'title' => __( 'Images', 'wpcf' ),
# 'content' => $section_content
msgid "Images"
msgstr ""
# 'type' => 'nonce',
# 'message' => __( 'Your security credentials have expired. Please reload the page to get new ones.', 'wpcf' )
# );
msgid "Your security credentials have expired. Please reload the page to get new ones."
msgstr ""
# 'type' => 'error',
# 'message' => __( 'Missing data', 'wpcf' )
# );
msgid "Missing data"
msgstr ""
# '#value' => 'all',
# '#title' => __("Show the help box on all custom post editing screens and on all Types create/edit pages", 'wpcf')
# ),
msgid "Show the help box on all custom post editing screens and on all Types create/edit pages"
msgstr ""
# '#value' => 'by_types',
# '#title' => __("Show the help box only on post types that were created by Types", 'wpcf')
# ),
msgid "Show the help box only on post types that were created by Types"
msgstr ""
# '#value' => 'no',
# '#title' => __("Don't show the help box anywhere", 'wpcf')
# ),
msgid "Don't show the help box anywhere"
msgstr ""
# 'slug' => 'wpcf-help-box-settings',
# 'title' => __( 'Help box', 'wpcf' ),
# 'content' => $section_content
msgid "Help box"
msgstr ""
# '#value' => 'show',
# '#title' => __('Show standard WordPress Custom Field Metabox', 'wpcf')
# ),
msgid "Show standard WordPress Custom Field Metabox"
msgstr ""
# '#value' => 'hide',
# '#title' => __('Hide standard WordPress Custom Field Metabox', 'wpcf')
# ),
msgid "Hide standard WordPress Custom Field Metabox"
msgstr ""
# 'slug' => 'wpcf-custom-field-metabox-settings',
# 'title' => __( 'Custom field metabox', 'wpcf' ),
# 'content' => $section_content
msgid "Custom field metabox"
msgstr ""
# '#type' => 'radios',
# '#title' => '<h3>' . __('Custom fields - unfiltered HTML', 'wpcf') . '</h3>',
# '#options' => array(
msgid "Custom fields - unfiltered HTML"
msgstr ""
# '#value' => 'on',
# '#title' => __('Allow saving unfiltered HTML in Types custom fields for users with higher roles', 'wpcf'),
# ),
msgid "Allow saving unfiltered HTML in Types custom fields for users with higher roles"
msgstr ""
# '#value' => 'off',
# '#title' => __('Disallow saving unfiltered HTML in Types custom fields for all users', 'wpcf'),
# ),
msgid "Disallow saving unfiltered HTML in Types custom fields for all users"
msgstr ""
# '#type' => 'radios',
# '#title' => '<h3>' . __('Usermeta fields - unfiltered HTML', 'wpcf') . '</h3>',
# '#options' => array(
msgid "Usermeta fields - unfiltered HTML"
msgstr ""
# '#value' => 'on',
# '#title' => __("Allow saving unfiltered HTML in Types usermeta fields for users with higher roles", 'wpcf'),
# ),
msgid "Allow saving unfiltered HTML in Types usermeta fields for users with higher roles"
msgstr ""
# '#value' => 'off',
# '#title' => __("Disallow saving unfiltered HTML in Types usermeta fields for all users", 'wpcf')
# ),
msgid "Disallow saving unfiltered HTML in Types usermeta fields for all users"
msgstr ""
# 'slug' => 'wpcf-unfiltered-html-settings',
# 'title' => __( 'Saving unfiltered HTML for users with higher roles', 'wpcf' ),
# 'content' => $section_content
msgid "Saving unfiltered HTML for users with higher roles"
msgstr ""
# if ( 'No results' == $empty_message ) {
# $empty_message = __('No results', 'wpcf');
# }
msgid "No results"
msgstr ""
# <div class="notice message updated is-dismissible">
# <h3><?php _e( 'Types import summary', 'wpcf' ); ?></h3>
# <ul class="toolset-taglike-list">
msgid "Types import summary"
msgstr ""
# <div class="notice message error">
# <h3><?php _e( 'Types import errors', 'wpcf' ); ?></h3>
# <ul>
msgid "Types import errors"
msgstr ""