Column Shortcodes - Version 0.3

Version Description

  • added RTL support and Hebrew language ( thanks to Rami Yushuvaey )
  • added Slovak translation ( thanks to Branco from WebHostingGeeks )
Download this release

Release Info

Developer tschutter
Plugin Icon 128x128 Column Shortcodes
Version 0.3
Comparing to
See all releases

Code changes from version 0.2 to 0.3

assets/css/admin-rtl.css ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #cpsh .cpsh-title {
2
+ width: 100%;
3
+ text-align: right;
4
+ }
5
+ #cpsh .columns {
6
+ padding-left: 0;
7
+ padding-right: 94px;
8
+ text-align: right;
9
+ background: transparent url(../images/columns-rtl.png) no-repeat right 6px;
10
+ }
11
+ #cpsh .cp-one_half { background-position: right 6px; }
12
+ #cpsh .cp-one_half_last { background-position: right -14px; }
13
+ #cpsh .cp-one_third { background-position: right -34px; }
14
+ #cpsh .cp-one_third_last { background-position: right -54px; }
15
+ #cpsh .cp-two_third { background-position: right -74px; }
16
+ #cpsh .cp-two_third_last { background-position: right -94px; }
17
+ #cpsh .cp-one_fourth { background-position: right -114px; }
18
+ #cpsh .cp-one_fourth_last { background-position: right -134px; }
19
+ #cpsh .cp-three_fourth { background-position: right -154px; }
20
+ #cpsh .cp-three_fourth_last { background-position: right -174px; }
21
+ #cpsh .cp-one_fifth { background-position: right -194px; }
22
+ #cpsh .cp-one_fifth_last { background-position: right -214px; }
23
+ #cpsh .cp-two_fifth { background-position: right -234px; }
24
+ #cpsh .cp-two_fifth_last { background-position: right -254px; }
25
+ #cpsh .cp-three_fifth { background-position: right -274px; }
26
+ #cpsh .cp-three_fifth_last { background-position: right -294px; }
27
+ #cpsh .cp-four_fifth { background-position: right -314px; }
28
+ #cpsh .cp-four_fifth_last { background-position: right -334px; }
29
+ #cpsh .cp-one_sixth { background-position: right -354px; }
30
+ #cpsh .cp-one_sixth_last { background-position: right -374px; }
assets/css/admin.css CHANGED
@@ -1,5 +1,3 @@
1
- #cpsh {}
2
-
3
  /* =Popup
4
  -------------------------------------------------------------- */
5
  #cpsh {
@@ -13,6 +11,7 @@
13
  width: 224px;
14
  margin: 0 0 6px;
15
  padding: 0;
 
16
  color: #666;
17
  font-size: 13px;
18
  }
@@ -24,26 +23,29 @@
24
  display: block;
25
  height: 20px;
26
  line-height: 20px;
 
27
  padding-left: 94px;
28
  min-width: 130px;
29
  text-decoration: none;
30
- background: transparent url(../images/columns.png) no-repeat 0 6px;
31
  }
32
- #cpsh .cp-one_half { background-position: 0 6px; }
33
- #cpsh .cp-one_half_last { background-position: 0 -14px; }
34
- #cpsh .cp-one_third { background-position: 0 -34px; }
35
- #cpsh .cp-one_third_last { background-position: 0 -54px; }
36
- #cpsh .cp-two_third { background-position: 0 -74px; }
37
- #cpsh .cp-two_third_last { background-position: 0 -94px; }
38
- #cpsh .cp-one_fourth { background-position: 0 -114px; }
39
- #cpsh .cp-one_fourth_last { background-position: 0 -134px; }
40
- #cpsh .cp-three_fourth { background-position: 0 -154px; }
41
- #cpsh .cp-three_fourth_last { background-position: 0 -174px; }
42
- #cpsh .cp-one_fifth { background-position: 0 -194px; }
43
- #cpsh .cp-one_fifth_last { background-position: 0 -214px; }
44
- #cpsh .cp-two_fifth { background-position: 0 -234px; }
45
- #cpsh .cp-two_fifth_last { background-position: 0 -254px; }
46
- #cpsh .cp-three_fifth { background-position: 0 -274px; }
47
- #cpsh .cp-three_fifth_last { background-position: 0 -294px; }
48
- #cpsh .cp-one_sixth { background-position: 0 -314px; }
49
- #cpsh .cp-one_sixth_last { background-position: 0 -334px; }
 
 
 
 
1
  /* =Popup
2
  -------------------------------------------------------------- */
3
  #cpsh {
11
  width: 224px;
12
  margin: 0 0 6px;
13
  padding: 0;
14
+ text-align: left;
15
  color: #666;
16
  font-size: 13px;
17
  }
23
  display: block;
24
  height: 20px;
25
  line-height: 20px;
26
+ text-align: left;
27
  padding-left: 94px;
28
  min-width: 130px;
29
  text-decoration: none;
30
+ background: transparent url(../images/columns.png) no-repeat left 6px;
31
  }
32
+ #cpsh .cp-one_half { background-position: left 6px; }
33
+ #cpsh .cp-one_half_last { background-position: left -14px; }
34
+ #cpsh .cp-one_third { background-position: left -34px; }
35
+ #cpsh .cp-one_third_last { background-position: left -54px; }
36
+ #cpsh .cp-two_third { background-position: left -74px; }
37
+ #cpsh .cp-two_third_last { background-position: left -94px; }
38
+ #cpsh .cp-one_fourth { background-position: left -114px; }
39
+ #cpsh .cp-one_fourth_last { background-position: left -134px; }
40
+ #cpsh .cp-three_fourth { background-position: left -154px; }
41
+ #cpsh .cp-three_fourth_last { background-position: left -174px; }
42
+ #cpsh .cp-one_fifth { background-position: left -194px; }
43
+ #cpsh .cp-one_fifth_last { background-position: left -214px; }
44
+ #cpsh .cp-two_fifth { background-position: left -234px; }
45
+ #cpsh .cp-two_fifth_last { background-position: left -254px; }
46
+ #cpsh .cp-three_fifth { background-position: left -274px; }
47
+ #cpsh .cp-three_fifth_last { background-position: left -294px; }
48
+ #cpsh .cp-four_fifth { background-position: left -314px; }
49
+ #cpsh .cp-four_fifth_last { background-position: left -334px; }
50
+ #cpsh .cp-one_sixth { background-position: left -354px; }
51
+ #cpsh .cp-one_sixth_last { background-position: left -374px; }
assets/css/shortcodes-rtl.css ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* =General CSS
2
+ -------------------------------------------------------------- */
3
+ .one_half,
4
+ .one_third,
5
+ .two_third,
6
+ .one_fourth,
7
+ .three_fourth,
8
+ .one_fifth,
9
+ .two_fifth,
10
+ .three_fifth,
11
+ .four_fifth,
12
+ .one_sixth {
13
+ float: right;
14
+ }
15
+ .clear_column {
16
+ clear:both;
17
+ display:block;
18
+ font-size:0; height:0;
19
+ line-height:0; width:100%;
20
+ overflow: hidden;
21
+ }
22
+
23
+ /* =Shortcodes Templates
24
+ -------------------------------------------------------------- */
25
+
26
+ /* =Default Template (no margin)
27
+ -------------------------------------------------------------- */
28
+ .one_half {
29
+ width: 50%;
30
+ }
31
+ .one_third {
32
+ width: 33.3%;
33
+ }
34
+ .two_third {
35
+ width: 66.6%;
36
+ }
37
+ .one_fourth {
38
+ width: 25%;
39
+ }
40
+ .three_fourth {
41
+ width: 75%;
42
+ }
43
+ .one_fifth {
44
+ width: 20%;
45
+ }
46
+ .two_fifth {
47
+ width: 40%;
48
+ }
49
+ .three_fifth {
50
+ width: 60%;
51
+ }
52
+ .four_fifth {
53
+ width: 80%;
54
+ }
55
+ .one_sixth {
56
+ width: 16.6%;
57
+ }
58
+
59
+ /* =Small Margins Template
60
+ -------------------------------------------------------------- */
61
+ /*
62
+ .one_half {
63
+ width: 48%;
64
+ margin-left: 2%;
65
+ }
66
+ .one_third {
67
+ width: 32%;
68
+ margin-left: 1.3%;
69
+ }
70
+ .two_third {
71
+ width: 64%;
72
+ margin-left: 2.6%;
73
+ }
74
+ .one_fourth {
75
+ width: 24%;
76
+ margin-left: 1%;
77
+ }
78
+ .three_fourth {
79
+ width: 72%;
80
+ margin-left: 3%;
81
+ }
82
+ .one_fifth {
83
+ width: 19%;
84
+ margin-left: 1%;
85
+ }
86
+ .two_fifth {
87
+ width: 38%;
88
+ margin-left: 2%;
89
+ }
90
+ .three_fifth {
91
+ width: 57%;
92
+ margin-left: 3%;
93
+ }
94
+ .four_fifth {
95
+ width: 76%;
96
+ margin-right: 3%;
97
+ }
98
+ .one_sixth {
99
+ width: 16%;
100
+ margin-left: 0.6%;
101
+ }
102
+ */
assets/css/shortcodes.css CHANGED
@@ -8,6 +8,7 @@
8
  .one_fifth,
9
  .two_fifth,
10
  .three_fifth,
 
11
  .one_sixth {
12
  float: left;
13
  }
@@ -48,6 +49,9 @@
48
  .three_fifth {
49
  width: 60%;
50
  }
 
 
 
51
  .one_sixth {
52
  width: 16.6%;
53
  }
@@ -87,6 +91,10 @@
87
  width: 57%;
88
  margin-right: 3%;
89
  }
 
 
 
 
90
  .one_sixth {
91
  width: 16%;
92
  margin-right: 0.6%;
8
  .one_fifth,
9
  .two_fifth,
10
  .three_fifth,
11
+ .four_fifth,
12
  .one_sixth {
13
  float: left;
14
  }
49
  .three_fifth {
50
  width: 60%;
51
  }
52
+ .four_fifth {
53
+ width: 80%;
54
+ }
55
  .one_sixth {
56
  width: 16.6%;
57
  }
91
  width: 57%;
92
  margin-right: 3%;
93
  }
94
+ .four_fifth {
95
+ width: 76%;
96
+ margin-right: 3%;
97
+ }
98
  .one_sixth {
99
  width: 16%;
100
  margin-right: 0.6%;
assets/images/columns-rtl.png ADDED
Binary file
assets/images/columns.png CHANGED
Binary file
column-shortcodes.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Column Shortcodes
4
- Version: 0.2
5
  Description: Adds shortcodes to easily create columns in your posts or pages
6
  Author: Codepress
7
  Author URI: http://www.codepress.nl
@@ -26,7 +26,7 @@ along with this program; if not, write to the Free Software
26
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
  */
28
 
29
- define( 'CPSH_VERSION', '0.1' );
30
  define( 'CPSH_URL', plugins_url('', __FILE__) );
31
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
32
 
@@ -81,7 +81,11 @@ class Codepress_Column_Shortcodes
81
  */
82
  public function admin_styles()
83
  {
84
- wp_enqueue_style( 'cpsh-admin', CPSH_URL.'/assets/css/admin.css', array(), CPSH_VERSION, 'all' );
 
 
 
 
85
  }
86
 
87
  /**
@@ -103,7 +107,12 @@ class Codepress_Column_Shortcodes
103
  */
104
  public function frontend_styles()
105
  {
106
- wp_enqueue_style( 'cpsh-shortcodes', CPSH_URL.'/assets/css/shortcodes.css', array(), CPSH_VERSION, 'all' );
 
 
 
 
 
107
  }
108
 
109
  /**
@@ -242,6 +251,7 @@ class Codepress_Column_Shortcodes
242
  'one_fifth' => array ('display_name' => __('one fifth', CPSH_TEXTDOMAIN) ),
243
  'two_fifth' => array ('display_name' => __('two fifth', CPSH_TEXTDOMAIN) ),
244
  'three_fifth' => array ('display_name' => __('three fifth', CPSH_TEXTDOMAIN) ),
 
245
  'one_sixth' => array ('display_name' => __('one sixth', CPSH_TEXTDOMAIN) )
246
  );
247
 
1
  <?php
2
  /*
3
  Plugin Name: Column Shortcodes
4
+ Version: 0.3
5
  Description: Adds shortcodes to easily create columns in your posts or pages
6
  Author: Codepress
7
  Author URI: http://www.codepress.nl
26
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
  */
28
 
29
+ define( 'CPSH_VERSION', '0.3' );
30
  define( 'CPSH_URL', plugins_url('', __FILE__) );
31
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
32
 
81
  */
82
  public function admin_styles()
83
  {
84
+ wp_enqueue_style( 'cpsh-admin', CPSH_URL.'/assets/css/admin.css', array(), CPSH_VERSION, 'all' );
85
+
86
+ if ( is_rtl() ) {
87
+ wp_enqueue_style( 'cpsh-admin-rtl', CPSH_URL.'/assets/css/admin-rtl.css', array(), CPSH_VERSION, 'all' );
88
+ }
89
  }
90
 
91
  /**
107
  */
108
  public function frontend_styles()
109
  {
110
+ if ( ! is_rtl() ) {
111
+ wp_enqueue_style( 'cpsh-shortcodes', CPSH_URL.'/assets/css/shortcodes.css', array(), CPSH_VERSION, 'all' );
112
+ } else {
113
+ wp_enqueue_style( 'cpsh-shortcodes-rtl', CPSH_URL.'/assets/css/shortcodes-rtl.css', array(), CPSH_VERSION, 'all' );
114
+ }
115
+
116
  }
117
 
118
  /**
251
  'one_fifth' => array ('display_name' => __('one fifth', CPSH_TEXTDOMAIN) ),
252
  'two_fifth' => array ('display_name' => __('two fifth', CPSH_TEXTDOMAIN) ),
253
  'three_fifth' => array ('display_name' => __('three fifth', CPSH_TEXTDOMAIN) ),
254
+ 'four_fifth' => array ('display_name' => __('four fifth', CPSH_TEXTDOMAIN) ),
255
  'one_sixth' => array ('display_name' => __('one sixth', CPSH_TEXTDOMAIN) )
256
  );
257
 
languages/column-shortcodes-he_IL.mo ADDED
Binary file
languages/column-shortcodes-he_IL.po ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Column Shortcodes\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-08-27 16:24+0100\n"
6
+ "PO-Revision-Date: 2013-01-08 11:58+0200\n"
7
+ "Last-Translator: ramiy <r_a_m_i@hotmail.com>\n"
8
+ "Language-Team: Rami Y (wp-tricks.co.il) <r_a_m_i@hotmail.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: __;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "Language: Hebrew\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPath-1: ..\n"
19
+
20
+ #: ../column-shortcodes.php:174
21
+ msgid "Select shortcode"
22
+ msgstr "בחר פקודת מקרו"
23
+
24
+ #: ../column-shortcodes.php:208
25
+ msgid "Column shortcodes"
26
+ msgstr "טור פקודות מקרו"
27
+
28
+ #: ../column-shortcodes.php:231
29
+ msgid "one half"
30
+ msgstr "חצי"
31
+
32
+ #: ../column-shortcodes.php:232
33
+ msgid "one third"
34
+ msgstr "שליש"
35
+
36
+ #: ../column-shortcodes.php:233
37
+ msgid "one fourth"
38
+ msgstr "רבע"
39
+
40
+ #: ../column-shortcodes.php:234
41
+ msgid "two third"
42
+ msgstr "שני שליש"
43
+
44
+ #: ../column-shortcodes.php:235
45
+ msgid "three fourth"
46
+ msgstr "שלוש רבעים"
47
+
48
+ #: ../column-shortcodes.php:236
49
+ msgid "one fifth"
50
+ msgstr "חמישית"
51
+
52
+ #: ../column-shortcodes.php:237
53
+ msgid "two fifth"
54
+ msgstr "שתי חמישיות"
55
+
56
+ #: ../column-shortcodes.php:238
57
+ msgid "three fifth"
58
+ msgstr "שלוש חמישיות"
59
+
60
+ #: ../column-shortcodes.php:239
61
+ msgid "one sixth"
62
+ msgstr "שישית"
63
+
64
+ #: ../column-shortcodes.php:255
65
+ msgid "last"
66
+ msgstr "אחרון"
languages/column-shortcodes_sk_SK.mo ADDED
Binary file
languages/column-shortcodes_sk_SK.po ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Column Shortcodes\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-07-20 15:46+0100\n"
6
+ "PO-Revision-Date: 2013-01-16 02:19+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Codepress <info@codepress.nl>\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: __;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPath-1: ..\n"
18
+
19
+ #: ../column-shortcodes.php:174
20
+ msgid "Select shortcode"
21
+ msgstr "Zvoľte krátky"
22
+
23
+ #: ../column-shortcodes.php:208
24
+ msgid "Column shortcodes"
25
+ msgstr "Stĺpec shortcodes"
26
+
27
+ #: ../column-shortcodes.php:231
28
+ msgid "one half"
29
+ msgstr "jedna polovica"
30
+
31
+ #: ../column-shortcodes.php:232
32
+ msgid "one third"
33
+ msgstr "jedna tretina"
34
+
35
+ #: ../column-shortcodes.php:233
36
+ msgid "one fourth"
37
+ msgstr "štvrtina"
38
+
39
+ #: ../column-shortcodes.php:234
40
+ msgid "two third"
41
+ msgstr "dve tretiny"
42
+
43
+ #: ../column-shortcodes.php:235
44
+ msgid "three fourth"
45
+ msgstr "tri štvrtý"
46
+
47
+ #: ../column-shortcodes.php:236
48
+ msgid "one fifth"
49
+ msgstr "jedna pätina"
50
+
51
+ #: ../column-shortcodes.php:237
52
+ msgid "two fifth"
53
+ msgstr "dve piaty"
54
+
55
+ #: ../column-shortcodes.php:238
56
+ msgid "three fifth"
57
+ msgstr "tromi pätina"
58
+
59
+ #: ../column-shortcodes.php:239
60
+ msgid "one sixth"
61
+ msgstr "jedna šestina"
62
+
63
+ #: ../column-shortcodes.php:255
64
+ msgid "last"
65
+ msgstr "posledný"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: codepress, tschutter, davidmosterd
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: columns, column, shortcodes, shortcode, divider, layout, posts, editor, wp-admin, admin, codepress, wordpress
5
  Requires at least: 3.1
6
- Tested up to: 3.4
7
- Stable tag: 0.2
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
@@ -24,6 +24,7 @@ There are 9 different column widths available from which you can make all combin
24
  * one fifth (1/5)
25
  * two fifth (2/5)
26
  * three fifth (3/5)
 
27
  * one sixth (1/6)
28
 
29
  A preset stylesheet is included, which you can also overwrite to you liking in your theme's stylesheet.
@@ -66,6 +67,8 @@ You could also type in the shortcode yourself inside the editor. The following s
66
  [two_fifth_last][/two_fifth_last]
67
  [three_fifth][/three_fifth]
68
  [three_fifth_last][/three_fifth_last]
 
 
69
  [one_sixth][/one_sixth]
70
  [one_sixth_last][/one_sixth_last]
71
  `
@@ -130,6 +133,10 @@ You can easily overwrite the existing stylesheet. For example you would like to
130
  width: 57%;
131
  margin-right: 3%;
132
  }
 
 
 
 
133
  .one_sixth {
134
  width: 16%;
135
  margin-right: 0.6%;
@@ -154,6 +161,11 @@ You will find a .po file in the languages folder which you can use. You can send
154
 
155
  == Changelog ==
156
 
 
 
 
 
 
157
  = 0.2 =
158
 
159
  * added french and spanish language ( thanks to Mikel Aralar )
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: columns, column, shortcodes, shortcode, divider, layout, posts, editor, wp-admin, admin, codepress, wordpress
5
  Requires at least: 3.1
6
+ Tested up to: 3.5
7
+ Stable tag: 0.3
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
24
  * one fifth (1/5)
25
  * two fifth (2/5)
26
  * three fifth (3/5)
27
+ * four fifth (4/5)
28
  * one sixth (1/6)
29
 
30
  A preset stylesheet is included, which you can also overwrite to you liking in your theme's stylesheet.
67
  [two_fifth_last][/two_fifth_last]
68
  [three_fifth][/three_fifth]
69
  [three_fifth_last][/three_fifth_last]
70
+ [four_fifth][/four_fifth]
71
+ [four_fifth_last][/four_fifth_last]
72
  [one_sixth][/one_sixth]
73
  [one_sixth_last][/one_sixth_last]
74
  `
133
  width: 57%;
134
  margin-right: 3%;
135
  }
136
+ .four_fifth {
137
+ width: 76%;
138
+ margin-right: 3%;
139
+ }
140
  .one_sixth {
141
  width: 16%;
142
  margin-right: 0.6%;
161
 
162
  == Changelog ==
163
 
164
+ = 0.3 =
165
+
166
+ * added RTL support and Hebrew language ( thanks to Rami Yushuvaey )
167
+ * added Slovak translation ( thanks to Branco from WebHostingGeeks )
168
+
169
  = 0.2 =
170
 
171
  * added french and spanish language ( thanks to Mikel Aralar )