Category Order and Taxonomy Terms Order - Version 1.4.2

Version Description

  • Iranian Language (eydaaad@gmail.com)
    • Admin css updates.
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Category Order and Taxonomy Terms Order
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

Files changed (9) hide show
  1. css/to.css +10 -5
  2. include/interface.php +2 -2
  3. lang/to-fa_IR.mo +0 -0
  4. lang/to-fa_IR.po +177 -0
  5. lang/to.mo +0 -0
  6. lang/to.po +64 -52
  7. lang/to.pot +0 -178
  8. readme.txt +5 -1
  9. taxonomy-terms-order.php +2 -2
css/to.css CHANGED
@@ -1,26 +1,31 @@
1
 
2
  h2.subtitle {font-size: 15px; font-style: italic; font-weight: bold}
3
 
 
4
  #order-terms img {vertical-align: middle}
5
  #order-terms #tto_sortable { list-style-type: none; margin: 20px 0 0; padding: 0; width: 100%; }
6
  #order-terms ul {list-style: none;}
7
  #order-terms ul.children {margin-left: 25px}
8
- .term_type_li .item {border: 1px solid #DDDDDD; border-radius: 6px 6px 6px 6px; cursor: move; margin: 4px 0; padding: 2px 0;line-height: 140%;margin-bottom: 6px;}
9
- .term_type_li .item span { background: none repeat scroll 0 0 #F7F7F7; color: #555555; display: block; font-weight: bold; padding: 5px 15px;}
 
 
 
 
10
  .term_type_li .item span.edit {position: absolute; right: 10px; top: 6px; padding: 0px; margin: 0px}
11
- #order-terms .placeholder{border-color:#bbb;background-color:#f5f5f5; height:30px; background-image: none; -moz-border-radius: 6px 6px 6px 6px; border: 1px solid #E6E6E6;}
12
  .term_type_li ul {margin-top: 6px}
13
  #dragHelper li, #dragHelper ul {background: transparent !important;}
14
  #dragHelper ul {list-style: none;}
15
 
16
  .wp-list-taxonomy {width: 100%}
17
- .wp-list-taxonomy thead tr th{padding-bottom: 7px}
18
  .wp-list-taxonomy tr {background-color: #FCFCFC;}
19
  .wp-list-taxonomy tbody th.check-column { padding: 9px 0 22px;}
20
  .wp-list-taxonomy td { color: #555555;}
21
  .wp-list-taxonomy td, .wp-list-taxonomy th { border-bottom-color: #DFDFDF; border-top-color: #FFFFFF;}
22
  .wp-list-taxonomy th, .wp-list-taxonomy td { overflow: hidden;}
23
- .wp-list-taxonomy td { font-size: 12px; padding: 9px 7px 4px 7px; vertical-align: top;}
24
  .wp-list-taxonomy td, .wp-list-taxonomy th { border-style: solid; border-width: 1px 0;}
25
  .wp-list-taxonomy * { word-wrap: break-word;}
26
 
1
 
2
  h2.subtitle {font-size: 15px; font-style: italic; font-weight: bold}
3
 
4
+ #order-terms {}
5
  #order-terms img {vertical-align: middle}
6
  #order-terms #tto_sortable { list-style-type: none; margin: 20px 0 0; padding: 0; width: 100%; }
7
  #order-terms ul {list-style: none;}
8
  #order-terms ul.children {margin-left: 25px}
9
+ .term_type_li .item {background-color: #f9f9f9;
10
+ border: 1px solid #dddddd;
11
+ cursor: move;
12
+ margin: 4px 0;
13
+ padding: 2px 0;}
14
+ .term_type_li .item span { background: none repeat scroll 0 0 #F7F7F7; color: #555555; display: block; font-weight: bold; padding: 5px 15px; font-size: 13px;}
15
  .term_type_li .item span.edit {position: absolute; right: 10px; top: 6px; padding: 0px; margin: 0px}
16
+ #order-terms .placeholder{border: dashed 2px #ccc;height:30px; background-color: #FFF;}
17
  .term_type_li ul {margin-top: 6px}
18
  #dragHelper li, #dragHelper ul {background: transparent !important;}
19
  #dragHelper ul {list-style: none;}
20
 
21
  .wp-list-taxonomy {width: 100%}
22
+ .wp-list-taxonomy thead tr th{padding: 10px 0;}
23
  .wp-list-taxonomy tr {background-color: #FCFCFC;}
24
  .wp-list-taxonomy tbody th.check-column { padding: 9px 0 22px;}
25
  .wp-list-taxonomy td { color: #555555;}
26
  .wp-list-taxonomy td, .wp-list-taxonomy th { border-bottom-color: #DFDFDF; border-top-color: #FFFFFF;}
27
  .wp-list-taxonomy th, .wp-list-taxonomy td { overflow: hidden;}
28
+ .wp-list-taxonomy td { padding: 9px 7px 4px 7px; vertical-align: top;}
29
  .wp-list-taxonomy td, .wp-list-taxonomy th { border-style: solid; border-width: 1px 0;}
30
  .wp-list-taxonomy * { word-wrap: break-word;}
31
 
include/interface.php CHANGED
@@ -92,7 +92,7 @@
92
  ?>
93
  </tbody>
94
  </table>
95
- <br /><br />
96
  <?php
97
  }
98
  ?>
@@ -163,7 +163,7 @@
163
  var serialize_data = serialize(mySortable);
164
 
165
  jQuery.post( ajaxurl, { action:'update-taxonomy-order', order: serialize_data, taxonomy : '<?php echo $taxonomy ?>' }, function() {
166
- jQuery("#ajax-response").html('<div class="message updated fade"><p><?php _e( "Items Order Updates", 'tto' ) ?></p></div>');
167
  jQuery("#ajax-response div").delay(3000).hide("slow");
168
  });
169
  });
92
  ?>
93
  </tbody>
94
  </table>
95
+ <br />
96
  <?php
97
  }
98
  ?>
163
  var serialize_data = serialize(mySortable);
164
 
165
  jQuery.post( ajaxurl, { action:'update-taxonomy-order', order: serialize_data, taxonomy : '<?php echo $taxonomy ?>' }, function() {
166
+ jQuery("#ajax-response").html('<div class="message updated fade"><p><?php _e( "Items Order Updated", 'tto' ) ?></p></div>');
167
  jQuery("#ajax-response div").delay(3000).hide("slow");
168
  });
169
  });
lang/to-fa_IR.mo ADDED
Binary file
lang/to-fa_IR.po ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Category Order and Taxonomy Terms Order\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-07-06 17:32+0200\n"
6
+ "PO-Revision-Date: 2015-02-27 14:16+0330\n"
7
+ "Last-Translator: ای داد <eydaaad@gmail.com>\n"
8
+ "Language-Team: Eydad <eydaaad@gmail.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: D:\\htdocs\\develop\\advanced_post_types_order\\wp-content"
14
+ "\\plugins\\taxonomy-terms-order\\\n"
15
+ "Language: fa_IR\n"
16
+ "X-Generator: Poedit 1.6.8\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: include/interface.php:19
22
+ msgid "Taxonomy Order"
23
+ msgstr "ترتیب طبقه‌بندی دسته‌ها"
24
+
25
+ #: include/interface.php:52 include/options.php:57
26
+ msgid ""
27
+ "Did you found useful this plug-in? Please support our work with a donation "
28
+ "or write an article about this plugin in your blog with a link to our site"
29
+ msgstr ""
30
+ "این افزونه را مفید میدانید؟ لطفاً از آن با اهدای مبلغ یا نوشتن مقاله‌ای در "
31
+ "پایگاه خود (با درج پیوند به وبسایت ما) حمایت کنید."
32
+
33
+ #: include/interface.php:53 include/options.php:58
34
+ msgid ""
35
+ "Did you know there is available a more advanced version of this plug-in?"
36
+ msgstr "آیا میدانید که نسخه پیشرفته‌تری از این افزونه نیز موجود است؟"
37
+
38
+ #: include/interface.php:53 include/options.php:58
39
+ msgid "Read more"
40
+ msgstr "ادامه مطلب"
41
+
42
+ #: include/interface.php:54 include/options.php:59
43
+ msgid "Check our"
44
+ msgstr "بررسی نمایید"
45
+
46
+ #: include/interface.php:54 include/options.php:59
47
+ msgid "plugin which allow to custom sort all posts, pages, custom post types"
48
+ msgstr ""
49
+ "افزونه‌ای که به شما مرتب‌سازی دلخواه دسته‌های تمامی نوشته‌ها، برگه‌ها و ... را "
50
+ "خواهد داد."
51
+
52
+ #: include/interface.php:60
53
+ msgid ""
54
+ "This plugin can't work without javascript, because it's use drag and drop "
55
+ "and AJAX."
56
+ msgstr ""
57
+ "این افزونه بدون جاوااسکریپت بدرستی عمل نمی‌نماید، به این دلیل که از \"کشیدن و "
58
+ "رها کردن\" و آژاکس استفاده می‌نماید."
59
+
60
+ #: include/interface.php:96
61
+ msgid "Taxonomies"
62
+ msgstr "طبقه‌بندی‌ها"
63
+
64
+ #: include/interface.php:100
65
+ msgid "Taxonomy Title"
66
+ msgstr "عنوان طبقه‌بندی‌ها"
67
+
68
+ #: include/interface.php:100
69
+ msgid "Total Posts"
70
+ msgstr "تمامی نوشته‌ها"
71
+
72
+ #: include/interface.php:150
73
+ msgid "Update"
74
+ msgstr "به‌روز‌رسانی"
75
+
76
+ #: include/interface.php:199
77
+ msgid "Items Order Updates"
78
+ msgstr "به‌روزرسانی ترتیب موارد"
79
+
80
+ #: include/options.php:16
81
+ msgid "Settings Saved"
82
+ msgstr "تنظیمات ذخیره شد"
83
+
84
+ #: include/options.php:24
85
+ msgid "General Settings"
86
+ msgstr "تنظیمات کلی"
87
+
88
+ #: include/options.php:64
89
+ msgid "General"
90
+ msgstr "کلیات"
91
+
92
+ #: include/options.php:69
93
+ msgid "Minimum Level to use this plugin"
94
+ msgstr "سطح حداقلی برای استفاده از این افزونه"
95
+
96
+ #: include/options.php:72
97
+ msgid "Subscriber"
98
+ msgstr "مشترک"
99
+
100
+ #: include/options.php:73
101
+ msgid "Contributor"
102
+ msgstr "مشارکت کننده"
103
+
104
+ #: include/options.php:74
105
+ msgid "Author"
106
+ msgstr "نویسنده"
107
+
108
+ #: include/options.php:75
109
+ msgid "Editor"
110
+ msgstr "ویرایشگر"
111
+
112
+ #: include/options.php:76
113
+ msgid "Administrator"
114
+ msgstr "مدیر"
115
+
116
+ #: include/options.php:83
117
+ msgid "Auto Sort"
118
+ msgstr "ترتیب اتوماتیک"
119
+
120
+ #: include/options.php:86
121
+ msgid "OFF"
122
+ msgstr "خاموش"
123
+
124
+ #: include/options.php:87
125
+ msgid "ON"
126
+ msgstr "روشن"
127
+
128
+ #: include/options.php:88
129
+ msgid "global setting"
130
+ msgstr "تنظیمات جهانی"
131
+
132
+ #: include/options.php:93
133
+ msgid "Admin Sort"
134
+ msgstr "ترتیب مدیریت"
135
+
136
+ #: include/options.php:97
137
+ msgid "This will change the order of terms within the admin interface"
138
+ msgstr "این گزینه ترتیب را براساس طرح مدیریتی تنظیم می‌نماید."
139
+
140
+ #: include/options.php:105
141
+ msgid "Autosort OFF"
142
+ msgstr "ترتیب اتوماتیک خاموش"
143
+
144
+ #: include/options.php:106
145
+ msgid ""
146
+ "No query will be changed, the terms will appear in the original order. To "
147
+ "retrieve the terms in the required order you must use the term_order on the "
148
+ "orderby parameter"
149
+ msgstr ""
150
+ "هیچ کوئری ای تغییر داده نخواهد شد و موارد براساس ترتیب اصلی نمایش داده "
151
+ "می‌شوند. برای بازیابی موارد براساس ترتیب مورد نیاز باید از term_order در "
152
+ "order by parameter به صورت زیر استفاده نمایید"
153
+
154
+ #: include/options.php:114
155
+ msgid "See more info on the get_terms usage"
156
+ msgstr "اطلاعات بیشتر در get_terms "
157
+
158
+ #: include/options.php:114
159
+ msgid "here"
160
+ msgstr "اینجا"
161
+
162
+ #: include/options.php:116
163
+ msgid "Autosort ON"
164
+ msgstr "ترتیب اتوماتیک روشن"
165
+
166
+ #: include/options.php:117
167
+ msgid ""
168
+ "The queries will be updated, all terms will appear in the order you manually "
169
+ "defined. This is recommended if you don't want to change any theme code to "
170
+ "apply the terms order"
171
+ msgstr ""
172
+ "کوئری ها به روز شدند، تمامی موارد براساس ترتیب تعریف شده از سوی شما نشان "
173
+ "داده خواهد شد. این امر به این دلیل توصیه می‌شود که کد پوسته تغییر داده نشود."
174
+
175
+ #: include/options.php:127
176
+ msgid "Save Settings"
177
+ msgstr "ذخیره‌سازی تنظیمات"
lang/to.mo CHANGED
Binary file
lang/to.po CHANGED
@@ -2,69 +2,76 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Category Order and Taxonomy Terms Order\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-06 17:32+0200\n"
6
- "PO-Revision-Date: 2012-07-06 17:32+0200\n"
7
- "Last-Translator: nsp-code <electronice_delphi@yahoo.com>\n"
8
  "Language-Team: nsp-code <electronice_delphi@yahoo.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: D:\\htdocs\\develop\\advanced_post_types_order\\wp-content\\plugins\\taxonomy-terms-order\\\n"
14
- "X-Poedit-Language: english\n"
 
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: include/interface.php:19
18
- msgid "Taxonomy Order"
19
- msgstr ""
20
-
21
- #: include/interface.php:52
22
- #: include/options.php:57
23
- msgid "Did you found useful this plug-in? Please support our work with a donation or write an article about this plugin in your blog with a link to our site"
24
  msgstr ""
25
 
26
- #: include/interface.php:53
27
- #: include/options.php:58
28
- msgid "Did you know there is available a more advanced version of this plug-in?"
29
  msgstr ""
30
 
31
- #: include/interface.php:53
32
- #: include/options.php:58
33
  msgid "Read more"
34
  msgstr ""
35
 
36
- #: include/interface.php:54
37
- #: include/options.php:59
38
  msgid "Check our"
39
  msgstr ""
40
 
41
- #: include/interface.php:54
42
- #: include/options.php:59
 
 
 
 
 
43
  msgid "plugin which allow to custom sort all posts, pages, custom post types"
44
  msgstr ""
45
 
46
- #: include/interface.php:60
47
- msgid "This plugin can't work without javascript, because it's use drag and drop and AJAX."
48
  msgstr ""
49
 
50
- #: include/interface.php:96
 
 
 
 
 
 
51
  msgid "Taxonomies"
52
  msgstr ""
53
 
54
- #: include/interface.php:100
55
  msgid "Taxonomy Title"
56
  msgstr ""
57
 
58
- #: include/interface.php:100
59
  msgid "Total Posts"
60
  msgstr ""
61
 
62
- #: include/interface.php:150
63
  msgid "Update"
64
  msgstr ""
65
 
66
- #: include/interface.php:199
67
- msgid "Items Order Updates"
68
  msgstr ""
69
 
70
  #: include/options.php:16
@@ -75,83 +82,88 @@ msgstr ""
75
  msgid "General Settings"
76
  msgstr ""
77
 
78
- #: include/options.php:64
79
  msgid "General"
80
  msgstr ""
81
 
82
- #: include/options.php:69
83
  msgid "Minimum Level to use this plugin"
84
  msgstr ""
85
 
86
- #: include/options.php:72
87
  msgid "Subscriber"
88
  msgstr ""
89
 
90
- #: include/options.php:73
91
  msgid "Contributor"
92
  msgstr ""
93
 
94
- #: include/options.php:74
95
  msgid "Author"
96
  msgstr ""
97
 
98
- #: include/options.php:75
99
  msgid "Editor"
100
  msgstr ""
101
 
102
- #: include/options.php:76
103
  msgid "Administrator"
104
  msgstr ""
105
 
106
- #: include/options.php:83
107
  msgid "Auto Sort"
108
  msgstr ""
109
 
110
- #: include/options.php:86
111
  msgid "OFF"
112
  msgstr ""
113
 
114
- #: include/options.php:87
115
  msgid "ON"
116
  msgstr ""
117
 
118
- #: include/options.php:88
119
  msgid "global setting"
120
  msgstr ""
121
 
122
- #: include/options.php:93
123
  msgid "Admin Sort"
124
  msgstr ""
125
 
126
- #: include/options.php:97
127
  msgid "This will change the order of terms within the admin interface"
128
  msgstr ""
129
 
130
- #: include/options.php:105
131
  msgid "Autosort OFF"
132
  msgstr ""
133
 
134
- #: include/options.php:106
135
- msgid "No query will be changed, the terms will appear in the original order. To retrieve the terms in the required order you must use the term_order on the orderby parameter"
 
 
 
136
  msgstr ""
137
 
138
- #: include/options.php:114
139
  msgid "See more info on the get_terms usage"
140
  msgstr ""
141
 
142
- #: include/options.php:114
143
  msgid "here"
144
  msgstr ""
145
 
146
- #: include/options.php:116
147
  msgid "Autosort ON"
148
  msgstr ""
149
 
150
- #: include/options.php:117
151
- msgid "The queries will be updated, all terms will appear in the order you manually defined. This is recommended if you don't want to change any theme code to apply the terms order"
 
 
 
152
  msgstr ""
153
 
154
- #: include/options.php:127
155
  msgid "Save Settings"
156
  msgstr ""
157
-
2
  msgstr ""
3
  "Project-Id-Version: Category Order and Taxonomy Terms Order\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-22 19:58+0200\n"
6
+ "PO-Revision-Date: 2015-05-22 19:58+0200\n"
7
+ "Last-Translator: NspCode <electronice_delphi@yahoo.com>\n"
8
  "Language-Team: nsp-code <electronice_delphi@yahoo.com>\n"
9
+ "Language: en\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
14
+ "X-Poedit-Basepath: D:\\htdocs\\develop\\advanced_post_types_order\\wp-content"
15
+ "\\plugins\\taxonomy-terms-order\\\n"
16
+ "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: include/functions.php:39
20
+ msgid ""
21
+ "Did you find this plugin useful? Please support our work with a donation or "
22
+ "write an article about this plugin in your blog with a link to our site"
 
 
 
23
  msgstr ""
24
 
25
+ #: include/functions.php:40
26
+ msgid "Did you know there is available an advanced version of this plug-in?"
 
27
  msgstr ""
28
 
29
+ #: include/functions.php:40
 
30
  msgid "Read more"
31
  msgstr ""
32
 
33
+ #: include/functions.php:41 include/functions.php:42
 
34
  msgid "Check our"
35
  msgstr ""
36
 
37
+ #: include/functions.php:41
38
+ msgid ""
39
+ "plugin which allow to custom sort categories and custom taxonomies terms per "
40
+ "post basis"
41
+ msgstr ""
42
+
43
+ #: include/functions.php:42
44
  msgid "plugin which allow to custom sort all posts, pages, custom post types"
45
  msgstr ""
46
 
47
+ #: include/interface.php:19
48
+ msgid "Taxonomy Order"
49
  msgstr ""
50
 
51
+ #: include/interface.php:27
52
+ msgid ""
53
+ "This plugin can't work without javascript, because it's use drag and drop "
54
+ "and AJAX."
55
+ msgstr ""
56
+
57
+ #: include/interface.php:63
58
  msgid "Taxonomies"
59
  msgstr ""
60
 
61
+ #: include/interface.php:67
62
  msgid "Taxonomy Title"
63
  msgstr ""
64
 
65
+ #: include/interface.php:67
66
  msgid "Total Posts"
67
  msgstr ""
68
 
69
+ #: include/interface.php:117
70
  msgid "Update"
71
  msgstr ""
72
 
73
+ #: include/interface.php:166
74
+ msgid "Items Order Updated"
75
  msgstr ""
76
 
77
  #: include/options.php:16
82
  msgid "General Settings"
83
  msgstr ""
84
 
85
+ #: include/options.php:30
86
  msgid "General"
87
  msgstr ""
88
 
89
+ #: include/options.php:35
90
  msgid "Minimum Level to use this plugin"
91
  msgstr ""
92
 
93
+ #: include/options.php:38
94
  msgid "Subscriber"
95
  msgstr ""
96
 
97
+ #: include/options.php:39
98
  msgid "Contributor"
99
  msgstr ""
100
 
101
+ #: include/options.php:40
102
  msgid "Author"
103
  msgstr ""
104
 
105
+ #: include/options.php:41
106
  msgid "Editor"
107
  msgstr ""
108
 
109
+ #: include/options.php:42
110
  msgid "Administrator"
111
  msgstr ""
112
 
113
+ #: include/options.php:49
114
  msgid "Auto Sort"
115
  msgstr ""
116
 
117
+ #: include/options.php:52
118
  msgid "OFF"
119
  msgstr ""
120
 
121
+ #: include/options.php:53
122
  msgid "ON"
123
  msgstr ""
124
 
125
+ #: include/options.php:54
126
  msgid "global setting"
127
  msgstr ""
128
 
129
+ #: include/options.php:59
130
  msgid "Admin Sort"
131
  msgstr ""
132
 
133
+ #: include/options.php:63
134
  msgid "This will change the order of terms within the admin interface"
135
  msgstr ""
136
 
137
+ #: include/options.php:71
138
  msgid "Autosort OFF"
139
  msgstr ""
140
 
141
+ #: include/options.php:72
142
+ msgid ""
143
+ "No query will be changed, the terms will appear in the original order. To "
144
+ "retrieve the terms in the required order you must use the term_order on the "
145
+ "orderby parameter"
146
  msgstr ""
147
 
148
+ #: include/options.php:80
149
  msgid "See more info on the get_terms usage"
150
  msgstr ""
151
 
152
+ #: include/options.php:80
153
  msgid "here"
154
  msgstr ""
155
 
156
+ #: include/options.php:82
157
  msgid "Autosort ON"
158
  msgstr ""
159
 
160
+ #: include/options.php:83
161
+ msgid ""
162
+ "The queries will be updated, all terms will appear in the order you manually "
163
+ "defined. This is recommended if you don't want to change any theme code to "
164
+ "apply the terms order"
165
  msgstr ""
166
 
167
+ #: include/options.php:93
168
  msgid "Save Settings"
169
  msgstr ""
 
lang/to.pot DELETED
@@ -1,178 +0,0 @@
1
- # Copyright (C) 2012 Category Order and Taxonomy Terms Order
2
- # This file is distributed under the same license as the Category Order and Taxonomy Terms Order package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Category Order and Taxonomy Terms Order 1.2.7\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/taxonomy-terms-order\n"
7
- "POT-Creation-Date: 2012-03-04 23:32:48+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: include/interface.php:19
16
- msgid "Taxonomy Order"
17
- msgstr ""
18
-
19
- #: include/interface.php:52 include/options.php:57
20
- msgid ""
21
- "Did you found useful this plug-in? Please support our work with a donation "
22
- "or write an article about this plugin in your blog with a link to our site"
23
- msgstr ""
24
-
25
- #: include/interface.php:53 include/options.php:58
26
- msgid ""
27
- "Did you know there is available a more advanced version of this plug-in?"
28
- msgstr ""
29
-
30
- #: include/interface.php:53 include/options.php:58
31
- msgid "Read more"
32
- msgstr ""
33
-
34
- #: include/interface.php:54 include/options.php:59
35
- msgid "Check our"
36
- msgstr ""
37
-
38
- #: include/interface.php:54 include/options.php:59
39
- msgid "plugin which allow to custom sort all posts, pages, custom post types"
40
- msgstr ""
41
-
42
- #: include/interface.php:60
43
- msgid ""
44
- "This plugin can't work without javascript, because it's use drag and drop "
45
- "and AJAX."
46
- msgstr ""
47
-
48
- #: include/interface.php:96
49
- msgid "Taxonomies"
50
- msgstr ""
51
-
52
- #: include/interface.php:100
53
- msgid "Taxonomy Title"
54
- msgstr ""
55
-
56
- #: include/interface.php:100
57
- msgid "Total Posts"
58
- msgstr ""
59
-
60
- #: include/interface.php:150
61
- msgid "Update"
62
- msgstr ""
63
-
64
- #: include/interface.php:199
65
- msgid "Items Order Updates"
66
- msgstr ""
67
-
68
- #: include/options.php:16
69
- msgid "Settings Saved"
70
- msgstr ""
71
-
72
- #: include/options.php:24
73
- msgid "General Settings"
74
- msgstr ""
75
-
76
- #: include/options.php:64
77
- msgid "General"
78
- msgstr ""
79
-
80
- #: include/options.php:69
81
- msgid "Minimum Level to use this plugin"
82
- msgstr ""
83
-
84
- #: include/options.php:72
85
- msgid "Subscriber"
86
- msgstr ""
87
-
88
- #: include/options.php:73
89
- msgid "Contributor"
90
- msgstr ""
91
-
92
- #: include/options.php:74
93
- msgid "Author"
94
- msgstr ""
95
-
96
- #: include/options.php:75
97
- msgid "Editor"
98
- msgstr ""
99
-
100
- #: include/options.php:76
101
- msgid "Administrator"
102
- msgstr ""
103
-
104
- #: include/options.php:83
105
- msgid "Auto Sort"
106
- msgstr ""
107
-
108
- #: include/options.php:86
109
- msgid "OFF"
110
- msgstr ""
111
-
112
- #: include/options.php:87
113
- msgid "ON"
114
- msgstr ""
115
-
116
- #: include/options.php:88
117
- msgid "global setting"
118
- msgstr ""
119
-
120
- #: include/options.php:93
121
- msgid "Admin Sort"
122
- msgstr ""
123
-
124
- #: include/options.php:97
125
- msgid "This will change the order of terms within the admin interface"
126
- msgstr ""
127
-
128
- #: include/options.php:105
129
- msgid "Autosort OFF"
130
- msgstr ""
131
-
132
- #: include/options.php:106
133
- msgid ""
134
- "No query will be changed, the terms will appear in the original order. To "
135
- "retrieve the terms in the required order you must use the term_order on the "
136
- "orderby parameter"
137
- msgstr ""
138
-
139
- #: include/options.php:114
140
- msgid "See more info on the get_terms usage"
141
- msgstr ""
142
-
143
- #: include/options.php:114
144
- msgid "here"
145
- msgstr ""
146
-
147
- #: include/options.php:116
148
- msgid "Autosort ON"
149
- msgstr ""
150
-
151
- #: include/options.php:117
152
- msgid ""
153
- "The queries will be updated, all terms will appear in the order you manually "
154
- "defined. This is recommended if you don't want to change any theme code to "
155
- "apply the terms order"
156
- msgstr ""
157
-
158
- #: include/options.php:127
159
- msgid "Save Settings"
160
- msgstr ""
161
-
162
- #. #-#-#-#-# plugin.pot (Category Order and Taxonomy Terms Order 1.2.7) #-#-#-#-#
163
- #. Plugin Name of the plugin/theme
164
- #. #-#-#-#-# plugin.pot (Category Order and Taxonomy Terms Order 1.2.7) #-#-#-#-#
165
- #. Description of the plugin/theme
166
- msgid "Category Order and Taxonomy Terms Order"
167
- msgstr ""
168
-
169
- #. #-#-#-#-# plugin.pot (Category Order and Taxonomy Terms Order 1.2.7) #-#-#-#-#
170
- #. Plugin URI of the plugin/theme
171
- #. #-#-#-#-# plugin.pot (Category Order and Taxonomy Terms Order 1.2.7) #-#-#-#-#
172
- #. Author URI of the plugin/theme
173
- msgid "http://www.nsp-code.com"
174
- msgstr ""
175
-
176
- #. Author of the plugin/theme
177
- msgid "Nsp-Code"
178
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Nsp Code
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: category order,terms order, taxonomy order, admin order
5
  Requires at least: 2.8
6
- Tested up to: 3.9.2
7
 
8
  Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability. No Theme update is required.
9
 
@@ -48,6 +48,10 @@ All ideas are welcome and i put them on my list to be implemented into the new v
48
 
49
  == Change Log ==
50
 
 
 
 
 
51
  = 1.4.1 =
52
  - Polish Language(Pozdrawiam - www.difreo.pl/ ; Mateusz - www.czar-net.com )
53
 
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: category order,terms order, taxonomy order, admin order
5
  Requires at least: 2.8
6
+ Tested up to: 4.2.2
7
 
8
  Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability. No Theme update is required.
9
 
48
 
49
  == Change Log ==
50
 
51
+ = 1.4.2 =
52
+ - Iranian Language (eydaaad@gmail.com)
53
+ - Admin css updates.
54
+
55
  = 1.4.1 =
56
  - Polish Language(Pozdrawiam - www.difreo.pl/ ; Mateusz - www.czar-net.com )
57
 
taxonomy-terms-order.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Category Order and Taxonomy Terms Order
4
  Plugin URI: http://www.nsp-code.com
5
  Description: Category Order and Taxonomy Terms Order
6
- Version: 1.4.1
7
  Author: Nsp-Code
8
  Author URI: http://www.nsp-code.com
9
  Author Email: electronice_delphi@yahoo.com
@@ -55,7 +55,7 @@ include_once(TOPATH . '/include/functions.php');
55
  add_action( 'plugins_loaded', 'to_load_textdomain');
56
  function to_load_textdomain()
57
  {
58
- load_plugin_textdomain('tto', FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang');
59
  }
60
 
61
  add_action('admin_print_scripts', 'TO_admin_scripts');
3
  Plugin Name: Category Order and Taxonomy Terms Order
4
  Plugin URI: http://www.nsp-code.com
5
  Description: Category Order and Taxonomy Terms Order
6
+ Version: 1.4.2
7
  Author: Nsp-Code
8
  Author URI: http://www.nsp-code.com
9
  Author Email: electronice_delphi@yahoo.com
55
  add_action( 'plugins_loaded', 'to_load_textdomain');
56
  function to_load_textdomain()
57
  {
58
+ load_plugin_textdomain('to', FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang');
59
  }
60
 
61
  add_action('admin_print_scripts', 'TO_admin_scripts');