Image Widget - Version 3.2.3

Version Description

  • Added French translation courtesy of Dominique Corbex (Domcox)
Download this release

Release Info

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

Code changes from version 3.2.2 to 3.2.3

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.2
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.3
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
lang/SP_Image_Widget-fr_FR.mo ADDED
Binary file
lang/SP_Image_Widget-fr_FR.po ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #
4
+ # Authors
5
+ # Dominique Corbex <domcox[at]sourceforge.net>, 2010
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Image Widget 3.1.3\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2010-01-30 14:15+0100\n"
12
+ "PO-Revision-Date: 2010-12-11 17:43+0100\n"
13
+ "Last-Translator: Dominique Corbex <domcox[at]sourceforge.net>\n"
14
+ "Language-Team: Dominique Corbex <domcox[at]sourceforge.net>\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "x-editor:Emacs 23.1"
19
+
20
+ #: image-widget.php:33
21
+ msgid "Showcase a single image with a Title, URL, and a Description"
22
+ msgstr "Affiche une seule image avec un titre, URL et une description"
23
+
24
+ #: image-widget.php:35
25
+ msgid "Image Widget"
26
+ msgstr "Image Widget"
27
+
28
+ #: image-widget.php:114
29
+ msgid "Insert Into Widget"
30
+ msgstr "Insérer dans le Widget"
31
+
32
+ #: image-widget.php:265
33
+ msgid "Title:"
34
+ msgstr "Titre :"
35
+
36
+ #: image-widget.php:268
37
+ msgid "Image:"
38
+ msgstr "Image :"
39
+
40
+ #: image-widget.php:272
41
+ msgid "Change Image"
42
+ msgstr "Changer d'image :"
43
+
44
+ #: image-widget.php:272
45
+ msgid "Add Image"
46
+ msgstr "Ajouter une image"
47
+
48
+ #: image-widget.php:295
49
+ msgid "Caption:"
50
+ msgstr "Légende :"
51
+
52
+ #: image-widget.php:298
53
+ msgid "Link:"
54
+ msgstr "Lien :"
55
+
56
+ #: image-widget.php:301
57
+ msgid "Stay in Window"
58
+ msgstr "Dans la même fenêtre"
59
+
60
+ #: image-widget.php:302
61
+ msgid "Open New Window"
62
+ msgstr "Ouvrir une nouvelle fenêtre"
63
+
64
+ #: image-widget.php:305
65
+ msgid "Width:"
66
+ msgstr "Largeur :"
67
+
68
+ #: image-widget.php:308
69
+ msgid "Height:"
70
+ msgstr "Hauteur :"
71
+
72
+ #: image-widget.php:311
73
+ msgid "Align:"
74
+ msgstr "Alignement :"
75
+
76
+ #: image-widget.php:313
77
+ msgid "none"
78
+ msgstr "aucun"
79
+
80
+ #: image-widget.php:314
81
+ msgid "left"
82
+ msgstr "gauche"
83
+
84
+ #: image-widget.php:315
85
+ msgid "center"
86
+ msgstr "centre"
87
+
88
+ #: image-widget.php:316
89
+ msgid "right"
90
+ msgstr "droite"
91
+
92
+ #: image-widget.php:331
93
+ msgid "Alternate Text:"
94
+ msgstr "Texte alternatif :"
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.0.1
7
- Stable tag: 3.2.2
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 (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.2 =
71
 
72
  * Added Portuguese translation courtesy of Gustavo Machado
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.0.1
7
+ Stable tag: 3.2.3
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, 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.3 =
71
+
72
+ * Added French translation courtesy of Dominique Corbex (Domcox)
73
+
74
  = 3.2.2 =
75
 
76
  * Added Portuguese translation courtesy of Gustavo Machado