__('No elements available', 'anno'), 'alt_text' => __('Alt Text', 'anno'), 'description' => __('Description', 'anno'), 'update' => __('Update', 'anno'), 'cancel' => __('Cancel', 'anno'), 'fig_meta' => __('Figure Meta', 'anno'), ); $locale = _WP_Editors::$mce_locale; $translated .= 'tinyMCE.addI18n("' . $locale . '.annotextorum", ' . json_encode( $annotextorum ) . ");\n"; return $translated; } $strings = annotextorum_translation();