CMS Tree Page View - Version 0.8.13

Version Description

  • Updated Lithuanian language
Download this release

Release Info

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

Code changes from version 0.8.12 to 0.8.13

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.12
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.12");
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.13
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.13");
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
34
  // Find the plugin directory URL
languages/cms-tree-page-view-lt_LT.mo CHANGED
Binary file
languages/cms-tree-page-view-lt_LT.po CHANGED
@@ -1,323 +1,320 @@
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
-
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: 2012-04-03 17:15+0200\n"
7
+ "Last-Translator: Gediminas <gcekanauskas@gmail.com>\n"
8
+ "Language-Team: Gediminas <gcekanauskas@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
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "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"
15
+ "X-Textdomain-Support: yes\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #@ cms-tree-page-view
20
+ #: functions.php:55
21
+ msgid "Enter title of new page"
22
+ msgstr "Naujo puslapio pavadinimas"
23
+
24
+ #@ cms-tree-page-view
25
+ #: functions.php:56
26
+ msgid "child pages"
27
+ msgstr "vidinis puslapis"
28
+
29
+ #@ cms-tree-page-view
30
+ #: functions.php:57
31
+ #: functions.php:401
32
+ msgid "Edit page"
33
+ msgstr "Redaguoti puslapį"
34
+
35
+ #@ cms-tree-page-view
36
+ #: functions.php:58
37
+ #: functions.php:402
38
+ msgid "View page"
39
+ msgstr "Peržiūrėti puslapį"
40
+
41
+ #@ cms-tree-page-view
42
+ #: functions.php:59
43
+ #: functions.php:401
44
+ msgid "Edit"
45
+ msgstr "Redaguoti"
46
+
47
+ #@ cms-tree-page-view
48
+ #: functions.php:60
49
+ #: functions.php:402
50
+ msgid "View"
51
+ msgstr "Peržiūrėti"
52
+
53
+ #@ cms-tree-page-view
54
+ #: functions.php:61
55
+ msgid "Add page"
56
+ msgstr "Pridėti puslapį"
57
+
58
+ #@ cms-tree-page-view
59
+ #: functions.php:62
60
+ #: functions.php:406
61
+ msgid "Add new page after"
62
+ msgstr "Pridėti puslapį po"
63
+
64
+ #@ cms-tree-page-view
65
+ #: functions.php:63
66
+ msgid "after"
67
+ msgstr "po"
68
+
69
+ #@ cms-tree-page-view
70
+ #: functions.php:64
71
+ msgid "inside"
72
+ msgstr "viduje"
73
+
74
+ #@ cms-tree-page-view
75
+ #: functions.php:65
76
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
77
+ msgstr "Atsiprašome, negalima sukurti gilesnio meniu puslapio su \"draft\" būsena."
78
+
79
+ #@ cms-tree-page-view
80
+ #: functions.php:66
81
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
82
+ msgstr "Atsiprašome, negalima sukurti gilesnio meniu puslapio su \"trash\" būsena."
83
+
84
+ #@ cms-tree-page-view
85
+ #: functions.php:67
86
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
87
+ msgstr "Atsiprašome, negalima sukurti puslapio po puslapio su \"trash\" būsena."
88
+
89
+ #@ cms-tree-page-view
90
+ #: functions.php:68
91
+ #: functions.php:410
92
+ msgid "Add new page inside"
93
+ msgstr "Pridėti naują puslapį viduje"
94
+
95
+ #@ cms-tree-page-view
96
+ #: functions.php:69
97
+ msgid "draft"
98
+ msgstr "eskizas"
99
+
100
+ #@ cms-tree-page-view
101
+ #: functions.php:70
102
+ msgid "future"
103
+ msgstr "būsimas"
104
+
105
+ #@ cms-tree-page-view
106
+ #: functions.php:71
107
+ msgid "protected"
108
+ msgstr "apsaugotas"
109
+
110
+ #@ cms-tree-page-view
111
+ #@ default
112
+ #: functions.php:72
113
+ #: functions.php:673
114
+ msgid "pending"
115
+ msgstr "laukiamas"
116
+
117
+ #@ cms-tree-page-view
118
+ #: functions.php:73
119
+ msgid "private"
120
+ msgstr "privatus"
121
+
122
+ #@ cms-tree-page-view
123
+ #: functions.php:74
124
+ msgid "trash"
125
+ msgstr "šiukšlė"
126
+
127
+ #@ cms-tree-page-view
128
+ #: functions.php:75
129
+ msgid "Password protected page"
130
+ msgstr "Slaptažodžiu apsaugotas puslapis"
131
+
132
+ #@ cms-tree-page-view
133
+ #: functions.php:76
134
+ msgid "Adding page..."
135
+ msgstr "Pridedamas puslapis..."
136
+
137
+ #@ cms-tree-page-view
138
+ #: functions.php:178
139
+ msgid "settings"
140
+ msgstr "nustatymai"
141
+
142
+ #@ cms-tree-page-view
143
+ #: functions.php:183
144
+ msgid "Select where to show a tree for pages and custom post types"
145
+ msgstr "Pasirinkite, kuriems įrašų tipams rodyti medžio struktūrą"
146
+
147
+ #@ cms-tree-page-view
148
+ #: functions.php:209
149
+ msgid "On dashboard"
150
+ msgstr "Ant skydelio"
151
+
152
+ #@ cms-tree-page-view
153
+ #: functions.php:213
154
+ msgid "In menu"
155
+ msgstr "Meniu"
156
+
157
+ #@ cms-tree-page-view
158
+ #: functions.php:224
159
+ msgid "Save Changes"
160
+ msgstr "Išsaugoti pakeitimus"
161
+
162
+ #@ cms-tree-page-view
163
+ #: functions.php:355
164
+ msgid "No posts found."
165
+ msgstr "Įrašų nerasta."
166
+
167
+ #@ cms-tree-page-view
168
+ #: functions.php:361
169
+ msgid "All"
170
+ msgstr "Visi"
171
+
172
+ #@ cms-tree-page-view
173
+ #: functions.php:362
174
+ msgid "Public"
175
+ msgstr "Paskelbti"
176
+
177
+ #@ cms-tree-page-view
178
+ #: functions.php:363
179
+ msgid "Trash"
180
+ msgstr "Šiukšlinėje"
181
+
182
+ #@ cms-tree-page-view
183
+ #: functions.php:368
184
+ msgid "Expand"
185
+ msgstr "Išplėsti visus"
186
+
187
+ #@ cms-tree-page-view
188
+ #: functions.php:369
189
+ msgid "Collapse"
190
+ msgstr "Sutraukti visus"
191
+
192
+ #@ cms-tree-page-view
193
+ #: functions.php:377
194
+ msgid "Clear search"
195
+ msgstr "Išvalyti paiešką"
196
+
197
+ #@ cms-tree-page-view
198
+ #: functions.php:378
199
+ msgid "Search"
200
+ msgstr "Ieškoti"
201
+
202
+ #@ cms-tree-page-view
203
+ #: functions.php:379
204
+ msgid "Searching..."
205
+ msgstr "Ieškoma..."
206
+
207
+ #@ cms-tree-page-view
208
+ #: functions.php:380
209
+ msgid "Nothing found."
210
+ msgstr "Nieko nerasta."
211
+
212
+ #@ cms-tree-page-view
213
+ #: functions.php:386
214
+ msgid "Loading..."
215
+ msgstr "Kraunama..."
216
+
217
+ #@ cms-tree-page-view
218
+ #: functions.php:391
219
+ msgid "Search: no pages found"
220
+ msgstr "Paieška: puslapių nerasta"
221
+
222
+ #@ cms-tree-page-view
223
+ #: functions.php:394
224
+ msgid "Loading tree"
225
+ msgstr "Kraunamas medis"
226
+
227
+ #@ cms-tree-page-view
228
+ #: functions.php:406
229
+ msgid "After"
230
+ msgstr "Po"
231
+
232
+ #@ cms-tree-page-view
233
+ #: functions.php:410
234
+ msgid "Inside"
235
+ msgstr "Viduje"
236
+
237
+ #@ cms-tree-page-view
238
+ #: functions.php:414
239
+ msgid "Can not create page inside of a page with draft status"
240
+ msgstr "Negalima sukurti puslapio, turinčio juodraščio statusą, viduje"
241
+
242
+ #@ cms-tree-page-view
243
+ #: functions.php:417
244
+ msgid "Last modified"
245
+ msgstr "Vėliausiai redaguota"
246
+
247
+ #@ cms-tree-page-view
248
+ #: functions.php:419
249
+ msgid "by"
250
+ msgstr " "
251
+
252
+ #@ cms-tree-page-view
253
+ #: functions.php:422
254
+ msgid "Page ID"
255
+ msgstr "Puslapio ID"
256
+
257
+ #@ cms-tree-page-view
258
+ #: functions.php:638
259
+ msgid "Unknown user"
260
+ msgstr "Nežinomas vartotojas"
261
+
262
+ #@ cms-tree-page-view
263
+ #: functions.php:643
264
+ msgid "<Untitled page>"
265
+ msgstr "<Nepavadintas puslapis>"
266
+
267
+ #@ default
268
+ #: functions.php:663
269
+ msgid "Comments"
270
+ msgstr "Komentarai"
271
+
272
+ #@ default
273
+ #: functions.php:670
274
+ #, php-format
275
+ msgid "%s pending"
276
+ msgstr "Liko: %s"
277
+
278
+ #@ default
279
+ #: functions.php:680
280
+ msgctxt "comment count"
281
+ msgid "0"
282
+ msgstr ""
283
+
284
+ #@ default
285
+ #: functions.php:680
286
+ msgctxt "comment count"
287
+ msgid "1"
288
+ msgstr ""
289
+
290
+ #@ default
291
+ #: functions.php:680
292
+ msgctxt "comment count"
293
+ msgid "%"
294
+ msgstr ""
295
+
296
+ #@ cms-tree-page-view
297
+ #: functions.php:711
298
+ msgid "Click to edit. Drag to move."
299
+ msgstr "Spragtelkite, norėdami redaguoti. Tempkite, norėdami perkeltii."
300
+
301
+ #@ cms-tree-page-view
302
+ #: functions.php:862
303
+ msgid "New page"
304
+ msgstr "Naujas puslapis"
305
+
306
+ #@ cms-tree-page-view
307
+ #: functions.php:1046
308
+ msgid "Close"
309
+ msgstr "Uždaryti"
310
+
311
+ #@ cms-tree-page-view
312
+ #: functions.php:1047
313
+ 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>."
314
+ msgstr "<strong>Ačiū, kad naudojate šį įskiepį!</strong>Jei reikia pagalbos, galite apsilankyti <a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">įskiepio tinklapyje</a> arba <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">pagalbos diskusijos</a>."
315
+
316
+ #@ cms-tree-page-view
317
+ #: functions.php:1048
318
+ 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."
319
+ msgstr "Jei 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> ar bent paminėkite šį įskiepį savo tinklaraštyje ar \"twitteryje\"."
320
+
 
 
 
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.4
7
- Stable tag: 0.8.12
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.12 =
90
  - Fix for forever loading tree
91
  - No plus-sign on nodes that has no children
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
 
87
  == Changelog ==
88
 
89
+ = 0.8.13 =
90
+ - Updated Lithuanian language
91
+
92
  = 0.8.12 =
93
  - Fix for forever loading tree
94
  - No plus-sign on nodes that has no children