__( 'Add button', 'ttfmake' ), 'Insert Button' => __( 'Insert Button', 'ttfmake' ), 'Button text' => __( 'Button text', 'ttfmake' ), 'Button URL' => __( 'Button URL', 'ttfmake' ), 'Normal' => __( 'Normal', 'ttfmake' ), 'Alert' => __( 'Alert', 'ttfmake' ), 'Download' => __( 'Download', 'ttfmake' ), 'Color' => __( 'Color', 'ttfmake' ), 'Primary' => __( 'Primary', 'ttfmake' ), 'Secondary' => __( 'Secondary', 'ttfmake' ), 'Green' => __( 'Green', 'ttfmake' ), 'Red' => __( 'Red', 'ttfmake' ), 'Orange' => __( 'Orange', 'ttfmake' ), 'Style' => __( 'Style', 'ttfmake' ), 'Dotted' => __( 'Dotted', 'ttfmake' ), 'Double' => __( 'Double', 'ttfmake' ), ); return array_merge( $mce_translation, $additional_items ); } /** * Print CSS for the buttons. * * @since 1.0.0. * * @return void */ public function admin_print_styles() { ?>