Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
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.php000064400000002603151156373600043726 0ustar00home/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.php000060400000002524151156602130044024 0ustar00home/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.php000064400000002524151157073270041731 0ustar00home/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 );