CMS Tree Page View - Version 1.2.11

Version Description

  • Updated german translation
  • Updated POT file for translators
Download this release

Release Info

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

Code changes from version 1.2.10 to 1.2.11

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.10
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.10");
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.11
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.11");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__)."/functions.php");
languages/cms-tree-page-view-de_DE.mo CHANGED
Binary file
languages/cms-tree-page-view-de_DE.po CHANGED
@@ -1,4 +1,4 @@
1
- # Translation of the WordPress plugin by .
2
  # Copyright (C) 2010
3
  # This file is distributed under the same license as the package.
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
@@ -7,255 +7,431 @@ 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: 2011-03-06 14:33:36+00:00\n"
11
- "PO-Revision-Date: 2012-02-26 16:01+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
 
18
- #: functions.php:53
 
 
 
 
 
 
19
  msgid "Enter title of new page"
20
- msgstr "Titel der neuen Seite eingeben:"
21
 
22
- #: functions.php:54
23
  msgid "child pages"
24
  msgstr "untergeordnete Seiten"
25
 
26
- #: functions.php:55
27
- #: functions.php:381
28
  msgid "Edit page"
29
- msgstr "Diese Seite bearbeiten"
30
 
31
- #: functions.php:56
32
- #: functions.php:382
33
  msgid "View page"
34
- msgstr "Diese Seite anzeigen"
35
 
36
- #: functions.php:57
37
- #: functions.php:381
38
  msgid "Edit"
39
  msgstr "Bearbeiten"
40
 
41
- #: functions.php:58
42
- #: functions.php:382
43
  msgid "View"
44
  msgstr "Anzeigen"
45
 
46
- #: functions.php:59
47
  msgid "Add page"
48
  msgstr "Seite hinzufügen"
49
 
50
- #: functions.php:60
51
- #: functions.php:386
52
  msgid "Add new page after"
53
  msgstr "Eine neue Seite nach dieser hinzufügen"
54
 
55
- #: functions.php:61
56
  msgid "after"
57
  msgstr "Danach"
58
 
59
- #: functions.php:62
60
  msgid "inside"
61
  msgstr "Innerhalb"
62
 
63
- #: functions.php:63
64
  msgid "Sorry, can't create a sub page to a page with status \"draft\"."
65
- msgstr "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status \"Entwurf\" hinzugefügt werden."
 
 
66
 
67
- #: functions.php:64
68
  msgid "Sorry, can't create a sub page to a page with status \"trash\"."
69
- msgstr "Entschuldigung, es kann keine Unterseite zu einer Seite mit dem Status \"Papierkorb\" hinzugefügt werden."
 
 
70
 
71
- #: functions.php:65
72
  msgid "Sorry, can't create a page after a page with status \"trash\"."
73
- msgstr "Entschuldigung, es kann keine Seite nach einer Seite mit dem Status \"Papierkorb\" hinzugefügt werden."
 
 
74
 
75
- #: functions.php:66
76
- #: functions.php:390
77
  msgid "Add new page inside"
78
  msgstr "Eine neue Seite innerhalb dieser hinzufügen"
79
 
80
- #: functions.php:67
 
81
  msgid "draft"
82
  msgstr "Entwurf"
83
 
84
- #: functions.php:68
 
85
  msgid "future"
86
  msgstr "Geplant"
87
 
88
- #: functions.php:69
 
89
  msgid "protected"
90
  msgstr "Geschützt"
91
 
92
- #: functions.php:70
93
- #: functions.php:644
 
94
  msgid "pending"
95
  msgstr "Offen"
96
 
97
- #: functions.php:71
 
98
  msgid "private"
99
  msgstr "Privat"
100
 
101
- #: functions.php:72
 
102
  msgid "trash"
103
  msgstr "In den Papierkorb verschieben"
104
 
105
- #: functions.php:73
106
  msgid "Password protected page"
107
  msgstr "Passwortgeschützte Seite"
108
 
109
- #: functions.php:74
110
  msgid "Adding page..."
111
  msgstr "Seite wird hinzugefügt..."
112
 
113
- #: functions.php:175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  msgid "settings"
115
  msgstr "Einstellungen"
116
 
117
- #: functions.php:180
118
  msgid "Select where to show a tree for pages and custom post types"
119
- msgstr "Auswählen wo eine Baumansicht für Seiten und Artikel angezeigt werden soll:"
 
120
 
121
- #: functions.php:204
122
  msgid "On dashboard"
123
  msgstr "Im Dashboard"
124
 
125
- #: functions.php:208
126
  msgid "In menu"
127
  msgstr "Im Menü"
128
 
129
- #: functions.php:219
 
 
 
 
130
  msgid "Save Changes"
131
  msgstr "Änderungen speichern"
132
 
133
- #: functions.php:335
134
- msgid "No posts found."
135
- msgstr "Keine Artikel gefunden."
136
-
137
- #: functions.php:341
138
  msgid "All"
139
  msgstr "Alle"
140
 
141
- #: functions.php:342
142
  msgid "Public"
143
  msgstr "Öffentlich"
144
 
145
- #: functions.php:343
146
  msgid "Trash"
147
  msgstr "Papierkorb"
148
 
149
- #: functions.php:348
150
  msgid "Expand"
151
  msgstr "Ausklappen"
152
 
153
- #: functions.php:349
154
  msgid "Collapse"
155
  msgstr "Einklappen"
156
 
157
- #: functions.php:357
158
  msgid "Clear search"
159
  msgstr "Suche leeren"
160
 
161
- #: functions.php:358
162
  msgid "Search"
163
  msgstr "Suchen"
164
 
165
- #: functions.php:359
166
  msgid "Searching..."
167
  msgstr "Wird gesucht..."
168
 
169
- #: functions.php:360
170
  msgid "Nothing found."
171
  msgstr "Keine Inhalte gefunden."
172
 
173
- #: functions.php:366
174
  msgid "Loading..."
175
  msgstr "Laden..."
176
 
177
- #: functions.php:371
178
  msgid "Search: no pages found"
179
  msgstr "Suche: Keine Seiten gefunden"
180
 
181
- #: functions.php:374
182
  msgid "Loading tree"
183
  msgstr "Baum wird geladen"
184
 
185
- #: functions.php:386
 
186
  msgid "After"
187
  msgstr "Danach"
188
 
189
- #: functions.php:390
 
190
  msgid "Inside"
191
  msgstr "Innerhalb"
192
 
193
- #: functions.php:394
194
  msgid "Can not create page inside of a page with draft status"
195
- msgstr "Es kann keine Seite innerhalb einer Seite mit Entwurfs-Status erstellt werden."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
- #: functions.php:397
 
 
 
 
 
 
 
 
198
  msgid "Last modified"
199
  msgstr "Zuletzt modifiziert"
200
 
201
- #: functions.php:399
202
  msgid "by"
203
  msgstr "von"
204
 
205
- #: functions.php:402
206
  msgid "Page ID"
207
  msgstr "Seiten-ID"
208
 
209
- #: functions.php:609
 
 
 
 
 
 
210
  msgid "Unknown user"
211
  msgstr "Unbekannter Benutzer"
212
 
213
- #: functions.php:614
214
  msgid "<Untitled page>"
215
  msgstr "<Unbenannte Seite>"
216
 
217
- #: functions.php:634
218
  msgid "Comments"
219
  msgstr "Kommentare"
220
 
221
- #: functions.php:641
 
222
  msgid "%s pending"
223
  msgstr "%s offen"
224
 
225
- #: functions.php:651
226
  msgctxt "comment count"
227
  msgid "0"
228
  msgstr "0"
229
 
230
- #: functions.php:651
231
  msgctxt "comment count"
232
  msgid "1"
233
  msgstr "1"
234
 
235
- #: functions.php:651
236
  msgctxt "comment count"
237
  msgid "%"
238
  msgstr "%"
239
 
240
- #: functions.php:682
241
- msgid "Click to edit. Drag to move."
242
- msgstr "Zum Editieren klicken. Zum Bewegen ziehen."
243
-
244
- #: functions.php:833
245
  msgid "New page"
246
  msgstr "Neue Seite"
247
 
248
- #: functions.php:1015
249
- msgid "Close"
250
- msgstr "Schließen"
 
 
 
 
 
 
 
 
 
 
251
 
252
- #: functions.php:1016
253
- 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>."
254
- msgstr "<strong>Vielen Dank, dass Sie dieses Plugin verwenden!</strong> Falls Sie Hilfe benötigen schauen Sie auf der <a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">Plugin-Homepage [en]</a> oder im <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">Support-Forum [en]</a> nach."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
 
256
- #: functions.php:1017
257
- 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."
258
- msgstr "Falls Sie dieses Plugin nützlich finden, bitte <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">unterstützen Sie meine Arbeit mit einer Spende</a> - oder hinterlassen Sie eine freundliche Nachricht über das Plugin in einer Blog- oder Twitter-Nachricht."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
 
260
  #~ msgid "Show tree"
261
  #~ msgstr "Zeige Baum"
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.
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"
languages/cms-tree-page-view.mo CHANGED
Binary file
languages/cms-tree-page-view.pot CHANGED
@@ -1,358 +1,362 @@
1
- # Copyright (C) 2012
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: 2012-12-26 20:37:31+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: 2012-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:272
 
 
 
 
16
  msgid "Enter title of new page"
17
  msgstr ""
18
 
19
- #: functions.php:273
20
  msgid "child pages"
21
  msgstr ""
22
 
23
- #: functions.php:274 functions.php:887
24
  msgid "Edit page"
25
  msgstr ""
26
 
27
- #: functions.php:275 functions.php:888
28
  msgid "View page"
29
  msgstr ""
30
 
31
- #: functions.php:276 functions.php:887
32
  msgid "Edit"
33
  msgstr ""
34
 
35
- #: functions.php:277 functions.php:888
36
  msgid "View"
37
  msgstr ""
38
 
39
- #: functions.php:278
40
  msgid "Add page"
41
  msgstr ""
42
 
43
- #: functions.php:279 functions.php:896
44
  msgid "Add new page after"
45
  msgstr ""
46
 
47
- #: functions.php:280
48
  msgid "after"
49
  msgstr ""
50
 
51
- #: functions.php:281
52
  msgid "inside"
53
  msgstr ""
54
 
55
- #: functions.php:282
56
  msgid "Sorry, can't create a sub page to a page with status \"draft\"."
57
  msgstr ""
58
 
59
- #: functions.php:283
60
  msgid "Sorry, can't create a sub page to a page with status \"trash\"."
61
  msgstr ""
62
 
63
- #: functions.php:284
64
  msgid "Sorry, can't create a page after a page with status \"trash\"."
65
  msgstr ""
66
 
67
- #: functions.php:285 functions.php:901
68
  msgid "Add new page inside"
69
  msgstr ""
70
 
71
- #: functions.php:286 functions.php:292
72
  msgid "draft"
73
  msgstr ""
74
 
75
- #: functions.php:287 functions.php:293
76
  msgid "future"
77
  msgstr ""
78
 
79
- #: functions.php:288 functions.php:294
80
  msgid "protected"
81
  msgstr ""
82
 
83
- #: functions.php:289 functions.php:295 functions.php:1235
84
  msgid "pending"
85
  msgstr ""
86
 
87
- #: functions.php:290 functions.php:296
88
  msgid "private"
89
  msgstr ""
90
 
91
- #: functions.php:291 functions.php:297
92
  msgid "trash"
93
  msgstr ""
94
 
95
- #: functions.php:298
96
  msgid "Password protected page"
97
  msgstr ""
98
 
99
- #: functions.php:299
100
  msgid "Adding page..."
101
  msgstr ""
102
 
103
- #: functions.php:300
104
  msgid "Adding ..."
105
  msgstr ""
106
 
107
- #: functions.php:393
 
 
 
 
108
  msgid "Tree View"
109
  msgstr ""
110
 
111
- #: functions.php:402
112
  msgid "List View"
113
  msgstr ""
114
 
115
- #: functions.php:438
116
  msgid "Settings"
117
  msgstr ""
118
 
119
- #: functions.php:474
120
  msgctxt "name of dashboard"
121
  msgid "%1$s Tree"
122
  msgstr ""
123
 
124
- #: functions.php:502
125
  msgctxt "name in menu"
126
  msgid "Tree View"
127
  msgstr ""
128
 
129
- #: functions.php:503
130
  msgctxt "title on page with tree"
131
  msgid "%1$s Tree View"
132
  msgstr ""
133
 
134
- #: functions.php:523
135
  msgid "settings"
136
  msgstr ""
137
 
138
- #: functions.php:529
139
  msgid "Select where to show a tree for pages and custom post types"
140
  msgstr ""
141
 
142
- #: functions.php:573
143
  msgid "On dashboard"
144
  msgstr ""
145
 
146
- #: functions.php:577
147
  msgid "In menu"
148
  msgstr ""
149
 
150
- #: functions.php:581
151
  msgid "On post overview screen"
152
  msgstr ""
153
 
154
- #: functions.php:599
155
  msgid "Save Changes"
156
  msgstr ""
157
 
158
- #: functions.php:818
159
- msgid "No posts found."
160
- msgstr ""
161
-
162
- #: functions.php:830
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: functions.php:835
167
  msgid "Public"
168
  msgstr ""
169
 
170
- #: functions.php:840
171
  msgid "Trash"
172
  msgstr ""
173
 
174
- #: functions.php:848
175
  msgid "Expand"
176
  msgstr ""
177
 
178
- #: functions.php:849
179
  msgid "Collapse"
180
  msgstr ""
181
 
182
- #: functions.php:857
183
  msgid "Clear search"
184
  msgstr ""
185
 
186
- #: functions.php:858
187
  msgid "Search"
188
  msgstr ""
189
 
190
- #: functions.php:859
191
  msgid "Searching..."
192
  msgstr ""
193
 
194
- #: functions.php:860
195
  msgid "Nothing found."
196
  msgstr ""
197
 
198
- #: functions.php:867
199
  msgid "Loading..."
200
  msgstr ""
201
 
202
- #: functions.php:872
203
  msgid "Search: no pages found"
204
  msgstr ""
205
 
206
- #: functions.php:875
207
  msgid "Loading tree"
208
  msgstr ""
209
 
210
- #: functions.php:896 functions.php:932
211
  msgid "After"
212
  msgstr ""
213
 
214
- #: functions.php:901 functions.php:933
215
  msgid "Inside"
216
  msgstr ""
217
 
218
- #: functions.php:905
219
  msgid "Can not create page inside of a page with draft status"
220
  msgstr ""
221
 
222
- #: functions.php:921
223
  msgid "Add page(s)"
224
  msgstr ""
225
 
226
- #: functions.php:926
227
  msgid "Enter title here"
228
  msgstr ""
229
 
230
- #: functions.php:931
231
  msgid "Position"
232
  msgstr ""
233
 
234
- #: functions.php:938
235
  msgid "Status"
236
  msgstr ""
237
 
238
- #: functions.php:939
239
  msgid "Draft"
240
  msgstr ""
241
 
242
- #: functions.php:940
243
  msgid "Published"
244
  msgstr ""
245
 
246
- #: functions.php:944
247
  msgid "Add"
248
  msgstr ""
249
 
250
- #: functions.php:945
251
  msgid "or"
252
  msgstr ""
253
 
254
- #: functions.php:946
255
  msgid "cancel"
256
  msgstr ""
257
 
258
- #: functions.php:956
259
  msgid "Last modified"
260
  msgstr ""
261
 
262
- #: functions.php:958
263
  msgid "by"
264
  msgstr ""
265
 
266
- #: functions.php:961
267
  msgid "Page ID"
268
  msgstr ""
269
 
270
- #: functions.php:997
271
  msgctxt "headline of page with tree"
272
  msgid "%1$s Tree View"
273
  msgstr ""
274
 
275
- #: functions.php:1200
276
  msgid "Unknown user"
277
  msgstr ""
278
 
279
- #: functions.php:1205
280
  msgid "<Untitled page>"
281
  msgstr ""
282
 
283
- #: functions.php:1225
284
  msgid "Comments"
285
  msgstr ""
286
 
287
- #: functions.php:1232
288
  msgid "%s pending"
289
  msgstr ""
290
 
291
- #: functions.php:1242
292
  msgctxt "comment count"
293
  msgid "0"
294
  msgstr ""
295
 
296
- #: functions.php:1242
297
  msgctxt "comment count"
298
  msgid "1"
299
  msgstr ""
300
 
301
- #: functions.php:1242
302
  msgctxt "comment count"
303
  msgid "%"
304
  msgstr ""
305
 
306
- #: functions.php:1428
307
  msgid "New page"
308
  msgstr ""
309
 
310
- #: functions.php:1618
311
  msgid "Thanks for using my plugin"
312
  msgstr ""
313
 
314
- #: functions.php:1620
315
  msgid ""
316
  "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
317
  "as much as I do."
318
  msgstr ""
319
 
320
- #: functions.php:1621
321
  msgid "/Pär Thernström - plugin creator"
322
  msgstr ""
323
 
324
- #: functions.php:1623
325
- msgid "I like this plugin<br>– how can I thank you?"
326
  msgstr ""
327
 
328
- #: functions.php:1624
329
  msgid "There are serveral ways for you to show your appreciation:"
330
  msgstr ""
331
 
332
- #: functions.php:1626
333
  msgid ""
334
  "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
335
  "Directory"
336
  msgstr ""
337
 
338
- #: functions.php:1627
339
  msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
340
  msgstr ""
341
 
342
- #: functions.php:1628
343
  msgid ""
344
  "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
345
  "plugin"
346
  msgstr ""
347
 
348
- #: functions.php:1631
349
  msgid "Support"
350
  msgstr ""
351
 
352
- #: functions.php:1632
353
  msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
354
  msgstr ""
355
 
356
- #: functions.php:1636
357
  msgid "Hide until next upgrade"
358
  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 "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 ""
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.5.1
6
  Tested up to: 3.5.1
7
- Stable tag: 1.2.10
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
 
@@ -111,6 +111,10 @@ Now the tree with the pages will be visible both on the dashboard and in the men
111
 
112
  == Changelog ==
113
 
 
 
 
 
114
  = 1.2.10 =
115
  - New fix for wp-Typography. Thanks to eceleste for digging into the problem and fixing it.
116
 
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.5.1
6
  Tested up to: 3.5.1
7
+ Stable tag: 1.2.11
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
 
111
 
112
  == Changelog ==
113
 
114
+ = 1.2.11 =
115
+ - Updated german translation
116
+ - Updated POT file for translators
117
+
118
  = 1.2.10 =
119
  - New fix for wp-Typography. Thanks to eceleste for digging into the problem and fixing it.
120