CMS Tree Page View - Version 0.8.5

Version Description

  • Added Danish translation
Download this release

Release Info

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

Code changes from version 0.8.4 to 0.8.5

Files changed (3) hide show
  1. index.php +2 -2
  2. languages/cms-tree-page-view-da_DK.po +325 -0
  3. readme.txt +4 -1
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.4
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.4");
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
34
  // This gives the full URL including http. Apparently is does not work with https (gives http-link instead)
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.5
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.5");
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
34
  // This gives the full URL including http. Apparently is does not work with https (gives http-link instead)
languages/cms-tree-page-view-da_DK.po ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-02-14 13:12+0100\n"
7
+ "Last-Translator: Kim Hansen <Kim@happyhansen.dk>\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 "Indtast titel på ny side"
26
+
27
+ #: functions.php:56
28
+ #@ cms-tree-page-view
29
+ msgid "child pages"
30
+ msgstr "Barnesider"
31
+
32
+ #: functions.php:57
33
+ #: functions.php:401
34
+ #@ cms-tree-page-view
35
+ msgid "Edit page"
36
+ msgstr "Redigér side"
37
+
38
+ #: functions.php:58
39
+ #: functions.php:402
40
+ #@ cms-tree-page-view
41
+ msgid "View page"
42
+ msgstr "Se side"
43
+
44
+ #: functions.php:59
45
+ #: functions.php:401
46
+ #@ cms-tree-page-view
47
+ msgid "Edit"
48
+ msgstr "Redigér"
49
+
50
+ #: functions.php:60
51
+ #: functions.php:402
52
+ #@ cms-tree-page-view
53
+ msgid "View"
54
+ msgstr "Se"
55
+
56
+ #: functions.php:61
57
+ #@ cms-tree-page-view
58
+ msgid "Add page"
59
+ msgstr "Tilføj side"
60
+
61
+ #: functions.php:62
62
+ #: functions.php:406
63
+ #@ cms-tree-page-view
64
+ msgid "Add new page after"
65
+ msgstr "Tilføj ny side efter"
66
+
67
+ #: functions.php:63
68
+ #@ cms-tree-page-view
69
+ msgid "after"
70
+ msgstr "efter"
71
+
72
+ #: functions.php:64
73
+ #@ cms-tree-page-view
74
+ msgid "inside"
75
+ msgstr "indeni"
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 "Beklager! kan ikke oprette en underside til en side med status \"draft\"."
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 "Beklager! kan ikke oprette en underside til en side med status \"trash\"."
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 "Beklager! kan ikke oprette en side efter en side med status \"trash\"."
91
+
92
+ #: functions.php:68
93
+ #: functions.php:410
94
+ #@ cms-tree-page-view
95
+ msgid "Add new page inside"
96
+ msgstr "Tilføj en ny side indeni"
97
+
98
+ #: functions.php:69
99
+ #@ cms-tree-page-view
100
+ msgid "draft"
101
+ msgstr "kladde"
102
+
103
+ #: functions.php:70
104
+ #@ cms-tree-page-view
105
+ msgid "future"
106
+ msgstr "fremtidig"
107
+
108
+ #: functions.php:71
109
+ #@ cms-tree-page-view
110
+ msgid "protected"
111
+ msgstr "beskyttet"
112
+
113
+ #: functions.php:72
114
+ #: functions.php:673
115
+ #@ cms-tree-page-view
116
+ #@ default
117
+ msgid "pending"
118
+ msgstr "afventer"
119
+
120
+ #: functions.php:73
121
+ #@ cms-tree-page-view
122
+ msgid "private"
123
+ msgstr "privat"
124
+
125
+ #: functions.php:74
126
+ #@ cms-tree-page-view
127
+ msgid "trash"
128
+ msgstr "papirkurv"
129
+
130
+ #: functions.php:75
131
+ #@ cms-tree-page-view
132
+ msgid "Password protected page"
133
+ msgstr "Adganskode-beskyttet side"
134
+
135
+ #: functions.php:76
136
+ #@ cms-tree-page-view
137
+ msgid "Adding page..."
138
+ msgstr "Tilføjer side..."
139
+
140
+ #: functions.php:178
141
+ #@ cms-tree-page-view
142
+ msgid "settings"
143
+ msgstr "indstillinger"
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 "Vælg hvor du vil vise et trævisning for sider og tilpasset indlægstyper"
149
+
150
+ #: functions.php:209
151
+ #@ cms-tree-page-view
152
+ msgid "On dashboard"
153
+ msgstr "På kontrolpanel"
154
+
155
+ #: functions.php:213
156
+ #@ cms-tree-page-view
157
+ msgid "In menu"
158
+ msgstr "I menu"
159
+
160
+ #: functions.php:224
161
+ #@ cms-tree-page-view
162
+ msgid "Save Changes"
163
+ msgstr "Gem ændringer"
164
+
165
+ #: functions.php:355
166
+ #@ cms-tree-page-view
167
+ msgid "No posts found."
168
+ msgstr "Ingen indlæg fundet."
169
+
170
+ #: functions.php:361
171
+ #@ cms-tree-page-view
172
+ msgid "All"
173
+ msgstr "Alle"
174
+
175
+ #: functions.php:362
176
+ #@ cms-tree-page-view
177
+ msgid "Public"
178
+ msgstr "Offentlig"
179
+
180
+ #: functions.php:363
181
+ #@ cms-tree-page-view
182
+ msgid "Trash"
183
+ msgstr "Papirkurv"
184
+
185
+ #: functions.php:368
186
+ #@ cms-tree-page-view
187
+ msgid "Expand"
188
+ msgstr "Udfolde"
189
+
190
+ #: functions.php:369
191
+ #@ cms-tree-page-view
192
+ msgid "Collapse"
193
+ msgstr "Sammenfolde"
194
+
195
+ #: functions.php:377
196
+ #@ cms-tree-page-view
197
+ msgid "Clear search"
198
+ msgstr "Ryd søgning"
199
+
200
+ #: functions.php:378
201
+ #@ cms-tree-page-view
202
+ msgid "Search"
203
+ msgstr "Søg"
204
+
205
+ #: functions.php:379
206
+ #@ cms-tree-page-view
207
+ msgid "Searching..."
208
+ msgstr "Søger..."
209
+
210
+ #: functions.php:380
211
+ #@ cms-tree-page-view
212
+ msgid "Nothing found."
213
+ msgstr "Ingenting fundet."
214
+
215
+ #: functions.php:386
216
+ #@ cms-tree-page-view
217
+ msgid "Loading..."
218
+ msgstr "Indlæser..."
219
+
220
+ #: functions.php:391
221
+ #@ cms-tree-page-view
222
+ msgid "Search: no pages found"
223
+ msgstr "Søgning: ingen sider fundet"
224
+
225
+ #: functions.php:394
226
+ #@ cms-tree-page-view
227
+ msgid "Loading tree"
228
+ msgstr "Indlæser trævisning"
229
+
230
+ #: functions.php:406
231
+ #@ cms-tree-page-view
232
+ msgid "After"
233
+ msgstr "Efter"
234
+
235
+ #: functions.php:410
236
+ #@ cms-tree-page-view
237
+ msgid "Inside"
238
+ msgstr "Indeni"
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 "Kan ikke oprette en side indeni en side med kladde-status"
244
+
245
+ #: functions.php:417
246
+ #@ cms-tree-page-view
247
+ msgid "Last modified"
248
+ msgstr "Sidst tilpasset"
249
+
250
+ #: functions.php:419
251
+ #@ cms-tree-page-view
252
+ msgid "by"
253
+ msgstr "af"
254
+
255
+ #: functions.php:422
256
+ #@ cms-tree-page-view
257
+ msgid "Page ID"
258
+ msgstr "Side-id"
259
+
260
+ #: functions.php:638
261
+ #@ cms-tree-page-view
262
+ msgid "Unknown user"
263
+ msgstr "Ukendt bruger"
264
+
265
+ #: functions.php:643
266
+ #@ cms-tree-page-view
267
+ msgid "<Untitled page>"
268
+ msgstr "<Unavngivet side>"
269
+
270
+ #: functions.php:663
271
+ #@ default
272
+ msgid "Comments"
273
+ msgstr "Kommentarer"
274
+
275
+ #: functions.php:670
276
+ #, php-format
277
+ #@ default
278
+ msgid "%s pending"
279
+ msgstr "%s afventer"
280
+
281
+ #: functions.php:680
282
+ #@ default
283
+ msgctxt "comment count"
284
+ msgid "0"
285
+ msgstr "0"
286
+
287
+ #: functions.php:680
288
+ #, fuzzy
289
+ #@ default
290
+ msgctxt "comment count"
291
+ msgid "1"
292
+ msgstr "1"
293
+
294
+ #: functions.php:680
295
+ #, fuzzy
296
+ #@ default
297
+ msgctxt "comment count"
298
+ msgid "%"
299
+ msgstr "%"
300
+
301
+ #: functions.php:711
302
+ #@ cms-tree-page-view
303
+ msgid "Click to edit. Drag to move."
304
+ msgstr "Klik for at redigere. Træk og slip."
305
+
306
+ #: functions.php:862
307
+ #@ cms-tree-page-view
308
+ msgid "New page"
309
+ msgstr "Ny side"
310
+
311
+ #: functions.php:1046
312
+ #@ cms-tree-page-view
313
+ msgid "Close"
314
+ msgstr "Luk"
315
+
316
+ #: functions.php:1047
317
+ #@ cms-tree-page-view
318
+ 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>."
319
+ msgstr "<strong>Tak fordi du benytter dette plugin!</strong> Hvis du har brug for hjælp, så tag et kig på <a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">plugin hjemmesiden</a> eller <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">support forum</a>."
320
+
321
+ #: functions.php:1048
322
+ #@ cms-tree-page-view
323
+ 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."
324
+ msgstr "Hvis du kan lide dette plugin, så kan du <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">støtte mit arbejde ved en donation</a> - eller i det mindste fortælle noget godt om dette plugin på en blog, et indlæg eller tweet."
325
+
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.3
7
- Stable tag: 0.8.4
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.4 =
89
  - Hopefully fixed so scripts and styles can be loaded over https, if WP is accessed over https.
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.3
7
+ Stable tag: 0.8.5
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.5 =
89
+ - Added Danish translation
90
+
91
  = 0.8.4 =
92
  - Hopefully fixed so scripts and styles can be loaded over https, if WP is accessed over https.
93