Admin Menu Tree Page View - Version 2.6.8

Version Description

  • Added German translation. Thanks Michael Thielemann.
Download this release

Release Info

Developer eskapism
Plugin Icon wp plugin Admin Menu Tree Page View
Version 2.6.8
Comparing to
See all releases

Code changes from version 2.6.7 to 2.6.8

index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Admin Menu Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/admin-menu-tree-page-view/
5
  Description: Get a tree view of all your pages directly in the admin menu. Search, edit, view and add pages - all with just one click away!
6
- Version: 2.6.7
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -38,7 +38,7 @@ add_action('wp_ajax_admin_menu_tree_page_view_move_page', 'admin_menu_tree_page_
38
 
39
  function admin_menu_tree_page_view_admin_init() {
40
 
41
- define( "admin_menu_tree_page_view_VERSION", "2.6.7" );
42
  define( "admin_menu_tree_page_view_URL", WP_PLUGIN_URL . '/admin-menu-tree-page-view/' );
43
  define( "admin_menu_tree_page_view_DIR", WP_PLUGIN_DIR . '/admin-menu-tree-page-view/' );
44
 
3
  Plugin Name: Admin Menu Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/admin-menu-tree-page-view/
5
  Description: Get a tree view of all your pages directly in the admin menu. Search, edit, view and add pages - all with just one click away!
6
+ Version: 2.6.8
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
38
 
39
  function admin_menu_tree_page_view_admin_init() {
40
 
41
+ define( "admin_menu_tree_page_view_VERSION", "2.6.8" );
42
  define( "admin_menu_tree_page_view_URL", WP_PLUGIN_URL . '/admin-menu-tree-page-view/' );
43
  define( "admin_menu_tree_page_view_DIR", WP_PLUGIN_DIR . '/admin-menu-tree-page-view/' );
44
 
languages/admin-menu-tree-page-view-de_DE.mo ADDED
Binary file
languages/admin-menu-tree-page-view-de_DE.po ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Admin Menu Tree Page View v2.6.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2014-01-20 18:17+0100\n"
7
+ "Last-Translator: Michael Thielemann <michael@thielemann.eu>\n"
8
+ "Language-Team: \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-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
+ "_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"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: de_DE\n"
19
+ "X-Generator: Poedit 1.6.3\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ admin-menu-tree-page-view
23
+ #: index.php:72 index.php:245
24
+ msgid "Edit"
25
+ msgstr "Bearbeiten"
26
+
27
+ # @ admin-menu-tree-page-view
28
+ #: index.php:73 index.php:247
29
+ msgid "View"
30
+ msgstr "Ansehen"
31
+
32
+ # @ admin-menu-tree-page-view
33
+ #: index.php:74
34
+ msgid "Add new page after"
35
+ msgstr "Neue Seite hinzufügen nach"
36
+
37
+ # @ admin-menu-tree-page-view
38
+ #: index.php:75
39
+ msgid "Add new page inside"
40
+ msgstr "Neue Seite einfügen"
41
+
42
+ # @ admin-menu-tree-page-view
43
+ #: index.php:76
44
+ msgid "Untitled"
45
+ msgstr "Unbenannt"
46
+
47
+ # @ admin-menu-tree-page-view
48
+ #: index.php:249
49
+ msgid "Add new page"
50
+ msgstr "Neue Seite hinzufügen"
51
+
52
+ # @ admin-menu-tree-page-view
53
+ #: index.php:250
54
+ msgid "After"
55
+ msgstr "Nach"
56
+
57
+ # @ admin-menu-tree-page-view
58
+ #: index.php:252
59
+ msgid "Inside"
60
+ msgstr "Innerhalb"
61
+
62
+ # @ admin-menu-tree-page-view
63
+ #: index.php:254
64
+ msgid "Post ID:"
65
+ msgstr "Post ID:"
66
+
67
+ # @ admin-menu-tree-page-view
68
+ #: index.php:290
69
+ msgid "Pages"
70
+ msgstr "Seite"
71
+
72
+ # @ admin-menu-tree-page-view
73
+ #: index.php:292
74
+ msgid "Search"
75
+ msgstr "Suche"
76
+
77
+ # @ admin-menu-tree-page-view
78
+ #: index.php:294
79
+ msgid "Reset search and show all pages"
80
+ msgstr "Suche zurücksetzen und alle Seiten anzeigen"
81
+
82
+ # @ admin-menu-tree-page-view
83
+ #: index.php:295
84
+ msgid "No pages found"
85
+ msgstr "Keine Seiten gefunden"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: eskapism, MarsApril
3
  Donate link: http://eskapism.se/sida/donate/
4
  Tags: admin, page, pages, page tree, hierarchy, cms, tree, view, admin menu, menu, change order, drag and drop
5
  Requires at least: 3.8
6
- Tested up to: 3.8
7
- Stable tag: 2.6.7
8
 
9
  Get a tree view of all your pages directly in the admin menu. Search, edit, view, re-order/sort and add pages – all is just one click away!
10
 
@@ -29,6 +29,16 @@ Works perfect in CMS-like WordPress installations with lots of pages in a tree h
29
  If you want a tree with all your pages, but don't want it visible all the time, please check out my other plugin
30
  [CMS Tree Page View](http://wordpress.org/extend/plugins/cms-tree-page-view/).
31
 
 
 
 
 
 
 
 
 
 
 
32
  #### Donation and more plugins
33
  * If you like this plugin don't forget to [donate to support further development](http://eskapism.se/sida/donate/).
34
  * Check out some [more WordPress CMS Plugins](http://wordpress.org/extend/plugins/profile/eskapism) by the same author.
@@ -50,6 +60,9 @@ Now the tree with the pages will be visible in the admin menu to the left.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 2.6.7 =
54
  - Added Spanish translation. Thanks Andrew Kurtis/[WebHostingHub](http://www.webhostinghub.com/).
55
 
3
  Donate link: http://eskapism.se/sida/donate/
4
  Tags: admin, page, pages, page tree, hierarchy, cms, tree, view, admin menu, menu, change order, drag and drop
5
  Requires at least: 3.8
6
+ Tested up to: 3.8.1
7
+ Stable tag: 2.6.8
8
 
9
  Get a tree view of all your pages directly in the admin menu. Search, edit, view, re-order/sort and add pages – all is just one click away!
10
 
29
  If you want a tree with all your pages, but don't want it visible all the time, please check out my other plugin
30
  [CMS Tree Page View](http://wordpress.org/extend/plugins/cms-tree-page-view/).
31
 
32
+ #### Languages/translations
33
+
34
+ The plugin is translated into these languages:
35
+
36
+ - Spanish (thanks to Andrew Kurtis/[WebHostingHub](http://www.webhostinghub.com/))
37
+ - Slovak translation (thanks Branco)
38
+ - Italian
39
+ - Dutch
40
+ - Swedish
41
+
42
  #### Donation and more plugins
43
  * If you like this plugin don't forget to [donate to support further development](http://eskapism.se/sida/donate/).
44
  * Check out some [more WordPress CMS Plugins](http://wordpress.org/extend/plugins/profile/eskapism) by the same author.
60
 
61
  == Changelog ==
62
 
63
+ = 2.6.8 =
64
+ - Added German translation. Thanks [Michael Thielemann](http://www.thielemann.eu).
65
+
66
  = 2.6.7 =
67
  - Added Spanish translation. Thanks Andrew Kurtis/[WebHostingHub](http://www.webhostinghub.com/).
68