Admin Menu Tree Page View - Version 2.6.4

Version Description

  • Added Italian translation. Thanks!
Download this release

Release Info

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

Code changes from version 2.6.3 to 2.6.4

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.3
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.3" );
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.4
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.4" );
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-it_IT.mo ADDED
Binary file
languages/admin-menu-tree-page-view-it_IT.po ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2013-02-09 09:36+0100\n"
7
+ "Last-Translator: Andrea Bersi\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-Language: Dutch\n"
14
+ "X-Poedit-Country: ITALIAN\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ admin-menu-tree-page-view
22
+ #: index.php:72
23
+ #: index.php:245
24
+ msgid "Edit"
25
+ msgstr "Modifica"
26
+
27
+ #@ admin-menu-tree-page-view
28
+ #: index.php:73
29
+ #: index.php:247
30
+ msgid "View"
31
+ msgstr "Visualizza"
32
+
33
+ #@ admin-menu-tree-page-view
34
+ #: index.php:74
35
+ msgid "Add new page after"
36
+ msgstr "Aggiungi pagina dopo"
37
+
38
+ #@ admin-menu-tree-page-view
39
+ #: index.php:75
40
+ msgid "Add new page inside"
41
+ msgstr "Aggiungi nuova sottopagina"
42
+
43
+ #@ admin-menu-tree-page-view
44
+ #: index.php:76
45
+ msgid "Untitled"
46
+ msgstr "Senza titolo"
47
+
48
+ #@ admin-menu-tree-page-view
49
+ #: index.php:249
50
+ msgid "Add new page"
51
+ msgstr "Aggiungi pagina"
52
+
53
+ #@ admin-menu-tree-page-view
54
+ #: index.php:250
55
+ msgid "After"
56
+ msgstr "Dopo"
57
+
58
+ #@ admin-menu-tree-page-view
59
+ #: index.php:252
60
+ msgid "Inside"
61
+ msgstr "Sottopagine"
62
+
63
+ #@ admin-menu-tree-page-view
64
+ #: index.php:254
65
+ msgid "Post ID:"
66
+ msgstr "Post ID:"
67
+
68
+ #@ admin-menu-tree-page-view
69
+ #: index.php:290
70
+ msgid "Pages"
71
+ msgstr "Pagine"
72
+
73
+ #@ admin-menu-tree-page-view
74
+ #: index.php:292
75
+ msgid "Search"
76
+ msgstr "Cerca"
77
+
78
+ #@ admin-menu-tree-page-view
79
+ #: index.php:294
80
+ msgid "Reset search and show all pages"
81
+ msgstr "Annulla ricerca e mostra tutto"
82
+
83
+ #@ admin-menu-tree-page-view
84
+ #: index.php:295
85
+ msgid "No pages found"
86
+ msgstr "Nessuna pagina trovata"
87
+
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.0
6
  Tested up to: 3.5.1
7
- Stable tag: 2.6.3
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.3 =
54
  - Added Dutch translation. Thanks!
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.0
6
  Tested up to: 3.5.1
7
+ Stable tag: 2.6.4
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.4 =
54
+ - Added Italian translation. Thanks!
55
+
56
  = 2.6.3 =
57
  - Added Dutch translation. Thanks!
58