Image Widget - Version 3.2.5

Version Description

  • Added Swedish translation courtesy of Tomas Lindhoff (@Tomas)
Download this release

Release Info

Developer peterchester
Plugin Icon 128x128 Image Widget
Version 3.2.5
Comparing to
See all releases

Code changes from version 3.2.4 to 3.2.5

image-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Image Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: Simple image widget that uses native Wordpress upload thickbox to add image widgets to your site.
6
  Author: Shane and Peter, Inc.
7
- Version: 3.2.4
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: Simple image widget that uses native Wordpress upload thickbox to add image widgets to your site.
6
  Author: Shane and Peter, Inc.
7
+ Version: 3.2.5
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
lang/sp_image_widget-sv_SE.mo ADDED
Binary file
lang/sp_image_widget-sv_SE.po ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the Image Widget 3.1.4 WordPress plugin.
2
+ # This file is distributed under the same license as the the Image Widget package.
3
+ # Rüdiger Weiß <ruediger@mac.com>, 2010.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Image Widget 3.1.3\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2010-01-30 14:15+0100\n"
10
+ "PO-Revision-Date: 2011-01-26 14:48+0100\n"
11
+ "Last-Translator: Tomas Lindhoff <tomas@spotlife.se>\n"
12
+ "Language-Team: Rüdiger Weiß <ruediger@mac.com>\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Poedit-Language: German\n"
17
+ "X-Poedit-Country: GERMANY\n"
18
+ "X-Poedit-SourceCharset: iso-8859-1\n"
19
+ "X-Poedit-KeywordsList: __;_e\n"
20
+ "X-Poedit-Basepath: .\n"
21
+
22
+ #: image-widget.php:33
23
+ msgid "Showcase a single image with a Title, URL, and a Description"
24
+ msgstr "Visa upp en bild med titel, url och beskrivning"
25
+
26
+ #: image-widget.php:35
27
+ msgid "Image Widget"
28
+ msgstr "Bild Widget"
29
+
30
+ #: image-widget.php:114
31
+ msgid "Insert Into Widget"
32
+ msgstr "Infoga i Bild Widget"
33
+
34
+ #: image-widget.php:265
35
+ msgid "Title:"
36
+ msgstr "Titel:"
37
+
38
+ #: image-widget.php:268
39
+ msgid "Image:"
40
+ msgstr "Bild:"
41
+
42
+ #: image-widget.php:272
43
+ msgid "Change Image"
44
+ msgstr "Ändra bild"
45
+
46
+ #: image-widget.php:272
47
+ msgid "Add Image"
48
+ msgstr "Lägg till Bild"
49
+
50
+ #: image-widget.php:295
51
+ msgid "Caption:"
52
+ msgstr "Beskrivning:"
53
+
54
+ #: image-widget.php:298
55
+ msgid "Link:"
56
+ msgstr "Länk:"
57
+
58
+ #: image-widget.php:301
59
+ msgid "Stay in Window"
60
+ msgstr "Stanna i fönster"
61
+
62
+ #: image-widget.php:302
63
+ msgid "Open New Window"
64
+ msgstr "Öppna i nytt fönster"
65
+
66
+ #: image-widget.php:305
67
+ msgid "Width:"
68
+ msgstr "Bredd:"
69
+
70
+ #: image-widget.php:308
71
+ msgid "Height:"
72
+ msgstr "Höjd:"
73
+
74
+ #: image-widget.php:311
75
+ msgid "Align:"
76
+ msgstr "Justering:"
77
+
78
+ #: image-widget.php:313
79
+ msgid "none"
80
+ msgstr "ingen"
81
+
82
+ #: image-widget.php:314
83
+ msgid "left"
84
+ msgstr "vänster"
85
+
86
+ #: image-widget.php:315
87
+ msgid "center"
88
+ msgstr "centrerad"
89
+
90
+ #: image-widget.php:316
91
+ msgid "right"
92
+ msgstr "höger"
93
+
94
+ #: image-widget.php:331
95
+ msgid "Alternate Text:"
96
+ msgstr "Alternativ Text"
97
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
- Stable tag: 3.2.4
8
 
9
  == Description ==
10
 
@@ -16,7 +16,7 @@ Simple image widget that uses native Wordpress upload thickbox to add image widg
16
  * Title and Description
17
  * Very versatile. All fields are optional.
18
  * Upload, link to external image, or select an image from your media collection using the built in thickbox browser.
19
- * Language Support for German, Portuguese, and French (feel free to contribute other languages)
20
  * Supports override of template so that you can override the template for your theme!
21
 
22
  This plugin is actively supported and we will do our best to help you. In return we simply as 3 things:
@@ -67,6 +67,10 @@ function my_template_filter($template) {
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 3.2.4 =
71
 
72
  * Added javascript conflict prevention code thanks to @rcain.
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
+ Stable tag: 3.2.5
8
 
9
  == Description ==
10
 
16
  * Title and Description
17
  * Very versatile. All fields are optional.
18
  * Upload, link to external image, or select an image from your media collection using the built in thickbox browser.
19
+ * Language Support for German, Portuguese, Swedish and French (feel free to contribute other languages)
20
  * Supports override of template so that you can override the template for your theme!
21
 
22
  This plugin is actively supported and we will do our best to help you. In return we simply as 3 things:
67
 
68
  == Changelog ==
69
 
70
+ = 3.2.5 =
71
+
72
+ * Added Swedish translation courtesy of Tomas Lindhoff (@Tomas)
73
+
74
  = 3.2.4 =
75
 
76
  * Added javascript conflict prevention code thanks to @rcain.