You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
PHTML
15 lines
363 B
PHTML
7 months ago
|
<?php
|
||
|
/**
|
||
|
* I18n file.
|
||
|
*
|
||
|
* Translatable strings go here.
|
||
|
*
|
||
|
* @package Divi
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ),
|
||
|
'Import & Export Theme Options' => esc_html__( 'Import & Export Theme Options', 'et_builder' ),
|
||
|
'Import Theme Options' => esc_html__( 'Import Theme Options', 'et_builder' ),
|
||
|
];
|