Content Blocks (Custom Post Widget) - Version 2.8.3

Version Description

Added Hebrew translation as provided by Daniel Cohen Gindi

Download this release

Release Info

Developer vanderwijk
Plugin Icon 128x128 Content Blocks (Custom Post Widget)
Version 2.8.3
Comparing to
See all releases

Code changes from version 2.7.9 to 2.8.3

custom-post-widget.php CHANGED
@@ -3,12 +3,14 @@
3
  Plugin Name: Custom Post Widget
4
  Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
5
  Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
6
- Version: 2.7.9
7
  Author: Johan van der Wijk
8
  Author URI: http://vanderwijk.nl
 
 
9
  License: GPL2
10
 
11
- Release notes: Version 2.7.9 Changed method for creating the widget in preparation of PHP7 support.
12
 
13
  Copyright 2015 Johan van der Wijk
14
 
@@ -27,14 +29,16 @@
27
  */
28
 
29
  // Launch the plugin.
30
- add_action( 'plugins_loaded', 'custom_post_widget_plugin_init' );
31
-
32
- // Load the required files needed for the plugin to run in the proper order and add needed functions to the required hooks.
33
  function custom_post_widget_plugin_init() {
34
- // Load the translation of the plugin.
35
- load_plugin_textdomain( 'custom-post-widget', false, 'custom-post-widget/languages' );
36
  add_action( 'widgets_init', 'custom_post_widget_load_widgets' );
37
  }
 
 
 
 
 
 
 
38
 
39
  // Loads the widgets packaged with the plugin.
40
  function custom_post_widget_load_widgets() {
3
  Plugin Name: Custom Post Widget
4
  Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
5
  Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
6
+ Version: 2.8.3
7
  Author: Johan van der Wijk
8
  Author URI: http://vanderwijk.nl
9
+ Text Domain: custom-post-widget
10
+ Domain Path: /languages
11
  License: GPL2
12
 
13
+ Release notes: Added Hebrew translation file as kindly created by Daniel Cohen Gindi
14
 
15
  Copyright 2015 Johan van der Wijk
16
 
29
  */
30
 
31
  // Launch the plugin.
 
 
 
32
  function custom_post_widget_plugin_init() {
 
 
33
  add_action( 'widgets_init', 'custom_post_widget_load_widgets' );
34
  }
35
+ add_action( 'plugins_loaded', 'custom_post_widget_plugin_init' );
36
+
37
+ // Load plugin textdomain.
38
+ function custom_post_widget_load_textdomain() {
39
+ load_plugin_textdomain( 'custom-post-widget', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
40
+ }
41
+ add_action( 'plugins_loaded', 'custom_post_widget_load_textdomain' );
42
 
43
  // Loads the widgets packaged with the plugin.
44
  function custom_post_widget_load_widgets() {
languages/custom-post-widget-cs_CZ.mo CHANGED
Binary file
languages/custom-post-widget-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget 1.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
- "POT-Creation-Date: 2015-05-04 09:54+0100\n"
6
- "PO-Revision-Date: 2015-05-04 09:55+0100\n"
7
  "Last-Translator: Martin Kucera <martin.kucera@jsemtest.cz>\n"
8
  "Language-Team: jsemweb.cz <admin@jsemweb.cz>\n"
9
  "Language: cs\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
  "X-Loco-Target-Locale: cs_CZ\n"
23
- "X-Generator: Poedit 1.7.6\n"
24
  "X-Poedit-SearchPath-0: ..\n"
25
 
26
  #: ../meta-box.php:6 ../meta-box.php:47
@@ -31,10 +31,17 @@ msgstr "Popis"
31
  #, php-format
32
  msgid ""
33
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
34
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
35
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
36
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
37
  msgstr ""
 
 
 
 
 
 
38
 
39
  #: ../popup.php:17 ../popup.php:18
40
  msgid "Add Content Block"
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget 1.4\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
+ "POT-Creation-Date: 2015-09-26 14:26+0200\n"
6
+ "PO-Revision-Date: 2015-09-26 14:27+0200\n"
7
  "Last-Translator: Martin Kucera <martin.kucera@jsemtest.cz>\n"
8
  "Language-Team: jsemweb.cz <admin@jsemweb.cz>\n"
9
  "Language: cs\n"
20
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
  "X-Loco-Target-Locale: cs_CZ\n"
23
+ "X-Generator: Poedit 1.8.5\n"
24
  "X-Poedit-SearchPath-0: ..\n"
25
 
26
  #: ../meta-box.php:6 ../meta-box.php:47
31
  #, php-format
32
  msgid ""
33
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
34
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
35
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
36
+ "target=\"_blank\">plugin website</a> to find out more about using this "
37
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
38
  msgstr ""
39
+ "Děkujeme vám za použití Custom Post Widget plugin. Navštivte <a href="
40
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
41
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
42
+ "target=\"_blank\">webové stránky plugin</a> se dozvědět více o použití "
43
+ "tohoto zásuvného modulu. <a href=\"%1$s\" style=\"float:right;\">Skrýt "
44
+ "Oznámení</a>"
45
 
46
  #: ../popup.php:17 ../popup.php:18
47
  msgid "Add Content Block"
languages/custom-post-widget-de_DE.mo CHANGED
Binary file
languages/custom-post-widget-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-12 17:19+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
@@ -28,10 +28,16 @@ msgstr "Inhaltsblock Informationen"
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
32
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
33
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
34
  msgstr ""
 
 
 
 
 
35
 
36
  #: ../popup.php:17 ../popup.php:18
37
  msgid "Add Content Block"
@@ -48,6 +54,8 @@ msgstr "Inhaltsblock einfügen"
48
  #: ../popup.php:43
49
  msgid "Select a Content Block below to add it to your post or page."
50
  msgstr ""
 
 
51
 
52
  #: ../popup.php:48
53
  msgid "Select a Content Block"
@@ -89,7 +97,7 @@ msgstr "Featured Bild anzeigen"
89
 
90
  #: ../post-widget.php:68
91
  msgid "Do not apply content filters"
92
- msgstr ""
93
 
94
  # @ custom-post-widget
95
  #: ../post-widget.php:84
@@ -179,7 +187,7 @@ msgstr "Inhaltsblock wiederhergestellt als Revision vom %s"
179
  #: ../post-widget.php:159
180
  #, php-format
181
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
182
- msgstr ""
183
 
184
  #: ../post-widget.php:159
185
  msgid "Content Block published."
@@ -193,7 +201,7 @@ msgstr "Inhaltsblock gespeichert."
193
  #: ../post-widget.php:161
194
  #, php-format
195
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
196
- msgstr ""
197
 
198
  #: ../post-widget.php:161
199
  msgid "Content Block submitted."
@@ -202,7 +210,7 @@ msgstr "Inhaltsblock eingereicht."
202
  #: ../post-widget.php:162
203
  #, php-format
204
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
205
- msgstr ""
206
 
207
  # @ custom-post-widget
208
  #: ../post-widget.php:162
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-26 14:27+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.8.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
32
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
33
+ "target=\"_blank\">plugin website</a> to find out more about using this "
34
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
+ "Wir danken für das Custom Post Widget Plugin. Besuchen Sie das <a href="
37
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
38
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
39
+ "target=\"_blank\">Plugin-Website,</a> um mehr über die Verwendung dieser "
40
+ "Plugins. <a href=\"%1$s\" style=\"float:right;\">Notiz ausblenden</a>"
41
 
42
  #: ../popup.php:17 ../popup.php:18
43
  msgid "Add Content Block"
54
  #: ../popup.php:43
55
  msgid "Select a Content Block below to add it to your post or page."
56
  msgstr ""
57
+ "Wählen Sie einen Inhaltsblock unten, um es zu einem Post oder Seite "
58
+ "hinzufügen."
59
 
60
  #: ../popup.php:48
61
  msgid "Select a Content Block"
97
 
98
  #: ../post-widget.php:68
99
  msgid "Do not apply content filters"
100
+ msgstr "Inhalt Filter nicht anwenden"
101
 
102
  # @ custom-post-widget
103
  #: ../post-widget.php:84
187
  #: ../post-widget.php:159
188
  #, php-format
189
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
190
+ msgstr "Inhaltsblock veröffentlicht. <a href=\"%s\">Widgets verwalten</a>"
191
 
192
  #: ../post-widget.php:159
193
  msgid "Content Block published."
201
  #: ../post-widget.php:161
202
  #, php-format
203
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
204
+ msgstr "Inhaltsblock eingereicht. <a href=\"%s\">Widgets verwalten</a>"
205
 
206
  #: ../post-widget.php:161
207
  msgid "Content Block submitted."
210
  #: ../post-widget.php:162
211
  #, php-format
212
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
213
+ msgstr "Inhaltsblock geplant für: <strong>%1$s</strong>."
214
 
215
  # @ custom-post-widget
216
  #: ../post-widget.php:162
languages/custom-post-widget-fr_FR.mo CHANGED
Binary file
languages/custom-post-widget-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v1.9.2\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
- "POT-Creation-Date: 2015-03-12 17:22+0100\n"
6
- "PO-Revision-Date: 2015-03-12 17:23+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
@@ -28,10 +28,17 @@ msgstr "Informations sur le bloc de contenu"
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
32
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
33
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
34
  msgstr ""
 
 
 
 
 
 
35
 
36
  # @ custom-post-widget
37
  #: ../popup.php:17 ../popup.php:18
@@ -91,11 +98,11 @@ msgstr "Afficher le titre du bloc"
91
 
92
  #: ../post-widget.php:63
93
  msgid "Show featured image"
94
- msgstr ""
95
 
96
  #: ../post-widget.php:68
97
  msgid "Do not apply content filters"
98
- msgstr ""
99
 
100
  # @ custom-post-widget
101
  #: ../post-widget.php:84
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v1.9.2\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
+ "POT-Creation-Date: 2015-09-26 14:31+0200\n"
6
+ "PO-Revision-Date: 2015-09-26 14:31+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.8.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
32
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
33
+ "target=\"_blank\">plugin website</a> to find out more about using this "
34
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
+ "Merci d'utiliser le plugin Custom Post Widget. Visitez le <a href=\"http://"
37
+ "www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
38
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
39
+ "target=\"_blank\">site web de plugin</a> pour en savoir plus sur "
40
+ "l'utilisation de ce plugin. <a href=\"%1$s\" style=\"float:right;\">Masquer "
41
+ "Avis</a>"
42
 
43
  # @ custom-post-widget
44
  #: ../popup.php:17 ../popup.php:18
98
 
99
  #: ../post-widget.php:63
100
  msgid "Show featured image"
101
+ msgstr "Afficher l'image à la une"
102
 
103
  #: ../post-widget.php:68
104
  msgid "Do not apply content filters"
105
+ msgstr "Ne pas appliquer des filtres de contenu"
106
 
107
  # @ custom-post-widget
108
  #: ../post-widget.php:84
languages/custom-post-widget-he_IL.mo ADDED
Binary file
languages/custom-post-widget-he_IL.po ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Custom Post Widget v2.8.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2015-12-09 15:26:01+0000\n"
7
+ "Last-Translator: admin <srul864@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: CSL v1.x\n"
14
+ "X-Poedit-Language: Hebrew\n"
15
+ "X-Poedit-Country: ISRAEL\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "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"
18
+ "X-Poedit-Basepath: ../\n"
19
+ "X-Poedit-Bookmarks: \n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Textdomain-Support: yes"
22
+
23
+ #. translators: plugin header field 'Name'
24
+ #: custom-post-widget.php:0
25
+ #@ custom-post-widget
26
+ msgid "Custom Post Widget"
27
+ msgstr "וידג'ט לפרסומים מותאמים אישית"
28
+
29
+ #. translators: plugin header field 'PluginURI'
30
+ #: custom-post-widget.php:0
31
+ #@ custom-post-widget
32
+ msgid "http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget"
33
+ msgstr ""
34
+
35
+ #. translators: plugin header field 'Description'
36
+ #: custom-post-widget.php:0
37
+ #@ custom-post-widget
38
+ msgid "Show the content of a custom post of the type 'content_block' in a widget or with a shortcode."
39
+ msgstr "הצג התוכן של הודעה מותאמת אישית מסוג 'content_block' בוידג'ט או עם קוד קצר."
40
+
41
+ #. translators: plugin header field 'Author'
42
+ #: custom-post-widget.php:0
43
+ #@ custom-post-widget
44
+ msgid "Johan van der Wijk"
45
+ msgstr "יוהן ואן דר וואג"
46
+
47
+ #. translators: plugin header field 'AuthorURI'
48
+ #: custom-post-widget.php:0
49
+ #@ custom-post-widget
50
+ msgid "http://vanderwijk.nl"
51
+ msgstr ""
52
+
53
+ #. translators: plugin header field 'Version'
54
+ #: custom-post-widget.php:0
55
+ #@ custom-post-widget
56
+ msgid "2.8.2"
57
+ msgstr ""
58
+
59
+ #: meta-box.php:6
60
+ #: meta-box.php:47
61
+ #@ custom-post-widget
62
+ msgid "Content Block Information"
63
+ msgstr "מידע לאזור תוכן"
64
+
65
+ #: notice.php:11
66
+ #, php-format
67
+ #@ default
68
+ msgid "Thank you for using the Custom Post Widget plugin. Visit the <a href=\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" target=\"_blank\">plugin website</a> to find out more about using this plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
69
+ msgstr ""
70
+
71
+ #: popup.php:17
72
+ #: popup.php:18
73
+ #@ custom-post-widget
74
+ msgid "Add Content Block"
75
+ msgstr "הוסף אזור תוכן"
76
+
77
+ #: popup.php:31
78
+ #@ custom-post-widget
79
+ msgid "Please select a Content Block"
80
+ msgstr "נא לבחור אזור תוכן"
81
+
82
+ #: popup.php:40
83
+ #: popup.php:64
84
+ #@ custom-post-widget
85
+ msgid "Insert Content Block"
86
+ msgstr "הוספת אזור תוכן"
87
+
88
+ #: popup.php:43
89
+ #@ custom-post-widget
90
+ msgid "Select a Content Block below to add it to your post or page."
91
+ msgstr "נא לבחור אזור תוכן על מנת להוסיף אותו אל הפרסום או העמוד"
92
+
93
+ #: popup.php:48
94
+ #@ custom-post-widget
95
+ msgid "Select a Content Block"
96
+ msgstr "בחירת אזור תוכן"
97
+
98
+ #: popup.php:58
99
+ #: post-widget.php:41
100
+ #@ custom-post-widget
101
+ msgid "No content blocks available"
102
+ msgstr "אין אזורי תוכן זמינים"
103
+
104
+ #: post-widget.php:11
105
+ #@ custom-post-widget
106
+ msgid "Displays custom post content in a widget"
107
+ msgstr "מציג תוכן פרסום מותאם אישית בוידג'ט"
108
+
109
+ #: post-widget.php:12
110
+ #@ custom-post-widget
111
+ msgid "Content Block"
112
+ msgstr "אזור תוכן"
113
+
114
+ #: post-widget.php:26
115
+ #@ custom-post-widget
116
+ msgid "Content Block to Display:"
117
+ msgstr "אזור תוכן להצגה:"
118
+
119
+ #: post-widget.php:52
120
+ #: post-widget.php:126
121
+ #@ custom-post-widget
122
+ msgid "Edit Content Block"
123
+ msgstr "עריכת אזור תוכן"
124
+
125
+ #: post-widget.php:58
126
+ #@ custom-post-widget
127
+ msgid "Show Post Title"
128
+ msgstr "הצג כותרת פרסום"
129
+
130
+ #: post-widget.php:63
131
+ #@ custom-post-widget
132
+ msgid "Show featured image"
133
+ msgstr "הצג תמונה מומלצת"
134
+
135
+ #: post-widget.php:68
136
+ #@ custom-post-widget
137
+ msgid "Do not apply content filters"
138
+ msgstr "אל תחיל מסנני תוכן"
139
+
140
+ #: post-widget.php:84
141
+ #@ custom-post-widget
142
+ msgid "Find"
143
+ msgstr "חיפוש"
144
+
145
+ #: post-widget.php:121
146
+ #@ custom-post-widget
147
+ msgctxt "post type general name"
148
+ msgid "Content Blocks"
149
+ msgstr "אזורי תוכן"
150
+
151
+ #: post-widget.php:122
152
+ #@ custom-post-widget
153
+ msgctxt "post type singular name"
154
+ msgid "Content Block"
155
+ msgstr "אזור תוכן"
156
+
157
+ #: post-widget.php:123
158
+ #@ custom-post-widget
159
+ msgctxt "post type plural name"
160
+ msgid "Content Blocks"
161
+ msgstr "אזורי תוכן"
162
+
163
+ #: post-widget.php:124
164
+ #@ custom-post-widget
165
+ msgctxt "block"
166
+ msgid "Add Content Block"
167
+ msgstr "הוספת אזור תוכן"
168
+
169
+ #: post-widget.php:125
170
+ #@ custom-post-widget
171
+ msgid "Add New Content Block"
172
+ msgstr "הוספת אזור תוכן חדש"
173
+
174
+ #: post-widget.php:127
175
+ #@ custom-post-widget
176
+ msgid "New Content Block"
177
+ msgstr "אזור תוכן חדש"
178
+
179
+ #: post-widget.php:128
180
+ #@ custom-post-widget
181
+ msgid "View Content Block"
182
+ msgstr "צפייה באזור תוכן"
183
+
184
+ #: post-widget.php:129
185
+ #@ custom-post-widget
186
+ msgid "Search Content Blocks"
187
+ msgstr "חיפוש אזורי תוכן"
188
+
189
+ #: post-widget.php:130
190
+ #@ custom-post-widget
191
+ msgid "No Content Blocks Found"
192
+ msgstr "לא נמצאו אזורי תוכן"
193
+
194
+ #: post-widget.php:131
195
+ #@ custom-post-widget
196
+ msgid "No Content Blocks found in Trash"
197
+ msgstr "לא נמצאו אזורי תוכן באשפה"
198
+
199
+ #: post-widget.php:154
200
+ #, php-format
201
+ #@ custom-post-widget
202
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
203
+ msgstr "אזור התוכן עודכן. <a href=\"%s\">ניהול וידג'טים</a>"
204
+
205
+ #: post-widget.php:154
206
+ #: post-widget.php:157
207
+ #@ custom-post-widget
208
+ msgid "Content Block updated."
209
+ msgstr "אזור התוכן עודכן."
210
+
211
+ #: post-widget.php:155
212
+ #@ custom-post-widget
213
+ msgid "Custom field updated."
214
+ msgstr "השדה המותאם אישית עודכן."
215
+
216
+ #: post-widget.php:156
217
+ #@ custom-post-widget
218
+ msgid "Custom field deleted."
219
+ msgstr "השדה המותאם אישית נמחק."
220
+
221
+ #: post-widget.php:158
222
+ #, php-format
223
+ #@ custom-post-widget
224
+ msgid "Content Block restored to revision from %s"
225
+ msgstr "אזור התוכן שוחזר מ-%s"
226
+
227
+ #: post-widget.php:159
228
+ #, php-format
229
+ #@ custom-post-widget
230
+ msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
231
+ msgstr "אזור התוכן פורסם. <a href=\"%s\">ניהול וידג'טים</a>"
232
+
233
+ #: post-widget.php:159
234
+ #@ custom-post-widget
235
+ msgid "Content Block published."
236
+ msgstr "אזור התוכן פורסם."
237
+
238
+ #: post-widget.php:160
239
+ #@ custom-post-widget
240
+ msgid "Block saved."
241
+ msgstr "אזור נשמר."
242
+
243
+ #: post-widget.php:161
244
+ #, php-format
245
+ #@ custom-post-widget
246
+ msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
247
+ msgstr "אזור התוכן נשלח. <a href=\"%s\">ניהול וידג'טים</a>"
248
+
249
+ #: post-widget.php:161
250
+ #@ custom-post-widget
251
+ msgid "Content Block submitted."
252
+ msgstr "אזור התוכן נשלח."
253
+
254
+ #: post-widget.php:162
255
+ #, php-format
256
+ #@ custom-post-widget
257
+ msgid "Content Block scheduled for: <strong>%1$s</strong>."
258
+ msgstr "אזור התוכן מתוכנן ל: <strong>%1$s</strong>."
259
+
260
+ #: post-widget.php:162
261
+ #@ custom-post-widget
262
+ msgid "M j, Y @ G:i"
263
+ msgstr ""
264
+
265
+ #: post-widget.php:163
266
+ #, php-format
267
+ #@ custom-post-widget
268
+ msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
269
+ msgstr "הטיוטה לאזור תוכן עודכנה. <a href=\"%s\">ניהול וידג'טים</a>"
270
+
271
+ #: post-widget.php:163
272
+ #@ custom-post-widget
273
+ msgid "Content Block draft updated."
274
+ msgstr "הטיוטה לאזור התוכן עודכנה."
275
+
languages/custom-post-widget-it_IT.mo CHANGED
Binary file
languages/custom-post-widget-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
- "POT-Creation-Date: 2015-03-12 17:22+0100\n"
6
- "PO-Revision-Date: 2015-04-07 16:17+0100\n"
7
  "Last-Translator: Antony83 <staff.ercicion@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
@@ -28,14 +28,16 @@ msgstr "Informazioni Blocco Contenuti"
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
32
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
33
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
34
  msgstr ""
35
- "Grazie per aver usato il plugin Custom Post Widget. Visita <a href=\"http://"
36
- "www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target=\"_blank"
37
- "\">il sito del plugin</a> per trovare info sul plugin. <a href=\"%1$s\" "
38
- "style=\"float:right;\">Nascondi Notifica</a>"
 
39
 
40
  # @ custom-post-widget
41
  #: ../popup.php:17 ../popup.php:18
@@ -237,3 +239,14 @@ msgstr ""
237
  #: ../post-widget.php:163
238
  msgid "Content Block draft updated."
239
  msgstr "Progetto Blocco Contenuti aggiornato."
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
+ "POT-Creation-Date: 2015-09-26 14:31+0200\n"
6
+ "PO-Revision-Date: 2015-09-26 14:32+0200\n"
7
  "Last-Translator: Antony83 <staff.ercicion@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.8.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
32
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
33
+ "target=\"_blank\">plugin website</a> to find out more about using this "
34
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
+ "Grazie per aver scelto il plugin Custom Post Widget. Visita il <a href="
37
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
38
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
39
+ "target=\"_blank\">plugin</a> per saperne di più su come usare questo "
40
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Avviso</a>"
41
 
42
  # @ custom-post-widget
43
  #: ../popup.php:17 ../popup.php:18
239
  #: ../post-widget.php:163
240
  msgid "Content Block draft updated."
241
  msgstr "Progetto Blocco Contenuti aggiornato."
242
+
243
+ #~ msgid ""
244
+ #~ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
245
+ #~ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
246
+ #~ "target=\"_blank\">plugin website</a> to find out more about using this "
247
+ #~ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
248
+ #~ msgstr ""
249
+ #~ "Grazie per aver usato il plugin Custom Post Widget. Visita <a href="
250
+ #~ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
251
+ #~ "target=\"_blank\">il sito del plugin</a> per trovare info sul plugin. <a "
252
+ #~ "href=\"%1$s\" style=\"float:right;\">Nascondi Notifica</a>"
languages/custom-post-widget-nl_NL.mo CHANGED
Binary file
languages/custom-post-widget-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-12 17:16+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Johan van der Wijk <johan@vanderwijk.nl>\n"
8
  "Language-Team: Johan van der Wijk <info@vanderwijk.com>\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
@@ -29,14 +29,15 @@ msgstr "Inhoudsblok Informatie"
29
  #, php-format
30
  msgid ""
31
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
32
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
33
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
34
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
35
  msgstr ""
36
  "Bedankt voor het installeren van de Custom Post Widget plugin. Bezoek de <a "
37
  "href=\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
38
  "target=\"_blank\">plugin website</a> voor meer informatie over deze plugin. "
39
- "<a href=\"%1$s\" style=\"float:right;\">Verberg Bericht</a>"
40
 
41
  # @ custom-post-widget
42
  #: ../popup.php:17 ../popup.php:18
@@ -235,6 +236,17 @@ msgstr "Concept Inhoudsblok Bijgewerkt. <a href=\"%s\">Beheer Widgets</a>"
235
  msgid "Content Block draft updated."
236
  msgstr "Concept Inhoudsblok bijgewerkt."
237
 
 
 
 
 
 
 
 
 
 
 
 
238
  #~ msgid ""
239
  #~ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
240
  #~ "\"https://www.savvii.eu/wordpress-custom-post-widget/\" target=\"_blank"
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-26 14:32+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Johan van der Wijk <johan@vanderwijk.nl>\n"
8
  "Language-Team: Johan van der Wijk <info@vanderwijk.com>\n"
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.8.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
29
  #, php-format
30
  msgid ""
31
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
32
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
33
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
34
+ "target=\"_blank\">plugin website</a> to find out more about using this "
35
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
36
  msgstr ""
37
  "Bedankt voor het installeren van de Custom Post Widget plugin. Bezoek de <a "
38
  "href=\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
39
  "target=\"_blank\">plugin website</a> voor meer informatie over deze plugin. "
40
+ "<a href=\"%1$s\" style=\"float:right;\">Verberg Melding</a>"
41
 
42
  # @ custom-post-widget
43
  #: ../popup.php:17 ../popup.php:18
236
  msgid "Content Block draft updated."
237
  msgstr "Concept Inhoudsblok bijgewerkt."
238
 
239
+ #~ msgid ""
240
+ #~ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
241
+ #~ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
242
+ #~ "target=\"_blank\">plugin website</a> to find out more about using this "
243
+ #~ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
244
+ #~ msgstr ""
245
+ #~ "Bedankt voor het installeren van de Custom Post Widget plugin. Bezoek de "
246
+ #~ "<a href=\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-"
247
+ #~ "widget/\" target=\"_blank\">plugin website</a> voor meer informatie over "
248
+ #~ "deze plugin. <a href=\"%1$s\" style=\"float:right;\">Verberg Bericht</a>"
249
+
250
  #~ msgid ""
251
  #~ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
252
  #~ "\"https://www.savvii.eu/wordpress-custom-post-widget/\" target=\"_blank"
languages/custom-post-widget-pl_PL.mo CHANGED
Binary file
languages/custom-post-widget-pl_PL.po CHANGED
@@ -2,166 +2,247 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Kuba Es <poedit@webnova.pl>\n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-SourceCharset: utf-8\n"
14
- "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"
 
15
  "X-Textdomain-Support: yes\n"
 
 
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #@ custom-post-widget
19
- #: post-widget.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Displays custom post content in a widget"
21
  msgstr "Wyświetla zawartość w widgecie"
22
 
23
- #@ custom-post-widget
24
- #: post-widget.php:9
25
  msgid "Content Block"
26
  msgstr "Blok Treści"
27
 
28
- #@ custom-post-widget
29
- #: post-widget.php:19
30
  msgid "Content Block to Display:"
31
  msgstr "Blok Treści do wyświetlenia"
32
 
33
- #@ custom-post-widget
34
- #: post-widget.php:31
35
- msgid "No content blocks available"
36
- msgstr "Nie utworzono Bloków Treści"
37
 
38
- #@ custom-post-widget
39
- #: post-widget.php:43
40
  msgid "Show Post Title"
41
  msgstr "Pokaż tytuł postu"
42
 
43
- #@ custom-post-widget
44
- #: post-widget.php:62
 
 
 
 
 
 
 
 
45
  msgid "Find"
46
  msgstr "Znajdź"
47
 
48
- #@ custom-post-widget
49
- #: post-widget.php:94
50
  msgctxt "post type general name"
51
  msgid "Content Blocks"
52
  msgstr "Bloki Treści"
53
 
54
- #@ custom-post-widget
55
- #: post-widget.php:95
56
  msgctxt "post type singular name"
57
  msgid "Content Block"
58
  msgstr "Blok Treści"
59
 
60
- #@ custom-post-widget
61
- #: post-widget.php:97
 
 
 
 
 
 
62
  msgctxt "block"
63
  msgid "Add Content Block"
64
  msgstr "Dodaj Blok Treści"
65
 
66
- #@ custom-post-widget
67
- #: post-widget.php:98
68
  msgid "Add New Content Block"
69
  msgstr "Nowy Blok Treści"
70
 
71
- #@ custom-post-widget
72
- #: post-widget.php:99
73
- msgid "Edit Content Block"
74
- msgstr "Edytuj Blok Treści"
75
-
76
- #@ custom-post-widget
77
- #: post-widget.php:100
78
  msgid "New Content Block"
79
  msgstr "Nowy Blok Treści"
80
 
81
- #@ custom-post-widget
82
- #: post-widget.php:101
83
  msgid "View Content Block"
84
  msgstr "Zobacz Blok Treści"
85
 
86
- #@ custom-post-widget
87
- #: post-widget.php:102
88
  msgid "Search Content Blocks"
89
  msgstr "Szukaj Bloków Treśc"
90
 
91
- #@ custom-post-widget
92
- #: post-widget.php:103
93
  msgid "No Content Blocks Found"
94
  msgstr "Nie znaleziono Bloków Treści"
95
 
96
- #@ custom-post-widget
97
- #: post-widget.php:104
98
  msgid "No Content Blocks found in Trash"
99
  msgstr "Nie znaleziono Bloków Treści w archiwum"
100
 
101
- #@ custom-post-widget
102
- #: post-widget.php:129
103
  #, php-format
104
- msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
105
- msgstr "Blok Treści został zapisany. <a href=\"%s\">Zobacz</a>"
106
 
107
- #@ custom-post-widget
108
- #: post-widget.php:130
 
 
 
 
 
109
  msgid "Custom field updated."
110
  msgstr "Własne pola zostały zaktualizowane."
111
 
112
- #@ custom-post-widget
113
- #: post-widget.php:131
114
  msgid "Custom field deleted."
115
  msgstr "Własne pola zostały usunięte."
116
 
117
- #@ custom-post-widget
118
- #: post-widget.php:132
119
- msgid "Content Block updated."
120
- msgstr "Blok Treści zaktualizowany."
121
-
122
- #@ custom-post-widget
123
- #: post-widget.php:133
124
  #, php-format
125
  msgid "Content Block restored to revision from %s"
126
  msgstr "Przywrócono Blok Treści do rewizji z %s"
127
 
128
- #@ custom-post-widget
129
- #: post-widget.php:134
130
  #, php-format
131
- msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
132
- msgstr "Blok Treści został opublikowany. <a href=\"%s\">Zobacz</a>"
133
 
134
- #@ custom-post-widget
135
- #: post-widget.php:135
 
 
 
 
136
  msgid "Block saved."
137
  msgstr "Blok zapisany."
138
 
139
- #@ custom-post-widget
140
- #: post-widget.php:136
141
  #, php-format
142
- msgid "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content Block</a>"
143
- msgstr "Blok Treści przesłany. <a target=\"_blank\" href=\"%s\">Podgląd Bloku</a>"
144
 
145
- #@ custom-post-widget
146
- #: post-widget.php:137
 
 
 
147
  #, php-format
148
- msgid "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview block</a>"
149
- msgstr "Blok Treści zaplanowany na: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Podgląd Bloku</a>"
150
 
151
- #@ custom-post-widget
152
- #: post-widget.php:138
153
  msgid "M j, Y @ G:i"
154
  msgstr "j. M Y @ H:M"
155
 
156
- #@ custom-post-widget
157
- #: post-widget.php:139
158
  #, php-format
159
- msgid "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview Content Block</a>"
160
- msgstr "Szkic zapisany. <a target=\"_blank\" href=\"%s\">Podgląd Bloku</a>"
161
 
162
- #@ custom-post-widget
163
- #: post-widget.php:96
164
- msgctxt "post type plural name"
165
- msgid "Content Blocks"
166
- msgstr "Bloki Treści"
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-26 14:34+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Kuba Es <poedit@webnova.pl>\n"
8
  "Language-Team: \n"
9
+ "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_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"
17
  "X-Textdomain-Support: yes\n"
18
+ "X-Generator: Poedit 1.8.5\n"
19
+ "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: meta-box.php:6 meta-box.php:47
23
+ msgid "Content Block Information"
24
+ msgstr ""
25
+
26
+ #: notice.php:11
27
+ #, php-format
28
+ msgid ""
29
+ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
30
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
31
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
32
+ "target=\"_blank\">plugin website</a> to find out more about using this "
33
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
34
+ msgstr ""
35
+
36
+ #: popup.php:17 popup.php:18
37
+ msgid "Add Content Block"
38
+ msgstr ""
39
+
40
+ #: popup.php:31
41
+ msgid "Please select a Content Block"
42
+ msgstr ""
43
+
44
+ #: popup.php:40 popup.php:64
45
+ msgid "Insert Content Block"
46
+ msgstr ""
47
+
48
+ #: popup.php:43
49
+ msgid "Select a Content Block below to add it to your post or page."
50
+ msgstr ""
51
+
52
+ #: popup.php:48
53
+ msgid "Select a Content Block"
54
+ msgstr ""
55
+
56
+ # @ custom-post-widget
57
+ #: popup.php:58 post-widget.php:41
58
+ msgid "No content blocks available"
59
+ msgstr "Nie utworzono Bloków Treści"
60
+
61
+ # @ custom-post-widget
62
+ #: post-widget.php:11
63
  msgid "Displays custom post content in a widget"
64
  msgstr "Wyświetla zawartość w widgecie"
65
 
66
+ # @ custom-post-widget
67
+ #: post-widget.php:12
68
  msgid "Content Block"
69
  msgstr "Blok Treści"
70
 
71
+ # @ custom-post-widget
72
+ #: post-widget.php:26
73
  msgid "Content Block to Display:"
74
  msgstr "Blok Treści do wyświetlenia"
75
 
76
+ # @ custom-post-widget
77
+ #: post-widget.php:52 post-widget.php:126
78
+ msgid "Edit Content Block"
79
+ msgstr "Edytuj Blok Treści"
80
 
81
+ # @ custom-post-widget
82
+ #: post-widget.php:58
83
  msgid "Show Post Title"
84
  msgstr "Pokaż tytuł postu"
85
 
86
+ #: post-widget.php:63
87
+ msgid "Show featured image"
88
+ msgstr ""
89
+
90
+ #: post-widget.php:68
91
+ msgid "Do not apply content filters"
92
+ msgstr ""
93
+
94
+ # @ custom-post-widget
95
+ #: post-widget.php:84
96
  msgid "Find"
97
  msgstr "Znajdź"
98
 
99
+ # @ custom-post-widget
100
+ #: post-widget.php:121
101
  msgctxt "post type general name"
102
  msgid "Content Blocks"
103
  msgstr "Bloki Treści"
104
 
105
+ # @ custom-post-widget
106
+ #: post-widget.php:122
107
  msgctxt "post type singular name"
108
  msgid "Content Block"
109
  msgstr "Blok Treści"
110
 
111
+ # @ custom-post-widget
112
+ #: post-widget.php:123
113
+ msgctxt "post type plural name"
114
+ msgid "Content Blocks"
115
+ msgstr "Bloki Treści"
116
+
117
+ # @ custom-post-widget
118
+ #: post-widget.php:124
119
  msgctxt "block"
120
  msgid "Add Content Block"
121
  msgstr "Dodaj Blok Treści"
122
 
123
+ # @ custom-post-widget
124
+ #: post-widget.php:125
125
  msgid "Add New Content Block"
126
  msgstr "Nowy Blok Treści"
127
 
128
+ # @ custom-post-widget
129
+ #: post-widget.php:127
 
 
 
 
 
130
  msgid "New Content Block"
131
  msgstr "Nowy Blok Treści"
132
 
133
+ # @ custom-post-widget
134
+ #: post-widget.php:128
135
  msgid "View Content Block"
136
  msgstr "Zobacz Blok Treści"
137
 
138
+ # @ custom-post-widget
139
+ #: post-widget.php:129
140
  msgid "Search Content Blocks"
141
  msgstr "Szukaj Bloków Treśc"
142
 
143
+ # @ custom-post-widget
144
+ #: post-widget.php:130
145
  msgid "No Content Blocks Found"
146
  msgstr "Nie znaleziono Bloków Treści"
147
 
148
+ # @ custom-post-widget
149
+ #: post-widget.php:131
150
  msgid "No Content Blocks found in Trash"
151
  msgstr "Nie znaleziono Bloków Treści w archiwum"
152
 
153
+ #: post-widget.php:154
 
154
  #, php-format
155
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
156
+ msgstr ""
157
 
158
+ # @ custom-post-widget
159
+ #: post-widget.php:154 post-widget.php:157
160
+ msgid "Content Block updated."
161
+ msgstr "Blok Treści zaktualizowany."
162
+
163
+ # @ custom-post-widget
164
+ #: post-widget.php:155
165
  msgid "Custom field updated."
166
  msgstr "Własne pola zostały zaktualizowane."
167
 
168
+ # @ custom-post-widget
169
+ #: post-widget.php:156
170
  msgid "Custom field deleted."
171
  msgstr "Własne pola zostały usunięte."
172
 
173
+ # @ custom-post-widget
174
+ #: post-widget.php:158
 
 
 
 
 
175
  #, php-format
176
  msgid "Content Block restored to revision from %s"
177
  msgstr "Przywrócono Blok Treści do rewizji z %s"
178
 
179
+ #: post-widget.php:159
 
180
  #, php-format
181
+ msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
182
+ msgstr ""
183
 
184
+ #: post-widget.php:159
185
+ msgid "Content Block published."
186
+ msgstr ""
187
+
188
+ # @ custom-post-widget
189
+ #: post-widget.php:160
190
  msgid "Block saved."
191
  msgstr "Blok zapisany."
192
 
193
+ #: post-widget.php:161
 
194
  #, php-format
195
+ msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
196
+ msgstr ""
197
 
198
+ #: post-widget.php:161
199
+ msgid "Content Block submitted."
200
+ msgstr ""
201
+
202
+ #: post-widget.php:162
203
  #, php-format
204
+ msgid "Content Block scheduled for: <strong>%1$s</strong>."
205
+ msgstr ""
206
 
207
+ # @ custom-post-widget
208
+ #: post-widget.php:162
209
  msgid "M j, Y @ G:i"
210
  msgstr "j. M Y @ H:M"
211
 
212
+ #: post-widget.php:163
 
213
  #, php-format
214
+ msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
215
+ msgstr ""
216
 
217
+ #: post-widget.php:163
218
+ msgid "Content Block draft updated."
219
+ msgstr ""
 
 
220
 
221
+ # @ custom-post-widget
222
+ #~ msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
223
+ #~ msgstr "Blok Treści został zapisany. <a href=\"%s\">Zobacz</a>"
224
+
225
+ # @ custom-post-widget
226
+ #~ msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
227
+ #~ msgstr "Blok Treści został opublikowany. <a href=\"%s\">Zobacz</a>"
228
+
229
+ # @ custom-post-widget
230
+ #~ msgid ""
231
+ #~ "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content "
232
+ #~ "Block</a>"
233
+ #~ msgstr ""
234
+ #~ "Blok Treści przesłany. <a target=\"_blank\" href=\"%s\">Podgląd Bloku</a>"
235
+
236
+ # @ custom-post-widget
237
+ #~ msgid ""
238
+ #~ "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
239
+ #~ "href=\"%2$s\">Preview block</a>"
240
+ #~ msgstr ""
241
+ #~ "Blok Treści zaplanowany na: <strong>%1$s</strong>. <a target=\"_blank\" "
242
+ #~ "href=\"%2$s\">Podgląd Bloku</a>"
243
+
244
+ # @ custom-post-widget
245
+ #~ msgid ""
246
+ #~ "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview "
247
+ #~ "Content Block</a>"
248
+ #~ msgstr "Szkic zapisany. <a target=\"_blank\" href=\"%s\">Podgląd Bloku</a>"
languages/custom-post-widget-pt_BR.mo CHANGED
Binary file
languages/custom-post-widget-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v1.9.2\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
- "POT-Creation-Date: 2015-03-12 17:23+0100\n"
6
- "PO-Revision-Date: 2015-03-12 17:25+0100\n"
7
  "Last-Translator: Ronaldo Chevalier <rcriche@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
  "_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"
17
  "X-Textdomain-Support: yes\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
@@ -28,14 +28,16 @@ msgstr "Bloco de conteúdo informações"
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
32
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
33
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
34
  msgstr ""
35
- "Obrigado por usar o plugin Custom Post Widget. Visite o <a href=\"http://www."
36
- "vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target=\"_blank"
37
- "\">site do plugin</a> para descobrir mais sobre como usar este plugin. <a "
38
- "href=\"%1$s\" style=\"float:right;\">Ocultar o aviso</a>"
 
39
 
40
  # @ custom-post-widget
41
  #: ../popup.php:17 ../popup.php:18
@@ -235,6 +237,17 @@ msgstr "Rascunho atualizado. <a href=\"%s\">Gerenciar Widgets</a>"
235
  msgid "Content Block draft updated."
236
  msgstr "Rascunho atualizado."
237
 
 
 
 
 
 
 
 
 
 
 
 
238
  # @ custom-post-widget
239
  #~ msgid "Cancel"
240
  #~ msgstr "Cancelar"
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v1.9.2\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-post-widget\n"
5
+ "POT-Creation-Date: 2015-09-26 14:34+0200\n"
6
+ "PO-Revision-Date: 2015-09-26 14:34+0200\n"
7
  "Last-Translator: Ronaldo Chevalier <rcriche@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
  "_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"
17
  "X-Textdomain-Support: yes\n"
18
+ "X-Generator: Poedit 1.8.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
32
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
33
+ "target=\"_blank\">plugin website</a> to find out more about using this "
34
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
+ "Obrigado por usar o plug-in Custom Post Widget. Visite o <a href=\"http://"
37
+ "www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
38
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
39
+ "target=\"_blank\">site do plugin</a> para saber mais sobre como usar este "
40
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Esconder Notice</a>"
41
 
42
  # @ custom-post-widget
43
  #: ../popup.php:17 ../popup.php:18
237
  msgid "Content Block draft updated."
238
  msgstr "Rascunho atualizado."
239
 
240
+ #~ msgid ""
241
+ #~ "Thank you for using the Custom Post Widget plugin. Visit the <a href="
242
+ #~ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" "
243
+ #~ "target=\"_blank\">plugin website</a> to find out more about using this "
244
+ #~ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
245
+ #~ msgstr ""
246
+ #~ "Obrigado por usar o plugin Custom Post Widget. Visite o <a href=\"http://"
247
+ #~ "www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
248
+ #~ "\"_blank\">site do plugin</a> para descobrir mais sobre como usar este "
249
+ #~ "plugin. <a href=\"%1$s\" style=\"float:right;\">Ocultar o aviso</a>"
250
+
251
  # @ custom-post-widget
252
  #~ msgid "Cancel"
253
  #~ msgstr "Cancelar"
languages/custom-post-widget-ru_RU.mo CHANGED
Binary file
languages/custom-post-widget-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-12 17:25+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Виталий Капля <vitaliy.kaplya@dasayt.com>\n"
8
  "Language-Team: Johan van der Wijk <info@vanderwijk.com>\n"
@@ -16,22 +16,30 @@ msgstr ""
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../meta-box.php:6 ../meta-box.php:47
24
  msgid "Content Block Information"
25
- msgstr ""
26
 
27
  #: ../notice.php:11
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
32
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
33
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
34
  msgstr ""
 
 
 
 
 
 
 
35
 
36
  # @ custom-post-widget
37
  #: ../popup.php:17 ../popup.php:18
@@ -89,11 +97,11 @@ msgstr "Выводить заголовок"
89
 
90
  #: ../post-widget.php:63
91
  msgid "Show featured image"
92
- msgstr ""
93
 
94
  #: ../post-widget.php:68
95
  msgid "Do not apply content filters"
96
- msgstr ""
97
 
98
  # @ custom-post-widget
99
  #: ../post-widget.php:84
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-26 14:35+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Виталий Капля <vitaliy.kaplya@dasayt.com>\n"
8
  "Language-Team: Johan van der Wijk <info@vanderwijk.com>\n"
16
  "_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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.8.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../meta-box.php:6 ../meta-box.php:47
24
  msgid "Content Block Information"
25
+ msgstr "Содержимое данных Блок"
26
 
27
  #: ../notice.php:11
28
  #, php-format
29
  msgid ""
30
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
31
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
32
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
33
+ "target=\"_blank\">plugin website</a> to find out more about using this "
34
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
+ "Благодарим Вас за использование плагина таможенный пост Widget. Посетите "
37
+ "<a href=\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-"
38
+ "widget/?"
39
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
40
+ "target=\"_blank\">веб-сайт плагина,</a> чтобы узнать больше об "
41
+ "использовании этого плагина. <a href=\"%1$s\" style=\"float:right;"
42
+ "\">Hide уведомление</a>"
43
 
44
  # @ custom-post-widget
45
  #: ../popup.php:17 ../popup.php:18
97
 
98
  #: ../post-widget.php:63
99
  msgid "Show featured image"
100
+ msgstr "Показать миниатюру"
101
 
102
  #: ../post-widget.php:68
103
  msgid "Do not apply content filters"
104
+ msgstr "Не применять фильтры контента"
105
 
106
  # @ custom-post-widget
107
  #: ../post-widget.php:84
languages/custom-post-widget-sv_SE.mo CHANGED
Binary file
languages/custom-post-widget-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v2.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-12 17:27+0100\n"
6
- "PO-Revision-Date: 2015-03-12 17:27+0100\n"
7
  "Last-Translator: aztek <info@aztek.se>\n"
8
  "Language-Team: \n"
9
  "Language: sv_SE\n"
@@ -11,11 +11,11 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.7.5\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_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"
18
- "X-Poedit-Basepath: ../\n"
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
@@ -551,7 +551,7 @@ msgstr "Det finns inga innehållsblock i papperskorgen"
551
  #: ../tags/1.8.4/tags/1.8/post-widget.php:141 ../tags/1.8/post-widget.php:141
552
  #, php-format
553
  msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
554
- msgstr ""
555
 
556
  # @ custom-post-widget
557
  #: ../tags/1.0/custom-post-widget.php:119
@@ -742,7 +742,7 @@ msgstr "Innehållsblocket är återställt från en tidigare sparad version frå
742
  #: ../tags/1.8.4/tags/1.8/post-widget.php:146 ../tags/1.8/post-widget.php:146
743
  #, php-format
744
  msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
745
- msgstr ""
746
 
747
  # @ custom-post-widget
748
  #: ../tags/1.0/custom-post-widget.php:124
@@ -807,6 +807,8 @@ msgid ""
807
  "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content "
808
  "Block</a>"
809
  msgstr ""
 
 
810
 
811
  #: ../tags/1.0/custom-post-widget.php:126
812
  #: ../tags/1.1.1/custom-post-widget.php:126
@@ -833,6 +835,8 @@ msgid ""
833
  "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
834
  "href=\"%2$s\">Preview block</a>"
835
  msgstr ""
 
 
836
 
837
  # @ custom-post-widget
838
  #: ../tags/1.0/custom-post-widget.php:127
@@ -897,6 +901,8 @@ msgid ""
897
  "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview "
898
  "Content Block</a>"
899
  msgstr ""
 
 
900
 
901
  # @ custom-post-widget
902
  #: ../tags/1.2.1/custom-post-widget.php:49
@@ -1065,22 +1071,20 @@ msgstr "Välj ett innehållsblock"
1065
  #: ../tags/1.9.6/popup.php:22 ../tags/1.9.6/popup.php:48
1066
  #: ../tags/1.9.7/popup.php:22 ../tags/1.9.7/popup.php:48
1067
  #: ../tags/1.9.8/popup.php:22 ../tags/1.9.8/popup.php:52
1068
- #: ../tags/1.9/popup.php:22 ../tags/1.9/popup.php:48
1069
- #: ../tags/2.0.1/popup.php:19 ../tags/2.0.1/popup.php:43
1070
- #: ../tags/2.0.2/popup.php:19 ../tags/2.0.2/popup.php:43
1071
- #: ../tags/2.0/popup.php:19 ../tags/2.0/popup.php:43
1072
  #: ../tags/2.3.1/popup.php:19 ../tags/2.3.1/popup.php:43
1073
  #: ../tags/2.3.2/popup.php:19 ../tags/2.3.2/popup.php:43
1074
  #: ../tags/2.3.3/popup.php:19 ../tags/2.3.3/popup.php:43
1075
  #: ../tags/2.3.4/popup.php:19 ../tags/2.3.4/popup.php:43
1076
  #: ../tags/2.3.5/popup.php:19 ../tags/2.3.5/popup.php:43
1077
- #: ../tags/2.3/popup.php:19 ../tags/2.3/popup.php:43
1078
- #: ../tags/2.4.1/popup.php:19 ../tags/2.4.1/popup.php:43
1079
- #: ../tags/2.4.2/popup.php:19 ../tags/2.4.2/popup.php:43
1080
- #: ../tags/2.4.3/popup.php:19 ../tags/2.4.3/popup.php:43
1081
- #: ../tags/2.4.5/popup.php:22 ../tags/2.4.5/popup.php:46
1082
- #: ../tags/2.5/popup.php:39 ../tags/2.5/popup.php:63 ../trunk/popup.php:40
1083
- #: ../trunk/popup.php:64 popup.php:40 popup.php:64
1084
  msgid "Insert Content Block"
1085
  msgstr "Lägg till innehållsblock"
1086
 
@@ -1136,7 +1140,7 @@ msgstr "Välj ett innehållsblock"
1136
  #: ../tags/1.9.7/popup.php:50 ../tags/1.9.8/popup.php:54
1137
  #: ../tags/1.9/popup.php:50
1138
  msgid "Cancel"
1139
- msgstr ""
1140
 
1141
  # @ custom-post-widget
1142
  #: ../tags/1.8.1/post-widget.php:186 ../tags/1.8.1/post-widget.php:187
@@ -1377,7 +1381,13 @@ msgstr "Information om innehållsblocket"
1377
  #, php-format
1378
  msgid ""
1379
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
1380
- "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/\" target="
1381
- "\"_blank\">plugin website</a> to find out more about using this plugin. <a "
1382
- "href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
 
1383
  msgstr ""
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v2.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-26 14:35+0200\n"
6
+ "PO-Revision-Date: 2015-09-26 14:35+0200\n"
7
  "Last-Translator: aztek <info@aztek.se>\n"
8
  "Language-Team: \n"
9
  "Language: sv_SE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.8.5\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_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"
18
+ "X-Poedit-Basepath: ..\n"
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
551
  #: ../tags/1.8.4/tags/1.8/post-widget.php:141 ../tags/1.8/post-widget.php:141
552
  #, php-format
553
  msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
554
+ msgstr "Innehållet Block uppdateras. <a href=\"%s\">Visa innehållsblock</a>"
555
 
556
  # @ custom-post-widget
557
  #: ../tags/1.0/custom-post-widget.php:119
742
  #: ../tags/1.8.4/tags/1.8/post-widget.php:146 ../tags/1.8/post-widget.php:146
743
  #, php-format
744
  msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
745
+ msgstr "Innehåll Block publiceras. <a href=\"%s\">Se innehåll Block</a>"
746
 
747
  # @ custom-post-widget
748
  #: ../tags/1.0/custom-post-widget.php:124
807
  "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content "
808
  "Block</a>"
809
  msgstr ""
810
+ "Innehåll Block in. <a target=\"_blank\" href=\"%s\">Förhandsgranska innehåll "
811
+ "Block</a>"
812
 
813
  #: ../tags/1.0/custom-post-widget.php:126
814
  #: ../tags/1.1.1/custom-post-widget.php:126
835
  "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
836
  "href=\"%2$s\">Preview block</a>"
837
  msgstr ""
838
+ "Innehållsblock planeras <strong>för.%1$s</strong> <a target=\"_blank\" href="
839
+ "\"%2$s\">Preview-block</a>"
840
 
841
  # @ custom-post-widget
842
  #: ../tags/1.0/custom-post-widget.php:127
901
  "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview "
902
  "Content Block</a>"
903
  msgstr ""
904
+ "Innehållsblock utkast uppdateras. <a target=\"_blank\" href=\"%s"
905
+ "\">Förhandsvisningsinnehållsblock</a>"
906
 
907
  # @ custom-post-widget
908
  #: ../tags/1.2.1/custom-post-widget.php:49
1071
  #: ../tags/1.9.6/popup.php:22 ../tags/1.9.6/popup.php:48
1072
  #: ../tags/1.9.7/popup.php:22 ../tags/1.9.7/popup.php:48
1073
  #: ../tags/1.9.8/popup.php:22 ../tags/1.9.8/popup.php:52
1074
+ #: ../tags/1.9/popup.php:22 ../tags/1.9/popup.php:48 ../tags/2.0.1/popup.php:19
1075
+ #: ../tags/2.0.1/popup.php:43 ../tags/2.0.2/popup.php:19
1076
+ #: ../tags/2.0.2/popup.php:43 ../tags/2.0/popup.php:19 ../tags/2.0/popup.php:43
 
1077
  #: ../tags/2.3.1/popup.php:19 ../tags/2.3.1/popup.php:43
1078
  #: ../tags/2.3.2/popup.php:19 ../tags/2.3.2/popup.php:43
1079
  #: ../tags/2.3.3/popup.php:19 ../tags/2.3.3/popup.php:43
1080
  #: ../tags/2.3.4/popup.php:19 ../tags/2.3.4/popup.php:43
1081
  #: ../tags/2.3.5/popup.php:19 ../tags/2.3.5/popup.php:43
1082
+ #: ../tags/2.3/popup.php:19 ../tags/2.3/popup.php:43 ../tags/2.4.1/popup.php:19
1083
+ #: ../tags/2.4.1/popup.php:43 ../tags/2.4.2/popup.php:19
1084
+ #: ../tags/2.4.2/popup.php:43 ../tags/2.4.3/popup.php:19
1085
+ #: ../tags/2.4.3/popup.php:43 ../tags/2.4.5/popup.php:22
1086
+ #: ../tags/2.4.5/popup.php:46 ../tags/2.5/popup.php:39 ../tags/2.5/popup.php:63
1087
+ #: ../trunk/popup.php:40 ../trunk/popup.php:64 popup.php:40 popup.php:64
 
1088
  msgid "Insert Content Block"
1089
  msgstr "Lägg till innehållsblock"
1090
 
1140
  #: ../tags/1.9.7/popup.php:50 ../tags/1.9.8/popup.php:54
1141
  #: ../tags/1.9/popup.php:50
1142
  msgid "Cancel"
1143
+ msgstr "Avbryt svar"
1144
 
1145
  # @ custom-post-widget
1146
  #: ../tags/1.8.1/post-widget.php:186 ../tags/1.8.1/post-widget.php:187
1381
  #, php-format
1382
  msgid ""
1383
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
1384
+ "\"http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
1385
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
1386
+ "target=\"_blank\">plugin website</a> to find out more about using this "
1387
+ "plugin. <a href=\"%1$s\" style=\"float:right;\">Hide Notice</a>"
1388
  msgstr ""
1389
+ "Tack för att du använder Custom Post Widget plugin. Besök <a href=\"http://"
1390
+ "www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?"
1391
+ "utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget\" "
1392
+ "target=\"_blank\">plugin webbplats</a> att ta reda på mer om hur du använder "
1393
+ "denna plugin. <a href=\"%1$s\" style=\"float:right;\">Göm Meddelande</a>"
post-widget.php CHANGED
@@ -171,7 +171,8 @@ function custom_post_widget_shortcode( $atts ) {
171
  extract( shortcode_atts( array(
172
  'id' => '',
173
  'slug' => '',
174
- 'class' => 'content_block'
 
175
  ), $atts ) );
176
 
177
  if ( $slug ) {
@@ -193,7 +194,11 @@ function custom_post_widget_shortcode( $atts ) {
193
 
194
  foreach( $content_post as $post ) :
195
  $content .= '<div class="'. esc_attr($class) .'" id="custom_post_widget-' . $id . '">';
196
- $content .= apply_filters( 'the_content', $post->post_content);
 
 
 
 
197
  $content .= '</div>';
198
  endforeach;
199
  }
171
  extract( shortcode_atts( array(
172
  'id' => '',
173
  'slug' => '',
174
+ 'class' => 'content_block',
175
+ 'suppress_content_filters' => 'no'
176
  ), $atts ) );
177
 
178
  if ( $slug ) {
194
 
195
  foreach( $content_post as $post ) :
196
  $content .= '<div class="'. esc_attr($class) .'" id="custom_post_widget-' . $id . '">';
197
+ if ( $suppress_content_filters === 'no' ) {
198
+ $content .= apply_filters( 'the_content', $post->post_content);
199
+ } else {
200
+ $content .= $post->post_content;
201
+ }
202
  $content .= '</div>';
203
  endforeach;
204
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Custom Post Widget ===
2
  Contributors: vanderwijk
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
- Requires at least: 2.9.2
5
- Tested up to: 4.3
6
- Stable tag: 2.7.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -31,6 +31,7 @@ To add content to a widget, drag it to the required position in the sidebar and
31
  * Dutch (nl_NL) by [Johan van der Wijk](http://vanderwijk.nl)
32
  * French (fr_FR) by [Alexandre Simard](http://brocheafoin.biz/)
33
  * German (de_DE) by [Caspar H&uuml;binger](http://glueckpress.com/)
 
34
  * Italian (it_IT) by [Ercicion](http://ercicion.altervista.org/blog/)
35
  * Polish (pl_PL) by [Kuba Skublicki](https://www.linkedin.com/in/kubecki)
36
  * Portuguese (pt_BR) by [Ronaldo Chevalier](http://www.hostmeta.com.br/)
@@ -74,7 +75,7 @@ This plugin has built-in support for the featured image functionality on the edi
74
 
75
  = My social sharing plugin adds buttons to all the Custom Post Widget areas =
76
 
77
- If your social media sharing plugin adds buttons to the widget areas you could check the 'Do not apply content filters' checkbox. Note that when this is done, WordPress will also stop adding paragraph tags to your text, so use this setting with caution. It is much better to ask the developer of the social media sharing buttons plugin to correctly use the content filters (see http://pippinsplugins.com/playing-nice-with-the-content-filter/ for more information on this).
78
 
79
  = The title and featured image are not displayed when using the shortcode =
80
 
@@ -89,6 +90,7 @@ These new features are on the to-do list:
89
  * Optionally show the post title when using the shortcode
90
  * Front-end editing of the content blocks
91
  * Display shortcode on content block edit screen and/or overview page similar to Contact Form 7
 
92
 
93
  = How can I make advanced changes to the widget layout? =
94
 
@@ -131,6 +133,15 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
131
 
132
  == Changelog ==
133
 
 
 
 
 
 
 
 
 
 
134
  = 2.7.9 =
135
  Changed method for creating the widget in preparation of PHP7 support.
136
 
1
  === Custom Post Widget ===
2
  Contributors: vanderwijk
3
  Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
4
+ Requires at least: 4.0
5
+ Tested up to: 4.4
6
+ Stable tag: 2.8.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
31
  * Dutch (nl_NL) by [Johan van der Wijk](http://vanderwijk.nl)
32
  * French (fr_FR) by [Alexandre Simard](http://brocheafoin.biz/)
33
  * German (de_DE) by [Caspar H&uuml;binger](http://glueckpress.com/)
34
+ * Hebrew (he_IL) by [Daniel Cohen Gindi](https://github.com/danielgindi)
35
  * Italian (it_IT) by [Ercicion](http://ercicion.altervista.org/blog/)
36
  * Polish (pl_PL) by [Kuba Skublicki](https://www.linkedin.com/in/kubecki)
37
  * Portuguese (pt_BR) by [Ronaldo Chevalier](http://www.hostmeta.com.br/)
75
 
76
  = My social sharing plugin adds buttons to all the Custom Post Widget areas =
77
 
78
+ If your social media sharing plugin adds buttons to the widget areas you could check the 'Do not apply content filters' checkbox. Note that when this is done, WordPress will also stop adding paragraph tags to your text, so use this setting with caution. It is much better to ask the developer of the social media sharing buttons plugin to correctly use the content filters (see http://pippinsplugins.com/playing-nice-with-the-content-filter/ for more information on this). If you are embedding your content block with the shortcode, add the following: `suppress_content_filters="yes"`
79
 
80
  = The title and featured image are not displayed when using the shortcode =
81
 
90
  * Optionally show the post title when using the shortcode
91
  * Front-end editing of the content blocks
92
  * Display shortcode on content block edit screen and/or overview page similar to Contact Form 7
93
+ * Visual Composer integration
94
 
95
  = How can I make advanced changes to the widget layout? =
96
 
133
 
134
  == Changelog ==
135
 
136
+ = 2.8.3 =
137
+ Added Hebrew translation as provided by Daniel Cohen Gindi
138
+
139
+ = 2.8.1 =
140
+ Updated language files.
141
+
142
+ = 2.8 =
143
+ Added the option to suppress the content filters when using the shortcode. Thanks to adelval for providing the code, see https://wordpress.org/support/topic/add-option-to-not-apply-content-filters-in-shortcode?replies=4
144
+
145
  = 2.7.9 =
146
  Changed method for creating the widget in preparation of PHP7 support.
147