CMS Tree Page View - Version 0.7.4

Version Description

  • Updated POT-file, so translators may wan't to check their translations.
  • Added Spanish translation by Carlos Janini. Thank you!
Download this release

Release Info

Developer eskapism
Plugin Icon wp plugin CMS Tree Page View
Version 0.7.4
Comparing to
See all releases

Code changes from version 0.7.3 to 0.7.4

index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: CMS Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
5
  Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
6
- Version: 0.7.3
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -27,7 +27,7 @@ License: GPL2
27
 
28
  require("functions.php");
29
 
30
- define( "CMS_TPV_VERSION", "0.7.3");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
3
  Plugin Name: CMS Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
5
  Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
6
+ Version: 0.7.4
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
27
 
28
  require("functions.php");
29
 
30
+ define( "CMS_TPV_VERSION", "0.7.4");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
languages/cms-tree-page-view-es_ES.mo ADDED
Binary file
languages/cms-tree-page-view-es_ES.po ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: CTPV\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
10
+ "POT-Creation-Date: 2010-04-09 11:39+0000\n"
11
+ "PO-Revision-Date: 2010-08-20 03:20-0300\n"
12
+ "Last-Translator: Carlos Janini <carlos@carlosjanini.com.ar>\n"
13
+ "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Belarusian\n"
18
+ "X-Poedit-Country: BELARUS\n"
19
+ "X-Poedit-SourceCharset: utf8\n"
20
+
21
+ #: functions.php:84
22
+ msgid "settings"
23
+ msgstr "Configuraciones"
24
+
25
+ #: functions.php:91
26
+ msgid "Show tree"
27
+ msgstr "Ver arbol"
28
+
29
+ #: functions.php:95
30
+ msgid "on the dashboard"
31
+ msgstr "En el escritorio"
32
+
33
+ #: functions.php:98
34
+ msgid "under the pages menu"
35
+ msgstr "Abajo de las paginas menu"
36
+
37
+ #: functions.php:105
38
+ msgid "Save Changes"
39
+ msgstr "Guardar carmbios"
40
+
41
+ #: functions.php:127
42
+ msgid "All"
43
+ msgstr "Todo"
44
+
45
+ #: functions.php:128
46
+ msgid "Public"
47
+ msgstr "Publico"
48
+
49
+ #: functions.php:130
50
+ msgid "Expand"
51
+ msgstr "Expandir"
52
+
53
+ #: functions.php:131
54
+ msgid "Collapse"
55
+ msgstr "Colapsar"
56
+
57
+ #: functions.php:136
58
+ msgid "Search"
59
+ msgstr "Buscar"
60
+
61
+ #: functions.php:137
62
+ msgid "Searching..."
63
+ msgstr "Buscando..."
64
+
65
+ #: functions.php:142
66
+ msgid "Loading..."
67
+ msgstr "Cargando.."
68
+
69
+ #: functions.php:144
70
+ msgid "Search: no pages found"
71
+ msgstr "Busqueda: No se encontraron paginas"
72
+
73
+ #: functions.php:146
74
+ msgid "Loading tree"
75
+ msgstr "Cargando arbol"
76
+
77
+ #: functions.php:248
78
+ msgid "<Untitled page>"
79
+ msgstr "< Pagina sin titulo >"
80
+
81
+ #: functions.php:264
82
+ msgid "Click to edit. Drag to move."
83
+ msgstr "Click para editar. Arrastrar para mover."
84
+
85
+ #: functions.php:380
86
+ msgid "New page"
87
+ msgstr "Nueva pagina"
88
+
89
+ #: scripts/cms_tree_page_view.php:85
90
+ #: scripts/cms_tree_page_view.php:102
91
+ msgid "Enter title of new page"
92
+ msgstr "Introducir nuevo titulo para la pagina"
93
+
94
+ #: scripts/cms_tree_page_view.php:283
95
+ msgid "child pages"
96
+ msgstr "Paginas hijos"
97
+
98
+ #: scripts/cms_tree_page_view.php:293
99
+ msgid "Edit page"
100
+ msgstr "Editar pagina"
101
+
102
+ #: scripts/cms_tree_page_view.php:293
103
+ msgid "Edit"
104
+ msgstr "Editar"
105
+
106
+ #: scripts/cms_tree_page_view.php:294
107
+ msgid "View page"
108
+ msgstr "Ver pagina"
109
+
110
+ #: scripts/cms_tree_page_view.php:294
111
+ msgid "View"
112
+ msgstr "Ver"
113
+
114
+ #: scripts/cms_tree_page_view.php:296
115
+ msgid "Add page"
116
+ msgstr "Agregar pagina"
117
+
118
+ #: scripts/cms_tree_page_view.php:297
119
+ msgid "Add new page after"
120
+ msgstr "Agregar nueva pagina posterior"
121
+
122
+ #: scripts/cms_tree_page_view.php:297
123
+ msgid "after"
124
+ msgstr "Posterior"
125
+
126
+ #: scripts/cms_tree_page_view.php:298
127
+ msgid "Add new page inside"
128
+ msgstr "Agregar nueva pagina adentro"
129
+
130
+ #: scripts/cms_tree_page_view.php:298
131
+ msgid "inside"
132
+ msgstr "Adentro"
133
+
languages/cms-tree-page-view.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: \n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
11
- "POT-Creation-Date: 2010-06-30 19:00+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,148 +16,198 @@ msgstr ""
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
- #: functions.php:45
20
  msgid "Enter title of new page"
21
  msgstr ""
22
 
23
- #: functions.php:46
24
  msgid "child pages"
25
  msgstr ""
26
 
27
- #: functions.php:47
28
  msgid "Edit page"
29
  msgstr ""
30
 
31
- #: functions.php:48
32
  msgid "View page"
33
  msgstr ""
34
 
35
- #: functions.php:49
36
  msgid "Edit"
37
  msgstr ""
38
 
39
- #: functions.php:50
40
  msgid "View"
41
  msgstr ""
42
 
43
- #: functions.php:51
44
  msgid "Add page"
45
  msgstr ""
46
 
47
- #: functions.php:52
48
  msgid "Add new page after"
49
  msgstr ""
50
 
51
- #: functions.php:53
52
  msgid "after"
53
  msgstr ""
54
 
55
- #: functions.php:54
56
  msgid "inside"
57
  msgstr ""
58
 
59
- #: functions.php:55
60
  msgid "Add new page inside"
61
  msgstr ""
62
 
63
- #: functions.php:56
64
  msgid "draft"
65
  msgstr ""
66
 
67
- #: functions.php:57
68
  msgid "future"
69
  msgstr ""
70
 
71
- #: functions.php:58
72
  msgid "protected"
73
  msgstr ""
74
 
75
- #: functions.php:59
76
  msgid "pending"
77
  msgstr ""
78
 
79
- #: functions.php:60
80
  msgid "private"
81
  msgstr ""
82
 
83
- #: functions.php:61
84
  msgid "Password protected page"
85
  msgstr ""
86
 
87
- #: functions.php:113
88
  msgid "settings"
89
  msgstr ""
90
 
91
- #: functions.php:120
92
- msgid "Show tree"
93
  msgstr ""
94
 
95
- #: functions.php:124
96
- msgid "on the dashboard"
97
  msgstr ""
98
 
99
- #: functions.php:128
100
- msgid "under the pages menu"
101
  msgstr ""
102
 
103
- #: functions.php:135
104
  msgid "Save Changes"
105
  msgstr ""
106
 
107
- #: functions.php:150
108
- msgid ""
109
- "No pages found. Maybe you want to <a href='post-new.php?post_type=page'>add "
110
- "a new page</a>?"
111
  msgstr ""
112
 
113
- #: functions.php:157
114
  msgid "All"
115
  msgstr ""
116
 
117
- #: functions.php:158
118
  msgid "Public"
119
  msgstr ""
120
 
121
- #: functions.php:160
122
  msgid "Expand"
123
  msgstr ""
124
 
125
- #: functions.php:161
126
  msgid "Collapse"
127
  msgstr ""
128
 
129
- #: functions.php:166
130
  msgid "Clear search"
131
  msgstr ""
132
 
133
- #: functions.php:167
134
  msgid "Search"
135
  msgstr ""
136
 
137
- #: functions.php:168
138
  msgid "Searching..."
139
  msgstr ""
140
 
141
- #: functions.php:173
 
 
 
 
142
  msgid "Loading..."
143
  msgstr ""
144
 
145
- #: functions.php:175
146
  msgid "Search: no pages found"
147
  msgstr ""
148
 
149
- #: functions.php:177
150
  msgid "Loading tree"
151
  msgstr ""
152
 
153
- #: functions.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgid "<Untitled page>"
155
  msgstr ""
156
 
157
- #: functions.php:295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  msgid "Click to edit. Drag to move."
159
  msgstr ""
160
 
161
- #: functions.php:432
162
  msgid "New page"
163
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: \n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
11
+ "POT-Creation-Date: 2010-08-19 16:53+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
  "Content-Type: text/plain; charset=utf-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
+ #: functions.php:51
20
  msgid "Enter title of new page"
21
  msgstr ""
22
 
23
+ #: functions.php:52
24
  msgid "child pages"
25
  msgstr ""
26
 
27
+ #: functions.php:53 functions.php:370
28
  msgid "Edit page"
29
  msgstr ""
30
 
31
+ #: functions.php:54 functions.php:371
32
  msgid "View page"
33
  msgstr ""
34
 
35
+ #: functions.php:55 functions.php:370
36
  msgid "Edit"
37
  msgstr ""
38
 
39
+ #: functions.php:56 functions.php:371
40
  msgid "View"
41
  msgstr ""
42
 
43
+ #: functions.php:57
44
  msgid "Add page"
45
  msgstr ""
46
 
47
+ #: functions.php:58 functions.php:375
48
  msgid "Add new page after"
49
  msgstr ""
50
 
51
+ #: functions.php:59
52
  msgid "after"
53
  msgstr ""
54
 
55
+ #: functions.php:60
56
  msgid "inside"
57
  msgstr ""
58
 
59
+ #: functions.php:61 functions.php:378
60
  msgid "Add new page inside"
61
  msgstr ""
62
 
63
+ #: functions.php:62
64
  msgid "draft"
65
  msgstr ""
66
 
67
+ #: functions.php:63
68
  msgid "future"
69
  msgstr ""
70
 
71
+ #: functions.php:64
72
  msgid "protected"
73
  msgstr ""
74
 
75
+ #: functions.php:65 functions.php:572
76
  msgid "pending"
77
  msgstr ""
78
 
79
+ #: functions.php:66
80
  msgid "private"
81
  msgstr ""
82
 
83
+ #: functions.php:67
84
  msgid "Password protected page"
85
  msgstr ""
86
 
87
+ #: functions.php:168
88
  msgid "settings"
89
  msgstr ""
90
 
91
+ #: functions.php:173
92
+ msgid "Select where to show a tree for pages and custom post types"
93
  msgstr ""
94
 
95
+ #: functions.php:197
96
+ msgid "On dashboard"
97
  msgstr ""
98
 
99
+ #: functions.php:201
100
+ msgid "In menu"
101
  msgstr ""
102
 
103
+ #: functions.php:212
104
  msgid "Save Changes"
105
  msgstr ""
106
 
107
+ #: functions.php:329
108
+ msgid "No posts found."
 
 
109
  msgstr ""
110
 
111
+ #: functions.php:335
112
  msgid "All"
113
  msgstr ""
114
 
115
+ #: functions.php:336
116
  msgid "Public"
117
  msgstr ""
118
 
119
+ #: functions.php:341
120
  msgid "Expand"
121
  msgstr ""
122
 
123
+ #: functions.php:342
124
  msgid "Collapse"
125
  msgstr ""
126
 
127
+ #: functions.php:350
128
  msgid "Clear search"
129
  msgstr ""
130
 
131
+ #: functions.php:351
132
  msgid "Search"
133
  msgstr ""
134
 
135
+ #: functions.php:352
136
  msgid "Searching..."
137
  msgstr ""
138
 
139
+ #: functions.php:353
140
+ msgid "Nothing found."
141
+ msgstr ""
142
+
143
+ #: functions.php:359
144
  msgid "Loading..."
145
  msgstr ""
146
 
147
+ #: functions.php:362
148
  msgid "Search: no pages found"
149
  msgstr ""
150
 
151
+ #: functions.php:365
152
  msgid "Loading tree"
153
  msgstr ""
154
 
155
+ #: functions.php:375
156
+ msgid "After"
157
+ msgstr ""
158
+
159
+ #: functions.php:378
160
+ msgid "Inside"
161
+ msgstr ""
162
+
163
+ #: functions.php:383
164
+ msgid "Last modified"
165
+ msgstr ""
166
+
167
+ #: functions.php:385
168
+ msgid "by"
169
+ msgstr ""
170
+
171
+ #: functions.php:388
172
+ msgid "Page ID"
173
+ msgstr ""
174
+
175
+ #: functions.php:537
176
+ msgid "Unknown user"
177
+ msgstr ""
178
+
179
+ #: functions.php:542
180
  msgid "<Untitled page>"
181
  msgstr ""
182
 
183
+ #: functions.php:562
184
+ msgid "Comments"
185
+ msgstr ""
186
+
187
+ #: functions.php:569
188
+ #, php-format
189
+ msgid "%s pending"
190
+ msgstr ""
191
+
192
+ #: functions.php:579
193
+ msgctxt "comment count"
194
+ msgid "0"
195
+ msgstr ""
196
+
197
+ #: functions.php:579
198
+ msgctxt "comment count"
199
+ msgid "1"
200
+ msgstr ""
201
+
202
+ #: functions.php:579
203
+ msgctxt "comment count"
204
+ msgid "%"
205
+ msgstr ""
206
+
207
+ #: functions.php:610
208
  msgid "Click to edit. Drag to move."
209
  msgstr ""
210
 
211
+ #: functions.php:761
212
  msgid "New page"
213
  msgstr ""
readme.txt CHANGED
@@ -72,6 +72,10 @@ Now the tree with the pages will be visible both on the dashboard and in the men
72
 
73
  == Changelog ==
74
 
 
 
 
 
75
  = 0.7.3 =
76
  - a page can now be moved above a page with the same menu order. moved page will get the menu order of the page that it's moved aboved, and the other page will get a menu order of previous menu order + 1. i think/hope this is finaly solved now!
77
  - using wp_update_post when moving pages (instead of sql directly). this should make this plugin work better with some cache plugins, for example DB Cache Reloaded
72
 
73
  == Changelog ==
74
 
75
+ = 0.7.4 =
76
+ - Updated POT-file, so translators may wan't to check their translations.
77
+ - Added Spanish translation by Carlos Janini. Thank you!
78
+
79
  = 0.7.3 =
80
  - a page can now be moved above a page with the same menu order. moved page will get the menu order of the page that it's moved aboved, and the other page will get a menu order of previous menu order + 1. i think/hope this is finaly solved now!
81
  - using wp_update_post when moving pages (instead of sql directly). this should make this plugin work better with some cache plugins, for example DB Cache Reloaded