Version Description
(2015-05-14) = * Fixed issue with WordPress Theme Customizer * For developers: added ability to create subclasses of WP_Widget_Black_Studio_TinyMCE class (courtesy of @andreamk) * Added Khmer and updated Spanish translations (courtesy of WP-Translation.org team on Transifex)
Download this release
Release Info
Developer | marcochiesi |
Plugin | Black Studio TinyMCE Widget |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- black-studio-tinymce-widget.php +4 -4
- css/black-studio-tinymce-widget-pre33.min.css +1 -1
- css/black-studio-tinymce-widget.min.css +1 -1
- includes/class-compatibility-wordpress.php +1 -1
- includes/class-widget.php +1 -1
- js/black-studio-tinymce-widget-pointer.min.js +1 -1
- js/black-studio-tinymce-widget-pre33.min.js +1 -1
- js/black-studio-tinymce-widget-pre39.min.js +1 -1
- js/black-studio-tinymce-widget-setup.min.js +1 -1
- js/black-studio-tinymce-widget.js +26 -9
- js/black-studio-tinymce-widget.min.js +2 -2
- js/wp-page-widget.min.js +1 -1
- languages/black-studio-tinymce-widget-cs_CZ.mo +0 -0
- languages/black-studio-tinymce-widget-cs_CZ.po +14 -14
- languages/black-studio-tinymce-widget-da_DK.mo +0 -0
- languages/black-studio-tinymce-widget-da_DK.po +15 -15
- languages/black-studio-tinymce-widget-de_DE.mo +0 -0
- languages/black-studio-tinymce-widget-de_DE.po +15 -15
- languages/black-studio-tinymce-widget-el.mo +0 -0
- languages/black-studio-tinymce-widget-el.po +15 -15
- languages/black-studio-tinymce-widget-en_GB.mo +0 -0
- languages/black-studio-tinymce-widget-en_GB.po +15 -15
- languages/black-studio-tinymce-widget-es_ES.mo +0 -0
- languages/black-studio-tinymce-widget-es_ES.po +21 -20
- languages/black-studio-tinymce-widget-fi.mo +0 -0
- languages/black-studio-tinymce-widget-fi.po +15 -15
- languages/black-studio-tinymce-widget-fr_FR.mo +0 -0
- languages/black-studio-tinymce-widget-fr_FR.po +17 -15
- languages/black-studio-tinymce-widget-it_IT.mo +0 -0
- languages/black-studio-tinymce-widget-it_IT.po +15 -15
- languages/black-studio-tinymce-widget-km.mo +0 -0
- languages/black-studio-tinymce-widget-km.po +99 -0
- languages/black-studio-tinymce-widget-lt_LT.mo +0 -0
- languages/black-studio-tinymce-widget-lt_LT.po +14 -14
- languages/black-studio-tinymce-widget-nl_NL.mo +0 -0
- languages/black-studio-tinymce-widget-nl_NL.po +14 -14
- languages/black-studio-tinymce-widget-pl_PL.mo +0 -0
- languages/black-studio-tinymce-widget-pl_PL.po +14 -14
- languages/black-studio-tinymce-widget-pt_BR.mo +0 -0
- languages/black-studio-tinymce-widget-pt_BR.po +15 -15
- languages/black-studio-tinymce-widget-sk_SK.mo +0 -0
- languages/black-studio-tinymce-widget-sk_SK.po +15 -15
- languages/black-studio-tinymce-widget-sv_SE.mo +0 -0
- languages/black-studio-tinymce-widget-sv_SE.po +15 -15
- languages/black-studio-tinymce-widget-tr_TR.mo +0 -0
- languages/black-studio-tinymce-widget-tr_TR.po +15 -15
- languages/black-studio-tinymce-widget-uk.mo +0 -0
- languages/black-studio-tinymce-widget-uk.po +15 -15
- languages/black-studio-tinymce-widget-zh_CN.mo +0 -0
- languages/black-studio-tinymce-widget-zh_CN.po +15 -15
- languages/black-studio-tinymce-widget.pot +98 -98
- readme.txt +14 -8
black-studio-tinymce-widget.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: https://wordpress.org/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor.
|
6 |
-
Version: 2.2.
|
7 |
Author: Black Studio
|
8 |
Author URI: http://www.blackstudio.it
|
9 |
Requires at least: 3.1
|
10 |
-
Tested up to: 4.
|
11 |
License: GPLv3
|
12 |
Text Domain: black-studio-tinymce-widget
|
13 |
Domain Path: /languages
|
@@ -35,7 +35,7 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Plugin' ) ) {
|
|
35 |
* @var string
|
36 |
* @since 2.0.0
|
37 |
*/
|
38 |
-
public static $version = '2.2.
|
39 |
|
40 |
/**
|
41 |
* The single instance of the plugin class
|
@@ -236,7 +236,7 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Plugin' ) ) {
|
|
236 |
* @since 2.0.0
|
237 |
*/
|
238 |
public function check_widget( $widget ) {
|
239 |
-
return gettype( $widget )
|
240 |
}
|
241 |
|
242 |
} // END class Black_Studio_TinyMCE_Plugin
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: https://wordpress.org/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor.
|
6 |
+
Version: 2.2.4
|
7 |
Author: Black Studio
|
8 |
Author URI: http://www.blackstudio.it
|
9 |
Requires at least: 3.1
|
10 |
+
Tested up to: 4.2
|
11 |
License: GPLv3
|
12 |
Text Domain: black-studio-tinymce-widget
|
13 |
Domain Path: /languages
|
35 |
* @var string
|
36 |
* @since 2.0.0
|
37 |
*/
|
38 |
+
public static $version = '2.2.4';
|
39 |
|
40 |
/**
|
41 |
* The single instance of the plugin class
|
236 |
* @since 2.0.0
|
237 |
*/
|
238 |
public function check_widget( $widget ) {
|
239 |
+
return 'object' == gettype( $widget ) && ( 'WP_Widget_Black_Studio_TinyMCE' == get_class( $widget ) || is_subclass_of( $widget , 'WP_Widget_Black_Studio_TinyMCE' ) );
|
240 |
}
|
241 |
|
242 |
} // END class Black_Studio_TinyMCE_Plugin
|
css/black-studio-tinymce-widget-pre33.min.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.bstw-links .icon-plugins{float:right;padding:3px 6px;margin:-8px -8px 0 -2px;background:url(../../../../wp-admin/images/menu.png) -180px -33px no-repeat;width:16px;height:16px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}#mce_fullscreen_container{background-color:#fff}#wp-black-studio-tinymce-widget-wrap{display:none}#TB_overlay,#TB_window{z-index:999999}.wp-editor-container{border-style:solid;border-width:1px;border-collapse:separate;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ccc #ccc #dfdfdf;clear:both}.wp-switch-editor{height:18px;margin:5px 5px 0 0;padding:4px 5px 2px;float:right;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px;background-color:#f1f1f1;border-color:#dfdfdf #dfdfdf #ccc;color:#999;position:relative;top:1px}.html-active .switch-html,.tmce-active .switch-tmce{border-color:#ccc #ccc #e9e9e9;background-color:#e9e9e9;color:#333}.wp-media-buttons{cursor:default;padding:8px 8px 0}.wp-media-buttons a{cursor:pointer;padding:0 0 5px 10px}.wp-media-buttons img{vertical-align:middle}.wp_themeSkin .mceStatusbar{border-color:#dfdfdf}
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.bstw-links .icon-plugins{float:right;padding:3px 6px;margin:-8px -8px 0 -2px;background:url(../../../../wp-admin/images/menu.png) -180px -33px no-repeat;width:16px;height:16px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}#mce_fullscreen_container{background-color:#fff}#wp-black-studio-tinymce-widget-wrap{display:none}#TB_overlay,#TB_window{z-index:999999}.wp-editor-container{border-style:solid;border-width:1px;border-collapse:separate;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ccc #ccc #dfdfdf;clear:both}.wp-switch-editor{height:18px;margin:5px 5px 0 0;padding:4px 5px 2px;float:right;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px;background-color:#f1f1f1;border-color:#dfdfdf #dfdfdf #ccc;color:#999;position:relative;top:1px}.html-active .switch-html,.tmce-active .switch-tmce{border-color:#ccc #ccc #e9e9e9;background-color:#e9e9e9;color:#333}.wp-media-buttons{cursor:default;padding:8px 8px 0}.wp-media-buttons a{cursor:pointer;padding:0 0 5px 10px}.wp-media-buttons img{vertical-align:middle}.wp_themeSkin .mceStatusbar{border-color:#dfdfdf}
|
css/black-studio-tinymce-widget.min.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.rtl .bstw-links{text-align:left;right:auto;left:18px}.bstw-links .icon16:before{padding:0}.bstw-links .icon16{float:right;padding:3px 6px;margin:-6px -8px 0 -2px}.rtl .bstw-links .icon16{float:left;margin:-6px -2px 0 -8px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}.bstw-loading{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;background-image:url(../../../../wp-admin/images/loading.gif);background-position:center center;background-repeat:no-repeat;z-index:100000;display:none;opacity:.5}#wp-black-studio-tinymce-widget-wrap{display:none}div[id*=black-studio-tinymce] .wp-editor-wrap{margin-bottom:1em}#available-widgets [class*=black-studio-tinymce] .widget-title:before{content:"\f116"}.wp-customizer .mce-floatpanel.mce-popover{z-index:500000!important}div[id*=black-studio-tinymce] .mce-wp-fullscreen{display:none}.ui-dialog.panels-admin-dialog{z-index:100002!important}#TB_overlay,#TB_window{z-index:999999!important}.media-modal{z-index:1000100!important}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-rtl .mce-colorbutton button{padding-right:3px!important;padding-left:3px!important}.mce-rtl .mce-colorbutton .mce-preview{margin:0!important;padding:0!important}
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.rtl .bstw-links{text-align:left;right:auto;left:18px}.bstw-links .icon16:before{padding:0}.bstw-links .icon16{float:right;padding:3px 6px;margin:-6px -8px 0 -2px}.rtl .bstw-links .icon16{float:left;margin:-6px -2px 0 -8px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}.bstw-loading{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;background-image:url(../../../../wp-admin/images/loading.gif);background-position:center center;background-repeat:no-repeat;z-index:100000;display:none;opacity:.5}#wp-black-studio-tinymce-widget-wrap{display:none}div[id*=black-studio-tinymce] .wp-editor-wrap{margin-bottom:1em}#available-widgets [class*=black-studio-tinymce] .widget-title:before{content:"\f116"}.wp-customizer .mce-floatpanel.mce-popover{z-index:500000!important}div[id*=black-studio-tinymce] .mce-wp-fullscreen{display:none}.ui-dialog.panels-admin-dialog{z-index:100002!important}#TB_overlay,#TB_window{z-index:999999!important}.media-modal{z-index:1000100!important}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-rtl .mce-colorbutton button{padding-right:3px!important;padding-left:3px!important}.mce-rtl .mce-colorbutton .mce-preview{margin:0!important;padding:0!important}
|
includes/class-compatibility-wordpress.php
CHANGED
@@ -234,7 +234,7 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Compatibility_Wordpress' ) ) {
|
|
234 |
*/
|
235 |
public function wp_pre_35_upload_iframe_src( $upload_iframe_src ) {
|
236 |
global $pagenow;
|
237 |
-
if (
|
238 |
$upload_iframe_src = str_replace( 'post_id=0', '', $upload_iframe_src );
|
239 |
}
|
240 |
return $upload_iframe_src;
|
234 |
*/
|
235 |
public function wp_pre_35_upload_iframe_src( $upload_iframe_src ) {
|
236 |
global $pagenow;
|
237 |
+
if ( 'widgets.php' == $pagenow || ( 'admin-ajax.php' == $pagenow && isset( $_POST['id_base'] ) && 'black-studio-tinymce' == $_POST['id_base'] ) ) {
|
238 |
$upload_iframe_src = str_replace( 'post_id=0', '', $upload_iframe_src );
|
239 |
}
|
240 |
return $upload_iframe_src;
|
includes/class-widget.php
CHANGED
@@ -117,7 +117,7 @@ if ( ! class_exists( 'WP_Widget_Black_Studio_TinyMCE' ) ) {
|
|
117 |
$title = strip_tags( $instance['title'] );
|
118 |
do_action( 'black_studio_tinymce_before_editor' );
|
119 |
?>
|
120 |
-
<input id="<?php echo $this->get_field_id( 'type' ); ?>" name="<?php echo $this->get_field_name( 'type' ); ?>" type="hidden" value="<?php echo esc_attr( $instance['type'] ); ?>" />
|
121 |
<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:' ); ?></label>
|
122 |
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /></p>
|
123 |
<?php
|
117 |
$title = strip_tags( $instance['title'] );
|
118 |
do_action( 'black_studio_tinymce_before_editor' );
|
119 |
?>
|
120 |
+
<input id="<?php echo esc_attr( $this->get_field_id( 'type' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" type="hidden" value="<?php echo esc_attr( $instance['type'] ); ?>" />
|
121 |
<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:' ); ?></label>
|
122 |
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /></p>
|
123 |
<?php
|
js/black-studio-tinymce-widget-pointer.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
jQuery(document).ready(function(a){function b(b){var c=bstw_pointers.pointers[b],d=a.extend(c.options,{close:function(){a.post(ajaxurl,{pointer:c.pointer_id,action:"dismiss-wp-pointer"})}});a(c.target).pointer(d).pointer("open")}b(0)});
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
jQuery(document).ready(function(a){function b(b){var c=bstw_pointers.pointers[b],d=a.extend(c.options,{close:function(){a.post(ajaxurl,{pointer:c.pointer_id,action:"dismiss-wp-pointer"})}});a(c.target).pointer(d).pointer("open")}b(0)});
|
js/black-studio-tinymce-widget-pre33.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
!function(a){function b(c){var d=null;return"string"==typeof c?d=c:"object"==typeof c&&c instanceof jQuery&&(d=a("textarea[id^=widget-black-studio-tinymce]",c.closest(bstw_data.container_selectors)).attr("id")),{activate:function(){if(a("#"+d).addClass("mceEditor"),"object"==typeof tinymce&&"function"==typeof tinymce.execCommand){this.deactivate();try{tinymce.execCommand("mceAddControl",!1,d)}catch(b){window.alert(b)}}return this},deactivate:function(){if("object"==typeof tinymce&&"function"==typeof tinymce.execCommand&&this.is_tinymce_active()){var b=tinymce.get(d).getContent();tinymce.get(d).remove(),a("#"+d).val(b)}return this},activate_after_open:function(){return"visual"===this.get_mode()&&(0===a("div.widget:has(#"+d+") :animated").size()&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_tinymce_active()?this.set_mode("visual"):setTimeout(function(){b(d).activate_after_open()},100)),this},activate_after_ajax:function(){return"visual"===this.get_mode()&&(0===a.active&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_widget_inside_visible()&&!this.is_tinymce_active()&&setTimeout(function(){b(d).activate_after_ajax()},100)),this},get_widget:function(){return a("#"+d).closest("div.widget")},get_widget_inside:function(){return a("#"+d).closest("div.widget-inside")},get_editor_wrap:function(){return a("#"+d).closest("div.wp-editor-wrap")},get_textarea:function(){return a("#"+d)},get_id:function(){return d},get_tinymce:function(){return tinymce.get(d)},get_mode:function(){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val()},set_mode:function(b){return"visual"===b&&(this.get_editor_wrap().removeClass("html-active").addClass("tmce-active"),this.activate()),"html"===b&&(this.get_editor_wrap().removeClass("tmce-active").addClass("html-active"),this.deactivate()),a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val(b),this},is_tinymce_active:function(){return"object"==typeof tinymce&&"object"==typeof tinymce.get(d)&&null!==tinymce.get(d)},is_textearea_visible:function(){return a("#"+d).is(":visible")},is_widget_inside_visible:function(){return a(" div.widget-inside:has(#"+d+")").is(":visible")},check_duplicates:function(){return a('[name="'+this.get_textarea().attr("name")+'"]').size()>1&&0===a("div.error",this.get_widget_inside()).length&&this.get_widget_inside().prepend('<div class="error"><strong>'+bstw_data.error_duplicate_id+"</strong></div>"),this},fix_css:function(){return this.get_widget().css("position","relative").css("z-index","100000"),a("#wpbody-content").css("overflow","visible"),this},set_media_target:function(){return a(".insert-media",this.get_widget()).data("editor",d),this}}}a(document).ready(function(){a("div.widget[id*=black-studio-tinymce] .widget-title, div.widget[id*=black-studio-tinymce] a.widget-action").live("click",function(){b(a(this)).check_duplicates().fix_css().set_media_target().activate_after_open(),a("input[name=savewidget]",b(a(this)).get_widget()).click(function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})})}),a("div.widget[id*=black-studio-tinymce] input[name=savewidget]").live("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),a("a[id^=widget-black-studio-tinymce][id$=tmce]").live("click",function(){b(a(this)).set_mode("visual")}),a("a[id^=widget-black-studio-tinymce][id$=html]").live("click",function(){b(a(this)).set_mode("html")}),a(".wp-media-buttons a").live("click",function(){edCanvas=b(a(this)).get_textarea().get(),wpActiveEditor=b(a(this)).get_id()}),a("body.widgets_access").size()>0&&b(a("textarea[id^=widget-black-studio-tinymce]").attr("id")).activate_after_open(),a(".bstw-links-icon").live("click",function(b){b.preventDefault(),a(this).closest(".bstw-links").children(".bstw-links-list").toggle()})})}(jQuery);
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
!function(a){function b(c){var d=null;return"string"==typeof c?d=c:"object"==typeof c&&c instanceof jQuery&&(d=a("textarea[id^=widget-black-studio-tinymce]",c.closest(bstw_data.container_selectors)).attr("id")),{activate:function(){if(a("#"+d).addClass("mceEditor"),"object"==typeof tinymce&&"function"==typeof tinymce.execCommand){this.deactivate();try{tinymce.execCommand("mceAddControl",!1,d)}catch(b){window.alert(b)}}return this},deactivate:function(){if("object"==typeof tinymce&&"function"==typeof tinymce.execCommand&&this.is_tinymce_active()){var b=tinymce.get(d).getContent();tinymce.get(d).remove(),a("#"+d).val(b)}return this},activate_after_open:function(){return"visual"===this.get_mode()&&(0===a("div.widget:has(#"+d+") :animated").size()&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_tinymce_active()?this.set_mode("visual"):setTimeout(function(){b(d).activate_after_open()},100)),this},activate_after_ajax:function(){return"visual"===this.get_mode()&&(0===a.active&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_widget_inside_visible()&&!this.is_tinymce_active()&&setTimeout(function(){b(d).activate_after_ajax()},100)),this},get_widget:function(){return a("#"+d).closest("div.widget")},get_widget_inside:function(){return a("#"+d).closest("div.widget-inside")},get_editor_wrap:function(){return a("#"+d).closest("div.wp-editor-wrap")},get_textarea:function(){return a("#"+d)},get_id:function(){return d},get_tinymce:function(){return tinymce.get(d)},get_mode:function(){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val()},set_mode:function(b){return"visual"===b&&(this.get_editor_wrap().removeClass("html-active").addClass("tmce-active"),this.activate()),"html"===b&&(this.get_editor_wrap().removeClass("tmce-active").addClass("html-active"),this.deactivate()),a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val(b),this},is_tinymce_active:function(){return"object"==typeof tinymce&&"object"==typeof tinymce.get(d)&&null!==tinymce.get(d)},is_textearea_visible:function(){return a("#"+d).is(":visible")},is_widget_inside_visible:function(){return a(" div.widget-inside:has(#"+d+")").is(":visible")},check_duplicates:function(){return a('[name="'+this.get_textarea().attr("name")+'"]').size()>1&&0===a("div.error",this.get_widget_inside()).length&&this.get_widget_inside().prepend('<div class="error"><strong>'+bstw_data.error_duplicate_id+"</strong></div>"),this},fix_css:function(){return this.get_widget().css("position","relative").css("z-index","100000"),a("#wpbody-content").css("overflow","visible"),this},set_media_target:function(){return a(".insert-media",this.get_widget()).data("editor",d),this}}}a(document).ready(function(){a("div.widget[id*=black-studio-tinymce] .widget-title, div.widget[id*=black-studio-tinymce] a.widget-action").live("click",function(){b(a(this)).check_duplicates().fix_css().set_media_target().activate_after_open(),a("input[name=savewidget]",b(a(this)).get_widget()).click(function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})})}),a("div.widget[id*=black-studio-tinymce] input[name=savewidget]").live("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),a("a[id^=widget-black-studio-tinymce][id$=tmce]").live("click",function(){b(a(this)).set_mode("visual")}),a("a[id^=widget-black-studio-tinymce][id$=html]").live("click",function(){b(a(this)).set_mode("html")}),a(".wp-media-buttons a").live("click",function(){edCanvas=b(a(this)).get_textarea().get(),wpActiveEditor=b(a(this)).get_id()}),a("body.widgets_access").size()>0&&b(a("textarea[id^=widget-black-studio-tinymce]").attr("id")).activate_after_open(),a(".bstw-links-icon").live("click",function(b){b.preventDefault(),a(this).closest(".bstw-links").children(".bstw-links-list").toggle()})})}(jQuery);
|
js/black-studio-tinymce-widget-pre39.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
!function(a){function b(c){var d=null;return"string"==typeof c?d=c:"object"==typeof c&&c instanceof jQuery&&(d=a("textarea[id^=widget-black-studio-tinymce]",c.closest(bstw_data.container_selectors)).attr("id")),{activate:function(){if(a("#"+d).addClass("mceEditor"),"object"==typeof tinymce&&"function"==typeof tinymce.execCommand){this.deactivate(),tinyMCEPreInit.mceInit[d]=tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[d].selector="#"+d;try{tinymce.init(tinymce.extend({},tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[d])),tinymce.execCommand("mceAddControl",!1,d)}catch(b){window.alert(b)}this.is_tinymce_active()&&"function"==typeof tinymce.get(d).on&&tinymce.get(d).on("keyup change",function(){var b=tinymce.get(d).getContent();a("#"+d).val(b).change()})}return this},deactivate:function(){if("object"==typeof tinymce&&"function"==typeof tinymce.execCommand&&this.is_tinymce_active()){var b=tinymce.get(d).getContent();tinymce.get(d).remove(),a("#"+d).val(b)}return this},activate_after_open:function(){return"visual"===this.get_mode()&&(0===a("div.widget:has(#"+d+") :animated").size()&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_tinymce_active()?this.set_mode("visual"):setTimeout(function(){b(d).activate_after_open()},100)),this},activate_after_ajax:function(){return"visual"===this.get_mode()&&(0===a.active&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_widget_inside_visible()&&!this.is_tinymce_active()&&setTimeout(function(){b(d).activate_after_ajax()},100)),this},get_widget:function(){return a("#"+d).closest("div.widget")},get_widget_inside:function(){return a("#"+d).closest("div.widget-inside")},get_editor_wrap:function(){return a("#"+d).closest("div.wp-editor-wrap")},get_textarea:function(){return a("#"+d)},get_id:function(){return d},get_tinymce:function(){return tinymce.get(d)},get_mode:function(){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val()},set_mode:function(b){return"visual"===b&&(this.get_editor_wrap().removeClass("html-active").addClass("tmce-active"),this.activate()),"html"===b&&(this.get_editor_wrap().removeClass("tmce-active").addClass("html-active"),this.deactivate()),a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val(b),this},is_tinymce_active:function(){return"object"==typeof tinymce&&"object"==typeof tinymce.get(d)&&null!==tinymce.get(d)},is_textearea_visible:function(){return a("#"+d).is(":visible")},is_widget_inside_visible:function(){return a(" div.widget-inside:has(#"+d+")").is(":visible")},check_duplicates:function(){return a('[name="'+this.get_textarea().attr("name")+'"]').size()>1&&0===a("div.error",this.get_widget_inside()).length&&this.get_widget_inside().prepend('<div class="error"><strong>'+bstw_data.error_duplicate_id+"</strong></div>"),this},fix_css:function(){return this.get_widget().css("position","relative").css("z-index","100000"),a("#wpbody-content").css("overflow","visible"),this},set_media_target:function(){return a(".insert-media",this.get_widget()).data("editor",d),this}}}a(document).ready(function(){a(document).on("click","div.widget[id*=black-studio-tinymce] .widget-title, div.widget[id*=black-studio-tinymce] a.widget-action",function(){if(b(a(this)).check_duplicates().fix_css().set_media_target().activate_after_open(),a("input[name=savewidget]",b(a(this)).get_widget()).on("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),!a(this).parents("#available-widgets").length){var c,d=parseInt(a("input[name=widget-width]",b(a(this)).get_widget()).val(),10),e=a(window).width(),f=b(a(this)).get_widget().parent().width(),g=parseInt(a("#wpcontent").css("margin-left"),10),h=!("undefined"==typeof isRtl||!isRtl);d+g+30>e&&(c=b(a(this)).get_widget().closest("div.widget-liquid-right").length?h?"margin-right":"margin-left":h?"margin-left":"margin-right",a(b(a(this)).get_widget()).css(c,f-(e-30-g)+"px"))}}),a("div.widget[id*=black-studio-tinymce] input[name=savewidget]").on("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),a(document).on("click","a[id^=widget-black-studio-tinymce][id$=tmce]",function(){b(a(this)).set_mode("visual")}),a(document).on("click","a[id^=widget-black-studio-tinymce][id$=html]",function(){b(a(this)).set_mode("html")}),a(document).on("widget-added",function(a,c){c.is("[id*=black-studio-tinymce]")&&(a.preventDefault(),b(c).activate_after_open())}),a(document).on("click",".wp-media-buttons a",function(){window.wpActiveEditor=b(a(this)).get_id()}),a("body.widgets_access").size()>0&&b(a("textarea[id^=widget-black-studio-tinymce]").attr("id")).activate_after_open(),a(document).on("click",".bstw-links-icon",function(b){b.preventDefault(),a(this).closest(".bstw-links").children(".bstw-links-list").toggle()})})}(jQuery);
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
!function(a){function b(c){var d=null;return"string"==typeof c?d=c:"object"==typeof c&&c instanceof jQuery&&(d=a("textarea[id^=widget-black-studio-tinymce]",c.closest(bstw_data.container_selectors)).attr("id")),{activate:function(){if(a("#"+d).addClass("mceEditor"),"object"==typeof tinymce&&"function"==typeof tinymce.execCommand){this.deactivate(),tinyMCEPreInit.mceInit[d]=tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[d].selector="#"+d;try{tinymce.init(tinymce.extend({},tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[d])),tinymce.execCommand("mceAddControl",!1,d)}catch(b){window.alert(b)}this.is_tinymce_active()&&"function"==typeof tinymce.get(d).on&&tinymce.get(d).on("keyup change",function(){var b=tinymce.get(d).getContent();a("#"+d).val(b).change()})}return this},deactivate:function(){if("object"==typeof tinymce&&"function"==typeof tinymce.execCommand&&this.is_tinymce_active()){var b=tinymce.get(d).getContent();tinymce.get(d).remove(),a("#"+d).val(b)}return this},activate_after_open:function(){return"visual"===this.get_mode()&&(0===a("div.widget:has(#"+d+") :animated").size()&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_tinymce_active()?this.set_mode("visual"):setTimeout(function(){b(d).activate_after_open()},100)),this},activate_after_ajax:function(){return"visual"===this.get_mode()&&(0===a.active&&!this.is_tinymce_active()&&this.is_textearea_visible()?this.set_mode("visual"):this.is_widget_inside_visible()&&!this.is_tinymce_active()&&setTimeout(function(){b(d).activate_after_ajax()},100)),this},get_widget:function(){return a("#"+d).closest("div.widget")},get_widget_inside:function(){return a("#"+d).closest("div.widget-inside")},get_editor_wrap:function(){return a("#"+d).closest("div.wp-editor-wrap")},get_textarea:function(){return a("#"+d)},get_id:function(){return d},get_tinymce:function(){return tinymce.get(d)},get_mode:function(){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val()},set_mode:function(b){return"visual"===b&&(this.get_editor_wrap().removeClass("html-active").addClass("tmce-active"),this.activate()),"html"===b&&(this.get_editor_wrap().removeClass("tmce-active").addClass("html-active"),this.deactivate()),a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_widget_inside()).val(b),this},is_tinymce_active:function(){return"object"==typeof tinymce&&"object"==typeof tinymce.get(d)&&null!==tinymce.get(d)},is_textearea_visible:function(){return a("#"+d).is(":visible")},is_widget_inside_visible:function(){return a(" div.widget-inside:has(#"+d+")").is(":visible")},check_duplicates:function(){return a('[name="'+this.get_textarea().attr("name")+'"]').size()>1&&0===a("div.error",this.get_widget_inside()).length&&this.get_widget_inside().prepend('<div class="error"><strong>'+bstw_data.error_duplicate_id+"</strong></div>"),this},fix_css:function(){return this.get_widget().css("position","relative").css("z-index","100000"),a("#wpbody-content").css("overflow","visible"),this},set_media_target:function(){return a(".insert-media",this.get_widget()).data("editor",d),this}}}a(document).ready(function(){a(document).on("click","div.widget[id*=black-studio-tinymce] .widget-title, div.widget[id*=black-studio-tinymce] a.widget-action",function(){if(b(a(this)).check_duplicates().fix_css().set_media_target().activate_after_open(),a("input[name=savewidget]",b(a(this)).get_widget()).on("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),!a(this).parents("#available-widgets").length){var c,d=parseInt(a("input[name=widget-width]",b(a(this)).get_widget()).val(),10),e=a(window).width(),f=b(a(this)).get_widget().parent().width(),g=parseInt(a("#wpcontent").css("margin-left"),10),h=!("undefined"==typeof isRtl||!isRtl);d+g+30>e&&(c=b(a(this)).get_widget().closest("div.widget-liquid-right").length?h?"margin-right":"margin-left":h?"margin-left":"margin-right",a(b(a(this)).get_widget()).css(c,f-(e-30-g)+"px"))}}),a("div.widget[id*=black-studio-tinymce] input[name=savewidget]").on("click",function(){b(a(this)).is_tinymce_active()&&b(a(this)).deactivate(),a(this).unbind("ajaxSuccess").ajaxSuccess(function(){b(a(this)).activate_after_ajax()})}),a(document).on("click","a[id^=widget-black-studio-tinymce][id$=tmce]",function(){b(a(this)).set_mode("visual")}),a(document).on("click","a[id^=widget-black-studio-tinymce][id$=html]",function(){b(a(this)).set_mode("html")}),a(document).on("widget-added",function(a,c){c.is("[id*=black-studio-tinymce]")&&(a.preventDefault(),b(c).activate_after_open())}),a(document).on("click",".wp-media-buttons a",function(){window.wpActiveEditor=b(a(this)).get_id()}),a("body.widgets_access").size()>0&&b(a("textarea[id^=widget-black-studio-tinymce]").attr("id")).activate_after_open(),a(document).on("click",".bstw-links-icon",function(b){b.preventDefault(),a(this).closest(".bstw-links").children(".bstw-links-list").toggle()})})}(jQuery);
|
js/black-studio-tinymce-widget-setup.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
!function(a){function b(b){b.on("keyup change",function(){"visual"===bstw(b.id).get_mode()&&bstw(b.id).update_content(),a("#"+b.id).change()}),a("#"+b.id).addClass("active").removeClass("activating")}var c;for(c in tinyMCEPreInit.mceInit)c.search("black-studio-tinymce")>=0&&(tinyMCEPreInit.mceInit[c].setup=b)}(jQuery);
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
!function(a){function b(b){b.on("keyup change",function(){"visual"===bstw(b.id).get_mode()&&bstw(b.id).update_content(),a("#"+b.id).change()}),a("#"+b.id).addClass("active").removeClass("activating")}var c;for(c in tinyMCEPreInit.mceInit)c.search("black-studio-tinymce")>=0&&(tinyMCEPreInit.mceInit[c].setup=b)}(jQuery);
|
js/black-studio-tinymce-widget.js
CHANGED
@@ -26,8 +26,10 @@ var bstw;
|
|
26 |
// Activate editor
|
27 |
activate: function ( force_init ) {
|
28 |
force_init = typeof force_init !== 'undefined' ? force_init : true;
|
29 |
-
if ( ! $( '#' + id ).hasClass( 'active' )
|
30 |
-
$( '#' + id ).
|
|
|
|
|
31 |
if ( ! this.is_quicktags_configured() ) {
|
32 |
tinyMCEPreInit.qtInit[ id ] = tinyMCEPreInit.qtInit['black-studio-tinymce-widget'];
|
33 |
tinyMCEPreInit.qtInit[ id ].id = id;
|
@@ -46,7 +48,7 @@ var bstw;
|
|
46 |
tinyMCEPreInit.mceInit[ id ] = tinyMCEPreInit.mceInit['black-studio-tinymce-widget'];
|
47 |
tinyMCEPreInit.mceInit[ id ].selector = '#' + id;
|
48 |
}
|
49 |
-
if ( ! this.is_tinymce_active() && this.get_mode() === 'visual' ) {
|
50 |
tinyMCEPreInit.mceInit[ id ].setup = function( ed ) {
|
51 |
// Real time preview (Theme customizer)
|
52 |
ed.on( 'keyup change', function() {
|
@@ -63,6 +65,10 @@ var bstw;
|
|
63 |
else {
|
64 |
tinymce.init( tinyMCEPreInit.mceInit[ id ] );
|
65 |
}
|
|
|
|
|
|
|
|
|
66 |
} else {
|
67 |
$( '#' + id ).addClass( 'active' ).removeClass( 'activating' );
|
68 |
}
|
@@ -271,7 +277,10 @@ var bstw;
|
|
271 |
|
272 |
// Deactivate editor on drag & drop operations
|
273 |
$( document ).on( 'sortstart', function( event, ui ) {
|
274 |
-
if (
|
|
|
|
|
|
|
275 |
return;
|
276 |
}
|
277 |
var open_widgets_selectors = [
|
@@ -286,11 +295,6 @@ var bstw;
|
|
286 |
bstw( ui.item.find( 'textarea[id^=widget-black-studio-tinymce]' ) ).deactivate();
|
287 |
}
|
288 |
});
|
289 |
-
$( document ).on( 'sortstop', function( event, ui ) {
|
290 |
-
if ( ui.item.is( '[id*=black-studio-tinymce]' ) ){
|
291 |
-
bstw( ui.item.find( 'textarea[id^=widget-black-studio-tinymce]' ) ).activate( false );
|
292 |
-
}
|
293 |
-
});
|
294 |
$( document ).on( 'sortupdate', function( event, ui ) {
|
295 |
if ( event !== null && ( ! $( ui.item ).is( '.widget' ) || $( ui.item ).is( '.ui-draggable' ) ) ) {
|
296 |
return;
|
@@ -303,6 +307,19 @@ var bstw;
|
|
303 |
$( 'body' ).removeClass( 'wait' );
|
304 |
}, 1000 );
|
305 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
// External events
|
308 |
if ( 'object' === typeof bstw_data.activate_events && bstw_data.activate_events.length > 0 ) {
|
26 |
// Activate editor
|
27 |
activate: function ( force_init ) {
|
28 |
force_init = typeof force_init !== 'undefined' ? force_init : true;
|
29 |
+
if ( ! $( '#' + id ).hasClass( 'active' ) ) {
|
30 |
+
if ( ! $( '#' + id ).hasClass( 'activating' ) ) {
|
31 |
+
$( '#' + id ).addClass( 'activating' );
|
32 |
+
}
|
33 |
if ( ! this.is_quicktags_configured() ) {
|
34 |
tinyMCEPreInit.qtInit[ id ] = tinyMCEPreInit.qtInit['black-studio-tinymce-widget'];
|
35 |
tinyMCEPreInit.qtInit[ id ].id = id;
|
48 |
tinyMCEPreInit.mceInit[ id ] = tinyMCEPreInit.mceInit['black-studio-tinymce-widget'];
|
49 |
tinyMCEPreInit.mceInit[ id ].selector = '#' + id;
|
50 |
}
|
51 |
+
if ( ! this.is_tinymce_active() && this.get_mode() === 'visual' && $( '#' + id ).is( ':visible' ) ) {
|
52 |
tinyMCEPreInit.mceInit[ id ].setup = function( ed ) {
|
53 |
// Real time preview (Theme customizer)
|
54 |
ed.on( 'keyup change', function() {
|
65 |
else {
|
66 |
tinymce.init( tinyMCEPreInit.mceInit[ id ] );
|
67 |
}
|
68 |
+
} else if ( ! this.is_tinymce_active() && this.get_mode() === 'visual' ) {
|
69 |
+
setTimeout( function() {
|
70 |
+
bstw( id ).activate( force_init );
|
71 |
+
}, 500 );
|
72 |
} else {
|
73 |
$( '#' + id ).addClass( 'active' ).removeClass( 'activating' );
|
74 |
}
|
277 |
|
278 |
// Deactivate editor on drag & drop operations
|
279 |
$( document ).on( 'sortstart', function( event, ui ) {
|
280 |
+
if ( ! $( ui.item ).is( '.widget' ) && ! $( ui.item ).is( '.customize-control' ) ) {
|
281 |
+
return;
|
282 |
+
}
|
283 |
+
if ( $( ui.item ).is( '.ui-draggable' ) ) {
|
284 |
return;
|
285 |
}
|
286 |
var open_widgets_selectors = [
|
295 |
bstw( ui.item.find( 'textarea[id^=widget-black-studio-tinymce]' ) ).deactivate();
|
296 |
}
|
297 |
});
|
|
|
|
|
|
|
|
|
|
|
298 |
$( document ).on( 'sortupdate', function( event, ui ) {
|
299 |
if ( event !== null && ( ! $( ui.item ).is( '.widget' ) || $( ui.item ).is( '.ui-draggable' ) ) ) {
|
300 |
return;
|
307 |
$( 'body' ).removeClass( 'wait' );
|
308 |
}, 1000 );
|
309 |
});
|
310 |
+
|
311 |
+
// Support for moving widgets in Customizer without drag & drop
|
312 |
+
$( document ).on( 'click', 'body.wp-customizer div[id*=black-studio-tinymce].widget .move-widget-btn', function(){
|
313 |
+
$( 'body' ).addClass( 'wait' );
|
314 |
+
var $btn = $( this );
|
315 |
+
setTimeout(function() {
|
316 |
+
$( 'textarea[id^=widget-black-studio-tinymce].active' ).each(function() {
|
317 |
+
bstw( $( this ) ).deactivate();
|
318 |
+
});
|
319 |
+
bstw( $btn ).activate();
|
320 |
+
$( 'body' ).removeClass( 'wait' );
|
321 |
+
}, 1000 );
|
322 |
+
});
|
323 |
|
324 |
// External events
|
325 |
if ( 'object' === typeof bstw_data.activate_events && bstw_data.activate_events.length > 0 ) {
|
js/black-studio-tinymce-widget.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
-
var bstw;!function(a){bstw=function(b){var c=null;return"string"==typeof b?c=b:"object"==typeof b&&b instanceof jQuery&&(c=a("textarea[id^=widget-black-studio-tinymce][id$=text]",b.closest(bstw_data.container_selectors)).attr("id")),{activate:function(b){if(b="undefined"!=typeof b?b:!0,!a("#"+c).hasClass("active")
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
+
var bstw;!function(a){bstw=function(b){var c=null;return"string"==typeof b?c=b:"object"==typeof b&&b instanceof jQuery&&(c=a("textarea[id^=widget-black-studio-tinymce][id$=text]",b.closest(bstw_data.container_selectors)).attr("id")),{activate:function(b){if(b="undefined"!=typeof b?b:!0,!a("#"+c).hasClass("active")){if(a("#"+c).hasClass("activating")||a("#"+c).addClass("activating"),this.is_quicktags_configured()||(tinyMCEPreInit.qtInit[c]=tinyMCEPreInit.qtInit["black-studio-tinymce-widget"],tinyMCEPreInit.qtInit[c].id=c),!this.is_quicktags_active()){var d,e;d=QTags.instances,QTags.instances=[],quicktags(tinyMCEPreInit.qtInit[c]),QTags._buttonsInit(),e=QTags.instances[c],QTags.instances=d,QTags.instances[c]=e}this.is_tinymce_configured()||(tinyMCEPreInit.mceInit[c]=tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[c].selector="#"+c),!this.is_tinymce_active()&&"visual"===this.get_mode()&&a("#"+c).is(":visible")?(tinyMCEPreInit.mceInit[c].setup=function(b){b.on("keyup change",function(){"visual"===bstw(c).get_mode()&&bstw(c).update_content(),a("#"+c).change()}),a("#"+c).addClass("active").removeClass("activating")},b?tinymce.init(tinyMCEPreInit.mceInit[c]):this.go()):this.is_tinymce_active()||"visual"!==this.get_mode()?a("#"+c).addClass("active").removeClass("activating"):setTimeout(function(){bstw(c).activate(b)},500)}return this},deactivate:function(){return a("#"+c).hasClass("activating")||(this.is_tinymce_active()&&tinymce.get(c).remove(),this.is_tinymce_configured()&&delete tinyMCEPreInit.mceInit[c],this.is_quicktags_active()&&(a(".quicktags-toolbar",this.get_widget_inside()).remove(),delete QTags.instances[c]),this.is_quicktags_configured()&&delete tinyMCEPreInit.qtInit[c],a("#"+c).removeClass("active")),this},update_content:function(){var a;return"visual"===this.get_mode()?(a=tinymce.get(c).save(),tinyMCEPreInit.mceInit[c].wpautop&&(a=window.switchEditors.pre_wpautop(a)),this.get_textarea().val(a)):this.is_tinymce_active()&&(a=this.get_textarea().val(),tinyMCEPreInit.mceInit[c].wpautop&&(a=window.switchEditors.wpautop(a)),tinymce.get(c).setContent(a)),this},go:function(a){return"undefined"==typeof a&&(a=this.get_mode()),window.switchEditors.go(c,"visual"===a?"tmce":"html"),this},get_mode:function(){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_container()).val()},set_mode:function(b){return a("input[id^=widget-black-studio-tinymce][id$=type]",this.get_container()).val(b),this},get_container:function(){return a("#"+c).closest(bstw_data.container_selectors)},get_widget:function(){return a("#"+c).closest("div.widget")},get_widget_inside:function(){return a("#"+c).closest("div.widget-inside")},get_textarea:function(){return a("#"+c)},is_tinymce_active:function(){return"object"==typeof tinymce&&"object"==typeof tinymce.get(c)&&null!==tinymce.get(c)},is_tinymce_configured:function(){return"undefined"!=typeof tinyMCEPreInit.mceInit[c]},is_quicktags_active:function(){return"object"==typeof QTags.instances[c]},is_quicktags_configured:function(){return"object"==typeof tinyMCEPreInit.qtInit[c]},prepare:function(){return a('[name="'+this.get_textarea().attr("name")+'"]').size()>1&&0===a("div.error",this.get_widget_inside()).length&&this.get_widget_inside().prepend('<div class="error"><strong>'+bstw_data.error_duplicate_id+"</strong></div>"),this.get_widget().css("position","relative").css("z-index","100000"),a("#wpbody-content").css("overflow","visible"),this},responsive:function(){if(this.get_widget_inside().is(":visible")){var b,c=parseInt(a("input[name=widget-width]",this.get_widget()).val(),10),d=a(window).width(),e=this.get_widget().parent().width(),f=parseInt(a("#wpcontent").css("margin-left"),10),g=!("undefined"==typeof isRtl||!isRtl);c+f+30>d&&(b=this.get_widget().closest("div.widget-liquid-right").length?g?"margin-right":"margin-left":g?"margin-left":"margin-right",this.get_widget().css(b,e-(d-30-f)+"px"))}return this}}},a(document).ready(function(){a(document).on("click","div.widget[id*=black-studio-tinymce] .widget-title, div.widget[id*=black-studio-tinymce] .widget-action",function(){a(this).parents("#available-widgets").length||(bstw(a(this)).prepare().responsive().activate(!1),a("input[name=savewidget]",bstw(a(this)).get_widget()).on("click",function(){var b=a(this).closest(".widget").find(".wp-editor-wrap").height();a(this).closest(".widget").find(".wp-editor-wrap").height(b).append('<div class="bstw-loading"></div>'),a(this).closest(".widget").find(".bstw-loading").height(b).show(),bstw(a(this)).update_content()}))}),a(document).on("widget-added",function(a,b){b.is("[id*=black-studio-tinymce]")&&(a.preventDefault(),bstw(b).activate())}),a(document).on("widget-updated",function(a,b){b.is("[id*=black-studio-tinymce]")&&(a.preventDefault(),bstw(b).deactivate().activate())}),a(document).on("widget-synced",function(a,b){b.is("[id*=black-studio-tinymce]")&&(a.preventDefault(),"visual"===bstw(b).get_mode()&&bstw(b).update_content())}),a(document).on("click","[id^=widget-black-studio-tinymce][id$=tmce]",function(){bstw(a(this)).set_mode("visual")}),a(document).on("click","[id^=widget-black-studio-tinymce][id$=html]",function(){bstw(a(this)).set_mode("html")}),a(document).on("click.wp-editor",".wp-editor-wrap",function(){this.id&&(window.wpActiveEditor=this.id.slice(3,-5))}),a(document).on("sortstart",function(b,c){if((a(c.item).is(".widget")||a(c.item).is(".customize-control"))&&!a(c.item).is(".ui-draggable")){var d=["body.wp-customizer .expanded > div[id*=black-studio-tinymce].widget",".widget-liquid-right div[id*=black-studio-tinymce].widget.open"];a(d.join(", ")).filter(":has(.widget-inside:visible)").each(function(){a(".widget-title",this).trigger("click"),bstw(a(this)).deactivate()}),c.item.is("[id*=black-studio-tinymce]")&&bstw(c.item.find("textarea[id^=widget-black-studio-tinymce]")).deactivate()}}),a(document).on("sortupdate",function(b,c){(null===b||a(c.item).is(".widget")&&!a(c.item).is(".ui-draggable"))&&(a("body").addClass("wait"),setTimeout(function(){a("textarea[id^=widget-black-studio-tinymce].active").each(function(){bstw(a(this)).deactivate()}),a("body").removeClass("wait")},1e3))}),a(document).on("click","body.wp-customizer div[id*=black-studio-tinymce].widget .move-widget-btn",function(){a("body").addClass("wait");var b=a(this);setTimeout(function(){a("textarea[id^=widget-black-studio-tinymce].active").each(function(){bstw(a(this)).deactivate()}),bstw(b).activate(),a("body").removeClass("wait")},1e3)}),"object"==typeof bstw_data.activate_events&&bstw_data.activate_events.length>0&&a(document).on(bstw_data.activate_events.join(" "),function(b){bstw(a(b.target)).activate()}),"object"==typeof bstw_data.deactivate_events&&bstw_data.deactivate_events.length>0&&a(document).on(bstw_data.deactivate_events.join(" "),function(b){bstw(a(b.target)).deactivate()}),a(window).resize(function(){a("textarea[id^=widget-black-studio-tinymce]").each(function(){bstw(a(this)).responsive()})}),a("#qt_widget-black-studio-tinymce-__i__-text_toolbar").remove(),a(document).on("click",".bstw-links-icon",function(b){b.preventDefault(),a(this).closest(".bstw-links").children(".bstw-links-list").toggle()})})}(jQuery);
|
js/wp-page-widget.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/* Black Studio TinyMCE Widget - v2.2.
|
2 |
!function(a){a(document).ready(function(){a(document).on("click","#pw-sidebars-customize div[id*=black-studio-tinymce].widget input.widget-control-save",function(){a(this).unbind("ajaxSuccess").ajaxSuccess(function(){a(this).trigger("widget-updated",[bstw(a(this)).get_widget()]).unbind("ajaxSuccess")})}),a(document).on("click","#pw-sidebars-customize div[id*=black-studio-tinymce].widget .widget-title",function(){var b=bstw(a(this)).get_textarea();b.hasClass("active")&&(bstw(a(this)).deactivate(),a(this).trigger("widget-added",[bstw(a(this)).get_widget()]))})})}(jQuery);
|
1 |
+
/* Black Studio TinyMCE Widget - v2.2.4 */
|
2 |
!function(a){a(document).ready(function(){a(document).on("click","#pw-sidebars-customize div[id*=black-studio-tinymce].widget input.widget-control-save",function(){a(this).unbind("ajaxSuccess").ajaxSuccess(function(){a(this).trigger("widget-updated",[bstw(a(this)).get_widget()]).unbind("ajaxSuccess")})}),a(document).on("click","#pw-sidebars-customize div[id*=black-studio-tinymce].widget .widget-title",function(){var b=bstw(a(this)).get_textarea();b.hasClass("active")&&(bstw(a(this)).deactivate(),a(this).trigger("widget-added",[bstw(a(this)).get_widget()]))})})}(jQuery);
|
languages/black-studio-tinymce-widget-cs_CZ.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-cs_CZ.po
CHANGED
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date: 2015-
|
11 |
-
"PO-Revision-Date: 2015-
|
12 |
"Last-Translator: Tomáš Hrdina <mot2425@gmail.com>\n"
|
13 |
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/cs_CZ/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr "CHYBA: Bylo zjištěno více instancí pluginu Black Studio TinyMCE Widget. Aktivujte pouze jednu instanci."
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr "Visual Editor widget Vám umožňí vložit bohaté textové a multimediální objekty do vašich postranních panelů"
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "Chyba: Zjištěno duplicitní ID widgety. Chcete-li zabránit ztrátě obsahu, vytvořte nový widget se stejným obsahem a teprve poté odstraňte tuto widgetu."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "Úvodní stránka"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Podpora"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Ohodnoťte plugin"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Sledovat"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Darovat"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr "O pluginu Black Studio TinyMCE Widget"
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Vizuální Editor"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Libovolný text nebo HTML s vizuálním editorem"
|
95 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
12 |
"Last-Translator: Tomáš Hrdina <mot2425@gmail.com>\n"
|
13 |
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/cs_CZ/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr "CHYBA: Bylo zjištěno více instancí pluginu Black Studio TinyMCE Widget. Aktivujte pouze jednu instanci."
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr "Visual Editor widget Vám umožňí vložit bohaté textové a multimediální objekty do vašich postranních panelů"
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "Chyba: Zjištěno duplicitní ID widgety. Chcete-li zabránit ztrátě obsahu, vytvořte nový widget se stejným obsahem a teprve poté odstraňte tuto widgetu."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "Úvodní stránka"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "Podpora"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "Ohodnoťte plugin"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "Sledovat"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "Darovat"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr "O pluginu Black Studio TinyMCE Widget"
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Vizuální Editor"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Libovolný text nebo HTML s vizuálním editorem"
|
95 |
|
languages/black-studio-tinymce-widget-da_DK.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-da_DK.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/da_DK/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Forside"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Rate"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Følg"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Doner"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Teksteditor"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Widget med teksteditor eller HTML"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/da_DK/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Forside"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Rate"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Følg"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Doner"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Teksteditor"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Widget med teksteditor eller HTML"
|
94 |
|
languages/black-studio-tinymce-widget-de_DE.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-de_DE.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# Christian Foellmann <foellmann@foe-services.de>, 2014
|
@@ -9,8 +9,8 @@ msgid ""
|
|
9 |
msgstr ""
|
10 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
11 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
12 |
-
"POT-Creation-Date:
|
13 |
-
"PO-Revision-Date:
|
14 |
"Last-Translator: Stefan Meier <hello@stefanmeier.net>\n"
|
15 |
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/de_DE/)\n"
|
16 |
"MIME-Version: 1.0\n"
|
@@ -30,68 +30,68 @@ msgstr ""
|
|
30 |
|
31 |
#. translators: error message shown when multiple instance of the plugin are
|
32 |
#. detected
|
33 |
-
#: black-studio-tinymce-widget.php:
|
34 |
msgid ""
|
35 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
36 |
"detected. Please activate only one instance at a time."
|
37 |
msgstr "FEHLER: Es wurden mehrere Instanzen des Black Studio TinyMCE Widget Plugins erkannt. Bitte aktiviere immer nur eine Instanz."
|
38 |
|
39 |
#. translators: text for the dismissable admin pointer tooltip
|
40 |
-
#: includes/class-admin-pointer.php:
|
41 |
msgid ""
|
42 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
43 |
" your sidebars"
|
44 |
msgstr "Das Widget für optische Bearbeitung ermöglicht es dir, Medienobjekte und Texte im .rtf-Format in deine Seitenleisten einzufügen."
|
45 |
|
46 |
#. translators: error message shown when a duplicated widget ID is detected
|
47 |
-
#: includes/class-admin.php:
|
48 |
msgid ""
|
49 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
50 |
"new widget with the same content and then delete this one."
|
51 |
msgstr "FEHLER: Doppelte Widget-ID gefunden. Um den Verlust von Daten zu verhindern, erstelle ein neues Widget mit dem gleichen Inhalt und lösche das Aktuelle."
|
52 |
|
53 |
#. translators: text used for plugin home link
|
54 |
-
#: includes/class-admin.php:
|
55 |
msgid "Home"
|
56 |
msgstr "Home"
|
57 |
|
58 |
#. translators: text used for support faq link
|
59 |
-
#: includes/class-admin.php:
|
60 |
msgid "FAQ"
|
61 |
msgstr "FAQ"
|
62 |
|
63 |
#. translators: text used for support forum link
|
64 |
-
#: includes/class-admin.php:
|
65 |
msgid "Support"
|
66 |
msgstr "Support"
|
67 |
|
68 |
#. translators: text used for reviews link
|
69 |
-
#: includes/class-admin.php:
|
70 |
msgid "Rate"
|
71 |
msgstr "Bewerten"
|
72 |
|
73 |
#. translators: text used for follow on twitter link
|
74 |
-
#: includes/class-admin.php:
|
75 |
msgid "Follow"
|
76 |
msgstr "Folgen"
|
77 |
|
78 |
#. translators: text used for donation link
|
79 |
-
#: includes/class-admin.php:
|
80 |
msgid "Donate"
|
81 |
msgstr "Spenden"
|
82 |
|
83 |
#. translators: text used for the icon that shows the plugin links
|
84 |
-
#: includes/class-admin.php:
|
85 |
msgid "About Black Studio TinyMCE Widget plugin"
|
86 |
msgstr "Über das Black Studio TinyMCE Widget Plugin"
|
87 |
|
88 |
#. translators: title of the widget
|
89 |
-
#: includes/class-widget.php:
|
90 |
msgid "Visual Editor"
|
91 |
msgstr "Visueller Editor"
|
92 |
|
93 |
#. translators: description of the widget, shown in available widgets
|
94 |
-
#: includes/class-widget.php:
|
95 |
msgid "Arbitrary text or HTML with visual editor"
|
96 |
msgstr "Normaler Text oder HTML mit Editor"
|
97 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# Christian Foellmann <foellmann@foe-services.de>, 2014
|
9 |
msgstr ""
|
10 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
11 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
12 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
13 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
14 |
"Last-Translator: Stefan Meier <hello@stefanmeier.net>\n"
|
15 |
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/de_DE/)\n"
|
16 |
"MIME-Version: 1.0\n"
|
30 |
|
31 |
#. translators: error message shown when multiple instance of the plugin are
|
32 |
#. detected
|
33 |
+
#: black-studio-tinymce-widget.php:279
|
34 |
msgid ""
|
35 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
36 |
"detected. Please activate only one instance at a time."
|
37 |
msgstr "FEHLER: Es wurden mehrere Instanzen des Black Studio TinyMCE Widget Plugins erkannt. Bitte aktiviere immer nur eine Instanz."
|
38 |
|
39 |
#. translators: text for the dismissable admin pointer tooltip
|
40 |
+
#: includes/class-admin-pointer.php:167
|
41 |
msgid ""
|
42 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
43 |
" your sidebars"
|
44 |
msgstr "Das Widget für optische Bearbeitung ermöglicht es dir, Medienobjekte und Texte im .rtf-Format in deine Seitenleisten einzufügen."
|
45 |
|
46 |
#. translators: error message shown when a duplicated widget ID is detected
|
47 |
+
#: includes/class-admin.php:246
|
48 |
msgid ""
|
49 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
50 |
"new widget with the same content and then delete this one."
|
51 |
msgstr "FEHLER: Doppelte Widget-ID gefunden. Um den Verlust von Daten zu verhindern, erstelle ein neues Widget mit dem gleichen Inhalt und lösche das Aktuelle."
|
52 |
|
53 |
#. translators: text used for plugin home link
|
54 |
+
#: includes/class-admin.php:334
|
55 |
msgid "Home"
|
56 |
msgstr "Home"
|
57 |
|
58 |
#. translators: text used for support faq link
|
59 |
+
#: includes/class-admin.php:336
|
60 |
msgid "FAQ"
|
61 |
msgstr "FAQ"
|
62 |
|
63 |
#. translators: text used for support forum link
|
64 |
+
#: includes/class-admin.php:338
|
65 |
msgid "Support"
|
66 |
msgstr "Support"
|
67 |
|
68 |
#. translators: text used for reviews link
|
69 |
+
#: includes/class-admin.php:340
|
70 |
msgid "Rate"
|
71 |
msgstr "Bewerten"
|
72 |
|
73 |
#. translators: text used for follow on twitter link
|
74 |
+
#: includes/class-admin.php:342
|
75 |
msgid "Follow"
|
76 |
msgstr "Folgen"
|
77 |
|
78 |
#. translators: text used for donation link
|
79 |
+
#: includes/class-admin.php:344
|
80 |
msgid "Donate"
|
81 |
msgstr "Spenden"
|
82 |
|
83 |
#. translators: text used for the icon that shows the plugin links
|
84 |
+
#: includes/class-admin.php:364
|
85 |
msgid "About Black Studio TinyMCE Widget plugin"
|
86 |
msgstr "Über das Black Studio TinyMCE Widget Plugin"
|
87 |
|
88 |
#. translators: title of the widget
|
89 |
+
#: includes/class-widget.php:27
|
90 |
msgid "Visual Editor"
|
91 |
msgstr "Visueller Editor"
|
92 |
|
93 |
#. translators: description of the widget, shown in available widgets
|
94 |
+
#: includes/class-widget.php:29
|
95 |
msgid "Arbitrary text or HTML with visual editor"
|
96 |
msgstr "Normaler Text oder HTML mit Editor"
|
97 |
|
languages/black-studio-tinymce-widget-el.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-el.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# evigiannakou <evigian@in.gr>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Greek (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/el/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ΣΦΑΛΜΑ: Ανιχνεύθηκε ID διπλής μονάδας. Για να αποφύγετε την απώλεια περιεχομένου, παρακαλώ δημιουργήστε μια νέα μονάδα με το ίδιο περιεχόμενο και έπειτα διαγράψτε αυτή."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Αρχική"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "Κοινές απορίες"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Υποστήριξη"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Αξιολόγηση"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Ακολουθήστε"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Δωρεά"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Επεξεργαστής"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Τυχαίο κείμενο ή HTML με επεξεργαστή"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# evigiannakou <evigian@in.gr>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Greek (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/el/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ΣΦΑΛΜΑ: Ανιχνεύθηκε ID διπλής μονάδας. Για να αποφύγετε την απώλεια περιεχομένου, παρακαλώ δημιουργήστε μια νέα μονάδα με το ίδιο περιεχόμενο και έπειτα διαγράψτε αυτή."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Αρχική"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "Κοινές απορίες"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Υποστήριξη"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Αξιολόγηση"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Ακολουθήστε"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Δωρεά"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Επεξεργαστής"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Τυχαίο κείμενο ή HTML με επεξεργαστή"
|
94 |
|
languages/black-studio-tinymce-widget-en_GB.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-en_GB.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/en_GB/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr "ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were detected. Please activate only one instance at a time."
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr "The Visual Editor widget allows you to insert rich text and media objects in your sidebars"
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ERROR: Duplicate widget ID detected. To avoid content loss, please create a new widget with the same content and then delete this one."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Rate"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Follow"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Donate"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr "About Black Studio TinyMCE Widget plugin"
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Visual Editor"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Arbitrary text or HTML with visual editor"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/en_GB/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr "ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were detected. Please activate only one instance at a time."
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr "The Visual Editor widget allows you to insert rich text and media objects in your sidebars"
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ERROR: Duplicate widget ID detected. To avoid content loss, please create a new widget with the same content and then delete this one."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Rate"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Follow"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Donate"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr "About Black Studio TinyMCE Widget plugin"
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Visual Editor"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Arbitrary text or HTML with visual editor"
|
94 |
|
languages/black-studio-tinymce-widget-es_ES.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-es_ES.po
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
|
|
4 |
# genethic <lauramoreno1436@gmail.com>, 2014
|
5 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date: 2015-
|
11 |
-
"PO-Revision-Date: 2015-
|
12 |
-
"Last-Translator:
|
13 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/es_ES/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -28,68 +29,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
-
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
-
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
-
msgstr "
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "INICIO"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Soporte"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Puntuar"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Seguir"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Donación"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
-
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Editor visual"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Texto arbitrario o HTML con un editor visual"
|
95 |
|
@@ -97,4 +98,4 @@ msgstr "Texto arbitrario o HTML con un editor visual"
|
|
97 |
msgid ""
|
98 |
"Adds a new \"Visual Editor\" widget type based on the native WordPress "
|
99 |
"TinyMCE editor."
|
100 |
-
msgstr ""
|
1 |
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
+
# Diego R <info@digital03.net>, 2015
|
5 |
# genethic <lauramoreno1436@gmail.com>, 2014
|
6 |
# marcochiesi <marco@blackstudio.it>, 2014
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
10 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
11 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
12 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
13 |
+
"Last-Translator: Diego R <info@digital03.net>\n"
|
14 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/es_ES/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
29 |
|
30 |
#. translators: error message shown when multiple instance of the plugin are
|
31 |
#. detected
|
32 |
+
#: black-studio-tinymce-widget.php:279
|
33 |
msgid ""
|
34 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
35 |
"detected. Please activate only one instance at a time."
|
36 |
+
msgstr "ERROR: Se han detectado múltiples instancias del plugin Black Studio TinyMCE Widget. Por favor, mantenga activa sólo una instancia."
|
37 |
|
38 |
#. translators: text for the dismissable admin pointer tooltip
|
39 |
+
#: includes/class-admin-pointer.php:167
|
40 |
msgid ""
|
41 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
42 |
" your sidebars"
|
43 |
+
msgstr "El widget Editor Visual te permite insertar texto enriquecido y objetos multimedia en las barras laterales"
|
44 |
|
45 |
#. translators: error message shown when a duplicated widget ID is detected
|
46 |
+
#: includes/class-admin.php:246
|
47 |
msgid ""
|
48 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
49 |
"new widget with the same content and then delete this one."
|
50 |
+
msgstr "ERROR: Detectado ID de widget duplicado. Para evitar la pérdida de contenido, por favor cree un nuevo widget con el mismo contenido y borre este."
|
51 |
|
52 |
#. translators: text used for plugin home link
|
53 |
+
#: includes/class-admin.php:334
|
54 |
msgid "Home"
|
55 |
msgstr "INICIO"
|
56 |
|
57 |
#. translators: text used for support faq link
|
58 |
+
#: includes/class-admin.php:336
|
59 |
msgid "FAQ"
|
60 |
msgstr "FAQ"
|
61 |
|
62 |
#. translators: text used for support forum link
|
63 |
+
#: includes/class-admin.php:338
|
64 |
msgid "Support"
|
65 |
msgstr "Soporte"
|
66 |
|
67 |
#. translators: text used for reviews link
|
68 |
+
#: includes/class-admin.php:340
|
69 |
msgid "Rate"
|
70 |
msgstr "Puntuar"
|
71 |
|
72 |
#. translators: text used for follow on twitter link
|
73 |
+
#: includes/class-admin.php:342
|
74 |
msgid "Follow"
|
75 |
msgstr "Seguir"
|
76 |
|
77 |
#. translators: text used for donation link
|
78 |
+
#: includes/class-admin.php:344
|
79 |
msgid "Donate"
|
80 |
msgstr "Donación"
|
81 |
|
82 |
#. translators: text used for the icon that shows the plugin links
|
83 |
+
#: includes/class-admin.php:364
|
84 |
msgid "About Black Studio TinyMCE Widget plugin"
|
85 |
+
msgstr "Acerca del plugin Black Studio TinyMCE Widget"
|
86 |
|
87 |
#. translators: title of the widget
|
88 |
+
#: includes/class-widget.php:27
|
89 |
msgid "Visual Editor"
|
90 |
msgstr "Editor visual"
|
91 |
|
92 |
#. translators: description of the widget, shown in available widgets
|
93 |
+
#: includes/class-widget.php:29
|
94 |
msgid "Arbitrary text or HTML with visual editor"
|
95 |
msgstr "Texto arbitrario o HTML con un editor visual"
|
96 |
|
98 |
msgid ""
|
99 |
"Adds a new \"Visual Editor\" widget type based on the native WordPress "
|
100 |
"TinyMCE editor."
|
101 |
+
msgstr "Añade un nuevo widget \"Editor Visual\" basado en el editor nativo TinyMCE de WordPress."
|
languages/black-studio-tinymce-widget-fi.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-fi.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Finnish (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/fi/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "Virhe: Samalla ID:llä löytyi toinen vimpain. Tee samalla sisällöllä toinen vimpain ja poista tämä."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "Etusivu"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "UKK"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Tuki"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Arvostele"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Seuraa"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Lahjoita"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Editori"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Lisää sisältöä visuaalisella editorilla"
|
95 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 13:30+0000\n"
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Finnish (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/fi/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "Virhe: Samalla ID:llä löytyi toinen vimpain. Tee samalla sisällöllä toinen vimpain ja poista tämä."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "Etusivu"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "UKK"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "Tuki"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "Arvostele"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "Seuraa"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "Lahjoita"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Editori"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Lisää sisältöä visuaalisella editorilla"
|
95 |
|
languages/black-studio-tinymce-widget-fr_FR.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-fr_FR.po
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# FxB <fxb@wp-translations.org>, 2014
|
5 |
# marcochiesi <marco@blackstudio.it>, 2014
|
|
|
|
|
6 |
# Patricia BT, 2014
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
10 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
11 |
-
"POT-Creation-Date:
|
12 |
-
"PO-Revision-Date:
|
13 |
"Last-Translator: Patricia BT\n"
|
14 |
"Language-Team: French (France) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/fr_FR/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
@@ -29,68 +31,68 @@ msgstr ""
|
|
29 |
|
30 |
#. translators: error message shown when multiple instance of the plugin are
|
31 |
#. detected
|
32 |
-
#: black-studio-tinymce-widget.php:
|
33 |
msgid ""
|
34 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
35 |
"detected. Please activate only one instance at a time."
|
36 |
msgstr "ERREUR : Plusieurs instances de l'extension Black Studio TinyMCE Widget ont été détectées. Veuillez activer seulement une instance à la fois."
|
37 |
|
38 |
#. translators: text for the dismissable admin pointer tooltip
|
39 |
-
#: includes/class-admin-pointer.php:
|
40 |
msgid ""
|
41 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
42 |
" your sidebars"
|
43 |
msgstr "Le widget Éditeur Visuel permet d'insérer du texte riche et des objets média dans vos barres latérales"
|
44 |
|
45 |
#. translators: error message shown when a duplicated widget ID is detected
|
46 |
-
#: includes/class-admin.php:
|
47 |
msgid ""
|
48 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
49 |
"new widget with the same content and then delete this one."
|
50 |
msgstr "ERREUR : ID de widget en double détecté. Pour éviter la perte de votre contenu, veuillez créer un nouveau widget avec le même contenu et supprimez celui-ci."
|
51 |
|
52 |
#. translators: text used for plugin home link
|
53 |
-
#: includes/class-admin.php:
|
54 |
msgid "Home"
|
55 |
msgstr "Accueil"
|
56 |
|
57 |
#. translators: text used for support faq link
|
58 |
-
#: includes/class-admin.php:
|
59 |
msgid "FAQ"
|
60 |
msgstr "FAQ"
|
61 |
|
62 |
#. translators: text used for support forum link
|
63 |
-
#: includes/class-admin.php:
|
64 |
msgid "Support"
|
65 |
msgstr "Aide"
|
66 |
|
67 |
#. translators: text used for reviews link
|
68 |
-
#: includes/class-admin.php:
|
69 |
msgid "Rate"
|
70 |
msgstr "Avis"
|
71 |
|
72 |
#. translators: text used for follow on twitter link
|
73 |
-
#: includes/class-admin.php:
|
74 |
msgid "Follow"
|
75 |
msgstr "Suivre"
|
76 |
|
77 |
#. translators: text used for donation link
|
78 |
-
#: includes/class-admin.php:
|
79 |
msgid "Donate"
|
80 |
msgstr "Don"
|
81 |
|
82 |
#. translators: text used for the icon that shows the plugin links
|
83 |
-
#: includes/class-admin.php:
|
84 |
msgid "About Black Studio TinyMCE Widget plugin"
|
85 |
msgstr "À propos de l'extension Black Studio TinyMCE Widget"
|
86 |
|
87 |
#. translators: title of the widget
|
88 |
-
#: includes/class-widget.php:
|
89 |
msgid "Visual Editor"
|
90 |
msgstr "Éditeur Visuel"
|
91 |
|
92 |
#. translators: description of the widget, shown in available widgets
|
93 |
-
#: includes/class-widget.php:
|
94 |
msgid "Arbitrary text or HTML with visual editor"
|
95 |
msgstr "Texte ou code HTML arbitraire avec l'éditeur visuel"
|
96 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# FxB <fxb@wp-translations.org>, 2014
|
5 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
+
# marcochiesi <marco@blackstudio.it>, 2014
|
7 |
+
# Patricia BT, 2014
|
8 |
# Patricia BT, 2014
|
9 |
msgid ""
|
10 |
msgstr ""
|
11 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
12 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
13 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
14 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
15 |
"Last-Translator: Patricia BT\n"
|
16 |
"Language-Team: French (France) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/fr_FR/)\n"
|
17 |
"MIME-Version: 1.0\n"
|
31 |
|
32 |
#. translators: error message shown when multiple instance of the plugin are
|
33 |
#. detected
|
34 |
+
#: black-studio-tinymce-widget.php:279
|
35 |
msgid ""
|
36 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
37 |
"detected. Please activate only one instance at a time."
|
38 |
msgstr "ERREUR : Plusieurs instances de l'extension Black Studio TinyMCE Widget ont été détectées. Veuillez activer seulement une instance à la fois."
|
39 |
|
40 |
#. translators: text for the dismissable admin pointer tooltip
|
41 |
+
#: includes/class-admin-pointer.php:167
|
42 |
msgid ""
|
43 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
44 |
" your sidebars"
|
45 |
msgstr "Le widget Éditeur Visuel permet d'insérer du texte riche et des objets média dans vos barres latérales"
|
46 |
|
47 |
#. translators: error message shown when a duplicated widget ID is detected
|
48 |
+
#: includes/class-admin.php:246
|
49 |
msgid ""
|
50 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
51 |
"new widget with the same content and then delete this one."
|
52 |
msgstr "ERREUR : ID de widget en double détecté. Pour éviter la perte de votre contenu, veuillez créer un nouveau widget avec le même contenu et supprimez celui-ci."
|
53 |
|
54 |
#. translators: text used for plugin home link
|
55 |
+
#: includes/class-admin.php:334
|
56 |
msgid "Home"
|
57 |
msgstr "Accueil"
|
58 |
|
59 |
#. translators: text used for support faq link
|
60 |
+
#: includes/class-admin.php:336
|
61 |
msgid "FAQ"
|
62 |
msgstr "FAQ"
|
63 |
|
64 |
#. translators: text used for support forum link
|
65 |
+
#: includes/class-admin.php:338
|
66 |
msgid "Support"
|
67 |
msgstr "Aide"
|
68 |
|
69 |
#. translators: text used for reviews link
|
70 |
+
#: includes/class-admin.php:340
|
71 |
msgid "Rate"
|
72 |
msgstr "Avis"
|
73 |
|
74 |
#. translators: text used for follow on twitter link
|
75 |
+
#: includes/class-admin.php:342
|
76 |
msgid "Follow"
|
77 |
msgstr "Suivre"
|
78 |
|
79 |
#. translators: text used for donation link
|
80 |
+
#: includes/class-admin.php:344
|
81 |
msgid "Donate"
|
82 |
msgstr "Don"
|
83 |
|
84 |
#. translators: text used for the icon that shows the plugin links
|
85 |
+
#: includes/class-admin.php:364
|
86 |
msgid "About Black Studio TinyMCE Widget plugin"
|
87 |
msgstr "À propos de l'extension Black Studio TinyMCE Widget"
|
88 |
|
89 |
#. translators: title of the widget
|
90 |
+
#: includes/class-widget.php:27
|
91 |
msgid "Visual Editor"
|
92 |
msgstr "Éditeur Visuel"
|
93 |
|
94 |
#. translators: description of the widget, shown in available widgets
|
95 |
+
#: includes/class-widget.php:29
|
96 |
msgid "Arbitrary text or HTML with visual editor"
|
97 |
msgstr "Texte ou code HTML arbitraire avec l'éditeur visuel"
|
98 |
|
languages/black-studio-tinymce-widget-it_IT.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-it_IT.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/it_IT/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr "ERRORE: Rilevate istanze multiple del plugin Black Studio TinyMCE Widget. Si raccomanda di attivare una sola istanza del plugin per volta."
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr "Il widget Editor Visuale vi permette di inserire testo formattato e oggetti multimediali nelle vostre sidebar"
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ERRORE: Rilevato un widget con ID duplicato. Per evitare perdite di dati, si consiglia di creare un nuovo widget con il medesimo contenuto e successivamente cancellare questo."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Supporto"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Vota"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Seguici"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Donazione"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr "Info sul plugin Black Studio TinyMCE Widget"
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Editor Visuale"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Testo o HTML libero con editor visuale"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/it_IT/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr "ERRORE: Rilevate istanze multiple del plugin Black Studio TinyMCE Widget. Si raccomanda di attivare una sola istanza del plugin per volta."
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr "Il widget Editor Visuale vi permette di inserire testo formattato e oggetti multimediali nelle vostre sidebar"
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr "ERRORE: Rilevato un widget con ID duplicato. Per evitare perdite di dati, si consiglia di creare un nuovo widget con il medesimo contenuto e successivamente cancellare questo."
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Supporto"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Vota"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Seguici"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Donazione"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr "Info sul plugin Black Studio TinyMCE Widget"
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Editor Visuale"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Testo o HTML libero con editor visuale"
|
94 |
|
languages/black-studio-tinymce-widget-km.mo
ADDED
Binary file
|
languages/black-studio-tinymce-widget-km.po
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
+
# This file is distributed under the GPLv3.
|
3 |
+
# Translators:
|
4 |
+
# Sovichet Tep, 2014
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
+
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
+
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
+
"Language-Team: Khmer (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/km/)\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"Language: km\n"
|
17 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
+
"X-Generator: grunt-wp-i18n 0.4.8\n"
|
19 |
+
"X-Poedit-Basepath: .\n"
|
20 |
+
"X-Poedit-Bookmarks: \n"
|
21 |
+
"X-Poedit-Country: United States\n"
|
22 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
23 |
+
"X-Poedit-Language: English\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
+
"X-Textdomain-Support: yes\n"
|
27 |
+
|
28 |
+
#. translators: error message shown when multiple instance of the plugin are
|
29 |
+
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
+
msgid ""
|
32 |
+
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
+
"detected. Please activate only one instance at a time."
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
+
msgid ""
|
39 |
+
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
+
" your sidebars"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
+
msgid ""
|
46 |
+
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
+
"new widget with the same content and then delete this one."
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
+
msgid "Home"
|
53 |
+
msgstr "ទំព័រដើម"
|
54 |
+
|
55 |
+
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
+
msgid "FAQ"
|
58 |
+
msgstr "FAQ"
|
59 |
+
|
60 |
+
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
+
msgid "Support"
|
63 |
+
msgstr "ការគាំទ្រ"
|
64 |
+
|
65 |
+
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
+
msgid "Rate"
|
68 |
+
msgstr "វាយតម្លៃ"
|
69 |
+
|
70 |
+
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
+
msgid "Follow"
|
73 |
+
msgstr "តាមដាន"
|
74 |
+
|
75 |
+
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
+
msgid "Donate"
|
78 |
+
msgstr "បរិច្ចាគ"
|
79 |
+
|
80 |
+
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
+
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
+
msgid "Visual Editor"
|
88 |
+
msgstr "កម្មវិធីកែសម្រួលឃើញផ្ទាល់"
|
89 |
+
|
90 |
+
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
+
msgid "Arbitrary text or HTML with visual editor"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#. Description of the plugin/theme
|
96 |
+
msgid ""
|
97 |
+
"Adds a new \"Visual Editor\" widget type based on the native WordPress "
|
98 |
+
"TinyMCE editor."
|
99 |
+
msgstr ""
|
languages/black-studio-tinymce-widget-lt_LT.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-lt_LT.po
CHANGED
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date: 2015-
|
11 |
-
"PO-Revision-Date: 2015-
|
12 |
"Last-Translator: Moo\n"
|
13 |
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/lt_LT/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr "KLAIDA: Buvo aptikti keli Black Studio TinyMCE Valdiklio įskiepio egzemplioriai. Prašome vienu metu aktyvuoti tik vieną egzempliorių."
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr "Raiškiojo Redagavimo valdiklis leidžia jums į savo parankinę įterpti raiškiojo teksto ir medijos objektus"
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "KLAIDA: Aptikti vienodi valdiklio ID. Kad išvengtumėte duomenų praradimo, prašome sukurti naują valdiklį su tuo pačiu turiniu ir po to ištrinti šį valdiklį."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "Pradžia"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "DUK"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Pagalba"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Tarifas"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Sekti"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Aukoti"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr "Apie Black Studio TinyMCE Valdiklio įskiepį"
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Raiškusis redagavimas"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Sutartinis tekstas arba HTML su raiškiuoju redagavimu"
|
95 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
12 |
"Last-Translator: Moo\n"
|
13 |
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/lt_LT/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr "KLAIDA: Buvo aptikti keli Black Studio TinyMCE Valdiklio įskiepio egzemplioriai. Prašome vienu metu aktyvuoti tik vieną egzempliorių."
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr "Raiškiojo Redagavimo valdiklis leidžia jums į savo parankinę įterpti raiškiojo teksto ir medijos objektus"
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "KLAIDA: Aptikti vienodi valdiklio ID. Kad išvengtumėte duomenų praradimo, prašome sukurti naują valdiklį su tuo pačiu turiniu ir po to ištrinti šį valdiklį."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "Pradžia"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "DUK"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "Pagalba"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "Tarifas"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "Sekti"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "Aukoti"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr "Apie Black Studio TinyMCE Valdiklio įskiepį"
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Raiškusis redagavimas"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Sutartinis tekstas arba HTML su raiškiuoju redagavimu"
|
95 |
|
languages/black-studio-tinymce-widget-nl_NL.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-nl_NL.po
CHANGED
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date: 2015-
|
11 |
-
"PO-Revision-Date: 2015-
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/nl_NL/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "FOUT: Duplicate widget ID gedetecteerd. Om inhoud verlies te voorkomen, maak dan een nieuwe widget met dezelfde inhoud en verwijder deze."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "Home"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Ondersteuning"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Beoordelen"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Volgen"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Doneren"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Visuele bewerker"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Arbitraire tekst of HTML met visuele editor"
|
95 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/nl_NL/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "FOUT: Duplicate widget ID gedetecteerd. Om inhoud verlies te voorkomen, maak dan een nieuwe widget met dezelfde inhoud en verwijder deze."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "Home"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "Ondersteuning"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "Beoordelen"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "Volgen"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "Doneren"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Visuele bewerker"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Arbitraire tekst of HTML met visuele editor"
|
95 |
|
languages/black-studio-tinymce-widget-pl_PL.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-pl_PL.po
CHANGED
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date: 2015-
|
10 |
-
"PO-Revision-Date: 2015-
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/pl_PL/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Strona główna"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Wsparcie"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Tempo"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Śledź"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Dotacja"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Edytor wizualny"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Dowolny tekst lub kod HTML - Edytor wizualny"
|
94 |
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/pl_PL/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Strona główna"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Wsparcie"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Tempo"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Śledź"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Dotacja"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Edytor wizualny"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Dowolny tekst lub kod HTML - Edytor wizualny"
|
94 |
|
languages/black-studio-tinymce-widget-pt_BR.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-pt_BR.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/pt_BR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Suporte"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Classificar"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Seguir"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Doar"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Editor visual"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Texto normal ou HTML com o editor visual"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/pt_BR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Home"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Suporte"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Classificar"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Seguir"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Doar"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Editor visual"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Texto normal ou HTML com o editor visual"
|
94 |
|
languages/black-studio-tinymce-widget-sk_SK.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-sk_SK.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/sk_SK/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "CHYBA: Zistená duplicita ID. Aby ste predišli strate obsahu, vytvorte nový widget s rovnakým obsahom a tento zmažte."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "Domov"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "Podpora"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "Sadzba"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "Sledovať"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "Darovať"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Vizuálny editor"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Ľubovoľné textové alebo HTML s vizuálny editor"
|
95 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/sk_SK/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr "CHYBA: Zistená duplicita ID. Aby ste predišli strate obsahu, vytvorte nový widget s rovnakým obsahom a tento zmažte."
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "Domov"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "FAQ"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "Podpora"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "Sadzba"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "Sledovať"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "Darovať"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "Vizuálny editor"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr "Ľubovoľné textové alebo HTML s vizuálny editor"
|
95 |
|
languages/black-studio-tinymce-widget-sv_SE.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-sv_SE.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/sv_SE/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Hem"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Taxa"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Följ"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Donation"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Visuell redigerare"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Godtycklig text eller HTML med visuell redigerare. Black Studio TinyMCE."
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/sv_SE/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Hem"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "FAQ"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Support"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Taxa"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Följ"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Donation"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Visuell redigerare"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Godtycklig text eller HTML med visuell redigerare. Black Studio TinyMCE."
|
94 |
|
languages/black-studio-tinymce-widget-tr_TR.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-tr_TR.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# Batuhan Büyükgüzel <bbuyukguzel@gmail.com>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/tr_TR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Anasayfa"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "SSS"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Destek"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Oylayın"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Takip Et"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Bağışta Bulunun"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Görsel Editör"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr ""
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# Batuhan Büyükgüzel <bbuyukguzel@gmail.com>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/tr_TR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Anasayfa"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "SSS"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Destek"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Oylayın"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Takip Et"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Bağışta Bulunun"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Görsel Editör"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr ""
|
94 |
|
languages/black-studio-tinymce-widget-uk.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-uk.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/uk/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -27,68 +27,68 @@ msgstr ""
|
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
-
#: black-studio-tinymce-widget.php:
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
-
#: includes/class-admin-pointer.php:
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
-
#: includes/class-admin.php:
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
-
#: includes/class-admin.php:
|
52 |
msgid "Home"
|
53 |
msgstr "Головна"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
-
#: includes/class-admin.php:
|
57 |
msgid "FAQ"
|
58 |
msgstr "ЧаПи"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
-
#: includes/class-admin.php:
|
62 |
msgid "Support"
|
63 |
msgstr "Підтримка"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
-
#: includes/class-admin.php:
|
67 |
msgid "Rate"
|
68 |
msgstr "Рейтинг"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
-
#: includes/class-admin.php:
|
72 |
msgid "Follow"
|
73 |
msgstr "Слідувати"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
-
#: includes/class-admin.php:
|
77 |
msgid "Donate"
|
78 |
msgstr "Жертвувати"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
-
#: includes/class-admin.php:
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
-
#: includes/class-widget.php:
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Візуальний редактор"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
-
#: includes/class-widget.php:
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Довільний текст або HTML з візуальним редактором"
|
94 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# marcochiesi <marco@blackstudio.it>, 2014
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
8 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
9 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
11 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
12 |
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/uk/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
27 |
|
28 |
#. translators: error message shown when multiple instance of the plugin are
|
29 |
#. detected
|
30 |
+
#: black-studio-tinymce-widget.php:279
|
31 |
msgid ""
|
32 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
"detected. Please activate only one instance at a time."
|
34 |
msgstr ""
|
35 |
|
36 |
#. translators: text for the dismissable admin pointer tooltip
|
37 |
+
#: includes/class-admin-pointer.php:167
|
38 |
msgid ""
|
39 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
40 |
" your sidebars"
|
41 |
msgstr ""
|
42 |
|
43 |
#. translators: error message shown when a duplicated widget ID is detected
|
44 |
+
#: includes/class-admin.php:246
|
45 |
msgid ""
|
46 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
"new widget with the same content and then delete this one."
|
48 |
msgstr ""
|
49 |
|
50 |
#. translators: text used for plugin home link
|
51 |
+
#: includes/class-admin.php:334
|
52 |
msgid "Home"
|
53 |
msgstr "Головна"
|
54 |
|
55 |
#. translators: text used for support faq link
|
56 |
+
#: includes/class-admin.php:336
|
57 |
msgid "FAQ"
|
58 |
msgstr "ЧаПи"
|
59 |
|
60 |
#. translators: text used for support forum link
|
61 |
+
#: includes/class-admin.php:338
|
62 |
msgid "Support"
|
63 |
msgstr "Підтримка"
|
64 |
|
65 |
#. translators: text used for reviews link
|
66 |
+
#: includes/class-admin.php:340
|
67 |
msgid "Rate"
|
68 |
msgstr "Рейтинг"
|
69 |
|
70 |
#. translators: text used for follow on twitter link
|
71 |
+
#: includes/class-admin.php:342
|
72 |
msgid "Follow"
|
73 |
msgstr "Слідувати"
|
74 |
|
75 |
#. translators: text used for donation link
|
76 |
+
#: includes/class-admin.php:344
|
77 |
msgid "Donate"
|
78 |
msgstr "Жертвувати"
|
79 |
|
80 |
#. translators: text used for the icon that shows the plugin links
|
81 |
+
#: includes/class-admin.php:364
|
82 |
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
msgstr ""
|
84 |
|
85 |
#. translators: title of the widget
|
86 |
+
#: includes/class-widget.php:27
|
87 |
msgid "Visual Editor"
|
88 |
msgstr "Візуальний редактор"
|
89 |
|
90 |
#. translators: description of the widget, shown in available widgets
|
91 |
+
#: includes/class-widget.php:29
|
92 |
msgid "Arbitrary text or HTML with visual editor"
|
93 |
msgstr "Довільний текст або HTML з візуальним редактором"
|
94 |
|
languages/black-studio-tinymce-widget-zh_CN.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-zh_CN.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# hsiyuano <hsiyuano@gmail.com>, 2014
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/zh_CN/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -28,68 +28,68 @@ msgstr ""
|
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
#: includes/class-admin-pointer.php:
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
#: includes/class-admin.php:
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr ""
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
-
#: includes/class-admin.php:
|
53 |
msgid "Home"
|
54 |
msgstr "首页"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
-
#: includes/class-admin.php:
|
58 |
msgid "FAQ"
|
59 |
msgstr "常见问题"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
-
#: includes/class-admin.php:
|
63 |
msgid "Support"
|
64 |
msgstr "帮助与支持"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
-
#: includes/class-admin.php:
|
68 |
msgid "Rate"
|
69 |
msgstr "评级"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
-
#: includes/class-admin.php:
|
73 |
msgid "Follow"
|
74 |
msgstr "跟随"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
-
#: includes/class-admin.php:
|
78 |
msgid "Donate"
|
79 |
msgstr "捐助"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
-
#: includes/class-admin.php:
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
-
#: includes/class-widget.php:
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "可视化编辑器"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
-
#: includes/class-widget.php:
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr ""
|
95 |
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
# This file is distributed under the GPLv3.
|
3 |
# Translators:
|
4 |
# hsiyuano <hsiyuano@gmail.com>, 2014
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
9 |
"Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
10 |
+
"POT-Creation-Date: 2015-05-14 10:31:20+00:00\n"
|
11 |
+
"PO-Revision-Date: 2015-04-29 14:04+0000\n"
|
12 |
"Last-Translator: marcochiesi <marco@blackstudio.it>\n"
|
13 |
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/zh_CN/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
28 |
|
29 |
#. translators: error message shown when multiple instance of the plugin are
|
30 |
#. detected
|
31 |
+
#: black-studio-tinymce-widget.php:279
|
32 |
msgid ""
|
33 |
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
34 |
"detected. Please activate only one instance at a time."
|
35 |
msgstr ""
|
36 |
|
37 |
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
#: includes/class-admin-pointer.php:167
|
39 |
msgid ""
|
40 |
"The Visual Editor widget allows you to insert rich text and media objects in"
|
41 |
" your sidebars"
|
42 |
msgstr ""
|
43 |
|
44 |
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
#: includes/class-admin.php:246
|
46 |
msgid ""
|
47 |
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
48 |
"new widget with the same content and then delete this one."
|
49 |
msgstr ""
|
50 |
|
51 |
#. translators: text used for plugin home link
|
52 |
+
#: includes/class-admin.php:334
|
53 |
msgid "Home"
|
54 |
msgstr "首页"
|
55 |
|
56 |
#. translators: text used for support faq link
|
57 |
+
#: includes/class-admin.php:336
|
58 |
msgid "FAQ"
|
59 |
msgstr "常见问题"
|
60 |
|
61 |
#. translators: text used for support forum link
|
62 |
+
#: includes/class-admin.php:338
|
63 |
msgid "Support"
|
64 |
msgstr "帮助与支持"
|
65 |
|
66 |
#. translators: text used for reviews link
|
67 |
+
#: includes/class-admin.php:340
|
68 |
msgid "Rate"
|
69 |
msgstr "评级"
|
70 |
|
71 |
#. translators: text used for follow on twitter link
|
72 |
+
#: includes/class-admin.php:342
|
73 |
msgid "Follow"
|
74 |
msgstr "跟随"
|
75 |
|
76 |
#. translators: text used for donation link
|
77 |
+
#: includes/class-admin.php:344
|
78 |
msgid "Donate"
|
79 |
msgstr "捐助"
|
80 |
|
81 |
#. translators: text used for the icon that shows the plugin links
|
82 |
+
#: includes/class-admin.php:364
|
83 |
msgid "About Black Studio TinyMCE Widget plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
#. translators: title of the widget
|
87 |
+
#: includes/class-widget.php:27
|
88 |
msgid "Visual Editor"
|
89 |
msgstr "可视化编辑器"
|
90 |
|
91 |
#. translators: description of the widget, shown in available widgets
|
92 |
+
#: includes/class-widget.php:29
|
93 |
msgid "Arbitrary text or HTML with visual editor"
|
94 |
msgstr ""
|
95 |
|
languages/black-studio-tinymce-widget.pot
CHANGED
@@ -1,99 +1,99 @@
|
|
1 |
-
# Copyright (C) 2015 Black Studio
|
2 |
-
# This file is distributed under the GPLv3.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Black Studio TinyMCE Widget 2.2.
|
6 |
-
"Report-Msgid-Bugs-To: "
|
7 |
-
"https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
8 |
-
"POT-Creation-Date: 2015-
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
13 |
-
"Last-Translator: Black Studio <info@blackstudio.it>\n"
|
14 |
-
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
15 |
-
"X-Generator: grunt-wp-i18n 0.4.8\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
-
"X-Poedit-Basepath: .\n"
|
18 |
-
"X-Poedit-Language: English\n"
|
19 |
-
"X-Poedit-Country: United States\n"
|
20 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
-
"X-Poedit-KeywordsList: "
|
22 |
-
"__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_"
|
23 |
-
"x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
24 |
-
"X-Poedit-Bookmarks: \n"
|
25 |
-
"X-Poedit-SearchPath-0: .\n"
|
26 |
-
"X-Textdomain-Support: yes\n"
|
27 |
-
|
28 |
-
#: black-studio-tinymce-widget.php:
|
29 |
-
#. translators: error message shown when multiple instance of the plugin are
|
30 |
-
#. detected
|
31 |
-
msgid ""
|
32 |
-
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
-
"detected. Please activate only one instance at a time."
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: includes/class-admin-pointer.php:
|
37 |
-
#. translators: text for the dismissable admin pointer tooltip
|
38 |
-
msgid ""
|
39 |
-
"The Visual Editor widget allows you to insert rich text and media objects "
|
40 |
-
"in your sidebars"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: includes/class-admin.php:
|
44 |
-
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
-
msgid ""
|
46 |
-
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
-
"new widget with the same content and then delete this one."
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: includes/class-admin.php:
|
51 |
-
#. translators: text used for plugin home link
|
52 |
-
msgid "Home"
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: includes/class-admin.php:
|
56 |
-
#. translators: text used for support faq link
|
57 |
-
msgid "FAQ"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: includes/class-admin.php:
|
61 |
-
#. translators: text used for support forum link
|
62 |
-
msgid "Support"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: includes/class-admin.php:
|
66 |
-
#. translators: text used for reviews link
|
67 |
-
msgid "Rate"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: includes/class-admin.php:
|
71 |
-
#. translators: text used for follow on twitter link
|
72 |
-
msgid "Follow"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: includes/class-admin.php:
|
76 |
-
#. translators: text used for donation link
|
77 |
-
msgid "Donate"
|
78 |
-
msgstr ""
|
79 |
-
|
80 |
-
#: includes/class-admin.php:
|
81 |
-
#. translators: text used for the icon that shows the plugin links
|
82 |
-
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: includes/class-widget.php:
|
86 |
-
#. translators: title of the widget
|
87 |
-
msgid "Visual Editor"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: includes/class-widget.php:
|
91 |
-
#. translators: description of the widget, shown in available widgets
|
92 |
-
msgid "Arbitrary text or HTML with visual editor"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#. Description of the plugin/theme
|
96 |
-
msgid ""
|
97 |
-
"Adds a new \"Visual Editor\" widget type based on the native WordPress "
|
98 |
-
"TinyMCE editor."
|
99 |
msgstr ""
|
1 |
+
# Copyright (C) 2015 Black Studio
|
2 |
+
# This file is distributed under the GPLv3.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Black Studio TinyMCE Widget 2.2.4\n"
|
6 |
+
"Report-Msgid-Bugs-To: "
|
7 |
+
"https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
|
8 |
+
"POT-Creation-Date: 2015-05-14 10:45:08+00:00\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
13 |
+
"Last-Translator: Black Studio <info@blackstudio.it>\n"
|
14 |
+
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
15 |
+
"X-Generator: grunt-wp-i18n 0.4.8\n"
|
16 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
+
"X-Poedit-Basepath: .\n"
|
18 |
+
"X-Poedit-Language: English\n"
|
19 |
+
"X-Poedit-Country: United States\n"
|
20 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
+
"X-Poedit-KeywordsList: "
|
22 |
+
"__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_"
|
23 |
+
"x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
24 |
+
"X-Poedit-Bookmarks: \n"
|
25 |
+
"X-Poedit-SearchPath-0: .\n"
|
26 |
+
"X-Textdomain-Support: yes\n"
|
27 |
+
|
28 |
+
#: black-studio-tinymce-widget.php:279
|
29 |
+
#. translators: error message shown when multiple instance of the plugin are
|
30 |
+
#. detected
|
31 |
+
msgid ""
|
32 |
+
"ERROR: Multiple instances of the Black Studio TinyMCE Widget plugin were "
|
33 |
+
"detected. Please activate only one instance at a time."
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: includes/class-admin-pointer.php:167
|
37 |
+
#. translators: text for the dismissable admin pointer tooltip
|
38 |
+
msgid ""
|
39 |
+
"The Visual Editor widget allows you to insert rich text and media objects "
|
40 |
+
"in your sidebars"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/class-admin.php:246
|
44 |
+
#. translators: error message shown when a duplicated widget ID is detected
|
45 |
+
msgid ""
|
46 |
+
"ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
|
47 |
+
"new widget with the same content and then delete this one."
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: includes/class-admin.php:334
|
51 |
+
#. translators: text used for plugin home link
|
52 |
+
msgid "Home"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: includes/class-admin.php:336
|
56 |
+
#. translators: text used for support faq link
|
57 |
+
msgid "FAQ"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: includes/class-admin.php:338
|
61 |
+
#. translators: text used for support forum link
|
62 |
+
msgid "Support"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: includes/class-admin.php:340
|
66 |
+
#. translators: text used for reviews link
|
67 |
+
msgid "Rate"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: includes/class-admin.php:342
|
71 |
+
#. translators: text used for follow on twitter link
|
72 |
+
msgid "Follow"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: includes/class-admin.php:344
|
76 |
+
#. translators: text used for donation link
|
77 |
+
msgid "Donate"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: includes/class-admin.php:364
|
81 |
+
#. translators: text used for the icon that shows the plugin links
|
82 |
+
msgid "About Black Studio TinyMCE Widget plugin"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: includes/class-widget.php:27
|
86 |
+
#. translators: title of the widget
|
87 |
+
msgid "Visual Editor"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: includes/class-widget.php:29
|
91 |
+
#. translators: description of the widget, shown in available widgets
|
92 |
+
msgid "Arbitrary text or HTML with visual editor"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#. Description of the plugin/theme
|
96 |
+
msgid ""
|
97 |
+
"Adds a new \"Visual Editor\" widget type based on the native WordPress "
|
98 |
+
"TinyMCE editor."
|
99 |
msgstr ""
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: marcochiesi, thedarkmist
|
|
3 |
Donate link: http://www.blackstudio.it/en/wordpress-plugins/black-studio-tinymce-widget/
|
4 |
Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
|
@@ -66,17 +66,18 @@ If you are experiencing issues with the plugin please read entirely these FAQ be
|
|
66 |
2. Ensure that you are running the latest versions of both WordPress and the plugin.
|
67 |
3. Search in our [support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget) for threads with similar issues.
|
68 |
4. Disable all other plugins and check if the problem is fixed. In that case enable the other plugins one by one and figure out which one is causing the issue. Please see [Conflict Diagnosis Guide for WordPress plugins](https://rtcamp.com/rtmedia/docs/troubleshooting/conflict-diagnosis-guide-wordpress-plugins/) for further info.
|
69 |
-
5. If the problem persists even with all other plugins disabled, try to switch to a WordPress default theme (i.e. Twenty
|
70 |
|
71 |
If you found a conflict with a plugin or theme, or if your problem is still present after the steps above, open a topic in the [support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget) and provide the following information:
|
72 |
|
73 |
* Detailed description of the problem, including the steps to reproduce it
|
|
|
74 |
* Error messages, if any, in particular in [browser's javascript console](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers)
|
75 |
* Browser and Operating System in use
|
76 |
* Plugin version in use
|
77 |
* WordPress version in use
|
78 |
* WordPress theme in use
|
79 |
-
* WordPress
|
80 |
* WordPress plugins causing conflicts, if any
|
81 |
* A link to a screenshot, if it can be useful to understand the problem
|
82 |
* A link to your website, if it can be useful to show the problem
|
@@ -178,13 +179,18 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
|
|
178 |
|
179 |
== Changelog ==
|
180 |
|
|
|
|
|
|
|
|
|
|
|
181 |
= 2.2.3 (2015-02-17) =
|
182 |
* Fixed bug on reordering gallery images
|
183 |
-
* Added
|
184 |
|
185 |
= 2.2.2 (2014-12-24) =
|
186 |
* Fixed bug on visual/text mode not being saved in WordPress 4.1
|
187 |
-
* Updated German and French translations
|
188 |
* Added support for [Composer](https://getcomposer.org) dependency manager (courtesy of [@cfoellmann](https://github.com/cfoellmann))
|
189 |
|
190 |
= 2.2.1 (2014-11-18) =
|
@@ -201,7 +207,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
|
|
201 |
* Enhanced compatibility for widgets created with 1.x plugin versions
|
202 |
* Enhanced compatibility for editor instances used by other plugins
|
203 |
* Fixed bug on line breaks being stripped in text mode
|
204 |
-
* Updated translations
|
205 |
|
206 |
= 2.1.6 (2014-10-23) =
|
207 |
* Fixed bug on line breaks being changed on editor load
|
@@ -413,5 +419,5 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
|
|
413 |
|
414 |
== Upgrade Notice ==
|
415 |
|
416 |
-
= 2.2.
|
417 |
Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.
|
3 |
Donate link: http://www.blackstudio.it/en/wordpress-plugins/black-studio-tinymce-widget/
|
4 |
Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 2.2.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
|
66 |
2. Ensure that you are running the latest versions of both WordPress and the plugin.
|
67 |
3. Search in our [support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget) for threads with similar issues.
|
68 |
4. Disable all other plugins and check if the problem is fixed. In that case enable the other plugins one by one and figure out which one is causing the issue. Please see [Conflict Diagnosis Guide for WordPress plugins](https://rtcamp.com/rtmedia/docs/troubleshooting/conflict-diagnosis-guide-wordpress-plugins/) for further info.
|
69 |
+
5. If the problem persists even with all other plugins disabled, try to switch to a WordPress default theme (i.e. Twenty Fifteen) and check if that fixes the issue.
|
70 |
|
71 |
If you found a conflict with a plugin or theme, or if your problem is still present after the steps above, open a topic in the [support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget) and provide the following information:
|
72 |
|
73 |
* Detailed description of the problem, including the steps to reproduce it
|
74 |
+
* Location(s) where the problem occurs (Appearance -> Widgets, Theme Customizer, Accessibility mode, Page Builder, etc)
|
75 |
* Error messages, if any, in particular in [browser's javascript console](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers)
|
76 |
* Browser and Operating System in use
|
77 |
* Plugin version in use
|
78 |
* WordPress version in use
|
79 |
* WordPress theme in use
|
80 |
+
* WordPress language in use, if other than english
|
81 |
* WordPress plugins causing conflicts, if any
|
82 |
* A link to a screenshot, if it can be useful to understand the problem
|
83 |
* A link to your website, if it can be useful to show the problem
|
179 |
|
180 |
== Changelog ==
|
181 |
|
182 |
+
= 2.2.4 (2015-05-14) =
|
183 |
+
* Fixed issue with WordPress Theme Customizer
|
184 |
+
* For developers: added ability to create subclasses of WP_Widget_Black_Studio_TinyMCE class (courtesy of [@andreamk](https://github.com/andreamk))
|
185 |
+
* Added Khmer and updated Spanish translations (courtesy of WP-Translation.org team on Transifex)
|
186 |
+
|
187 |
= 2.2.3 (2015-02-17) =
|
188 |
* Fixed bug on reordering gallery images
|
189 |
+
* Added Czech and Lithuanian translations (courtesy of WP-Translation.org team on Transifex)
|
190 |
|
191 |
= 2.2.2 (2014-12-24) =
|
192 |
* Fixed bug on visual/text mode not being saved in WordPress 4.1
|
193 |
+
* Updated German and French translations (courtesy of WP-Translation.org team on Transifex)
|
194 |
* Added support for [Composer](https://getcomposer.org) dependency manager (courtesy of [@cfoellmann](https://github.com/cfoellmann))
|
195 |
|
196 |
= 2.2.1 (2014-11-18) =
|
207 |
* Enhanced compatibility for widgets created with 1.x plugin versions
|
208 |
* Enhanced compatibility for editor instances used by other plugins
|
209 |
* Fixed bug on line breaks being stripped in text mode
|
210 |
+
* Updated translations (courtesy of WP-Translation.org team on Transifex)
|
211 |
|
212 |
= 2.1.6 (2014-10-23) =
|
213 |
* Fixed bug on line breaks being changed on editor load
|
419 |
|
420 |
== Upgrade Notice ==
|
421 |
|
422 |
+
= 2.2.4 =
|
423 |
Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.
|