CMS Tree Page View - Version 0.8.3

Version Description

  • Added Lithuanian translation by www.kerge.lt. Thank you!
Download this release

Release Info

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

Code changes from version 0.8.2 to 0.8.3

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.2
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
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.3
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
languages/cms-tree-page-view-lt_LT.mo ADDED
Binary file
languages/cms-tree-page-view-lt_LT.po ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
5
+ "POT-Creation-Date: 2011-03-06 14:33:36+00:00\n"
6
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
7
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: functions.php:55
23
+ #@ cms-tree-page-view
24
+ msgid "Enter title of new page"
25
+ msgstr "Naujo puslapio pavadinimas"
26
+
27
+ #: functions.php:56
28
+ #@ cms-tree-page-view
29
+ msgid "child pages"
30
+ msgstr "vidinis puslapis"
31
+
32
+ #: functions.php:57
33
+ #: functions.php:401
34
+ #@ cms-tree-page-view
35
+ msgid "Edit page"
36
+ msgstr "Redaguoti puslapį"
37
+
38
+ #: functions.php:58
39
+ #: functions.php:402
40
+ #@ cms-tree-page-view
41
+ msgid "View page"
42
+ msgstr "Peržiūrėti puslapį"
43
+
44
+ #: functions.php:59
45
+ #: functions.php:401
46
+ #@ cms-tree-page-view
47
+ msgid "Edit"
48
+ msgstr "Redaguoti"
49
+
50
+ #: functions.php:60
51
+ #: functions.php:402
52
+ #@ cms-tree-page-view
53
+ msgid "View"
54
+ msgstr "Peržiūrėti"
55
+
56
+ #: functions.php:61
57
+ #@ cms-tree-page-view
58
+ msgid "Add page"
59
+ msgstr "Pridėti puslapį"
60
+
61
+ #: functions.php:62
62
+ #: functions.php:406
63
+ #@ cms-tree-page-view
64
+ msgid "Add new page after"
65
+ msgstr "Pridėti puslapį po"
66
+
67
+ #: functions.php:63
68
+ #@ cms-tree-page-view
69
+ msgid "after"
70
+ msgstr "po"
71
+
72
+ #: functions.php:64
73
+ #@ cms-tree-page-view
74
+ msgid "inside"
75
+ msgstr "viduje"
76
+
77
+ #: functions.php:65
78
+ #@ cms-tree-page-view
79
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
80
+ msgstr "Atsiprašome, negalima sukurti gylesnio meniu puslapio su \"draft\" būsena."
81
+
82
+ #: functions.php:66
83
+ #@ cms-tree-page-view
84
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
85
+ msgstr "Atsiprašome, negalima sukurti gylesnio meniu puslapio su \"trash\" būsena."
86
+
87
+ #: functions.php:67
88
+ #@ cms-tree-page-view
89
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
90
+ msgstr "Atsiprašome, negalima sukurti puslapio po puslapio su \"trash\" būsena."
91
+
92
+ #: functions.php:68
93
+ #: functions.php:410
94
+ #@ cms-tree-page-view
95
+ msgid "Add new page inside"
96
+ msgstr "Pridėti naują puslapį viduje"
97
+
98
+ #: functions.php:69
99
+ #@ cms-tree-page-view
100
+ msgid "draft"
101
+ msgstr "eskizas"
102
+
103
+ #: functions.php:70
104
+ #@ cms-tree-page-view
105
+ msgid "future"
106
+ msgstr "būsimas"
107
+
108
+ #: functions.php:71
109
+ #@ cms-tree-page-view
110
+ msgid "protected"
111
+ msgstr "apsaugotas"
112
+
113
+ #: functions.php:72
114
+ #: functions.php:673
115
+ #@ cms-tree-page-view
116
+ #@ default
117
+ msgid "pending"
118
+ msgstr "laukiamas"
119
+
120
+ #: functions.php:73
121
+ #@ cms-tree-page-view
122
+ msgid "private"
123
+ msgstr "privatus"
124
+
125
+ #: functions.php:74
126
+ #@ cms-tree-page-view
127
+ msgid "trash"
128
+ msgstr "šiukšlė"
129
+
130
+ #: functions.php:75
131
+ #@ cms-tree-page-view
132
+ msgid "Password protected page"
133
+ msgstr "Slaptažodžiu apsaugotas puslapis"
134
+
135
+ #: functions.php:76
136
+ #@ cms-tree-page-view
137
+ msgid "Adding page..."
138
+ msgstr "Pridedamas puslapis..."
139
+
140
+ #: functions.php:178
141
+ #@ cms-tree-page-view
142
+ msgid "settings"
143
+ msgstr "nustatymai"
144
+
145
+ #: functions.php:183
146
+ #@ cms-tree-page-view
147
+ msgid "Select where to show a tree for pages and custom post types"
148
+ msgstr "Pasirinkite, kur parodyti medį puslapiams ir pasirinktų pasisakymų tipų"
149
+
150
+ #: functions.php:209
151
+ #@ cms-tree-page-view
152
+ msgid "On dashboard"
153
+ msgstr "Ant skydelio"
154
+
155
+ #: functions.php:213
156
+ #@ cms-tree-page-view
157
+ msgid "In menu"
158
+ msgstr "Meniu"
159
+
160
+ #: functions.php:224
161
+ #@ cms-tree-page-view
162
+ msgid "Save Changes"
163
+ msgstr "Išsaugoti pakeitimus"
164
+
165
+ #: functions.php:355
166
+ #@ cms-tree-page-view
167
+ msgid "No posts found."
168
+ msgstr "Nerasti pasisakymai."
169
+
170
+ #: functions.php:361
171
+ #@ cms-tree-page-view
172
+ msgid "All"
173
+ msgstr "VIsi"
174
+
175
+ #: functions.php:362
176
+ #@ cms-tree-page-view
177
+ msgid "Public"
178
+ msgstr "Viešas"
179
+
180
+ #: functions.php:363
181
+ #@ cms-tree-page-view
182
+ msgid "Trash"
183
+ msgstr "Šiukšlė"
184
+
185
+ #: functions.php:368
186
+ #@ cms-tree-page-view
187
+ msgid "Expand"
188
+ msgstr "Išplėsti"
189
+
190
+ #: functions.php:369
191
+ #@ cms-tree-page-view
192
+ msgid "Collapse"
193
+ msgstr "Sutraukti"
194
+
195
+ #: functions.php:377
196
+ #@ cms-tree-page-view
197
+ msgid "Clear search"
198
+ msgstr "Išvalyti paiešką"
199
+
200
+ #: functions.php:378
201
+ #@ cms-tree-page-view
202
+ msgid "Search"
203
+ msgstr "Ieškoti"
204
+
205
+ #: functions.php:379
206
+ #@ cms-tree-page-view
207
+ msgid "Searching..."
208
+ msgstr "Ieškoma..."
209
+
210
+ #: functions.php:380
211
+ #@ cms-tree-page-view
212
+ msgid "Nothing found."
213
+ msgstr "NIeko nerasta."
214
+
215
+ #: functions.php:386
216
+ #@ cms-tree-page-view
217
+ msgid "Loading..."
218
+ msgstr "Kraunama..."
219
+
220
+ #: functions.php:391
221
+ #@ cms-tree-page-view
222
+ msgid "Search: no pages found"
223
+ msgstr "Paieška: puslapiai nerasti"
224
+
225
+ #: functions.php:394
226
+ #@ cms-tree-page-view
227
+ msgid "Loading tree"
228
+ msgstr "Kraunamas medis"
229
+
230
+ #: functions.php:406
231
+ #@ cms-tree-page-view
232
+ msgid "After"
233
+ msgstr "Po"
234
+
235
+ #: functions.php:410
236
+ #@ cms-tree-page-view
237
+ msgid "Inside"
238
+ msgstr "Viduje"
239
+
240
+ #: functions.php:414
241
+ #@ cms-tree-page-view
242
+ msgid "Can not create page inside of a page with draft status"
243
+ msgstr "Negalima sukurti puslapio viduje su statusu šiukšlė"
244
+
245
+ #: functions.php:417
246
+ #@ cms-tree-page-view
247
+ msgid "Last modified"
248
+ msgstr "Vėliausiai redaguota"
249
+
250
+ #: functions.php:419
251
+ #@ cms-tree-page-view
252
+ msgid "by"
253
+ msgstr " "
254
+
255
+ #: functions.php:422
256
+ #@ cms-tree-page-view
257
+ msgid "Page ID"
258
+ msgstr "Puslapio ID"
259
+
260
+ #: functions.php:638
261
+ #@ cms-tree-page-view
262
+ msgid "Unknown user"
263
+ msgstr "Nežinomas vartotojas"
264
+
265
+ #: functions.php:643
266
+ #@ cms-tree-page-view
267
+ msgid "<Untitled page>"
268
+ msgstr "<Nepavadintas puslapis>"
269
+
270
+ #: functions.php:663
271
+ #@ default
272
+ msgid "Comments"
273
+ msgstr ""
274
+
275
+ #: functions.php:670
276
+ #, php-format
277
+ #@ default
278
+ msgid "%s pending"
279
+ msgstr ""
280
+
281
+ #: functions.php:680
282
+ #@ default
283
+ msgctxt "comment count"
284
+ msgid "0"
285
+ msgstr ""
286
+
287
+ #: functions.php:680
288
+ #@ default
289
+ msgctxt "comment count"
290
+ msgid "1"
291
+ msgstr ""
292
+
293
+ #: functions.php:680
294
+ #@ default
295
+ msgctxt "comment count"
296
+ msgid "%"
297
+ msgstr ""
298
+
299
+ #: functions.php:711
300
+ #@ cms-tree-page-view
301
+ msgid "Click to edit. Drag to move."
302
+ msgstr "Spragtelt redaguoti. Tempti."
303
+
304
+ #: functions.php:862
305
+ #@ cms-tree-page-view
306
+ msgid "New page"
307
+ msgstr "Naujas puslapis"
308
+
309
+ #: functions.php:1046
310
+ #@ cms-tree-page-view
311
+ msgid "Close"
312
+ msgstr "Uždaryti"
313
+
314
+ #: functions.php:1047
315
+ #@ cms-tree-page-view
316
+ msgid "<strong>Thank you for using this plugin!</strong> If you need help please check out the <a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">plugin homepage</a> or the <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">support forum</a>."
317
+ msgstr "<strong>Ačiū, kad naudojate šį įskiepį!</strong>Jei Jums reikia pagalbos, žiūrėkita čia<a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">įskiepio namų puslapis</a> arba <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">pagalbos diskusijos</a>."
318
+
319
+ #: functions.php:1048
320
+ #@ cms-tree-page-view
321
+ msgid "If you like this plugin, please <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">support my work by donating</a> - or at least say something nice about this plugin in a blog post or tweet."
322
+ msgstr "Jei Jums patinka šis įskiepis, prašau <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">paremti mano darbą</a> - arba parašyti ką nors gražaus apie šį įskiepį bloge ar pasakyti."
323
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1
7
- Stable tag: 0.8.2
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
 
@@ -85,6 +85,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
85
 
86
  == Changelog ==
87
 
 
 
 
88
  = 0.8.2 =
89
  - Celebrating more than 100.000 downloads and as a gift to you, the user of this plugin, I have removed the "Support the author"-text from the right column. No more nagging! Donations are still welcome though...
90
 
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.1
7
+ Stable tag: 0.8.3
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
 
85
 
86
  == Changelog ==
87
 
88
+ = 0.8.3 =
89
+ - Added Lithuanian translation by www.kerge.lt. Thank you!
90
+
91
  = 0.8.2 =
92
  - Celebrating more than 100.000 downloads and as a gift to you, the user of this plugin, I have removed the "Support the author"-text from the right column. No more nagging! Donations are still welcome though...
93