CMS Tree Page View - Version 1.2.18

Version Description

  • Added Japanese translation
Download this release

Release Info

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

Code changes from version 1.2.17 to 1.2.18

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.17
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.17");
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.18
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.18");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__) . "/functions.php");
languages/cms-tree-page-view-ja.mo ADDED
Binary file
languages/cms-tree-page-view-ja.po ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
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 17:39:45+00:00\n"
11
+ "PO-Revision-Date: 2013-11-01 15:44+0900\n"
12
+ "Last-Translator: Kazunori Yamazaki <yamazaki@gluum.com>\n"
13
+ "Language-Team: \n"
14
+ "Language: ja_JP\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Poedit-KeywordsList: _e;__\n"
20
+ "X-Generator: Poedit 1.5.7\n"
21
+
22
+ #: functions.php:66 functions.php:113 functions.php:1396
23
+ msgid "Cheatin&#8217; uh?"
24
+ msgstr "間違えましたか ?"
25
+
26
+ #: functions.php:321
27
+ msgid "Enter title of new page"
28
+ msgstr "新しいページのタイトルを入力してください"
29
+
30
+ #: functions.php:322
31
+ msgid "child pages"
32
+ msgstr "子ページ"
33
+
34
+ #: functions.php:323 functions.php:970
35
+ msgid "Edit page"
36
+ msgstr "編集"
37
+
38
+ #: functions.php:324 functions.php:971
39
+ msgid "View page"
40
+ msgstr "表示"
41
+
42
+ #: functions.php:325 functions.php:970
43
+ msgid "Edit"
44
+ msgstr "編集"
45
+
46
+ #: functions.php:326 functions.php:971
47
+ msgid "View"
48
+ msgstr "表示"
49
+
50
+ #: functions.php:327
51
+ msgid "Add page"
52
+ msgstr "ページを追加"
53
+
54
+ #: functions.php:328 functions.php:979
55
+ msgid "Add new page after"
56
+ msgstr "同じ階層のページを追加"
57
+
58
+ #: functions.php:329
59
+ msgid "after"
60
+ msgstr "同じ階層に"
61
+
62
+ #: functions.php:330
63
+ msgid "inside"
64
+ msgstr "一つ下の階層に"
65
+
66
+ #: functions.php:331
67
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
68
+ msgstr "下書きのページを基準にサブページを作成することはできません"
69
+
70
+ #: functions.php:332
71
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
72
+ msgstr "ゴミ箱のページを基準にサブページを作成することはできません"
73
+
74
+ #: functions.php:333
75
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
76
+ msgstr "ゴミ箱のページの後ろにページを作成することはできません"
77
+
78
+ #: functions.php:334 functions.php:984
79
+ msgid "Add new page inside"
80
+ msgstr "一つ下の階層にページを作成"
81
+
82
+ #: functions.php:335 functions.php:341
83
+ msgid "draft"
84
+ msgstr "下書き"
85
+
86
+ #: functions.php:336 functions.php:342
87
+ msgid "future"
88
+ msgstr "予約"
89
+
90
+ #: functions.php:337 functions.php:343
91
+ msgid "protected"
92
+ msgstr "保護"
93
+
94
+ #: functions.php:338 functions.php:344 functions.php:1296
95
+ msgid "pending"
96
+ msgstr "レビュー待ち"
97
+
98
+ #: functions.php:339 functions.php:345
99
+ msgid "private"
100
+ msgstr "非公開"
101
+
102
+ #: functions.php:340 functions.php:346
103
+ msgid "trash"
104
+ msgstr "ゴミ箱"
105
+
106
+ #: functions.php:347
107
+ msgid "Password protected page"
108
+ msgstr "パスワード保護されたページ"
109
+
110
+ #: functions.php:348
111
+ msgid "Adding page..."
112
+ msgstr "ページを追加中..."
113
+
114
+ #: functions.php:349
115
+ msgid "Adding ..."
116
+ msgstr "追加中..."
117
+
118
+ #: functions.php:350 functions.php:1057
119
+ msgid "No posts found."
120
+ msgstr "ページがありません。"
121
+
122
+ #: functions.php:448
123
+ msgid "Tree View"
124
+ msgstr "ツリー表示"
125
+
126
+ #: functions.php:457
127
+ msgid "List View"
128
+ msgstr "リスト表示"
129
+
130
+ #: functions.php:493
131
+ msgid "Settings"
132
+ msgstr "設定"
133
+
134
+ #: functions.php:533
135
+ msgctxt "name of dashboard"
136
+ msgid "%1$s Tree"
137
+ msgstr "%1$s ツリー"
138
+
139
+ #: functions.php:571
140
+ msgctxt "name in menu"
141
+ msgid "Tree View"
142
+ msgstr "ツリー表示"
143
+
144
+ #: functions.php:572
145
+ msgctxt "title on page with tree"
146
+ msgid "%1$s Tree View"
147
+ msgstr "%1$s ツリー表示"
148
+
149
+ #: functions.php:592
150
+ msgid "settings"
151
+ msgstr "設定"
152
+
153
+ #: functions.php:598
154
+ msgid "Select where to show a tree for pages and custom post types"
155
+ msgstr "ツリー表示をするところを選択してください"
156
+
157
+ #: functions.php:642
158
+ msgid "On dashboard"
159
+ msgstr "ダッシュボード"
160
+
161
+ #: functions.php:646
162
+ msgid "In menu"
163
+ msgstr "メニュー内"
164
+
165
+ #: functions.php:650
166
+ msgid "On post overview screen"
167
+ msgstr "一覧表示画面"
168
+
169
+ #: functions.php:669
170
+ msgid "Save Changes"
171
+ msgstr "保存"
172
+
173
+ #: functions.php:913
174
+ msgid "All"
175
+ msgstr "全て表示"
176
+
177
+ #: functions.php:918
178
+ msgid "Public"
179
+ msgstr "公開中"
180
+
181
+ #: functions.php:923
182
+ msgid "Trash"
183
+ msgstr "ゴミ箱"
184
+
185
+ #: functions.php:931
186
+ msgid "Expand"
187
+ msgstr "開く"
188
+
189
+ #: functions.php:932
190
+ msgid "Collapse"
191
+ msgstr "閉じる"
192
+
193
+ #: functions.php:940
194
+ msgid "Clear search"
195
+ msgstr "検索内容をクリア"
196
+
197
+ #: functions.php:941
198
+ msgid "Search"
199
+ msgstr "検索"
200
+
201
+ #: functions.php:942
202
+ msgid "Searching..."
203
+ msgstr "検索中..."
204
+
205
+ #: functions.php:943
206
+ msgid "Nothing found."
207
+ msgstr "見つかりませんでした。"
208
+
209
+ #: functions.php:950
210
+ msgid "Loading..."
211
+ msgstr "読み込み中..."
212
+
213
+ #: functions.php:955
214
+ msgid "Search: no pages found"
215
+ msgstr "ページが見つかりませんでした"
216
+
217
+ #: functions.php:958
218
+ msgid "Loading tree"
219
+ msgstr "読み込み中"
220
+
221
+ #: functions.php:979 functions.php:1016
222
+ msgid "After"
223
+ msgstr "同じ階層に"
224
+
225
+ #: functions.php:984 functions.php:1017
226
+ msgid "Inside"
227
+ msgstr "一つ下の階層に"
228
+
229
+ #: functions.php:988
230
+ msgid "Can not create page inside of a page with draft status"
231
+ msgstr "下書きの下にページを作成することはできません"
232
+
233
+ #: functions.php:1005
234
+ msgid "Add page(s)"
235
+ msgstr "新規ページを追加"
236
+
237
+ #: functions.php:1010
238
+ msgid "Enter title here"
239
+ msgstr "タイトルを入力してください"
240
+
241
+ #: functions.php:1015
242
+ msgid "Position"
243
+ msgstr "場所"
244
+
245
+ #: functions.php:1022
246
+ msgid "Status"
247
+ msgstr "ステータス"
248
+
249
+ #: functions.php:1023
250
+ msgid "Draft"
251
+ msgstr "下書き"
252
+
253
+ #: functions.php:1024
254
+ msgid "Published"
255
+ msgstr "公開済み"
256
+
257
+ #: functions.php:1028
258
+ msgid "Add"
259
+ msgstr "追加"
260
+
261
+ #: functions.php:1029
262
+ msgid "or"
263
+ msgstr "または"
264
+
265
+ #: functions.php:1030
266
+ msgid "cancel"
267
+ msgstr "キャンセル"
268
+
269
+ #: functions.php:1040
270
+ msgid "Last modified"
271
+ msgstr "最終更新"
272
+
273
+ #: functions.php:1042
274
+ msgid "by"
275
+ msgstr ":"
276
+
277
+ #: functions.php:1045
278
+ msgid "Page ID"
279
+ msgstr "ページID"
280
+
281
+ #: functions.php:1088
282
+ msgctxt "headline of page with tree"
283
+ msgid "%1$s Tree View"
284
+ msgstr "%1$s ツリー表示"
285
+
286
+ #: functions.php:1248
287
+ msgid "Unknown user"
288
+ msgstr "不明"
289
+
290
+ #: functions.php:1253
291
+ msgid "<Untitled page>"
292
+ msgstr "<タイトル未設定>"
293
+
294
+ #: functions.php:1286
295
+ msgid "Comments"
296
+ msgstr "コメント"
297
+
298
+ #: functions.php:1293
299
+ msgid "%s pending"
300
+ msgstr "%s"
301
+
302
+ #: functions.php:1303
303
+ msgctxt "comment count"
304
+ msgid "0"
305
+ msgstr "0"
306
+
307
+ #: functions.php:1303
308
+ msgctxt "comment count"
309
+ msgid "1"
310
+ msgstr "1"
311
+
312
+ #: functions.php:1303
313
+ msgctxt "comment count"
314
+ msgid "%"
315
+ msgstr "%"
316
+
317
+ #: functions.php:1502
318
+ msgid "New page"
319
+ msgstr "ページを追加"
320
+
321
+ #: functions.php:1692
322
+ msgid "Thanks for using my plugin"
323
+ msgstr "プラグインを使っていただきありがとうございます。"
324
+
325
+ #: functions.php:1694
326
+ msgid ""
327
+ "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
328
+ "as much as I do."
329
+ msgstr ""
330
+ "こんにちは!私がこのプラグインを使っていただくことがうれしいように、あなたも"
331
+ "気に入ってくれることを願います。"
332
+
333
+ #: functions.php:1695
334
+ msgid "/Pär Thernström - plugin creator"
335
+ msgstr "/Pär Thernström - プラグイン制作者"
336
+
337
+ #: functions.php:1697
338
+ msgid "I like this plugin<br>– how can I thank you?"
339
+ msgstr "このプラグインが気に入りました。<br>お礼をする方法はありますか?"
340
+
341
+ #: functions.php:1698
342
+ msgid "There are serveral ways for you to show your appreciation:"
343
+ msgstr "お礼をする方法がいくつかあります。"
344
+
345
+ #: functions.php:1700
346
+ msgid ""
347
+ "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
348
+ "Directory"
349
+ msgstr "WordPress Plugin Directory に<a href=\"%1$s\">レビューを書く</a>"
350
+
351
+ #: functions.php:1701
352
+ msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
353
+ msgstr "<a href=\"%1$s\">寄付をする</a> – 任意の金額で私が幸せになります"
354
+
355
+ #: functions.php:1702
356
+ msgid ""
357
+ "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
358
+ "plugin"
359
+ msgstr ""
360
+ "<a href=\"%1$s\">ツイートする</a> またはこのプラグインについてブログを書く"
361
+
362
+ #: functions.php:1705
363
+ msgid "Support"
364
+ msgstr "サポート"
365
+
366
+ #: functions.php:1706
367
+ msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
368
+ msgstr ""
369
+ "お困りの場合は<a href=\"%1$s\">サポートフォーラム</a>をご確認ください。"
370
+
371
+ #: functions.php:1710
372
+ msgid "Hide until next upgrade"
373
+ msgstr "次のアップグレードまで表示しない"
374
+
375
+ #~ msgid "Click to edit. Drag to move."
376
+ #~ 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.7
7
- Stable tag: 1.2.17
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
 
@@ -82,6 +82,7 @@ This plugin is available in the following languages:
82
  * Lithuanian
83
  * Estonian
84
  * Finnish
 
85
 
86
  #### Always show your pages in the admin area
87
  If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin
@@ -112,6 +113,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
112
 
113
  == Changelog ==
114
 
 
 
 
115
  = 1.2.17 =
116
  - Removed references to, and files for, FirePHP, since it was not used anyway.
117
 
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.7
7
+ Stable tag: 1.2.18
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
 
82
  * Lithuanian
83
  * Estonian
84
  * Finnish
85
+ * Japanese
86
 
87
  #### Always show your pages in the admin area
88
  If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin
113
 
114
  == Changelog ==
115
 
116
+ = 1.2.18 =
117
+ - Added Japanese translation
118
+
119
  = 1.2.17 =
120
  - Removed references to, and files for, FirePHP, since it was not used anyway.
121