CMS Tree Page View - Version 1.3.4

Version Description

(June 2016) =

  • Update Finnish translation files. Thanks translator!
Download this release

Release Info

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

Code changes from version 1.3.3 to 1.3.4

index.php CHANGED
@@ -5,7 +5,7 @@ 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
  Text Domain: cms-tree-page-view
7
  Domain Path: /languages/
8
- Version: 1.3.3
9
  Author: Pär Thernström
10
  Author URI: http://eskapism.se/
11
  License: GPL2
@@ -29,7 +29,7 @@ License: GPL2
29
 
30
  #require("functions.php");
31
 
32
- define( "CMS_TPV_VERSION", "1.3.3");
33
  define( "CMS_TPV_NAME", "CMS Tree Page View");
34
 
35
  require(dirname(__FILE__) . "/functions.php");
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
  Text Domain: cms-tree-page-view
7
  Domain Path: /languages/
8
+ Version: 1.3.4
9
  Author: Pär Thernström
10
  Author URI: http://eskapism.se/
11
  License: GPL2
29
 
30
  #require("functions.php");
31
 
32
+ define( "CMS_TPV_VERSION", "1.3.4");
33
  define( "CMS_TPV_NAME", "CMS Tree Page View");
34
 
35
  require(dirname(__FILE__) . "/functions.php");
languages/cms-tree-page-view-fi.mo ADDED
Binary file
languages/cms-tree-page-view-fi.po ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012
2
+ # This file is distributed under the same license as the package.
3
+ # Translators:
4
+ # Jan-Erik Finlander <janerik.finlander@gmail.com>, 2013.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: CMS Tree Page View\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
9
+ "POT-Creation-Date: 2013-04-16 17:39:45+00:00\n"
10
+ "PO-Revision-Date: 2016-04-22 16:00+0200\n"
11
+ "Last-Translator: Heikki Paananen <heikki.paananen@kvl.fi>\n"
12
+ "Language-Team: Finnish (http://www.transifex.com/projects/p/cms-tree-page-"
13
+ "view/language/fi/)\n"
14
+ "Language: fi\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
+
21
+ #: functions.php:66 functions.php:113 functions.php:1396
22
+ msgid "Cheatin&#8217; uh?"
23
+ msgstr "Huijaat&#8217; huh?"
24
+
25
+ #: functions.php:321
26
+ msgid "Enter title of new page"
27
+ msgstr "Kirjoita uuden sivun otsikko "
28
+
29
+ #: functions.php:322
30
+ msgid "child pages"
31
+ msgstr "Alasivut"
32
+
33
+ #: functions.php:323 functions.php:970
34
+ msgid "Edit page"
35
+ msgstr "Muokkaa sivua"
36
+
37
+ #: functions.php:324 functions.php:971
38
+ msgid "View page"
39
+ msgstr "Näytä sivu"
40
+
41
+ #: functions.php:325 functions.php:970
42
+ msgid "Edit"
43
+ msgstr "Muokkaa"
44
+
45
+ #: functions.php:326 functions.php:971
46
+ msgid "View"
47
+ msgstr "Näytä"
48
+
49
+ #: functions.php:327
50
+ msgid "Add page"
51
+ msgstr "Lisää sivu"
52
+
53
+ #: functions.php:328 functions.php:979
54
+ msgid "Add new page after"
55
+ msgstr "Lisää uusi sivu tämän jälkeen"
56
+
57
+ #: functions.php:329
58
+ msgid "after"
59
+ msgstr "jälkeen"
60
+
61
+ #: functions.php:330
62
+ msgid "inside"
63
+ msgstr "sisällä"
64
+
65
+ #: functions.php:331
66
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
67
+ msgstr ""
68
+ "Valitettavasti ei voi luoda alasivua, jos pääsivun status on \"luonnos\"."
69
+
70
+ #: functions.php:332
71
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
72
+ msgstr ""
73
+ "Valitettavasti ei voi luoda alasivua, jos pääsivun status on \"roskakori\". "
74
+
75
+ #: functions.php:333
76
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
77
+ msgstr ""
78
+ "Valitettavasti ei voi luoda sivua, \"roskakori\" statuksella olevan sivun "
79
+ "jälkeen. "
80
+
81
+ #: functions.php:334 functions.php:984
82
+ msgid "Add new page inside"
83
+ msgstr "Lisää uusi sisäinen sivu "
84
+
85
+ #: functions.php:335 functions.php:341
86
+ msgid "draft"
87
+ msgstr "luonnos"
88
+
89
+ #: functions.php:336 functions.php:342
90
+ msgid "future"
91
+ msgstr "tuleva"
92
+
93
+ #: functions.php:337 functions.php:343
94
+ msgid "protected"
95
+ msgstr "suojattu"
96
+
97
+ #: functions.php:338 functions.php:344 functions.php:1296
98
+ msgid "pending"
99
+ msgstr "vireillä"
100
+
101
+ #: functions.php:339 functions.php:345
102
+ msgid "private"
103
+ msgstr "yksityinen"
104
+
105
+ #: functions.php:340 functions.php:346
106
+ msgid "trash"
107
+ msgstr "roskakori"
108
+
109
+ #: functions.php:347
110
+ msgid "Password protected page"
111
+ msgstr "salasanalla suojattu sivu"
112
+
113
+ #: functions.php:348
114
+ msgid "Adding page..."
115
+ msgstr "Sivua lisätään... "
116
+
117
+ #: functions.php:349
118
+ msgid "Adding ..."
119
+ msgstr "Lisätään..."
120
+
121
+ #: functions.php:350 functions.php:1057
122
+ msgid "No posts found."
123
+ msgstr "Artikkeleita ei löytynyt."
124
+
125
+ #: functions.php:448
126
+ msgid "Tree View"
127
+ msgstr "Puunäkymä"
128
+
129
+ #: functions.php:457
130
+ msgid "List View"
131
+ msgstr "Listanäkymä"
132
+
133
+ #: functions.php:493
134
+ msgid "Settings"
135
+ msgstr "Asetukset"
136
+
137
+ #: functions.php:533
138
+ msgctxt "name of dashboard"
139
+ msgid "%1$s Tree"
140
+ msgstr "%1$s Puunäkymä"
141
+
142
+ #: functions.php:571
143
+ msgctxt "name in menu"
144
+ msgid "Tree View"
145
+ msgstr "Puunäkymä"
146
+
147
+ #: functions.php:572
148
+ msgctxt "title on page with tree"
149
+ msgid "%1$s Tree View"
150
+ msgstr "%1$s Puunäkymä"
151
+
152
+ #: functions.php:592
153
+ msgid "settings"
154
+ msgstr "asetukset"
155
+
156
+ #: functions.php:598
157
+ msgid "Select where to show a tree for pages and custom post types"
158
+ msgstr "Valitse, missä puunäkymä näytetään (sivut ja artikkelit) "
159
+
160
+ #: functions.php:642
161
+ msgid "On dashboard"
162
+ msgstr "Työpöydällä"
163
+
164
+ #: functions.php:646
165
+ msgid "In menu"
166
+ msgstr "Valikossa"
167
+
168
+ #: functions.php:650
169
+ msgid "On post overview screen"
170
+ msgstr "Yleiskatsaus näytöllä"
171
+
172
+ #: functions.php:669
173
+ msgid "Save Changes"
174
+ msgstr "Tallenna muutokset"
175
+
176
+ #: functions.php:913
177
+ msgid "All"
178
+ msgstr "Kaikki"
179
+
180
+ #: functions.php:918
181
+ msgid "Public"
182
+ msgstr "Julkinen"
183
+
184
+ #: functions.php:923
185
+ msgid "Trash"
186
+ msgstr "Roskakori"
187
+
188
+ #: functions.php:931
189
+ msgid "Expand"
190
+ msgstr "Laajenna"
191
+
192
+ #: functions.php:932
193
+ msgid "Collapse"
194
+ msgstr "Supista"
195
+
196
+ #: functions.php:940
197
+ msgid "Clear search"
198
+ msgstr "Tyhjennä haku"
199
+
200
+ #: functions.php:941
201
+ msgid "Search"
202
+ msgstr "Hae"
203
+
204
+ #: functions.php:942
205
+ msgid "Searching..."
206
+ msgstr "Heataan..."
207
+
208
+ #: functions.php:943
209
+ msgid "Nothing found."
210
+ msgstr "Ei löytynyt mitään."
211
+
212
+ #: functions.php:950
213
+ msgid "Loading..."
214
+ msgstr "Ladataan..."
215
+
216
+ #: functions.php:955
217
+ msgid "Search: no pages found"
218
+ msgstr "Haku: sivuja ei löytynyt"
219
+
220
+ #: functions.php:958
221
+ msgid "Loading tree"
222
+ msgstr "Ladataan puunäkymä"
223
+
224
+ #: functions.php:979 functions.php:1016
225
+ msgid "After"
226
+ msgstr "Jälkeen"
227
+
228
+ #: functions.php:984 functions.php:1017
229
+ msgid "Inside"
230
+ msgstr "Sisällä"
231
+
232
+ #: functions.php:988
233
+ msgid "Can not create page inside of a page with draft status"
234
+ msgstr ""
235
+ "Valitettavasti alasivua ei voi luoda kun sivu on luonnos (draft) tilassa"
236
+
237
+ #: functions.php:1005
238
+ msgid "Add page(s)"
239
+ msgstr "Lisää sivu(ja)"
240
+
241
+ #: functions.php:1010
242
+ msgid "Enter title here"
243
+ msgstr "Kirjoita otsikko tähän"
244
+
245
+ #: functions.php:1015
246
+ msgid "Position"
247
+ msgstr "Sijainti"
248
+
249
+ #: functions.php:1022
250
+ msgid "Status"
251
+ msgstr "Tila"
252
+
253
+ #: functions.php:1023
254
+ msgid "Draft"
255
+ msgstr "Luonnos"
256
+
257
+ #: functions.php:1024
258
+ msgid "Published"
259
+ msgstr "Julkaistu"
260
+
261
+ #: functions.php:1028
262
+ msgid "Add"
263
+ msgstr "Lisää"
264
+
265
+ #: functions.php:1029
266
+ msgid "or"
267
+ msgstr "tai"
268
+
269
+ #: functions.php:1030
270
+ msgid "cancel"
271
+ msgstr "peruta"
272
+
273
+ #: functions.php:1040
274
+ msgid "Last modified"
275
+ msgstr "Viimeksi muokattu"
276
+
277
+ #: functions.php:1042
278
+ msgid "by"
279
+ msgstr "- "
280
+
281
+ #: functions.php:1045
282
+ msgid "Page ID"
283
+ msgstr "Sivun ID"
284
+
285
+ #: functions.php:1088
286
+ msgctxt "headline of page with tree"
287
+ msgid "%1$s Tree View"
288
+ msgstr "%1$s Puunäkymä"
289
+
290
+ #: functions.php:1248
291
+ msgid "Unknown user"
292
+ msgstr "Tuntematon käyttäjä"
293
+
294
+ #: functions.php:1253
295
+ msgid "<Untitled page>"
296
+ msgstr "<Sivun otsikko>"
297
+
298
+ #: functions.php:1286
299
+ msgid "Comments"
300
+ msgstr "Kommentit"
301
+
302
+ #: functions.php:1293
303
+ msgid "%s pending"
304
+ msgstr "%s vireillä"
305
+
306
+ #: functions.php:1303
307
+ msgctxt "comment count"
308
+ msgid "0"
309
+ msgstr "0"
310
+
311
+ #: functions.php:1303
312
+ msgctxt "comment count"
313
+ msgid "1"
314
+ msgstr "1"
315
+
316
+ #: functions.php:1303
317
+ msgctxt "comment count"
318
+ msgid "%"
319
+ msgstr "%"
320
+
321
+ #: functions.php:1502
322
+ msgid "New page"
323
+ msgstr "Uusi sivu"
324
+
325
+ #: functions.php:1692
326
+ msgid "Thanks for using my plugin"
327
+ msgstr "Kiitos kun käytät pluginiani"
328
+
329
+ #: functions.php:1694
330
+ msgid ""
331
+ "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
332
+ "as much as I do."
333
+ msgstr ""
334
+ "Tervehdys! Haluan kiittää siitä, että käytät tätä pluginia. Toivottavasti "
335
+ "pidät siitä yhtä paljon kuin minäkin."
336
+
337
+ #: functions.php:1695
338
+ msgid "/Pär Thernström - plugin creator"
339
+ msgstr "/Pär Thernström - Pluginin luoja"
340
+
341
+ #: functions.php:1697
342
+ msgid "I like this plugin<br>– how can I thank you?"
343
+ msgstr "Pidän tästä pluginista<br> - miten voin kiittää sinua?"
344
+
345
+ #: functions.php:1698
346
+ msgid "There are serveral ways for you to show your appreciation:"
347
+ msgstr "On olemassa useita tapoja, joilla voit näyttää arvostuksesi:"
348
+
349
+ #: functions.php:1700
350
+ msgid ""
351
+ "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
352
+ "Directory"
353
+ msgstr ""
354
+ "<a href=\"%1$s\">Anna kiva arvostelu</a> WordPress Plugin Directoryn kautta"
355
+
356
+ #: functions.php:1701
357
+ msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
358
+ msgstr ""
359
+ "<a href=\"%1$s\">Anna lahjoitus</a> - mikä määrä tahansa teksi minut "
360
+ "onnelliseksi"
361
+
362
+ #: functions.php:1702
363
+ msgid ""
364
+ "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
365
+ "plugin"
366
+ msgstr ""
367
+ "<a href=\"%1$s\">Kirjoita kiva Tweetti</a> tai kerro tästä hienosta "
368
+ "pluginista blogissasi"
369
+
370
+ #: functions.php:1705
371
+ msgid "Support"
372
+ msgstr "Tuki"
373
+
374
+ #: functions.php:1706
375
+ msgid "Please see the <a href=\"%1$s\">support forum</a> for help."
376
+ msgstr " Jos tarvitset apua, katso <a href=\"%1$s\">tukifoorumi</a>."
377
+
378
+ #: functions.php:1710
379
+ msgid "Hide until next upgrade"
380
+ msgstr "Piilota seuraavan päivitykseen asti"
languages/cms-tree-page-view.pot CHANGED
@@ -1,362 +1,362 @@
1
- # Copyright (C) 2013
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: 2013-04-16 17:39:45+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: 2013-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: functions.php:66 functions.php:113 functions.php:1396
16
- msgid "Cheatin&#8217; uh?"
17
- msgstr ""
18
-
19
- #: functions.php:321
20
- msgid "Enter title of new page"
21
- msgstr ""
22
-
23
- #: functions.php:322
24
- msgid "child pages"
25
- msgstr ""
26
-
27
- #: functions.php:323 functions.php:970
28
- msgid "Edit page"
29
- msgstr ""
30
-
31
- #: functions.php:324 functions.php:971
32
- msgid "View page"
33
- msgstr ""
34
-
35
- #: functions.php:325 functions.php:970
36
- msgid "Edit"
37
- msgstr ""
38
-
39
- #: functions.php:326 functions.php:971
40
- msgid "View"
41
- msgstr ""
42
-
43
- #: functions.php:327
44
- msgid "Add page"
45
- msgstr ""
46
-
47
- #: functions.php:328 functions.php:979
48
- msgid "Add new page after"
49
- msgstr ""
50
-
51
- #: functions.php:329
52
- msgid "after"
53
- msgstr ""
54
-
55
- #: functions.php:330
56
- msgid "inside"
57
- msgstr ""
58
-
59
- #: functions.php:331
60
- msgid "Sorry, can't create a sub page to a page with status \"draft\"."
61
- msgstr ""
62
-
63
- #: functions.php:332
64
- msgid "Sorry, can't create a sub page to a page with status \"trash\"."
65
- msgstr ""
66
-
67
- #: functions.php:333
68
- msgid "Sorry, can't create a page after a page with status \"trash\"."
69
- msgstr ""
70
-
71
- #: functions.php:334 functions.php:984
72
- msgid "Add new page inside"
73
- msgstr ""
74
-
75
- #: functions.php:335 functions.php:341
76
- msgid "draft"
77
- msgstr ""
78
-
79
- #: functions.php:336 functions.php:342
80
- msgid "future"
81
- msgstr ""
82
-
83
- #: functions.php:337 functions.php:343
84
- msgid "protected"
85
- msgstr ""
86
-
87
- #: functions.php:338 functions.php:344 functions.php:1296
88
- msgid "pending"
89
- msgstr ""
90
-
91
- #: functions.php:339 functions.php:345
92
- msgid "private"
93
- msgstr ""
94
-
95
- #: functions.php:340 functions.php:346
96
- msgid "trash"
97
- msgstr ""
98
-
99
- #: functions.php:347
100
- msgid "Password protected page"
101
- msgstr ""
102
-
103
- #: functions.php:348
104
- msgid "Adding page..."
105
- msgstr ""
106
-
107
- #: functions.php:349
108
- msgid "Adding ..."
109
- msgstr ""
110
-
111
- #: functions.php:350 functions.php:1057
112
- msgid "No posts found."
113
- msgstr ""
114
-
115
- #: functions.php:448
116
- msgid "Tree View"
117
- msgstr ""
118
-
119
- #: functions.php:457
120
- msgid "List View"
121
- msgstr ""
122
-
123
- #: functions.php:493
124
- msgid "Settings"
125
- msgstr ""
126
-
127
- #: functions.php:533
128
- msgctxt "name of dashboard"
129
- msgid "%1$s Tree"
130
- msgstr ""
131
-
132
- #: functions.php:571
133
- msgctxt "name in menu"
134
- msgid "Tree View"
135
- msgstr ""
136
-
137
- #: functions.php:572
138
- msgctxt "title on page with tree"
139
- msgid "%1$s Tree View"
140
- msgstr ""
141
-
142
- #: functions.php:592
143
- msgid "settings"
144
- msgstr ""
145
-
146
- #: functions.php:598
147
- msgid "Select where to show a tree for pages and custom post types"
148
- msgstr ""
149
-
150
- #: functions.php:642
151
- msgid "On dashboard"
152
- msgstr ""
153
-
154
- #: functions.php:646
155
- msgid "In menu"
156
- msgstr ""
157
-
158
- #: functions.php:650
159
- msgid "On post overview screen"
160
- msgstr ""
161
-
162
- #: functions.php:669
163
- msgid "Save Changes"
164
- msgstr ""
165
-
166
- #: functions.php:913
167
- msgid "All"
168
- msgstr ""
169
-
170
- #: functions.php:918
171
- msgid "Public"
172
- msgstr ""
173
-
174
- #: functions.php:923
175
- msgid "Trash"
176
- msgstr ""
177
-
178
- #: functions.php:931
179
- msgid "Expand"
180
- msgstr ""
181
-
182
- #: functions.php:932
183
- msgid "Collapse"
184
- msgstr ""
185
-
186
- #: functions.php:940
187
- msgid "Clear search"
188
- msgstr ""
189
-
190
- #: functions.php:941
191
- msgid "Search"
192
- msgstr ""
193
-
194
- #: functions.php:942
195
- msgid "Searching..."
196
- msgstr ""
197
-
198
- #: functions.php:943
199
- msgid "Nothing found."
200
- msgstr ""
201
-
202
- #: functions.php:950
203
- msgid "Loading..."
204
- msgstr ""
205
-
206
- #: functions.php:955
207
- msgid "Search: no pages found"
208
- msgstr ""
209
-
210
- #: functions.php:958
211
- msgid "Loading tree"
212
- msgstr ""
213
-
214
- #: functions.php:979 functions.php:1016
215
- msgid "After"
216
- msgstr ""
217
-
218
- #: functions.php:984 functions.php:1017
219
- msgid "Inside"
220
- msgstr ""
221
-
222
- #: functions.php:988
223
- msgid "Can not create page inside of a page with draft status"
224
- msgstr ""
225
-
226
- #: functions.php:1005
227
- msgid "Add page(s)"
228
- msgstr ""
229
-
230
- #: functions.php:1010
231
- msgid "Enter title here"
232
- msgstr ""
233
-
234
- #: functions.php:1015
235
- msgid "Position"
236
- msgstr ""
237
-
238
- #: functions.php:1022
239
- msgid "Status"
240
- msgstr ""
241
-
242
- #: functions.php:1023
243
- msgid "Draft"
244
- msgstr ""
245
-
246
- #: functions.php:1024
247
- msgid "Published"
248
- msgstr ""
249
-
250
- #: functions.php:1028
251
- msgid "Add"
252
- msgstr ""
253
-
254
- #: functions.php:1029
255
- msgid "or"
256
- msgstr ""
257
-
258
- #: functions.php:1030
259
- msgid "cancel"
260
- msgstr ""
261
-
262
- #: functions.php:1040
263
- msgid "Last modified"
264
- msgstr ""
265
-
266
- #: functions.php:1042
267
- msgid "by"
268
- msgstr ""
269
-
270
- #: functions.php:1045
271
- msgid "Page ID"
272
- msgstr ""
273
-
274
- #: functions.php:1088
275
- msgctxt "headline of page with tree"
276
- msgid "%1$s Tree View"
277
- msgstr ""
278
-
279
- #: functions.php:1248
280
- msgid "Unknown user"
281
- msgstr ""
282
-
283
- #: functions.php:1253
284
- msgid "<Untitled page>"
285
- msgstr ""
286
-
287
- #: functions.php:1286
288
- msgid "Comments"
289
- msgstr ""
290
-
291
- #: functions.php:1293
292
- msgid "%s pending"
293
- msgstr ""
294
-
295
- #: functions.php:1303
296
- msgctxt "comment count"
297
- msgid "0"
298
- msgstr ""
299
-
300
- #: functions.php:1303
301
- msgctxt "comment count"
302
- msgid "1"
303
- msgstr ""
304
-
305
- #: functions.php:1303
306
- msgctxt "comment count"
307
- msgid "%"
308
- msgstr ""
309
-
310
- #: functions.php:1502
311
- msgid "New page"
312
- msgstr ""
313
-
314
- #: functions.php:1692
315
- msgid "Thanks for using my plugin"
316
- msgstr ""
317
-
318
- #: functions.php:1694
319
- msgid ""
320
- "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
321
- "as much as I do."
322
- msgstr ""
323
-
324
- #: functions.php:1695
325
- msgid "/Pär Thernström - plugin creator"
326
- msgstr ""
327
-
328
- #: functions.php:1697
329
- msgid "I like this plugin<br>– how can I thank you?"
330
- msgstr ""
331
-
332
- #: functions.php:1698
333
- msgid "There are serveral ways for you to show your appreciation:"
334
- msgstr ""
335
-
336
- #: functions.php:1700
337
- msgid ""
338
- "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
339
- "Directory"
340
- msgstr ""
341
-
342
- #: functions.php:1701
343
- msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
344
- msgstr ""
345
-
346
- #: functions.php:1702
347
- msgid ""
348
- "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
349
- "plugin"
350
- msgstr ""
351
-
352
- #: functions.php:1705
353
- msgid "Support"
354
- msgstr ""
355
-
356
- #: functions.php:1706
357
- msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
358
- msgstr ""
359
-
360
- #: functions.php:1710
361
- msgid "Hide until next upgrade"
362
- msgstr ""
1
+ # Copyright (C) 2013
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: 2013-04-16 17:39:45+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: 2013-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: functions.php:66 functions.php:113 functions.php:1396
16
+ msgid "Cheatin&#8217; uh?"
17
+ msgstr ""
18
+
19
+ #: functions.php:321
20
+ msgid "Enter title of new page"
21
+ msgstr ""
22
+
23
+ #: functions.php:322
24
+ msgid "child pages"
25
+ msgstr ""
26
+
27
+ #: functions.php:323 functions.php:970
28
+ msgid "Edit page"
29
+ msgstr ""
30
+
31
+ #: functions.php:324 functions.php:971
32
+ msgid "View page"
33
+ msgstr ""
34
+
35
+ #: functions.php:325 functions.php:970
36
+ msgid "Edit"
37
+ msgstr ""
38
+
39
+ #: functions.php:326 functions.php:971
40
+ msgid "View"
41
+ msgstr ""
42
+
43
+ #: functions.php:327
44
+ msgid "Add page"
45
+ msgstr ""
46
+
47
+ #: functions.php:328 functions.php:979
48
+ msgid "Add new page after"
49
+ msgstr ""
50
+
51
+ #: functions.php:329
52
+ msgid "after"
53
+ msgstr ""
54
+
55
+ #: functions.php:330
56
+ msgid "inside"
57
+ msgstr ""
58
+
59
+ #: functions.php:331
60
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
61
+ msgstr ""
62
+
63
+ #: functions.php:332
64
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
65
+ msgstr ""
66
+
67
+ #: functions.php:333
68
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
69
+ msgstr ""
70
+
71
+ #: functions.php:334 functions.php:984
72
+ msgid "Add new page inside"
73
+ msgstr ""
74
+
75
+ #: functions.php:335 functions.php:341
76
+ msgid "draft"
77
+ msgstr ""
78
+
79
+ #: functions.php:336 functions.php:342
80
+ msgid "future"
81
+ msgstr ""
82
+
83
+ #: functions.php:337 functions.php:343
84
+ msgid "protected"
85
+ msgstr ""
86
+
87
+ #: functions.php:338 functions.php:344 functions.php:1296
88
+ msgid "pending"
89
+ msgstr ""
90
+
91
+ #: functions.php:339 functions.php:345
92
+ msgid "private"
93
+ msgstr ""
94
+
95
+ #: functions.php:340 functions.php:346
96
+ msgid "trash"
97
+ msgstr ""
98
+
99
+ #: functions.php:347
100
+ msgid "Password protected page"
101
+ msgstr ""
102
+
103
+ #: functions.php:348
104
+ msgid "Adding page..."
105
+ msgstr ""
106
+
107
+ #: functions.php:349
108
+ msgid "Adding ..."
109
+ msgstr ""
110
+
111
+ #: functions.php:350 functions.php:1057
112
+ msgid "No posts found."
113
+ msgstr ""
114
+
115
+ #: functions.php:448
116
+ msgid "Tree View"
117
+ msgstr ""
118
+
119
+ #: functions.php:457
120
+ msgid "List View"
121
+ msgstr ""
122
+
123
+ #: functions.php:493
124
+ msgid "Settings"
125
+ msgstr ""
126
+
127
+ #: functions.php:533
128
+ msgctxt "name of dashboard"
129
+ msgid "%1$s Tree"
130
+ msgstr ""
131
+
132
+ #: functions.php:571
133
+ msgctxt "name in menu"
134
+ msgid "Tree View"
135
+ msgstr ""
136
+
137
+ #: functions.php:572
138
+ msgctxt "title on page with tree"
139
+ msgid "%1$s Tree View"
140
+ msgstr ""
141
+
142
+ #: functions.php:592
143
+ msgid "settings"
144
+ msgstr ""
145
+
146
+ #: functions.php:598
147
+ msgid "Select where to show a tree for pages and custom post types"
148
+ msgstr ""
149
+
150
+ #: functions.php:642
151
+ msgid "On dashboard"
152
+ msgstr ""
153
+
154
+ #: functions.php:646
155
+ msgid "In menu"
156
+ msgstr ""
157
+
158
+ #: functions.php:650
159
+ msgid "On post overview screen"
160
+ msgstr ""
161
+
162
+ #: functions.php:669
163
+ msgid "Save Changes"
164
+ msgstr ""
165
+
166
+ #: functions.php:913
167
+ msgid "All"
168
+ msgstr ""
169
+
170
+ #: functions.php:918
171
+ msgid "Public"
172
+ msgstr ""
173
+
174
+ #: functions.php:923
175
+ msgid "Trash"
176
+ msgstr ""
177
+
178
+ #: functions.php:931
179
+ msgid "Expand"
180
+ msgstr ""
181
+
182
+ #: functions.php:932
183
+ msgid "Collapse"
184
+ msgstr ""
185
+
186
+ #: functions.php:940
187
+ msgid "Clear search"
188
+ msgstr ""
189
+
190
+ #: functions.php:941
191
+ msgid "Search"
192
+ msgstr ""
193
+
194
+ #: functions.php:942
195
+ msgid "Searching..."
196
+ msgstr ""
197
+
198
+ #: functions.php:943
199
+ msgid "Nothing found."
200
+ msgstr ""
201
+
202
+ #: functions.php:950
203
+ msgid "Loading..."
204
+ msgstr ""
205
+
206
+ #: functions.php:955
207
+ msgid "Search: no pages found"
208
+ msgstr ""
209
+
210
+ #: functions.php:958
211
+ msgid "Loading tree"
212
+ msgstr ""
213
+
214
+ #: functions.php:979 functions.php:1016
215
+ msgid "After"
216
+ msgstr ""
217
+
218
+ #: functions.php:984 functions.php:1017
219
+ msgid "Inside"
220
+ msgstr ""
221
+
222
+ #: functions.php:988
223
+ msgid "Can not create page inside of a page with draft status"
224
+ msgstr ""
225
+
226
+ #: functions.php:1005
227
+ msgid "Add page(s)"
228
+ msgstr ""
229
+
230
+ #: functions.php:1010
231
+ msgid "Enter title here"
232
+ msgstr ""
233
+
234
+ #: functions.php:1015
235
+ msgid "Position"
236
+ msgstr ""
237
+
238
+ #: functions.php:1022
239
+ msgid "Status"
240
+ msgstr ""
241
+
242
+ #: functions.php:1023
243
+ msgid "Draft"
244
+ msgstr ""
245
+
246
+ #: functions.php:1024
247
+ msgid "Published"
248
+ msgstr ""
249
+
250
+ #: functions.php:1028
251
+ msgid "Add"
252
+ msgstr ""
253
+
254
+ #: functions.php:1029
255
+ msgid "or"
256
+ msgstr ""
257
+
258
+ #: functions.php:1030
259
+ msgid "cancel"
260
+ msgstr ""
261
+
262
+ #: functions.php:1040
263
+ msgid "Last modified"
264
+ msgstr ""
265
+
266
+ #: functions.php:1042
267
+ msgid "by"
268
+ msgstr ""
269
+
270
+ #: functions.php:1045
271
+ msgid "Page ID"
272
+ msgstr ""
273
+
274
+ #: functions.php:1088
275
+ msgctxt "headline of page with tree"
276
+ msgid "%1$s Tree View"
277
+ msgstr ""
278
+
279
+ #: functions.php:1248
280
+ msgid "Unknown user"
281
+ msgstr ""
282
+
283
+ #: functions.php:1253
284
+ msgid "<Untitled page>"
285
+ msgstr ""
286
+
287
+ #: functions.php:1286
288
+ msgid "Comments"
289
+ msgstr ""
290
+
291
+ #: functions.php:1293
292
+ msgid "%s pending"
293
+ msgstr ""
294
+
295
+ #: functions.php:1303
296
+ msgctxt "comment count"
297
+ msgid "0"
298
+ msgstr ""
299
+
300
+ #: functions.php:1303
301
+ msgctxt "comment count"
302
+ msgid "1"
303
+ msgstr ""
304
+
305
+ #: functions.php:1303
306
+ msgctxt "comment count"
307
+ msgid "%"
308
+ msgstr ""
309
+
310
+ #: functions.php:1502
311
+ msgid "New page"
312
+ msgstr ""
313
+
314
+ #: functions.php:1692
315
+ msgid "Thanks for using my plugin"
316
+ msgstr ""
317
+
318
+ #: functions.php:1694
319
+ msgid ""
320
+ "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
321
+ "as much as I do."
322
+ msgstr ""
323
+
324
+ #: functions.php:1695
325
+ msgid "/Pär Thernström - plugin creator"
326
+ msgstr ""
327
+
328
+ #: functions.php:1697
329
+ msgid "I like this plugin<br>– how can I thank you?"
330
+ msgstr ""
331
+
332
+ #: functions.php:1698
333
+ msgid "There are serveral ways for you to show your appreciation:"
334
+ msgstr ""
335
+
336
+ #: functions.php:1700
337
+ msgid ""
338
+ "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
339
+ "Directory"
340
+ msgstr ""
341
+
342
+ #: functions.php:1701
343
+ msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
344
+ msgstr ""
345
+
346
+ #: functions.php:1702
347
+ msgid ""
348
+ "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
349
+ "plugin"
350
+ msgstr ""
351
+
352
+ #: functions.php:1705
353
+ msgid "Support"
354
+ msgstr ""
355
+
356
+ #: functions.php:1706
357
+ msgid "Please see the <a href=\"%1$s\">support forum</a> for help."
358
+ msgstr ""
359
+
360
+ #: functions.php:1710
361
+ msgid "Hide until next upgrade"
362
+ msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and
5
  Text Domain: cms-tree-page-view
6
  Requires at least: 3.8
7
  Tested up to: 4.4.2
8
- Stable tag: 1.3.3
9
 
10
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
11
 
@@ -117,6 +117,10 @@ Now the tree with the pages will be visible both on the dashboard and in the men
117
 
118
  == Changelog ==
119
 
 
 
 
 
120
  = 1.3.3 (March 2016) =
121
 
122
  - Fix an error with WPML. Fixes https://wordpress.org/support/topic/all-pages-in-all-languages-showing-with-latest-wpml.
5
  Text Domain: cms-tree-page-view
6
  Requires at least: 3.8
7
  Tested up to: 4.4.2
8
+ Stable tag: 1.3.4
9
 
10
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
11
 
117
 
118
  == Changelog ==
119
 
120
+ = 1.3.4 (June 2016) =
121
+
122
+ - Update Finnish translation files. Thanks translator!
123
+
124
  = 1.3.3 (March 2016) =
125
 
126
  - Fix an error with WPML. Fixes https://wordpress.org/support/topic/all-pages-in-all-languages-showing-with-latest-wpml.