Exclude Pages - Version 1.8.3

Version Description

Download this release

Release Info

Developer simonwheatley
Plugin Icon wp plugin Exclude Pages
Version 1.8.3
Comparing to
See all releases

Code changes from version 1.8.2 to 1.8.3

exclude_pages.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Exclude Pages from Navigation
4
  Plugin URI: http://wordpress.org/extend/plugins/exclude-pages/
5
  Description: Provides a checkbox on the editing page which you can check to exclude pages from the primary navigation. IMPORTANT NOTE: This will remove the pages from any "consumer" side page listings, which may not be limited to your page navigation listings.
6
- Version: 1.8.2
7
  Author: Simon Wheatley
8
  Author URI: http://simonwheatley.co.uk/wordpress/
9
 
3
  Plugin Name: Exclude Pages from Navigation
4
  Plugin URI: http://wordpress.org/extend/plugins/exclude-pages/
5
  Description: Provides a checkbox on the editing page which you can check to exclude pages from the primary navigation. IMPORTANT NOTE: This will remove the pages from any "consumer" side page listings, which may not be limited to your page navigation listings.
6
+ Version: 1.8.3
7
  Author: Simon Wheatley
8
  Author URI: http://simonwheatley.co.uk/wordpress/
9
 
locale/exclude-pages-de_DE.mo ADDED
Binary file
locale/exclude-pages-de_DE.po ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Exlude Pages\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/exclude-pages\n"
10
+ "POT-Creation-Date: 2010-05-14 08:36+0000\n"
11
+ "PO-Revision-Date: 2010-05-20 10:02+1000\n"
12
+ "Last-Translator: Meini, Utech Computer Solutions <support@utechworld.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
+ #: exclude_pages.php:196
19
+ msgid "Comma separated list of post and page IDs to exclude when returning pages from the get_pages function."
20
+ msgstr "Durch Komma getrennte Liste von Beiträgen- und Seiten-IDs die ausgeschlossen werden sollen, wenn Seiten von der get_pages Funktion zurückgeliefert werden."
21
+
22
+ #: exclude_pages.php:226
23
+ msgid "Include this page in user menus"
24
+ msgstr "Diese Seite im Besucher Menü anzeigen"
25
+
26
+ #: exclude_pages.php:230
27
+ #, php-format
28
+ msgid "N.B. An ancestor of this page is excluded, so this page is too (<a href=\"%1$s\" title=\"%2$s\">edit ancestor</a>)."
29
+ msgstr "N.B. Diese Seite ist ausgeschlossen da die übergeordnete Seite ausgeschlossen ist (<a href=\"%1$s\" title=\"%2$s\">edit ancestor</a>)."
30
+
31
+ #: exclude_pages.php:230
32
+ msgid "edit the excluded ancestor"
33
+ msgstr "die ausgeschlossene übergeordnete Seite bearbeiten"
34
+
35
+ #: exclude_pages.php:284
36
+ msgid "Exclude Pages"
37
+ msgstr "Seiten Ausschließen"
38
+
locale/exclude-pages-pl_PL.mo ADDED
Binary file
locale/exclude-pages-pl_PL.po ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Exclude Pages\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/exclude-pages\n"
10
+ "POT-Creation-Date: 2010-05-14 08:36+0000\n"
11
+ "PO-Revision-Date: 2010-05-19 14:45+0100\n"
12
+ "Last-Translator: Pawel Sikorski <pawel.sikorski@gmail.com>\n"
13
+ "Language-Team: www.spin.siedlce.pl <spinsiedlce@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Polish\n"
18
+ "X-Poedit-Country: POLAND\n"
19
+
20
+ #: exclude_pages.php:196
21
+ msgid "Comma separated list of post and page IDs to exclude when returning pages from the get_pages function."
22
+ msgstr "Lista oddzielonych przecinkami ID wpisów i stron do wykluczenia w przypadku zwracanych za pomocą funkcji get_pages."
23
+
24
+ #: exclude_pages.php:226
25
+ msgid "Include this page in user menus"
26
+ msgstr "Pokazuj tą stronę w menu"
27
+
28
+ #: exclude_pages.php:230
29
+ #, php-format
30
+ msgid "N.B. An ancestor of this page is excluded, so this page is too (<a href=\"%1$s\" title=\"%2$s\">edit ancestor</a>)."
31
+ msgstr "Ponieważ strona nadrzędna została wykluczona z menu, ta również nie będzie pokazywana (<a href=\"%1$s\" title=\"%2$s\">edytuj stronę nadrzędną</a>)."
32
+
33
+ #: exclude_pages.php:230
34
+ msgid "edit the excluded ancestor"
35
+ msgstr "edytuj wykluczoną stronę nadrzędną"
36
+
37
+ #: exclude_pages.php:284
38
+ msgid "Exclude Pages"
39
+ msgstr "Wyklucz strony"
40
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.simonwheatley.co.uk/wordpress-plugins/
4
  Tags: get_pages, navigation, menu, exclude pages, hide pages
5
  Requires at least: 2.2.3
6
  Tested up to: 3.0 beta
7
- Stable tag: 1.8.2
8
 
9
  This plugin adds a checkbox, “include this page in menus”, uncheck this to exclude pages from the page navigation that users see on your site.
10
 
@@ -41,6 +41,11 @@ Exclude pages is incompatible with:
41
 
42
  == Change Log ==
43
 
 
 
 
 
 
44
  = v1.8.2 2010/5/14 =
45
 
46
  Dear Non-English Exclude Pages Users,
4
  Tags: get_pages, navigation, menu, exclude pages, hide pages
5
  Requires at least: 2.2.3
6
  Tested up to: 3.0 beta
7
+ Stable tag: 1.8.3
8
 
9
  This plugin adds a checkbox, “include this page in menus”, uncheck this to exclude pages from the page navigation that users see on your site.
10
 
41
 
42
  == Change Log ==
43
 
44
+ = v1.8.3 2010/5/20 =
45
+
46
+ * LOCALISATION: Polish translation courtesy of [Pawel, Siedlecki Portal Informacyjnie Najlepszy](http://www.spin.siedlce.pl)
47
+ * LOCALISATION: German translation courtesy of [Meini, Utech Computer Solutions](http://utechworld.com)
48
+
49
  = v1.8.2 2010/5/14 =
50
 
51
  Dear Non-English Exclude Pages Users,