CMS Tree Page View - Version 0.8.14

Version Description

  • Added Estonian translation
Download this release

Release Info

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

Code changes from version 0.8.13 to 0.8.14

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. Use the tree view to edit, view, add pages and search pages (very 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.8.13
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -28,7 +28,7 @@ License: GPL2
28
  #require("functions.php");
29
  require(dirname(__FILE__)."/functions.php");
30
 
31
- define( "CMS_TPV_VERSION", "0.8.13");
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
34
  // Find the plugin directory URL
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. Use the tree view to edit, view, add pages and search pages (very 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.8.14
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
28
  #require("functions.php");
29
  require(dirname(__FILE__)."/functions.php");
30
 
31
+ define( "CMS_TPV_VERSION", "0.8.14");
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
34
  // Find the plugin directory URL
languages/cms-tree-page-view-et.mo ADDED
Binary file
languages/cms-tree-page-view-et.po ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2010
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
7
+ "POT-Creation-Date: 2011-03-06 14:33:36+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-09-02 16:12+0200\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: functions.php:53
16
+ msgid "Enter title of new page"
17
+ msgstr "Sisesta uue lehekülje pealkiri"
18
+
19
+ #: functions.php:54
20
+ msgid "child pages"
21
+ msgstr "alamleht"
22
+
23
+ #: functions.php:55 functions.php:381
24
+ msgid "Edit page"
25
+ msgstr "Muuda lehte"
26
+
27
+ #: functions.php:56 functions.php:382
28
+ msgid "View page"
29
+ msgstr "Vaata lehekülge"
30
+
31
+ #: functions.php:57 functions.php:381
32
+ msgid "Edit"
33
+ msgstr "Muuda"
34
+
35
+ #: functions.php:58 functions.php:382
36
+ msgid "View"
37
+ msgstr "Vaata"
38
+
39
+ #: functions.php:59
40
+ msgid "Add page"
41
+ msgstr "Lisa lehekülg"
42
+
43
+ #: functions.php:60 functions.php:386
44
+ msgid "Add new page after"
45
+ msgstr "Lisa uus lehekülg peale"
46
+
47
+ #: functions.php:61
48
+ msgid "after"
49
+ msgstr "peale"
50
+
51
+ #: functions.php:62
52
+ msgid "inside"
53
+ msgstr "sees"
54
+
55
+ #: functions.php:63
56
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
57
+ msgstr "Vabandust! Ei saa luua alamlehte, kui lehekülje staatus on \"draft\"."
58
+
59
+ #: functions.php:64
60
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
61
+ msgstr "Vabandust! Ei saa luua alamlehte, kui lehekülje staatus on \"trash\"."
62
+
63
+ #: functions.php:65
64
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
65
+ msgstr ""
66
+ "Vabandust! Ei ei ole võimalik luua uut lehekülge peale lehte, mille staatus "
67
+ "on \"trash\"."
68
+
69
+ #: functions.php:66 functions.php:390
70
+ msgid "Add new page inside"
71
+ msgstr "Lisa uus alamleht"
72
+
73
+ #: functions.php:67
74
+ msgid "draft"
75
+ msgstr "mustand"
76
+
77
+ #: functions.php:68
78
+ msgid "future"
79
+ msgstr "võimalus"
80
+
81
+ #: functions.php:69
82
+ msgid "protected"
83
+ msgstr "kaitstud"
84
+
85
+ #: functions.php:70 functions.php:644
86
+ msgid "pending"
87
+ msgstr "pooleliolev"
88
+
89
+ #: functions.php:71
90
+ msgid "private"
91
+ msgstr "privaatne"
92
+
93
+ #: functions.php:72
94
+ msgid "trash"
95
+ msgstr "prügi"
96
+
97
+ #: functions.php:73
98
+ msgid "Password protected page"
99
+ msgstr "Parooliga kaitstud lehekülg"
100
+
101
+ #: functions.php:74
102
+ msgid "Adding page..."
103
+ msgstr "Lisan lehekülge..."
104
+
105
+ #: functions.php:175
106
+ msgid "settings"
107
+ msgstr "seaded"
108
+
109
+ #: functions.php:180
110
+ msgid "Select where to show a tree for pages and custom post types"
111
+ msgstr "Vali kus näidatakse järiekorra muutmise võimalust"
112
+
113
+ #: functions.php:204
114
+ msgid "On dashboard"
115
+ msgstr "Töölaual"
116
+
117
+ #: functions.php:208
118
+ msgid "In menu"
119
+ msgstr "Menüüs"
120
+
121
+ #: functions.php:219
122
+ msgid "Save Changes"
123
+ msgstr "Salvesta muudatused"
124
+
125
+ #: functions.php:335
126
+ msgid "No posts found."
127
+ msgstr "Postitusi ei leitud"
128
+
129
+ #: functions.php:341
130
+ msgid "All"
131
+ msgstr "Kõik"
132
+
133
+ #: functions.php:342
134
+ msgid "Public"
135
+ msgstr "Avalik"
136
+
137
+ #: functions.php:343
138
+ msgid "Trash"
139
+ msgstr "Prügi"
140
+
141
+ #: functions.php:348
142
+ msgid "Expand"
143
+ msgstr "Laienda"
144
+
145
+ #: functions.php:349
146
+ msgid "Collapse"
147
+ msgstr "Kollaps"
148
+
149
+ #: functions.php:357
150
+ msgid "Clear search"
151
+ msgstr "Tühista otsing"
152
+
153
+ #: functions.php:358
154
+ msgid "Search"
155
+ msgstr "Otsi"
156
+
157
+ #: functions.php:359
158
+ msgid "Searching..."
159
+ msgstr "Otsin..."
160
+
161
+ #: functions.php:360
162
+ msgid "Nothing found."
163
+ msgstr "Midagi ei leitud."
164
+
165
+ #: functions.php:366
166
+ msgid "Loading..."
167
+ msgstr "Laen..."
168
+
169
+ #: functions.php:371
170
+ msgid "Search: no pages found"
171
+ msgstr "Otsing: lehekülgi ei leitud"
172
+
173
+ #: functions.php:374
174
+ msgid "Loading tree"
175
+ msgstr "Laen"
176
+
177
+ #: functions.php:386
178
+ msgid "After"
179
+ msgstr "Peale"
180
+
181
+ #: functions.php:390
182
+ msgid "Inside"
183
+ msgstr "Sees"
184
+
185
+ #: functions.php:394
186
+ msgid "Can not create page inside of a page with draft status"
187
+ msgstr "Ei saa luua alamlehte, kui lehekülg on mustand"
188
+
189
+ #: functions.php:397
190
+ msgid "Last modified"
191
+ msgstr "Viimati muudetud"
192
+
193
+ #: functions.php:399
194
+ msgid "by"
195
+ msgstr " "
196
+
197
+ #: functions.php:402
198
+ msgid "Page ID"
199
+ msgstr "Lehekülje ID"
200
+
201
+ #: functions.php:609
202
+ msgid "Unknown user"
203
+ msgstr "Tundmatu kasutaja"
204
+
205
+ #: functions.php:614
206
+ msgid "<Untitled page>"
207
+ msgstr "<Pealkirjata lehekülg>"
208
+
209
+ #: functions.php:634
210
+ msgid "Comments"
211
+ msgstr "Kommentaarid"
212
+
213
+ #: functions.php:641
214
+ msgid "%s pending"
215
+ msgstr "% pooleli"
216
+
217
+ #: functions.php:651
218
+ msgctxt "comment count"
219
+ msgid "0"
220
+ msgstr "0"
221
+
222
+ #: functions.php:651
223
+ msgctxt "comment count"
224
+ msgid "1"
225
+ msgstr "1"
226
+
227
+ #: functions.php:651
228
+ msgctxt "comment count"
229
+ msgid "%"
230
+ msgstr "%"
231
+
232
+ #: functions.php:682
233
+ msgid "Click to edit. Drag to move."
234
+ msgstr "Kliki muutmiseks. Lohista liigutamiseks."
235
+
236
+ #: functions.php:833
237
+ msgid "New page"
238
+ msgstr "Uus lehekülg"
239
+
240
+ #: functions.php:1015
241
+ msgid "Close"
242
+ msgstr "Sulge"
243
+
244
+ #: functions.php:1016
245
+ msgid ""
246
+ "<strong>Thank you for using this plugin!</strong> If you need help please "
247
+ "check out the <a href=\"http://eskapism.se/code-playground/cms-tree-page-"
248
+ "view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">plugin "
249
+ "homepage</a> or the <a href=\"http://wordpress.org/tags/cms-tree-page-view?"
250
+ "forum_id=10\">support forum</a>."
251
+ msgstr ""
252
+ "<strong>Tänan et kasutad meie pluginat!</strong> Vajadusel külasta <a href="
253
+ "\"http://eskapism.se/code-playground/cms-tree-page-view/?"
254
+ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">plugina "
255
+ "kodulehte</a>või <a href=\"http://wordpress.org/tags/cms-tree-page-view?"
256
+ "forum_id=10\">tugifoorumit</a>."
257
+
258
+ #: functions.php:1017
259
+ msgid ""
260
+ "If you like this plugin, please <a href=\"http://eskapism.se/sida/donate/?"
261
+ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">support my "
262
+ "work by donating</a> - or at least say something nice about this plugin in a "
263
+ "blog post or tweet."
264
+ msgstr ""
265
+ "Kui meie plugin sulle meeldib <a href=\"http://eskapism.se/sida/donate/?"
266
+ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">toeta meie "
267
+ "tööd annetades</a>."
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: eskapism, MarsApril
3
  Donate link: http://eskapism.se/sida/donate/
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.0
6
- Tested up to: 3.4
7
- Stable tag: 0.8.13
8
 
9
  Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
10
 
@@ -86,6 +86,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
86
 
87
  == Changelog ==
88
 
 
 
 
89
  = 0.8.13 =
90
  - Updated Lithuanian language
91
 
3
  Donate link: http://eskapism.se/sida/donate/
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.0
6
+ Tested up to: 3.4.2
7
+ Stable tag: 0.8.14
8
 
9
  Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
10
 
86
 
87
  == Changelog ==
88
 
89
+ = 0.8.14 =
90
+ - Added Estonian translation
91
+
92
  = 0.8.13 =
93
  - Updated Lithuanian language
94