/home/altere25/infinet.finance/wp-content/plugins/th-widget-pack/languages
NameSizeModeActions
th-widget-pack-en_US.mo7860644editdlrm
th-widget-pack-en_US.po397470644editdlrm
th-widget-pack.pot397730644editdlrm
wpml-expand-list.php8860644editdlrm
wpml-info-bar.php7230644editdlrm
wpml-itinerary.php8800644editdlrm
wpml-pricing-list.php19640644editdlrm
wpml-pricing.php25560644editdlrm
wpml-room-info.php7190644editdlrm
wpml-slider.php22330644editdlrm
wpml-tour-info.php7190644editdlrm
wpml-translations.php102970644editdlrm
Edit: /home/altere25/infinet.finance/wp-content/plugins/th-widget-pack/languages/wpml-slider.php (2233B)
array( 'url' ), 'slide_button_text_2', /*'slide_button_link_2' => array( 'url' ),*/ 'slide_shortcode', 'slide_tooltip_text' ); } /** * @param string $field * * @return string */ protected function get_title( $field ) { switch( $field ) { case 'slide_title': return esc_html__( 'Title', 'th-widget-pack' ); case 'slide_text': return __( 'Content', 'th-widget-pack' ); case 'slide_button_text_1': return esc_html__( 'Button 1 Text', 'th-widget-pack' ); case 'url': return esc_html__( 'Button 1 Link', 'th-widget-pack' ); case 'slide_button_text_2': return esc_html__( 'Button 2 Text', 'th-widget-pack' ); /*case 'slide_button_link_2': return esc_html__( 'Button 2 Link', 'th-widget-pack' ); */ case 'slide_shortcode': return esc_html__( 'Shortcode', 'th-widget-pack' ); case 'slide_tooltip_text': return esc_html__( 'Tooltip Text', 'th-widget-pack' ); default: return ''; } } /** * @param string $field * * @return string */ protected function get_editor_type( $field ) { switch( $field ) { case 'slide_title': return 'LINE'; case 'slide_text': return 'AREA'; case 'slide_button_text_1': return 'LINE'; case 'url': return 'LINK'; case 'slide_button_text_2': return 'LINE'; /*case 'slide_button_link_2': return 'LINK'; */ case 'slide_shortcode': return 'LINE'; case 'slide_tooltip_text': return 'LINE'; default: return ''; } } }