Simple Image Widget - Version 4.4.0

Version Description

  • Enabled selective refresh in the Customizer.
  • Removed PO and MO files in favor of WordPress.org Language Packs.
  • Prevented errors if the main plugin file is accessed directly.
Download this release

Release Info

Developer bradyvercher
Plugin Icon 128x128 Simple Image Widget
Version 4.4.0
Comparing to
See all releases

Code changes from version 4.3.0 to 4.4.0

includes/class-simple-image-widget-plugin.php CHANGED
@@ -44,7 +44,7 @@ class Simple_Image_Widget_Plugin {
44
  * @since 3.0.0
45
  */
46
  public function load_textdomain() {
47
- load_plugin_textdomain( 'simple-image-widget', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages' );
48
  }
49
 
50
  /**
44
  * @since 3.0.0
45
  */
46
  public function load_textdomain() {
47
+ load_plugin_textdomain( 'simple-image-widget' );
48
  }
49
 
50
  /**
includes/class-simple-image-widget.php CHANGED
@@ -45,8 +45,9 @@ class Simple_Image_Widget extends WP_Widget {
45
  $widget_options = wp_parse_args(
46
  $widget_options,
47
  array(
48
- 'classname' => 'widget_simpleimage', // Legacy class name.
49
- 'description' => __( 'An image from your Media Library.', 'simple-image-widget' ),
 
50
  )
51
  );
52
 
45
  $widget_options = wp_parse_args(
46
  $widget_options,
47
  array(
48
+ 'classname' => 'widget_simpleimage', // Legacy class name.
49
+ 'customize_selective_refresh' => true,
50
+ 'description' => __( 'An image from your Media Library.', 'simple-image-widget' ),
51
  )
52
  );
53
 
languages/simple-image-widget-fi.mo DELETED
Binary file
languages/simple-image-widget-fi.po DELETED
@@ -1,159 +0,0 @@
1
- # Copyright (C) 2014 Blazer Six
2
- # This file is distributed under the GPL-2.0+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 4.1.0\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-image-"
7
- "widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2014-07-25 15:18+0200\n"
13
- "Last-Translator: Tomi Mäenpää <hello@tomimaenpaa.com>\n"
14
- "Language-Team: Tomi Mäenpää <hello@tomimaenpaa.com>\n"
15
- "X-Generator: Poedit 1.6.7\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
- "_n_noop:1,2;_c;_nc:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Textdomain-Support: yes\n"
22
- "Language: fi\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: includes/class-simple-image-widget-legacy.php:108
26
- msgid "These fields are here to maintain your data from an earlier version."
27
- msgstr "Nämä kentät ylläpitävät asetuksesi aikaisemmasta versiosta."
28
-
29
- #: includes/class-simple-image-widget-legacy.php:111
30
- msgid ""
31
- "Select an image, then clear these values, and they will disappear when you "
32
- "save the widget."
33
- msgstr ""
34
- "Valitse kuva ja tyhjennä nämä arvot, niin ne häviävät kun tallennat "
35
- "vimpaimen."
36
-
37
- #: includes/class-simple-image-widget-legacy.php:116
38
- msgid "Image URL:"
39
- msgstr "Kuvan URL:"
40
-
41
- #: includes/class-simple-image-widget-legacy.php:120
42
- msgid "Alternate Text:"
43
- msgstr "Vaihtoehtoinen teksti:"
44
-
45
- #: includes/class-simple-image-widget-plugin.php:87
46
- msgid "Choose an Attachment"
47
- msgstr "Valitse Liitetiedosto"
48
-
49
- #: includes/class-simple-image-widget-plugin.php:88
50
- msgid "Update Attachment"
51
- msgstr "Päivitä Liitetiedosto"
52
-
53
- #: includes/class-simple-image-widget-plugin.php:89
54
- #: includes/class-simple-image-widget-plugin.php:179
55
- #: includes/class-simple-image-widget.php:457
56
- msgid "Full Size"
57
- msgstr "Täysikokoinen"
58
-
59
- #. Plugin Name of the plugin/theme
60
- msgid "Simple Image Widget"
61
- msgstr "Simple Image Widget"
62
-
63
- #: includes/class-simple-image-widget-plugin.php:115
64
- msgid "Image Size"
65
- msgstr "Kuvan koko"
66
-
67
- #: includes/class-simple-image-widget-plugin.php:116
68
- msgid "Link"
69
- msgstr "Linkki"
70
-
71
- #: includes/class-simple-image-widget-plugin.php:117
72
- msgid "Link Classes"
73
- msgstr "Linkin luokat"
74
-
75
- #: includes/class-simple-image-widget-plugin.php:118
76
- msgid "Link Text"
77
- msgstr "Linkin teksti"
78
-
79
- #: includes/class-simple-image-widget-plugin.php:119
80
- msgid "New Window"
81
- msgstr "Uusi ikkuna"
82
-
83
- #: includes/class-simple-image-widget-plugin.php:120
84
- msgid "Text"
85
- msgstr "Teksti"
86
-
87
- #: includes/class-simple-image-widget-plugin.php:176
88
- msgid "Thumbnail"
89
- msgstr "Pienoiskuva"
90
-
91
- #: includes/class-simple-image-widget-plugin.php:177
92
- msgid "Medium"
93
- msgstr "Keskikokoinen"
94
-
95
- #: includes/class-simple-image-widget-plugin.php:178
96
- msgid "Large"
97
- msgstr "Iso"
98
-
99
- #: includes/class-simple-image-widget.php:43
100
- msgid "Image"
101
- msgstr "Kuva"
102
-
103
- #: includes/class-simple-image-widget.php:49
104
- msgid "An image from your Media Library."
105
- msgstr "Kuva mediakirjastostasi."
106
-
107
- #: includes/class-simple-image-widget.php:252
108
- msgid "Title:"
109
- msgstr "Otsikko:"
110
-
111
- #: includes/class-simple-image-widget.php:258
112
- #: includes/class-simple-image-widget.php:268
113
- msgid "Choose an Image"
114
- msgstr "Valitse kuva"
115
-
116
- #: includes/class-simple-image-widget.php:259
117
- msgid "Update Image"
118
- msgstr "Päivitä kuva"
119
-
120
- #: includes/class-simple-image-widget.php:280
121
- msgid "Size:"
122
- msgstr "Koko:"
123
-
124
- #: includes/class-simple-image-widget.php:300
125
- msgid "Link:"
126
- msgstr "Linkki:"
127
-
128
- #: includes/class-simple-image-widget.php:306
129
- msgid "Open in new window?"
130
- msgstr "Avaa uudessa ikkunassa?"
131
-
132
- #: includes/class-simple-image-widget.php:315
133
- msgid "Link Classes:"
134
- msgstr "Linkin luokat:"
135
-
136
- #: includes/class-simple-image-widget.php:324
137
- msgid "Link Text:"
138
- msgstr "Linkin teksti:"
139
-
140
- #: includes/class-simple-image-widget.php:333
141
- msgid "Text:"
142
- msgstr "Teksti:"
143
-
144
- #. Plugin URI of the plugin/theme
145
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
146
- msgstr "https://wordpress.org/extend/plugins/simple-image-widget/"
147
-
148
- #. Description of the plugin/theme
149
- msgid "A simple image widget utilizing the new WordPress media manager."
150
- msgstr ""
151
- "WordPressin uutta mediakirjastoa hyödyntävä yksinkertainen kuva-vimpain."
152
-
153
- #. Author of the plugin/theme
154
- msgid "Blazer Six"
155
- msgstr "Blazer Six"
156
-
157
- #. Author URI of the plugin/theme
158
- msgid "http://www.blazersix.com/"
159
- msgstr "http://www.blazersix.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/simple-image-widget-fr_FR.mo DELETED
Binary file
languages/simple-image-widget-fr_FR.po DELETED
@@ -1,131 +0,0 @@
1
- # Copyright (C) 2014 Simple Image Widget
2
- # This file is distributed under the same license as the Simple Image Widget package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 3.0.4\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-image-"
7
- "widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "PO-Revision-Date: 2014-06-17 14:14+0100\n"
10
- "Last-Translator: Alexandre Sadowski <hello@alexandresadowski.com>\n"
11
- "Language-Team: LANGUAGE <LL@li.org>\n"
12
- "Language: fr\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 1.6.5\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
-
19
- #: includes/class-simple-image-widget-legacy.php:108
20
- msgid "These fields are here to maintain your data from an earlier version."
21
- msgstr ""
22
- "Ces champs sont là pour maintenir vos données à partir d'une version "
23
- "antérieure."
24
-
25
- #: includes/class-simple-image-widget-legacy.php:111
26
- msgid ""
27
- "Select an image, then clear these values, and they will disappear when you "
28
- "save the widget."
29
- msgstr ""
30
- "Sélectionner une image, puis effacer ces valeurs, et elles disparaîtront "
31
- "lorsque vous enregistrerez le widget."
32
-
33
- #: includes/class-simple-image-widget-legacy.php:116
34
- msgid "Image URL:"
35
- msgstr "URL de l'image:"
36
-
37
- #: includes/class-simple-image-widget-legacy.php:120
38
- msgid "Alternate Text:"
39
- msgstr "Texte alternative:"
40
-
41
- #: includes/class-simple-image-widget-plugin.php:85
42
- msgid "Choose an Attachment"
43
- msgstr "Choisir un fichier"
44
-
45
- #: includes/class-simple-image-widget-plugin.php:86
46
- msgid "Update Attachment"
47
- msgstr "Mettre à jour le fichier"
48
-
49
- #: includes/class-simple-image-widget-plugin.php:87
50
- #: includes/class-simple-image-widget-plugin.php:128
51
- #: includes/class-simple-image-widget.php:412
52
- msgid "Full Size"
53
- msgstr "Taille entière"
54
-
55
- #: includes/class-simple-image-widget-plugin.php:125
56
- msgid "Thumbnail"
57
- msgstr "Miniature"
58
-
59
- #: includes/class-simple-image-widget-plugin.php:126
60
- msgid "Medium"
61
- msgstr "Moyenne"
62
-
63
- #: includes/class-simple-image-widget-plugin.php:127
64
- msgid "Large"
65
- msgstr "Grande taille"
66
-
67
- #: includes/class-simple-image-widget.php:43
68
- msgid "Image"
69
- msgstr "Image"
70
-
71
- #: includes/class-simple-image-widget.php:49
72
- msgid "An image from your Media Library."
73
- msgstr "Une image de votre bibliothère de médias."
74
-
75
- #: includes/class-simple-image-widget.php:235
76
- msgid "Title:"
77
- msgstr "Titre:"
78
-
79
- #: includes/class-simple-image-widget.php:241
80
- #: includes/class-simple-image-widget.php:251
81
- msgid "Choose an Image"
82
- msgstr "Sélectionner une image"
83
-
84
- #: includes/class-simple-image-widget.php:242
85
- msgid "Update Image"
86
- msgstr "Mettre à jour l'image"
87
-
88
- #: includes/class-simple-image-widget.php:263
89
- msgid "Size:"
90
- msgstr "Taille:"
91
-
92
- #: includes/class-simple-image-widget.php:283
93
- msgid "Link:"
94
- msgstr "Lien:"
95
-
96
- #: includes/class-simple-image-widget.php:289
97
- msgid "Open in new window?"
98
- msgstr "Ouvrir dans une nouvelle fenêtre?"
99
-
100
- #: includes/class-simple-image-widget.php:298
101
- msgid "Link Text:"
102
- msgstr "Label du lien:"
103
-
104
- #: includes/class-simple-image-widget.php:307
105
- msgid "Text:"
106
- msgstr "Texte:"
107
-
108
- #. Plugin Name of the plugin/theme
109
- msgid "Simple Image Widget"
110
- msgstr "Simple Image Widget"
111
-
112
- #. Plugin URI of the plugin/theme
113
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
114
- msgstr "https://wordpress.org/extend/plugins/simple-image-widget/"
115
-
116
- #. Description of the plugin/theme
117
- msgid "A simple image widget utilizing the new WordPress media manager."
118
- msgstr ""
119
- "Un simple widget image utilisant le nouveau gestionnaire de médias de "
120
- "WordPress."
121
-
122
- #. Author of the plugin/theme
123
- msgid "Blazer Six"
124
- msgstr "Blazer Six"
125
-
126
- #. Author URI of the plugin/theme
127
- msgid "http://www.blazersix.com/"
128
- msgstr "http://www.blazersix.com/"
129
-
130
- #~ msgid "Display an image"
131
- #~ msgstr "Afficher une image"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/simple-image-widget-ja.mo DELETED
Binary file
languages/simple-image-widget-ja.po DELETED
@@ -1,158 +0,0 @@
1
- # Copyright (C) 2014 Blazer Six
2
- # This file is distributed under the GPL-2.0+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 4.1.2\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-image-"
7
- "widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2015-01-14 17:55+0900\n"
13
- "Last-Translator: Fumito MIZUNO <ounziw@gmail.com>\n"
14
- "Language-Team: Fumito MIZUNO <ounziw@gmail.com>\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
- "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
- "esc_html_x:1,2c\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-Basepath: ../\n"
22
- "X-Textdomain-Support: yes\n"
23
- "Language: ja\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: includes/class-simple-image-widget-legacy.php:108
27
- msgid "These fields are here to maintain your data from an earlier version."
28
- msgstr "これらのフィールドは、古いバージョンのデータを保持する為のものです。"
29
-
30
- #: includes/class-simple-image-widget-legacy.php:111
31
- msgid ""
32
- "Select an image, then clear these values, and they will disappear when you "
33
- "save the widget."
34
- msgstr ""
35
- "画像を選択してクリアすると、ウィジェットを保存した時に表示されなくなります。"
36
-
37
- #: includes/class-simple-image-widget-legacy.php:116
38
- msgid "Image URL:"
39
- msgstr "画像URL: "
40
-
41
- #: includes/class-simple-image-widget-legacy.php:120
42
- msgid "Alternate Text:"
43
- msgstr "代替テキスト: "
44
-
45
- #: includes/class-simple-image-widget-plugin.php:87
46
- msgid "Choose an Attachment"
47
- msgstr "添付ファイルを選択"
48
-
49
- #: includes/class-simple-image-widget-plugin.php:88
50
- msgid "Update Attachment"
51
- msgstr "添付ファイルを更新"
52
-
53
- #: includes/class-simple-image-widget-plugin.php:89
54
- #: includes/class-simple-image-widget-plugin.php:179
55
- #: includes/class-simple-image-widget.php:457
56
- msgid "Full Size"
57
- msgstr "フルサイズ"
58
-
59
- #. Plugin Name of the plugin/theme
60
- msgid "Simple Image Widget"
61
- msgstr "Simple Image Widget"
62
-
63
- #: includes/class-simple-image-widget-plugin.php:115
64
- msgid "Image Size"
65
- msgstr "画像サイズ"
66
-
67
- #: includes/class-simple-image-widget-plugin.php:116
68
- msgid "Link"
69
- msgstr "リンク"
70
-
71
- #: includes/class-simple-image-widget-plugin.php:117
72
- msgid "Link Classes"
73
- msgstr "リンクのクラス"
74
-
75
- #: includes/class-simple-image-widget-plugin.php:118
76
- msgid "Link Text"
77
- msgstr "リンクのテキスト"
78
-
79
- #: includes/class-simple-image-widget-plugin.php:119
80
- msgid "New Window"
81
- msgstr "新規ウィンドウ"
82
-
83
- #: includes/class-simple-image-widget-plugin.php:120
84
- msgid "Text"
85
- msgstr "テキスト"
86
-
87
- #: includes/class-simple-image-widget-plugin.php:176
88
- msgid "Thumbnail"
89
- msgstr "サムネイル"
90
-
91
- #: includes/class-simple-image-widget-plugin.php:177
92
- msgid "Medium"
93
- msgstr "中"
94
-
95
- #: includes/class-simple-image-widget-plugin.php:178
96
- msgid "Large"
97
- msgstr "大"
98
-
99
- #: includes/class-simple-image-widget.php:43
100
- msgid "Image"
101
- msgstr "画像"
102
-
103
- #: includes/class-simple-image-widget.php:49
104
- msgid "An image from your Media Library."
105
- msgstr "メディアライブラリの画像"
106
-
107
- #: includes/class-simple-image-widget.php:252
108
- msgid "Title:"
109
- msgstr "タイトル: "
110
-
111
- #: includes/class-simple-image-widget.php:258
112
- #: includes/class-simple-image-widget.php:268
113
- msgid "Choose an Image"
114
- msgstr "画像を選択"
115
-
116
- #: includes/class-simple-image-widget.php:259
117
- msgid "Update Image"
118
- msgstr "画像を更新"
119
-
120
- #: includes/class-simple-image-widget.php:280
121
- msgid "Size:"
122
- msgstr "サイズ: "
123
-
124
- #: includes/class-simple-image-widget.php:300
125
- msgid "Link:"
126
- msgstr "リンク: "
127
-
128
- #: includes/class-simple-image-widget.php:306
129
- msgid "Open in new window?"
130
- msgstr "新規ウィンドウで開く"
131
-
132
- #: includes/class-simple-image-widget.php:315
133
- msgid "Link Classes:"
134
- msgstr "リンクのクラス: "
135
-
136
- #: includes/class-simple-image-widget.php:324
137
- msgid "Link Text:"
138
- msgstr "リンクのテキスト: "
139
-
140
- #: includes/class-simple-image-widget.php:333
141
- msgid "Text:"
142
- msgstr "テキスト: "
143
-
144
- #. Plugin URI of the plugin/theme
145
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
146
- msgstr "https://wordpress.org/extend/plugins/simple-image-widget/"
147
-
148
- #. Description of the plugin/theme
149
- msgid "A simple image widget utilizing the new WordPress media manager."
150
- msgstr "WordPress のメディアを使用した、シンプルな画像表示ウィジェット"
151
-
152
- #. Author of the plugin/theme
153
- msgid "Blazer Six"
154
- msgstr "Blazer Six"
155
-
156
- #. Author URI of the plugin/theme
157
- msgid "http://www.blazersix.com/"
158
- msgstr "http://www.blazersix.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/simple-image-widget-nl_NL.mo DELETED
Binary file
languages/simple-image-widget-nl_NL.po DELETED
@@ -1,218 +0,0 @@
1
- # Copyright (C) 2015 Blazer Six
2
- # This file is distributed under the GPL-2.0+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 4.2.1\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-image-"
7
- "widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2015-05-03 09:57+0100\n"
13
- "X-Generator: Poedit 1.7.6\n"
14
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;"
15
- "_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;"
16
- "esc_attr_x:1,2c;esc_html_x:1,2c\n"
17
- "Language: nl\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SourceCharset: UTF-8\n"
20
- "X-Poedit-Basepath: ../\n"
21
- "X-Textdomain-Support: yes\n"
22
- "Last-Translator: Ronald de Caluwe <rdecauwe@webzenz.nl>\n"
23
- "Language-Team: \n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: includes/class-simple-image-widget-legacy.php:108
27
- msgid "These fields are here to maintain your data from an earlier version."
28
- msgstr "Deze velden zijn er om je gegevens van eerdere versies te bewaren."
29
-
30
- #: includes/class-simple-image-widget-legacy.php:111
31
- msgid ""
32
- "Select an image, then clear these values, and they will disappear when you "
33
- "save the widget."
34
- msgstr ""
35
- "Kies een afbeelding, verwijder daarna deze waarden, en ze zullen "
36
- "verdwijnen wanneer je de widget opslaat."
37
-
38
- #: includes/class-simple-image-widget-legacy.php:116
39
- msgid "Image URL:"
40
- msgstr "Afbeelding URL:"
41
-
42
- #: includes/class-simple-image-widget-legacy.php:120
43
- msgid "Alternate Text:"
44
- msgstr "Alternatieve tekst:"
45
-
46
- #: includes/class-simple-image-widget-plugin.php:88
47
- msgid "Choose an Attachment"
48
- msgstr "Kies een bijlage"
49
-
50
- #: includes/class-simple-image-widget-plugin.php:89
51
- msgid "Update Attachment"
52
- msgstr "Bijlage bijwerken"
53
-
54
- #: includes/class-simple-image-widget-plugin.php:90
55
- #: includes/class-simple-image-widget-plugin.php:185
56
- #: includes/class-simple-image-widget.php:462
57
- msgid "Full Size"
58
- msgstr "Volledige grootte"
59
-
60
- #: includes/class-simple-image-widget-plugin.php:92
61
- msgid "An error has occurred. Please reload the page and try again."
62
- msgstr "Er is een fout opgetreden. Herlaad de pagina en probeer het opnieuw."
63
-
64
- #. Plugin Name of the plugin/theme
65
- msgid "Simple Image Widget"
66
- msgstr "Simple Image Widget"
67
-
68
- #: includes/class-simple-image-widget-plugin.php:120
69
- msgid "Image Size"
70
- msgstr "Afbeelding grootte"
71
-
72
- #: includes/class-simple-image-widget-plugin.php:121
73
- msgid "Link"
74
- msgstr "Link"
75
-
76
- #: includes/class-simple-image-widget-plugin.php:122
77
- msgid "Link Classes"
78
- msgstr "Link class(es)"
79
-
80
- #: includes/class-simple-image-widget-plugin.php:123
81
- msgid "Link Text"
82
- msgstr "Link tekst"
83
-
84
- #: includes/class-simple-image-widget-plugin.php:124
85
- msgid "New Window"
86
- msgstr "Nieuw venster"
87
-
88
- #: includes/class-simple-image-widget-plugin.php:125
89
- msgid "Text"
90
- msgstr "Tekst"
91
-
92
- #: includes/class-simple-image-widget-plugin.php:182
93
- msgid "Thumbnail"
94
- msgstr "Thumbnail"
95
-
96
- #: includes/class-simple-image-widget-plugin.php:183
97
- msgid "Medium"
98
- msgstr "Gemiddeld"
99
-
100
- #: includes/class-simple-image-widget-plugin.php:184
101
- msgid "Large"
102
- msgstr "Groot"
103
-
104
- #: includes/class-simple-image-widget-plugin.php:250
105
- msgid "No items found."
106
- msgstr "Geen items gevonden."
107
-
108
- #: includes/class-simple-image-widget-plugin.php:291
109
- msgid "Title"
110
- msgstr "Titel"
111
-
112
- #: includes/class-simple-image-widget-plugin.php:292
113
- msgid "Type"
114
- msgstr "Type"
115
-
116
- #: includes/class-simple-image-widget-plugin.php:293
117
- msgid "Date"
118
- msgstr "Datum"
119
-
120
- #: includes/class-simple-image-widget-plugin.php:294
121
- msgid "Status"
122
- msgstr "Status"
123
-
124
- #: includes/class-simple-image-widget-plugin.php:298
125
- msgid "(no title)"
126
- msgstr "(geen titel)"
127
-
128
- #: includes/class-simple-image-widget-plugin.php:305
129
- msgid "Published"
130
- msgstr "Gepubliceerd"
131
-
132
- #: includes/class-simple-image-widget-plugin.php:308
133
- msgid "Scheduled"
134
- msgstr "Gepland"
135
-
136
- #: includes/class-simple-image-widget-plugin.php:311
137
- msgid "Pending Review"
138
- msgstr "Wacht op beoordeling"
139
-
140
- #: includes/class-simple-image-widget-plugin.php:314
141
- msgid "Draft"
142
- msgstr "Concept"
143
-
144
- #. translators: date format in table columns, see http:php.net/date
145
- #: includes/class-simple-image-widget-plugin.php:322
146
- msgid "Y/m/d"
147
- msgstr "Y/m/d"
148
-
149
- #: includes/class-simple-image-widget-plugin.php:349
150
- msgid "Find Post"
151
- msgstr "Vind Bericht"
152
-
153
- #: includes/class-simple-image-widget-plugin.php:357
154
- msgid "Search"
155
- msgstr "Zoek"
156
-
157
- #: includes/class-simple-image-widget.php:43
158
- msgid "Image"
159
- msgstr "Afbeelding"
160
-
161
- #: includes/class-simple-image-widget.php:49
162
- msgid "An image from your Media Library."
163
- msgstr "Een afbeelding uit je media-bibliotheek."
164
-
165
- #: includes/class-simple-image-widget.php:254
166
- msgid "Title:"
167
- msgstr "Titel:"
168
-
169
- #: includes/class-simple-image-widget.php:260
170
- #: includes/class-simple-image-widget.php:270
171
- msgid "Choose an Image"
172
- msgstr "Kies een afbeelding"
173
-
174
- #: includes/class-simple-image-widget.php:261
175
- msgid "Update Image"
176
- msgstr "Afbeelding bijwerken"
177
-
178
- #: includes/class-simple-image-widget.php:282
179
- msgid "Size:"
180
- msgstr "Grootte:"
181
-
182
- #: includes/class-simple-image-widget.php:302
183
- msgid "Link:"
184
- msgstr "Link:"
185
-
186
- #: includes/class-simple-image-widget.php:311
187
- msgid "Open in new window?"
188
- msgstr "Openen in nieuw venster?"
189
-
190
- #: includes/class-simple-image-widget.php:320
191
- msgid "Link Classes:"
192
- msgstr "Link class(es):"
193
-
194
- #: includes/class-simple-image-widget.php:329
195
- msgid "Link Text:"
196
- msgstr "Link tekst:"
197
-
198
- #: includes/class-simple-image-widget.php:338
199
- msgid "Text:"
200
- msgstr "Tekst: "
201
-
202
- #. Plugin URI of the plugin/theme
203
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
204
- msgstr "https://wordpress.org/extend/plugins/simple-image-widget/"
205
-
206
- #. Description of the plugin/theme
207
- msgid "A simple image widget utilizing the new WordPress media manager."
208
- msgstr ""
209
- "Een eenvoudige afbeeldingswidget die gebruik maakt van de nieuwe WordPress "
210
- "media manager."
211
-
212
- #. Author of the plugin/theme
213
- msgid "Blazer Six"
214
- msgstr "Blazer Six"
215
-
216
- #. Author URI of the plugin/theme
217
- msgid "http://www.blazersix.com/"
218
- msgstr "http://www.blazersix.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/simple-image-widget-sr_RS.mo DELETED
Binary file
languages/simple-image-widget-sr_RS.po DELETED
@@ -1,157 +0,0 @@
1
- # Copyright (C) 2014 Blazer Six
2
- # This file is distributed under the GPL-2.0+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 4.1.1\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-image-"
7
- "widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2014-09-17 12:29+0100\n"
13
- "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "Language: en\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
20
- "_n_noop:1,2;_c;_nc:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
21
- "X-Poedit-SourceCharset: utf-8\n"
22
- "X-Textdomain-Support: yes\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: includes/class-simple-image-widget-legacy.php:108
26
- msgid "These fields are here to maintain your data from an earlier version."
27
- msgstr "Ova polja su tu da bi održavala vaše podatke iz ranije verzije."
28
-
29
- #: includes/class-simple-image-widget-legacy.php:111
30
- msgid ""
31
- "Select an image, then clear these values, and they will disappear when you "
32
- "save the widget."
33
- msgstr ""
34
- "Odaberite sliku, zatim obrišite ove vrednosti i nestaće kad sačuvate widget."
35
-
36
- #: includes/class-simple-image-widget-legacy.php:116
37
- msgid "Image URL:"
38
- msgstr "URL slike:"
39
-
40
- #: includes/class-simple-image-widget-legacy.php:120
41
- msgid "Alternate Text:"
42
- msgstr "Zameni tekst:"
43
-
44
- #: includes/class-simple-image-widget-plugin.php:87
45
- msgid "Choose an Attachment"
46
- msgstr "Odaberi priloženu datoteku"
47
-
48
- #: includes/class-simple-image-widget-plugin.php:88
49
- msgid "Update Attachment"
50
- msgstr "Ažuriraj priloženu datoteku"
51
-
52
- #: includes/class-simple-image-widget-plugin.php:89
53
- #: includes/class-simple-image-widget-plugin.php:179
54
- #: includes/class-simple-image-widget.php:457
55
- msgid "Full Size"
56
- msgstr "Puna veličina"
57
-
58
- #. Plugin Name of the plugin/theme
59
- msgid "Simple Image Widget"
60
- msgstr "Simple Image Widget"
61
-
62
- #: includes/class-simple-image-widget-plugin.php:115
63
- msgid "Image Size"
64
- msgstr "Veličina slike"
65
-
66
- #: includes/class-simple-image-widget-plugin.php:116
67
- msgid "Link"
68
- msgstr "Link"
69
-
70
- #: includes/class-simple-image-widget-plugin.php:117
71
- msgid "Link Classes"
72
- msgstr "Klase linka"
73
-
74
- #: includes/class-simple-image-widget-plugin.php:118
75
- msgid "Link Text"
76
- msgstr "Tekst linka"
77
-
78
- #: includes/class-simple-image-widget-plugin.php:119
79
- msgid "New Window"
80
- msgstr "Novi prozor"
81
-
82
- #: includes/class-simple-image-widget-plugin.php:120
83
- msgid "Text"
84
- msgstr "Tekst"
85
-
86
- #: includes/class-simple-image-widget-plugin.php:176
87
- msgid "Thumbnail"
88
- msgstr "Sličica"
89
-
90
- #: includes/class-simple-image-widget-plugin.php:177
91
- msgid "Medium"
92
- msgstr "Srednja"
93
-
94
- #: includes/class-simple-image-widget-plugin.php:178
95
- msgid "Large"
96
- msgstr "Velika"
97
-
98
- #: includes/class-simple-image-widget.php:43
99
- msgid "Image"
100
- msgstr "Slika"
101
-
102
- #: includes/class-simple-image-widget.php:49
103
- msgid "An image from your Media Library."
104
- msgstr "Slika iz vaše biblioteke medija"
105
-
106
- #: includes/class-simple-image-widget.php:252
107
- msgid "Title:"
108
- msgstr "Naslov:"
109
-
110
- #: includes/class-simple-image-widget.php:258
111
- #: includes/class-simple-image-widget.php:268
112
- msgid "Choose an Image"
113
- msgstr "Odaberi sliku"
114
-
115
- #: includes/class-simple-image-widget.php:259
116
- msgid "Update Image"
117
- msgstr "Ažuriraj sliku"
118
-
119
- #: includes/class-simple-image-widget.php:280
120
- msgid "Size:"
121
- msgstr "Veličina:"
122
-
123
- #: includes/class-simple-image-widget.php:300
124
- msgid "Link:"
125
- msgstr "Link:"
126
-
127
- #: includes/class-simple-image-widget.php:306
128
- msgid "Open in new window?"
129
- msgstr "Otvori u novom prozoru?"
130
-
131
- #: includes/class-simple-image-widget.php:315
132
- msgid "Link Classes:"
133
- msgstr "Klase linka:"
134
-
135
- #: includes/class-simple-image-widget.php:324
136
- msgid "Link Text:"
137
- msgstr "Tekst linka:"
138
-
139
- #: includes/class-simple-image-widget.php:333
140
- msgid "Text:"
141
- msgstr "Tekst:"
142
-
143
- #. Plugin URI of the plugin/theme
144
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
145
- msgstr "https://wordpress.org/extend/plugins/simple-image-widget/"
146
-
147
- #. Description of the plugin/theme
148
- msgid "A simple image widget utilizing the new WordPress media manager."
149
- msgstr "Simple image widget koristi novi WordPress media manager."
150
-
151
- #. Author of the plugin/theme
152
- msgid "Blazer Six"
153
- msgstr "Blazer Six"
154
-
155
- #. Author URI of the plugin/theme
156
- msgid "http://www.blazersix.com/"
157
- msgstr "http://www.blazersix.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/simple-image-widget.pot DELETED
@@ -1,218 +0,0 @@
1
- # Copyright (C) 2015 Cedaro
2
- # This file is distributed under the GPL-2.0+.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Simple Image Widget 4.3.0\n"
6
- "Report-Msgid-Bugs-To: "
7
- "http://wordpress.org/support/plugin/simple-image-widget\n"
8
- "POT-Creation-Date: 2014-06-13 21:26:00+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "X-Generator: grunt-wp-i18n 0.5.2\n"
16
- "X-Poedit-KeywordsList: "
17
- "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
18
- "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
19
- "Language: en\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Poedit-Country: United States\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
- "X-Poedit-Basepath: ../\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-Bookmarks: \n"
26
- "X-Textdomain-Support: yes\n"
27
-
28
- #: includes/class-simple-image-widget-legacy.php:108
29
- msgid "These fields are here to maintain your data from an earlier version."
30
- msgstr ""
31
-
32
- #: includes/class-simple-image-widget-legacy.php:111
33
- msgid ""
34
- "Select an image, then clear these values, and they will disappear when you "
35
- "save the widget."
36
- msgstr ""
37
-
38
- #: includes/class-simple-image-widget-legacy.php:116
39
- msgid "Image URL:"
40
- msgstr ""
41
-
42
- #: includes/class-simple-image-widget-legacy.php:120
43
- msgid "Alternate Text:"
44
- msgstr ""
45
-
46
- #: includes/class-simple-image-widget-plugin.php:88
47
- msgid "Choose an Attachment"
48
- msgstr ""
49
-
50
- #: includes/class-simple-image-widget-plugin.php:89
51
- msgid "Update Attachment"
52
- msgstr ""
53
-
54
- #: includes/class-simple-image-widget-plugin.php:90
55
- #: includes/class-simple-image-widget-plugin.php:185
56
- #: includes/class-simple-image-widget.php:462
57
- msgid "Full Size"
58
- msgstr ""
59
-
60
- #: includes/class-simple-image-widget-plugin.php:92
61
- msgid "An error has occurred. Please reload the page and try again."
62
- msgstr ""
63
-
64
- #. Plugin Name of the plugin/theme
65
- msgid "Simple Image Widget"
66
- msgstr ""
67
-
68
- #: includes/class-simple-image-widget-plugin.php:120
69
- msgid "Image Size"
70
- msgstr ""
71
-
72
- #: includes/class-simple-image-widget-plugin.php:121
73
- msgid "Link"
74
- msgstr ""
75
-
76
- #: includes/class-simple-image-widget-plugin.php:122
77
- msgid "Link Classes"
78
- msgstr ""
79
-
80
- #: includes/class-simple-image-widget-plugin.php:123
81
- msgid "Link Text"
82
- msgstr ""
83
-
84
- #: includes/class-simple-image-widget-plugin.php:124
85
- msgid "New Window"
86
- msgstr ""
87
-
88
- #: includes/class-simple-image-widget-plugin.php:125
89
- msgid "Text"
90
- msgstr ""
91
-
92
- #: includes/class-simple-image-widget-plugin.php:182
93
- msgid "Thumbnail"
94
- msgstr ""
95
-
96
- #: includes/class-simple-image-widget-plugin.php:183
97
- msgid "Medium"
98
- msgstr ""
99
-
100
- #: includes/class-simple-image-widget-plugin.php:184
101
- msgid "Large"
102
- msgstr ""
103
-
104
- #: includes/class-simple-image-widget-plugin.php:250
105
- msgid "No items found."
106
- msgstr ""
107
-
108
- #: includes/class-simple-image-widget-plugin.php:291
109
- msgid "Title"
110
- msgstr ""
111
-
112
- #: includes/class-simple-image-widget-plugin.php:292
113
- msgid "Type"
114
- msgstr ""
115
-
116
- #: includes/class-simple-image-widget-plugin.php:293
117
- msgid "Date"
118
- msgstr ""
119
-
120
- #: includes/class-simple-image-widget-plugin.php:294
121
- msgid "Status"
122
- msgstr ""
123
-
124
- #: includes/class-simple-image-widget-plugin.php:298
125
- msgid "(no title)"
126
- msgstr ""
127
-
128
- #: includes/class-simple-image-widget-plugin.php:305
129
- msgid "Published"
130
- msgstr ""
131
-
132
- #: includes/class-simple-image-widget-plugin.php:308
133
- msgid "Scheduled"
134
- msgstr ""
135
-
136
- #: includes/class-simple-image-widget-plugin.php:311
137
- msgid "Pending Review"
138
- msgstr ""
139
-
140
- #: includes/class-simple-image-widget-plugin.php:314
141
- msgid "Draft"
142
- msgstr ""
143
-
144
- #: includes/class-simple-image-widget-plugin.php:322
145
- #. translators: date format in table columns, see http:php.net/date
146
- msgid "Y/m/d"
147
- msgstr ""
148
-
149
- #: includes/class-simple-image-widget-plugin.php:358
150
- msgid "Find Post"
151
- msgstr ""
152
-
153
- #: includes/class-simple-image-widget-plugin.php:366
154
- msgid "Search"
155
- msgstr ""
156
-
157
- #: includes/class-simple-image-widget.php:43
158
- msgid "Image"
159
- msgstr ""
160
-
161
- #: includes/class-simple-image-widget.php:49
162
- msgid "An image from your Media Library."
163
- msgstr ""
164
-
165
- #: includes/class-simple-image-widget.php:254
166
- msgid "Title:"
167
- msgstr ""
168
-
169
- #: includes/class-simple-image-widget.php:260
170
- #: includes/class-simple-image-widget.php:270
171
- msgid "Choose an Image"
172
- msgstr ""
173
-
174
- #: includes/class-simple-image-widget.php:261
175
- msgid "Update Image"
176
- msgstr ""
177
-
178
- #: includes/class-simple-image-widget.php:282
179
- msgid "Size:"
180
- msgstr ""
181
-
182
- #: includes/class-simple-image-widget.php:302
183
- msgid "Link:"
184
- msgstr ""
185
-
186
- #: includes/class-simple-image-widget.php:311
187
- msgid "Open in new window?"
188
- msgstr ""
189
-
190
- #: includes/class-simple-image-widget.php:320
191
- msgid "Link Classes:"
192
- msgstr ""
193
-
194
- #: includes/class-simple-image-widget.php:329
195
- msgid "Link Text:"
196
- msgstr ""
197
-
198
- #: includes/class-simple-image-widget.php:338
199
- msgid "Text:"
200
- msgstr ""
201
-
202
- #. Plugin URI of the plugin/theme
203
- msgid "https://wordpress.org/extend/plugins/simple-image-widget/"
204
- msgstr ""
205
-
206
- #. Description of the plugin/theme
207
- msgid "A simple image widget utilizing the new WordPress media manager."
208
- msgstr ""
209
-
210
- #. Author of the plugin/theme
211
- msgid "Cedaro"
212
- msgstr ""
213
-
214
- #. Author URI of the plugin/theme
215
- msgid ""
216
- "http://www.cedaro.com/?utm_source=wordpress-plugin&utm_medium=link&utm_"
217
- "content=simple-image-widget-author-uri&utm_campaign=plugins"
218
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === Simple Image Widget ===
2
  Contributors: cedaro, bradyvercher
3
  Tags: image widget, widget, media, media manager, sidebar, image, photo, picture
4
- Requires at least: 4.0
5
  Tested up to: 4.5
6
  Stable tag: trunk
7
  License: GPL-2.0+
@@ -22,14 +22,6 @@ Despite its simplicity, Simple Image Widget is built with extensibility in mind,
22
  * [Follow @cedaroco](https://twitter.com/cedaroco)
23
  * [Visit Cedaro](http://www.cedaro.com/?utm_source=wordpress.org&utm_medium=link&utm_content=simple-image-widget-readme&utm_campaign=plugins)
24
 
25
- = Translation Credits =
26
-
27
- * Dutch (nl_NL) - Ronald de Caluwé [4.2.2]
28
- * Finnish (fi) - Tomi Mäenpää [v4.1.1]
29
- * French (fr_FR) - Alexandre Sadowski [v4.0.1]
30
- * Japanese (ja) - Fumito Mizuno [v4.2.0]
31
- * Serbo-Croation (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/) [v4.1.2]
32
-
33
  == Installation ==
34
 
35
  Install just like most other plugins. [Check out the codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) if you have any questions.
@@ -76,6 +68,11 @@ The widget uses the core function `wp_get_attachment_image()` to display the ima
76
 
77
  == Changelog ==
78
 
 
 
 
 
 
79
  = 4.3.0 =
80
  * Transferred to [Cedaro](http://www.cedaro.com/).
81
 
1
  === Simple Image Widget ===
2
  Contributors: cedaro, bradyvercher
3
  Tags: image widget, widget, media, media manager, sidebar, image, photo, picture
4
+ Requires at least: 4.3
5
  Tested up to: 4.5
6
  Stable tag: trunk
7
  License: GPL-2.0+
22
  * [Follow @cedaroco](https://twitter.com/cedaroco)
23
  * [Visit Cedaro](http://www.cedaro.com/?utm_source=wordpress.org&utm_medium=link&utm_content=simple-image-widget-readme&utm_campaign=plugins)
24
 
 
 
 
 
 
 
 
 
25
  == Installation ==
26
 
27
  Install just like most other plugins. [Check out the codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) if you have any questions.
68
 
69
  == Changelog ==
70
 
71
+ = 4.4.0 =
72
+ * Enabled selective refresh in the Customizer.
73
+ * Removed PO and MO files in favor of WordPress.org Language Packs.
74
+ * Prevented errors if the main plugin file is accessed directly.
75
+
76
  = 4.3.0 =
77
  * Transferred to [Cedaro](http://www.cedaro.com/).
78
 
simple-image-widget.php CHANGED
@@ -9,17 +9,21 @@
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Simple Image Widget
12
- * Plugin URI: https://wordpress.org/extend/plugins/simple-image-widget/
13
  * Description: A simple image widget utilizing the new WordPress media manager.
14
- * Version: 4.3.0
15
  * Author: Cedaro
16
  * Author URI: http://www.cedaro.com/?utm_source=wordpress-plugin&utm_medium=link&utm_content=simple-image-widget-author-uri&utm_campaign=plugins
17
  * License: GPL-2.0+
18
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
19
  * Text Domain: simple-image-widget
20
- * Domain Path: /languages
21
  */
22
 
 
 
 
 
 
23
  /**
24
  * Main plugin instance.
25
  *
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Simple Image Widget
12
+ * Plugin URI: https://wordpress.org/plugins/simple-image-widget/
13
  * Description: A simple image widget utilizing the new WordPress media manager.
14
+ * Version: 4.4.0
15
  * Author: Cedaro
16
  * Author URI: http://www.cedaro.com/?utm_source=wordpress-plugin&utm_medium=link&utm_content=simple-image-widget-author-uri&utm_campaign=plugins
17
  * License: GPL-2.0+
18
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
19
  * Text Domain: simple-image-widget
 
20
  */
21
 
22
+ // Exit if accessed directly.
23
+ if ( ! defined( 'ABSPATH' ) ) {
24
+ exit;
25
+ }
26
+
27
  /**
28
  * Main plugin instance.
29
  *