Black Studio TinyMCE Widget - Version 2.4.0

Version Description

(2017-08-04) = * Prevent JS errors and display warning when visual editor is disabled in profile settings * Fixed z-index issue on TinyMCE panels * Added Mexican Spanish translation * Updated other language translations

Download this release

Release Info

Developer marcochiesi
Plugin Icon 128x128 Black Studio TinyMCE Widget
Version 2.4.0
Comparing to
See all releases

Code changes from version 2.3.2 to 2.4.0

Files changed (60) hide show
  1. black-studio-tinymce-widget.php +3 -3
  2. css/black-studio-tinymce-widget.css +4 -2
  3. css/black-studio-tinymce-widget.min.css +1 -1
  4. includes/class-admin.php +31 -0
  5. js/black-studio-tinymce-widget.js +51 -35
  6. js/black-studio-tinymce-widget.min.js +1 -1
  7. languages/black-studio-tinymce-widget-ca.mo +0 -0
  8. languages/black-studio-tinymce-widget-ca.po +32 -17
  9. languages/black-studio-tinymce-widget-cs_CZ.mo +0 -0
  10. languages/black-studio-tinymce-widget-cs_CZ.po +19 -11
  11. languages/black-studio-tinymce-widget-da_DK.mo +0 -0
  12. languages/black-studio-tinymce-widget-da_DK.po +18 -10
  13. languages/black-studio-tinymce-widget-de_DE.mo +0 -0
  14. languages/black-studio-tinymce-widget-de_DE.po +22 -14
  15. languages/black-studio-tinymce-widget-el.mo +0 -0
  16. languages/black-studio-tinymce-widget-el.po +22 -13
  17. languages/black-studio-tinymce-widget-en_GB.mo +0 -0
  18. languages/black-studio-tinymce-widget-en_GB.po +18 -10
  19. languages/black-studio-tinymce-widget-es_ES.mo +0 -0
  20. languages/black-studio-tinymce-widget-es_ES.po +22 -14
  21. languages/black-studio-tinymce-widget-es_MX.mo +0 -0
  22. languages/black-studio-tinymce-widget-es_MX.po +107 -0
  23. languages/black-studio-tinymce-widget-fa_IR.mo +0 -0
  24. languages/black-studio-tinymce-widget-fa_IR.po +19 -11
  25. languages/black-studio-tinymce-widget-fi.mo +0 -0
  26. languages/black-studio-tinymce-widget-fi.po +18 -10
  27. languages/black-studio-tinymce-widget-fr_FR.mo +0 -0
  28. languages/black-studio-tinymce-widget-fr_FR.po +19 -11
  29. languages/black-studio-tinymce-widget-id_ID.mo +0 -0
  30. languages/black-studio-tinymce-widget-id_ID.po +18 -10
  31. languages/black-studio-tinymce-widget-it_IT.mo +0 -0
  32. languages/black-studio-tinymce-widget-it_IT.po +19 -11
  33. languages/black-studio-tinymce-widget-km.mo +0 -0
  34. languages/black-studio-tinymce-widget-km.po +18 -10
  35. languages/black-studio-tinymce-widget-lt_LT.mo +0 -0
  36. languages/black-studio-tinymce-widget-lt_LT.po +19 -11
  37. languages/black-studio-tinymce-widget-nl_NL.mo +0 -0
  38. languages/black-studio-tinymce-widget-nl_NL.po +18 -10
  39. languages/black-studio-tinymce-widget-oc.mo +0 -0
  40. languages/black-studio-tinymce-widget-oc.po +19 -11
  41. languages/black-studio-tinymce-widget-pl_PL.mo +0 -0
  42. languages/black-studio-tinymce-widget-pl_PL.po +22 -14
  43. languages/black-studio-tinymce-widget-pt_BR.mo +0 -0
  44. languages/black-studio-tinymce-widget-pt_BR.po +19 -11
  45. languages/black-studio-tinymce-widget-pt_PT.mo +0 -0
  46. languages/black-studio-tinymce-widget-pt_PT.po +18 -10
  47. languages/black-studio-tinymce-widget-ru_RU.mo +0 -0
  48. languages/black-studio-tinymce-widget-ru_RU.po +19 -11
  49. languages/black-studio-tinymce-widget-sk_SK.mo +0 -0
  50. languages/black-studio-tinymce-widget-sk_SK.po +18 -10
  51. languages/black-studio-tinymce-widget-sv_SE.mo +0 -0
  52. languages/black-studio-tinymce-widget-sv_SE.po +21 -13
  53. languages/black-studio-tinymce-widget-tr_TR.mo +0 -0
  54. languages/black-studio-tinymce-widget-tr_TR.po +18 -10
  55. languages/black-studio-tinymce-widget-uk.mo +0 -0
  56. languages/black-studio-tinymce-widget-uk.po +18 -10
  57. languages/black-studio-tinymce-widget-zh_CN.mo +0 -0
  58. languages/black-studio-tinymce-widget-zh_CN.po +18 -10
  59. languages/black-studio-tinymce-widget.pot +18 -10
  60. readme.txt +27 -13
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.3.2
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  Requires at least: 3.1
10
- Tested up to: 4.6
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.3.2';
39
 
40
  /**
41
  * The single instance of the plugin class
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.4.0
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  Requires at least: 3.1
10
+ Tested up to: 4.8
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.4.0';
39
 
40
  /**
41
  * The single instance of the plugin class
css/black-studio-tinymce-widget.css CHANGED
@@ -79,10 +79,12 @@ div[id*="black-studio-tinymce"] .wp-editor-wrap {
79
  }
80
 
81
 
82
- /* Put TinyMCE panels foreground in Customizer */
83
 
84
  .wp-customizer .mce-floatpanel.mce-popover,
85
- .wp-customizer .mce-panel.mce-menu {
 
 
86
  z-index: 500000 !important;
87
  }
88
 
79
  }
80
 
81
 
82
+ /* Put TinyMCE panels foreground */
83
 
84
  .wp-customizer .mce-floatpanel.mce-popover,
85
+ .wp-customizer .mce-panel.mce-menu,
86
+ .widgets-php .mce-floatpanel.mce-popover,
87
+ .widgets-php .mce-panel.mce-menu {
88
  z-index: 500000 !important;
89
  }
90
 
css/black-studio-tinymce-widget.min.css CHANGED
@@ -1,2 +1,2 @@
1
  /* Black Studio TinyMCE Widget */
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,.wp-customizer .mce-panel.mce-menu{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}.wp-customizer #wp-link-backdrop{z-index:500010}.wp-customizer #wp-link-wrap{z-index:500020}.wp-customizer .ui-autocomplete.wplink-autocomplete,.wp-customizer div.mce-inline-toolbar-grp{z-index:500025}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-menubar{border-color:#e5e5e5!important;background:#fff!important;border-width:0 0 1px!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 */
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"}.widgets-php .mce-floatpanel.mce-popover,.widgets-php .mce-panel.mce-menu,.wp-customizer .mce-floatpanel.mce-popover,.wp-customizer .mce-panel.mce-menu{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}.wp-customizer #wp-link-backdrop{z-index:500010}.wp-customizer #wp-link-wrap{z-index:500020}.wp-customizer .ui-autocomplete.wplink-autocomplete,.wp-customizer div.mce-inline-toolbar-grp{z-index:500025}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-menubar{border-color:#e5e5e5!important;background:#fff!important;border-width:0 0 1px!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-admin.php CHANGED
@@ -125,6 +125,10 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Admin' ) ) {
125
  add_filter( 'tiny_mce_before_init', array( $this, 'tinymce_fix_rtl' ), 10 );
126
  add_filter( 'tiny_mce_before_init', array( $this, 'tinymce_fullscreen' ), 10, 2 );
127
  add_filter( 'quicktags_settings', array( $this, 'quicktags_fullscreen' ), 10, 2 );
 
 
 
 
128
  do_action( 'black_studio_tinymce_load' );
129
  }
130
  }
@@ -435,6 +439,33 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Admin' ) ) {
435
  return $settings;
436
  }
437
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  } // END class Black_Studio_TinyMCE_Admin
439
 
440
  } // END class_exists check
125
  add_filter( 'tiny_mce_before_init', array( $this, 'tinymce_fix_rtl' ), 10 );
126
  add_filter( 'tiny_mce_before_init', array( $this, 'tinymce_fullscreen' ), 10, 2 );
127
  add_filter( 'quicktags_settings', array( $this, 'quicktags_fullscreen' ), 10, 2 );
128
+ if ( ! user_can_richedit() ) {
129
+ add_action( 'admin_notices', array( $this, 'visual_editor_disabled_notice' ) );
130
+ }
131
+ add_action( 'wp_ajax_bstw_visual_editor_disabled_dismiss_notice', array( $this, 'visual_editor_disabled_dismiss_notice' ) );
132
  do_action( 'black_studio_tinymce_load' );
133
  }
134
  }
439
  return $settings;
440
  }
441
 
442
+ /**
443
+ * Show admin notice when visual editor is disabled in current user's profile settings
444
+ *
445
+ * @return void
446
+ * @since 2.4.0
447
+ */
448
+ public function visual_editor_disabled_notice() {
449
+ global $pagenow;
450
+ $dismissed = get_user_meta( get_current_user_id(), '_bstw_visual_editor_disabled_notice_dismissed', true );
451
+ if ( 'widgets.php' == $pagenow && empty( $dismissed ) ) {
452
+ echo '<div class="bstw-visual-editor-disabled-notice notice notice-warning is-dismissible">';
453
+ /* translators: warning message shown when when visual editor is disabled in current user's profile settings */
454
+ echo '<p>' . esc_html( __( 'Visual Editor is disabled in your Profile settings. You need to enable it in order to use the Visual Editor widget at its full potential.', 'black-studio-tinymce-widget' ) ) . '</p>';
455
+ echo '</div>';
456
+ }
457
+ }
458
+
459
+ /**
460
+ * Store dismission of the "Visual Editor disabled" notice for the current user
461
+ *
462
+ * @return void
463
+ * @since 2.4.0
464
+ */
465
+ public function visual_editor_disabled_dismiss_notice() {
466
+ add_user_meta( get_current_user_id(), '_bstw_visual_editor_disabled_notice_dismissed', true );
467
+ }
468
+
469
  } // END class Black_Studio_TinyMCE_Admin
470
 
471
  } // END class_exists check
js/black-studio-tinymce-widget.js CHANGED
@@ -1,6 +1,6 @@
1
  /* Black Studio TinyMCE Widget - JS */
2
 
3
- /* global bstw_data, tinymce, tinyMCEPreInit, QTags, quicktags, isRtl */
4
 
5
  var bstw;
6
 
@@ -45,32 +45,36 @@ var bstw;
45
  QTags.instances[ id ] = newInstance;
46
  }
47
  if ( ! this.is_tinymce_configured() ) {
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() {
55
- if ( bstw( id ).get_mode() === 'visual' ) {
56
- bstw( id ).update_content();
57
- }
58
- $( '#' + id ).change();
59
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  $( '#' + id ).addClass( 'active' ).removeClass( 'activating' );
61
- };
62
- if ( ! force_init ) {
63
- this.go();
64
  }
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
  }
75
  }
76
  return this;
@@ -100,18 +104,20 @@ var bstw;
100
  // Update textarea content when in visual mode
101
  update_content: function() {
102
  var content;
103
- if ( this.get_mode() === 'visual' ) {
104
- content = tinymce.get( id ).save();
105
- if ( tinyMCEPreInit.mceInit[ id ].wpautop ) {
106
- content = window.switchEditors.pre_wpautop( content );
107
- }
108
- this.get_textarea().val( content);
109
- } else if ( this.is_tinymce_active() ) {
110
- content = this.get_textarea().val();
111
- if ( tinyMCEPreInit.mceInit[ id ].wpautop ) {
112
- content = window.switchEditors.wpautop( content );
 
 
 
113
  }
114
- tinymce.get( id ).setContent( content );
115
  }
116
  return this;
117
  },
@@ -339,6 +345,16 @@ var bstw;
339
  bstw( $( this ) ).responsive();
340
  });
341
  });
 
 
 
 
 
 
 
 
 
 
342
 
343
  // Deactivate quicktags toolbar on hidden base instance
344
  $( '#qt_widget-black-studio-tinymce-__i__-text_toolbar' ).remove();
1
  /* Black Studio TinyMCE Widget - JS */
2
 
3
+ /* global bstw_data, tinymce, tinyMCEPreInit, QTags, quicktags, isRtl, ajaxurl */
4
 
5
  var bstw;
6
 
45
  QTags.instances[ id ] = newInstance;
46
  }
47
  if ( ! this.is_tinymce_configured() ) {
48
+ if ( 'undefined' !== typeof tinyMCEPreInit.mceInit['black-studio-tinymce-widget'] ) {
49
+ tinyMCEPreInit.mceInit[ id ] = tinyMCEPreInit.mceInit['black-studio-tinymce-widget'];
50
+ tinyMCEPreInit.mceInit[ id ].selector = '#' + id;
51
+ }
52
  }
53
+ if ( this.is_tinymce_configured() ) {
54
+ if ( ! this.is_tinymce_active() && this.get_mode() === 'visual' && $( '#' + id ).is( ':visible' ) ) {
55
+ tinyMCEPreInit.mceInit[ id ].setup = function( ed ) {
56
+ // Real time preview (Theme customizer)
57
+ ed.on( 'keyup change', function() {
58
+ if ( bstw( id ).get_mode() === 'visual' ) {
59
+ bstw( id ).update_content();
60
+ }
61
+ $( '#' + id ).change();
62
+ });
63
+ $( '#' + id ).addClass( 'active' ).removeClass( 'activating' );
64
+ };
65
+ if ( ! force_init ) {
66
+ this.go();
67
+ }
68
+ else {
69
+ tinymce.init( tinyMCEPreInit.mceInit[ id ] );
70
+ }
71
+ } else if ( ! this.is_tinymce_active() && this.get_mode() === 'visual' ) {
72
+ setTimeout( function() {
73
+ bstw( id ).activate( force_init );
74
+ }, 500 );
75
+ } else {
76
  $( '#' + id ).addClass( 'active' ).removeClass( 'activating' );
 
 
 
77
  }
 
 
 
 
 
 
 
 
 
78
  }
79
  }
80
  return this;
104
  // Update textarea content when in visual mode
105
  update_content: function() {
106
  var content;
107
+ if ( this.is_tinymce_configured() ) {
108
+ if ( this.get_mode() === 'visual' ) {
109
+ content = tinymce.get( id ).save();
110
+ if ( tinyMCEPreInit.mceInit[ id ].wpautop ) {
111
+ content = window.switchEditors.pre_wpautop( content );
112
+ }
113
+ this.get_textarea().val( content);
114
+ } else if ( this.is_tinymce_active() ) {
115
+ content = this.get_textarea().val();
116
+ if ( tinyMCEPreInit.mceInit[ id ].wpautop ) {
117
+ content = window.switchEditors.wpautop( content );
118
+ }
119
+ tinymce.get( id ).setContent( content );
120
  }
 
121
  }
122
  return this;
123
  },
345
  bstw( $( this ) ).responsive();
346
  });
347
  });
348
+
349
+ // Event handler for dismission of "Visual Editor disabled" notice
350
+ $( document ).on( 'click', '.bstw-visual-editor-disabled-notice .notice-dismiss', function() {
351
+ $.ajax({
352
+ url: ajaxurl,
353
+ data: {
354
+ action: 'bstw_visual_editor_disabled_dismiss_notice'
355
+ }
356
+ });
357
+ });
358
 
359
  // Deactivate quicktags toolbar on hidden base instance
360
  $( '#qt_widget-black-studio-tinymce-__i__-text_toolbar' ).remove();
js/black-studio-tinymce-widget.min.js CHANGED
@@ -1,2 +1,2 @@
1
  /* Black Studio TinyMCE Widget */
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-title-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);
1
  /* Black Studio TinyMCE Widget */
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()||"undefined"!=typeof tinyMCEPreInit.mceInit["black-studio-tinymce-widget"]&&(tinyMCEPreInit.mceInit[c]=tinyMCEPreInit.mceInit["black-studio-tinymce-widget"],tinyMCEPreInit.mceInit[c].selector="#"+c),this.is_tinymce_configured()&&(!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 this.is_tinymce_configured()&&("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-title-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(document).on("click",".bstw-visual-editor-disabled-notice .notice-dismiss",function(){a.ajax({url:ajaxurl,data:{action:"bstw_visual_editor_disabled_dismiss_notice"}})}),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);
languages/black-studio-tinymce-widget-ca.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-ca.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2014 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # marcochiesi <marco@blackstudio.it>, 2014
@@ -6,16 +6,16 @@ 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: 2014-10-12 22:25:50+00:00\n"
10
- "PO-Revision-Date: 2014-10-12 22:24+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
- "Language-Team: Catalan (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/ca/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ca\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\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"
@@ -27,61 +27,76 @@ msgstr ""
27
 
28
  #. translators: error message shown when multiple instance of the plugin are
29
  #. detected
30
- #: black-studio-tinymce-widget.php:260
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: error message shown when a duplicated widget ID is detected
37
- #: includes/class-admin.php:245
38
  msgid ""
39
  "ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
40
  "new widget with the same content and then delete this one."
41
  msgstr ""
42
 
43
  #. translators: text used for plugin home link
44
- #: includes/class-admin.php:319
45
  msgid "Home"
46
  msgstr "Pàgina d'inici"
47
 
48
  #. translators: text used for support faq link
49
- #: includes/class-admin.php:321
50
  msgid "FAQ"
51
  msgstr "PMF"
52
 
53
  #. translators: text used for support forum link
54
- #: includes/class-admin.php:323
55
  msgid "Support"
56
- msgstr ""
57
 
58
  #. translators: text used for reviews link
59
- #: includes/class-admin.php:325
60
  msgid "Rate"
61
  msgstr "Puntuació"
62
 
63
  #. translators: text used for follow on twitter link
64
- #: includes/class-admin.php:327
65
  msgid "Follow"
66
  msgstr "Segueix"
67
 
68
  #. translators: text used for donation link
69
- #: includes/class-admin.php:329
70
  msgid "Donate"
71
  msgstr "Fes un donatiu"
72
 
73
  #. translators: text used for the icon that shows the plugin links
74
- #: includes/class-admin.php:349
75
  msgid "About Black Studio TinyMCE Widget plugin"
76
  msgstr ""
77
 
 
 
 
 
 
 
 
 
78
  #. translators: title of the widget
79
- #: includes/class-widget.php:28
80
  msgid "Visual Editor"
81
  msgstr "Editor visual"
82
 
83
  #. translators: description of the widget, shown in available widgets
84
- #: includes/class-widget.php:30
85
  msgid "Arbitrary text or HTML with visual editor"
86
  msgstr ""
87
 
1
+ # Copyright (C) 2017 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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
+ "Language-Team: Catalan (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/ca/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ca\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-Bookmarks: \n"
21
  "X-Poedit-Country: United States\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:250
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:338
52
  msgid "Home"
53
  msgstr "Pàgina d'inici"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "PMF"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
+ msgstr "Fòrums de suport"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Puntuació"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Segueix"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Fes un donatiu"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
+ #: includes/class-widget.php:27
95
  msgid "Visual Editor"
96
  msgstr "Editor visual"
97
 
98
  #. translators: description of the widget, shown in available widgets
99
+ #: includes/class-widget.php:29
100
  msgid "Arbitrary text or HTML with visual editor"
101
  msgstr ""
102
 
languages/black-studio-tinymce-widget-cs_CZ.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-cs_CZ.po CHANGED
@@ -7,9 +7,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-08-22 16:02+0000\n"
12
- "Last-Translator: Tomas Hrdina <mot2425@gmail.com>\n"
13
  "Language-Team: Czech (Czech Republic) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/cs_CZ/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Czech (Czech Republic) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/cs_CZ/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
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:250
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:338
53
  msgid "Home"
54
  msgstr "Úvodní stránka"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "FAQ"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Podpora"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Ohodnoťte plugin"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Sledovat"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Darovat"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr "O pluginu Black Studio TinyMCE Widget"
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-da_DK.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-da_DK.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-10-04 08:49+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Forside"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Support"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Rate"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Følg"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Doner"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
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) 2015 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # Christian Foellmann <foellmann@foe-services.de>, 2014
@@ -9,16 +9,16 @@ 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: 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"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
  "Language: de_DE\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Generator: grunt-wp-i18n 0.4.8\n"
22
  "X-Poedit-Basepath: .\n"
23
  "X-Poedit-Bookmarks: \n"
24
  "X-Poedit-Country: United States\n"
@@ -44,47 +44,55 @@ msgid ""
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"
1
+ # Copyright (C) 2017 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: 2017-08-03 22:00:29+00:00\n"
13
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
14
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
15
+ "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/de_DE/)\n"
16
  "MIME-Version: 1.0\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
  "Language: de_DE\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
22
  "X-Poedit-Basepath: .\n"
23
  "X-Poedit-Bookmarks: \n"
24
  "X-Poedit-Country: United States\n"
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:250
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:338
55
  msgid "Home"
56
  msgstr "Home"
57
 
58
  #. translators: text used for support faq link
59
+ #: includes/class-admin.php:340
60
  msgid "FAQ"
61
  msgstr "FAQ"
62
 
63
  #. translators: text used for support forum link
64
+ #: includes/class-admin.php:342
65
  msgid "Support"
66
  msgstr "Support"
67
 
68
  #. translators: text used for reviews link
69
+ #: includes/class-admin.php:344
70
  msgid "Rate"
71
  msgstr "Bewerten"
72
 
73
  #. translators: text used for follow on twitter link
74
+ #: includes/class-admin.php:346
75
  msgid "Follow"
76
  msgstr "Folgen"
77
 
78
  #. translators: text used for donation link
79
+ #: includes/class-admin.php:348
80
  msgid "Donate"
81
  msgstr "Spenden"
82
 
83
  #. translators: text used for the icon that shows the plugin links
84
+ #: includes/class-admin.php:368
85
  msgid "About Black Studio TinyMCE Widget plugin"
86
  msgstr "Über das Black Studio TinyMCE Widget Plugin"
87
 
88
+ #. translators: warning message shown when when visual editor is disabled in
89
+ #. current user's profile settings
90
+ #: includes/class-admin.php:454
91
+ msgid ""
92
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
93
+ " order to use the Visual Editor widget at its full potential."
94
+ msgstr ""
95
+
96
  #. translators: title of the widget
97
  #: includes/class-widget.php:27
98
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-el.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-el.po CHANGED
@@ -1,13 +1,14 @@
1
  # Copyright (C) 2017 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
 
4
  # evigiannakou <evigian@in.gr>, 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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-01-18 19:45+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Greek (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/el/)\n"
13
  "MIME-Version: 1.0\n"
@@ -31,55 +32,63 @@ msgstr ""
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
@@ -96,4 +105,4 @@ msgstr "Τυχαίο κείμενο ή HTML με επεξεργαστή"
96
  msgid ""
97
  "Adds a new \"Visual Editor\" widget type based on the native WordPress "
98
  "TinyMCE editor."
99
- msgstr ""
1
  # Copyright (C) 2017 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
+ # Elektra M. <safiragon@yahoo.gr>, 2017
5
  # evigiannakou <evigian@in.gr>, 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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Greek (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/el/)\n"
14
  "MIME-Version: 1.0\n"
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 "ΣΦΑΛΜΑ: Εντοπίστηκαν πολλαπλές εμφανίσεις της προσθήκης Black Studio TinyMCE Widget. Παρακαλούμε ενεργοποιήστε μόνο μία εμφάνιση κάθε φορά."
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 σάς επιτρέπει να εισάγετε εμπλουτισμένο κείμενο και αντικείμενα μέσων στις πλευρικές γραμμές σας"
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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 "ΣΦΑΛΜΑ: Ανιχνεύθηκε ID διπλής μονάδας. Για να αποφύγετε την απώλεια περιεχομένου, παρακαλώ δημιουργήστε μια νέα μονάδα με το ίδιο περιεχόμενο και έπειτα διαγράψτε αυτή."
50
 
51
  #. translators: text used for plugin home link
52
+ #: includes/class-admin.php:338
53
  msgid "Home"
54
  msgstr "Αρχική"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "Κοινές απορίες"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Υποστήριξη"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Αξιολόγηση"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Ακολουθήστε"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Δωρεά"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
+ msgstr "Σχετικά με την προσθήκη Black Studio TinyMCE Widget"
85
+
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
  msgstr ""
93
 
94
  #. translators: title of the widget
105
  msgid ""
106
  "Adds a new \"Visual Editor\" widget type based on the native WordPress "
107
  "TinyMCE editor."
108
+ msgstr "Προσθέτει ένα νέο τύπο γραφικού στοιχείου \"Visual Editor\" που βασίζεται στον επεξεργαστή WordPress TinyMCE."
languages/black-studio-tinymce-widget-en_GB.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-en_GB.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2017-03-11 14:31+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: English (United Kingdom) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/en_GB/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: English (United Kingdom) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/en_GB/)\n"
13
  "MIME-Version: 1.0\n"
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:250
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:338
52
  msgid "Home"
53
  msgstr "Home"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Support"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Rate"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Follow"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Donate"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr "About Black Studio TinyMCE Widget plugin"
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-es_ES.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-es_ES.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # Digital03.net <info@digital03.net>, 2015
@@ -8,16 +8,16 @@ 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-07-11 15:06:36+00:00\n"
12
- "PO-Revision-Date: 2015-06-24 09:12+0000\n"
13
- "Last-Translator: Digital03.net <info@digital03.net>\n"
14
- "Language-Team: Spanish (Spain) (http://www.transifex.com/p/black-studio-tinymce-widget/language/es_ES/)\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: es_ES\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: grunt-wp-i18n 0.4.8\n"
21
  "X-Poedit-Basepath: .\n"
22
  "X-Poedit-Bookmarks: \n"
23
  "X-Poedit-Country: United States\n"
@@ -43,47 +43,55 @@ msgid ""
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"
1
+ # Copyright (C) 2017 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # Digital03.net <info@digital03.net>, 2015
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: 2017-08-03 22:00:29+00:00\n"
12
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
13
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
14
+ "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/es_ES/)\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: es_ES\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
21
  "X-Poedit-Basepath: .\n"
22
  "X-Poedit-Bookmarks: \n"
23
  "X-Poedit-Country: United States\n"
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:250
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:338
54
  msgid "Home"
55
  msgstr "INICIO"
56
 
57
  #. translators: text used for support faq link
58
+ #: includes/class-admin.php:340
59
  msgid "FAQ"
60
  msgstr "FAQ"
61
 
62
  #. translators: text used for support forum link
63
+ #: includes/class-admin.php:342
64
  msgid "Support"
65
  msgstr "Soporte"
66
 
67
  #. translators: text used for reviews link
68
+ #: includes/class-admin.php:344
69
  msgid "Rate"
70
  msgstr "Puntuar"
71
 
72
  #. translators: text used for follow on twitter link
73
+ #: includes/class-admin.php:346
74
  msgid "Follow"
75
  msgstr "Seguir"
76
 
77
  #. translators: text used for donation link
78
+ #: includes/class-admin.php:348
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:368
84
  msgid "About Black Studio TinyMCE Widget plugin"
85
  msgstr "Acerca del plugin Black Studio TinyMCE Widget"
86
 
87
+ #. translators: warning message shown when when visual editor is disabled in
88
+ #. current user's profile settings
89
+ #: includes/class-admin.php:454
90
+ msgid ""
91
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
92
+ " order to use the Visual Editor widget at its full potential."
93
+ msgstr ""
94
+
95
  #. translators: title of the widget
96
  #: includes/class-widget.php:27
97
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-es_MX.mo ADDED
Binary file
languages/black-studio-tinymce-widget-es_MX.po ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2017 Black Studio
2
+ # This file is distributed under the GPLv3.
3
+ # Translators:
4
+ # Eugenio Avila <avilamqz@hotmail.com>, 2017
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
+ "Language-Team: Spanish (Mexico) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/es_MX/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: es_MX\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: grunt-wp-i18n 0.4.9\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:250
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:338
52
+ msgid "Home"
53
+ msgstr "Inicio"
54
+
55
+ #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
+ msgid "FAQ"
58
+ msgstr "FAQ"
59
+
60
+ #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
+ msgid "Support"
63
+ msgstr "Soporte "
64
+
65
+ #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
+ msgid "Rate"
68
+ msgstr "Calificar "
69
+
70
+ #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
+ msgid "Follow"
73
+ msgstr "Seguir "
74
+
75
+ #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
+ msgid "Donate"
78
+ msgstr "Donar "
79
+
80
+ #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
+ msgid "About Black Studio TinyMCE Widget plugin"
83
+ msgstr "Acerca de Black Studio TinyMCE Widget"
84
+
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
+ #. translators: title of the widget
94
+ #: includes/class-widget.php:27
95
+ msgid "Visual Editor"
96
+ msgstr "Editor visual"
97
+
98
+ #. translators: description of the widget, shown in available widgets
99
+ #: includes/class-widget.php:29
100
+ msgid "Arbitrary text or HTML with visual editor"
101
+ msgstr ""
102
+
103
+ #. Description of the plugin/theme
104
+ msgid ""
105
+ "Adds a new \"Visual Editor\" widget type based on the native WordPress "
106
+ "TinyMCE editor."
107
+ msgstr ""
languages/black-studio-tinymce-widget-fa_IR.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-fa_IR.po CHANGED
@@ -7,9 +7,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-01-18 19:52+0000\n"
12
- "Last-Translator: A.Mehraban <Mehr.Ban@chmail.ir>\n"
13
  "Language-Team: Persian (Iran) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fa_IR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,47 +42,55 @@ msgid ""
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 "درباره افزونه Black Studio TinyMCE Widget"
85
 
 
 
 
 
 
 
 
 
86
  #. translators: title of the widget
87
  #: includes/class-widget.php:27
88
  msgid "Visual Editor"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Persian (Iran) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fa_IR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
42
  msgstr "ابزارک ویرایشگر دیداری به شما این اجازه را میدهد تا اقدام به وارد کردن متن، رسانه و اشیاء دیگر در ستون‌های فرعی خود کنید."
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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:338
53
  msgid "Home"
54
  msgstr "خانه"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "سوالات متداول"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "پشتیبانی"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "قیمت"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "دنبال کردن"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "اهداء کردن"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr "درباره افزونه Black Studio TinyMCE Widget"
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-fi.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-fi.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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2017-02-01 07:22+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Finnish (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fi/)\n"
14
  "MIME-Version: 1.0\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Finnish (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fi/)\n"
14
  "MIME-Version: 1.0\n"
42
  msgstr ""
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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:338
53
  msgid "Home"
54
  msgstr "Etusivu"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "UKK"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Tuki"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Arvostele"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Seuraa"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Lahjoita"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr ""
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-fr_FR.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-fr_FR.po CHANGED
@@ -11,9 +11,9 @@ msgid ""
11
  msgstr ""
12
  "Project-Id-Version: Black Studio TinyMCE Widget\n"
13
  "Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
14
- "POT-Creation-Date: 2017-04-13 10:57:08+00:00\n"
15
- "PO-Revision-Date: 2017-03-05 10:32+0000\n"
16
- "Last-Translator: FX Bénard <fxb@wp-translations.org>\n"
17
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -46,47 +46,55 @@ msgid ""
46
  msgstr "Le widget Éditeur Visuel permet d'insérer du texte riche et des objets média dans vos colonnes latérales"
47
 
48
  #. translators: error message shown when a duplicated widget ID is detected
49
- #: includes/class-admin.php:246
50
  msgid ""
51
  "ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
52
  "new widget with the same content and then delete this one."
53
  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."
54
 
55
  #. translators: text used for plugin home link
56
- #: includes/class-admin.php:334
57
  msgid "Home"
58
  msgstr "Accueil"
59
 
60
  #. translators: text used for support faq link
61
- #: includes/class-admin.php:336
62
  msgid "FAQ"
63
  msgstr "FAQ"
64
 
65
  #. translators: text used for support forum link
66
- #: includes/class-admin.php:338
67
  msgid "Support"
68
  msgstr "Support"
69
 
70
  #. translators: text used for reviews link
71
- #: includes/class-admin.php:340
72
  msgid "Rate"
73
  msgstr "Avis"
74
 
75
  #. translators: text used for follow on twitter link
76
- #: includes/class-admin.php:342
77
  msgid "Follow"
78
  msgstr "Suivre"
79
 
80
  #. translators: text used for donation link
81
- #: includes/class-admin.php:344
82
  msgid "Donate"
83
  msgstr "Don"
84
 
85
  #. translators: text used for the icon that shows the plugin links
86
- #: includes/class-admin.php:364
87
  msgid "About Black Studio TinyMCE Widget plugin"
88
  msgstr "À propos de l’extension Black Studio TinyMCE Widget"
89
 
 
 
 
 
 
 
 
 
90
  #. translators: title of the widget
91
  #: includes/class-widget.php:27
92
  msgid "Visual Editor"
11
  msgstr ""
12
  "Project-Id-Version: Black Studio TinyMCE Widget\n"
13
  "Report-Msgid-Bugs-To: https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
14
+ "POT-Creation-Date: 2017-08-03 22:00:29+00:00\n"
15
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
16
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
17
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
19
  "Content-Type: text/plain; charset=UTF-8\n"
46
  msgstr "Le widget Éditeur Visuel permet d'insérer du texte riche et des objets média dans vos colonnes latérales"
47
 
48
  #. translators: error message shown when a duplicated widget ID is detected
49
+ #: includes/class-admin.php:250
50
  msgid ""
51
  "ERROR: Duplicate widget ID detected. To avoid content loss, please create a "
52
  "new widget with the same content and then delete this one."
53
  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."
54
 
55
  #. translators: text used for plugin home link
56
+ #: includes/class-admin.php:338
57
  msgid "Home"
58
  msgstr "Accueil"
59
 
60
  #. translators: text used for support faq link
61
+ #: includes/class-admin.php:340
62
  msgid "FAQ"
63
  msgstr "FAQ"
64
 
65
  #. translators: text used for support forum link
66
+ #: includes/class-admin.php:342
67
  msgid "Support"
68
  msgstr "Support"
69
 
70
  #. translators: text used for reviews link
71
+ #: includes/class-admin.php:344
72
  msgid "Rate"
73
  msgstr "Avis"
74
 
75
  #. translators: text used for follow on twitter link
76
+ #: includes/class-admin.php:346
77
  msgid "Follow"
78
  msgstr "Suivre"
79
 
80
  #. translators: text used for donation link
81
+ #: includes/class-admin.php:348
82
  msgid "Donate"
83
  msgstr "Don"
84
 
85
  #. translators: text used for the icon that shows the plugin links
86
+ #: includes/class-admin.php:368
87
  msgid "About Black Studio TinyMCE Widget plugin"
88
  msgstr "À propos de l’extension Black Studio TinyMCE Widget"
89
 
90
+ #. translators: warning message shown when when visual editor is disabled in
91
+ #. current user's profile settings
92
+ #: includes/class-admin.php:454
93
+ msgid ""
94
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
95
+ " order to use the Visual Editor widget at its full potential."
96
+ msgstr ""
97
+
98
  #. translators: title of the widget
99
  #: includes/class-widget.php:27
100
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-id_ID.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-id_ID.po CHANGED
@@ -10,8 +10,8 @@ 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: 2017-04-13 10:57:08+00:00\n"
14
- "PO-Revision-Date: 2017-04-13 10:31+0000\n"
15
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
16
  "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/id_ID/)\n"
17
  "MIME-Version: 1.0\n"
@@ -45,47 +45,55 @@ msgid ""
45
  msgstr "Editor widget Visual memungkinkan Anda untuk memasukkan teks dan media yang kaya objek dalam sidebar Anda"
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 "ERROR: Gandakan widget ID terdeteksi. Untuk menghindari kerugian konten, silahkan buat widget baru dengan konten yang sama dan kemudian menghapus satu ini."
53
 
54
  #. translators: text used for plugin home link
55
- #: includes/class-admin.php:334
56
  msgid "Home"
57
  msgstr "Rumah"
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 "Mendukung"
68
 
69
  #. translators: text used for reviews link
70
- #: includes/class-admin.php:340
71
  msgid "Rate"
72
  msgstr "Menilai"
73
 
74
  #. translators: text used for follow on twitter link
75
- #: includes/class-admin.php:342
76
  msgid "Follow"
77
  msgstr "Mengikuti"
78
 
79
  #. translators: text used for donation link
80
- #: includes/class-admin.php:344
81
  msgid "Donate"
82
  msgstr "Menyumbangkan"
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 "Black Studio TinyMCE Widget Plugin"
88
 
 
 
 
 
 
 
 
 
89
  #. translators: title of the widget
90
  #: includes/class-widget.php:27
91
  msgid "Visual Editor"
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: 2017-08-03 22:00:29+00:00\n"
14
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
15
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
16
  "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/id_ID/)\n"
17
  "MIME-Version: 1.0\n"
45
  msgstr "Editor widget Visual memungkinkan Anda untuk memasukkan teks dan media yang kaya objek dalam sidebar Anda"
46
 
47
  #. translators: error message shown when a duplicated widget ID is detected
48
+ #: includes/class-admin.php:250
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 "ERROR: Gandakan widget ID terdeteksi. Untuk menghindari kerugian konten, silahkan buat widget baru dengan konten yang sama dan kemudian menghapus satu ini."
53
 
54
  #. translators: text used for plugin home link
55
+ #: includes/class-admin.php:338
56
  msgid "Home"
57
  msgstr "Rumah"
58
 
59
  #. translators: text used for support faq link
60
+ #: includes/class-admin.php:340
61
  msgid "FAQ"
62
  msgstr "FAQ"
63
 
64
  #. translators: text used for support forum link
65
+ #: includes/class-admin.php:342
66
  msgid "Support"
67
  msgstr "Mendukung"
68
 
69
  #. translators: text used for reviews link
70
+ #: includes/class-admin.php:344
71
  msgid "Rate"
72
  msgstr "Menilai"
73
 
74
  #. translators: text used for follow on twitter link
75
+ #: includes/class-admin.php:346
76
  msgid "Follow"
77
  msgstr "Mengikuti"
78
 
79
  #. translators: text used for donation link
80
+ #: includes/class-admin.php:348
81
  msgid "Donate"
82
  msgstr "Menyumbangkan"
83
 
84
  #. translators: text used for the icon that shows the plugin links
85
+ #: includes/class-admin.php:368
86
  msgid "About Black Studio TinyMCE Widget plugin"
87
  msgstr "Black Studio TinyMCE Widget Plugin"
88
 
89
+ #. translators: warning message shown when when visual editor is disabled in
90
+ #. current user's profile settings
91
+ #: includes/class-admin.php:454
92
+ msgid ""
93
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
94
+ " order to use the Visual Editor widget at its full potential."
95
+ msgstr ""
96
+
97
  #. translators: title of the widget
98
  #: includes/class-widget.php:27
99
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-it_IT.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-it_IT.po CHANGED
@@ -1,13 +1,13 @@
1
  # Copyright (C) 2017 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
- # marcochiesi <marco@blackstudio.it>, 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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2017-02-05 20:18+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/it_IT/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
1
  # Copyright (C) 2017 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
+ # marcochiesi <marco@blackstudio.it>, 2014,2017
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: 2017-08-03 22:04:31+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:04+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/it_IT/)\n"
13
  "MIME-Version: 1.0\n"
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:250
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:338
52
  msgid "Home"
53
  msgstr "Home"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Supporto"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Vota"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Seguici"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Donazione"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr "Info sul plugin Black Studio TinyMCE Widget"
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr "L'editor visuale è disabilitato nelle impostazioni del tuo profilo. Devi abilitarlo per poter utilizzare il widget \"Editor Visuale\" al massimo delle sue potenzialità."
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-km.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-km.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-01-18 19:49+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Khmer (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/km/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Khmer (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/km/)\n"
13
  "MIME-Version: 1.0\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "ទំព័រ​ដើម"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "ការគាំទ្រ"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "វាយតម្លៃ"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "តាមដាន"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "បរិច្ចាគ"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-lt_LT.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-lt_LT.po CHANGED
@@ -7,9 +7,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-01-18 19:50+0000\n"
12
- "Last-Translator: Moo\n"
13
  "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/lt_LT/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/lt_LT/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
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:250
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:338
53
  msgid "Home"
54
  msgstr "Pradžia"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "DUK"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Pagalba"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Tarifas"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Sekti"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Aukoti"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr "Apie Black Studio TinyMCE Valdiklio įskiepį"
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-12-12 13:24+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/nl_NL/)\n"
14
  "MIME-Version: 1.0\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/nl_NL/)\n"
14
  "MIME-Version: 1.0\n"
42
  msgstr ""
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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:338
53
  msgid "Home"
54
  msgstr "Home"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "FAQ"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Ondersteuning"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Beoordelen"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Volgen"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Doneren"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr ""
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-oc.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-oc.po CHANGED
@@ -6,9 +6,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-11-02 20:08+0000\n"
11
- "Last-Translator: Cédric Valmary <cvalmary@yahoo.fr>\n"
12
  "Language-Team: Occitan (post 1500) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/oc/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -41,47 +41,55 @@ msgid ""
41
  msgstr "Lo widget Editor Visual permet d'inserir de tèxte ric e d'objèctes mèdia dins vòstras colomnas lateralas"
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 : ID de widget en doble detectat. Per evitar la pèrda de vòstre contengut, creatz un novèl widget amb lo meteis contengut e suprimissètz aqueste d'aquí."
49
 
50
  #. translators: text used for plugin home link
51
- #: includes/class-admin.php:334
52
  msgid "Home"
53
  msgstr "Acuèlh"
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 "Ajuda"
64
 
65
  #. translators: text used for reviews link
66
- #: includes/class-admin.php:340
67
  msgid "Rate"
68
  msgstr "Avís"
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 "Far un don"
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 "A prepaus de l’extension Black Studio TinyMCE Widget"
84
 
 
 
 
 
 
 
 
 
85
  #. translators: title of the widget
86
  #: includes/class-widget.php:27
87
  msgid "Visual Editor"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Occitan (post 1500) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/oc/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
41
  msgstr "Lo widget Editor Visual permet d'inserir de tèxte ric e d'objèctes mèdia dins vòstras colomnas lateralas"
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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 : ID de widget en doble detectat. Per evitar la pèrda de vòstre contengut, creatz un novèl widget amb lo meteis contengut e suprimissètz aqueste d'aquí."
49
 
50
  #. translators: text used for plugin home link
51
+ #: includes/class-admin.php:338
52
  msgid "Home"
53
  msgstr "Acuèlh"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Ajuda"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Avís"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Seguir"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Far un don"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr "A prepaus de l’extension Black Studio TinyMCE Widget"
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-pl_PL.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-pl_PL.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # marcochiesi <marco@blackstudio.it>, 2014
@@ -6,16 +6,16 @@ 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: Polish (Poland) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/pl_PL/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: pl_PL\n"
17
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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"
@@ -41,47 +41,55 @@ msgid ""
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"
1
+ # Copyright (C) 2017 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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
+ "Language-Team: Polish (Poland) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/pl_PL/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: pl_PL\n"
17
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-Bookmarks: \n"
21
  "X-Poedit-Country: United States\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Strona główna"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Wsparcie"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Tempo"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Śledź"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Dotacja"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-pt_BR.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-pt_BR.po CHANGED
@@ -7,9 +7,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2017-03-19 22:17+0000\n"
12
- "Last-Translator: Celso Coslop Barbante <celsocos@yahoo.com>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,47 +42,55 @@ msgid ""
42
  msgstr "O Editor Visual permite que você insira rich text e objetos de mídia em suas barras laterais"
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 "ERRO: ID duplicado para widget detectado. Para evitar perda de conteúdo, por favor, crie um novo widget com o mesmo conteúdo e exclua este."
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 "Suporte"
65
 
66
  #. translators: text used for reviews link
67
- #: includes/class-admin.php:340
68
  msgid "Rate"
69
  msgstr "Classificar"
70
 
71
  #. translators: text used for follow on twitter link
72
- #: includes/class-admin.php:342
73
  msgid "Follow"
74
  msgstr "Seguir"
75
 
76
  #. translators: text used for donation link
77
- #: includes/class-admin.php:344
78
  msgid "Donate"
79
  msgstr "Doar"
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 "Sobre o Plugin Black Studio TinyMCE Widget"
85
 
 
 
 
 
 
 
 
 
86
  #. translators: title of the widget
87
  #: includes/class-widget.php:27
88
  msgid "Visual Editor"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
42
  msgstr "O Editor Visual permite que você insira rich text e objetos de mídia em suas barras laterais"
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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 "ERRO: ID duplicado para widget detectado. Para evitar perda de conteúdo, por favor, crie um novo widget com o mesmo conteúdo e exclua este."
50
 
51
  #. translators: text used for plugin home link
52
+ #: includes/class-admin.php:338
53
  msgid "Home"
54
  msgstr "Home"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "FAQ"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Suporte"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Classificar"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Seguir"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Doar"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr "Sobre o Plugin Black Studio TinyMCE Widget"
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-pt_PT.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-pt_PT.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2017-01-18 13:49+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/pt_PT/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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 ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/pt_PT/)\n"
13
  "MIME-Version: 1.0\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Home"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Suporte"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Classificar"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr ""
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Doar"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-ru_RU.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-ru_RU.po CHANGED
@@ -7,9 +7,9 @@ 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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2017-03-11 13:57+0000\n"
12
- "Last-Translator: Victor Bychek\n"
13
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/ru_RU/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,47 +42,55 @@ msgid ""
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 "ОШИБКА: Обнаружен дубликат ID виджета. Чтобы избежать потери контента, пожалуйста, создайте новый виджет с тем же контентом и затем удалите этот."
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 "FAQ"
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 "О плагине Black Studio TinyMCE Widget"
85
 
 
 
 
 
 
 
 
 
86
  #. translators: title of the widget
87
  #: includes/class-widget.php:27
88
  msgid "Visual Editor"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
+ "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/ru_RU/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
42
  msgstr "Визуальный редактор позволяет вставить текст и медиа объекты в ваши боковые панели"
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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 "ОШИБКА: Обнаружен дубликат ID виджета. Чтобы избежать потери контента, пожалуйста, создайте новый виджет с тем же контентом и затем удалите этот."
50
 
51
  #. translators: text used for plugin home link
52
+ #: includes/class-admin.php:338
53
  msgid "Home"
54
  msgstr "Главная"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "FAQ"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Поддержка"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Оценить"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Подписаться"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Пожертвовать"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr "О плагине Black Studio TinyMCE Widget"
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-sk_SK.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-sk_SK.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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-01-18 19:52+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Slovak (Slovakia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/sk_SK/)\n"
14
  "MIME-Version: 1.0\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Slovak (Slovakia) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/sk_SK/)\n"
14
  "MIME-Version: 1.0\n"
42
  msgstr ""
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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:338
53
  msgid "Home"
54
  msgstr "Domov"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "FAQ"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "Podpora"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "Sadzba"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "Sledovať"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "Darovať"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr ""
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
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) 2015 Black Studio
2
  # This file is distributed under the GPLv3.
3
  # Translators:
4
  # marcochiesi <marco@blackstudio.it>, 2014
@@ -6,16 +6,16 @@ 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: Swedish (Sweden) (http://www.transifex.com/projects/p/black-studio-tinymce-widget/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\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"
@@ -41,47 +41,55 @@ msgid ""
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"
1
+ # Copyright (C) 2017 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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-Bookmarks: \n"
21
  "X-Poedit-Country: United States\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Hem"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "FAQ"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Support"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Taxa"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Följ"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Donation"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-tr_TR.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-tr_TR.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-01-18 19:45+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/tr_TR/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Turkish (Turkey) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/tr_TR/)\n"
13
  "MIME-Version: 1.0\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Anasayfa"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "SSS"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Destek"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Oylayın"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Takip Et"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
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:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-uk.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-uk.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: 2017-04-13 10:57:08+00:00\n"
10
- "PO-Revision-Date: 2016-08-14 10:59+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Ukrainian (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/uk/)\n"
13
  "MIME-Version: 1.0\n"
@@ -41,47 +41,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
10
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
11
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
12
  "Language-Team: Ukrainian (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/uk/)\n"
13
  "MIME-Version: 1.0\n"
41
  msgstr ""
42
 
43
  #. translators: error message shown when a duplicated widget ID is detected
44
+ #: includes/class-admin.php:250
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:338
52
  msgid "Home"
53
  msgstr "Головна"
54
 
55
  #. translators: text used for support faq link
56
+ #: includes/class-admin.php:340
57
  msgid "FAQ"
58
  msgstr "ЧаПи"
59
 
60
  #. translators: text used for support forum link
61
+ #: includes/class-admin.php:342
62
  msgid "Support"
63
  msgstr "Підтримка"
64
 
65
  #. translators: text used for reviews link
66
+ #: includes/class-admin.php:344
67
  msgid "Rate"
68
  msgstr "Рейтинг"
69
 
70
  #. translators: text used for follow on twitter link
71
+ #: includes/class-admin.php:346
72
  msgid "Follow"
73
  msgstr "Слідувати"
74
 
75
  #. translators: text used for donation link
76
+ #: includes/class-admin.php:348
77
  msgid "Donate"
78
  msgstr "Жертвувати"
79
 
80
  #. translators: text used for the icon that shows the plugin links
81
+ #: includes/class-admin.php:368
82
  msgid "About Black Studio TinyMCE Widget plugin"
83
  msgstr ""
84
 
85
+ #. translators: warning message shown when when visual editor is disabled in
86
+ #. current user's profile settings
87
+ #: includes/class-admin.php:454
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
90
+ " order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #. translators: title of the widget
94
  #: includes/class-widget.php:27
95
  msgid "Visual Editor"
languages/black-studio-tinymce-widget-zh_CN.mo CHANGED
Binary file
languages/black-studio-tinymce-widget-zh_CN.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: 2017-04-13 10:57:08+00:00\n"
11
- "PO-Revision-Date: 2016-01-18 19:51+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Chinese (China) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/zh_CN/)\n"
14
  "MIME-Version: 1.0\n"
@@ -42,47 +42,55 @@ msgid ""
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"
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: 2017-08-03 22:00:29+00:00\n"
11
+ "PO-Revision-Date: 2017-08-03 22:00+0000\n"
12
  "Last-Translator: marcochiesi <marco@blackstudio.it>\n"
13
  "Language-Team: Chinese (China) (http://www.transifex.com/wp-translations/black-studio-tinymce-widget/language/zh_CN/)\n"
14
  "MIME-Version: 1.0\n"
42
  msgstr ""
43
 
44
  #. translators: error message shown when a duplicated widget ID is detected
45
+ #: includes/class-admin.php:250
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:338
53
  msgid "Home"
54
  msgstr "首页"
55
 
56
  #. translators: text used for support faq link
57
+ #: includes/class-admin.php:340
58
  msgid "FAQ"
59
  msgstr "常见问题"
60
 
61
  #. translators: text used for support forum link
62
+ #: includes/class-admin.php:342
63
  msgid "Support"
64
  msgstr "帮助与支持"
65
 
66
  #. translators: text used for reviews link
67
+ #: includes/class-admin.php:344
68
  msgid "Rate"
69
  msgstr "评级"
70
 
71
  #. translators: text used for follow on twitter link
72
+ #: includes/class-admin.php:346
73
  msgid "Follow"
74
  msgstr "跟随"
75
 
76
  #. translators: text used for donation link
77
+ #: includes/class-admin.php:348
78
  msgid "Donate"
79
  msgstr "捐助"
80
 
81
  #. translators: text used for the icon that shows the plugin links
82
+ #: includes/class-admin.php:368
83
  msgid "About Black Studio TinyMCE Widget plugin"
84
  msgstr ""
85
 
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ #: includes/class-admin.php:454
89
+ msgid ""
90
+ "Visual Editor is disabled in your Profile settings. You need to enable it in"
91
+ " order to use the Visual Editor widget at its full potential."
92
+ msgstr ""
93
+
94
  #. translators: title of the widget
95
  #: includes/class-widget.php:27
96
  msgid "Visual Editor"
languages/black-studio-tinymce-widget.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv3.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Black Studio TinyMCE Widget 2.3.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
8
- "POT-Creation-Date: 2017-04-13 12:42:58+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -40,48 +40,56 @@ msgid ""
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"
2
  # This file is distributed under the GPLv3.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Black Studio TinyMCE Widget 2.3.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://github.com/black-studio/black-studio-tinymce-widget/issues\n"
8
+ "POT-Creation-Date: 2017-08-03 22:04:31+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
40
  "in your sidebars"
41
  msgstr ""
42
 
43
+ #: includes/class-admin.php:250
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:338
51
  #. translators: text used for plugin home link
52
  msgid "Home"
53
  msgstr ""
54
 
55
+ #: includes/class-admin.php:340
56
  #. translators: text used for support faq link
57
  msgid "FAQ"
58
  msgstr ""
59
 
60
+ #: includes/class-admin.php:342
61
  #. translators: text used for support forum link
62
  msgid "Support"
63
  msgstr ""
64
 
65
+ #: includes/class-admin.php:344
66
  #. translators: text used for reviews link
67
  msgid "Rate"
68
  msgstr ""
69
 
70
+ #: includes/class-admin.php:346
71
  #. translators: text used for follow on twitter link
72
  msgid "Follow"
73
  msgstr ""
74
 
75
+ #: includes/class-admin.php:348
76
  #. translators: text used for donation link
77
  msgid "Donate"
78
  msgstr ""
79
 
80
+ #: includes/class-admin.php:368
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-admin.php:454
86
+ #. translators: warning message shown when when visual editor is disabled in
87
+ #. current user's profile settings
88
+ msgid ""
89
+ "Visual Editor is disabled in your Profile settings. You need to enable it "
90
+ "in order to use the Visual Editor widget at its full potential."
91
+ msgstr ""
92
+
93
  #: includes/class-widget.php:27
94
  #. translators: title of the widget
95
  msgid "Visual Editor"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: black-studio, 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
7
- Stable tag: 2.3.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl.html
10
 
@@ -12,12 +12,14 @@ The visual editor widget for Wordpress.
12
 
13
  == Description ==
14
 
15
- This plugin adds a new `Visual Editor` widget type that allows you to insert rich text and media objects in your sidebars with no hassle. The default WordPress text widget lacks of functionalities and it requires HTML knowledge, this plugin was born to overcome these limitations. With Black Studio TinyMCE Widget you will be able to edit your widgets in a WYSIWYG manner using the native WordPress TinyMCE editor, just like you do in posts and pages. And if you are a developer you may still switch back and forth from Visual to HTML mode.
16
 
17
  = Features =
18
 
19
  * Add rich text widgets to your sidebars and edit them using visual editor
20
  * Switch between Visual mode and HTML mode (including Quicktags toolbar)
 
 
21
  * Insert images/videos from WordPress Media Library
22
  * Insert links to existing WordPress pages/posts or external resources
23
  * Support for fullscreen editing mode
@@ -48,7 +50,7 @@ This section describes how to install and use the plugin.
48
  1. Install automatically through the `Plugins` menu and `Add New` button (or upload the entire `black-studio-tinymce-widget` folder to the `/wp-content/plugins/` directory)
49
  2. Activate the plugin
50
  3. Go to `Appearance` => `Widgets`
51
- 4. Drag and drop the `Visual Editor` widget to the desired sidebar (or, if using Accesibility mode, click the `Add` link)
52
  5. Fill in title and (rich) text
53
 
54
  == Screenshots ==
@@ -89,7 +91,7 @@ Since version 1.3.1 the name of the widget changed from `Black Studio TinyMCE Wi
89
 
90
  = Widgets disappeared after migrating or changing the site URL =
91
 
92
- When dealing with a WordPress site URL change it is necessary to face the serialized fields issue: data may become corrupted if using a simple search/replace (see the [Codex](http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change) for further info). This is not an issue specifically related to our plugin, but it affects all the parts (plugins, themes and WordPress core files too) that use serialized data archiviation. When changing the site URL, the recommended way is to use the [Search and Replace for WordPress Databases Script](https://interconnectit.com/products/search-and-replace-for-wordpress-databases/), as suggested by the Codex.
93
 
94
  = How to translate widgets using WPML =
95
 
@@ -107,7 +109,7 @@ Alternatively, if you don't want to use `[embed]` shortcode, ensure that the URL
107
 
108
  = How to customize widget appearance =
109
 
110
- The appearance of widgets in the frontend depends on both CSS and HTML. This plugin does not insert any additional CSS to your website frontend, so if you need to customize the styling you'll have to do at theme level, or you have to insert explicitely insert `<style>` in your widget using the the Text / HTML mode (this option is not recommended though).
111
  As for the HTML, most of the markup is controlled by WordPress and by the theme.
112
  The HTML output of a widget includes the following parts:
113
  `
@@ -177,10 +179,22 @@ function remove_bstw_widget_text_filters() {
177
 
178
  = Plugin's data location and cleanup =
179
 
180
- Plugin's data is stored in serialized format inside a record in the `wp_options` table having `option_name` = `'widget_black-studio-tinymce'`. Data storage is handled by WordPress and not directly by the plugin itslef. The widgets data is intentionally kept in the datatbase upon plugin deactivation / deletion to avoid content loss. If you want to totally remove the plugin including its data, just remove that record after plugin removal.
 
 
 
 
 
 
181
 
182
  == Changelog ==
183
 
 
 
 
 
 
 
184
  = 2.3.2 (2017-04-13) =
185
  * Added Indonesian, Occitan and Portuguese translations
186
  * Updated other language translations
@@ -193,7 +207,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
193
  * Added new action hooks (black_studio_tinymce_before_widget and black_studio_tinymce_after_widget)
194
 
195
  = 2.2.12 (2016-09-23) =
196
- * Fixed issue with Page Builder's Live Editor
197
 
198
  = 2.2.11 (2016-08-19) =
199
  * Fixed compatibility issue with Polylang in Customizer
@@ -268,7 +282,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
268
  * Fixed compatibility issue with Styles plugin related to plugins_loaded hook
269
 
270
  = 2.1.2 (2014-10-13) =
271
- * Hotfix for fullscreen mode when using Page Builder
272
 
273
  = 2.1.1 (2014-10-13) =
274
  * Hotfix for CSS compatibility with Page Builder
@@ -369,7 +383,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
369
 
370
  = 1.3.0 (2014-01-29) =
371
  * Added support for smilies conversion (based on the general WordPress option)
372
- * Updated styling to match the new default WordPress editor appearence
373
  * Refactoring of PHP and JS code to be compliant to WordPress coding standard
374
  * Fixed compatibility issue with WordPress 3.9 alpha and TinyMCE 4.0
375
  * Fixed compatibility issue with Jetpack / After the Deadline plugin
@@ -420,7 +434,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
420
  * Increased width of editor window
421
 
422
  = 0.9 (2012-01-20) =
423
- * Added support for WPML plugin (for multilanguage sites)
424
 
425
  = 0.8.2 (2011-12-21) =
426
  * Added support for shortcodes in widget text
@@ -437,7 +451,7 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
437
  * Optimization/compression of javascript code
438
 
439
  = 0.6.5 (2011-11-17) =
440
- * Forced TinyMCE editor to not automatically add/remove paragraph tags when switching to HTML mode (you may need to re-edit your widgets to adjust linebreaks, if you were using multiple paragraphs)
441
 
442
  = 0.6.4 (2011-11-14) =
443
  * Fixed compatibility issue with Jetpack / After the Deadline plugin
@@ -460,5 +474,5 @@ Plugin's data is stored in serialized format inside a record in the `wp_options`
460
 
461
  == Upgrade Notice ==
462
 
463
- = 2.3.1 =
464
  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.8
7
+ Stable tag: 2.4.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl.html
10
 
12
 
13
  == Description ==
14
 
15
+ This plugin adds a new `Visual Editor` widget type that allows you to insert rich text and media objects in your sidebars with no hassle. With Black Studio TinyMCE Widget you will be able to edit your widgets in a WYSIWYG manner using the native WordPress TinyMCE editor, just like you do in posts and pages. And if you are a developer you may still switch back and forth from Visual to HTML mode. For years the default WordPress text widget lacked of functionalities and it required HTML knowledge, this plugin was born to overcome these limitations. The recent releases of WordPress (starting from version 4.8 released in June 2017), finally included a native visual text widget, but it's pretty minimal and it doesn't provide all the features available with Black Studio TinyMCE Widget, which still remains a must-have for advanced users.
16
 
17
  = Features =
18
 
19
  * Add rich text widgets to your sidebars and edit them using visual editor
20
  * Switch between Visual mode and HTML mode (including Quicktags toolbar)
21
+ * Full featured TinyMCE Visual Editor (the same you have for pages and posts)
22
+ * Compatible with 3rd party TinyMCE customization plugins (TinyMCE Advanced, WP Edit, ...)
23
  * Insert images/videos from WordPress Media Library
24
  * Insert links to existing WordPress pages/posts or external resources
25
  * Support for fullscreen editing mode
50
  1. Install automatically through the `Plugins` menu and `Add New` button (or upload the entire `black-studio-tinymce-widget` folder to the `/wp-content/plugins/` directory)
51
  2. Activate the plugin
52
  3. Go to `Appearance` => `Widgets`
53
+ 4. Drag and drop the `Visual Editor` widget to the desired sidebar (or, if using Accessibility mode, click the `Add` link)
54
  5. Fill in title and (rich) text
55
 
56
  == Screenshots ==
91
 
92
  = Widgets disappeared after migrating or changing the site URL =
93
 
94
+ When dealing with a WordPress site URL change it is necessary to face the serialized fields issue: data may become corrupted if using a simple search/replace (see the [Codex](http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change) for further info). This is not an issue specifically related to our plugin, but it affects all the parts (plugins, themes and WordPress core files too) that use serialized data archiving. When changing the site URL, the recommended way is to use the [Search and Replace for WordPress Databases Script](https://interconnectit.com/products/search-and-replace-for-wordpress-databases/), as suggested by the Codex.
95
 
96
  = How to translate widgets using WPML =
97
 
109
 
110
  = How to customize widget appearance =
111
 
112
+ The appearance of widgets in the frontend depends on both CSS and HTML. This plugin does not insert any additional CSS to your website frontend, so if you need to customize the styling you'll have to do at theme level, or you have to insert explicitly insert `<style>` in your widget using the the Text / HTML mode (this option is not recommended though).
113
  As for the HTML, most of the markup is controlled by WordPress and by the theme.
114
  The HTML output of a widget includes the following parts:
115
  `
179
 
180
  = Plugin's data location and cleanup =
181
 
182
+ The widgets data are stored in serialized format inside a record in the `wp_options` table having `option_name` = `'widget_black-studio-tinymce'`. Widget data storage is handled by WordPress and not directly by the plugin. The widgets data are intentionally kept in the database upon plugin deactivation / deletion to avoid content loss. Additionally the plugin may save some user preferences in the `wp_usermeta` table, in particular the records having key with the prefix `_bstw`.
183
+ If you want to totally remove the plugin including its data, just uninstall it and then remove the above records from the database.
184
+ You may use the following SQL queries for removal (Note: adjust table prefix according to your database settings):
185
+ `
186
+ DELETE FROM wp_options WHERE option_name = 'widget_black-studio-tinymce';
187
+ DELETE FROM wp_usermeta WHERE meta_key LIKE '_bstw%';
188
+ `
189
 
190
  == Changelog ==
191
 
192
+ = 2.4.0 (2017-08-04) =
193
+ * Prevent JS errors and display warning when visual editor is disabled in profile settings
194
+ * Fixed z-index issue on TinyMCE panels
195
+ * Added Mexican Spanish translation
196
+ * Updated other language translations
197
+
198
  = 2.3.2 (2017-04-13) =
199
  * Added Indonesian, Occitan and Portuguese translations
200
  * Updated other language translations
207
  * Added new action hooks (black_studio_tinymce_before_widget and black_studio_tinymce_after_widget)
208
 
209
  = 2.2.12 (2016-09-23) =
210
+ * Fixed issue with Page Builder Live Editor
211
 
212
  = 2.2.11 (2016-08-19) =
213
  * Fixed compatibility issue with Polylang in Customizer
282
  * Fixed compatibility issue with Styles plugin related to plugins_loaded hook
283
 
284
  = 2.1.2 (2014-10-13) =
285
+ * Hotfix for full screen mode when using Page Builder
286
 
287
  = 2.1.1 (2014-10-13) =
288
  * Hotfix for CSS compatibility with Page Builder
383
 
384
  = 1.3.0 (2014-01-29) =
385
  * Added support for smilies conversion (based on the general WordPress option)
386
+ * Updated styling to match the new default WordPress editor appearance
387
  * Refactoring of PHP and JS code to be compliant to WordPress coding standard
388
  * Fixed compatibility issue with WordPress 3.9 alpha and TinyMCE 4.0
389
  * Fixed compatibility issue with Jetpack / After the Deadline plugin
434
  * Increased width of editor window
435
 
436
  = 0.9 (2012-01-20) =
437
+ * Added support for WPML plugin (for multilingual sites)
438
 
439
  = 0.8.2 (2011-12-21) =
440
  * Added support for shortcodes in widget text
451
  * Optimization/compression of javascript code
452
 
453
  = 0.6.5 (2011-11-17) =
454
+ * Forced TinyMCE editor to not automatically add/remove paragraph tags when switching to HTML mode (you may need to re-edit your widgets to adjust line breaks, if you were using multiple paragraphs)
455
 
456
  = 0.6.4 (2011-11-14) =
457
  * Fixed compatibility issue with Jetpack / After the Deadline plugin
474
 
475
  == Upgrade Notice ==
476
 
477
+ = 2.4.0 =
478
  Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.