Admin Menu Tree Page View - Version 2.6.7

Version Description

  • Added Spanish translation. Thanks Andrew Kurtis/WebHostingHub.
Download this release

Release Info

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

Code changes from version 2.6.6 to 2.6.7

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.6
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.6" );
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.7
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.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
 
languages/admin-menu-tree-page-view-es_ES.mo ADDED
Binary file
languages/admin-menu-tree-page-view-es_ES.po ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/admin-menu-tree-page-view\n"
10
+ "POT-Creation-Date: 2010-11-14 17:57+0000\n"
11
+ "PO-Revision-Date: 2013-12-08 14:20+0100\n"
12
+ "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\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
+ #: index.php:50
20
+ msgid "Edit"
21
+ msgstr "Editar"
22
+
23
+ #: index.php:51
24
+ msgid "View"
25
+ msgstr "Ver"
26
+
27
+ #: index.php:52
28
+ msgid "Add new page here"
29
+ msgstr "Adicionar nueva página aquí"
30
+
31
+ #: index.php:53
32
+ msgid "Add new page inside"
33
+ msgstr "Adicionar nueva página dentro"
34
+
35
+ #: index.php:54
36
+ msgid "Untitled"
37
+ msgstr "Sin Título"
38
+
39
+ #: index.php:132
40
+ msgid "Pages"
41
+ msgstr "Páginas"
42
+
43
+ #: index.php:134
44
+ msgid "Search"
45
+ msgstr "Buscar"
46
+
47
+ #: index.php:136
48
+ msgid "Reset search and show all pages"
49
+ msgstr "Resetear la búsqueda y mostrar todas las páginas"
50
+
51
+ #: index.php:194
52
+ msgid "New page"
53
+ msgstr "Nueva página"
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.6
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
 
@@ -50,6 +50,9 @@ Now the tree with the pages will be visible in the admin menu to the left.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 2.6.6 =
54
  - CSS fixes for new admin theme in WordPress 3.8. Thanks to Américo Cruces for making most of the the nice changes.
55
 
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
 
50
 
51
  == Changelog ==
52
 
53
+ = 2.6.7 =
54
+ - Added Spanish translation. Thanks Andrew Kurtis/[WebHostingHub](http://www.webhostinghub.com/).
55
+
56
  = 2.6.6 =
57
  - CSS fixes for new admin theme in WordPress 3.8. Thanks to Américo Cruces for making most of the the nice changes.
58