<?php
/**
 * D5 Readiness Translations for Divi Theme
 *
 * This file contains the translation strings for the Conversion Summary
 * section of the Divi theme. Each key-value pair consists of a string
 * identifier and its corresponding translated string.
 *
 * @package    Divi
 * @subpackage D5 Readiness / I18n
 * @since      ??
 */

// Translation strings for the Hero section.
return [
    'The pages below utilize features that are not yet compatible with %s' => __( 'The pages below utilize features that are not yet compatible with %s', 'Divi' ),
	'%s Theme Templates Are Incompatible With %s' => __( '%s Theme Templates Are Incompatible With %s', 'Divi' ),
	'Published (%s)'                              => __( 'Published (%s)', 'Divi' ),
	'Inactive (%s)'                               => __( 'Inactive (%s)', 'Divi' ),
];
