Post Types Order - Version 1.6.5

Version Description

  • Updates/Fixes
    • German translation
    • Norwegian (norsk) translation
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Post Types Order
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.2 to 1.6.5

css/cpt.css CHANGED
@@ -8,14 +8,17 @@
8
  h2.subtitle {font-size: 15px; font-style: italic; font-weight: bold}
9
  .wrap .example { color: #666666; font-size: 11px; font-weight: bold}
10
 
11
- #cpt_info_box {padding: 0 10px; border: 1px dashed #21759B; background-color: #F1F1F1}
 
 
 
12
  #cpt_info_box p {font-size: 12px}
13
- #cpt_info_box #donate_form {float: right; padding: 5px 0 10px 10px}
14
-
15
  .menu_pto {margin-bottom: -2px; display: inline; padding-right: 2px}
16
 
17
- #p_right {float: right; width: 210px; }
18
- .p_s_item {float: right; padding: 0px 5px; margin-top: 15px; margin-bottom: 5px}
19
  .p_s_item.s_gp {padding-top: 2px; margin-left: 5px}
20
 
21
  .clear {clear: both}
8
  h2.subtitle {font-size: 15px; font-style: italic; font-weight: bold}
9
  .wrap .example { color: #666666; font-size: 11px; font-weight: bold}
10
 
11
+ #cpt_info_box {padding: 0 10px; border: 1px dashed #6aadcc; background-color: #F1F1F1; margin-top: 10px;
12
+ -webkit-box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);
13
+ -moz-box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);
14
+ box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);}
15
  #cpt_info_box p {font-size: 12px}
16
+ #cpt_info_box a {text-decoration: none}
17
+ #cpt_info_box #donate_form {float: right; padding: 10px 0; text-align: center; width: 100%;}
18
  .menu_pto {margin-bottom: -2px; display: inline; padding-right: 2px}
19
 
20
+ #p_right {float: right; width: 210px; background-color:#f5f5f5; border-left: 1px dashed #dedede; border-right: 1px dashed #dedede}
21
+ .p_s_item {float: right; padding: 0px 5px; margin-top: 15px; margin-bottom: 5px; }
22
  .p_s_item.s_gp {padding-top: 2px; margin-left: 5px}
23
 
24
  .clear {clear: both}
include/functions.php CHANGED
@@ -46,7 +46,7 @@
46
  </div>
47
 
48
  <div class="p_s_item s_f">
49
- <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nsp-code.com%2F&amp;send=false&amp;layout=button_count&amp;width=75&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:75px; height:21px;" allowTransparency="true"></iframe>
50
  </div>
51
 
52
  <div class="clear"></div>
@@ -62,9 +62,11 @@
62
  </div>
63
  </div>
64
 
65
- <p><?php _e('Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site', 'cpt') ?> <strong>http://www.nsp-code.com/</strong>.</p>
66
  <h4><?php _e('Did you know there is available an Advanced version of this plug-in?', 'cpt') ?> <a target="_blank" href="http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/"><?php _e('Read more', 'cpt') ?></a></h4>
67
  <p><?php _e('Check our', 'cpt') ?> <a target="_blank" href="http://wordpress.org/extend/plugins/taxonomy-terms-order/">Category Order - Taxonomy Terms Order</a> <?php _e('plugin which allow to custom sort categories and custom taxonomies terms', 'cpt') ?> </p>
 
 
68
  </div>
69
 
70
  <?php
46
  </div>
47
 
48
  <div class="p_s_item s_f">
49
+ <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nsp-code.com%2F&amp;send=false&amp;layout=button_count&amp;width=82&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:82px; height:21px;" allowTransparency="true"></iframe>
50
  </div>
51
 
52
  <div class="clear"></div>
62
  </div>
63
  </div>
64
 
65
+ <p><?php _e('Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site', 'cpt') ?> <a href="http://www.nsp-code.com/" target="_blank"><strong>http://www.nsp-code.com/</strong></a>.</p>
66
  <h4><?php _e('Did you know there is available an Advanced version of this plug-in?', 'cpt') ?> <a target="_blank" href="http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/"><?php _e('Read more', 'cpt') ?></a></h4>
67
  <p><?php _e('Check our', 'cpt') ?> <a target="_blank" href="http://wordpress.org/extend/plugins/taxonomy-terms-order/">Category Order - Taxonomy Terms Order</a> <?php _e('plugin which allow to custom sort categories and custom taxonomies terms', 'cpt') ?> </p>
68
+
69
+ <div class="clear"></div>
70
  </div>
71
 
72
  <?php
include/options.php CHANGED
@@ -43,7 +43,7 @@ function cpt_plugin_options()
43
  <option value="edit_posts" <?php if (isset($options['capability']) && $options['capability'] == "edit_posts") echo 'selected="selected"'?>><?php _e('Contributor', 'cpt') ?></option>
44
  <option value="publish_posts" <?php if (isset($options['capability']) && $options['capability'] == "publish_posts") echo 'selected="selected"'?>><?php _e('Author', 'cpt') ?></option>
45
  <option value="publish_pages" <?php if (isset($options['capability']) && $options['capability'] == "publish_pages") echo 'selected="selected"'?>><?php _e('Editor', 'cpt') ?></option>
46
- <option value="install_plugins" <?php if (!isset($options['capability']) || empty($options['capability']) || (isset($options['capability']) && $options['capability'] == "install_plugins")) echo 'selected="selected"'?>><?php _e('Administrator', 'cpt') ?></option>
47
  </select>
48
  </td>
49
  </tr>
43
  <option value="edit_posts" <?php if (isset($options['capability']) && $options['capability'] == "edit_posts") echo 'selected="selected"'?>><?php _e('Contributor', 'cpt') ?></option>
44
  <option value="publish_posts" <?php if (isset($options['capability']) && $options['capability'] == "publish_posts") echo 'selected="selected"'?>><?php _e('Author', 'cpt') ?></option>
45
  <option value="publish_pages" <?php if (isset($options['capability']) && $options['capability'] == "publish_pages") echo 'selected="selected"'?>><?php _e('Editor', 'cpt') ?></option>
46
+ <option value="switch_themes" <?php if (!isset($options['capability']) || empty($options['capability']) || (isset($options['capability']) && $options['capability'] == "switch_themes")) echo 'selected="selected"'?>><?php _e('Administrator', 'cpt') ?></option>
47
  </select>
48
  </td>
49
  </tr>
lang/cpt-de_DE.mo ADDED
Binary file
lang/cpt-de_DE.po ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Post Types Order\n"
4
+ "POT-Creation-Date: 2012-12-07 16:41+0200\n"
5
+ "PO-Revision-Date: 2013-10-25 16:09+0100\n"
6
+ "Last-Translator: Karsten Thurfjell-Scholz <karsten@mikabo.de>\n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+
16
+ #: post-types-order.php:107
17
+ msgid "Post Types Order must be configured. Please go to"
18
+ msgstr "Post Types Order muss konfiguriert werden. Gehen Sie zu"
19
+
20
+ #: post-types-order.php:107
21
+ msgid "Settings Page"
22
+ msgstr "Einstellungen"
23
+
24
+ #: post-types-order.php:107
25
+ msgid "make the configuration and save"
26
+ msgstr "Bitte Konfigurieren und speichern"
27
+
28
+ #: post-types-order.php:468
29
+ msgid ""
30
+ "This plugin can't work without javascript, because it's use drag and drop "
31
+ "and AJAX."
32
+ msgstr ""
33
+ "Dieses Plugin funktioniert nicht ohne Javascript, da es drag and drop "
34
+ "benutztund AJAX."
35
+
36
+ #: post-types-order.php:497
37
+ msgid "Items Order Updated"
38
+ msgstr "Reihenfolge der Einträge aktualisiert"
39
+
40
+ #: post-types-order.php:514
41
+ msgid "Pages"
42
+ msgstr "Seiten"
43
+
44
+ #: include/functions.php:65
45
+ msgid ""
46
+ "Did you find this plugin useful? Please support our work with a donation or "
47
+ "write an article about this plugin in your blog with a link to our site"
48
+ msgstr ""
49
+ "Finden Sie das Plugin nützlich? Bitte unterstützen Sie unsere Arbeit mit "
50
+ "einer Spende oderschreiben in Ihrem Blog einen Artikel über dieses Plugin "
51
+ "mit einem Link zu unserer Webseite"
52
+
53
+ #: include/functions.php:66
54
+ msgid "Did you know there is available an Advanced version of this plug-in?"
55
+ msgstr "Wussten Sie dass es eine Pro-Version von diesem Plugin gibt?"
56
+
57
+ #: include/functions.php:66
58
+ msgid "Read more"
59
+ msgstr "mehr lesen"
60
+
61
+ #: include/functions.php:67
62
+ msgid "Check our"
63
+ msgstr "Probieren Sie unser"
64
+
65
+ #: include/functions.php:67
66
+ msgid ""
67
+ "plugin which allow to custom sort categories and custom taxonomies terms"
68
+ msgstr ""
69
+ "Plugin, welches erlaubt custom-categories und taxonomies terms zu sortieren"
70
+
71
+ #: include/options.php:16
72
+ msgid "Settings Saved"
73
+ msgstr "Einstellungen gespeichert"
74
+
75
+ #: include/options.php:28
76
+ msgid "General Settings"
77
+ msgstr "Allgemeine Einstellungen"
78
+
79
+ #: include/options.php:34
80
+ msgid "General"
81
+ msgstr "Allgemein"
82
+
83
+ #: include/options.php:39
84
+ msgid "Minimum Level to use this plugin"
85
+ msgstr "Minimum Level um dieses Plugin zu nutzen"
86
+
87
+ #: include/options.php:42
88
+ msgid "Subscriber"
89
+ msgstr "Abonnent"
90
+
91
+ #: include/options.php:43
92
+ msgid "Contributor"
93
+ msgstr "Mitarbeiter"
94
+
95
+ #: include/options.php:44
96
+ msgid "Author"
97
+ msgstr "Autor"
98
+
99
+ #: include/options.php:45
100
+ msgid "Editor"
101
+ msgstr "Redakteur"
102
+
103
+ #: include/options.php:46
104
+ msgid "Administrator"
105
+ msgstr "Administrator"
106
+
107
+ #: include/options.php:52
108
+ msgid "Auto Sort"
109
+ msgstr "Automatisches Sortieren"
110
+
111
+ #: include/options.php:56
112
+ msgid ""
113
+ "If checked, the plug-in will automatically update the wp-queries to use the "
114
+ "new order (<b>No code update is necessarily</b>).<br /> If you need more "
115
+ "order customizations you will need to uncheck this and include 'menu_order' "
116
+ "into your theme queries"
117
+ msgstr ""
118
+ "Wenn angehakt wird dieses Plugin automatisch die wp-queries aktualisieren um "
119
+ "dieneue Reihenfolge zu verwenden (<b>Kein Code Update notwendig</b>).<br /"
120
+ ">Wenn Siespeziellere Reihenfolge Abfragen benötigen, müssen Sie diesen Haken "
121
+ "entfernen und'menu_order' in Ihren queries verwenden"
122
+
123
+ #: include/options.php:58
124
+ msgid "Show Examples"
125
+ msgstr "Beispiele anzeigen"
126
+
127
+ #: include/options.php:61
128
+ msgid "The following PHP code will still return the post in the set-up Order"
129
+ msgstr ""
130
+ "Der folgende PHP Code wird weiterhin den Post in der gesetzten Reihenfolge "
131
+ "zurückgeben"
132
+
133
+ #: include/options.php:74
134
+ msgid "Or"
135
+ msgstr "Reihenfolge"
136
+
137
+ #: include/options.php:83
138
+ msgid ""
139
+ "If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
140
+ "\" parameters"
141
+ msgstr ""
142
+ "Wenn \"Automatisches Sortieren\" nicht angehakt ist, benötigen Sie die "
143
+ "\"orderby\" und \"order\" Parameter"
144
+
145
+ #: include/options.php:98
146
+ msgid "Admin Sort"
147
+ msgstr "Administrator Sortierung"
148
+
149
+ #: include/options.php:102
150
+ msgid ""
151
+ "To affect the admin interface, to see the post types per your new sort, this "
152
+ "need to be checked"
153
+ msgstr ""
154
+ "Damit die Einträge in der Standard-Listenansicht nach gesetzter Reihenfolge "
155
+ "angezeigt werdenmuss dieser Haken gesetzt werden"
156
+
157
+ #: include/options.php:111
158
+ msgid "Save Settings"
159
+ msgstr "Einstellungen speichern"
160
+
161
+ #: post-types-order.php:446 post-types-order.php:450 post-types-order.php:461
162
+ msgid "Re-Order"
163
+ msgstr "Sortieren"
lang/cpt-nb_NO.mo ADDED
Binary file
lang/cpt-nb_NO.po ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Post Types Order\n"
4
+ "POT-Creation-Date: 2013-11-15 13:17+0200\n"
5
+ "PO-Revision-Date: 2013-11-15 14:00+0200\n"
6
+ "Last-Translator: Nsp COde <electronice_delphi@yahoo.com>\n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.5\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+
16
+ #: post-types-order.php:113
17
+ msgid "Post Types Order must be configured. Please go to"
18
+ msgstr "Post Typer Order må konfigureres. Vennligst gå til"
19
+
20
+ #: post-types-order.php:113
21
+ msgid "Settings Page"
22
+ msgstr "Innstillinger Page"
23
+
24
+ #: post-types-order.php:113
25
+ msgid "make the configuration and save"
26
+ msgstr "gjøre konfigurasjonen og lagre"
27
+
28
+ #: post-types-order.php:451 post-types-order.php:466
29
+ msgid "Re-Order"
30
+ msgstr "Re-Order"
31
+
32
+ #: post-types-order.php:474
33
+ msgid ""
34
+ "This plugin can't work without javascript, because it's use drag and drop "
35
+ "and AJAX."
36
+ msgstr ""
37
+ "Dette programtillegget kan ikke fungere uten javascript, fordi det er bruk "
38
+ "dra og slipp og AJAX."
39
+
40
+ #: post-types-order.php:487
41
+ msgid "Update"
42
+ msgstr "Oppdater"
43
+
44
+ #: post-types-order.php:503
45
+ msgid "Items Order Updated"
46
+ msgstr "Elementer Bestill Oppdatert"
47
+
48
+ #: post-types-order.php:520
49
+ msgid "Pages"
50
+ msgstr "Sider"
51
+
52
+ #: include/functions.php:65
53
+ msgid ""
54
+ "Did you find this plugin useful? Please support our work with a donation or "
55
+ "write an article about this plugin in your blog with a link to our site"
56
+ msgstr ""
57
+ "Synes du denne plugin nyttig? Vennligst støtte vårt arbeid med en donasjon "
58
+ "eller skrive en artikkel om denne plugin i bloggen din med en link til vår "
59
+ "side"
60
+
61
+ #: include/functions.php:66
62
+ msgid "Did you know there is available an Advanced version of this plug-in?"
63
+ msgstr "Visste du at det finnes en avansert versjon av denne plug-in?"
64
+
65
+ #: include/functions.php:66
66
+ msgid "Read more"
67
+ msgstr "Les mer"
68
+
69
+ #: include/functions.php:67
70
+ msgid "Check our"
71
+ msgstr "Sjekk vår"
72
+
73
+ #: include/functions.php:67
74
+ msgid ""
75
+ "plugin which allow to custom sort categories and custom taxonomies terms"
76
+ msgstr ""
77
+ "plugin som tillater å tilpassede sorter kategorier og tilpassede "
78
+ "kategoriseringer vilkår"
79
+
80
+ #: include/options.php:16
81
+ msgid "Settings Saved"
82
+ msgstr "Innstillinger Lagret"
83
+
84
+ #: include/options.php:28
85
+ msgid "General Settings"
86
+ msgstr "Generelle innstillinger"
87
+
88
+ #: include/options.php:34
89
+ msgid "General"
90
+ msgstr "Generelt"
91
+
92
+ #: include/options.php:39
93
+ msgid "Minimum Level to use this plugin"
94
+ msgstr "Minimumsnivået for å bruke denne plugin"
95
+
96
+ #: include/options.php:42
97
+ msgid "Subscriber"
98
+ msgstr "Abonnent"
99
+
100
+ #: include/options.php:43
101
+ msgid "Contributor"
102
+ msgstr "Bidragsyter"
103
+
104
+ #: include/options.php:44
105
+ msgid "Author"
106
+ msgstr "Forfatter"
107
+
108
+ #: include/options.php:45
109
+ msgid "Editor"
110
+ msgstr "Editor"
111
+
112
+ #: include/options.php:46
113
+ msgid "Administrator"
114
+ msgstr "Administrator"
115
+
116
+ #: include/options.php:52
117
+ msgid "Auto Sort"
118
+ msgstr "Automatisk Sortering"
119
+
120
+ #: include/options.php:56
121
+ msgid ""
122
+ "If checked, the plug-in will automatically update the wp-queries to use the "
123
+ "new order (<b>No code update is necessarily</b>).<br /> If you need more "
124
+ "order customizations you will need to uncheck this and include 'menu_order' "
125
+ "into your theme queries"
126
+ msgstr ""
127
+ "Hvis det er merket, vil plug-in automatisk oppdatere wp-spørringer til å "
128
+ "bruke den nye ordren (<b> Ingen kodeoppdatering nødvendigvis </ b>). <br /> "
129
+ "Hvis du trenger mer orden tilpasninger må du fjerne merket for dette og "
130
+ "inkluderer 'menu_order' inn ditt tema spørringer"
131
+
132
+ #: include/options.php:58
133
+ msgid "Show Examples"
134
+ msgstr "Vis Eksempler"
135
+
136
+ #: include/options.php:61
137
+ msgid "The following PHP code will still return the post in the set-up Order"
138
+ msgstr "Følgende PHP-koden vil fortsatt tilbake stillingen i set-up Bestill"
139
+
140
+ #: include/options.php:74
141
+ msgid "Or"
142
+ msgstr "Eller"
143
+
144
+ #: include/options.php:83
145
+ msgid ""
146
+ "If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
147
+ "\" parameters"
148
+ msgstr ""
149
+ "Hvis automatisk sortering er fjern haken må du bruke \"OrderBy \" og "
150
+ "\"pålegg \" parametere"
151
+
152
+ #: include/options.php:98
153
+ msgid "Admin Sort"
154
+ msgstr "Admin Sorter"
155
+
156
+ #: include/options.php:102
157
+ msgid ""
158
+ "To affect the admin interface, to see the post types per your new sort, this "
159
+ "need to be checked"
160
+ msgstr ""
161
+ "Å påvirke admin-grensesnittet, for å se på innlegget typer per den nye "
162
+ "typen, dette må sjekkes"
163
+
164
+ #: include/options.php:111
165
+ msgid "Save Settings"
166
+ msgstr "Lagre innstillinger"
lang/cpt.mo CHANGED
Binary file
lang/cpt.po CHANGED
@@ -1,41 +1,49 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Post Types Order\n"
4
- "POT-Creation-Date: 2012-12-07 16:41+0200\n"
5
- "PO-Revision-Date: 2012-12-07 16:41+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.3\n"
12
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: post-types-order.php:107
17
  msgid "Post Types Order must be configured. Please go to"
18
  msgstr ""
19
 
20
- #: post-types-order.php:107
21
  msgid "Settings Page"
22
  msgstr ""
23
 
24
- #: post-types-order.php:107
25
  msgid "make the configuration and save"
26
  msgstr ""
27
 
28
- #: post-types-order.php:468
 
 
 
 
29
  msgid ""
30
  "This plugin can't work without javascript, because it's use drag and drop "
31
  "and AJAX."
32
  msgstr ""
33
 
34
- #: post-types-order.php:497
 
 
 
 
35
  msgid "Items Order Updated"
36
  msgstr ""
37
 
38
- #: post-types-order.php:514
39
  msgid "Pages"
40
  msgstr ""
41
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Post Types Order\n"
4
+ "POT-Creation-Date: 2013-11-15 13:18+0200\n"
5
+ "PO-Revision-Date: 2013-11-15 13:18+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.5\n"
12
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
+ #: post-types-order.php:113
17
  msgid "Post Types Order must be configured. Please go to"
18
  msgstr ""
19
 
20
+ #: post-types-order.php:113
21
  msgid "Settings Page"
22
  msgstr ""
23
 
24
+ #: post-types-order.php:113
25
  msgid "make the configuration and save"
26
  msgstr ""
27
 
28
+ #: post-types-order.php:451 post-types-order.php:466
29
+ msgid "Re-Order"
30
+ msgstr ""
31
+
32
+ #: post-types-order.php:474
33
  msgid ""
34
  "This plugin can't work without javascript, because it's use drag and drop "
35
  "and AJAX."
36
  msgstr ""
37
 
38
+ #: post-types-order.php:487
39
+ msgid "Update"
40
+ msgstr ""
41
+
42
+ #: post-types-order.php:503
43
  msgid "Items Order Updated"
44
  msgstr ""
45
 
46
+ #: post-types-order.php:520
47
  msgid "Pages"
48
  msgstr ""
49
 
post-types-order.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nsp-code.com
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
- Version: 1.6.2
9
  */
10
 
11
  define('CPTPATH', plugin_dir_path(__FILE__));
@@ -331,7 +331,7 @@ class Post_Types_Order_Walker extends Walker
331
  }
332
 
333
 
334
- function start_el(&$output, $page, $depth = 0, $args = array()) {
335
  if ( $depth )
336
  $indent = str_repeat("\t", $depth);
337
  else
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
+ Version: 1.6.5
9
  */
10
 
11
  define('CPTPATH', plugin_dir_path(__FILE__));
331
  }
332
 
333
 
334
+ function start_el(&$output, $page, $depth = 0, $args = array(), $id = 0) {
335
  if ( $depth )
336
  $indent = str_repeat("\t", $depth);
337
  else
readme.txt CHANGED
@@ -3,14 +3,14 @@ Contributors: Nsp Code
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
- Tested up to: 3.6
7
- Stable tag: 1.6.2
8
 
9
- Order Post Types Objects (posts, any custom post types) using a Drag and Drop Sortable JavaScript AJAX interface.
10
 
11
  == Description ==
12
 
13
- <strong>Over 290.000 DOWNLOADS and near PERFECT ratting out of 180 REVIEWS</strong>. <br />
14
  A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
15
  It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can have the admin posts interface sorted per your new sort. Post Order has never been easier.
16
 
@@ -66,6 +66,22 @@ All ideas are welcome and i put them on my list to be implemented into the new v
66
 
67
  == Change Log ==
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  = 1.6.1 =
70
  - Updates/Fixes
71
  - Menu Walker nottices Fix
@@ -130,11 +146,11 @@ All ideas are welcome and i put them on my list to be implemented into the new v
130
 
131
  == Upgrade Notice ==
132
 
133
- Make sure you get the latest version
134
 
135
 
136
  == Localization ==
137
 
138
- Currently available in English, Brazilian Portuguese, Spanish, Romanian, Italian.
139
  Want to contribute with a translation to your language? Please contact me at electronice_delphi@yahoo.com
140
  http://www.nsp-code.com
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
+ Tested up to: 3.8
7
+ Stable tag: 1.6.5
8
 
9
+ Post Order and custom Post Type Objects (posts, any custom post types) using a Drag and Drop Sortable JavaScript AJAX interface.
10
 
11
  == Description ==
12
 
13
+ <strong>Over 370.000 DOWNLOADS and near PERFECT ratting out of 200 REVIEWS</strong>. <br />
14
  A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
15
  It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can have the admin posts interface sorted per your new sort. Post Order has never been easier.
16
 
66
 
67
  == Change Log ==
68
 
69
+ = 1.6.5 =
70
+ - Updates/Fixes
71
+ - German translation
72
+ - Norwegian (norsk) translation
73
+
74
+ = 1.6.4 =
75
+ - DISALLOW_FILE_MODS fix, change the administrator capability to switch_themes
76
+
77
+ = 1.6.3 =
78
+ - Updates/Fixes
79
+ - Menu Walker nottices Fix
80
+
81
+ = 1.6.2 =
82
+ - Updates/Fixes
83
+ - Turkish - T�rk�e translation
84
+
85
  = 1.6.1 =
86
  - Updates/Fixes
87
  - Menu Walker nottices Fix
146
 
147
  == Upgrade Notice ==
148
 
149
+ Make sure you get the latest version.
150
 
151
 
152
  == Localization ==
153
 
154
+ Available in English, Brazilian Portuguese, Spanish, Romanian, Italian, Dusth, Hebrew, German, Norwegian (norsk), Turkish (t�rk�e).
155
  Want to contribute with a translation to your language? Please contact me at electronice_delphi@yahoo.com
156
  http://www.nsp-code.com