Enhanced Text Widget - Version 1.4.3

Version Description

  • Adds Italian translation
Download this release

Release Info

Developer bostondv
Plugin Icon wp plugin Enhanced Text Widget
Version 1.4.3
Comparing to
See all releases

Code changes from version 1.4.2 to 1.4.3

enhanced-text-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Text Widget
4
  Plugin URI: http://wordpress.org/plugins/enhanced-text-widget/
5
  Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, and/or PHP as content with linkable widget title.
6
- Version: 1.4.2
7
  Author: Boston Dell-Vandenberg
8
  Author URI: http://pomelodesign.com/
9
  License: GPL2
3
  Plugin Name: Enhanced Text Widget
4
  Plugin URI: http://wordpress.org/plugins/enhanced-text-widget/
5
  Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, and/or PHP as content with linkable widget title.
6
+ Version: 1.4.3
7
  Author: Boston Dell-Vandenberg
8
  Author URI: http://pomelodesign.com/
9
  License: GPL2
languages/.gitkeep ADDED
File without changes
languages/enhancedtext-it_IT.mo ADDED
Binary file
languages/enhancedtext-it_IT.po ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Enhanced Text Widget\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-08 16:01+0100\n"
6
+ "PO-Revision-Date: 2013-08-08 16:05+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Max Guglielmino <info@maxguglelmino.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-Language: Italian\n"
16
+ "X-Poedit-Country: ITALY\n"
17
+ "X-Poedit-SourceCharset: utf-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: enhanced-text-widget.php:32
21
+ msgid "Text, HTML, CSS, PHP, Flash, JavaScript, Shortcodes"
22
+ msgstr "Text, HTML, CSS, PHP, Flash, JavaScript, Shortcode"
23
+
24
+ #: enhanced-text-widget.php:34
25
+ msgid "Enhanced Text"
26
+ msgstr "Enhanced Text"
27
+
28
+ #: enhanced-text-widget.php:134
29
+ msgid "Title"
30
+ msgstr "Titolo"
31
+
32
+ #: enhanced-text-widget.php:139
33
+ msgid "URL"
34
+ msgstr "URL"
35
+
36
+ #: enhanced-text-widget.php:144
37
+ msgid "CSS Classes"
38
+ msgstr "Classi CSS"
39
+
40
+ #: enhanced-text-widget.php:149
41
+ msgid "Content"
42
+ msgstr "Contenuto"
43
+
44
+ #: enhanced-text-widget.php:154
45
+ msgid "Do not display the title"
46
+ msgstr "Non mostrare il titolo"
47
+
48
+ #: enhanced-text-widget.php:159
49
+ msgid "Open the URL in a new window"
50
+ msgstr "Apri l'URL in una nuova finestra"
51
+
52
+ #: enhanced-text-widget.php:163
53
+ msgid "Automatically add paragraphs to the content"
54
+ msgstr "Aggiungi paragrafi al contenuto automaticamente"
55
+
56
+ #: enhanced-text-widget.php:167
57
+ msgid "Do not output before/after_widget/title"
58
+ msgstr "Non generare before/after_widget/title"
59
+
60
+ #: enhanced-text-widget.php:170
61
+ msgid "Developed by"
62
+ msgstr "Sviluppato da"
63
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pomelodesign.com/donate/
4
  Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, php widget, link widget title, bare widget, widget shortcodes
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
- Stable tag: 1.4.2
8
  License: GPL2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -60,6 +60,9 @@ This is the initial release.
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.4.2 =
64
  * Removes widget caching
65
  * Fixes issue with multiline PHP code
4
  Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, php widget, link widget title, bare widget, widget shortcodes
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
+ Stable tag: 1.4.3
8
  License: GPL2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.4.3 =
64
+ * Adds Italian translation
65
+
66
  = 1.4.2 =
67
  * Removes widget caching
68
  * Fixes issue with multiline PHP code