17 lines
		
	
	
		
			483 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			483 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * I18n file.
 | 
						|
 *
 | 
						|
 * Translatable strings go here.
 | 
						|
 *
 | 
						|
 * @package Divi
 | 
						|
 */
 | 
						|
 | 
						|
return [
 | 
						|
	'Theme Options'         => esc_html__( 'Theme Options', 'et_builder' ),
 | 
						|
	'Import Theme Options'  => esc_html__( 'Import Theme Options', 'et_builder' ),
 | 
						|
	'Theme Option'          => esc_html__( 'Theme Option', 'et_builder' ),
 | 
						|
	'Theme Options Library' => esc_html__( 'Theme Options Library', 'et_builder' ),
 | 
						|
	'Export Theme Options'  => esc_html__( 'Export Theme Options', 'et_builder' ),
 | 
						|
];
 |