Content Blocks (Custom Post Widget) - Version 2.7.5

Version Description

Updated branding and language files.

Download this release

Release Info

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

Code changes from version 2.7.4 to 2.7.5

custom-post-widget.php CHANGED
@@ -1,16 +1,16 @@
1
  <?php
2
  /*
3
- Plugin Name: Savvii Custom Post Widget
4
- Plugin URI: https://www.savvii.eu/wordpress-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.4
7
- Author: Savvii WordPress Hosting
8
- Author URI: https://www.savvii.eu/
9
  License: GPL2
10
 
11
- Release notes: Version 2.7.4 The shortcode now includes the slug of the content block
12
 
13
- Copyright 2014 Johan van der Wijk (email: info@vanderwijk.com)
14
 
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License, version 2, as
1
  <?php
2
  /*
3
+ Plugin Name: Custom Post Widget
4
+ Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-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.5
7
+ Author: Johan van der Wijk
8
+ Author URI: http://vanderwijk.nl
9
  License: GPL2
10
 
11
+ Release notes: Version 2.7.5 Changed branding
12
 
13
+ Copyright 2015 Johan van der Wijk
14
 
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License, version 2, as
languages/custom-post-widget-de_DE.mo CHANGED
Binary file
languages/custom-post-widget-de_DE.po CHANGED
@@ -2,170 +2,251 @@ 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: \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-Language: \n"
14
- "X-Poedit-Country: \n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "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"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
 
22
- #: post-widget.php:8
23
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  msgid "Displays custom post content in a widget"
25
  msgstr "Zeigt benutzerdefinierte Inhalte in einem Widget an"
26
 
27
- #: post-widget.php:9
28
- #@ custom-post-widget
29
  msgid "Content Block"
30
  msgstr "Inhaltsblock"
31
 
32
- #: post-widget.php:19
33
- #@ custom-post-widget
34
  msgid "Content Block to Display:"
35
  msgstr "Anzuzeigender Inhaltsblock"
36
 
37
- #: post-widget.php:31
38
- #@ custom-post-widget
39
- msgid "No content blocks available"
40
- msgstr "Keine Inhaltsblöcke verfügbar"
41
 
42
- #: post-widget.php:43
43
- #@ custom-post-widget
44
  msgid "Show Post Title"
45
  msgstr "Beitragstitel anzeigen"
46
 
47
- #: post-widget.php:62
48
- #@ custom-post-widget
 
 
 
 
 
 
 
 
49
  msgid "Find"
50
  msgstr "Finden"
51
 
52
- #: post-widget.php:94
53
- #@ custom-post-widget
54
  msgctxt "post type general name"
55
  msgid "Content Blocks"
56
  msgstr "Inhaltsblöcke"
57
 
58
- #: post-widget.php:95
59
- #@ custom-post-widget
60
  msgctxt "post type singular name"
61
  msgid "Content Block"
62
  msgstr "Inhaltsblock"
63
 
64
- #: post-widget.php:97
65
- #@ custom-post-widget
 
 
 
 
 
 
66
  msgctxt "block"
67
  msgid "Add Content Block"
68
  msgstr "Inhaltsblock erstellen"
69
 
70
- #: post-widget.php:98
71
- #@ custom-post-widget
72
  msgid "Add New Content Block"
73
  msgstr "Neuen Inhaltsblock erstellen"
74
 
75
- #: post-widget.php:99
76
- #@ custom-post-widget
77
- msgid "Edit Content Block"
78
- msgstr "Inhaltsblock bearbeiten"
79
-
80
- #: post-widget.php:100
81
- #@ custom-post-widget
82
  msgid "New Content Block"
83
  msgstr "Neuer Inhaltsblock"
84
 
85
- #: post-widget.php:101
86
- #@ custom-post-widget
87
  msgid "View Content Block"
88
  msgstr "Inhaltsblock ansehen"
89
 
90
- #: post-widget.php:102
91
- #@ custom-post-widget
92
  msgid "Search Content Blocks"
93
  msgstr "Inhaltsblöcke durchsuchen"
94
 
95
- #: post-widget.php:103
96
- #@ custom-post-widget
97
  msgid "No Content Blocks Found"
98
  msgstr "Keine Inhaltsblöcke gefunden"
99
 
100
- #: post-widget.php:104
101
- #@ custom-post-widget
102
  msgid "No Content Blocks found in Trash"
103
  msgstr "Keine Inhaltsblöcke im Papierkorb gefunden"
104
 
105
- #: post-widget.php:129
106
  #, php-format
107
- #@ custom-post-widget
108
- msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
109
- msgstr "Inhaltsblock aktualisiert. <a href=\"%s\">Ansehen</a>"
110
 
111
- #: post-widget.php:130
112
- #@ custom-post-widget
 
 
 
 
 
113
  msgid "Custom field updated."
114
  msgstr "Benutzerdefiniertes Feld aktualisiert."
115
 
116
- #: post-widget.php:131
117
- #@ custom-post-widget
118
  msgid "Custom field deleted."
119
  msgstr "Benutzerdefiniertes Feld gelöscht."
120
 
121
- #: post-widget.php:132
122
- #@ custom-post-widget
123
- msgid "Content Block updated."
124
- msgstr "Inhaltsblock aktualisiert."
125
-
126
- #: post-widget.php:133
127
  #, php-format
128
- #@ custom-post-widget
129
  msgid "Content Block restored to revision from %s"
130
  msgstr "Inhaltsblock wiederhergestellt als Revision vom %s"
131
 
132
- #: post-widget.php:134
133
  #, php-format
134
- #@ custom-post-widget
135
- msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
136
- msgstr "Inhaltsblock publiziert. <a href=\"%s\">Ansehen</a>"
 
 
 
137
 
138
- #: post-widget.php:135
139
- #@ custom-post-widget
140
  msgid "Block saved."
141
  msgstr "Inhaltsblock gespeichert."
142
 
143
- #: post-widget.php:136
144
  #, php-format
145
- #@ custom-post-widget
146
- msgid "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content Block</a>"
147
- msgstr "Inhaltsblock gesendet. <a target=\"_blank\" href=\"%s\">Vorschau anzeigen</a>"
148
 
149
- #: post-widget.php:137
 
 
 
 
150
  #, php-format
151
- #@ custom-post-widget
152
- msgid "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview block</a>"
153
- msgstr "Inhaltsblock terminiert zum: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau ansehen</a>"
154
 
155
- #: post-widget.php:138
156
- #@ custom-post-widget
157
  msgid "M j, Y @ G:i"
158
  msgstr "j. M Y @ H:M"
159
 
160
- #: post-widget.php:139
161
  #, php-format
162
- #@ custom-post-widget
163
- msgid "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview Content Block</a>"
164
- msgstr "Entwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</a>"
165
-
166
- #: post-widget.php:96
167
- #@ custom-post-widget
168
- msgctxt "post type plural name"
169
- msgid "Content Blocks"
170
- msgstr "Inhaltsblöcke"
171
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
9
+ "Language: de_DE\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-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 "Inhaltsblock Informationen"
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
+ #: ../popup.php:17 ../popup.php:18
37
+ msgid "Add Content Block"
38
+ msgstr "Inhaltsblock hinzufügen"
39
+
40
+ #: ../popup.php:31
41
+ msgid "Please select a Content Block"
42
+ msgstr "Wählen Sie einen Inhaltsblock"
43
+
44
+ #: ../popup.php:40 ../popup.php:64
45
+ msgid "Insert Content Block"
46
+ msgstr "Inhaltsblock einfügen"
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 "Wählen Sie einen Inhaltsblock"
55
+
56
+ # @ custom-post-widget
57
+ #: ../popup.php:58 ../post-widget.php:41
58
+ msgid "No content blocks available"
59
+ msgstr "Keine Inhaltsblöcke verfügbar"
60
+
61
+ # @ custom-post-widget
62
+ #: ../post-widget.php:11
63
  msgid "Displays custom post content in a widget"
64
  msgstr "Zeigt benutzerdefinierte Inhalte in einem Widget an"
65
 
66
+ # @ custom-post-widget
67
+ #: ../post-widget.php:12
68
  msgid "Content Block"
69
  msgstr "Inhaltsblock"
70
 
71
+ # @ custom-post-widget
72
+ #: ../post-widget.php:26
73
  msgid "Content Block to Display:"
74
  msgstr "Anzuzeigender Inhaltsblock"
75
 
76
+ # @ custom-post-widget
77
+ #: ../post-widget.php:52 ../post-widget.php:126
78
+ msgid "Edit Content Block"
79
+ msgstr "Inhaltsblock bearbeiten"
80
 
81
+ # @ custom-post-widget
82
+ #: ../post-widget.php:58
83
  msgid "Show Post Title"
84
  msgstr "Beitragstitel anzeigen"
85
 
86
+ #: ../post-widget.php:63
87
+ msgid "Show featured image"
88
+ 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
96
  msgid "Find"
97
  msgstr "Finden"
98
 
99
+ # @ custom-post-widget
100
+ #: ../post-widget.php:121
101
  msgctxt "post type general name"
102
  msgid "Content Blocks"
103
  msgstr "Inhaltsblöcke"
104
 
105
+ # @ custom-post-widget
106
+ #: ../post-widget.php:122
107
  msgctxt "post type singular name"
108
  msgid "Content Block"
109
  msgstr "Inhaltsblock"
110
 
111
+ # @ custom-post-widget
112
+ #: ../post-widget.php:123
113
+ msgctxt "post type plural name"
114
+ msgid "Content Blocks"
115
+ msgstr "Inhaltsblöcke"
116
+
117
+ # @ custom-post-widget
118
+ #: ../post-widget.php:124
119
  msgctxt "block"
120
  msgid "Add Content Block"
121
  msgstr "Inhaltsblock erstellen"
122
 
123
+ # @ custom-post-widget
124
+ #: ../post-widget.php:125
125
  msgid "Add New Content Block"
126
  msgstr "Neuen Inhaltsblock erstellen"
127
 
128
+ # @ custom-post-widget
129
+ #: ../post-widget.php:127
 
 
 
 
 
130
  msgid "New Content Block"
131
  msgstr "Neuer Inhaltsblock"
132
 
133
+ # @ custom-post-widget
134
+ #: ../post-widget.php:128
135
  msgid "View Content Block"
136
  msgstr "Inhaltsblock ansehen"
137
 
138
+ # @ custom-post-widget
139
+ #: ../post-widget.php:129
140
  msgid "Search Content Blocks"
141
  msgstr "Inhaltsblöcke durchsuchen"
142
 
143
+ # @ custom-post-widget
144
+ #: ../post-widget.php:130
145
  msgid "No Content Blocks Found"
146
  msgstr "Keine Inhaltsblöcke gefunden"
147
 
148
+ # @ custom-post-widget
149
+ #: ../post-widget.php:131
150
  msgid "No Content Blocks found in Trash"
151
  msgstr "Keine Inhaltsblöcke im Papierkorb gefunden"
152
 
153
+ #: ../post-widget.php:154
154
  #, php-format
155
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
156
+ msgstr "Inhaltsblock aktualisiert. <a href=\"%s\">\"Widgets verwalten\"</a>"
 
157
 
158
+ # @ custom-post-widget
159
+ #: ../post-widget.php:154 ../post-widget.php:157
160
+ msgid "Content Block updated."
161
+ msgstr "Inhaltsblock aktualisiert."
162
+
163
+ # @ custom-post-widget
164
+ #: ../post-widget.php:155
165
  msgid "Custom field updated."
166
  msgstr "Benutzerdefiniertes Feld aktualisiert."
167
 
168
+ # @ custom-post-widget
169
+ #: ../post-widget.php:156
170
  msgid "Custom field deleted."
171
  msgstr "Benutzerdefiniertes Feld gelöscht."
172
 
173
+ # @ custom-post-widget
174
+ #: ../post-widget.php:158
 
 
 
 
175
  #, php-format
 
176
  msgid "Content Block restored to revision from %s"
177
  msgstr "Inhaltsblock wiederhergestellt als Revision vom %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 "Inhaltsblock veröffentlicht."
187
 
188
+ # @ custom-post-widget
189
+ #: ../post-widget.php:160
190
  msgid "Block saved."
191
  msgstr "Inhaltsblock gespeichert."
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 "Inhaltsblock eingereicht."
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
+ "Inhaltsblock Entwurf aktualisiert. <a href=\"%s\">\"Widgets verwalten\"</a>"
217
+
218
+ #: ../post-widget.php:163
219
+ msgid "Content Block draft updated."
220
+ msgstr "Inhaltsblock Entwurf aktualisiert."
221
+
222
+ # @ custom-post-widget
223
+ #~ msgid "Content Block updated. <a href=\"%s\">View Content Block</a>"
224
+ #~ msgstr "Inhaltsblock aktualisiert. <a href=\"%s\">Ansehen</a>"
225
+
226
+ # @ custom-post-widget
227
+ #~ msgid "Content Block published. <a href=\"%s\">View Content Block</a>"
228
+ #~ msgstr "Inhaltsblock publiziert. <a href=\"%s\">Ansehen</a>"
229
+
230
+ # @ custom-post-widget
231
+ #~ msgid ""
232
+ #~ "Content Block submitted. <a target=\"_blank\" href=\"%s\">Preview Content "
233
+ #~ "Block</a>"
234
+ #~ msgstr ""
235
+ #~ "Inhaltsblock gesendet. <a target=\"_blank\" href=\"%s\">Vorschau "
236
+ #~ "anzeigen</a>"
237
+
238
+ # @ custom-post-widget
239
+ #~ msgid ""
240
+ #~ "Content Block scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
241
+ #~ "href=\"%2$s\">Preview block</a>"
242
+ #~ msgstr ""
243
+ #~ "Inhaltsblock terminiert zum: <strong>%1$s</strong>. <a target=\"_blank\" "
244
+ #~ "href=\"%2$s\">Vorschau ansehen</a>"
245
+
246
+ # @ custom-post-widget
247
+ #~ msgid ""
248
+ #~ "Content Block draft updated. <a target=\"_blank\" href=\"%s\">Preview "
249
+ #~ "Content Block</a>"
250
+ #~ msgstr ""
251
+ #~ "Entwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</"
252
+ #~ "a>"
languages/custom-post-widget-fr_FR.mo CHANGED
Binary file
languages/custom-post-widget-fr_FR.po CHANGED
@@ -2,219 +2,237 @@ 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: 2011-02-25 20:06:24+00:00\n"
6
- "PO-Revision-Date: 2012-06-21 17:06:30+0200\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\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-Language: \n"
14
- "X-Poedit-Country: \n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "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"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
 
22
- #: post-widget.php:6
23
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  msgid "Displays custom post content in a widget"
25
  msgstr "Affiche le contenu d'un bloc dans un widget."
26
 
27
- #: post-widget.php:7
28
- #@ custom-post-widget
29
  msgid "Content Block"
30
  msgstr "Bloc de contenu"
31
 
32
- #: post-widget.php:15
33
- #@ custom-post-widget
34
  msgid "Content Block to Display:"
35
  msgstr "Bloc de contenu à afficher:"
36
 
37
- #: popup.php:43
38
- #: post-widget.php:27
39
- #@ custom-post-widget
40
- msgid "No content blocks available"
41
- msgstr "Aucun bloc disponible"
42
 
43
- #: post-widget.php:45
44
- #@ custom-post-widget
45
  msgid "Show Post Title"
46
  msgstr "Afficher le titre du bloc"
47
 
48
- #: post-widget.php:58
49
- #@ custom-post-widget
 
 
 
 
 
 
 
 
50
  msgid "Find"
51
  msgstr "Rechercher"
52
 
53
- #: post-widget.php:83
54
- #@ custom-post-widget
55
  msgctxt "post type general name"
56
  msgid "Content Blocks"
57
  msgstr "Blocs de contenu"
58
 
59
- #: post-widget.php:84
60
- #@ custom-post-widget
61
  msgctxt "post type singular name"
62
  msgid "Content Block"
63
  msgstr "Bloc de contenu"
64
 
65
- #: post-widget.php:85
66
- #@ custom-post-widget
67
  msgctxt "post type plural name"
68
  msgid "Content Blocks"
69
  msgstr "Blocs de contenu"
70
 
71
- #: post-widget.php:86
72
- #@ custom-post-widget
73
  msgctxt "block"
74
  msgid "Add Content Block"
75
  msgstr "Ajouter un bloc"
76
 
77
- #: post-widget.php:87
78
- #@ custom-post-widget
79
  msgid "Add New Content Block"
80
  msgstr "Ajouter un bloc"
81
 
82
- #: post-widget.php:88
83
- #@ custom-post-widget
84
- msgid "Edit Content Block"
85
- msgstr "Modifier le bloc"
86
-
87
- #: post-widget.php:89
88
- #@ custom-post-widget
89
  msgid "New Content Block"
90
  msgstr "Nouveau bloc"
91
 
92
- #: post-widget.php:90
93
- #@ custom-post-widget
94
  msgid "View Content Block"
95
  msgstr "Afficher le bloc"
96
 
97
- #: post-widget.php:91
98
- #@ custom-post-widget
99
  msgid "Search Content Blocks"
100
  msgstr "Recherche dans les blocs"
101
 
102
- #: post-widget.php:92
103
- #@ custom-post-widget
104
  msgid "No Content Blocks Found"
105
  msgstr "Aucun bloc trouvé"
106
 
107
- #: post-widget.php:93
108
- #@ custom-post-widget
109
  msgid "No Content Blocks found in Trash"
110
  msgstr "Aucun bloc trouvé dans la corbeille"
111
 
112
- #: post-widget.php:136
113
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
114
  msgid "Custom field updated."
115
  msgstr "Champ personnalisé mis à jour."
116
 
117
- #: post-widget.php:137
118
- #@ custom-post-widget
119
  msgid "Custom field deleted."
120
  msgstr "Champ personnalisé supprimé."
121
 
122
- #: post-widget.php:135
123
- #: post-widget.php:138
124
- #@ custom-post-widget
125
- msgid "Content Block updated."
126
- msgstr "Bloc de contenu mis à jour."
127
-
128
- #: post-widget.php:139
129
  #, php-format
130
- #@ custom-post-widget
131
  msgid "Content Block restored to revision from %s"
132
  msgstr "Bloc de contenu restauré à partir de la révision %s"
133
 
134
- #: post-widget.php:141
135
- #@ custom-post-widget
136
- msgid "Block saved."
137
- msgstr "Bloc sauvegardé."
138
-
139
- #: post-widget.php:143
140
- #@ custom-post-widget
141
- msgid "M j, Y @ G:i"
142
- msgstr "le j M Y, à G:i"
143
-
144
- #: popup.php:9
145
- #@ custom-post-widget
146
- msgid "Please select a Content Block"
147
- msgstr "Veuillez choisir un bloc de contenu"
148
-
149
- #: popup.php:22
150
- #: popup.php:48
151
- #@ custom-post-widget
152
- msgid "Insert Content Block"
153
- msgstr "Insérer un bloc de contenu"
154
-
155
- #: popup.php:25
156
- #@ custom-post-widget
157
- msgid "Select a Content Block below to add it to your post or page."
158
- msgstr "Choisissez un bloc de contenu ci-bas pour l'ajouter à votre article ou page."
159
-
160
- #: popup.php:31
161
- #@ custom-post-widget
162
- msgid "Select a Content Block"
163
- msgstr "Choisissez un bloc"
164
-
165
- #: popup.php:50
166
- #@ custom-post-widget
167
- msgid "Cancel"
168
- msgstr "Annuler"
169
-
170
- #: post-widget.php:135
171
  #, php-format
172
- #@ custom-post-widget
173
- msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
174
- msgstr "Bloc de contenu mis à jour. <a href=\"%s\">Gérer les widgets</a>"
175
-
176
- #: post-widget.php:140
177
- #, php-format
178
- #@ custom-post-widget
179
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
180
  msgstr "Bloc de contenu publié. <a href=\"%s\">Gérer les widgets</a>"
181
 
182
- #: post-widget.php:140
183
- #@ custom-post-widget
184
  msgid "Content Block published."
185
  msgstr "Bloc de contenu publié."
186
 
187
- #: post-widget.php:142
 
 
 
 
 
 
188
  #, php-format
189
- #@ custom-post-widget
190
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
191
  msgstr "Bloc de contenu envoyé. <a href=\"%s\">Gérer les widgets</a>"
192
 
193
- #: post-widget.php:142
194
- #@ custom-post-widget
195
  msgid "Content Block submitted."
196
  msgstr "Bloc de contenu envoyé."
197
 
198
- #: post-widget.php:143
 
199
  #, php-format
200
- #@ custom-post-widget
201
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
202
  msgstr "Publication du bloc prévue pour le <strong>%1$s</strong>."
203
 
204
- #: post-widget.php:144
 
 
 
 
 
 
205
  #, php-format
206
- #@ custom-post-widget
207
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
208
- msgstr "Brouillon du bloc de contenu mis à jour. <a href=\"%s\">Gérer les widgets</a>"
 
209
 
210
- #: post-widget.php:144
211
- #@ custom-post-widget
212
  msgid "Content Block draft updated."
213
  msgstr "Brouillon du bloc de contenu mis à jour."
214
 
215
- #: post-widget.php:180
216
- #: post-widget.php:181
217
- #@ custom-post-widget
218
- msgid "Add Content Block"
219
- msgstr "Ajouter un bloc de contenu"
220
-
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"
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-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 "Informations sur le bloc de contenu"
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
38
+ msgid "Add Content Block"
39
+ msgstr "Ajouter un bloc de contenu"
40
+
41
+ # @ custom-post-widget
42
+ #: ../popup.php:31
43
+ msgid "Please select a Content Block"
44
+ msgstr "Veuillez choisir un bloc de contenu"
45
+
46
+ # @ custom-post-widget
47
+ #: ../popup.php:40 ../popup.php:64
48
+ msgid "Insert Content Block"
49
+ msgstr "Insérer un bloc de contenu"
50
+
51
+ # @ custom-post-widget
52
+ #: ../popup.php:43
53
+ msgid "Select a Content Block below to add it to your post or page."
54
+ msgstr ""
55
+ "Choisissez un bloc de contenu ci-bas pour l'ajouter à votre article ou page."
56
+
57
+ # @ custom-post-widget
58
+ #: ../popup.php:48
59
+ msgid "Select a Content Block"
60
+ msgstr "Choisissez un bloc"
61
+
62
+ # @ custom-post-widget
63
+ #: ../popup.php:58 ../post-widget.php:41
64
+ msgid "No content blocks available"
65
+ msgstr "Aucun bloc disponible"
66
+
67
+ # @ custom-post-widget
68
+ #: ../post-widget.php:11
69
  msgid "Displays custom post content in a widget"
70
  msgstr "Affiche le contenu d'un bloc dans un widget."
71
 
72
+ # @ custom-post-widget
73
+ #: ../post-widget.php:12
74
  msgid "Content Block"
75
  msgstr "Bloc de contenu"
76
 
77
+ # @ custom-post-widget
78
+ #: ../post-widget.php:26
79
  msgid "Content Block to Display:"
80
  msgstr "Bloc de contenu à afficher:"
81
 
82
+ # @ custom-post-widget
83
+ #: ../post-widget.php:52 ../post-widget.php:126
84
+ msgid "Edit Content Block"
85
+ msgstr "Modifier le bloc"
 
86
 
87
+ # @ custom-post-widget
88
+ #: ../post-widget.php:58
89
  msgid "Show Post Title"
90
  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
102
  msgid "Find"
103
  msgstr "Rechercher"
104
 
105
+ # @ custom-post-widget
106
+ #: ../post-widget.php:121
107
  msgctxt "post type general name"
108
  msgid "Content Blocks"
109
  msgstr "Blocs de contenu"
110
 
111
+ # @ custom-post-widget
112
+ #: ../post-widget.php:122
113
  msgctxt "post type singular name"
114
  msgid "Content Block"
115
  msgstr "Bloc de contenu"
116
 
117
+ # @ custom-post-widget
118
+ #: ../post-widget.php:123
119
  msgctxt "post type plural name"
120
  msgid "Content Blocks"
121
  msgstr "Blocs de contenu"
122
 
123
+ # @ custom-post-widget
124
+ #: ../post-widget.php:124
125
  msgctxt "block"
126
  msgid "Add Content Block"
127
  msgstr "Ajouter un bloc"
128
 
129
+ # @ custom-post-widget
130
+ #: ../post-widget.php:125
131
  msgid "Add New Content Block"
132
  msgstr "Ajouter un bloc"
133
 
134
+ # @ custom-post-widget
135
+ #: ../post-widget.php:127
 
 
 
 
 
136
  msgid "New Content Block"
137
  msgstr "Nouveau bloc"
138
 
139
+ # @ custom-post-widget
140
+ #: ../post-widget.php:128
141
  msgid "View Content Block"
142
  msgstr "Afficher le bloc"
143
 
144
+ # @ custom-post-widget
145
+ #: ../post-widget.php:129
146
  msgid "Search Content Blocks"
147
  msgstr "Recherche dans les blocs"
148
 
149
+ # @ custom-post-widget
150
+ #: ../post-widget.php:130
151
  msgid "No Content Blocks Found"
152
  msgstr "Aucun bloc trouvé"
153
 
154
+ # @ custom-post-widget
155
+ #: ../post-widget.php:131
156
  msgid "No Content Blocks found in Trash"
157
  msgstr "Aucun bloc trouvé dans la corbeille"
158
 
159
+ # @ custom-post-widget
160
+ #: ../post-widget.php:154
161
+ #, php-format
162
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
163
+ msgstr "Bloc de contenu mis à jour. <a href=\"%s\">Gérer les widgets</a>"
164
+
165
+ # @ custom-post-widget
166
+ #: ../post-widget.php:154 ../post-widget.php:157
167
+ msgid "Content Block updated."
168
+ msgstr "Bloc de contenu mis à jour."
169
+
170
+ # @ custom-post-widget
171
+ #: ../post-widget.php:155
172
  msgid "Custom field updated."
173
  msgstr "Champ personnalisé mis à jour."
174
 
175
+ # @ custom-post-widget
176
+ #: ../post-widget.php:156
177
  msgid "Custom field deleted."
178
  msgstr "Champ personnalisé supprimé."
179
 
180
+ # @ custom-post-widget
181
+ #: ../post-widget.php:158
 
 
 
 
 
182
  #, php-format
 
183
  msgid "Content Block restored to revision from %s"
184
  msgstr "Bloc de contenu restauré à partir de la révision %s"
185
 
186
+ # @ custom-post-widget
187
+ #: ../post-widget.php:159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  #, php-format
 
 
 
 
 
 
 
189
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
190
  msgstr "Bloc de contenu publié. <a href=\"%s\">Gérer les widgets</a>"
191
 
192
+ # @ custom-post-widget
193
+ #: ../post-widget.php:159
194
  msgid "Content Block published."
195
  msgstr "Bloc de contenu publié."
196
 
197
+ # @ custom-post-widget
198
+ #: ../post-widget.php:160
199
+ msgid "Block saved."
200
+ msgstr "Bloc sauvegardé."
201
+
202
+ # @ custom-post-widget
203
+ #: ../post-widget.php:161
204
  #, php-format
 
205
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
206
  msgstr "Bloc de contenu envoyé. <a href=\"%s\">Gérer les widgets</a>"
207
 
208
+ # @ custom-post-widget
209
+ #: ../post-widget.php:161
210
  msgid "Content Block submitted."
211
  msgstr "Bloc de contenu envoyé."
212
 
213
+ # @ custom-post-widget
214
+ #: ../post-widget.php:162
215
  #, php-format
 
216
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
217
  msgstr "Publication du bloc prévue pour le <strong>%1$s</strong>."
218
 
219
+ # @ custom-post-widget
220
+ #: ../post-widget.php:162
221
+ msgid "M j, Y @ G:i"
222
+ msgstr "le j M Y, à G:i"
223
+
224
+ # @ custom-post-widget
225
+ #: ../post-widget.php:163
226
  #, php-format
 
227
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
228
+ msgstr ""
229
+ "Brouillon du bloc de contenu mis à jour. <a href=\"%s\">Gérer les widgets</a>"
230
 
231
+ # @ custom-post-widget
232
+ #: ../post-widget.php:163
233
  msgid "Content Block draft updated."
234
  msgstr "Brouillon du bloc de contenu mis à jour."
235
 
236
+ # @ custom-post-widget
237
+ #~ msgid "Cancel"
238
+ #~ msgstr "Annuler"
 
 
 
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: 2014-12-02 16:49+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.6.10\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
@@ -29,14 +29,14 @@ msgstr "Inhoudsblok Informatie"
29
  #, php-format
30
  msgid ""
31
  "Thank you for using the Custom Post Widget plugin. Visit the <a href="
32
- "\"https://www.savvii.eu/wordpress-custom-post-widget/\" target=\"_blank"
33
- "\">Savvii website</a> to find out more about using this plugin. <a href="
34
- "\"%1$s\" style=\"float:right;\">Hide Notice</a>"
35
  msgstr ""
36
- "Bedankt voor het gebruiken van de Savvii Custom Post Widget plugin. Bezoek "
37
- "de <a href=\"https://www.savvii.eu/wordpress-custom-post-widget/\" target="
38
- "\"_blank\">Savvii website</a> voor meer informatie over deze plugin. <a href="
39
- "\"%1$s\" style=\"float:right;\">Verberg Bericht</a>"
40
 
41
  # @ custom-post-widget
42
  #: ../popup.php:17 ../popup.php:18
@@ -44,26 +44,26 @@ msgid "Add Content Block"
44
  msgstr "Inhoudsblok toevoegen"
45
 
46
  # @ custom-post-widget
47
- #: ../popup.php:30
48
  msgid "Please select a Content Block"
49
  msgstr "Kies een inhoudsblok"
50
 
51
  # @ custom-post-widget
52
- #: ../popup.php:39 ../popup.php:63
53
  msgid "Insert Content Block"
54
  msgstr "Voeg inhoudsblok toe"
55
 
56
- #: ../popup.php:42
57
  msgid "Select a Content Block below to add it to your post or page."
58
  msgstr "Kies een Inhoudsblok om toe te voegen."
59
 
60
  # @ custom-post-widget
61
- #: ../popup.php:47
62
  msgid "Select a Content Block"
63
  msgstr "Selecteer een inhoudsblok"
64
 
65
  # @ custom-post-widget
66
- #: ../popup.php:57 ../post-widget.php:41
67
  msgid "No content blocks available"
68
  msgstr "Geen inhoudsblokken beschikbaar"
69
 
@@ -83,7 +83,7 @@ msgid "Content Block to Display:"
83
  msgstr "Weer te geven inhoudsblok:"
84
 
85
  # @ custom-post-widget
86
- #: ../post-widget.php:52 ../post-widget.php:123
87
  msgid "Edit Content Block"
88
  msgstr "Inhoudsblok Bewerken"
89
 
@@ -106,131 +106,142 @@ msgid "Find"
106
  msgstr "Zoeken"
107
 
108
  # @ custom-post-widget
109
- #: ../post-widget.php:118
110
  msgctxt "post type general name"
111
  msgid "Content Blocks"
112
  msgstr "Inhoudsblokken"
113
 
114
  # @ custom-post-widget
115
- #: ../post-widget.php:119
116
  msgctxt "post type singular name"
117
  msgid "Content Block"
118
  msgstr "Inhoudsblok"
119
 
120
  # @ custom-post-widget
121
- #: ../post-widget.php:120
122
  msgctxt "post type plural name"
123
  msgid "Content Blocks"
124
  msgstr "Inhoudsblokken"
125
 
126
  # @ custom-post-widget
127
- #: ../post-widget.php:121
128
  msgctxt "block"
129
  msgid "Add Content Block"
130
  msgstr "Nieuw Inhoudsblok"
131
 
132
  # @ custom-post-widget
133
- #: ../post-widget.php:122
134
  msgid "Add New Content Block"
135
  msgstr "Nieuw inhoudsblok toevoegen"
136
 
137
  # @ custom-post-widget
138
- #: ../post-widget.php:124
139
  msgid "New Content Block"
140
  msgstr "Nieuw Inhoudsblok"
141
 
142
  # @ custom-post-widget
143
- #: ../post-widget.php:125
144
  msgid "View Content Block"
145
  msgstr "Inhoudsblok Bekijken"
146
 
147
  # @ custom-post-widget
148
- #: ../post-widget.php:126
149
  msgid "Search Content Blocks"
150
  msgstr "Inhoudsblokken zoeken"
151
 
152
  # @ custom-post-widget
153
- #: ../post-widget.php:127
154
  msgid "No Content Blocks Found"
155
  msgstr "Geen Inhoudsblokken"
156
 
157
  # @ custom-post-widget
158
- #: ../post-widget.php:128
159
  msgid "No Content Blocks found in Trash"
160
  msgstr "Geen Inhoudsblokken in de Prullenbak"
161
 
162
  # @ custom-post-widget
163
- #: ../post-widget.php:151
164
  #, php-format
165
  msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
166
  msgstr "Inhoudsblok bijgewerkt. <a href=\"%s\">Beheer Widgets</a>"
167
 
168
  # @ custom-post-widget
169
- #: ../post-widget.php:151 ../post-widget.php:154
170
  msgid "Content Block updated."
171
  msgstr "Inhoudsblok bijgewerkt."
172
 
173
  # @ custom-post-widget
174
- #: ../post-widget.php:152
175
  msgid "Custom field updated."
176
  msgstr "Custom field bijgewerkt."
177
 
178
  # @ custom-post-widget
179
- #: ../post-widget.php:153
180
  msgid "Custom field deleted."
181
  msgstr "Custom field verwijderd."
182
 
183
  # @ custom-post-widget
184
- #: ../post-widget.php:155
185
  #, php-format
186
  msgid "Content Block restored to revision from %s"
187
  msgstr "Inhoudsblok teruggezet naar revisie %s"
188
 
189
  # @ custom-post-widget
190
- #: ../post-widget.php:156
191
  #, php-format
192
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
193
  msgstr "Inhoudsblok gepubliceerd. <a href=\"%s\">Beheer Widgets</a>"
194
 
195
  # @ custom-post-widget
196
- #: ../post-widget.php:156
197
  msgid "Content Block published."
198
  msgstr "Inhoudsblok gepubliceerd."
199
 
200
  # @ custom-post-widget
201
- #: ../post-widget.php:157
202
  msgid "Block saved."
203
  msgstr "Inhoudsblok Opgeslagen."
204
 
205
  # @ custom-post-widget
206
- #: ../post-widget.php:158
207
  #, php-format
208
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
209
  msgstr "Inhoudsblok toegevoegd. <a href=\"%s\">Beheer Widgets</a>"
210
 
211
  # @ custom-post-widget
212
- #: ../post-widget.php:158
213
  msgid "Content Block submitted."
214
  msgstr "Inhoudsblok toegevoegd."
215
 
216
  # @ custom-post-widget
217
- #: ../post-widget.php:159
218
  #, php-format
219
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
220
  msgstr "Inhoudsblok zal worden gepubliceerd op: <strong>%1$s</strong>."
221
 
222
  # @ custom-post-widget
223
- #: ../post-widget.php:159
224
  msgid "M j, Y @ G:i"
225
  msgstr "j. M Y @ H:M"
226
 
227
  # @ custom-post-widget
228
- #: ../post-widget.php:160
229
  #, php-format
230
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
231
  msgstr "Concept Inhoudsblok Bijgewerkt. <a href=\"%s\">Beheer Widgets</a>"
232
 
233
  # @ custom-post-widget
234
- #: ../post-widget.php:160
235
  msgid "Content Block draft updated."
236
  msgstr "Concept Inhoudsblok bijgewerkt."
 
 
 
 
 
 
 
 
 
 
 
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
  "_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
  #, 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
44
  msgstr "Inhoudsblok toevoegen"
45
 
46
  # @ custom-post-widget
47
+ #: ../popup.php:31
48
  msgid "Please select a Content Block"
49
  msgstr "Kies een inhoudsblok"
50
 
51
  # @ custom-post-widget
52
+ #: ../popup.php:40 ../popup.php:64
53
  msgid "Insert Content Block"
54
  msgstr "Voeg inhoudsblok toe"
55
 
56
+ #: ../popup.php:43
57
  msgid "Select a Content Block below to add it to your post or page."
58
  msgstr "Kies een Inhoudsblok om toe te voegen."
59
 
60
  # @ custom-post-widget
61
+ #: ../popup.php:48
62
  msgid "Select a Content Block"
63
  msgstr "Selecteer een inhoudsblok"
64
 
65
  # @ custom-post-widget
66
+ #: ../popup.php:58 ../post-widget.php:41
67
  msgid "No content blocks available"
68
  msgstr "Geen inhoudsblokken beschikbaar"
69
 
83
  msgstr "Weer te geven inhoudsblok:"
84
 
85
  # @ custom-post-widget
86
+ #: ../post-widget.php:52 ../post-widget.php:126
87
  msgid "Edit Content Block"
88
  msgstr "Inhoudsblok Bewerken"
89
 
106
  msgstr "Zoeken"
107
 
108
  # @ custom-post-widget
109
+ #: ../post-widget.php:121
110
  msgctxt "post type general name"
111
  msgid "Content Blocks"
112
  msgstr "Inhoudsblokken"
113
 
114
  # @ custom-post-widget
115
+ #: ../post-widget.php:122
116
  msgctxt "post type singular name"
117
  msgid "Content Block"
118
  msgstr "Inhoudsblok"
119
 
120
  # @ custom-post-widget
121
+ #: ../post-widget.php:123
122
  msgctxt "post type plural name"
123
  msgid "Content Blocks"
124
  msgstr "Inhoudsblokken"
125
 
126
  # @ custom-post-widget
127
+ #: ../post-widget.php:124
128
  msgctxt "block"
129
  msgid "Add Content Block"
130
  msgstr "Nieuw Inhoudsblok"
131
 
132
  # @ custom-post-widget
133
+ #: ../post-widget.php:125
134
  msgid "Add New Content Block"
135
  msgstr "Nieuw inhoudsblok toevoegen"
136
 
137
  # @ custom-post-widget
138
+ #: ../post-widget.php:127
139
  msgid "New Content Block"
140
  msgstr "Nieuw Inhoudsblok"
141
 
142
  # @ custom-post-widget
143
+ #: ../post-widget.php:128
144
  msgid "View Content Block"
145
  msgstr "Inhoudsblok Bekijken"
146
 
147
  # @ custom-post-widget
148
+ #: ../post-widget.php:129
149
  msgid "Search Content Blocks"
150
  msgstr "Inhoudsblokken zoeken"
151
 
152
  # @ custom-post-widget
153
+ #: ../post-widget.php:130
154
  msgid "No Content Blocks Found"
155
  msgstr "Geen Inhoudsblokken"
156
 
157
  # @ custom-post-widget
158
+ #: ../post-widget.php:131
159
  msgid "No Content Blocks found in Trash"
160
  msgstr "Geen Inhoudsblokken in de Prullenbak"
161
 
162
  # @ custom-post-widget
163
+ #: ../post-widget.php:154
164
  #, php-format
165
  msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
166
  msgstr "Inhoudsblok bijgewerkt. <a href=\"%s\">Beheer Widgets</a>"
167
 
168
  # @ custom-post-widget
169
+ #: ../post-widget.php:154 ../post-widget.php:157
170
  msgid "Content Block updated."
171
  msgstr "Inhoudsblok bijgewerkt."
172
 
173
  # @ custom-post-widget
174
+ #: ../post-widget.php:155
175
  msgid "Custom field updated."
176
  msgstr "Custom field bijgewerkt."
177
 
178
  # @ custom-post-widget
179
+ #: ../post-widget.php:156
180
  msgid "Custom field deleted."
181
  msgstr "Custom field verwijderd."
182
 
183
  # @ custom-post-widget
184
+ #: ../post-widget.php:158
185
  #, php-format
186
  msgid "Content Block restored to revision from %s"
187
  msgstr "Inhoudsblok teruggezet naar revisie %s"
188
 
189
  # @ custom-post-widget
190
+ #: ../post-widget.php:159
191
  #, php-format
192
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
193
  msgstr "Inhoudsblok gepubliceerd. <a href=\"%s\">Beheer Widgets</a>"
194
 
195
  # @ custom-post-widget
196
+ #: ../post-widget.php:159
197
  msgid "Content Block published."
198
  msgstr "Inhoudsblok gepubliceerd."
199
 
200
  # @ custom-post-widget
201
+ #: ../post-widget.php:160
202
  msgid "Block saved."
203
  msgstr "Inhoudsblok Opgeslagen."
204
 
205
  # @ custom-post-widget
206
+ #: ../post-widget.php:161
207
  #, php-format
208
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
209
  msgstr "Inhoudsblok toegevoegd. <a href=\"%s\">Beheer Widgets</a>"
210
 
211
  # @ custom-post-widget
212
+ #: ../post-widget.php:161
213
  msgid "Content Block submitted."
214
  msgstr "Inhoudsblok toegevoegd."
215
 
216
  # @ custom-post-widget
217
+ #: ../post-widget.php:162
218
  #, php-format
219
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
220
  msgstr "Inhoudsblok zal worden gepubliceerd op: <strong>%1$s</strong>."
221
 
222
  # @ custom-post-widget
223
+ #: ../post-widget.php:162
224
  msgid "M j, Y @ G:i"
225
  msgstr "j. M Y @ H:M"
226
 
227
  # @ custom-post-widget
228
+ #: ../post-widget.php:163
229
  #, php-format
230
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
231
  msgstr "Concept Inhoudsblok Bijgewerkt. <a href=\"%s\">Beheer Widgets</a>"
232
 
233
  # @ custom-post-widget
234
+ #: ../post-widget.php:163
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"
241
+ #~ "\">Savvii website</a> to find out more about using this plugin. <a href="
242
+ #~ "\"%1$s\" style=\"float:right;\">Hide Notice</a>"
243
+ #~ msgstr ""
244
+ #~ "Bedankt voor het gebruiken van de Savvii Custom Post Widget plugin. "
245
+ #~ "Bezoek de <a href=\"https://www.savvii.eu/wordpress-custom-post-widget/\" "
246
+ #~ "target=\"_blank\">Savvii website</a> voor meer informatie over deze "
247
+ #~ "plugin. <a href=\"%1$s\" style=\"float:right;\">Verberg Bericht</a>"
languages/custom-post-widget-pt_BR.mo CHANGED
Binary file
languages/custom-post-widget-pt_BR.po CHANGED
@@ -2,212 +2,239 @@ 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: 2011-02-25 20:06:24+00:00\n"
6
- "PO-Revision-Date: 2013-10-16 18:18-0300\n"
7
  "Last-Translator: Ronaldo Chevalier <rcriche@gmail.com>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\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;"
15
  "_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"
16
  "X-Textdomain-Support: yes\n"
17
- "X-Generator: Poedit 1.5.5\n"
 
18
  "X-Poedit-SearchPath-0: .\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  # @ custom-post-widget
21
- #: post-widget.php:6
 
 
 
 
 
 
 
 
 
 
22
  msgid "Displays custom post content in a widget"
23
  msgstr "Mostrar Bloco de Conteúdo em um Widget"
24
 
25
  # @ custom-post-widget
26
- #: post-widget.php:7
27
  msgid "Content Block"
28
  msgstr "Bloco de Conteúdo"
29
 
30
  # @ custom-post-widget
31
- #: post-widget.php:15
32
  msgid "Content Block to Display:"
33
  msgstr "Selecione o Conteúdo:"
34
 
35
  # @ custom-post-widget
36
- #: popup.php:43 post-widget.php:27
37
- msgid "No content blocks available"
38
- msgstr "Nenhum bloco de conteúdo disponível"
39
 
40
  # @ custom-post-widget
41
- #: post-widget.php:45
42
  msgid "Show Post Title"
43
  msgstr "Mostrar Título do Post"
44
 
 
 
 
 
 
 
 
 
45
  # @ custom-post-widget
46
- #: post-widget.php:58
47
  msgid "Find"
48
  msgstr "Procurar"
49
 
50
  # @ custom-post-widget
51
- #: post-widget.php:83
52
  msgctxt "post type general name"
53
  msgid "Content Blocks"
54
  msgstr "Blocos de Conteúdo"
55
 
56
  # @ custom-post-widget
57
- #: post-widget.php:84
58
  msgctxt "post type singular name"
59
  msgid "Content Block"
60
  msgstr "Bloco de Conteúdo"
61
 
62
  # @ custom-post-widget
63
- #: post-widget.php:85
64
  msgctxt "post type plural name"
65
  msgid "Content Blocks"
66
  msgstr "Blocos de Conteúdo"
67
 
68
  # @ custom-post-widget
69
- #: post-widget.php:86
70
  msgctxt "block"
71
  msgid "Add Content Block"
72
  msgstr "Adicionar Bloco de Conteúdo"
73
 
74
  # @ custom-post-widget
75
- #: post-widget.php:87
76
  msgid "Add New Content Block"
77
  msgstr "Adicionar Novo Bloco de Conteúdo"
78
 
79
  # @ custom-post-widget
80
- #: post-widget.php:88
81
- msgid "Edit Content Block"
82
- msgstr "Editar Bloco de Conteúdo"
83
-
84
- # @ custom-post-widget
85
- #: post-widget.php:89
86
  msgid "New Content Block"
87
  msgstr "Novo Bloco de Conteúdo"
88
 
89
  # @ custom-post-widget
90
- #: post-widget.php:90
91
  msgid "View Content Block"
92
  msgstr "Ver Bloco de Conteúdo"
93
 
94
  # @ custom-post-widget
95
- #: post-widget.php:91
96
  msgid "Search Content Blocks"
97
  msgstr "Procurar Bloco de Conteúdo"
98
 
99
  # @ custom-post-widget
100
- #: post-widget.php:92
101
  msgid "No Content Blocks Found"
102
  msgstr "Nenhum Bloco de Conteúdo Encontrado"
103
 
104
  # @ custom-post-widget
105
- #: post-widget.php:93
106
  msgid "No Content Blocks found in Trash"
107
  msgstr "Nenhum Bloco de Conteúdo encontrado na lixeira"
108
 
109
  # @ custom-post-widget
110
- #: post-widget.php:136
111
- msgid "Custom field updated."
112
- msgstr "Campo Extra atualizado"
113
-
114
- # @ custom-post-widget
115
- #: post-widget.php:137
116
- msgid "Custom field deleted."
117
- msgstr "Campo Extra excluído"
118
 
119
  # @ custom-post-widget
120
- #: post-widget.php:135 post-widget.php:138
121
  msgid "Content Block updated."
122
  msgstr "Bloco de Conteúdo atualizado"
123
 
124
  # @ custom-post-widget
125
- #: post-widget.php:139
126
- #, php-format
127
- msgid "Content Block restored to revision from %s"
128
- msgstr "Bloco de Conteúdo restaurado da última revisão em %s"
129
-
130
- # @ custom-post-widget
131
- #: post-widget.php:141
132
- msgid "Block saved."
133
- msgstr "Bloco de Conteúdo Salvo com Sucesso!"
134
-
135
- # @ custom-post-widget
136
- #: post-widget.php:143
137
- msgid "M j, Y @ G:i"
138
- msgstr "j, M Y @ H:M"
139
-
140
- # @ custom-post-widget
141
- #: popup.php:9
142
- msgid "Please select a Content Block"
143
- msgstr "Selecione um Bloco de Conteúdo"
144
-
145
- # @ custom-post-widget
146
- #: popup.php:22 popup.php:48
147
- msgid "Insert Content Block"
148
- msgstr "Insira um Bloco de Conteúdo"
149
-
150
- # @ custom-post-widget
151
- #: popup.php:25
152
- msgid "Select a Content Block below to add it to your post or page."
153
- msgstr "Selecione um Bloco de Conteúdo para adicionar em sua página ou post."
154
-
155
- # @ custom-post-widget
156
- #: popup.php:31
157
- msgid "Select a Content Block"
158
- msgstr "Selecione um Bloco de Conteúdo"
159
 
160
  # @ custom-post-widget
161
- #: popup.php:50
162
- msgid "Cancel"
163
- msgstr "Cancelar"
164
 
165
  # @ custom-post-widget
166
- #: post-widget.php:135
167
  #, php-format
168
- msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
169
- msgstr "Bloco de Conteúdo atualizado. <a href=\"%s\">Gerenciar Widgets</a>"
170
 
171
  # @ custom-post-widget
172
- #: post-widget.php:140
173
  #, php-format
174
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
175
  msgstr "Bloco de Conteúdo publicado. <a href=\"%s\">Gerenciar Widgets</a>"
176
 
177
  # @ custom-post-widget
178
- #: post-widget.php:140
179
  msgid "Content Block published."
180
  msgstr "Bloco de Conteúdo publicado."
181
 
182
  # @ custom-post-widget
183
- #: post-widget.php:142
 
 
 
 
 
184
  #, php-format
185
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
186
  msgstr "Bloco de Conteúdo enviado. <a href=\"%s\">Gerenciar Widgets</a>"
187
 
188
  # @ custom-post-widget
189
- #: post-widget.php:142
190
  msgid "Content Block submitted."
191
  msgstr "Bloco de Conteúdo enviado."
192
 
193
  # @ custom-post-widget
194
- #: post-widget.php:143
195
  #, php-format
196
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
197
  msgstr "Bloco de Conteúdo agendado para: <strong>%1$s</strong>."
198
 
199
  # @ custom-post-widget
200
- #: post-widget.php:144
 
 
 
 
 
201
  #, php-format
202
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
203
  msgstr "Rascunho atualizado. <a href=\"%s\">Gerenciar Widgets</a>"
204
 
205
  # @ custom-post-widget
206
- #: post-widget.php:144
207
  msgid "Content Block draft updated."
208
  msgstr "Rascunho atualizado."
209
 
210
  # @ custom-post-widget
211
- #: post-widget.php:180 post-widget.php:181
212
- msgid "Add Content Block"
213
- msgstr "Adicionar Bloco de Conteúdo"
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"
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.7.5\n"
19
+ "X-Poedit-Basepath: .\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 "Bloco de conteúdo informações"
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
+ "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
42
+ msgid "Add Content Block"
43
+ msgstr "Adicionar Bloco de Conteúdo"
44
+
45
+ # @ custom-post-widget
46
+ #: ../popup.php:31
47
+ msgid "Please select a Content Block"
48
+ msgstr "Selecione um Bloco de Conteúdo"
49
+
50
+ # @ custom-post-widget
51
+ #: ../popup.php:40 ../popup.php:64
52
+ msgid "Insert Content Block"
53
+ msgstr "Insira um Bloco de Conteúdo"
54
+
55
+ # @ custom-post-widget
56
+ #: ../popup.php:43
57
+ msgid "Select a Content Block below to add it to your post or page."
58
+ msgstr "Selecione um Bloco de Conteúdo para adicionar em sua página ou post."
59
 
60
  # @ custom-post-widget
61
+ #: ../popup.php:48
62
+ msgid "Select a Content Block"
63
+ msgstr "Selecione um Bloco de Conteúdo"
64
+
65
+ # @ custom-post-widget
66
+ #: ../popup.php:58 ../post-widget.php:41
67
+ msgid "No content blocks available"
68
+ msgstr "Nenhum bloco de conteúdo disponível"
69
+
70
+ # @ custom-post-widget
71
+ #: ../post-widget.php:11
72
  msgid "Displays custom post content in a widget"
73
  msgstr "Mostrar Bloco de Conteúdo em um Widget"
74
 
75
  # @ custom-post-widget
76
+ #: ../post-widget.php:12
77
  msgid "Content Block"
78
  msgstr "Bloco de Conteúdo"
79
 
80
  # @ custom-post-widget
81
+ #: ../post-widget.php:26
82
  msgid "Content Block to Display:"
83
  msgstr "Selecione o Conteúdo:"
84
 
85
  # @ custom-post-widget
86
+ #: ../post-widget.php:52 ../post-widget.php:126
87
+ msgid "Edit Content Block"
88
+ msgstr "Editar Bloco de Conteúdo"
89
 
90
  # @ custom-post-widget
91
+ #: ../post-widget.php:58
92
  msgid "Show Post Title"
93
  msgstr "Mostrar Título do Post"
94
 
95
+ #: ../post-widget.php:63
96
+ msgid "Show featured image"
97
+ msgstr "Mostrar imagem em destaque"
98
+
99
+ #: ../post-widget.php:68
100
+ msgid "Do not apply content filters"
101
+ msgstr "Não aplicar filtros de conteúdo"
102
+
103
  # @ custom-post-widget
104
+ #: ../post-widget.php:84
105
  msgid "Find"
106
  msgstr "Procurar"
107
 
108
  # @ custom-post-widget
109
+ #: ../post-widget.php:121
110
  msgctxt "post type general name"
111
  msgid "Content Blocks"
112
  msgstr "Blocos de Conteúdo"
113
 
114
  # @ custom-post-widget
115
+ #: ../post-widget.php:122
116
  msgctxt "post type singular name"
117
  msgid "Content Block"
118
  msgstr "Bloco de Conteúdo"
119
 
120
  # @ custom-post-widget
121
+ #: ../post-widget.php:123
122
  msgctxt "post type plural name"
123
  msgid "Content Blocks"
124
  msgstr "Blocos de Conteúdo"
125
 
126
  # @ custom-post-widget
127
+ #: ../post-widget.php:124
128
  msgctxt "block"
129
  msgid "Add Content Block"
130
  msgstr "Adicionar Bloco de Conteúdo"
131
 
132
  # @ custom-post-widget
133
+ #: ../post-widget.php:125
134
  msgid "Add New Content Block"
135
  msgstr "Adicionar Novo Bloco de Conteúdo"
136
 
137
  # @ custom-post-widget
138
+ #: ../post-widget.php:127
 
 
 
 
 
139
  msgid "New Content Block"
140
  msgstr "Novo Bloco de Conteúdo"
141
 
142
  # @ custom-post-widget
143
+ #: ../post-widget.php:128
144
  msgid "View Content Block"
145
  msgstr "Ver Bloco de Conteúdo"
146
 
147
  # @ custom-post-widget
148
+ #: ../post-widget.php:129
149
  msgid "Search Content Blocks"
150
  msgstr "Procurar Bloco de Conteúdo"
151
 
152
  # @ custom-post-widget
153
+ #: ../post-widget.php:130
154
  msgid "No Content Blocks Found"
155
  msgstr "Nenhum Bloco de Conteúdo Encontrado"
156
 
157
  # @ custom-post-widget
158
+ #: ../post-widget.php:131
159
  msgid "No Content Blocks found in Trash"
160
  msgstr "Nenhum Bloco de Conteúdo encontrado na lixeira"
161
 
162
  # @ custom-post-widget
163
+ #: ../post-widget.php:154
164
+ #, php-format
165
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
166
+ msgstr "Bloco de Conteúdo atualizado. <a href=\"%s\">Gerenciar Widgets</a>"
 
 
 
 
167
 
168
  # @ custom-post-widget
169
+ #: ../post-widget.php:154 ../post-widget.php:157
170
  msgid "Content Block updated."
171
  msgstr "Bloco de Conteúdo atualizado"
172
 
173
  # @ custom-post-widget
174
+ #: ../post-widget.php:155
175
+ msgid "Custom field updated."
176
+ msgstr "Campo Extra atualizado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
 
178
  # @ custom-post-widget
179
+ #: ../post-widget.php:156
180
+ msgid "Custom field deleted."
181
+ msgstr "Campo Extra excluído"
182
 
183
  # @ custom-post-widget
184
+ #: ../post-widget.php:158
185
  #, php-format
186
+ msgid "Content Block restored to revision from %s"
187
+ msgstr "Bloco de Conteúdo restaurado da última revisão em %s"
188
 
189
  # @ custom-post-widget
190
+ #: ../post-widget.php:159
191
  #, php-format
192
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
193
  msgstr "Bloco de Conteúdo publicado. <a href=\"%s\">Gerenciar Widgets</a>"
194
 
195
  # @ custom-post-widget
196
+ #: ../post-widget.php:159
197
  msgid "Content Block published."
198
  msgstr "Bloco de Conteúdo publicado."
199
 
200
  # @ custom-post-widget
201
+ #: ../post-widget.php:160
202
+ msgid "Block saved."
203
+ msgstr "Bloco de Conteúdo Salvo com Sucesso!"
204
+
205
+ # @ custom-post-widget
206
+ #: ../post-widget.php:161
207
  #, php-format
208
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
209
  msgstr "Bloco de Conteúdo enviado. <a href=\"%s\">Gerenciar Widgets</a>"
210
 
211
  # @ custom-post-widget
212
+ #: ../post-widget.php:161
213
  msgid "Content Block submitted."
214
  msgstr "Bloco de Conteúdo enviado."
215
 
216
  # @ custom-post-widget
217
+ #: ../post-widget.php:162
218
  #, php-format
219
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
220
  msgstr "Bloco de Conteúdo agendado para: <strong>%1$s</strong>."
221
 
222
  # @ custom-post-widget
223
+ #: ../post-widget.php:162
224
+ msgid "M j, Y @ G:i"
225
+ msgstr "j, M Y @ H:M"
226
+
227
+ # @ custom-post-widget
228
+ #: ../post-widget.php:163
229
  #, php-format
230
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
231
  msgstr "Rascunho atualizado. <a href=\"%s\">Gerenciar Widgets</a>"
232
 
233
  # @ custom-post-widget
234
+ #: ../post-widget.php:163
235
  msgid "Content Block draft updated."
236
  msgstr "Rascunho atualizado."
237
 
238
  # @ custom-post-widget
239
+ #~ msgid "Cancel"
240
+ #~ msgstr "Cancelar"
 
languages/custom-post-widget-ru_RU.mo CHANGED
Binary file
languages/custom-post-widget-ru_RU.po CHANGED
@@ -2,217 +2,233 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-02-23 13:16+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"
 
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-Language: Dutch\n"
14
- "X-Poedit-Country: NETHERLANDS\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "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"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Textdomain-Support: yes\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: ..\n"
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  # @ custom-post-widget
23
- #: ../popup.php:9
24
  msgid "Please select a Content Block"
25
  msgstr "Выберете блок"
26
 
27
  # @ custom-post-widget
28
- #: ../popup.php:22
29
- #: ../popup.php:48
30
  msgid "Insert Content Block"
31
  msgstr "Вставить блок"
32
 
33
- #: ../popup.php:25
34
  msgid "Select a Content Block below to add it to your post or page."
35
  msgstr "Выберете блок перед тем, как добавить его на страницу."
36
 
37
  # @ custom-post-widget
38
- #: ../popup.php:31
39
  msgid "Select a Content Block"
40
  msgstr "Выберите блок"
41
 
42
  # @ custom-post-widget
43
- #: ../popup.php:43
44
- #: ../post-widget.php:27
45
  msgid "No content blocks available"
46
  msgstr "Блоки не найдены"
47
 
48
- #: ../popup.php:50
49
- msgid "Cancel"
50
- msgstr "Отмена"
51
-
52
  # @ custom-post-widget
53
- #: ../post-widget.php:6
54
  msgid "Displays custom post content in a widget"
55
  msgstr "Отображение пользовательского контента в виджете"
56
 
57
  # @ custom-post-widget
58
- #: ../post-widget.php:7
59
  msgid "Content Block"
60
  msgstr "Блоки"
61
 
62
  # @ custom-post-widget
63
- #: ../post-widget.php:15
64
  msgid "Content Block to Display:"
65
  msgstr "Отображать следующий блок:"
66
 
67
  # @ custom-post-widget
68
- #: ../post-widget.php:45
 
 
 
 
 
69
  msgid "Show Post Title"
70
  msgstr "Выводить заголовок"
71
 
 
 
 
 
 
 
 
 
72
  # @ custom-post-widget
73
- #: ../post-widget.php:58
74
  msgid "Find"
75
  msgstr "Найти"
76
 
77
  # @ custom-post-widget
78
- #: ../post-widget.php:79
79
  msgctxt "post type general name"
80
  msgid "Content Blocks"
81
  msgstr "Блоки"
82
 
83
  # @ custom-post-widget
84
- #: ../post-widget.php:80
85
  msgctxt "post type singular name"
86
  msgid "Content Block"
87
  msgstr "Блок"
88
 
89
  # @ custom-post-widget
90
- #: ../post-widget.php:81
91
  msgctxt "post type plural name"
92
  msgid "Content Blocks"
93
  msgstr "Блоки"
94
 
95
  # @ custom-post-widget
96
- #: ../post-widget.php:82
97
  msgctxt "block"
98
  msgid "Add Content Block"
99
  msgstr "Добавить блок"
100
 
101
  # @ custom-post-widget
102
- #: ../post-widget.php:83
103
  msgid "Add New Content Block"
104
  msgstr "Добавить новы блок"
105
 
106
  # @ custom-post-widget
107
- #: ../post-widget.php:84
108
- msgid "Edit Content Block"
109
- msgstr "Редактировать блок"
110
-
111
- # @ custom-post-widget
112
- #: ../post-widget.php:85
113
  msgid "New Content Block"
114
  msgstr "Новый блок"
115
 
116
  # @ custom-post-widget
117
- #: ../post-widget.php:86
118
  msgid "View Content Block"
119
  msgstr "Открыть блок"
120
 
121
  # @ custom-post-widget
122
- #: ../post-widget.php:87
123
  msgid "Search Content Blocks"
124
  msgstr "Найти блок"
125
 
126
  # @ custom-post-widget
127
- #: ../post-widget.php:88
128
  msgid "No Content Blocks Found"
129
  msgstr "Блоки не найдены"
130
 
131
  # @ custom-post-widget
132
- #: ../post-widget.php:89
133
  msgid "No Content Blocks found in Trash"
134
  msgstr "В корзине пусто"
135
 
136
  # @ custom-post-widget
137
- #: ../post-widget.php:131
138
  #, php-format
139
  msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
140
  msgstr "Блок обновлен. <a href=\"%s\">Управление виджетами</a>"
141
 
142
  # @ custom-post-widget
143
- #: ../post-widget.php:131
144
- #: ../post-widget.php:134
145
  msgid "Content Block updated."
146
  msgstr "Блок обновлен."
147
 
148
  # @ custom-post-widget
149
- #: ../post-widget.php:132
150
  msgid "Custom field updated."
151
  msgstr "Поле обновлено."
152
 
153
  # @ custom-post-widget
154
- #: ../post-widget.php:133
155
  msgid "Custom field deleted."
156
  msgstr "Поле удалено"
157
 
158
  # @ custom-post-widget
159
- #: ../post-widget.php:135
160
  #, php-format
161
  msgid "Content Block restored to revision from %s"
162
  msgstr "Блок востановлен с ревизии %s"
163
 
164
  # @ custom-post-widget
165
- #: ../post-widget.php:136
166
  #, php-format
167
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
168
  msgstr "Блок опубликован. <a href=\"%s\">Управление виджетами</a>"
169
 
170
  # @ custom-post-widget
171
- #: ../post-widget.php:136
172
  msgid "Content Block published."
173
  msgstr "Блок опубликован."
174
 
175
  # @ custom-post-widget
176
- #: ../post-widget.php:137
177
  msgid "Block saved."
178
  msgstr "Блок сохранен"
179
 
180
  # @ custom-post-widget
181
- #: ../post-widget.php:138
182
  #, php-format
183
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
184
  msgstr "Блок опубликован. <a href=\"%s\">Управление виджеатми</a>"
185
 
186
  # @ custom-post-widget
187
- #: ../post-widget.php:138
188
  msgid "Content Block submitted."
189
  msgstr "Блок опубликован."
190
 
191
  # @ custom-post-widget
192
- #: ../post-widget.php:139
193
  #, php-format
194
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
195
  msgstr "Блок запланирован на: <strong>%1$s</strong>."
196
 
197
  # @ custom-post-widget
198
- #: ../post-widget.php:139
199
  msgid "M j, Y @ G:i"
200
  msgstr "M j, Y @ G:i"
201
 
202
  # @ custom-post-widget
203
- #: ../post-widget.php:140
204
  #, php-format
205
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
206
  msgstr "Блок обновлен. <a href=\"%s\">Управление виджетами</a>"
207
 
208
  # @ custom-post-widget
209
- #: ../post-widget.php:140
210
  msgid "Content Block draft updated."
211
  msgstr "Черновик блока обновлен."
212
 
213
- # @ custom-post-widget
214
- #: ../post-widget.php:175
215
- #: ../post-widget.php:176
216
- msgid "Add Content Block"
217
- msgstr "Добавить блок"
218
-
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"
9
+ "Language: ru\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-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
38
+ msgid "Add Content Block"
39
+ msgstr "Добавить блок"
40
+
41
  # @ custom-post-widget
42
+ #: ../popup.php:31
43
  msgid "Please select a Content Block"
44
  msgstr "Выберете блок"
45
 
46
  # @ custom-post-widget
47
+ #: ../popup.php:40 ../popup.php:64
 
48
  msgid "Insert Content Block"
49
  msgstr "Вставить блок"
50
 
51
+ #: ../popup.php:43
52
  msgid "Select a Content Block below to add it to your post or page."
53
  msgstr "Выберете блок перед тем, как добавить его на страницу."
54
 
55
  # @ custom-post-widget
56
+ #: ../popup.php:48
57
  msgid "Select a Content Block"
58
  msgstr "Выберите блок"
59
 
60
  # @ custom-post-widget
61
+ #: ../popup.php:58 ../post-widget.php:41
 
62
  msgid "No content blocks available"
63
  msgstr "Блоки не найдены"
64
 
 
 
 
 
65
  # @ custom-post-widget
66
+ #: ../post-widget.php:11
67
  msgid "Displays custom post content in a widget"
68
  msgstr "Отображение пользовательского контента в виджете"
69
 
70
  # @ custom-post-widget
71
+ #: ../post-widget.php:12
72
  msgid "Content Block"
73
  msgstr "Блоки"
74
 
75
  # @ custom-post-widget
76
+ #: ../post-widget.php:26
77
  msgid "Content Block to Display:"
78
  msgstr "Отображать следующий блок:"
79
 
80
  # @ custom-post-widget
81
+ #: ../post-widget.php:52 ../post-widget.php:126
82
+ msgid "Edit Content Block"
83
+ msgstr "Редактировать блок"
84
+
85
+ # @ custom-post-widget
86
+ #: ../post-widget.php:58
87
  msgid "Show Post Title"
88
  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
100
  msgid "Find"
101
  msgstr "Найти"
102
 
103
  # @ custom-post-widget
104
+ #: ../post-widget.php:121
105
  msgctxt "post type general name"
106
  msgid "Content Blocks"
107
  msgstr "Блоки"
108
 
109
  # @ custom-post-widget
110
+ #: ../post-widget.php:122
111
  msgctxt "post type singular name"
112
  msgid "Content Block"
113
  msgstr "Блок"
114
 
115
  # @ custom-post-widget
116
+ #: ../post-widget.php:123
117
  msgctxt "post type plural name"
118
  msgid "Content Blocks"
119
  msgstr "Блоки"
120
 
121
  # @ custom-post-widget
122
+ #: ../post-widget.php:124
123
  msgctxt "block"
124
  msgid "Add Content Block"
125
  msgstr "Добавить блок"
126
 
127
  # @ custom-post-widget
128
+ #: ../post-widget.php:125
129
  msgid "Add New Content Block"
130
  msgstr "Добавить новы блок"
131
 
132
  # @ custom-post-widget
133
+ #: ../post-widget.php:127
 
 
 
 
 
134
  msgid "New Content Block"
135
  msgstr "Новый блок"
136
 
137
  # @ custom-post-widget
138
+ #: ../post-widget.php:128
139
  msgid "View Content Block"
140
  msgstr "Открыть блок"
141
 
142
  # @ custom-post-widget
143
+ #: ../post-widget.php:129
144
  msgid "Search Content Blocks"
145
  msgstr "Найти блок"
146
 
147
  # @ custom-post-widget
148
+ #: ../post-widget.php:130
149
  msgid "No Content Blocks Found"
150
  msgstr "Блоки не найдены"
151
 
152
  # @ custom-post-widget
153
+ #: ../post-widget.php:131
154
  msgid "No Content Blocks found in Trash"
155
  msgstr "В корзине пусто"
156
 
157
  # @ custom-post-widget
158
+ #: ../post-widget.php:154
159
  #, php-format
160
  msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
161
  msgstr "Блок обновлен. <a href=\"%s\">Управление виджетами</a>"
162
 
163
  # @ custom-post-widget
164
+ #: ../post-widget.php:154 ../post-widget.php:157
 
165
  msgid "Content Block updated."
166
  msgstr "Блок обновлен."
167
 
168
  # @ custom-post-widget
169
+ #: ../post-widget.php:155
170
  msgid "Custom field updated."
171
  msgstr "Поле обновлено."
172
 
173
  # @ custom-post-widget
174
+ #: ../post-widget.php:156
175
  msgid "Custom field deleted."
176
  msgstr "Поле удалено"
177
 
178
  # @ custom-post-widget
179
+ #: ../post-widget.php:158
180
  #, php-format
181
  msgid "Content Block restored to revision from %s"
182
  msgstr "Блок востановлен с ревизии %s"
183
 
184
  # @ custom-post-widget
185
+ #: ../post-widget.php:159
186
  #, php-format
187
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
188
  msgstr "Блок опубликован. <a href=\"%s\">Управление виджетами</a>"
189
 
190
  # @ custom-post-widget
191
+ #: ../post-widget.php:159
192
  msgid "Content Block published."
193
  msgstr "Блок опубликован."
194
 
195
  # @ custom-post-widget
196
+ #: ../post-widget.php:160
197
  msgid "Block saved."
198
  msgstr "Блок сохранен"
199
 
200
  # @ custom-post-widget
201
+ #: ../post-widget.php:161
202
  #, php-format
203
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
204
  msgstr "Блок опубликован. <a href=\"%s\">Управление виджеатми</a>"
205
 
206
  # @ custom-post-widget
207
+ #: ../post-widget.php:161
208
  msgid "Content Block submitted."
209
  msgstr "Блок опубликован."
210
 
211
  # @ custom-post-widget
212
+ #: ../post-widget.php:162
213
  #, php-format
214
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
215
  msgstr "Блок запланирован на: <strong>%1$s</strong>."
216
 
217
  # @ custom-post-widget
218
+ #: ../post-widget.php:162
219
  msgid "M j, Y @ G:i"
220
  msgstr "M j, Y @ G:i"
221
 
222
  # @ custom-post-widget
223
+ #: ../post-widget.php:163
224
  #, php-format
225
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
226
  msgstr "Блок обновлен. <a href=\"%s\">Управление виджетами</a>"
227
 
228
  # @ custom-post-widget
229
+ #: ../post-widget.php:163
230
  msgid "Content Block draft updated."
231
  msgstr "Черновик блока обновлен."
232
 
233
+ #~ msgid "Cancel"
234
+ #~ msgstr "Отмена"
 
 
 
 
languages/custom-post-widget-sv_SE.mo CHANGED
Binary file
languages/custom-post-widget-sv_SE.po CHANGED
@@ -2,232 +2,1382 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Post Widget v2.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-03-19 16:12:45+0000\n"
7
  "Last-Translator: aztek <info@aztek.se>\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: Swedish\n"
15
- "X-Poedit-Country: SWEDEN\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
- #: popup.php:30
24
- #@ custom-post-widget
25
- msgid "Please select a Content Block"
26
- msgstr "Välj ett innehållsblock"
27
-
28
- #: popup.php:39
29
- #: popup.php:63
30
- #@ custom-post-widget
31
- msgid "Insert Content Block"
32
- msgstr "Lägg till innehållsblock"
33
-
34
- #: popup.php:42
35
- #@ custom-post-widget
36
- msgid "Select a Content Block below to add it to your post or page."
37
- msgstr "Välj ett innehållsblock nedan för att lägga till det på din sida eller inlägg."
38
-
39
- #: popup.php:47
40
- #@ custom-post-widget
41
- msgid "Select a Content Block"
42
- msgstr "Välj ett innehållsblock"
43
-
44
- #: popup.php:57
45
- #: post-widget.php:41
46
- #@ custom-post-widget
47
- msgid "No content blocks available"
48
- msgstr "Det finns inget innehållsblock tillgängligt"
49
-
50
- #: post-widget.php:11
51
- #@ custom-post-widget
 
 
 
 
 
 
52
  msgid "Displays custom post content in a widget"
53
  msgstr "Lägg till innehållsblock i en widget"
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  #: post-widget.php:12
56
- #@ custom-post-widget
57
  msgid "Content Block"
58
  msgstr "Innehållsblock"
59
 
60
- #: post-widget.php:26
61
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  msgid "Content Block to Display:"
63
  msgstr "Välj innehållsblock att visa:"
64
 
65
- #: post-widget.php:52
66
- #: post-widget.php:123
67
- #@ custom-post-widget
68
- msgid "Edit Content Block"
69
- msgstr "Redigera innehållsblock"
70
-
71
- #: post-widget.php:58
72
- #@ custom-post-widget
73
- msgid "Show Post Title"
74
- msgstr "Visa inläggets rubrik"
75
-
76
- #: post-widget.php:63
77
- #@ custom-post-widget
78
- msgid "Show featured image"
79
- msgstr "Visa utvald bild"
80
-
81
- #: post-widget.php:68
82
- #@ custom-post-widget
83
- msgid "Do not apply content filters"
84
- msgstr "Använd inte innehållsfilter"
85
-
86
- #: post-widget.php:84
87
- #@ custom-post-widget
88
- msgid "Find"
89
- msgstr "Hitta"
90
-
91
- #: post-widget.php:118
92
- #@ custom-post-widget
 
 
 
 
 
 
 
93
  msgctxt "post type general name"
94
  msgid "Content Blocks"
95
  msgstr "Innehållsblock"
96
 
97
- #: post-widget.php:119
98
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  msgctxt "post type singular name"
100
  msgid "Content Block"
101
  msgstr "Innehållsblock"
102
 
103
- #: post-widget.php:120
104
- #@ custom-post-widget
105
- msgctxt "post type plural name"
106
- msgid "Content Blocks"
107
- msgstr "Innehållsblock"
108
-
109
- #: post-widget.php:121
110
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgctxt "block"
112
  msgid "Add Content Block"
113
  msgstr "Lägg till innehållsblock"
114
 
115
- #: post-widget.php:122
116
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Add New Content Block"
118
  msgstr "Lägg till nytt innehållsblock"
119
 
120
- #: post-widget.php:124
121
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "New Content Block"
123
  msgstr "Nytt innehållsblock"
124
 
125
- #: post-widget.php:125
126
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  msgid "View Content Block"
128
  msgstr "Visa innehållsblock"
129
 
130
- #: post-widget.php:126
131
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  msgid "Search Content Blocks"
133
  msgstr "Sök bland innehållsblocken"
134
 
135
- #: post-widget.php:127
136
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  msgid "No Content Blocks Found"
138
  msgstr "Det finns inga innehållsblock"
139
 
140
- #: post-widget.php:128
141
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  msgid "No Content Blocks found in Trash"
143
  msgstr "Det finns inga innehållsblock i papperskorgen"
144
 
145
- #: post-widget.php:150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  #, php-format
147
- #@ custom-post-widget
148
- msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
149
- msgstr "Innehållsblocket är uppdaterat. <a href=\"%s\">Hantera widgets</a>"
150
-
151
- #: post-widget.php:150
152
- #: post-widget.php:153
153
- #@ custom-post-widget
154
- msgid "Content Block updated."
155
- msgstr "Innehållsblocket är uppdaterat."
156
 
157
- #: post-widget.php:151
158
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  msgid "Custom field updated."
160
  msgstr "Det anpassade fältet är uppdaterat."
161
 
162
- #: post-widget.php:152
163
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  msgid "Custom field deleted."
165
  msgstr "Det anpassade fältet är borttaget."
166
 
167
- #: post-widget.php:154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  #, php-format
169
- #@ custom-post-widget
170
  msgid "Content Block restored to revision from %s"
171
  msgstr "Innehållsblocket är återställt från en tidigare sparad version från %s"
172
 
173
- #: post-widget.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, php-format
175
- #@ custom-post-widget
176
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
177
  msgstr "Innehållsblocket är publicerat. <a href=\"%s\">Hantera widgets</a>"
178
 
179
- #: post-widget.php:155
180
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgid "Content Block published."
182
  msgstr "Innehållsblocket är publicerat."
183
 
184
- #: post-widget.php:156
185
- #@ custom-post-widget
186
- msgid "Block saved."
187
- msgstr "Blocket är sparat."
188
-
189
- #: post-widget.php:157
 
 
 
 
 
 
 
 
 
190
  #, php-format
191
- #@ custom-post-widget
192
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
193
  msgstr "Innehållsblocket är skickat. <a href=\"%s\">Hantera widgets</a>"
194
 
195
- #: post-widget.php:157
196
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  msgid "Content Block submitted."
198
  msgstr "Innehållsblocket är skickat."
199
 
200
- #: post-widget.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  #, php-format
202
- #@ custom-post-widget
203
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
204
  msgstr "Innehållsblocket är schemalagt för publicering: <strong>%1$s</strong>."
205
 
206
- #: post-widget.php:158
207
- #@ custom-post-widget
208
- msgid "M j, Y @ G:i"
209
- msgstr "Y-M-J @ H:i"
210
-
211
- #: post-widget.php:159
 
 
 
 
 
 
 
 
 
212
  #, php-format
213
- #@ custom-post-widget
214
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
215
- msgstr "Innehållsblockets utkast är uppdaterat. <a href=\"%s\">Hantera widgets</a>"
 
216
 
217
- #: post-widget.php:159
218
- #@ custom-post-widget
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  msgid "Content Block draft updated."
220
  msgstr "Innehållsblockets utkast är uppdaterat."
221
 
222
- #: popup.php:17
223
- #: popup.php:18
224
- #@ custom-post-widget
225
- msgid "Add Content Block"
226
- msgstr "Lägg till innehållsblock"
227
 
228
- #: meta-box.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  #: meta-box.php:47
230
- #@ custom-post-widget
231
  msgid "Content Block Information"
232
  msgstr "Information om innehållsblocket"
233
 
 
 
 
 
 
 
 
 
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"
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-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"
22
 
23
+ # @ custom-post-widget
24
+ #: ../tags/1.0/custom-post-widget.php:19
25
+ #: ../tags/1.1.1/custom-post-widget.php:19
26
+ #: ../tags/1.1/custom-post-widget.php:19
27
+ #: ../tags/1.2.1/custom-post-widget.php:19
28
+ #: ../tags/1.2/custom-post-widget.php:19 ../tags/1.4/post-widget.php:8
29
+ #: ../tags/1.5/post-widget.php:8 ../tags/1.6/post-widget.php:8
30
+ #: ../tags/1.7/post-widget.php:8 ../tags/1.8.1/post-widget.php:8
31
+ #: ../tags/1.8.3/post-widget.php:6
32
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:19
33
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:19
34
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:19
35
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:19
36
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:19
37
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:8
38
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:8
39
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:8
40
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:8
41
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:8
42
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:6
43
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:8
44
+ #: ../tags/1.8.4/trunk/post-widget.php:6 ../tags/1.8.5/post-widget.php:6
45
+ #: ../tags/1.8.6/post-widget.php:6 ../tags/1.8/post-widget.php:8
46
+ #: ../tags/1.9.2/post-widget.php:6 ../tags/1.9.3/post-widget.php:6
47
+ #: ../tags/1.9.4/post-widget.php:6 ../tags/1.9.5/post-widget.php:6
48
+ #: ../tags/1.9.6/post-widget.php:6 ../tags/1.9.7/post-widget.php:11
49
+ #: ../tags/1.9.8/post-widget.php:11 ../tags/1.9/post-widget.php:6
50
+ #: ../tags/2.0.1/post-widget.php:11 ../tags/2.0.2/post-widget.php:11
51
+ #: ../tags/2.0/post-widget.php:11 ../tags/2.3.1/post-widget.php:11
52
+ #: ../tags/2.3.2/post-widget.php:11 ../tags/2.3.3/post-widget.php:11
53
+ #: ../tags/2.3.4/post-widget.php:11 ../tags/2.3.5/post-widget.php:11
54
+ #: ../tags/2.3/post-widget.php:11 ../tags/2.4.1/post-widget.php:11
55
+ #: ../tags/2.4.2/post-widget.php:11 ../tags/2.4.3/post-widget.php:11
56
+ #: ../tags/2.4.5/post-widget.php:11 ../tags/2.5/post-widget.php:11
57
+ #: ../trunk/post-widget.php:11 post-widget.php:11
58
  msgid "Displays custom post content in a widget"
59
  msgstr "Lägg till innehållsblock i en widget"
60
 
61
+ # @ custom-post-widget
62
+ #: ../tags/1.0/custom-post-widget.php:20
63
+ #: ../tags/1.1.1/custom-post-widget.php:20
64
+ #: ../tags/1.1/custom-post-widget.php:20
65
+ #: ../tags/1.2.1/custom-post-widget.php:20
66
+ #: ../tags/1.2/custom-post-widget.php:20 ../tags/1.4/post-widget.php:9
67
+ #: ../tags/1.5/post-widget.php:9 ../tags/1.6/post-widget.php:9
68
+ #: ../tags/1.7/post-widget.php:9 ../tags/1.8.1/post-widget.php:9
69
+ #: ../tags/1.8.3/post-widget.php:7
70
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:20
71
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:20
72
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:20
73
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:20
74
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:20
75
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:9
76
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:9
77
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:9
78
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:9
79
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:9
80
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:7
81
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:9
82
+ #: ../tags/1.8.4/trunk/post-widget.php:7 ../tags/1.8.5/post-widget.php:7
83
+ #: ../tags/1.8.6/post-widget.php:7 ../tags/1.8/post-widget.php:9
84
+ #: ../tags/1.9.2/post-widget.php:7 ../tags/1.9.3/post-widget.php:7
85
+ #: ../tags/1.9.3/post-widget.php:84 ../tags/1.9.4/post-widget.php:7
86
+ #: ../tags/1.9.5/post-widget.php:7 ../tags/1.9.6/post-widget.php:7
87
+ #: ../tags/1.9.7/post-widget.php:12 ../tags/1.9.8/post-widget.php:12
88
+ #: ../tags/1.9/post-widget.php:7 ../tags/2.0.1/post-widget.php:12
89
+ #: ../tags/2.0.2/post-widget.php:12 ../tags/2.0/post-widget.php:12
90
+ #: ../tags/2.3.1/post-widget.php:12 ../tags/2.3.2/post-widget.php:12
91
+ #: ../tags/2.3.3/post-widget.php:12 ../tags/2.3.4/post-widget.php:12
92
+ #: ../tags/2.3.5/post-widget.php:12 ../tags/2.3/post-widget.php:12
93
+ #: ../tags/2.4.1/post-widget.php:12 ../tags/2.4.2/post-widget.php:12
94
+ #: ../tags/2.4.3/post-widget.php:12 ../tags/2.4.5/post-widget.php:12
95
+ #: ../tags/2.5/post-widget.php:12 ../trunk/post-widget.php:12
96
  #: post-widget.php:12
 
97
  msgid "Content Block"
98
  msgstr "Innehållsblock"
99
 
100
+ # @ custom-post-widget
101
+ #: ../tags/1.0/custom-post-widget.php:29
102
+ #: ../tags/1.1.1/custom-post-widget.php:29
103
+ #: ../tags/1.1/custom-post-widget.php:29
104
+ #: ../tags/1.2.1/custom-post-widget.php:30
105
+ #: ../tags/1.2/custom-post-widget.php:30 ../tags/1.4/post-widget.php:19
106
+ #: ../tags/1.5/post-widget.php:19 ../tags/1.6/post-widget.php:19
107
+ #: ../tags/1.7/post-widget.php:19 ../tags/1.8.1/post-widget.php:19
108
+ #: ../tags/1.8.3/post-widget.php:15
109
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:29
110
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:29
111
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:29
112
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:30
113
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:30
114
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:19
115
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:19
116
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:19
117
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:19
118
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:19
119
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:15
120
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:19
121
+ #: ../tags/1.8.4/trunk/post-widget.php:15 ../tags/1.8.5/post-widget.php:15
122
+ #: ../tags/1.8.6/post-widget.php:15 ../tags/1.8/post-widget.php:19
123
+ #: ../tags/1.9.2/post-widget.php:15 ../tags/1.9.3/post-widget.php:15
124
+ #: ../tags/1.9.4/post-widget.php:17 ../tags/1.9.5/post-widget.php:17
125
+ #: ../tags/1.9.6/post-widget.php:20 ../tags/1.9.7/post-widget.php:26
126
+ #: ../tags/1.9.8/post-widget.php:26 ../tags/1.9/post-widget.php:15
127
+ #: ../tags/2.0.1/post-widget.php:26 ../tags/2.0.2/post-widget.php:26
128
+ #: ../tags/2.0/post-widget.php:26 ../tags/2.3.1/post-widget.php:26
129
+ #: ../tags/2.3.2/post-widget.php:26 ../tags/2.3.3/post-widget.php:26
130
+ #: ../tags/2.3.4/post-widget.php:26 ../tags/2.3.5/post-widget.php:26
131
+ #: ../tags/2.3/post-widget.php:26 ../tags/2.4.1/post-widget.php:26
132
+ #: ../tags/2.4.2/post-widget.php:26 ../tags/2.4.3/post-widget.php:26
133
+ #: ../tags/2.4.5/post-widget.php:26 ../tags/2.5/post-widget.php:26
134
+ #: ../trunk/post-widget.php:26 post-widget.php:26
135
  msgid "Content Block to Display:"
136
  msgstr "Välj innehållsblock att visa:"
137
 
138
+ # @ custom-post-widget
139
+ #: ../tags/1.0/custom-post-widget.php:84
140
+ #: ../tags/1.1.1/custom-post-widget.php:84
141
+ #: ../tags/1.1/custom-post-widget.php:84
142
+ #: ../tags/1.2.1/custom-post-widget.php:100
143
+ #: ../tags/1.2/custom-post-widget.php:105 ../tags/1.4/post-widget.php:91
144
+ #: ../tags/1.5/post-widget.php:91 ../tags/1.6/post-widget.php:88
145
+ #: ../tags/1.7/post-widget.php:88 ../tags/1.8.1/post-widget.php:88
146
+ #: ../tags/1.8.3/post-widget.php:74
147
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:84
148
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:84
149
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:84
150
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:100
151
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:105
152
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:91
153
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:91
154
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:88
155
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:88
156
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:88
157
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:74
158
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:88
159
+ #: ../tags/1.8.4/trunk/post-widget.php:79 ../tags/1.8.5/post-widget.php:79
160
+ #: ../tags/1.8.6/post-widget.php:79 ../tags/1.8/post-widget.php:88
161
+ #: ../tags/1.9.2/post-widget.php:83 ../tags/1.9.4/post-widget.php:94
162
+ #: ../tags/1.9.5/post-widget.php:94 ../tags/1.9.6/post-widget.php:97
163
+ #: ../tags/1.9.7/post-widget.php:121 ../tags/1.9.8/post-widget.php:125
164
+ #: ../tags/1.9/post-widget.php:83 ../tags/2.0.1/post-widget.php:115
165
+ #: ../tags/2.0.2/post-widget.php:115 ../tags/2.0/post-widget.php:114
166
+ #: ../tags/2.3.1/post-widget.php:115 ../tags/2.3.2/post-widget.php:115
167
+ #: ../tags/2.3.3/post-widget.php:115 ../tags/2.3.4/post-widget.php:115
168
+ #: ../tags/2.3.5/post-widget.php:120 ../tags/2.3/post-widget.php:115
169
+ #: ../tags/2.4.1/post-widget.php:120 ../tags/2.4.2/post-widget.php:120
170
+ #: ../tags/2.4.3/post-widget.php:120 ../tags/2.4.5/post-widget.php:120
171
+ #: ../tags/2.5/post-widget.php:118 ../trunk/post-widget.php:121
172
+ #: post-widget.php:121
173
  msgctxt "post type general name"
174
  msgid "Content Blocks"
175
  msgstr "Innehållsblock"
176
 
177
+ # @ custom-post-widget
178
+ #: ../tags/1.0/custom-post-widget.php:85
179
+ #: ../tags/1.1.1/custom-post-widget.php:85
180
+ #: ../tags/1.1/custom-post-widget.php:85
181
+ #: ../tags/1.2.1/custom-post-widget.php:101
182
+ #: ../tags/1.2/custom-post-widget.php:106 ../tags/1.4/post-widget.php:92
183
+ #: ../tags/1.5/post-widget.php:92 ../tags/1.6/post-widget.php:89
184
+ #: ../tags/1.7/post-widget.php:89 ../tags/1.8.1/post-widget.php:89
185
+ #: ../tags/1.8.3/post-widget.php:75
186
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:85
187
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:85
188
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:85
189
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:101
190
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:106
191
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:92
192
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:92
193
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:89
194
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:89
195
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:89
196
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:75
197
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:89
198
+ #: ../tags/1.8.4/trunk/post-widget.php:80 ../tags/1.8.5/post-widget.php:80
199
+ #: ../tags/1.8.6/post-widget.php:80 ../tags/1.8/post-widget.php:89
200
+ #: ../tags/1.9.2/post-widget.php:84 ../tags/1.9.4/post-widget.php:95
201
+ #: ../tags/1.9.5/post-widget.php:95 ../tags/1.9.6/post-widget.php:98
202
+ #: ../tags/1.9.7/post-widget.php:122 ../tags/1.9.8/post-widget.php:126
203
+ #: ../tags/1.9/post-widget.php:84 ../tags/2.0.1/post-widget.php:116
204
+ #: ../tags/2.0.2/post-widget.php:116 ../tags/2.0/post-widget.php:115
205
+ #: ../tags/2.3.1/post-widget.php:116 ../tags/2.3.2/post-widget.php:116
206
+ #: ../tags/2.3.3/post-widget.php:116 ../tags/2.3.4/post-widget.php:116
207
+ #: ../tags/2.3.5/post-widget.php:121 ../tags/2.3/post-widget.php:116
208
+ #: ../tags/2.4.1/post-widget.php:121 ../tags/2.4.2/post-widget.php:121
209
+ #: ../tags/2.4.3/post-widget.php:121 ../tags/2.4.5/post-widget.php:121
210
+ #: ../tags/2.5/post-widget.php:119 ../trunk/post-widget.php:122
211
+ #: post-widget.php:122
212
  msgctxt "post type singular name"
213
  msgid "Content Block"
214
  msgstr "Innehållsblock"
215
 
216
+ # @ custom-post-widget
217
+ #: ../tags/1.0/custom-post-widget.php:86
218
+ #: ../tags/1.1.1/custom-post-widget.php:86
219
+ #: ../tags/1.1/custom-post-widget.php:86
220
+ #: ../tags/1.2.1/custom-post-widget.php:102
221
+ #: ../tags/1.2/custom-post-widget.php:107 ../tags/1.4/post-widget.php:94
222
+ #: ../tags/1.5/post-widget.php:94 ../tags/1.6/post-widget.php:91
223
+ #: ../tags/1.7/post-widget.php:91 ../tags/1.8.1/post-widget.php:91
224
+ #: ../tags/1.8.3/post-widget.php:77
225
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:86
226
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:86
227
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:86
228
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:102
229
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:107
230
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:94
231
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:94
232
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:91
233
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:91
234
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:91
235
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:77
236
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:91
237
+ #: ../tags/1.8.4/trunk/post-widget.php:82 ../tags/1.8.5/post-widget.php:82
238
+ #: ../tags/1.8.6/post-widget.php:82 ../tags/1.8/post-widget.php:91
239
+ #: ../tags/1.9.2/post-widget.php:86 ../tags/1.9.4/post-widget.php:97
240
+ #: ../tags/1.9.5/post-widget.php:97 ../tags/1.9.6/post-widget.php:100
241
+ #: ../tags/1.9.7/post-widget.php:124 ../tags/1.9.8/post-widget.php:128
242
+ #: ../tags/1.9/post-widget.php:86 ../tags/2.0.1/post-widget.php:118
243
+ #: ../tags/2.0.2/post-widget.php:118 ../tags/2.0/post-widget.php:117
244
+ #: ../tags/2.3.1/post-widget.php:118 ../tags/2.3.2/post-widget.php:118
245
+ #: ../tags/2.3.3/post-widget.php:118 ../tags/2.3.4/post-widget.php:118
246
+ #: ../tags/2.3.5/post-widget.php:123 ../tags/2.3/post-widget.php:118
247
+ #: ../tags/2.4.1/post-widget.php:123 ../tags/2.4.2/post-widget.php:123
248
+ #: ../tags/2.4.3/post-widget.php:123 ../tags/2.4.5/post-widget.php:123
249
+ #: ../tags/2.5/post-widget.php:121 ../trunk/post-widget.php:124
250
+ #: post-widget.php:124
251
  msgctxt "block"
252
  msgid "Add Content Block"
253
  msgstr "Lägg till innehållsblock"
254
 
255
+ # @ custom-post-widget
256
+ #: ../tags/1.0/custom-post-widget.php:87
257
+ #: ../tags/1.1.1/custom-post-widget.php:87
258
+ #: ../tags/1.1/custom-post-widget.php:87
259
+ #: ../tags/1.2.1/custom-post-widget.php:103
260
+ #: ../tags/1.2/custom-post-widget.php:108 ../tags/1.4/post-widget.php:95
261
+ #: ../tags/1.5/post-widget.php:95 ../tags/1.6/post-widget.php:92
262
+ #: ../tags/1.7/post-widget.php:92 ../tags/1.8.1/post-widget.php:92
263
+ #: ../tags/1.8.3/post-widget.php:78
264
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:87
265
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:87
266
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:87
267
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:103
268
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:108
269
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:95
270
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:95
271
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:92
272
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:92
273
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:92
274
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:78
275
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:92
276
+ #: ../tags/1.8.4/trunk/post-widget.php:83 ../tags/1.8.5/post-widget.php:83
277
+ #: ../tags/1.8.6/post-widget.php:83 ../tags/1.8/post-widget.php:92
278
+ #: ../tags/1.9.2/post-widget.php:87 ../tags/1.9.3/post-widget.php:87
279
+ #: ../tags/1.9.4/post-widget.php:98 ../tags/1.9.5/post-widget.php:98
280
+ #: ../tags/1.9.6/post-widget.php:101 ../tags/1.9.7/post-widget.php:125
281
+ #: ../tags/1.9.8/post-widget.php:129 ../tags/1.9/post-widget.php:87
282
+ #: ../tags/2.0.1/post-widget.php:119 ../tags/2.0.2/post-widget.php:119
283
+ #: ../tags/2.0/post-widget.php:118 ../tags/2.3.1/post-widget.php:119
284
+ #: ../tags/2.3.2/post-widget.php:119 ../tags/2.3.3/post-widget.php:119
285
+ #: ../tags/2.3.4/post-widget.php:119 ../tags/2.3.5/post-widget.php:124
286
+ #: ../tags/2.3/post-widget.php:119 ../tags/2.4.1/post-widget.php:124
287
+ #: ../tags/2.4.2/post-widget.php:124 ../tags/2.4.3/post-widget.php:124
288
+ #: ../tags/2.4.5/post-widget.php:124 ../tags/2.5/post-widget.php:122
289
+ #: ../trunk/post-widget.php:125 post-widget.php:125
290
  msgid "Add New Content Block"
291
  msgstr "Lägg till nytt innehållsblock"
292
 
293
+ # @ custom-post-widget
294
+ #: ../tags/1.0/custom-post-widget.php:88
295
+ #: ../tags/1.1.1/custom-post-widget.php:88
296
+ #: ../tags/1.1/custom-post-widget.php:88
297
+ #: ../tags/1.2.1/custom-post-widget.php:104
298
+ #: ../tags/1.2/custom-post-widget.php:109 ../tags/1.4/post-widget.php:96
299
+ #: ../tags/1.5/post-widget.php:96 ../tags/1.6/post-widget.php:93
300
+ #: ../tags/1.7/post-widget.php:93 ../tags/1.8.1/post-widget.php:93
301
+ #: ../tags/1.8.3/post-widget.php:79
302
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:88
303
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:88
304
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:88
305
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:104
306
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:109
307
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:96
308
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:96
309
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:93
310
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:93
311
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:93
312
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:79
313
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:93
314
+ #: ../tags/1.8.4/trunk/post-widget.php:84 ../tags/1.8.5/post-widget.php:84
315
+ #: ../tags/1.8.6/post-widget.php:84 ../tags/1.8/post-widget.php:93
316
+ #: ../tags/1.9.2/post-widget.php:88 ../tags/1.9.3/post-widget.php:37
317
+ #: ../tags/1.9.3/post-widget.php:88 ../tags/1.9.4/post-widget.php:39
318
+ #: ../tags/1.9.4/post-widget.php:99 ../tags/1.9.5/post-widget.php:39
319
+ #: ../tags/1.9.5/post-widget.php:99 ../tags/1.9.6/post-widget.php:42
320
+ #: ../tags/1.9.6/post-widget.php:102 ../tags/1.9.7/post-widget.php:48
321
+ #: ../tags/1.9.7/post-widget.php:126 ../tags/1.9.8/post-widget.php:48
322
+ #: ../tags/1.9.8/post-widget.php:130 ../tags/1.9/post-widget.php:88
323
+ #: ../tags/2.0.1/post-widget.php:52 ../tags/2.0.1/post-widget.php:120
324
+ #: ../tags/2.0.2/post-widget.php:52 ../tags/2.0.2/post-widget.php:120
325
+ #: ../tags/2.0/post-widget.php:52 ../tags/2.0/post-widget.php:119
326
+ #: ../tags/2.3.1/post-widget.php:52 ../tags/2.3.1/post-widget.php:120
327
+ #: ../tags/2.3.2/post-widget.php:52 ../tags/2.3.2/post-widget.php:120
328
+ #: ../tags/2.3.3/post-widget.php:52 ../tags/2.3.3/post-widget.php:120
329
+ #: ../tags/2.3.4/post-widget.php:52 ../tags/2.3.4/post-widget.php:120
330
+ #: ../tags/2.3.5/post-widget.php:52 ../tags/2.3.5/post-widget.php:125
331
+ #: ../tags/2.3/post-widget.php:52 ../tags/2.3/post-widget.php:120
332
+ #: ../tags/2.4.1/post-widget.php:52 ../tags/2.4.1/post-widget.php:125
333
+ #: ../tags/2.4.2/post-widget.php:52 ../tags/2.4.2/post-widget.php:125
334
+ #: ../tags/2.4.3/post-widget.php:52 ../tags/2.4.3/post-widget.php:125
335
+ #: ../tags/2.4.5/post-widget.php:52 ../tags/2.4.5/post-widget.php:125
336
+ #: ../tags/2.5/post-widget.php:52 ../tags/2.5/post-widget.php:123
337
+ #: ../trunk/post-widget.php:52 ../trunk/post-widget.php:126 post-widget.php:52
338
+ #: post-widget.php:126
339
+ msgid "Edit Content Block"
340
+ msgstr "Redigera innehållsblock"
341
+
342
+ # @ custom-post-widget
343
+ #: ../tags/1.0/custom-post-widget.php:89
344
+ #: ../tags/1.1.1/custom-post-widget.php:89
345
+ #: ../tags/1.1/custom-post-widget.php:89
346
+ #: ../tags/1.2.1/custom-post-widget.php:105
347
+ #: ../tags/1.2/custom-post-widget.php:110 ../tags/1.4/post-widget.php:97
348
+ #: ../tags/1.5/post-widget.php:97 ../tags/1.6/post-widget.php:94
349
+ #: ../tags/1.7/post-widget.php:94 ../tags/1.8.1/post-widget.php:94
350
+ #: ../tags/1.8.3/post-widget.php:80
351
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:89
352
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:89
353
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:89
354
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:105
355
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:110
356
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:97
357
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:97
358
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:94
359
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:94
360
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:94
361
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:80
362
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:94
363
+ #: ../tags/1.8.4/trunk/post-widget.php:85 ../tags/1.8.5/post-widget.php:85
364
+ #: ../tags/1.8.6/post-widget.php:85 ../tags/1.8/post-widget.php:94
365
+ #: ../tags/1.9.2/post-widget.php:89 ../tags/1.9.3/post-widget.php:89
366
+ #: ../tags/1.9.4/post-widget.php:100 ../tags/1.9.5/post-widget.php:100
367
+ #: ../tags/1.9.6/post-widget.php:103 ../tags/1.9.7/post-widget.php:127
368
+ #: ../tags/1.9.8/post-widget.php:131 ../tags/1.9/post-widget.php:89
369
+ #: ../tags/2.0.1/post-widget.php:121 ../tags/2.0.2/post-widget.php:121
370
+ #: ../tags/2.0/post-widget.php:120 ../tags/2.3.1/post-widget.php:121
371
+ #: ../tags/2.3.2/post-widget.php:121 ../tags/2.3.3/post-widget.php:121
372
+ #: ../tags/2.3.4/post-widget.php:121 ../tags/2.3.5/post-widget.php:126
373
+ #: ../tags/2.3/post-widget.php:121 ../tags/2.4.1/post-widget.php:126
374
+ #: ../tags/2.4.2/post-widget.php:126 ../tags/2.4.3/post-widget.php:126
375
+ #: ../tags/2.4.5/post-widget.php:126 ../tags/2.5/post-widget.php:124
376
+ #: ../trunk/post-widget.php:127 post-widget.php:127
377
  msgid "New Content Block"
378
  msgstr "Nytt innehållsblock"
379
 
380
+ # @ custom-post-widget
381
+ #: ../tags/1.0/custom-post-widget.php:90
382
+ #: ../tags/1.1.1/custom-post-widget.php:90
383
+ #: ../tags/1.1/custom-post-widget.php:90
384
+ #: ../tags/1.2.1/custom-post-widget.php:106
385
+ #: ../tags/1.2/custom-post-widget.php:111 ../tags/1.4/post-widget.php:98
386
+ #: ../tags/1.5/post-widget.php:98 ../tags/1.6/post-widget.php:95
387
+ #: ../tags/1.7/post-widget.php:95 ../tags/1.8.1/post-widget.php:95
388
+ #: ../tags/1.8.3/post-widget.php:81
389
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:90
390
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:90
391
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:90
392
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:106
393
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:111
394
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:98
395
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:98
396
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:95
397
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:95
398
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:95
399
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:81
400
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:95
401
+ #: ../tags/1.8.4/trunk/post-widget.php:86 ../tags/1.8.5/post-widget.php:86
402
+ #: ../tags/1.8.6/post-widget.php:86 ../tags/1.8/post-widget.php:95
403
+ #: ../tags/1.9.2/post-widget.php:90 ../tags/1.9.3/post-widget.php:90
404
+ #: ../tags/1.9.4/post-widget.php:101 ../tags/1.9.5/post-widget.php:101
405
+ #: ../tags/1.9.6/post-widget.php:104 ../tags/1.9.7/post-widget.php:128
406
+ #: ../tags/1.9.8/post-widget.php:132 ../tags/1.9/post-widget.php:90
407
+ #: ../tags/2.0.1/post-widget.php:122 ../tags/2.0.2/post-widget.php:122
408
+ #: ../tags/2.0/post-widget.php:121 ../tags/2.3.1/post-widget.php:122
409
+ #: ../tags/2.3.2/post-widget.php:122 ../tags/2.3.3/post-widget.php:122
410
+ #: ../tags/2.3.4/post-widget.php:122 ../tags/2.3.5/post-widget.php:127
411
+ #: ../tags/2.3/post-widget.php:122 ../tags/2.4.1/post-widget.php:127
412
+ #: ../tags/2.4.2/post-widget.php:127 ../tags/2.4.3/post-widget.php:127
413
+ #: ../tags/2.4.5/post-widget.php:127 ../tags/2.5/post-widget.php:125
414
+ #: ../trunk/post-widget.php:128 post-widget.php:128
415
  msgid "View Content Block"
416
  msgstr "Visa innehållsblock"
417
 
418
+ # @ custom-post-widget
419
+ #: ../tags/1.0/custom-post-widget.php:91
420
+ #: ../tags/1.1.1/custom-post-widget.php:91
421
+ #: ../tags/1.1/custom-post-widget.php:91
422
+ #: ../tags/1.2.1/custom-post-widget.php:107
423
+ #: ../tags/1.2/custom-post-widget.php:112 ../tags/1.4/post-widget.php:99
424
+ #: ../tags/1.5/post-widget.php:99 ../tags/1.6/post-widget.php:96
425
+ #: ../tags/1.7/post-widget.php:96 ../tags/1.8.1/post-widget.php:96
426
+ #: ../tags/1.8.3/post-widget.php:82
427
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:91
428
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:91
429
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:91
430
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:107
431
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:112
432
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:99
433
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:99
434
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:96
435
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:96
436
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:96
437
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:82
438
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:96
439
+ #: ../tags/1.8.4/trunk/post-widget.php:87 ../tags/1.8.5/post-widget.php:87
440
+ #: ../tags/1.8.6/post-widget.php:87 ../tags/1.8/post-widget.php:96
441
+ #: ../tags/1.9.2/post-widget.php:91 ../tags/1.9.3/post-widget.php:91
442
+ #: ../tags/1.9.4/post-widget.php:102 ../tags/1.9.5/post-widget.php:102
443
+ #: ../tags/1.9.6/post-widget.php:105 ../tags/1.9.7/post-widget.php:129
444
+ #: ../tags/1.9.8/post-widget.php:133 ../tags/1.9/post-widget.php:91
445
+ #: ../tags/2.0.1/post-widget.php:123 ../tags/2.0.2/post-widget.php:123
446
+ #: ../tags/2.0/post-widget.php:122 ../tags/2.3.1/post-widget.php:123
447
+ #: ../tags/2.3.2/post-widget.php:123 ../tags/2.3.3/post-widget.php:123
448
+ #: ../tags/2.3.4/post-widget.php:123 ../tags/2.3.5/post-widget.php:128
449
+ #: ../tags/2.3/post-widget.php:123 ../tags/2.4.1/post-widget.php:128
450
+ #: ../tags/2.4.2/post-widget.php:128 ../tags/2.4.3/post-widget.php:128
451
+ #: ../tags/2.4.5/post-widget.php:128 ../tags/2.5/post-widget.php:126
452
+ #: ../trunk/post-widget.php:129 post-widget.php:129
453
  msgid "Search Content Blocks"
454
  msgstr "Sök bland innehållsblocken"
455
 
456
+ # @ custom-post-widget
457
+ #: ../tags/1.0/custom-post-widget.php:92
458
+ #: ../tags/1.1.1/custom-post-widget.php:92
459
+ #: ../tags/1.1/custom-post-widget.php:92
460
+ #: ../tags/1.2.1/custom-post-widget.php:108
461
+ #: ../tags/1.2/custom-post-widget.php:113 ../tags/1.4/post-widget.php:100
462
+ #: ../tags/1.5/post-widget.php:100 ../tags/1.6/post-widget.php:97
463
+ #: ../tags/1.7/post-widget.php:97 ../tags/1.8.1/post-widget.php:97
464
+ #: ../tags/1.8.3/post-widget.php:83
465
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:92
466
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:92
467
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:92
468
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:108
469
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:113
470
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:100
471
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:100
472
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:97
473
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:97
474
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:97
475
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:83
476
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:97
477
+ #: ../tags/1.8.4/trunk/post-widget.php:88 ../tags/1.8.5/post-widget.php:88
478
+ #: ../tags/1.8.6/post-widget.php:88 ../tags/1.8/post-widget.php:97
479
+ #: ../tags/1.9.2/post-widget.php:92 ../tags/1.9.3/post-widget.php:92
480
+ #: ../tags/1.9.4/post-widget.php:103 ../tags/1.9.5/post-widget.php:103
481
+ #: ../tags/1.9.6/post-widget.php:106 ../tags/1.9.7/post-widget.php:130
482
+ #: ../tags/1.9.8/post-widget.php:134 ../tags/1.9/post-widget.php:92
483
+ #: ../tags/2.0.1/post-widget.php:124 ../tags/2.0.2/post-widget.php:124
484
+ #: ../tags/2.0/post-widget.php:123 ../tags/2.3.1/post-widget.php:124
485
+ #: ../tags/2.3.2/post-widget.php:124 ../tags/2.3.3/post-widget.php:124
486
+ #: ../tags/2.3.4/post-widget.php:124 ../tags/2.3.5/post-widget.php:129
487
+ #: ../tags/2.3/post-widget.php:124 ../tags/2.4.1/post-widget.php:129
488
+ #: ../tags/2.4.2/post-widget.php:129 ../tags/2.4.3/post-widget.php:129
489
+ #: ../tags/2.4.5/post-widget.php:129 ../tags/2.5/post-widget.php:127
490
+ #: ../trunk/post-widget.php:130 post-widget.php:130
491
  msgid "No Content Blocks Found"
492
  msgstr "Det finns inga innehållsblock"
493
 
494
+ # @ custom-post-widget
495
+ #: ../tags/1.0/custom-post-widget.php:93
496
+ #: ../tags/1.1.1/custom-post-widget.php:93
497
+ #: ../tags/1.1/custom-post-widget.php:93
498
+ #: ../tags/1.2.1/custom-post-widget.php:109
499
+ #: ../tags/1.2/custom-post-widget.php:114 ../tags/1.4/post-widget.php:101
500
+ #: ../tags/1.5/post-widget.php:101 ../tags/1.6/post-widget.php:98
501
+ #: ../tags/1.7/post-widget.php:98 ../tags/1.8.1/post-widget.php:98
502
+ #: ../tags/1.8.3/post-widget.php:84
503
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:93
504
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:93
505
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:93
506
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:109
507
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:114
508
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:101
509
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:101
510
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:98
511
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:98
512
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:98
513
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:84
514
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:98
515
+ #: ../tags/1.8.4/trunk/post-widget.php:89 ../tags/1.8.5/post-widget.php:89
516
+ #: ../tags/1.8.6/post-widget.php:89 ../tags/1.8/post-widget.php:98
517
+ #: ../tags/1.9.2/post-widget.php:93 ../tags/1.9.3/post-widget.php:93
518
+ #: ../tags/1.9.4/post-widget.php:104 ../tags/1.9.5/post-widget.php:104
519
+ #: ../tags/1.9.6/post-widget.php:107 ../tags/1.9.7/post-widget.php:131
520
+ #: ../tags/1.9.8/post-widget.php:135 ../tags/1.9/post-widget.php:93
521
+ #: ../tags/2.0.1/post-widget.php:125 ../tags/2.0.2/post-widget.php:125
522
+ #: ../tags/2.0/post-widget.php:124 ../tags/2.3.1/post-widget.php:125
523
+ #: ../tags/2.3.2/post-widget.php:125 ../tags/2.3.3/post-widget.php:125
524
+ #: ../tags/2.3.4/post-widget.php:125 ../tags/2.3.5/post-widget.php:130
525
+ #: ../tags/2.3/post-widget.php:125 ../tags/2.4.1/post-widget.php:130
526
+ #: ../tags/2.4.2/post-widget.php:130 ../tags/2.4.3/post-widget.php:130
527
+ #: ../tags/2.4.5/post-widget.php:130 ../tags/2.5/post-widget.php:128
528
+ #: ../trunk/post-widget.php:131 post-widget.php:131
529
  msgid "No Content Blocks found in Trash"
530
  msgstr "Det finns inga innehållsblock i papperskorgen"
531
 
532
+ #: ../tags/1.0/custom-post-widget.php:118
533
+ #: ../tags/1.1.1/custom-post-widget.php:118
534
+ #: ../tags/1.1/custom-post-widget.php:118
535
+ #: ../tags/1.2.1/custom-post-widget.php:134
536
+ #: ../tags/1.2/custom-post-widget.php:139 ../tags/1.4/post-widget.php:126
537
+ #: ../tags/1.5/post-widget.php:145 ../tags/1.6/post-widget.php:141
538
+ #: ../tags/1.7/post-widget.php:141 ../tags/1.8.1/post-widget.php:141
539
+ #: ../tags/1.8.3/post-widget.php:125
540
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:118
541
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:118
542
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:118
543
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:134
544
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:139
545
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:126
546
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:145
547
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:141
548
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:141
549
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:141
550
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:125
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
558
+ #: ../tags/1.1.1/custom-post-widget.php:119
559
+ #: ../tags/1.1/custom-post-widget.php:119
560
+ #: ../tags/1.2.1/custom-post-widget.php:135
561
+ #: ../tags/1.2/custom-post-widget.php:140 ../tags/1.4/post-widget.php:127
562
+ #: ../tags/1.5/post-widget.php:146 ../tags/1.6/post-widget.php:142
563
+ #: ../tags/1.7/post-widget.php:142 ../tags/1.8.1/post-widget.php:142
564
+ #: ../tags/1.8.3/post-widget.php:126
565
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:119
566
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:119
567
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:119
568
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:135
569
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:140
570
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:127
571
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:146
572
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:142
573
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:142
574
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:142
575
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:126
576
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:142
577
+ #: ../tags/1.8.4/trunk/post-widget.php:132 ../tags/1.8.5/post-widget.php:132
578
+ #: ../tags/1.8.6/post-widget.php:132 ../tags/1.8/post-widget.php:142
579
+ #: ../tags/1.9.2/post-widget.php:136 ../tags/1.9.3/post-widget.php:136
580
+ #: ../tags/1.9.4/post-widget.php:147 ../tags/1.9.5/post-widget.php:147
581
+ #: ../tags/1.9.6/post-widget.php:150 ../tags/1.9.7/post-widget.php:174
582
+ #: ../tags/1.9.8/post-widget.php:178 ../tags/1.9/post-widget.php:136
583
+ #: ../tags/2.0.1/post-widget.php:168 ../tags/2.0.2/post-widget.php:168
584
+ #: ../tags/2.0/post-widget.php:167 ../tags/2.3.1/post-widget.php:168
585
+ #: ../tags/2.3.2/post-widget.php:168 ../tags/2.3.3/post-widget.php:168
586
+ #: ../tags/2.3.4/post-widget.php:168 ../tags/2.3.5/post-widget.php:173
587
+ #: ../tags/2.3/post-widget.php:168 ../tags/2.4.1/post-widget.php:173
588
+ #: ../tags/2.4.2/post-widget.php:173 ../tags/2.4.3/post-widget.php:173
589
+ #: ../tags/2.4.5/post-widget.php:173 ../tags/2.5/post-widget.php:151
590
+ #: ../trunk/post-widget.php:155 post-widget.php:155
591
  msgid "Custom field updated."
592
  msgstr "Det anpassade fältet är uppdaterat."
593
 
594
+ # @ custom-post-widget
595
+ #: ../tags/1.0/custom-post-widget.php:120
596
+ #: ../tags/1.1.1/custom-post-widget.php:120
597
+ #: ../tags/1.1/custom-post-widget.php:120
598
+ #: ../tags/1.2.1/custom-post-widget.php:136
599
+ #: ../tags/1.2/custom-post-widget.php:141 ../tags/1.4/post-widget.php:128
600
+ #: ../tags/1.5/post-widget.php:147 ../tags/1.6/post-widget.php:143
601
+ #: ../tags/1.7/post-widget.php:143 ../tags/1.8.1/post-widget.php:143
602
+ #: ../tags/1.8.3/post-widget.php:127
603
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:120
604
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:120
605
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:120
606
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:136
607
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:141
608
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:128
609
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:147
610
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:143
611
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:143
612
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:143
613
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:127
614
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:143
615
+ #: ../tags/1.8.4/trunk/post-widget.php:133 ../tags/1.8.5/post-widget.php:133
616
+ #: ../tags/1.8.6/post-widget.php:133 ../tags/1.8/post-widget.php:143
617
+ #: ../tags/1.9.2/post-widget.php:137 ../tags/1.9.3/post-widget.php:137
618
+ #: ../tags/1.9.4/post-widget.php:148 ../tags/1.9.5/post-widget.php:148
619
+ #: ../tags/1.9.6/post-widget.php:151 ../tags/1.9.7/post-widget.php:175
620
+ #: ../tags/1.9.8/post-widget.php:179 ../tags/1.9/post-widget.php:137
621
+ #: ../tags/2.0.1/post-widget.php:169 ../tags/2.0.2/post-widget.php:169
622
+ #: ../tags/2.0/post-widget.php:168 ../tags/2.3.1/post-widget.php:169
623
+ #: ../tags/2.3.2/post-widget.php:169 ../tags/2.3.3/post-widget.php:169
624
+ #: ../tags/2.3.4/post-widget.php:169 ../tags/2.3.5/post-widget.php:174
625
+ #: ../tags/2.3/post-widget.php:169 ../tags/2.4.1/post-widget.php:174
626
+ #: ../tags/2.4.2/post-widget.php:174 ../tags/2.4.3/post-widget.php:174
627
+ #: ../tags/2.4.5/post-widget.php:174 ../tags/2.5/post-widget.php:152
628
+ #: ../trunk/post-widget.php:156 post-widget.php:156
629
  msgid "Custom field deleted."
630
  msgstr "Det anpassade fältet är borttaget."
631
 
632
+ # @ custom-post-widget
633
+ #: ../tags/1.0/custom-post-widget.php:121
634
+ #: ../tags/1.1.1/custom-post-widget.php:121
635
+ #: ../tags/1.1/custom-post-widget.php:121
636
+ #: ../tags/1.2.1/custom-post-widget.php:137
637
+ #: ../tags/1.2/custom-post-widget.php:142 ../tags/1.4/post-widget.php:129
638
+ #: ../tags/1.5/post-widget.php:148 ../tags/1.6/post-widget.php:144
639
+ #: ../tags/1.7/post-widget.php:144 ../tags/1.8.1/post-widget.php:144
640
+ #: ../tags/1.8.3/post-widget.php:128
641
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:121
642
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:121
643
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:121
644
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:137
645
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:142
646
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:129
647
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:148
648
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:144
649
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:144
650
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:144
651
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:128
652
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:144
653
+ #: ../tags/1.8.4/trunk/post-widget.php:131
654
+ #: ../tags/1.8.4/trunk/post-widget.php:134 ../tags/1.8.5/post-widget.php:131
655
+ #: ../tags/1.8.5/post-widget.php:134 ../tags/1.8.6/post-widget.php:131
656
+ #: ../tags/1.8.6/post-widget.php:134 ../tags/1.8/post-widget.php:144
657
+ #: ../tags/1.9.2/post-widget.php:135 ../tags/1.9.2/post-widget.php:138
658
+ #: ../tags/1.9.3/post-widget.php:135 ../tags/1.9.3/post-widget.php:138
659
+ #: ../tags/1.9.4/post-widget.php:146 ../tags/1.9.4/post-widget.php:149
660
+ #: ../tags/1.9.5/post-widget.php:146 ../tags/1.9.5/post-widget.php:149
661
+ #: ../tags/1.9.6/post-widget.php:149 ../tags/1.9.6/post-widget.php:152
662
+ #: ../tags/1.9.7/post-widget.php:173 ../tags/1.9.7/post-widget.php:176
663
+ #: ../tags/1.9.8/post-widget.php:177 ../tags/1.9.8/post-widget.php:180
664
+ #: ../tags/1.9/post-widget.php:135 ../tags/1.9/post-widget.php:138
665
+ #: ../tags/2.0.1/post-widget.php:167 ../tags/2.0.1/post-widget.php:170
666
+ #: ../tags/2.0.2/post-widget.php:167 ../tags/2.0.2/post-widget.php:170
667
+ #: ../tags/2.0/post-widget.php:166 ../tags/2.0/post-widget.php:169
668
+ #: ../tags/2.3.1/post-widget.php:167 ../tags/2.3.1/post-widget.php:170
669
+ #: ../tags/2.3.2/post-widget.php:167 ../tags/2.3.2/post-widget.php:170
670
+ #: ../tags/2.3.3/post-widget.php:167 ../tags/2.3.3/post-widget.php:170
671
+ #: ../tags/2.3.4/post-widget.php:167 ../tags/2.3.4/post-widget.php:170
672
+ #: ../tags/2.3.5/post-widget.php:172 ../tags/2.3.5/post-widget.php:175
673
+ #: ../tags/2.3/post-widget.php:167 ../tags/2.3/post-widget.php:170
674
+ #: ../tags/2.4.1/post-widget.php:172 ../tags/2.4.1/post-widget.php:175
675
+ #: ../tags/2.4.2/post-widget.php:172 ../tags/2.4.2/post-widget.php:175
676
+ #: ../tags/2.4.3/post-widget.php:172 ../tags/2.4.3/post-widget.php:175
677
+ #: ../tags/2.4.5/post-widget.php:172 ../tags/2.4.5/post-widget.php:175
678
+ #: ../tags/2.5/post-widget.php:150 ../tags/2.5/post-widget.php:153
679
+ #: ../trunk/post-widget.php:154 ../trunk/post-widget.php:157
680
+ #: post-widget.php:154 post-widget.php:157
681
+ msgid "Content Block updated."
682
+ msgstr "Innehållsblocket är uppdaterat."
683
+
684
+ # @ custom-post-widget
685
+ #: ../tags/1.0/custom-post-widget.php:122
686
+ #: ../tags/1.1.1/custom-post-widget.php:122
687
+ #: ../tags/1.1/custom-post-widget.php:122
688
+ #: ../tags/1.2.1/custom-post-widget.php:138
689
+ #: ../tags/1.2/custom-post-widget.php:143 ../tags/1.4/post-widget.php:130
690
+ #: ../tags/1.5/post-widget.php:149 ../tags/1.6/post-widget.php:145
691
+ #: ../tags/1.7/post-widget.php:145 ../tags/1.8.1/post-widget.php:145
692
+ #: ../tags/1.8.3/post-widget.php:129
693
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:122
694
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:122
695
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:122
696
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:138
697
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:143
698
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:130
699
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:149
700
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:145
701
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:145
702
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:145
703
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:129
704
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:145
705
+ #: ../tags/1.8.4/trunk/post-widget.php:135 ../tags/1.8.5/post-widget.php:135
706
+ #: ../tags/1.8.6/post-widget.php:135 ../tags/1.8/post-widget.php:145
707
+ #: ../tags/1.9.2/post-widget.php:139 ../tags/1.9.3/post-widget.php:139
708
+ #: ../tags/1.9.4/post-widget.php:150 ../tags/1.9.5/post-widget.php:150
709
+ #: ../tags/1.9.6/post-widget.php:153 ../tags/1.9.7/post-widget.php:177
710
+ #: ../tags/1.9.8/post-widget.php:181 ../tags/1.9/post-widget.php:139
711
+ #: ../tags/2.0.1/post-widget.php:171 ../tags/2.0.2/post-widget.php:171
712
+ #: ../tags/2.0/post-widget.php:170 ../tags/2.3.1/post-widget.php:171
713
+ #: ../tags/2.3.2/post-widget.php:171 ../tags/2.3.3/post-widget.php:171
714
+ #: ../tags/2.3.4/post-widget.php:171 ../tags/2.3.5/post-widget.php:176
715
+ #: ../tags/2.3/post-widget.php:171 ../tags/2.4.1/post-widget.php:176
716
+ #: ../tags/2.4.2/post-widget.php:176 ../tags/2.4.3/post-widget.php:176
717
+ #: ../tags/2.4.5/post-widget.php:176 ../tags/2.5/post-widget.php:154
718
+ #: ../trunk/post-widget.php:158 post-widget.php:158
719
  #, php-format
 
720
  msgid "Content Block restored to revision from %s"
721
  msgstr "Innehållsblocket är återställt från en tidigare sparad version från %s"
722
 
723
+ #: ../tags/1.0/custom-post-widget.php:123
724
+ #: ../tags/1.1.1/custom-post-widget.php:123
725
+ #: ../tags/1.1/custom-post-widget.php:123
726
+ #: ../tags/1.2.1/custom-post-widget.php:139
727
+ #: ../tags/1.2/custom-post-widget.php:144 ../tags/1.4/post-widget.php:131
728
+ #: ../tags/1.5/post-widget.php:150 ../tags/1.6/post-widget.php:146
729
+ #: ../tags/1.7/post-widget.php:146 ../tags/1.8.1/post-widget.php:146
730
+ #: ../tags/1.8.3/post-widget.php:130
731
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:123
732
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:123
733
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:123
734
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:139
735
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:144
736
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:131
737
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:150
738
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:146
739
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:146
740
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:146
741
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:130
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
749
+ #: ../tags/1.1.1/custom-post-widget.php:124
750
+ #: ../tags/1.1/custom-post-widget.php:124
751
+ #: ../tags/1.2.1/custom-post-widget.php:140
752
+ #: ../tags/1.2/custom-post-widget.php:145 ../tags/1.4/post-widget.php:132
753
+ #: ../tags/1.5/post-widget.php:151 ../tags/1.6/post-widget.php:147
754
+ #: ../tags/1.7/post-widget.php:147 ../tags/1.8.1/post-widget.php:147
755
+ #: ../tags/1.8.3/post-widget.php:131
756
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:124
757
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:124
758
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:124
759
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:140
760
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:145
761
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:132
762
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:151
763
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:147
764
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:147
765
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:147
766
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:131
767
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:147
768
+ #: ../tags/1.8.4/trunk/post-widget.php:137 ../tags/1.8.5/post-widget.php:137
769
+ #: ../tags/1.8.6/post-widget.php:137 ../tags/1.8/post-widget.php:147
770
+ #: ../tags/1.9.2/post-widget.php:141 ../tags/1.9.3/post-widget.php:141
771
+ #: ../tags/1.9.4/post-widget.php:152 ../tags/1.9.5/post-widget.php:152
772
+ #: ../tags/1.9.6/post-widget.php:155 ../tags/1.9.7/post-widget.php:179
773
+ #: ../tags/1.9.8/post-widget.php:183 ../tags/1.9/post-widget.php:141
774
+ #: ../tags/2.0.1/post-widget.php:173 ../tags/2.0.2/post-widget.php:173
775
+ #: ../tags/2.0/post-widget.php:172 ../tags/2.3.1/post-widget.php:173
776
+ #: ../tags/2.3.2/post-widget.php:173 ../tags/2.3.3/post-widget.php:173
777
+ #: ../tags/2.3.4/post-widget.php:173 ../tags/2.3.5/post-widget.php:178
778
+ #: ../tags/2.3/post-widget.php:173 ../tags/2.4.1/post-widget.php:178
779
+ #: ../tags/2.4.2/post-widget.php:178 ../tags/2.4.3/post-widget.php:178
780
+ #: ../tags/2.4.5/post-widget.php:178 ../tags/2.5/post-widget.php:156
781
+ #: ../trunk/post-widget.php:160 post-widget.php:160
782
+ msgid "Block saved."
783
+ msgstr "Blocket är sparat."
784
+
785
+ #: ../tags/1.0/custom-post-widget.php:125
786
+ #: ../tags/1.1.1/custom-post-widget.php:125
787
+ #: ../tags/1.1/custom-post-widget.php:125
788
+ #: ../tags/1.2.1/custom-post-widget.php:141
789
+ #: ../tags/1.2/custom-post-widget.php:146 ../tags/1.4/post-widget.php:133
790
+ #: ../tags/1.5/post-widget.php:152 ../tags/1.6/post-widget.php:148
791
+ #: ../tags/1.7/post-widget.php:148 ../tags/1.8.1/post-widget.php:148
792
+ #: ../tags/1.8.3/post-widget.php:132
793
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:125
794
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:125
795
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:125
796
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:141
797
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:146
798
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:133
799
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:152
800
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:148
801
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:148
802
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:148
803
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:132
804
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:148 ../tags/1.8/post-widget.php:148
805
+ #, php-format
806
+ 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
813
+ #: ../tags/1.1/custom-post-widget.php:126
814
+ #: ../tags/1.2.1/custom-post-widget.php:142
815
+ #: ../tags/1.2/custom-post-widget.php:147 ../tags/1.4/post-widget.php:134
816
+ #: ../tags/1.5/post-widget.php:153 ../tags/1.6/post-widget.php:149
817
+ #: ../tags/1.7/post-widget.php:149 ../tags/1.8.1/post-widget.php:149
818
+ #: ../tags/1.8.3/post-widget.php:133
819
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:126
820
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:126
821
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:126
822
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:142
823
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:147
824
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:134
825
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:153
826
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:149
827
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:149
828
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:149
829
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:133
830
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:149 ../tags/1.8/post-widget.php:149
831
+ #, php-format
832
+ 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
839
+ #: ../tags/1.1.1/custom-post-widget.php:127
840
+ #: ../tags/1.1/custom-post-widget.php:127
841
+ #: ../tags/1.2.1/custom-post-widget.php:143
842
+ #: ../tags/1.2/custom-post-widget.php:148 ../tags/1.4/post-widget.php:135
843
+ #: ../tags/1.5/post-widget.php:154 ../tags/1.6/post-widget.php:150
844
+ #: ../tags/1.7/post-widget.php:149 ../tags/1.8.1/post-widget.php:149
845
+ #: ../tags/1.8.3/post-widget.php:133
846
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:127
847
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:127
848
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:127
849
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:143
850
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:148
851
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:135
852
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:154
853
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:150
854
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:149
855
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:149
856
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:133
857
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:149
858
+ #: ../tags/1.8.4/trunk/post-widget.php:139 ../tags/1.8.5/post-widget.php:139
859
+ #: ../tags/1.8.6/post-widget.php:139 ../tags/1.8/post-widget.php:149
860
+ #: ../tags/1.9.2/post-widget.php:143 ../tags/1.9.3/post-widget.php:143
861
+ #: ../tags/1.9.4/post-widget.php:154 ../tags/1.9.5/post-widget.php:154
862
+ #: ../tags/1.9.6/post-widget.php:157 ../tags/1.9.7/post-widget.php:181
863
+ #: ../tags/1.9.8/post-widget.php:185 ../tags/1.9/post-widget.php:143
864
+ #: ../tags/2.0.1/post-widget.php:175 ../tags/2.0.2/post-widget.php:175
865
+ #: ../tags/2.0/post-widget.php:174 ../tags/2.3.1/post-widget.php:175
866
+ #: ../tags/2.3.2/post-widget.php:175 ../tags/2.3.3/post-widget.php:175
867
+ #: ../tags/2.3.4/post-widget.php:175 ../tags/2.3.5/post-widget.php:180
868
+ #: ../tags/2.3/post-widget.php:175 ../tags/2.4.1/post-widget.php:180
869
+ #: ../tags/2.4.2/post-widget.php:180 ../tags/2.4.3/post-widget.php:180
870
+ #: ../tags/2.4.5/post-widget.php:180 ../tags/2.5/post-widget.php:158
871
+ #: ../trunk/post-widget.php:162 post-widget.php:162
872
+ msgid "M j, Y @ G:i"
873
+ msgstr "Y-M-J @ H:i"
874
+
875
+ #: ../tags/1.0/custom-post-widget.php:128
876
+ #: ../tags/1.1.1/custom-post-widget.php:128
877
+ #: ../tags/1.1/custom-post-widget.php:128
878
+ #: ../tags/1.2.1/custom-post-widget.php:144
879
+ #: ../tags/1.2/custom-post-widget.php:149 ../tags/1.4/post-widget.php:136
880
+ #: ../tags/1.5/post-widget.php:155 ../tags/1.6/post-widget.php:151
881
+ #: ../tags/1.7/post-widget.php:150 ../tags/1.8.1/post-widget.php:150
882
+ #: ../tags/1.8.3/post-widget.php:134
883
+ #: ../tags/1.8.4/tags/1.0/custom-post-widget.php:128
884
+ #: ../tags/1.8.4/tags/1.1.1/custom-post-widget.php:128
885
+ #: ../tags/1.8.4/tags/1.1/custom-post-widget.php:128
886
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:144
887
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:149
888
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:136
889
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:155
890
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:151
891
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:150
892
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:150
893
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:134
894
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:150 ../tags/1.8/post-widget.php:150
895
+ #, php-format
896
+ 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
903
+ #: ../tags/1.2/custom-post-widget.php:54 ../tags/1.4/post-widget.php:42
904
+ #: ../tags/1.5/post-widget.php:42 ../tags/1.6/post-widget.php:42
905
+ #: ../tags/1.7/post-widget.php:42 ../tags/1.8.1/post-widget.php:42
906
+ #: ../tags/1.8.3/post-widget.php:36
907
+ #: ../tags/1.8.4/tags/1.2.1/custom-post-widget.php:49
908
+ #: ../tags/1.8.4/tags/1.2/custom-post-widget.php:54
909
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:42
910
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:42
911
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:42
912
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:42
913
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:42
914
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:36
915
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:42
916
+ #: ../tags/1.8.4/trunk/post-widget.php:45 ../tags/1.8.5/post-widget.php:45
917
+ #: ../tags/1.8.6/post-widget.php:45 ../tags/1.8/post-widget.php:42
918
+ #: ../tags/1.9.2/post-widget.php:45 ../tags/1.9.3/post-widget.php:45
919
+ #: ../tags/1.9.4/post-widget.php:47 ../tags/1.9.5/post-widget.php:47
920
+ #: ../tags/1.9.6/post-widget.php:50 ../tags/1.9.7/post-widget.php:56
921
+ #: ../tags/1.9.8/post-widget.php:56 ../tags/1.9/post-widget.php:45
922
+ #: ../tags/2.0.1/post-widget.php:58 ../tags/2.0.2/post-widget.php:58
923
+ #: ../tags/2.0/post-widget.php:58 ../tags/2.3.1/post-widget.php:58
924
+ #: ../tags/2.3.2/post-widget.php:58 ../tags/2.3.3/post-widget.php:58
925
+ #: ../tags/2.3.4/post-widget.php:58 ../tags/2.3.5/post-widget.php:58
926
+ #: ../tags/2.3/post-widget.php:58 ../tags/2.4.1/post-widget.php:58
927
+ #: ../tags/2.4.2/post-widget.php:58 ../tags/2.4.3/post-widget.php:58
928
+ #: ../tags/2.4.5/post-widget.php:58 ../tags/2.5/post-widget.php:58
929
+ #: ../trunk/post-widget.php:58 post-widget.php:58
930
+ msgid "Show Post Title"
931
+ msgstr "Visa inläggets rubrik"
932
+
933
+ # @ custom-post-widget
934
+ #: ../tags/1.4/post-widget.php:31 ../tags/1.5/post-widget.php:31
935
+ #: ../tags/1.6/post-widget.php:31 ../tags/1.7/post-widget.php:31
936
+ #: ../tags/1.8.1/popup.php:38 ../tags/1.8.1/post-widget.php:31
937
+ #: ../tags/1.8.3/popup.php:43 ../tags/1.8.3/post-widget.php:27
938
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:31
939
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:31
940
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:31
941
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:31
942
+ #: ../tags/1.8.4/tags/1.8.1/popup.php:38
943
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:31
944
+ #: ../tags/1.8.4/tags/1.8.3/popup.php:43
945
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:27
946
+ #: ../tags/1.8.4/tags/1.8/popup.php:38
947
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:31 ../tags/1.8.4/trunk/popup.php:43
948
+ #: ../tags/1.8.4/trunk/post-widget.php:27 ../tags/1.8.5/popup.php:43
949
+ #: ../tags/1.8.5/post-widget.php:27 ../tags/1.8.6/popup.php:43
950
+ #: ../tags/1.8.6/post-widget.php:27 ../tags/1.8/popup.php:38
951
+ #: ../tags/1.8/post-widget.php:31 ../tags/1.9.2/popup.php:43
952
+ #: ../tags/1.9.2/post-widget.php:27 ../tags/1.9.3/popup.php:43
953
+ #: ../tags/1.9.3/post-widget.php:27 ../tags/1.9.4/popup.php:43
954
+ #: ../tags/1.9.4/post-widget.php:29 ../tags/1.9.5/popup.php:43
955
+ #: ../tags/1.9.5/post-widget.php:29 ../tags/1.9.6/popup.php:43
956
+ #: ../tags/1.9.6/post-widget.php:32 ../tags/1.9.7/popup.php:43
957
+ #: ../tags/1.9.7/post-widget.php:38 ../tags/1.9.8/popup.php:47
958
+ #: ../tags/1.9.8/post-widget.php:38 ../tags/1.9/popup.php:43
959
+ #: ../tags/1.9/post-widget.php:27 ../tags/2.0.1/popup.php:37
960
+ #: ../tags/2.0.1/post-widget.php:41 ../tags/2.0.2/popup.php:37
961
+ #: ../tags/2.0.2/post-widget.php:41 ../tags/2.0/popup.php:37
962
+ #: ../tags/2.0/post-widget.php:41 ../tags/2.3.1/popup.php:37
963
+ #: ../tags/2.3.1/post-widget.php:41 ../tags/2.3.2/popup.php:37
964
+ #: ../tags/2.3.2/post-widget.php:41 ../tags/2.3.3/popup.php:37
965
+ #: ../tags/2.3.3/post-widget.php:41 ../tags/2.3.4/popup.php:37
966
+ #: ../tags/2.3.4/post-widget.php:41 ../tags/2.3.5/popup.php:37
967
+ #: ../tags/2.3.5/post-widget.php:41 ../tags/2.3/popup.php:37
968
+ #: ../tags/2.3/post-widget.php:41 ../tags/2.4.1/popup.php:37
969
+ #: ../tags/2.4.1/post-widget.php:41 ../tags/2.4.2/popup.php:37
970
+ #: ../tags/2.4.2/post-widget.php:41 ../tags/2.4.3/popup.php:37
971
+ #: ../tags/2.4.3/post-widget.php:41 ../tags/2.4.5/popup.php:40
972
+ #: ../tags/2.4.5/post-widget.php:41 ../tags/2.5/popup.php:57
973
+ #: ../tags/2.5/post-widget.php:41 ../trunk/popup.php:58
974
+ #: ../trunk/post-widget.php:41 popup.php:58 post-widget.php:41
975
+ msgid "No content blocks available"
976
+ msgstr "Det finns inget innehållsblock tillgängligt"
977
+
978
+ # @ custom-post-widget
979
+ #: ../tags/1.4/post-widget.php:61 ../tags/1.5/post-widget.php:61
980
+ #: ../tags/1.6/post-widget.php:61 ../tags/1.7/post-widget.php:61
981
+ #: ../tags/1.8.1/post-widget.php:61 ../tags/1.8.3/post-widget.php:50
982
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:61
983
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:61
984
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:61
985
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:61
986
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:61
987
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:50
988
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:61
989
+ #: ../tags/1.8.4/trunk/post-widget.php:58 ../tags/1.8.5/post-widget.php:58
990
+ #: ../tags/1.8.6/post-widget.php:58 ../tags/1.8/post-widget.php:61
991
+ #: ../tags/1.9.2/post-widget.php:58 ../tags/1.9.3/post-widget.php:58
992
+ #: ../tags/1.9.4/post-widget.php:66 ../tags/1.9.5/post-widget.php:66
993
+ #: ../tags/1.9.6/post-widget.php:69 ../tags/1.9.7/post-widget.php:81
994
+ #: ../tags/1.9.8/post-widget.php:81 ../tags/1.9/post-widget.php:58
995
+ #: ../tags/2.0.1/post-widget.php:84 ../tags/2.0.2/post-widget.php:84
996
+ #: ../tags/2.0/post-widget.php:83 ../tags/2.3.1/post-widget.php:84
997
+ #: ../tags/2.3.2/post-widget.php:84 ../tags/2.3.3/post-widget.php:84
998
+ #: ../tags/2.3.4/post-widget.php:84 ../tags/2.3.5/post-widget.php:84
999
+ #: ../tags/2.3/post-widget.php:84 ../tags/2.4.1/post-widget.php:84
1000
+ #: ../tags/2.4.2/post-widget.php:84 ../tags/2.4.3/post-widget.php:84
1001
+ #: ../tags/2.4.5/post-widget.php:84 ../tags/2.5/post-widget.php:84
1002
+ #: ../trunk/post-widget.php:84 post-widget.php:84
1003
+ msgid "Find"
1004
+ msgstr "Hitta"
1005
+
1006
+ # @ custom-post-widget
1007
+ #: ../tags/1.4/post-widget.php:93 ../tags/1.5/post-widget.php:93
1008
+ #: ../tags/1.6/post-widget.php:90 ../tags/1.7/post-widget.php:90
1009
+ #: ../tags/1.8.1/post-widget.php:90 ../tags/1.8.3/post-widget.php:76
1010
+ #: ../tags/1.8.4/tags/1.4/post-widget.php:93
1011
+ #: ../tags/1.8.4/tags/1.5/post-widget.php:93
1012
+ #: ../tags/1.8.4/tags/1.6/post-widget.php:90
1013
+ #: ../tags/1.8.4/tags/1.7/post-widget.php:90
1014
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:90
1015
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:76
1016
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:90
1017
+ #: ../tags/1.8.4/trunk/post-widget.php:81 ../tags/1.8.5/post-widget.php:81
1018
+ #: ../tags/1.8.6/post-widget.php:81 ../tags/1.8/post-widget.php:90
1019
+ #: ../tags/1.9.2/post-widget.php:85 ../tags/1.9.4/post-widget.php:96
1020
+ #: ../tags/1.9.5/post-widget.php:96 ../tags/1.9.6/post-widget.php:99
1021
+ #: ../tags/1.9.7/post-widget.php:123 ../tags/1.9.8/post-widget.php:127
1022
+ #: ../tags/1.9/post-widget.php:85 ../tags/2.0.1/post-widget.php:117
1023
+ #: ../tags/2.0.2/post-widget.php:117 ../tags/2.0/post-widget.php:116
1024
+ #: ../tags/2.3.1/post-widget.php:117 ../tags/2.3.2/post-widget.php:117
1025
+ #: ../tags/2.3.3/post-widget.php:117 ../tags/2.3.4/post-widget.php:117
1026
+ #: ../tags/2.3.5/post-widget.php:122 ../tags/2.3/post-widget.php:117
1027
+ #: ../tags/2.4.1/post-widget.php:122 ../tags/2.4.2/post-widget.php:122
1028
+ #: ../tags/2.4.3/post-widget.php:122 ../tags/2.4.5/post-widget.php:122
1029
+ #: ../tags/2.5/post-widget.php:120 ../trunk/post-widget.php:123
1030
+ #: post-widget.php:123
1031
+ msgctxt "post type plural name"
1032
+ msgid "Content Blocks"
1033
+ msgstr "Innehållsblock"
1034
+
1035
+ # @ custom-post-widget
1036
+ #: ../tags/1.8.1/popup.php:9 ../tags/1.8.3/popup.php:9
1037
+ #: ../tags/1.8.4/tags/1.8.1/popup.php:9 ../tags/1.8.4/tags/1.8.3/popup.php:9
1038
+ #: ../tags/1.8.4/tags/1.8/popup.php:9 ../tags/1.8.4/trunk/popup.php:9
1039
+ #: ../tags/1.8.5/popup.php:9 ../tags/1.8.6/popup.php:9 ../tags/1.8/popup.php:9
1040
+ #: ../tags/1.9.2/popup.php:9 ../tags/1.9.3/popup.php:9
1041
+ #: ../tags/1.9.4/popup.php:9 ../tags/1.9.5/popup.php:9
1042
+ #: ../tags/1.9.6/popup.php:9 ../tags/1.9.7/popup.php:9
1043
+ #: ../tags/1.9.8/popup.php:9 ../tags/1.9/popup.php:9 ../tags/2.0.1/popup.php:9
1044
+ #: ../tags/2.0.2/popup.php:9 ../tags/2.0/popup.php:9 ../tags/2.3.1/popup.php:9
1045
+ #: ../tags/2.3.2/popup.php:9 ../tags/2.3.3/popup.php:9
1046
+ #: ../tags/2.3.4/popup.php:9 ../tags/2.3.5/popup.php:9 ../tags/2.3/popup.php:9
1047
+ #: ../tags/2.4.1/popup.php:9 ../tags/2.4.2/popup.php:9
1048
+ #: ../tags/2.4.3/popup.php:9 ../tags/2.4.5/popup.php:12
1049
+ #: ../tags/2.5/popup.php:30 ../trunk/popup.php:31 popup.php:31
1050
+ msgid "Please select a Content Block"
1051
+ msgstr "Välj ett innehållsblock"
1052
+
1053
+ # @ custom-post-widget
1054
+ #: ../tags/1.8.1/popup.php:22 ../tags/1.8.3/popup.php:22
1055
+ #: ../tags/1.8.3/popup.php:48 ../tags/1.8.4/tags/1.8.1/popup.php:22
1056
+ #: ../tags/1.8.4/tags/1.8.3/popup.php:22 ../tags/1.8.4/tags/1.8.3/popup.php:48
1057
+ #: ../tags/1.8.4/tags/1.8/popup.php:22 ../tags/1.8.4/trunk/popup.php:22
1058
+ #: ../tags/1.8.4/trunk/popup.php:48 ../tags/1.8.5/popup.php:22
1059
+ #: ../tags/1.8.5/popup.php:48 ../tags/1.8.6/popup.php:22
1060
+ #: ../tags/1.8.6/popup.php:48 ../tags/1.8/popup.php:22
1061
+ #: ../tags/1.9.2/popup.php:22 ../tags/1.9.2/popup.php:48
1062
+ #: ../tags/1.9.3/popup.php:22 ../tags/1.9.3/popup.php:48
1063
+ #: ../tags/1.9.4/popup.php:22 ../tags/1.9.4/popup.php:48
1064
+ #: ../tags/1.9.5/popup.php:22 ../tags/1.9.5/popup.php:48
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
+
1087
+ # @ custom-post-widget
1088
+ #: ../tags/1.8.1/popup.php:23 ../tags/1.8.3/popup.php:25
1089
+ #: ../tags/1.8.4/tags/1.8.1/popup.php:23 ../tags/1.8.4/tags/1.8.3/popup.php:25
1090
+ #: ../tags/1.8.4/tags/1.8/popup.php:23 ../tags/1.8.4/trunk/popup.php:25
1091
+ #: ../tags/1.8.5/popup.php:25 ../tags/1.8.6/popup.php:25
1092
+ #: ../tags/1.8/popup.php:23 ../tags/1.9.2/popup.php:25
1093
+ #: ../tags/1.9.3/popup.php:25 ../tags/1.9.4/popup.php:25
1094
+ #: ../tags/1.9.5/popup.php:25 ../tags/1.9.6/popup.php:25
1095
+ #: ../tags/1.9.7/popup.php:25 ../tags/1.9.8/popup.php:25
1096
+ #: ../tags/1.9/popup.php:25 ../tags/2.0.1/popup.php:22
1097
+ #: ../tags/2.0.2/popup.php:22 ../tags/2.0/popup.php:22
1098
+ #: ../tags/2.3.1/popup.php:22 ../tags/2.3.2/popup.php:22
1099
+ #: ../tags/2.3.3/popup.php:22 ../tags/2.3.4/popup.php:22
1100
+ #: ../tags/2.3.5/popup.php:22 ../tags/2.3/popup.php:22
1101
+ #: ../tags/2.4.1/popup.php:22 ../tags/2.4.2/popup.php:22
1102
+ #: ../tags/2.4.3/popup.php:22 ../tags/2.4.5/popup.php:25
1103
+ #: ../tags/2.5/popup.php:42 ../trunk/popup.php:43 popup.php:43
1104
+ msgid "Select a Content Block below to add it to your post or page."
1105
+ msgstr ""
1106
+ "Välj ett innehållsblock nedan för att lägga till det på din sida eller "
1107
+ "inlägg."
1108
+
1109
+ # @ custom-post-widget
1110
+ #: ../tags/1.8.1/popup.php:27 ../tags/1.8.3/popup.php:31
1111
+ #: ../tags/1.8.4/tags/1.8.1/popup.php:27 ../tags/1.8.4/tags/1.8.3/popup.php:31
1112
+ #: ../tags/1.8.4/tags/1.8/popup.php:27 ../tags/1.8.4/trunk/popup.php:31
1113
+ #: ../tags/1.8.5/popup.php:31 ../tags/1.8.6/popup.php:31
1114
+ #: ../tags/1.8/popup.php:27 ../tags/1.9.2/popup.php:31
1115
+ #: ../tags/1.9.3/popup.php:31 ../tags/1.9.4/popup.php:31
1116
+ #: ../tags/1.9.5/popup.php:31 ../tags/1.9.6/popup.php:31
1117
+ #: ../tags/1.9.7/popup.php:31 ../tags/1.9.8/popup.php:31
1118
+ #: ../tags/1.9/popup.php:31 ../tags/2.0.1/popup.php:27
1119
+ #: ../tags/2.0.2/popup.php:27 ../tags/2.0/popup.php:27
1120
+ #: ../tags/2.3.1/popup.php:27 ../tags/2.3.2/popup.php:27
1121
+ #: ../tags/2.3.3/popup.php:27 ../tags/2.3.4/popup.php:27
1122
+ #: ../tags/2.3.5/popup.php:27 ../tags/2.3/popup.php:27
1123
+ #: ../tags/2.4.1/popup.php:27 ../tags/2.4.2/popup.php:27
1124
+ #: ../tags/2.4.3/popup.php:27 ../tags/2.4.5/popup.php:30
1125
+ #: ../tags/2.5/popup.php:47 ../trunk/popup.php:48 popup.php:48
1126
+ msgid "Select a Content Block"
1127
+ msgstr "Välj ett innehållsblock"
1128
+
1129
+ #: ../tags/1.8.1/popup.php:45 ../tags/1.8.3/popup.php:50
1130
+ #: ../tags/1.8.4/tags/1.8.1/popup.php:45 ../tags/1.8.4/tags/1.8.3/popup.php:50
1131
+ #: ../tags/1.8.4/tags/1.8/popup.php:45 ../tags/1.8.4/trunk/popup.php:50
1132
+ #: ../tags/1.8.5/popup.php:50 ../tags/1.8.6/popup.php:50
1133
+ #: ../tags/1.8/popup.php:45 ../tags/1.9.2/popup.php:50
1134
+ #: ../tags/1.9.3/popup.php:50 ../tags/1.9.4/popup.php:50
1135
+ #: ../tags/1.9.5/popup.php:50 ../tags/1.9.6/popup.php:50
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
1143
+ #: ../tags/1.8.3/post-widget.php:169 ../tags/1.8.3/post-widget.php:170
1144
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:186
1145
+ #: ../tags/1.8.4/tags/1.8.1/post-widget.php:187
1146
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:169
1147
+ #: ../tags/1.8.4/tags/1.8.3/post-widget.php:170
1148
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:186
1149
+ #: ../tags/1.8.4/tags/1.8/post-widget.php:187
1150
+ #: ../tags/1.8.4/trunk/post-widget.php:175
1151
+ #: ../tags/1.8.4/trunk/post-widget.php:176 ../tags/1.8.5/post-widget.php:175
1152
+ #: ../tags/1.8.5/post-widget.php:176 ../tags/1.8.6/post-widget.php:175
1153
+ #: ../tags/1.8.6/post-widget.php:176 ../tags/1.8/post-widget.php:186
1154
+ #: ../tags/1.8/post-widget.php:187 ../tags/1.9.2/post-widget.php:180
1155
+ #: ../tags/1.9.2/post-widget.php:181 ../tags/1.9.3/post-widget.php:86
1156
+ #: ../tags/1.9.3/post-widget.php:180 ../tags/1.9.3/post-widget.php:181
1157
+ #: ../tags/1.9.4/post-widget.php:191 ../tags/1.9.4/post-widget.php:192
1158
+ #: ../tags/1.9.5/post-widget.php:191 ../tags/1.9.5/post-widget.php:192
1159
+ #: ../tags/1.9.6/post-widget.php:194 ../tags/1.9.6/post-widget.php:195
1160
+ #: ../tags/1.9.7/post-widget.php:218 ../tags/1.9.7/post-widget.php:219
1161
+ #: ../tags/1.9.8/post-widget.php:222 ../tags/1.9.8/post-widget.php:223
1162
+ #: ../tags/1.9/post-widget.php:180 ../tags/1.9/post-widget.php:181
1163
+ #: ../tags/2.0.1/post-widget.php:223 ../tags/2.0.1/post-widget.php:224
1164
+ #: ../tags/2.0.2/post-widget.php:223 ../tags/2.0.2/post-widget.php:224
1165
+ #: ../tags/2.0/post-widget.php:222 ../tags/2.0/post-widget.php:223
1166
+ #: ../tags/2.3.1/post-widget.php:223 ../tags/2.3.1/post-widget.php:224
1167
+ #: ../tags/2.3.2/post-widget.php:223 ../tags/2.3.2/post-widget.php:224
1168
+ #: ../tags/2.3.3/post-widget.php:223 ../tags/2.3.3/post-widget.php:224
1169
+ #: ../tags/2.3.4/post-widget.php:223 ../tags/2.3.4/post-widget.php:224
1170
+ #: ../tags/2.3.5/post-widget.php:228 ../tags/2.3.5/post-widget.php:229
1171
+ #: ../tags/2.3/post-widget.php:223 ../tags/2.3/post-widget.php:224
1172
+ #: ../tags/2.4.1/post-widget.php:228 ../tags/2.4.1/post-widget.php:229
1173
+ #: ../tags/2.4.2/post-widget.php:228 ../tags/2.4.2/post-widget.php:229
1174
+ #: ../tags/2.4.3/post-widget.php:228 ../tags/2.4.3/post-widget.php:229
1175
+ #: ../tags/2.4.5/post-widget.php:228 ../tags/2.4.5/post-widget.php:229
1176
+ #: ../tags/2.5/popup.php:17 ../tags/2.5/popup.php:18 ../trunk/popup.php:17
1177
+ #: ../trunk/popup.php:18 popup.php:17 popup.php:18
1178
+ msgid "Add Content Block"
1179
+ msgstr "Lägg till innehållsblock"
1180
+
1181
+ # @ custom-post-widget
1182
+ #: ../tags/1.8.4/trunk/post-widget.php:131 ../tags/1.8.5/post-widget.php:131
1183
+ #: ../tags/1.8.6/post-widget.php:131 ../tags/1.9.2/post-widget.php:135
1184
+ #: ../tags/1.9.3/post-widget.php:135 ../tags/1.9.4/post-widget.php:146
1185
+ #: ../tags/1.9.5/post-widget.php:146 ../tags/1.9.6/post-widget.php:149
1186
+ #: ../tags/1.9.7/post-widget.php:173 ../tags/1.9.8/post-widget.php:177
1187
+ #: ../tags/1.9/post-widget.php:135 ../tags/2.0.1/post-widget.php:167
1188
+ #: ../tags/2.0.2/post-widget.php:167 ../tags/2.0/post-widget.php:166
1189
+ #: ../tags/2.3.1/post-widget.php:167 ../tags/2.3.2/post-widget.php:167
1190
+ #: ../tags/2.3.3/post-widget.php:167 ../tags/2.3.4/post-widget.php:167
1191
+ #: ../tags/2.3.5/post-widget.php:172 ../tags/2.3/post-widget.php:167
1192
+ #: ../tags/2.4.1/post-widget.php:172 ../tags/2.4.2/post-widget.php:172
1193
+ #: ../tags/2.4.3/post-widget.php:172 ../tags/2.4.5/post-widget.php:172
1194
+ #: ../tags/2.5/post-widget.php:150 ../trunk/post-widget.php:154
1195
+ #: post-widget.php:154
1196
+ #, php-format
1197
+ msgid "Content Block updated. <a href=\"%s\">Manage Widgets</a>"
1198
+ msgstr "Innehållsblocket är uppdaterat. <a href=\"%s\">Hantera widgets</a>"
1199
+
1200
+ # @ custom-post-widget
1201
+ #: ../tags/1.8.4/trunk/post-widget.php:136 ../tags/1.8.5/post-widget.php:136
1202
+ #: ../tags/1.8.6/post-widget.php:136 ../tags/1.9.2/post-widget.php:140
1203
+ #: ../tags/1.9.3/post-widget.php:140 ../tags/1.9.4/post-widget.php:151
1204
+ #: ../tags/1.9.5/post-widget.php:151 ../tags/1.9.6/post-widget.php:154
1205
+ #: ../tags/1.9.7/post-widget.php:178 ../tags/1.9.8/post-widget.php:182
1206
+ #: ../tags/1.9/post-widget.php:140 ../tags/2.0.1/post-widget.php:172
1207
+ #: ../tags/2.0.2/post-widget.php:172 ../tags/2.0/post-widget.php:171
1208
+ #: ../tags/2.3.1/post-widget.php:172 ../tags/2.3.2/post-widget.php:172
1209
+ #: ../tags/2.3.3/post-widget.php:172 ../tags/2.3.4/post-widget.php:172
1210
+ #: ../tags/2.3.5/post-widget.php:177 ../tags/2.3/post-widget.php:172
1211
+ #: ../tags/2.4.1/post-widget.php:177 ../tags/2.4.2/post-widget.php:177
1212
+ #: ../tags/2.4.3/post-widget.php:177 ../tags/2.4.5/post-widget.php:177
1213
+ #: ../tags/2.5/post-widget.php:155 ../trunk/post-widget.php:159
1214
+ #: post-widget.php:159
1215
  #, php-format
 
1216
  msgid "Content Block published. <a href=\"%s\">Manage Widgets</a>"
1217
  msgstr "Innehållsblocket är publicerat. <a href=\"%s\">Hantera widgets</a>"
1218
 
1219
+ # @ custom-post-widget
1220
+ #: ../tags/1.8.4/trunk/post-widget.php:136 ../tags/1.8.5/post-widget.php:136
1221
+ #: ../tags/1.8.6/post-widget.php:136 ../tags/1.9.2/post-widget.php:140
1222
+ #: ../tags/1.9.3/post-widget.php:140 ../tags/1.9.4/post-widget.php:151
1223
+ #: ../tags/1.9.5/post-widget.php:151 ../tags/1.9.6/post-widget.php:154
1224
+ #: ../tags/1.9.7/post-widget.php:178 ../tags/1.9.8/post-widget.php:182
1225
+ #: ../tags/1.9/post-widget.php:140 ../tags/2.0.1/post-widget.php:172
1226
+ #: ../tags/2.0.2/post-widget.php:172 ../tags/2.0/post-widget.php:171
1227
+ #: ../tags/2.3.1/post-widget.php:172 ../tags/2.3.2/post-widget.php:172
1228
+ #: ../tags/2.3.3/post-widget.php:172 ../tags/2.3.4/post-widget.php:172
1229
+ #: ../tags/2.3.5/post-widget.php:177 ../tags/2.3/post-widget.php:172
1230
+ #: ../tags/2.4.1/post-widget.php:177 ../tags/2.4.2/post-widget.php:177
1231
+ #: ../tags/2.4.3/post-widget.php:177 ../tags/2.4.5/post-widget.php:177
1232
+ #: ../tags/2.5/post-widget.php:155 ../trunk/post-widget.php:159
1233
+ #: post-widget.php:159
1234
  msgid "Content Block published."
1235
  msgstr "Innehållsblocket är publicerat."
1236
 
1237
+ # @ custom-post-widget
1238
+ #: ../tags/1.8.4/trunk/post-widget.php:138 ../tags/1.8.5/post-widget.php:138
1239
+ #: ../tags/1.8.6/post-widget.php:138 ../tags/1.9.2/post-widget.php:142
1240
+ #: ../tags/1.9.3/post-widget.php:142 ../tags/1.9.4/post-widget.php:153
1241
+ #: ../tags/1.9.5/post-widget.php:153 ../tags/1.9.6/post-widget.php:156
1242
+ #: ../tags/1.9.7/post-widget.php:180 ../tags/1.9.8/post-widget.php:184
1243
+ #: ../tags/1.9/post-widget.php:142 ../tags/2.0.1/post-widget.php:174
1244
+ #: ../tags/2.0.2/post-widget.php:174 ../tags/2.0/post-widget.php:173
1245
+ #: ../tags/2.3.1/post-widget.php:174 ../tags/2.3.2/post-widget.php:174
1246
+ #: ../tags/2.3.3/post-widget.php:174 ../tags/2.3.4/post-widget.php:174
1247
+ #: ../tags/2.3.5/post-widget.php:179 ../tags/2.3/post-widget.php:174
1248
+ #: ../tags/2.4.1/post-widget.php:179 ../tags/2.4.2/post-widget.php:179
1249
+ #: ../tags/2.4.3/post-widget.php:179 ../tags/2.4.5/post-widget.php:179
1250
+ #: ../tags/2.5/post-widget.php:157 ../trunk/post-widget.php:161
1251
+ #: post-widget.php:161
1252
  #, php-format
 
1253
  msgid "Content Block submitted. <a href=\"%s\">Manage Widgets</a>"
1254
  msgstr "Innehållsblocket är skickat. <a href=\"%s\">Hantera widgets</a>"
1255
 
1256
+ # @ custom-post-widget
1257
+ #: ../tags/1.8.4/trunk/post-widget.php:138 ../tags/1.8.5/post-widget.php:138
1258
+ #: ../tags/1.8.6/post-widget.php:138 ../tags/1.9.2/post-widget.php:142
1259
+ #: ../tags/1.9.3/post-widget.php:142 ../tags/1.9.4/post-widget.php:153
1260
+ #: ../tags/1.9.5/post-widget.php:153 ../tags/1.9.6/post-widget.php:156
1261
+ #: ../tags/1.9.7/post-widget.php:180 ../tags/1.9.8/post-widget.php:184
1262
+ #: ../tags/1.9/post-widget.php:142 ../tags/2.0.1/post-widget.php:174
1263
+ #: ../tags/2.0.2/post-widget.php:174 ../tags/2.0/post-widget.php:173
1264
+ #: ../tags/2.3.1/post-widget.php:174 ../tags/2.3.2/post-widget.php:174
1265
+ #: ../tags/2.3.3/post-widget.php:174 ../tags/2.3.4/post-widget.php:174
1266
+ #: ../tags/2.3.5/post-widget.php:179 ../tags/2.3/post-widget.php:174
1267
+ #: ../tags/2.4.1/post-widget.php:179 ../tags/2.4.2/post-widget.php:179
1268
+ #: ../tags/2.4.3/post-widget.php:179 ../tags/2.4.5/post-widget.php:179
1269
+ #: ../tags/2.5/post-widget.php:157 ../trunk/post-widget.php:161
1270
+ #: post-widget.php:161
1271
  msgid "Content Block submitted."
1272
  msgstr "Innehållsblocket är skickat."
1273
 
1274
+ # @ custom-post-widget
1275
+ #: ../tags/1.8.4/trunk/post-widget.php:139 ../tags/1.8.5/post-widget.php:139
1276
+ #: ../tags/1.8.6/post-widget.php:139 ../tags/1.9.2/post-widget.php:143
1277
+ #: ../tags/1.9.3/post-widget.php:143 ../tags/1.9.4/post-widget.php:154
1278
+ #: ../tags/1.9.5/post-widget.php:154 ../tags/1.9.6/post-widget.php:157
1279
+ #: ../tags/1.9.7/post-widget.php:181 ../tags/1.9.8/post-widget.php:185
1280
+ #: ../tags/1.9/post-widget.php:143 ../tags/2.0.1/post-widget.php:175
1281
+ #: ../tags/2.0.2/post-widget.php:175 ../tags/2.0/post-widget.php:174
1282
+ #: ../tags/2.3.1/post-widget.php:175 ../tags/2.3.2/post-widget.php:175
1283
+ #: ../tags/2.3.3/post-widget.php:175 ../tags/2.3.4/post-widget.php:175
1284
+ #: ../tags/2.3.5/post-widget.php:180 ../tags/2.3/post-widget.php:175
1285
+ #: ../tags/2.4.1/post-widget.php:180 ../tags/2.4.2/post-widget.php:180
1286
+ #: ../tags/2.4.3/post-widget.php:180 ../tags/2.4.5/post-widget.php:180
1287
+ #: ../tags/2.5/post-widget.php:158 ../trunk/post-widget.php:162
1288
+ #: post-widget.php:162
1289
  #, php-format
 
1290
  msgid "Content Block scheduled for: <strong>%1$s</strong>."
1291
  msgstr "Innehållsblocket är schemalagt för publicering: <strong>%1$s</strong>."
1292
 
1293
+ # @ custom-post-widget
1294
+ #: ../tags/1.8.4/trunk/post-widget.php:140 ../tags/1.8.5/post-widget.php:140
1295
+ #: ../tags/1.8.6/post-widget.php:140 ../tags/1.9.2/post-widget.php:144
1296
+ #: ../tags/1.9.3/post-widget.php:144 ../tags/1.9.4/post-widget.php:155
1297
+ #: ../tags/1.9.5/post-widget.php:155 ../tags/1.9.6/post-widget.php:158
1298
+ #: ../tags/1.9.7/post-widget.php:182 ../tags/1.9.8/post-widget.php:186
1299
+ #: ../tags/1.9/post-widget.php:144 ../tags/2.0.1/post-widget.php:176
1300
+ #: ../tags/2.0.2/post-widget.php:176 ../tags/2.0/post-widget.php:175
1301
+ #: ../tags/2.3.1/post-widget.php:176 ../tags/2.3.2/post-widget.php:176
1302
+ #: ../tags/2.3.3/post-widget.php:176 ../tags/2.3.4/post-widget.php:176
1303
+ #: ../tags/2.3.5/post-widget.php:181 ../tags/2.3/post-widget.php:176
1304
+ #: ../tags/2.4.1/post-widget.php:181 ../tags/2.4.2/post-widget.php:181
1305
+ #: ../tags/2.4.3/post-widget.php:181 ../tags/2.4.5/post-widget.php:181
1306
+ #: ../tags/2.5/post-widget.php:159 ../trunk/post-widget.php:163
1307
+ #: post-widget.php:163
1308
  #, php-format
 
1309
  msgid "Content Block draft updated. <a href=\"%s\">Manage Widgets</a>"
1310
+ msgstr ""
1311
+ "Innehållsblockets utkast är uppdaterat. <a href=\"%s\">Hantera widgets</a>"
1312
 
1313
+ # @ custom-post-widget
1314
+ #: ../tags/1.8.4/trunk/post-widget.php:140 ../tags/1.8.5/post-widget.php:140
1315
+ #: ../tags/1.8.6/post-widget.php:140 ../tags/1.9.2/post-widget.php:144
1316
+ #: ../tags/1.9.3/post-widget.php:144 ../tags/1.9.4/post-widget.php:155
1317
+ #: ../tags/1.9.5/post-widget.php:155 ../tags/1.9.6/post-widget.php:158
1318
+ #: ../tags/1.9.7/post-widget.php:182 ../tags/1.9.8/post-widget.php:186
1319
+ #: ../tags/1.9/post-widget.php:144 ../tags/2.0.1/post-widget.php:176
1320
+ #: ../tags/2.0.2/post-widget.php:176 ../tags/2.0/post-widget.php:175
1321
+ #: ../tags/2.3.1/post-widget.php:176 ../tags/2.3.2/post-widget.php:176
1322
+ #: ../tags/2.3.3/post-widget.php:176 ../tags/2.3.4/post-widget.php:176
1323
+ #: ../tags/2.3.5/post-widget.php:181 ../tags/2.3/post-widget.php:176
1324
+ #: ../tags/2.4.1/post-widget.php:181 ../tags/2.4.2/post-widget.php:181
1325
+ #: ../tags/2.4.3/post-widget.php:181 ../tags/2.4.5/post-widget.php:181
1326
+ #: ../tags/2.5/post-widget.php:159 ../trunk/post-widget.php:163
1327
+ #: post-widget.php:163
1328
  msgid "Content Block draft updated."
1329
  msgstr "Innehållsblockets utkast är uppdaterat."
1330
 
1331
+ #: ../tags/1.9.3/post-widget.php:83 ../tags/1.9.3/post-widget.php:85
1332
+ msgid "Content Blocks"
1333
+ msgstr "Innehållsblock"
 
 
1334
 
1335
+ # @ custom-post-widget
1336
+ #: ../tags/1.9.4/post-widget.php:52 ../tags/1.9.5/post-widget.php:52
1337
+ #: ../tags/1.9.6/post-widget.php:55 ../tags/1.9.7/post-widget.php:66
1338
+ #: ../tags/1.9.8/post-widget.php:66 ../tags/2.0.1/post-widget.php:68
1339
+ #: ../tags/2.0.2/post-widget.php:68 ../tags/2.0/post-widget.php:68
1340
+ #: ../tags/2.3.1/post-widget.php:68 ../tags/2.3.2/post-widget.php:68
1341
+ #: ../tags/2.3.3/post-widget.php:68 ../tags/2.3.4/post-widget.php:68
1342
+ #: ../tags/2.3.5/post-widget.php:68 ../tags/2.3/post-widget.php:68
1343
+ #: ../tags/2.4.1/post-widget.php:68 ../tags/2.4.2/post-widget.php:68
1344
+ #: ../tags/2.4.3/post-widget.php:68 ../tags/2.4.5/post-widget.php:68
1345
+ #: ../tags/2.5/post-widget.php:68 ../trunk/post-widget.php:68
1346
+ #: post-widget.php:68
1347
+ msgid "Do not apply content filters"
1348
+ msgstr "Använd inte innehållsfilter"
1349
+
1350
+ #: ../tags/1.9.7/post-widget.php:61
1351
+ msgid "Show Featured Image"
1352
+ msgstr "Visa utvald bild"
1353
+
1354
+ # @ custom-post-widget
1355
+ #: ../tags/1.9.8/post-widget.php:61 ../tags/2.0.1/post-widget.php:63
1356
+ #: ../tags/2.0.2/post-widget.php:63 ../tags/2.0/post-widget.php:63
1357
+ #: ../tags/2.3.1/post-widget.php:63 ../tags/2.3.2/post-widget.php:63
1358
+ #: ../tags/2.3.3/post-widget.php:63 ../tags/2.3.4/post-widget.php:63
1359
+ #: ../tags/2.3.5/post-widget.php:63 ../tags/2.3/post-widget.php:63
1360
+ #: ../tags/2.4.1/post-widget.php:63 ../tags/2.4.2/post-widget.php:63
1361
+ #: ../tags/2.4.3/post-widget.php:63 ../tags/2.4.5/post-widget.php:63
1362
+ #: ../tags/2.5/post-widget.php:63 ../trunk/post-widget.php:63
1363
+ #: post-widget.php:63
1364
+ msgid "Show featured image"
1365
+ msgstr "Visa utvald bild"
1366
+
1367
+ # @ custom-post-widget
1368
+ #: ../tags/2.4.1/meta-box.php:6 ../tags/2.4.2/meta-box.php:6
1369
+ #: ../tags/2.4.3/meta-box.php:6 ../tags/2.4.5/meta-box.php:6
1370
+ #: ../tags/2.5/meta-box.php:6 ../tags/2.5/meta-box.php:47
1371
+ #: ../trunk/meta-box.php:6 ../trunk/meta-box.php:47 meta-box.php:6
1372
  #: meta-box.php:47
 
1373
  msgid "Content Block Information"
1374
  msgstr "Information om innehållsblocket"
1375
 
1376
+ #: ../trunk/notice.php:11 notice.php:11
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 ""
notice.php CHANGED
@@ -8,7 +8,7 @@ function cpw_admin_notice() {
8
  $screen = get_current_screen();
9
  if ( ! get_user_meta($user_id, 'cpw_notice_hidden') && ( $screen->id == 'edit-content_block' || $screen->id == 'content_block' ) ) {
10
  echo '<div class="updated" style="border-color: #00b1ff;"><p>';
11
- printf(__('Thank you for using the Custom Post Widget plugin. Visit the <a href="https://www.savvii.eu/wordpress-custom-post-widget/" target="_blank">Savvii website</a> to find out more about using this plugin. <a href="%1$s" style="float:right;">Hide Notice</a>'), '?post_type=content_block&cpw_hide_notice=yes');
12
  echo "</p></div>";
13
  }
14
  }
8
  $screen = get_current_screen();
9
  if ( ! get_user_meta($user_id, 'cpw_notice_hidden') && ( $screen->id == 'edit-content_block' || $screen->id == 'content_block' ) ) {
10
  echo '<div class="updated" style="border-color: #00b1ff;"><p>';
11
+ printf(__('Thank you for using the Custom Post Widget plugin. Visit the <a href="http://www.vanderwijk.com/wordpress/wordpress-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>'), '?post_type=content_block&cpw_hide_notice=yes');
12
  echo "</p></div>";
13
  }
14
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Savvii Custom Post Widget ===
2
- Contributors: savvii, 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.1
6
- Stable tag: 2.7.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -11,7 +11,7 @@ This plugin enables you to edit and display Content Blocks in a sidebar widget o
11
 
12
  == Description ==
13
 
14
- The [Savvii Custom Post Widget](https://www.savvii.eu/wordpress-custom-post-widget/) allows you to display the contents of a specific custom post in a widget on in the content area using a shortcode.
15
 
16
  Even though you could use the text widget that comes with the default WordPress install, this plugin has some major benefits:
17
 
@@ -82,7 +82,10 @@ Currently the shortcode function only outputs the post content of the content bl
82
 
83
  Please post your feature request on [the support forum](https://wordpress.org/support/plugin/custom-post-widget)
84
  These new features are on the to-do list:
 
85
  * Display the content block featured image when using the shortcode
 
 
86
 
87
  = How can I make advanced changes to the widget layout? =
88
 
@@ -104,6 +107,10 @@ Alternatively you can use [this third-party plugin](http://demomentsomtres.com/e
104
  Yes, v2.6 now gives you the option to use the content block's url slug in the shortcode. Use the following syntax for doing this: `[content_block slug=my-content-block]`.
105
  Note that if you ever change the slug of a content block, the embedding no longer works. Therefore I recommend using the post ID instead (which never changes).
106
 
 
 
 
 
107
  = How can I embed a content block in my template file using php code? =
108
 
109
  You can use the do_shortcode function for this: `echo do_shortcode('[content_block id= ]');`
@@ -121,6 +128,9 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
121
 
122
  == Changelog ==
123
 
 
 
 
124
  = 2.7.4 =
125
  The shortcode now includes the slug of the content block (which is still optional), see https://wordpress.org/support/topic/shortcodes-using-slug-name-rather-than-id for more information on this.
126
 
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.1.1
6
+ Stable tag: 2.7.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
11
 
12
  == Description ==
13
 
14
+ The [Custom Post Widget](http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/) allows you to display the contents of a specific custom post in a widget on in the content area using a shortcode.
15
 
16
  Even though you could use the text widget that comes with the default WordPress install, this plugin has some major benefits:
17
 
82
 
83
  Please post your feature request on [the support forum](https://wordpress.org/support/plugin/custom-post-widget)
84
  These new features are on the to-do list:
85
+
86
  * Display the content block featured image when using the shortcode
87
+ * Optionally show the post title when using the shortcode
88
+ * Front-end editing of the content blocks
89
 
90
  = How can I make advanced changes to the widget layout? =
91
 
107
  Yes, v2.6 now gives you the option to use the content block's url slug in the shortcode. Use the following syntax for doing this: `[content_block slug=my-content-block]`.
108
  Note that if you ever change the slug of a content block, the embedding no longer works. Therefore I recommend using the post ID instead (which never changes).
109
 
110
+ = Can I specify a custom class for the embedded content blocks? =
111
+
112
+ By default the shortcode adds a div around the content block with the class content_block. If you like, you can change this class by adding it to the shortcode: [content_block id=198 slug=our-wordpress-plugins class=my-class]
113
+
114
  = How can I embed a content block in my template file using php code? =
115
 
116
  You can use the do_shortcode function for this: `echo do_shortcode('[content_block id= ]');`
128
 
129
  == Changelog ==
130
 
131
+ = 2.7.5 =
132
+ Updated branding and language files.
133
+
134
  = 2.7.4 =
135
  The shortcode now includes the slug of the content block (which is still optional), see https://wordpress.org/support/topic/shortcodes-using-slug-name-rather-than-id for more information on this.
136