CMS Tree Page View - Version 1.2.30

Version Description

  • Updated German translation. Thank you translator!
Download this release

Release Info

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

Code changes from version 1.2.29 to 1.2.30

Files changed (4) hide show
  1. functions.php +1 -1
  2. index.php +2 -2
  3. languages/cms-tree-page-view-de_DE.po +412 -447
  4. readme.txt +6 -1
functions.php CHANGED
@@ -1752,7 +1752,7 @@ function cms_tpv_show_annoying_box() {
1752
  </ul>
1753
 
1754
  <h3><?php _e('Support', 'cms-tree-page-view') ?></h3>
1755
- <p><?php printf(__('Plese see the <a href="%1$s">support forum</a> for help.', 'cms-tree-page-view'), "http://wordpress.org/support/plugin/cms-tree-page-view") ?></p>
1756
 
1757
  <p class="cms_tpv_annoying_little_box_close">
1758
  <a href="<?php echo add_query_arg("action", "cms_tpv_remove_annoying_box")?>">
1752
  </ul>
1753
 
1754
  <h3><?php _e('Support', 'cms-tree-page-view') ?></h3>
1755
+ <p><?php printf(__('Please see the <a href="%1$s">support forum</a> for help.', 'cms-tree-page-view'), "http://wordpress.org/support/plugin/cms-tree-page-view") ?></p>
1756
 
1757
  <p class="cms_tpv_annoying_little_box_close">
1758
  <a href="<?php echo add_query_arg("action", "cms_tpv_remove_annoying_box")?>">
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: 1.2.29
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -27,7 +27,7 @@ License: GPL2
27
 
28
  #require("functions.php");
29
 
30
- define( "CMS_TPV_VERSION", "1.2.29");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__) . "/functions.php");
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: 1.2.30
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
27
 
28
  #require("functions.php");
29
 
30
+ define( "CMS_TPV_VERSION", "1.2.30");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__) . "/functions.php");
languages/cms-tree-page-view-de_DE.po CHANGED
@@ -1,447 +1,412 @@
1
- # Translation of the WordPress plugin CMS Tree Page View.
2
- # Copyright (C) 2010
3
- # This file is distributed under the same license as the package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: \n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
10
- "POT-Creation-Date: 2013-04-16 16:52+0100\n"
11
- "PO-Revision-Date: 2013-04-16 17:00+0100\n"
12
- "Last-Translator: Martin Lettner <m.lettner@gmail.com>\n"
13
- "Language-Team: \n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Generator: Poedit 1.5.5\n"
18
-
19
- #: ../cms-tree-page-view/functions.php:66
20
- #: ../cms-tree-page-view/functions.php:113
21
- #: ../cms-tree-page-view/functions.php:1396
22
- msgid "Cheatin&#8217; uh?"
23
- msgstr ""
24
-
25
- #: ../cms-tree-page-view/functions.php:321
26
- msgid "Enter title of new page"
27
- msgstr "Titel der neuen Seite eingeben"
28
-
29
- #: ../cms-tree-page-view/functions.php:322
30
- msgid "child pages"
31
- msgstr "untergeordnete Seiten"
32
-
33
- #: ../cms-tree-page-view/functions.php:323
34
- #: ../cms-tree-page-view/functions.php:970
35
- msgid "Edit page"
36
- msgstr "Seite bearbeiten"
37
-
38
- #: ../cms-tree-page-view/functions.php:324
39
- #: ../cms-tree-page-view/functions.php:971
40
- msgid "View page"
41
- msgstr "Seite anzeigen"
42
-
43
- #: ../cms-tree-page-view/functions.php:325
44
- #: ../cms-tree-page-view/functions.php:970
45
- msgid "Edit"
46
- msgstr "Bearbeiten"
47
-
48
- #: ../cms-tree-page-view/functions.php:326
49
- #: ../cms-tree-page-view/functions.php:971
50
- msgid "View"
51
- msgstr "Anzeigen"
52
-
53
- #: ../cms-tree-page-view/functions.php:327
54
- msgid "Add page"
55
- msgstr "Seite hinzufügen"
56
-
57
- #: ../cms-tree-page-view/functions.php:328
58
- #: ../cms-tree-page-view/functions.php:979
59
- msgid "Add new page after"
60
- msgstr "Eine neue Seite nach dieser hinzufügen"
61
-
62
- #: ../cms-tree-page-view/functions.php:329
63
- msgid "after"
64
- msgstr "Danach"
65
-
66
- #: ../cms-tree-page-view/functions.php:330
67
- msgid "inside"
68
- msgstr "Innerhalb"
69
-
70
- #: ../cms-tree-page-view/functions.php:331
71
- msgid "Sorry, can't create a sub page to a page with status \"draft\"."
72
- msgstr ""
73
- "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status "
74
- "\"Entwurf\" hinzugefügt werden."
75
-
76
- #: ../cms-tree-page-view/functions.php:332
77
- msgid "Sorry, can't create a sub page to a page with status \"trash\"."
78
- msgstr ""
79
- "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status "
80
- "\"Papierkorb\" hinzugefügt werden."
81
-
82
- #: ../cms-tree-page-view/functions.php:333
83
- msgid "Sorry, can't create a page after a page with status \"trash\"."
84
- msgstr ""
85
- "Entschuldigung, es kann keine Seite nach einer Seite mit dem Status "
86
- "\"Papierkorb\" hinzugefügt werden."
87
-
88
- #: ../cms-tree-page-view/functions.php:334
89
- #: ../cms-tree-page-view/functions.php:984
90
- msgid "Add new page inside"
91
- msgstr "Eine neue Seite innerhalb dieser hinzufügen"
92
-
93
- #: ../cms-tree-page-view/functions.php:335
94
- #: ../cms-tree-page-view/functions.php:341
95
- msgid "draft"
96
- msgstr "Entwurf"
97
-
98
- #: ../cms-tree-page-view/functions.php:336
99
- #: ../cms-tree-page-view/functions.php:342
100
- msgid "future"
101
- msgstr "Geplant"
102
-
103
- #: ../cms-tree-page-view/functions.php:337
104
- #: ../cms-tree-page-view/functions.php:343
105
- msgid "protected"
106
- msgstr "Geschützt"
107
-
108
- #: ../cms-tree-page-view/functions.php:338
109
- #: ../cms-tree-page-view/functions.php:344
110
- #: ../cms-tree-page-view/functions.php:1296
111
- msgid "pending"
112
- msgstr "Offen"
113
-
114
- #: ../cms-tree-page-view/functions.php:339
115
- #: ../cms-tree-page-view/functions.php:345
116
- msgid "private"
117
- msgstr "Privat"
118
-
119
- #: ../cms-tree-page-view/functions.php:340
120
- #: ../cms-tree-page-view/functions.php:346
121
- msgid "trash"
122
- msgstr "In den Papierkorb verschieben"
123
-
124
- #: ../cms-tree-page-view/functions.php:347
125
- msgid "Password protected page"
126
- msgstr "Passwortgeschützte Seite"
127
-
128
- #: ../cms-tree-page-view/functions.php:348
129
- msgid "Adding page..."
130
- msgstr "Seite wird hinzugefügt..."
131
-
132
- #: ../cms-tree-page-view/functions.php:349
133
- msgid "Adding ..."
134
- msgstr "Seite wird hinzugefügt…"
135
-
136
- #: ../cms-tree-page-view/functions.php:350
137
- #: ../cms-tree-page-view/functions.php:1057
138
- msgid "No posts found."
139
- msgstr "Keine Artikel gefunden."
140
-
141
- #: ../cms-tree-page-view/functions.php:448
142
- msgid "Tree View"
143
- msgstr "Baumstruktur"
144
-
145
- #: ../cms-tree-page-view/functions.php:457
146
- msgid "List View"
147
- msgstr "Listenansicht"
148
-
149
- #: ../cms-tree-page-view/functions.php:493
150
- msgid "Settings"
151
- msgstr "Einstellungen"
152
-
153
- #: ../cms-tree-page-view/functions.php:533
154
- #, php-format
155
- msgctxt "name of dashboard"
156
- msgid "%1$s Tree"
157
- msgstr "%1$s Baumstruktur"
158
-
159
- #: ../cms-tree-page-view/functions.php:571
160
- msgctxt "name in menu"
161
- msgid "Tree View"
162
- msgstr "Baumstruktur"
163
-
164
- #: ../cms-tree-page-view/functions.php:572
165
- #, php-format
166
- msgctxt "title on page with tree"
167
- msgid "%1$s Tree View"
168
- msgstr "%1$s Baumstruktur"
169
-
170
- #: ../cms-tree-page-view/functions.php:592
171
- msgid "settings"
172
- msgstr "Einstellungen"
173
-
174
- #: ../cms-tree-page-view/functions.php:598
175
- msgid "Select where to show a tree for pages and custom post types"
176
- msgstr ""
177
- "Auswählen wo eine Baumansicht für Seiten und Artikel angezeigt werden soll:"
178
-
179
- #: ../cms-tree-page-view/functions.php:642
180
- msgid "On dashboard"
181
- msgstr "Im Dashboard"
182
-
183
- #: ../cms-tree-page-view/functions.php:646
184
- msgid "In menu"
185
- msgstr "Im Menü"
186
-
187
- #: ../cms-tree-page-view/functions.php:650
188
- msgid "On post overview screen"
189
- msgstr "In der Beitrags-Übersicht"
190
-
191
- #: ../cms-tree-page-view/functions.php:669
192
- msgid "Save Changes"
193
- msgstr "Änderungen speichern"
194
-
195
- #: ../cms-tree-page-view/functions.php:913
196
- msgid "All"
197
- msgstr "Alle"
198
-
199
- #: ../cms-tree-page-view/functions.php:918
200
- msgid "Public"
201
- msgstr "Öffentlich"
202
-
203
- #: ../cms-tree-page-view/functions.php:923
204
- msgid "Trash"
205
- msgstr "Papierkorb"
206
-
207
- #: ../cms-tree-page-view/functions.php:931
208
- msgid "Expand"
209
- msgstr "Ausklappen"
210
-
211
- #: ../cms-tree-page-view/functions.php:932
212
- msgid "Collapse"
213
- msgstr "Einklappen"
214
-
215
- #: ../cms-tree-page-view/functions.php:940
216
- msgid "Clear search"
217
- msgstr "Suche leeren"
218
-
219
- #: ../cms-tree-page-view/functions.php:941
220
- msgid "Search"
221
- msgstr "Suchen"
222
-
223
- #: ../cms-tree-page-view/functions.php:942
224
- msgid "Searching..."
225
- msgstr "Wird gesucht..."
226
-
227
- #: ../cms-tree-page-view/functions.php:943
228
- msgid "Nothing found."
229
- msgstr "Keine Inhalte gefunden."
230
-
231
- #: ../cms-tree-page-view/functions.php:950
232
- msgid "Loading..."
233
- msgstr "Laden..."
234
-
235
- #: ../cms-tree-page-view/functions.php:955
236
- msgid "Search: no pages found"
237
- msgstr "Suche: Keine Seiten gefunden"
238
-
239
- #: ../cms-tree-page-view/functions.php:958
240
- msgid "Loading tree"
241
- msgstr "Baum wird geladen"
242
-
243
- #: ../cms-tree-page-view/functions.php:979
244
- #: ../cms-tree-page-view/functions.php:1016
245
- msgid "After"
246
- msgstr "Danach"
247
-
248
- #: ../cms-tree-page-view/functions.php:984
249
- #: ../cms-tree-page-view/functions.php:1017
250
- msgid "Inside"
251
- msgstr "Innerhalb"
252
-
253
- #: ../cms-tree-page-view/functions.php:988
254
- msgid "Can not create page inside of a page with draft status"
255
- msgstr ""
256
- "Es kann keine Seite innerhalb einer Seite mit Entwurfs-Status erstellt "
257
- "werden."
258
-
259
- #: ../cms-tree-page-view/functions.php:1005
260
- msgid "Add page(s)"
261
- msgstr "Seite(n) hinzufügen"
262
-
263
- #: ../cms-tree-page-view/functions.php:1010
264
- msgid "Enter title here"
265
- msgstr "Titel der neuen Seite eingeben"
266
-
267
- #: ../cms-tree-page-view/functions.php:1015
268
- msgid "Position"
269
- msgstr "Position"
270
-
271
- #: ../cms-tree-page-view/functions.php:1022
272
- msgid "Status"
273
- msgstr "Status"
274
-
275
- #: ../cms-tree-page-view/functions.php:1023
276
- msgid "Draft"
277
- msgstr "Entwurf"
278
-
279
- #: ../cms-tree-page-view/functions.php:1024
280
- msgid "Published"
281
- msgstr "Veröffentlicht"
282
-
283
- #: ../cms-tree-page-view/functions.php:1028
284
- msgid "Add"
285
- msgstr "Hinzufügen"
286
-
287
- #: ../cms-tree-page-view/functions.php:1029
288
- msgid "or"
289
- msgstr "oder"
290
-
291
- #: ../cms-tree-page-view/functions.php:1030
292
- msgid "cancel"
293
- msgstr "Abbrechen"
294
-
295
- #: ../cms-tree-page-view/functions.php:1040
296
- msgid "Last modified"
297
- msgstr "Zuletzt modifiziert"
298
-
299
- #: ../cms-tree-page-view/functions.php:1042
300
- msgid "by"
301
- msgstr "von"
302
-
303
- #: ../cms-tree-page-view/functions.php:1045
304
- msgid "Page ID"
305
- msgstr "Seiten-ID"
306
-
307
- #: ../cms-tree-page-view/functions.php:1088
308
- #, php-format
309
- msgctxt "headline of page with tree"
310
- msgid "%1$s Tree View"
311
- msgstr "%1$s Baumstruktur"
312
-
313
- #: ../cms-tree-page-view/functions.php:1248
314
- msgid "Unknown user"
315
- msgstr "Unbekannter Benutzer"
316
-
317
- #: ../cms-tree-page-view/functions.php:1253
318
- msgid "<Untitled page>"
319
- msgstr "<Unbenannte Seite>"
320
-
321
- #: ../cms-tree-page-view/functions.php:1286
322
- msgid "Comments"
323
- msgstr "Kommentare"
324
-
325
- #: ../cms-tree-page-view/functions.php:1293
326
- #, php-format
327
- msgid "%s pending"
328
- msgstr "%s offen"
329
-
330
- #: ../cms-tree-page-view/functions.php:1303
331
- msgctxt "comment count"
332
- msgid "0"
333
- msgstr "0"
334
-
335
- #: ../cms-tree-page-view/functions.php:1303
336
- msgctxt "comment count"
337
- msgid "1"
338
- msgstr "1"
339
-
340
- #: ../cms-tree-page-view/functions.php:1303
341
- msgctxt "comment count"
342
- msgid "%"
343
- msgstr "%"
344
-
345
- #: ../cms-tree-page-view/functions.php:1502
346
- msgid "New page"
347
- msgstr "Neue Seite"
348
-
349
- #: ../cms-tree-page-view/functions.php:1692
350
- msgid "Thanks for using my plugin"
351
- msgstr "Danke, dass Sie dieses Plugin verwenden"
352
-
353
- #: ../cms-tree-page-view/functions.php:1694
354
- msgid ""
355
- "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
356
- "as much as I do."
357
- msgstr ""
358
-
359
- #: ../cms-tree-page-view/functions.php:1695
360
- msgid "/Pär Thernström - plugin creator"
361
- msgstr "/Pär Thernström - Plugin-Autor"
362
-
363
- #: ../cms-tree-page-view/functions.php:1697
364
- msgid "I like this plugin<br>– how can I thank you?"
365
- msgstr "Mir gefällt dieses Plugin<br>Wie kann ich helfen?"
366
-
367
- #: ../cms-tree-page-view/functions.php:1698
368
- msgid "There are serveral ways for you to show your appreciation:"
369
- msgstr ""
370
-
371
- #: ../cms-tree-page-view/functions.php:1700
372
- #, php-format
373
- msgid ""
374
- "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
375
- "Directory"
376
- msgstr ""
377
-
378
- #: ../cms-tree-page-view/functions.php:1701
379
- #, php-format
380
- msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
381
- msgstr ""
382
-
383
- #: ../cms-tree-page-view/functions.php:1702
384
- #, php-format
385
- msgid ""
386
- "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
387
- "plugin"
388
- msgstr ""
389
-
390
- #: ../cms-tree-page-view/functions.php:1705
391
- msgid "Support"
392
- msgstr "Hilfe/Support"
393
-
394
- #: ../cms-tree-page-view/functions.php:1706
395
- #, php-format
396
- msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
397
- msgstr ""
398
-
399
- #: ../cms-tree-page-view/functions.php:1710
400
- msgid "Hide until next upgrade"
401
- msgstr "Bis zum nächsten Update verstecken"
402
-
403
- #~ msgid "Click to edit. Drag to move."
404
- #~ msgstr "Zum Editieren klicken. Zum Bewegen ziehen."
405
-
406
- #~ msgid "Close"
407
- #~ msgstr "Schließen"
408
-
409
- #~ msgid ""
410
- #~ "<strong>Thank you for using this plugin!</strong> If you need help please "
411
- #~ "check out the <a href=\"http://eskapism.se/code-playground/cms-tree-page-"
412
- #~ "view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox"
413
- #~ "\">plugin homepage</a> or the <a href=\"http://wordpress.org/tags/cms-"
414
- #~ "tree-page-view?forum_id=10\">support forum</a>."
415
- #~ msgstr ""
416
- #~ "<strong>Vielen Dank, dass Sie dieses Plugin verwenden!</strong> Falls Sie "
417
- #~ "Hilfe benötigen schauen Sie auf der <a href=\"http://eskapism.se/code-"
418
- #~ "playground/cms-tree-page-view/?"
419
- #~ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">Plugin-"
420
- #~ "Homepage [en]</a> oder im <a href=\"http://wordpress.org/tags/cms-tree-"
421
- #~ "page-view?forum_id=10\">Support-Forum [en]</a> nach."
422
-
423
- #~ msgid ""
424
- #~ "If you like this plugin, please <a href=\"http://eskapism.se/sida/donate/?"
425
- #~ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">support my "
426
- #~ "work by donating</a> - or at least say something nice about this plugin "
427
- #~ "in a blog post or tweet."
428
- #~ msgstr ""
429
- #~ "Falls Sie dieses Plugin nützlich finden, bitte <a href=\"http://eskapism."
430
- #~ "se/sida/donate/?"
431
- #~ "utm_source=wordpress&utm_medium=banner&utm_campaign=promobox"
432
- #~ "\">unterstützen Sie meine Arbeit mit einer Spende</a> - oder hinterlassen "
433
- #~ "Sie eine freundliche Nachricht über das Plugin in einer Blog- oder "
434
- #~ "Twitter-Nachricht."
435
-
436
- #~ msgid "Show tree"
437
- #~ msgstr "Zeige Baum"
438
-
439
- #~ msgid "under the pages menu"
440
- #~ msgstr "im Menüpunkt unter 'Seiten'"
441
-
442
- #~ msgid ""
443
- #~ "No pages found. Maybe you want to <a href='post-new.php?"
444
- #~ "post_type=page'>add a new page</a>?"
445
- #~ msgstr ""
446
- #~ "Keine Seiten gefunden. Jetzt eine neue Seite <a href='post-new.php?"
447
- #~ "post_type=page'>anlegen</a>?"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CMS Tree Page View\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
5
+ "POT-Creation-Date: 2013-04-16 16:52+0100\n"
6
+ "PO-Revision-Date: Mon Sep 08 2014 08:50:23 GMT+0200\n"
7
+ "Last-Translator: Arno Welzel <privat@arnowelzel.de>\n"
8
+ "Language-Team: \n"
9
+ "Language: German\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Loco-Target-Locale: de_DE"
24
+
25
+ #: ../cms-tree-page-view/functions.php:66
26
+ #: ../cms-tree-page-view/functions.php:113
27
+ #: ../cms-tree-page-view/functions.php:1396
28
+ msgid "Cheatin&#8217; uh?"
29
+ msgstr "Betrügen, huh?"
30
+
31
+ #: ../cms-tree-page-view/functions.php:1694
32
+ msgid ""
33
+ "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
34
+ "as much as I do."
35
+ msgstr ""
36
+ "Hallo auch! I möchte nur Danke sagen für die Verwendung meines Plugins. Ich "
37
+ "hoffe Sie mögen es genauso wie ich."
38
+
39
+ #: ../cms-tree-page-view/functions.php:1698
40
+ msgid "There are serveral ways for you to show your appreciation:"
41
+ msgstr "Es gibt verschiedene Wege, mir Ihre Anerkennung zu zeigen:"
42
+
43
+ #: ../cms-tree-page-view/functions.php:1700
44
+ #, php-format
45
+ msgid ""
46
+ "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
47
+ "Directory"
48
+ msgstr ""
49
+ "<a href=\"%1$s\">Schreiben Sie eine positive Bewertung</a> im Plugin-"
50
+ "Verzeichnis von WordPress"
51
+
52
+ #: ../cms-tree-page-view/functions.php:1701
53
+ #, php-format
54
+ msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
55
+ msgstr "<a href=\"%1$s\">Spenden Sie</a> – jeder Betrag macht mich glücklich"
56
+
57
+ #: ../cms-tree-page-view/functions.php:1702
58
+ #, php-format
59
+ msgid ""
60
+ "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
61
+ "plugin"
62
+ msgstr ""
63
+ "<a href=\"%1$s\">Schreiben Sie einen netten Tweet</a> oder einen netten Blog-"
64
+ "Beitrag über das Plugin"
65
+
66
+ #: ../cms-tree-page-view/functions.php:1706
67
+ #, php-format
68
+ msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
69
+ msgstr "Bitte besuchen Sie das <a href=\"%1$s\">Support-Forum</a> für Hilfe."
70
+
71
+ #: ../cms-tree-page-view/functions.php:321
72
+ msgid "Enter title of new page"
73
+ msgstr "Titel der neuen Seite eingeben"
74
+
75
+ #: ../cms-tree-page-view/functions.php:322
76
+ msgid "child pages"
77
+ msgstr "untergeordnete Seiten"
78
+
79
+ #: ../cms-tree-page-view/functions.php:323
80
+ #: ../cms-tree-page-view/functions.php:970
81
+ msgid "Edit page"
82
+ msgstr "Seite bearbeiten"
83
+
84
+ #: ../cms-tree-page-view/functions.php:324
85
+ #: ../cms-tree-page-view/functions.php:971
86
+ msgid "View page"
87
+ msgstr "Seite anzeigen"
88
+
89
+ #: ../cms-tree-page-view/functions.php:325
90
+ #: ../cms-tree-page-view/functions.php:970
91
+ msgid "Edit"
92
+ msgstr "Bearbeiten"
93
+
94
+ #: ../cms-tree-page-view/functions.php:326
95
+ #: ../cms-tree-page-view/functions.php:971
96
+ msgid "View"
97
+ msgstr "Anzeigen"
98
+
99
+ #: ../cms-tree-page-view/functions.php:327
100
+ msgid "Add page"
101
+ msgstr "Seite hinzufügen"
102
+
103
+ #: ../cms-tree-page-view/functions.php:328
104
+ #: ../cms-tree-page-view/functions.php:979
105
+ msgid "Add new page after"
106
+ msgstr "Eine neue Seite nach dieser hinzufügen"
107
+
108
+ #: ../cms-tree-page-view/functions.php:329
109
+ msgid "after"
110
+ msgstr "Danach"
111
+
112
+ #: ../cms-tree-page-view/functions.php:330
113
+ msgid "inside"
114
+ msgstr "Innerhalb"
115
+
116
+ #: ../cms-tree-page-view/functions.php:331
117
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
118
+ msgstr ""
119
+ "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status "
120
+ "\"Entwurf\" hinzugefügt werden."
121
+
122
+ #: ../cms-tree-page-view/functions.php:332
123
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
124
+ msgstr ""
125
+ "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status "
126
+ "\"Papierkorb\" hinzugefügt werden."
127
+
128
+ #: ../cms-tree-page-view/functions.php:333
129
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
130
+ msgstr ""
131
+ "Entschuldigung, es kann keine Seite nach einer Seite mit dem Status "
132
+ "\"Papierkorb\" hinzugefügt werden."
133
+
134
+ #: ../cms-tree-page-view/functions.php:334
135
+ #: ../cms-tree-page-view/functions.php:984
136
+ msgid "Add new page inside"
137
+ msgstr "Eine neue Seite innerhalb dieser hinzufügen"
138
+
139
+ #: ../cms-tree-page-view/functions.php:335
140
+ #: ../cms-tree-page-view/functions.php:341
141
+ msgid "draft"
142
+ msgstr "Entwurf"
143
+
144
+ #: ../cms-tree-page-view/functions.php:336
145
+ #: ../cms-tree-page-view/functions.php:342
146
+ msgid "future"
147
+ msgstr "Geplant"
148
+
149
+ #: ../cms-tree-page-view/functions.php:337
150
+ #: ../cms-tree-page-view/functions.php:343
151
+ msgid "protected"
152
+ msgstr "Geschützt"
153
+
154
+ #: ../cms-tree-page-view/functions.php:338
155
+ #: ../cms-tree-page-view/functions.php:344
156
+ #: ../cms-tree-page-view/functions.php:1296
157
+ msgid "pending"
158
+ msgstr "Offen"
159
+
160
+ #: ../cms-tree-page-view/functions.php:339
161
+ #: ../cms-tree-page-view/functions.php:345
162
+ msgid "private"
163
+ msgstr "Privat"
164
+
165
+ #: ../cms-tree-page-view/functions.php:340
166
+ #: ../cms-tree-page-view/functions.php:346
167
+ msgid "trash"
168
+ msgstr "In den Papierkorb verschieben"
169
+
170
+ #: ../cms-tree-page-view/functions.php:347
171
+ msgid "Password protected page"
172
+ msgstr "Passwortgeschützte Seite"
173
+
174
+ #: ../cms-tree-page-view/functions.php:348
175
+ msgid "Adding page..."
176
+ msgstr "Seite wird hinzugefügt..."
177
+
178
+ #: ../cms-tree-page-view/functions.php:349
179
+ msgid "Adding ..."
180
+ msgstr "Seite wird hinzugefügt…"
181
+
182
+ #: ../cms-tree-page-view/functions.php:350
183
+ #: ../cms-tree-page-view/functions.php:1057
184
+ msgid "No posts found."
185
+ msgstr "Keine Artikel gefunden."
186
+
187
+ #: ../cms-tree-page-view/functions.php:448
188
+ msgid "Tree View"
189
+ msgstr "Baumstruktur"
190
+
191
+ #: ../cms-tree-page-view/functions.php:457
192
+ msgid "List View"
193
+ msgstr "Listenansicht"
194
+
195
+ #: ../cms-tree-page-view/functions.php:493
196
+ msgid "Settings"
197
+ msgstr "Einstellungen"
198
+
199
+ #: ../cms-tree-page-view/functions.php:533
200
+ #, php-format
201
+ msgctxt "name of dashboard"
202
+ msgid "%1$s Tree"
203
+ msgstr "%1$s Baumstruktur"
204
+
205
+ #: ../cms-tree-page-view/functions.php:571
206
+ msgctxt "name in menu"
207
+ msgid "Tree View"
208
+ msgstr "Baumstruktur"
209
+
210
+ #: ../cms-tree-page-view/functions.php:572
211
+ #, php-format
212
+ msgctxt "title on page with tree"
213
+ msgid "%1$s Tree View"
214
+ msgstr "%1$s Baumstruktur"
215
+
216
+ #: ../cms-tree-page-view/functions.php:592
217
+ msgid "settings"
218
+ msgstr "Einstellungen"
219
+
220
+ #: ../cms-tree-page-view/functions.php:598
221
+ msgid "Select where to show a tree for pages and custom post types"
222
+ msgstr "Auswählen wo eine Baumansicht für Seiten und Artikel angezeigt werden soll:"
223
+
224
+ #: ../cms-tree-page-view/functions.php:642
225
+ msgid "On dashboard"
226
+ msgstr "Im Dashboard"
227
+
228
+ #: ../cms-tree-page-view/functions.php:646
229
+ msgid "In menu"
230
+ msgstr "Im Menü"
231
+
232
+ #: ../cms-tree-page-view/functions.php:650
233
+ msgid "On post overview screen"
234
+ msgstr "In der Beitrags-Übersicht"
235
+
236
+ #: ../cms-tree-page-view/functions.php:669
237
+ msgid "Save Changes"
238
+ msgstr "Änderungen speichern"
239
+
240
+ #: ../cms-tree-page-view/functions.php:913
241
+ msgid "All"
242
+ msgstr "Alle"
243
+
244
+ #: ../cms-tree-page-view/functions.php:918
245
+ msgid "Public"
246
+ msgstr "Öffentlich"
247
+
248
+ #: ../cms-tree-page-view/functions.php:923
249
+ msgid "Trash"
250
+ msgstr "Papierkorb"
251
+
252
+ #: ../cms-tree-page-view/functions.php:931
253
+ msgid "Expand"
254
+ msgstr "Ausklappen"
255
+
256
+ #: ../cms-tree-page-view/functions.php:932
257
+ msgid "Collapse"
258
+ msgstr "Einklappen"
259
+
260
+ #: ../cms-tree-page-view/functions.php:940
261
+ msgid "Clear search"
262
+ msgstr "Suche leeren"
263
+
264
+ #: ../cms-tree-page-view/functions.php:941
265
+ msgid "Search"
266
+ msgstr "Suchen"
267
+
268
+ #: ../cms-tree-page-view/functions.php:942
269
+ msgid "Searching..."
270
+ msgstr "Wird gesucht..."
271
+
272
+ #: ../cms-tree-page-view/functions.php:943
273
+ msgid "Nothing found."
274
+ msgstr "Keine Inhalte gefunden."
275
+
276
+ #: ../cms-tree-page-view/functions.php:950
277
+ msgid "Loading..."
278
+ msgstr "Laden..."
279
+
280
+ #: ../cms-tree-page-view/functions.php:955
281
+ msgid "Search: no pages found"
282
+ msgstr "Suche: Keine Seiten gefunden"
283
+
284
+ #: ../cms-tree-page-view/functions.php:958
285
+ msgid "Loading tree"
286
+ msgstr "Baum wird geladen"
287
+
288
+ #: ../cms-tree-page-view/functions.php:979
289
+ #: ../cms-tree-page-view/functions.php:1016
290
+ msgid "After"
291
+ msgstr "Danach"
292
+
293
+ #: ../cms-tree-page-view/functions.php:984
294
+ #: ../cms-tree-page-view/functions.php:1017
295
+ msgid "Inside"
296
+ msgstr "Innerhalb"
297
+
298
+ #: ../cms-tree-page-view/functions.php:988
299
+ msgid "Can not create page inside of a page with draft status"
300
+ msgstr ""
301
+ "Es kann keine Seite innerhalb einer Seite mit Entwurfs-Status erstellt "
302
+ "werden."
303
+
304
+ #: ../cms-tree-page-view/functions.php:1005
305
+ msgid "Add page(s)"
306
+ msgstr "Seite(n) hinzufügen"
307
+
308
+ #: ../cms-tree-page-view/functions.php:1010
309
+ msgid "Enter title here"
310
+ msgstr "Titel der neuen Seite eingeben"
311
+
312
+ #: ../cms-tree-page-view/functions.php:1015
313
+ msgid "Position"
314
+ msgstr "Position"
315
+
316
+ #: ../cms-tree-page-view/functions.php:1022
317
+ msgid "Status"
318
+ msgstr "Status"
319
+
320
+ #: ../cms-tree-page-view/functions.php:1023
321
+ msgid "Draft"
322
+ msgstr "Entwurf"
323
+
324
+ #: ../cms-tree-page-view/functions.php:1024
325
+ msgid "Published"
326
+ msgstr "Veröffentlicht"
327
+
328
+ #: ../cms-tree-page-view/functions.php:1028
329
+ msgid "Add"
330
+ msgstr "Hinzufügen"
331
+
332
+ #: ../cms-tree-page-view/functions.php:1029
333
+ msgid "or"
334
+ msgstr "oder"
335
+
336
+ #: ../cms-tree-page-view/functions.php:1030
337
+ msgid "cancel"
338
+ msgstr "Abbrechen"
339
+
340
+ #: ../cms-tree-page-view/functions.php:1040
341
+ msgid "Last modified"
342
+ msgstr "Zuletzt modifiziert"
343
+
344
+ #: ../cms-tree-page-view/functions.php:1042
345
+ msgid "by"
346
+ msgstr "von"
347
+
348
+ #: ../cms-tree-page-view/functions.php:1045
349
+ msgid "Page ID"
350
+ msgstr "Seiten-ID"
351
+
352
+ #: ../cms-tree-page-view/functions.php:1088
353
+ #, php-format
354
+ msgctxt "headline of page with tree"
355
+ msgid "%1$s Tree View"
356
+ msgstr "%1$s Baumstruktur"
357
+
358
+ #: ../cms-tree-page-view/functions.php:1248
359
+ msgid "Unknown user"
360
+ msgstr "Unbekannter Benutzer"
361
+
362
+ #: ../cms-tree-page-view/functions.php:1253
363
+ msgid "<Untitled page>"
364
+ msgstr "<Unbenannte Seite>"
365
+
366
+ #: ../cms-tree-page-view/functions.php:1286
367
+ msgid "Comments"
368
+ msgstr "Kommentare"
369
+
370
+ #: ../cms-tree-page-view/functions.php:1293
371
+ #, php-format
372
+ msgid "%s pending"
373
+ msgstr "%s offen"
374
+
375
+ #: ../cms-tree-page-view/functions.php:1303
376
+ msgctxt "comment count"
377
+ msgid "0"
378
+ msgstr "0"
379
+
380
+ #: ../cms-tree-page-view/functions.php:1303
381
+ msgctxt "comment count"
382
+ msgid "1"
383
+ msgstr "1"
384
+
385
+ #: ../cms-tree-page-view/functions.php:1303
386
+ msgctxt "comment count"
387
+ msgid "%"
388
+ msgstr "%"
389
+
390
+ #: ../cms-tree-page-view/functions.php:1502
391
+ msgid "New page"
392
+ msgstr "Neue Seite"
393
+
394
+ #: ../cms-tree-page-view/functions.php:1692
395
+ msgid "Thanks for using my plugin"
396
+ msgstr "Danke, dass Sie dieses Plugin verwenden"
397
+
398
+ #: ../cms-tree-page-view/functions.php:1695
399
+ msgid "/Pär Thernström - plugin creator"
400
+ msgstr "/Pär Thernström - Plugin-Autor"
401
+
402
+ #: ../cms-tree-page-view/functions.php:1697
403
+ msgid "I like this plugin<br>– how can I thank you?"
404
+ msgstr "Mir gefällt dieses Plugin<br>Wie kann ich helfen?"
405
+
406
+ #: ../cms-tree-page-view/functions.php:1705
407
+ msgid "Support"
408
+ msgstr "Hilfe/Support"
409
+
410
+ #: ../cms-tree-page-view/functions.php:1710
411
+ msgid "Hide until next upgrade"
412
+ msgstr "Bis zum nächsten Update verstecken"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.8
6
  Tested up to: 3.9
7
- Stable tag: 1.2.29
8
 
9
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
10
 
@@ -84,6 +84,7 @@ This plugin is available in the following languages:
84
  * Finnish
85
  * Japanese
86
  * Ukrainian, by [getvoip.com](http://getvoip.com)
 
87
 
88
  #### Always show your pages in the admin area
89
  If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin
@@ -114,6 +115,10 @@ Now the tree with the pages will be visible both on the dashboard and in the men
114
 
115
  == Changelog ==
116
 
 
 
 
 
117
  = 1.2.29 =
118
 
119
  - Added Slovak translation. Thank you translator!
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.8
6
  Tested up to: 3.9
7
+ Stable tag: 1.2.30
8
 
9
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
10
 
84
  * Finnish
85
  * Japanese
86
  * Ukrainian, by [getvoip.com](http://getvoip.com)
87
+ * Slovak
88
 
89
  #### Always show your pages in the admin area
90
  If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin
115
 
116
  == Changelog ==
117
 
118
+ = 1.2.30 =
119
+
120
+ - Updated German translation. Thank you translator!
121
+
122
  = 1.2.29 =
123
 
124
  - Added Slovak translation. Thank you translator!