| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/translations-team-section.php.tar |
companion-legacy/inc/llorix-one-companion/inc/translations/translations-team-section.php 0000644 00000002603 15115637360 0043726 0 ustar 00 home/xbodynamge/dev/wp-content/plugins/themeisle-companion/obfx_modules <?php
/**
* Translation functions for team section
*
* @package llorix-one-companion
*/
/**
* Get team section default content.
*/
function llorix_one_companion_team_get_default_content() {
return json_encode( array(
array(
'image_url' => llorix_one_lite_get_file( '/images/team/1.jpg' ),
'title' => esc_html__( 'Albert Jacobs', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Founder & CEO', 'themeisle-companion' )
),
array(
'image_url' => llorix_one_lite_get_file( '/images/team/2.jpg' ),
'title' => esc_html__( 'Tonya Garcia', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Account Manager', 'themeisle-companion' )
),
array(
'image_url' => llorix_one_lite_get_file( '/images/team/3.jpg' ),
'title' => esc_html__( 'Linda Guthrie', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Business Development', 'themeisle-companion' )
)
)
);
}
/**
* Register strings for polylang.
*/
function llorix_one_companion_team_register_strings() {
if ( ! defined( 'POLYLANG_VERSION' ) || ! function_exists( 'llorix_one_lite_pll_string_register_helper' ) ) {
return;
}
$default = llorix_one_companion_team_get_default_content();
llorix_one_lite_pll_string_register_helper( 'llorix_one_lite_team_content', $default, 'Team section' );
}
add_action( 'after_setup_theme', 'llorix_one_companion_team_register_strings', 11 );
obfx_modules/companion-legacy/inc/azera-shop/inc/translations/translations-team-section.php 0000604 00000002524 15115660213 0044024 0 ustar 00 home/xbodynamge/crosstraining/wp-content/plugins/themeisle-companion <?php
/**
* Translation functions for team section
*
* @package azera-shop-companion
*/
/**
* Get team section default content.
*/
function azera_shop_companion_team_get_default_content() {
return json_encode( array(
array(
'image_url' => azera_shop_get_file( '/images/team/1.jpg' ),
'title' => esc_html__( 'Albert Jacobs', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Founder & CEO', 'themeisle-companion' )
),
array(
'image_url' => azera_shop_get_file( '/images/team/2.jpg' ),
'title' => esc_html__( 'Tonya Garcia', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Account Manager', 'themeisle-companion' )
),
array(
'image_url' => azera_shop_get_file( '/images/team/3.jpg' ),
'title' => esc_html__( 'Linda Guthrie', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Business Development', 'themeisle-companion' )
)
) );
}
/**
* Register strings for polylang.
*/
function azera_shop_companion_team_register_strings() {
if ( ! defined( 'POLYLANG_VERSION' ) || ! function_exists( 'azera_shop_pll_string_register_helper' ) ) {
return;
}
$default = azera_shop_companion_team_get_default_content();
azera_shop_pll_string_register_helper( 'azera_shop_team_content', $default, 'Team section' );
}
add_action( 'after_setup_theme', 'azera_shop_companion_team_register_strings', 11 );
obfx_modules/companion-legacy/inc/azera-shop/inc/translations/translations-team-section.php 0000644 00000002524 15115707327 0041731 0 ustar 00 home/xbodynamge/dev/wp-content/plugins/themeisle-companion <?php
/**
* Translation functions for team section
*
* @package azera-shop-companion
*/
/**
* Get team section default content.
*/
function azera_shop_companion_team_get_default_content() {
return json_encode( array(
array(
'image_url' => azera_shop_get_file( '/images/team/1.jpg' ),
'title' => esc_html__( 'Albert Jacobs', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Founder & CEO', 'themeisle-companion' )
),
array(
'image_url' => azera_shop_get_file( '/images/team/2.jpg' ),
'title' => esc_html__( 'Tonya Garcia', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Account Manager', 'themeisle-companion' )
),
array(
'image_url' => azera_shop_get_file( '/images/team/3.jpg' ),
'title' => esc_html__( 'Linda Guthrie', 'themeisle-companion' ),
'subtitle' => esc_html__( 'Business Development', 'themeisle-companion' )
)
) );
}
/**
* Register strings for polylang.
*/
function azera_shop_companion_team_register_strings() {
if ( ! defined( 'POLYLANG_VERSION' ) || ! function_exists( 'azera_shop_pll_string_register_helper' ) ) {
return;
}
$default = azera_shop_companion_team_get_default_content();
azera_shop_pll_string_register_helper( 'azera_shop_team_content', $default, 'Team section' );
}
add_action( 'after_setup_theme', 'azera_shop_companion_team_register_strings', 11 );