<?php
/**
 * Internationalization.
 *
 * @package Divi
 */

return array(
	'Allow import to override existing assignments' => esc_html__( 'Allow import to override existing assignments', 'et_builder' ),
	'Download backup before importing'       => esc_html__( 'Download backup before importing', 'et_builder' ),
	'Export'                                 => esc_html__( 'Export', 'et_builder' ),
	'Export All Templates'                   => esc_html__( 'Export All Templates', 'et_builder' ),
	'Export estimated time remaining: %smin' => esc_html__( 'Export estimated time remaining: %smin', 'et_builder' ),
	'Export File Name'                       => esc_html__( 'Export File Name', 'et_builder' ),
	'Export Options'                         => esc_html__( 'Export Options', 'et_builder' ),
	'Export %s'                              => esc_html__( 'Export %s', 'et_builder' ),
	'Import'                                 => esc_html__( 'Import', 'et_builder' ),
	'Import %s'                              => esc_html__( 'Import %s', 'et_builder' ),
	'Import estimated time remaining: %smin' => esc_html__( 'Import estimated time remaining: %smin', 'et_builder' ),
	'This file should not be imported in this context.' => esc_html__( 'This file should not be imported in this context.', 'et_builder' ),
	'Override the Default Website Template.' => esc_html__( 'Override the Default Website Template.', 'et_builder' ),
	'Portability'                            => esc_html__( 'Portability', 'et_builder' ),
);
