From 01f13b23a74a443545870d5c5f8d5abce5718fe7 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <ericrasmussen1@gmail.com>
Date: Thu, 19 Jul 2012 10:02:00 -0500
Subject: [PATCH] [gh-428] Upgrade CTools to 7.x-1.0

---
 sites/all/modules/ctools/API.txt              |   21 +-
 sites/all/modules/ctools/LICENSE.txt          |  601 ++-
 .../ctools/bulk_export/bulk_export.css        |   24 +-
 .../ctools/bulk_export/bulk_export.info       |    6 +-
 .../ctools/bulk_export/bulk_export.module     |  120 +-
 .../translations/bulk_export.hu.po            |   40 -
 .../bulk_export/translations/bulk_export.pot  |   69 -
 .../modules/ctools/css/collapsible-div.css    |    8 +
 sites/all/modules/ctools/ctools.api.php       |   72 +-
 sites/all/modules/ctools/ctools.info          |    6 +-
 sites/all/modules/ctools/ctools.install       |    6 +-
 sites/all/modules/ctools/ctools.module        |   26 +-
 .../ctools_access_ruleset.info                |    6 +-
 .../ctools_ajax_sample.info                   |    6 +-
 .../js/ctools-ajax-sample.js                  |    2 +-
 .../ctools_custom_content.info                |    6 +-
 .../ctools_custom_content_ui.class.php        |    5 +
 .../ctools_plugin_example.info                |    6 +-
 ...ctools_plugin_example-plugins-access.hu.po |   40 -
 ...ols_plugin_example-plugins-arguments.hu.po |   20 -
 .../content_types/no_context_content_type.inc |    2 +-
 .../content_types/relcontext_content_type.inc |    6 +-
 .../simplecontext_content_type.inc            |    6 +-
 ...plugin_example-plugins-content_types.hu.po |   95 -
 ...ools_plugin_example-plugins-contexts.hu.po |   34 -
 ...plugin_example-plugins-relationships.hu.po |   18 -
 .../translations/ctools_plugin_example.hu.po  |   56 -
 sites/all/modules/ctools/help/about.html      |    9 +-
 .../modules/ctools/help/context-access.html   |   10 +-
 .../ctools/help/context-arguments.html        |   11 +-
 .../modules/ctools/help/context-content.html  |  179 +-
 .../modules/ctools/help/context-context.html  |    5 +-
 .../ctools/help/context-relationships.html    |    3 +
 sites/all/modules/ctools/help/export-ui.html  |   13 +-
 sites/all/modules/ctools/help/export.html     |   68 +-
 sites/all/modules/ctools/help/modal.html      |   99 +-
 .../all/modules/ctools/help/object-cache.html |   14 +-
 .../all/modules/ctools/help/plugins-api.html  |   17 +-
 .../modules/ctools/help/plugins-creating.html |  111 +-
 .../ctools/help/plugins-implementing.html     |   25 +-
 sites/all/modules/ctools/help/plugins.html    |    6 +-
 sites/all/modules/ctools/help/wizard.html     |   82 +-
 sites/all/modules/ctools/includes/ajax.inc    |   10 +-
 .../modules/ctools/includes/cleanstring.inc   |    6 +-
 sites/all/modules/ctools/includes/content.inc |   31 +
 .../ctools/includes/context-access-admin.inc  |    4 +-
 .../modules/ctools/includes/context-admin.inc |   24 +-
 .../ctools/includes/context-task-handler.inc  |  102 +-
 sites/all/modules/ctools/includes/context.inc |   38 +-
 sites/all/modules/ctools/includes/css.inc     |    2 +-
 .../all/modules/ctools/includes/export-ui.inc |    1 +
 sites/all/modules/ctools/includes/export.inc  |   58 +-
 sites/all/modules/ctools/includes/fields.inc  |  208 +
 .../all/modules/ctools/includes/jump-menu.inc |    7 +
 .../all/modules/ctools/includes/math-expr.inc |    1 +
 sites/all/modules/ctools/includes/modal.inc   |   18 +-
 sites/all/modules/ctools/includes/plugins.inc |   28 +-
 .../all/modules/ctools/includes/stylizer.inc  |    3 +-
 .../includes/translations/includes.hu.po      |  185 -
 sites/all/modules/ctools/includes/wizard.inc  |   14 +-
 sites/all/modules/ctools/js/auto-submit.js    |   95 +-
 .../all/modules/ctools/js/collapsible-div.js  |    2 +
 sites/all/modules/ctools/js/modal.js          |   22 +-
 .../ctools/page_manager/css/page-manager.css  |    5 +-
 .../page_manager/page_manager.admin.inc       |    6 +-
 .../ctools/page_manager/page_manager.info     |    6 +-
 .../ctools/page_manager/page_manager.module   |   78 +-
 .../plugins/task_handlers/http_response.inc   |    8 +-
 .../page_manager/plugins/tasks/blog.inc       |   17 +
 .../page_manager/plugins/tasks/blog_user.inc  |   18 +
 .../plugins/tasks/contact_site.inc            |   17 +
 .../plugins/tasks/contact_user.inc            |   18 +
 .../page_manager/plugins/tasks/node_edit.inc  |   18 +
 .../page_manager/plugins/tasks/node_view.inc  |   26 +
 .../page_manager/plugins/tasks/page.inc       |   18 +
 .../page_manager/plugins/tasks/poll.inc       |   17 +
 .../page_manager/plugins/tasks/search.inc     |   21 +
 .../page_manager/plugins/tasks/term_view.inc  |   20 +
 .../page_manager-plugins-tasks.hu.po          |  651 ---
 .../page_manager/plugins/tasks/user_view.inc  |   18 +
 .../translations/page_manager-theme.hu.po     |   52 -
 .../translations/page_manager.de.po           |  947 ----
 .../translations/page_manager.fr.po           | 1091 ----
 .../translations/page_manager.hu.po           |  268 -
 .../translations/page_manager.pot             |  921 ----
 .../ctools/plugins/access/context_exists.inc  |    2 +-
 .../ctools/plugins/access/entity_bundle.inc   |   19 +-
 .../ctools/plugins/access/term_has_parent.inc |   29 +-
 .../access/translations/plugins-access.hu.po  |  184 -
 .../modules/ctools/plugins/arguments/term.inc |   14 +-
 .../translations/plugins-arguments.hu.po      |  108 -
 .../modules/ctools/plugins/arguments/vid.inc  |    2 +-
 .../modules/ctools/plugins/cache/simple.inc   |    6 +
 .../plugins/content_types/block/block.inc     |  117 +-
 .../plugins-content_types-block.hu.po         |   34 -
 .../plugins-content_types-contact.hu.po       |   32 -
 .../plugins/content_types/custom/custom.inc   |   36 +-
 .../plugins-content_types-custom.hu.po        |   40 -
 .../entity_context/entity_field.inc           |   49 +-
 .../content_types/form/entity_form_field.inc  |    1 -
 .../plugins/content_types/form/form.inc       |    9 +
 .../plugins-content_types-form.hu.po          |   22 -
 .../plugins/content_types/node/node.inc       |    8 +-
 .../plugins-content_types-node.hu.po          |   32 -
 .../node_context/node_comment_form.inc        |    4 +-
 .../node_context/node_comments.inc            |   33 +-
 .../node_context/node_created.inc             |   10 +-
 .../content_types/node_context/node_terms.inc |   12 +-
 .../node_context/node_updated.inc             |   11 +-
 .../plugins-content_types-node_context.hu.po  |  151 -
 .../node_form/node_form_buttons.inc           |    2 +-
 .../node_form/node_form_input_format.inc      |   44 -
 .../node_form/node_form_path.inc              |    2 +-
 .../node_form/node_form_taxonomy.inc          |   46 -
 .../plugins-content_types-node_form.hu.po     |  112 -
 .../content_types/page/page_primary_links.inc |    8 +
 .../page/page_secondary_links.inc             |    8 +
 .../plugins/content_types/page/page_tabs.inc  |    5 +
 .../plugins-content_types-page.hu.po          |   44 -
 .../content_types/search/search_result.inc    |    7 +
 .../plugins-content_types-search.hu.po        |   63 -
 .../plugins-content_types-term_context.hu.po  |   52 -
 .../plugins-content_types-user_context.hu.po  |   42 -
 .../user_context/user_picture.inc             |    8 +-
 .../user_context/user_profile.inc             |   28 +-
 .../user_context/user_signature.inc           |   10 +-
 ...ins-content_types-vocabulary_context.hu.po |   36 -
 .../vocabulary_context/vocabulary_terms.inc   |   19 +-
 .../ctools/plugins/contexts/entity.inc        |   55 +-
 .../modules/ctools/plugins/contexts/node.inc  |    1 +
 .../ctools/plugins/contexts/node_add_form.inc |    6 +-
 .../plugins/contexts/node_edit_form.inc       |    2 +-
 .../modules/ctools/plugins/contexts/terms.inc |    2 +-
 .../translations/plugins-contexts.hu.po       |  100 -
 .../ctools/plugins/contexts/vocabulary.inc    |    1 +
 .../export_ui/ctools_export_ui.class.php      |   69 +-
 .../relationships/entity_from_field.inc       |  189 +-
 .../plugins/relationships/term_parent.inc     |    2 +-
 .../plugins/relationships/terms_from_node.inc |   14 +-
 .../translations/plugins-relationships.hu.po  |   41 -
 .../all/modules/ctools/stylizer/stylizer.info |    6 +-
 .../ctools/tests/ctools_plugin_test.info      |    6 +-
 .../modules/ctools/translations/ctools.de.po  | 4469 -----------------
 .../modules/ctools/translations/ctools.fr.po  |   92 -
 .../modules/ctools/translations/ctools.hu.po  | 2794 -----------
 .../modules/ctools/translations/ctools.pot    | 3850 --------------
 .../modules/ctools/translations/general.de.po |  451 --
 .../modules/ctools/translations/general.hu.po |  268 -
 .../modules/ctools/translations/general.pot   | 3829 --------------
 .../views_content-plugins-content_types.hu.po |  150 -
 .../plugins/content_types/views_panes.inc     |   18 +-
 .../plugins/content_types/views_row.inc       |  100 +-
 .../views_content-plugins-views.hu.po         |  176 -
 .../plugins/views/views_content.views.inc     |    4 +
 ..._content_plugin_display_ctools_context.inc |    7 +-
 ...iews_content_plugin_display_panel_pane.inc |   19 +-
 ...ws_content_plugin_style_ctools_context.inc |    7 +
 .../translations/views_content.de.po          |  457 --
 .../translations/views_content.fr.po          |  490 --
 .../translations/views_content.hu.po          |   41 -
 .../translations/views_content.pot            |  437 --
 .../ctools/views_content/views_content.info   |    6 +-
 162 files changed, 2372 insertions(+), 24347 deletions(-)
 delete mode 100644 sites/all/modules/ctools/bulk_export/translations/bulk_export.hu.po
 delete mode 100644 sites/all/modules/ctools/bulk_export/translations/bulk_export.pot
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/plugins/access/translations/ctools_plugin_example-plugins-access.hu.po
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/plugins/arguments/translations/ctools_plugin_example-plugins-arguments.hu.po
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/translations/ctools_plugin_example-plugins-content_types.hu.po
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/plugins/contexts/translations/ctools_plugin_example-plugins-contexts.hu.po
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/plugins/relationships/translations/ctools_plugin_example-plugins-relationships.hu.po
 delete mode 100644 sites/all/modules/ctools/ctools_plugin_example/translations/ctools_plugin_example.hu.po
 delete mode 100644 sites/all/modules/ctools/includes/translations/includes.hu.po
 delete mode 100644 sites/all/modules/ctools/page_manager/plugins/tasks/translations/page_manager-plugins-tasks.hu.po
 delete mode 100644 sites/all/modules/ctools/page_manager/theme/translations/page_manager-theme.hu.po
 delete mode 100644 sites/all/modules/ctools/page_manager/translations/page_manager.de.po
 delete mode 100644 sites/all/modules/ctools/page_manager/translations/page_manager.fr.po
 delete mode 100644 sites/all/modules/ctools/page_manager/translations/page_manager.hu.po
 delete mode 100644 sites/all/modules/ctools/page_manager/translations/page_manager.pot
 delete mode 100644 sites/all/modules/ctools/plugins/access/translations/plugins-access.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/arguments/translations/plugins-arguments.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/block/translations/plugins-content_types-block.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/contact/translations/plugins-content_types-contact.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/custom/translations/plugins-content_types-custom.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/form/translations/plugins-content_types-form.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/node/translations/plugins-content_types-node.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/node_context/translations/plugins-content_types-node_context.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/node_form/node_form_input_format.inc
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/node_form/translations/plugins-content_types-node_form.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/page/translations/plugins-content_types-page.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/search/translations/plugins-content_types-search.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/term_context/translations/plugins-content_types-term_context.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/user_context/translations/plugins-content_types-user_context.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/content_types/vocabulary_context/translations/plugins-content_types-vocabulary_context.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/contexts/translations/plugins-contexts.hu.po
 delete mode 100644 sites/all/modules/ctools/plugins/relationships/translations/plugins-relationships.hu.po
 delete mode 100644 sites/all/modules/ctools/translations/ctools.de.po
 delete mode 100644 sites/all/modules/ctools/translations/ctools.fr.po
 delete mode 100644 sites/all/modules/ctools/translations/ctools.hu.po
 delete mode 100644 sites/all/modules/ctools/translations/ctools.pot
 delete mode 100644 sites/all/modules/ctools/translations/general.de.po
 delete mode 100644 sites/all/modules/ctools/translations/general.hu.po
 delete mode 100644 sites/all/modules/ctools/translations/general.pot
 delete mode 100644 sites/all/modules/ctools/views_content/plugins/content_types/translations/views_content-plugins-content_types.hu.po
 delete mode 100644 sites/all/modules/ctools/views_content/plugins/views/translations/views_content-plugins-views.hu.po
 delete mode 100644 sites/all/modules/ctools/views_content/translations/views_content.de.po
 delete mode 100644 sites/all/modules/ctools/views_content/translations/views_content.fr.po
 delete mode 100644 sites/all/modules/ctools/views_content/translations/views_content.hu.po
 delete mode 100644 sites/all/modules/ctools/views_content/translations/views_content.pot

diff --git a/sites/all/modules/ctools/API.txt b/sites/all/modules/ctools/API.txt
index fe208a8e..bb9748e6 100644
--- a/sites/all/modules/ctools/API.txt
+++ b/sites/all/modules/ctools/API.txt
@@ -1,8 +1,25 @@
-Current API Version: 2.0.1
+Current API Version: 2.0.5
 
 Please note that the API version is an internal number and does not match release numbers. It is entirely possible that releases will not increase the API version number, and increasing this number too often would burden contrib module maintainers who need to keep up with API changes.
 
 This file contains a log of changes to the API.
+API Version 2.0.6
+  Introduce a hook to alter the implementors of a certain api via hook_[ctools_api_hook]_alter.
+
+API Version 2.0.5
+  Introduce ctools_fields_get_fields_by_type().
+  Add language.inc
+  Introduce hook_ctools_content_subtype_alter($subtype, $plugin);
+
+API Version 2.0.4
+  Introduce ctools_form_include_file()
+
+API Version 2.0.3
+  Introduce ctools_field_invoke_field() and ctools_field_invoke_field_default().
+
+API Version 2.0.2
+  Introduce ctools_export_crud_load_multiple() and 'load multiple callback' to
+    export schema.
 
 API Version 2.0.1
   Introduce ctools_export_crud_enable(), ctools_export_crud_disable() and
@@ -11,7 +28,7 @@ API Version 2.0.1
     how the exportable objects are instantiated.
   Introduce 'hook_ctools_math_expression_functions_alter'.
 
-API Version 2.0 
+API Version 2.0
   Remove the deprecated callback-based behavior of the 'defaults' property on
     plugin types; array addition is now the only option. If you need more
     complex logic, do it with the 'process' callback.
diff --git a/sites/all/modules/ctools/LICENSE.txt b/sites/all/modules/ctools/LICENSE.txt
index 2c095c8d..d159169d 100644
--- a/sites/all/modules/ctools/LICENSE.txt
+++ b/sites/all/modules/ctools/LICENSE.txt
@@ -1,274 +1,339 @@
-GNU GENERAL PUBLIC LICENSE
-
-              Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
-Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
-verbatim copies of this license document, but changing it is not allowed.
-
-                  Preamble
-
-The licenses for most software are designed to take away your freedom to
-share and change it. By contrast, the GNU General Public License is
-intended to guarantee your freedom to share and change free software--to
-make sure the software is free for all its users. This General Public License
-applies to most of the Free Software Foundation's software and to any other
-program whose authors commit to using it. (Some other Free Software
-Foundation software is covered by the GNU Library General Public License
-instead.) You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price. Our
-General Public Licenses are designed to make sure that you have the
-freedom to distribute copies of free software (and charge for this service if
-you wish), that you receive source code or can get it if you want it, that you
-can change the software or use pieces of it in new free programs; and that
-you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone to
-deny you these rights or to ask you to surrender the rights. These restrictions
-translate to certain responsibilities for you if you distribute copies of the
-software, or if you modify it.
-
-For example, if you distribute copies of such a program, whether gratis or for
-a fee, you must give the recipients all the rights that you have. You must make
-sure that they, too, receive or can get the source code. And you must show
-them these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the software, and (2)
-offer you this license which gives you legal permission to copy, distribute
-and/or modify the software.
-
-Also, for each author's protection and ours, we want to make certain that
-everyone understands that there is no warranty for this free software. If the
-software is modified by someone else and passed on, we want its recipients
-to know that what they have is not the original, so that any problems
-introduced by others will not reflect on the original authors' reputations.
-
-Finally, any free program is threatened constantly by software patents. We
-wish to avoid the danger that redistributors of a free program will individually
-obtain patent licenses, in effect making the program proprietary. To prevent
-this, we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
-The precise terms and conditions for copying, distribution and modification
-follow.
-
-           GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
-               MODIFICATION
-
-0. This License applies to any program or other work which contains a notice
-placed by the copyright holder saying it may be distributed under the terms
-of this General Public License. The "Program", below, refers to any such
-program or work, and a "work based on the Program" means either the
-Program or any derivative work under copyright law: that is to say, a work
-containing the Program or a portion of it, either verbatim or with
-modifications and/or translated into another language. (Hereinafter, translation
-is included without limitation in the term "modification".) Each licensee is
-addressed as "you".
-
-Activities other than copying, distribution and modification are not covered
-by this License; they are outside its scope. The act of running the Program is
-not restricted, and the output from the Program is covered only if its contents
-constitute a work based on the Program (independent of having been made
-by running the Program). Whether that is true depends on what the Program
-does.
-
-1. You may copy and distribute verbatim copies of the Program's source
-code as you receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice and
-disclaimer of warranty; keep intact all the notices that refer to this License
-and to the absence of any warranty; and give any other recipients of the
-Program a copy of this License along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and you
-may at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any portion of it,
-thus forming a work based on the Program, and copy and distribute such
-modifications or work under the terms of Section 1 above, provided that you
-also meet all of these conditions:
-
-a) You must cause the modified files to carry prominent notices stating that
-you changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in whole or in
-part contains or is derived from the Program or any part thereof, to be
-licensed as a whole at no charge to all third parties under the terms of this
-License.
-
-c) If the modified program normally reads commands interactively when run,
-you must cause it, when started running for such interactive use in the most
-ordinary way, to print or display an announcement including an appropriate
-copyright notice and a notice that there is no warranty (or else, saying that
-you provide a warranty) and that users may redistribute the program under
-these conditions, and telling the user how to view a copy of this License.
-(Exception: if the Program itself is interactive but does not normally print such
-an announcement, your work based on the Program is not required to print
-an announcement.)
-
-These requirements apply to the modified work as a whole. If identifiable
-sections of that work are not derived from the Program, and can be
-reasonably considered independent and separate works in themselves, then
-this License, and its terms, do not apply to those sections when you distribute
-them as separate works. But when you distribute the same sections as part
-of a whole which is a work based on the Program, the distribution of the
-whole must be on the terms of this License, whose permissions for other
-licensees extend to the entire whole, and thus to each and every part
-regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest your rights to
-work written entirely by you; rather, the intent is to exercise the right to
-control the distribution of derivative or collective works based on the
-Program.
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
 
 In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of a
-storage or distribution medium does not bring the other work under the scope
-of this License.
-
-3. You may copy and distribute the Program (or a work based on it, under
-Section 2) in object code or executable form under the terms of Sections 1
-and 2 above provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable source
-code, which must be distributed under the terms of Sections 1 and 2 above
-on a medium customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years, to give
-any third party, for a charge no more than your cost of physically performing
-source distribution, a complete machine-readable copy of the corresponding
-source code, to be distributed under the terms of Sections 1 and 2 above on
-a medium customarily used for software interchange; or,
-
-c) Accompany it with the information you received as to the offer to distribute
-corresponding source code. (This alternative is allowed only for
-noncommercial distribution and only if you received the program in object
-code or executable form with such an offer, in accord with Subsection b
-above.)
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
 
 The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source code
-means all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation and
-installation of the executable. However, as a special exception, the source
-code distributed need not include anything that is normally distributed (in
-either source or binary form) with the major components (compiler, kernel,
-and so on) of the operating system on which the executable runs, unless that
-component itself accompanies the executable.
-
-If distribution of executable or object code is made by offering access to
-copy from a designated place, then offering equivalent access to copy the
-source code from the same place counts as distribution of the source code,
-even though third parties are not compelled to copy the source along with the
-object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program except as
-expressly provided under this License. Any attempt otherwise to copy,
-modify, sublicense or distribute the Program is void, and will automatically
-terminate your rights under this License. However, parties who have received
-copies, or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-5. You are not required to accept this License, since you have not signed it.
-However, nothing else grants you permission to modify or distribute the
-Program or its derivative works. These actions are prohibited by law if you
-do not accept this License. Therefore, by modifying or distributing the
-Program (or any work based on the Program), you indicate your acceptance
-of this License to do so, and all its terms and conditions for copying,
-distributing or modifying the Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the original
-licensor to copy, distribute or modify the Program subject to these terms and
-conditions. You may not impose any further restrictions on the recipients'
-exercise of the rights granted herein. You are not responsible for enforcing
-compliance by third parties to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues), conditions
-are imposed on you (whether by court order, agreement or otherwise) that
-contradict the conditions of this License, they do not excuse you from the
-conditions of this License. If you cannot distribute so as to satisfy
-simultaneously your obligations under this License and any other pertinent
-obligations, then as a consequence you may not distribute the Program at all.
-For example, if a patent license would not permit royalty-free redistribution
-of the Program by all those who receive copies directly or indirectly through
-you, then the only way you could satisfy both it and this License would be to
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
 refrain entirely from distribution of the Program.
 
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply and
-the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any patents or
-other property right claims or to contest validity of any such claims; this
-section has the sole purpose of protecting the integrity of the free software
-distribution system, which is implemented by public license practices. Many
-people have made generous contributions to the wide range of software
-distributed through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing to
-distribute software through any other system and a licensee cannot impose
-that choice.
-
-This section is intended to make thoroughly clear what is believed to be a
-consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in certain
-countries either by patents or by copyrighted interfaces, the original copyright
-holder who places the Program under this License may add an explicit
-geographical distribution limitation excluding those countries, so that
-distribution is permitted only in or among countries not thus excluded. In such
-case, this License incorporates the limitation as if written in the body of this
-License.
-
-9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will be
-similar in spirit to the present version, but may differ in detail to address new
-problems or concerns.
-
-Each version is given a distinguishing version number. If the Program specifies
-a version number of this License which applies to it and "any later version",
-you have the option of following the terms and conditions either of that
-version or of any later version published by the Free Software Foundation. If
-the Program does not specify a version number of this License, you may
-choose any version ever published by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free programs
-whose distribution conditions are different, write to the author to ask for
-permission. For software which is copyrighted by the Free Software
-Foundation, write to the Free Software Foundation; we sometimes make
-exceptions for this. Our decision will be guided by the two goals of
-preserving the free status of all derivatives of our free software and of
-promoting the sharing and reuse of software generally.
-
-               NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE,
-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT
-PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
-STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
-WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
-PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
-NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR
-AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR
-ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
-LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
-SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OR INABILITY TO USE THE
-PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA
-OR DATA BEING RENDERED INACCURATE OR LOSSES
-SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
-PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN
-IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGES.
-
-          END OF TERMS AND CONDITIONS
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/sites/all/modules/ctools/bulk_export/bulk_export.css b/sites/all/modules/ctools/bulk_export/bulk_export.css
index 14ac83b0..45a172d4 100644
--- a/sites/all/modules/ctools/bulk_export/bulk_export.css
+++ b/sites/all/modules/ctools/bulk_export/bulk_export.css
@@ -1,24 +1,18 @@
-
-div.export-container {
+.export-container {
   width: 48%;
   float: left;
-  padding: .5em;
+  padding: 5px 1% 0;
 }
-
-div.export-container table {
+.export-container table {
   width: 100%;
 }
-
-div.export-container table input,
-div.export-container table th,
-div.export-container table td {
-  padding: 0 0 2px .5em;
+.export-container table input,
+.export-container table th,
+.export-container table td {
+  padding: 0 0 .2em .5em;
   margin: 0;
-  border-right: none;
-  border-left: none;
-  vertical-align: center;
+  vertical-align: middle;
 }
-
-div.export-container .select-all {
+.export-container .select-all {
   width: 1.5em;
 }
diff --git a/sites/all/modules/ctools/bulk_export/bulk_export.info b/sites/all/modules/ctools/bulk_export/bulk_export.info
index f01bb370..1e5061c1 100644
--- a/sites/all/modules/ctools/bulk_export/bulk_export.info
+++ b/sites/all/modules/ctools/bulk_export/bulk_export.info
@@ -4,9 +4,9 @@ core = 7.x
 dependencies[] = ctools
 package = Chaos tool suite
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/bulk_export/bulk_export.module b/sites/all/modules/ctools/bulk_export/bulk_export.module
index f614f577..afb15b9e 100644
--- a/sites/all/modules/ctools/bulk_export/bulk_export.module
+++ b/sites/all/modules/ctools/bulk_export/bulk_export.module
@@ -37,9 +37,15 @@ function bulk_export_menu() {
 
 /**
  * FAPI gateway to the bulk exporter.
+ *
+ * @param $cli
+ *   Whether this function is called from command line.
+ * @param $options
+ *   A collection of options, only passed in by drush_ctools_export().
  */
-function bulk_export_export() {
+function bulk_export_export($cli = FALSE, $options = array()) {
   ctools_include('export');
+  $form = array();
   $schemas = ctools_export_get_schemas(TRUE);
   $exportables = $export_tables = array();
 
@@ -59,14 +65,42 @@ function bulk_export_export() {
       'no_redirect' => TRUE,
       'exportables' => $exportables,
       'export_tables' => $export_tables,
+      'name' => '',
+      'code' => '',
+      'module' => '',
     );
-    $output = drupal_build_form('bulk_export_export_form', $form_state);
-    if (!empty($form_state['submitted'])) {
+
+    // If called from drush_ctools_export, get the module name and
+    // select all exportables and call the submit function directly.
+    if ($cli) {
+      $module_name = $options['name'];
+      $form_state['values']['name'] = $module_name;
+      if (isset($options['selections'])) {
+        $exportables = $options['selections'];
+      }
+      $form_state['values']['tables'] = array();
+      foreach ($exportables as $table => $names) {
+        if (!empty($names)) {
+          $form_state['values']['tables'][] = $table;
+          $form_state['values'][$table] = array();
+          foreach ($names as $name => $title) {
+            $form_state['values'][$table][$name] = $name;
+          }
+        }
+      }
+      $output = bulk_export_export_form_submit($form, $form_state);
+    }
+    else {
+      $output = drupal_build_form('bulk_export_export_form', $form_state);
+      $module_name = $form_state['module'];
+    }
+
+    if (!empty($form_state['submitted']) || $cli) {
       drupal_set_title(t('Bulk export results'));
       $output = '';
       $module_code = '';
       $api_code = array();
-      $dependencies = array();
+      $dependencies = $file_data = array();
       foreach ($form_state['code'] as $module => $api_info) {
         if ($module == 'general') {
           $module_code .= $api_info;
@@ -82,15 +116,20 @@ function bulk_export_export() {
             $api_code[$api_hook] .= "  }\n";
             $dependencies[$module] = TRUE;
 
-            $file = $form_state['module'] . '.' . $api . '.inc';
+            $file = $module_name . '.' . $api . '.inc';
             $code = "<?php\n\n";
             $code .= "/**\n";
             $code .= " * @file\n";
             $code .= " * Bulk export of $api objects generated by Bulk export module.\n";
             $code .= " */\n\n";
             $code .= $info['code'];
-            $export_form = drupal_get_form('ctools_export_form', $code, t('Place this in @file', array('@file' => $file)));
-            $output .= drupal_render($export_form);
+            if ($cli) {
+              $file_data[$file] = $code;
+            }
+            else {
+              $export_form = drupal_get_form('ctools_export_form', $code, t('Place this in @file', array('@file' => $file)));
+              $output .= drupal_render($export_form);
+            }
           }
         }
       }
@@ -99,9 +138,9 @@ function bulk_export_export() {
       if ($api_code) {
         foreach ($api_code as $api_hook => $text) {
           $api =  "\n/**\n";
-          $api .= " * Implement hook_$api_hook().\n";
+          $api .= " * Implements hook_$api_hook().\n";
           $api .= " */\n";
-          $api .= "function $form_state[module]_$api_hook(\$module, \$api) {\n";
+          $api .= "function {$module_name}_$api_hook(\$module, \$api) {\n";
           $api .= $text;
           $api .= "}\n";
           $module_code = $api . $module_code;
@@ -115,8 +154,13 @@ function bulk_export_export() {
         $module .= " * Bulk export of objects generated by Bulk export module.\n";
         $module .= " */\n";
         $module .= $module_code;
-        $export_form = drupal_get_form('ctools_export_form', $module, t('Place this in @file', array('@file' => $form_state['module'] . '.module')));
-        $output = drupal_render($export_form) . $output;
+        if ($cli) {
+          $file_data[$module_name . '.module'] = $module;
+        }
+        else {
+          $export_form = drupal_get_form('ctools_export_form', $module, t('Place this in @file', array('@file' => $form_state['module'] . '.module')));
+          $output = drupal_render($export_form) . $output;
+        }
       }
 
       $info = strtr("name = @module export module\n", array('@module' => $form_state['module']));
@@ -126,12 +170,21 @@ function bulk_export_export() {
       }
       $info .= "package = Chaos tool suite\n";
       $info .= "core = 7.x\n";
-      $export_form = drupal_get_form('ctools_export_form', $info, t('Place this in @file', array('@file' => $form_state['module'] . '.info')));
-      $output = drupal_render($export_form) . $output;
-
+      if ($cli) {
+        $file_data[$module_name . '.info'] = $info;
+      }
+      else {
+        $export_form = drupal_get_form('ctools_export_form', $info, t('Place this in @file', array('@file' => $form_state['module'] . '.info')));
+        $output = drupal_render($export_form) . $output;
+      }
     }
 
-    return $output;
+    if ($cli) {
+      return $file_data;
+    }
+    else {
+      return $output;
+    }
   }
   else {
     return t('There are no objects to be exported at this time.');
@@ -143,15 +196,14 @@ function bulk_export_export() {
  *
  */
 function bulk_export_export_form($form, &$form_state) {
-  $form['tables'] = array(
-    '#prefix' => '<div class="clearfix">',
-    '#suffix' => '</div>',
-    '#tree' => TRUE,
-  );
 
   $files = system_rebuild_module_data();
 
-  $options = array();
+  $form['additional_settings'] = array(
+    '#type' => 'vertical_tabs',
+  );
+
+  $options = $tables = array();
   foreach ($form_state['exportables'] as $table => $list) {
     if (empty($list)) {
       continue;
@@ -159,12 +211,23 @@ function bulk_export_export_form($form, &$form_state) {
 
     foreach ($list as $id => $title) {
       $options[$table][$id] = array($title);
+      $options[$table][$id]['#attributes'] = array('class' => array('bulk-selection'));
     }
 
     $module = $form_state['export_tables'][$table];
-    $header = array("{$files[$module]->info['name']}: $table");
+    $header = array($table);
+    $module_name = $files[$module]->info['name'];
+    $tables[] = $table;
+
+    if (!isset($form[$module_name])) {
+      $form[$files[$module]->info['name']] = array(
+        '#type' => 'fieldset',
+        '#group' => 'additional_settings',
+        '#title' => $module_name,
+      );
+    }
 
-    $form['tables'][$table] = array(
+    $form[$module_name]['tables'][$table] = array(
       '#prefix' => '<div class="export-container">',
       '#suffix' => '</div>',
       '#type' => 'tableselect',
@@ -173,6 +236,11 @@ function bulk_export_export_form($form, &$form_state) {
     );
   }
 
+  $form['tables'] = array(
+    '#type' => 'value',
+    '#value' => $tables,
+  );
+
   $form['name'] = array(
     '#type' => 'textfield',
     '#title' => t('Module name'),
@@ -186,6 +254,7 @@ function bulk_export_export_form($form, &$form_state) {
 
   $form['#action'] = url('admin/structure/bulk-export/results');
   $form['#attached']['css'][] = drupal_get_path('module', 'bulk_export') . '/bulk_export.css';
+  $form['#attached']['js'][] = drupal_get_path('module', 'bulk_export') . '/bulk_export.js';
   return $form;
 }
 
@@ -195,9 +264,10 @@ function bulk_export_export_form($form, &$form_state) {
 function bulk_export_export_form_submit($form, &$form_state) {
   $code = array();
   $name = empty($form_state['values']['name']) ? 'foo' : $form_state['values']['name'];
+  $tables = $form_state['values']['tables'];
 
-  foreach ($form_state['values']['tables'] as $table => $names) {
-    $names = array_keys(array_filter($names));
+  foreach ($tables as $table) {
+    $names = array_keys(array_filter($form_state['values'][$table]));
     if ($names) {
       natcasesort($names);
       ctools_export_to_hook_code($code, $table, $names, $name);
diff --git a/sites/all/modules/ctools/bulk_export/translations/bulk_export.hu.po b/sites/all/modules/ctools/bulk_export/translations/bulk_export.hu.po
deleted file mode 100644
index 02b0ae1e..00000000
--- a/sites/all/modules/ctools/bulk_export/translations/bulk_export.hu.po
+++ /dev/null
@@ -1,40 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 12:52+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Module name"
-msgstr "Modulnév"
-msgid "Enter the module name to export code to."
-msgstr "A modul nevének megadása amibe a kódot exportálni kell."
-msgid "Bulk export results"
-msgstr "Tömeges export eredményei"
-msgid "Place this in @file"
-msgstr "Elhelyézés ide: @file"
-msgid "There are no objects to be exported at this time."
-msgstr "Jelenleg nincsenek exportált objektumok."
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-"Jelenleg nincsenek olyan objektumok a rendszerben amiket exportálni "
-"lehetne."
-msgid "use bulk exporter"
-msgstr "tömeges exportáló használata"
-msgid "Bulk Exporter"
-msgstr "Tömeges exportáló"
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr "Több CTools által kezelt adatobjektum tömeges exportálása kódba."
-msgid "Bulk Export"
-msgstr "Bulk Export"
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-"A <em>Chaos tools</em> modul által ismert adatobjektumok tömeges "
-"exportálása."
diff --git a/sites/all/modules/ctools/bulk_export/translations/bulk_export.pot b/sites/all/modules/ctools/bulk_export/translations/bulk_export.pot
deleted file mode 100644
index ee251d16..00000000
--- a/sites/all/modules/ctools/bulk_export/translations/bulk_export.pot
+++ /dev/null
@@ -1,69 +0,0 @@
-# $Id: bulk_export.pot,v 1.1 2009/08/16 19:13:58 hass Exp $
-#
-# LANGUAGE translation of Drupal (bulk_export)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  bulk_export.module,v 1.3 2009/07/22 21:12:07 merlinofchaos
-#  bulk_export.info,v 1.2 2009/07/12 18:11:58 merlinofchaos
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: bulk_export/bulk_export.module:68
-msgid "Bulk export results"
-msgstr ""
-
-#: bulk_export/bulk_export.module:92;116;127
-msgid "Place this in @file"
-msgstr ""
-
-#: bulk_export/bulk_export.module:133
-msgid "There are no objects to be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:159
-msgid "Module name"
-msgstr ""
-
-#: bulk_export/bulk_export.module:160
-msgid "Enter the module name to export code to."
-msgstr ""
-
-#: bulk_export/bulk_export.module:200
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:13
-msgid "use bulk exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:31
-msgid "Bulk Exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:32
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr ""
-
-#: bulk_export/bulk_export.module:0
-msgid "bulk_export"
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Bulk Export"
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-
diff --git a/sites/all/modules/ctools/css/collapsible-div.css b/sites/all/modules/ctools/css/collapsible-div.css
index 91e78769..ff648138 100644
--- a/sites/all/modules/ctools/css/collapsible-div.css
+++ b/sites/all/modules/ctools/css/collapsible-div.css
@@ -9,6 +9,14 @@
   background-image: url(../images/collapsible-expanded.png);
 }
 
+.ctools-collapsible-container .ctools-collapsible-handle {
+  display: none;
+}
+
+html.js .ctools-collapsible-container .ctools-collapsible-handle {
+  display: block;
+}
+
 .ctools-collapsible-container .ctools-collapsible-handle {
   cursor: pointer;
 }
diff --git a/sites/all/modules/ctools/ctools.api.php b/sites/all/modules/ctools/ctools.api.php
index b6a3cd92..1aef57cf 100644
--- a/sites/all/modules/ctools/ctools.api.php
+++ b/sites/all/modules/ctools/ctools.api.php
@@ -13,6 +13,22 @@
  * @{
  */
 
+/**
+ * Inform CTools about plugin types.
+ *
+ * @return array
+ *  An array of plugin types, keyed by the type name.
+ *  See the advanced help topic 'plugins-creating' for details of the array
+ *  properties.
+ */
+function hook_ctools_plugin_type() {
+  $plugins['my_type'] = array(
+    'load themes' => TRUE,
+  );
+
+  return $plugins;
+}
+
 /**
  * This hook is used to inform the CTools plugin system about the location of a
  * directory that should be searched for files containing plugins of a
@@ -117,11 +133,25 @@ function hook_ctools_plugin_post_alter(&$plugin, &$info) {
   }
 }
 
+/**
+ * Alter the list of modules/themes which implement a certain api.
+ *
+ * The hook named here is just an example, as the real existing hooks are named
+ * for example 'hook_views_api_alter'.
+ *
+ * @param array $list
+ *   An array of informations about the implementors of a certain api.
+ *   The key of this array are the module names/theme names.
+ */
+function hook_ctools_api_hook_alter(&$list) {
+  // Alter the path of the node implementation.
+  $list['node']['path'] = drupal_get_path('module', 'node');
+}
 
 /**
  * Alter the available functions to be used in ctools math expression api.
  *
- * One usecase would be to create your own function in your module and 
+ * One usecase would be to create your own function in your module and
  * allow to use it in the math expression api.
  *
  * @param $functions
@@ -132,6 +162,46 @@ function hook_ctools_math_expression_functions_alter(&$functions) {
   $functions[] = 'deg2rad';
 }
 
+/**
+ * Alter everything.
+ *
+ * @param $info
+ *   An associative array containing the following keys:
+ *   - content: The rendered content.
+ *   - title: The content's title.
+ *   - no_blocks: A boolean to decide if blocks should be displayed.
+ * @param $page
+ *   If TRUE then this renderer owns the page and can use theme('page')
+ *   for no blocks; if false, output is returned regardless of any no
+ *   blocks settings.
+ * @param $context
+ *   An associative array containing the following keys:
+ *   - args: The raw arguments behind the contexts.
+ *   - contexts: The context objects in use.
+ *   - task: The task object in use.
+ *   - subtask: The subtask object in use.
+ *   - handler: The handler object in use.
+ */
+function hook_ctools_render_alter(&$info, &$page, &$context) {
+  if ($context['handler']->name == 'my_handler') {
+    ctools_add_css('my_module.theme', 'my_module');
+  }
+}
+
+/**
+ * Alter a content plugin subtype.
+ *
+ * While content types can be altered via hook_ctools_plugin_pre_alter() or
+ * hook_ctools_plugin_post_alter(), the subtypes that content types rely on
+ * are special and require their own hook.
+ *
+ * This hook can be used to add things like 'render last' or change icons
+ * or categories or to rename content on specific sites.
+ */
+function hook_ctools_content_subtype_alter($subtype, $plugin) {
+  $subtype['render last'] = TRUE;
+}
+
 /**
  * @} End of "addtogroup hooks".
  */
diff --git a/sites/all/modules/ctools/ctools.info b/sites/all/modules/ctools/ctools.info
index 4d3007b2..82fd1e25 100644
--- a/sites/all/modules/ctools/ctools.info
+++ b/sites/all/modules/ctools/ctools.info
@@ -6,9 +6,9 @@ files[] = includes/context.inc
 files[] = includes/math-expr.inc
 files[] = includes/stylizer.inc
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/ctools.install b/sites/all/modules/ctools/ctools.install
index e4447db0..4a6f55c7 100644
--- a/sites/all/modules/ctools/ctools.install
+++ b/sites/all/modules/ctools/ctools.install
@@ -161,8 +161,8 @@ function ctools_update_6003() {
   $result = db_query('SELECT status FROM {system} WHERE name = :name', array(':name' => 'panels_views'))->fetchField();
   if ($result) {
     db_delete('system')->condition('name', 'panels_views')->execute();
-    drupal_install_modules(array('views_content'));
-  }
+    module_enable(array('views_content'), TRUE);
+ }
 }
 
 /**
@@ -188,7 +188,7 @@ function ctools_update_6007() {
   $ret = array();
   if (db_table_exists('ctools_custom_content')) {
     // Enable the module to make everything as seamless as possible.
-    drupal_install_modules(array('ctools_custom_content'));
+    module_enable(array('ctools_custom_content'), TRUE);
   }
 
   return $ret;
diff --git a/sites/all/modules/ctools/ctools.module b/sites/all/modules/ctools/ctools.module
index 01156f9b..f8e33691 100644
--- a/sites/all/modules/ctools/ctools.module
+++ b/sites/all/modules/ctools/ctools.module
@@ -9,7 +9,7 @@
  * must be implemented in the module file.
  */
 
-define('CTOOLS_API_VERSION', '2.0.1');
+define('CTOOLS_API_VERSION', '2.0.6');
 
 /**
  * Test the CTools API version.
@@ -122,10 +122,30 @@ function ctools_include($file, $module = 'ctools', $dir = 'includes') {
  * the form_state so that cached forms will properly include things.
  */
 function ctools_form_include(&$form_state, $file, $module = 'ctools', $dir = 'includes') {
+  if (!isset($form_state['build_info']['args'])) {
+    $form_state['build_info']['args'] = array();
+  }
+
   $dir = '/' . ($dir ? $dir . '/' : '');
   form_load_include($form_state, 'inc', $module, $dir . $file);
 }
 
+/**
+ * Add an arbitrary path to the $form_state so it can work with form cache.
+ *
+ * module_load_include uses an unfortunately annoying syntax to work, making it
+ * difficult to translate the more simple $path + $file syntax.
+ */
+function ctools_form_include_file(&$form_state, $filename) {
+  if (!isset($form_state['build_info']['args'])) {
+    $form_state['build_info']['args'] = array();
+  }
+
+  // Now add this to the build info files so that AJAX requests will know to load it.
+  $form_state['build_info']['files']["$filename"] = $filename;
+  require_once DRUPAL_ROOT . '/' . $filename;
+}
+
 /**
  * Provide the proper path to an image as necessary.
  *
@@ -326,6 +346,10 @@ function ctools_set_variable_token($token) {
  * $token = ctools_set_variable_token('id', 'mymodule_myfunction');
  */
 function ctools_set_callback_token($token, $callback) {
+  // If the callback uses arguments they are considered in the token.
+  if (is_array($callback)) {
+    $token .= '-' . md5(serialize($callback));
+  }
   $string = '<!-- ctools-page-' . $token . ' -->';
   ctools_set_page_token($string, 'callback', $callback);
   return $string;
diff --git a/sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.info b/sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.info
index c73784f5..77e55933 100644
--- a/sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.info
+++ b/sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.info
@@ -4,9 +4,9 @@ core = 7.x
 package = Chaos tool suite
 dependencies[] = ctools
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.info b/sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.info
index 6ae89078..0cb5d92e 100644
--- a/sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.info
+++ b/sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.info
@@ -4,9 +4,9 @@ package = Chaos tool suite
 dependencies[] = ctools
 core = 7.x
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/ctools_ajax_sample/js/ctools-ajax-sample.js b/sites/all/modules/ctools/ctools_ajax_sample/js/ctools-ajax-sample.js
index 0273bc15..0cbfc871 100644
--- a/sites/all/modules/ctools/ctools_ajax_sample/js/ctools-ajax-sample.js
+++ b/sites/all/modules/ctools/ctools_ajax_sample/js/ctools-ajax-sample.js
@@ -2,7 +2,7 @@
 * Provide the HTML to create the modal dialog.
 */
 Drupal.theme.prototype.CToolsSampleModal = function () {
-  var html = ''
+  var html = '';
 
   html += '<div id="ctools-modal" class="popups-box">';
   html += '  <div class="ctools-modal-content ctools-sample-modal-content">';
diff --git a/sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.info b/sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.info
index 53a21eea..ca83b8a8 100644
--- a/sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.info
+++ b/sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.info
@@ -4,9 +4,9 @@ core = 7.x
 package = Chaos tool suite
 dependencies[] = ctools
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php b/sites/all/modules/ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php
index e78c89f0..56fe4b21 100644
--- a/sites/all/modules/ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php
+++ b/sites/all/modules/ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php
@@ -3,6 +3,11 @@
 class ctools_custom_content_ui extends ctools_export_ui {
 
   function edit_form(&$form, &$form_state) {
+    // Correct for an error that came in because filter format changed.
+    if (is_array($form_state['item']->settings['body'])) {
+      $form_state['item']->settings['format'] = $form_state['item']->settings['body']['format'];
+      $form_state['item']->settings['body'] = $form_state['item']->settings['body']['value'];
+    }
     parent::edit_form($form, $form_state);
 
     $form['category'] = array(
diff --git a/sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.info b/sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.info
index 7ce5305c..4d4aace0 100644
--- a/sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.info
+++ b/sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.info
@@ -7,9 +7,9 @@ dependencies[] = page_manager
 dependencies[] = advanced_help
 core = 7.x
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/access/translations/ctools_plugin_example-plugins-access.hu.po b/sites/all/modules/ctools/ctools_plugin_example/plugins/access/translations/ctools_plugin_example-plugins-access.hu.po
deleted file mode 100644
index 70818463..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/access/translations/ctools_plugin_example-plugins-access.hu.po
+++ /dev/null
@@ -1,40 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:33+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Greater than"
-msgstr "Nagyobb jel"
-msgid "Less than or equal to"
-msgstr "Kevesebb mint, vagy egyenlő"
-msgid "Arg length"
-msgstr "Argumentum hossza"
-msgid "Control access by length of simplecontext argument."
-msgstr ""
-"Hozzáférés szabályozása a <em>simplecontext</em> argumentum "
-"hossza által."
-msgid "Grant access if simplecontext argument length is"
-msgstr "Hozzáférés biztosítása, ha a simplecontext argumentum hossza"
-msgid "Length of simplecontext argument"
-msgstr "A <em>simplecontext</em> argumentum hossza"
-msgid "Access/visibility will be granted based on arg length."
-msgstr ""
-"Hozzáférés/láthatóság biztosítva lesz az argumentum hossza "
-"alapján."
-msgid "Simpletext argument must be !comp @length characters"
-msgstr "Simpletext argumentumnak !comp @length karakternek kell lennie"
-msgid "CTools example: role"
-msgstr "A <em>CTools</em> példa: csoport"
-msgid "@identifier must have role \"@roles\""
-msgid_plural "@identifier can be one of \"@roles\""
-msgstr[0] "@identifier „@roles” csoport tagja kell legyen"
-msgstr[1] "@identifier „@roles” csoportok egyikének tagja kell legyen"
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/arguments/translations/ctools_plugin_example-plugins-arguments.hu.po b/sites/all/modules/ctools/ctools_plugin_example/plugins/arguments/translations/ctools_plugin_example-plugins-arguments.hu.po
deleted file mode 100644
index 84ceb8be..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/arguments/translations/ctools_plugin_example-plugins-arguments.hu.po
+++ /dev/null
@@ -1,20 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 08:07+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Simplecontext arg"
-msgstr "<em>Simplecontext</em> argumentum"
-msgid "Creates a \"simplecontext\" from the arg."
-msgstr "Egy <em>simplecontext</em> létrehozása az argumentumból."
-msgid "Enter the simplecontext arg"
-msgstr "Ssimplecontext argumentum megadása"
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/no_context_content_type.inc b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/no_context_content_type.inc
index 2141c215..8b73408e 100644
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/no_context_content_type.inc
+++ b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/no_context_content_type.inc
@@ -109,7 +109,7 @@ function no_context_content_type_edit_form($form, &$form_state) {
   return $form;
 }
 
-function no_context_content_type_edit_form_submit(&$form, &$form_state) {
+function no_context_content_type_edit_form_submit($form, &$form_state) {
   foreach (array('item1', 'item2') as $key) {
     $form_state['conf'][$key] = $form_state['values'][$key];
   }
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/relcontext_content_type.inc b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/relcontext_content_type.inc
index b0742e0c..bf54dce6 100644
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/relcontext_content_type.inc
+++ b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/relcontext_content_type.inc
@@ -33,7 +33,7 @@ $plugin = array(
 );
 
 /**
- * Run-time rendering of the body of the blcok
+ * Run-time rendering of the body of the block.
  *
  * @param $subtype
  * @param $conf
@@ -79,7 +79,7 @@ function relcontext_content_type_render($subtype, $conf, $args, $context) {
  * This example just returns a form.
  *
  */
-function relcontext_edit_form(&$form, &$form_state) {
+function relcontext_edit_form($form, &$form_state) {
   $conf = $form_state['conf'];
 
   $form['config_item_1'] = array(
@@ -94,7 +94,7 @@ function relcontext_edit_form(&$form, &$form_state) {
   return $form;
 }
 
-function relcontext_edit_form_submit(&$form, &$form_state) {
+function relcontext_edit_form_submit($form, &$form_state) {
   foreach (element_children($form) as $key) {
     if (!empty($form_state['values'][$key])) {
       $form_state['conf'][$key] = $form_state['values'][$key];
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc
index 82291d06..a308683c 100644
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc
+++ b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc
@@ -105,7 +105,7 @@ function simplecontext_content_type_render($subtype, $conf, $args, $context) {
  * This example just returns a form.
  *
  */
-function simplecontext_content_type_edit_form(&$form, &$form_state) {
+function simplecontext_content_type_edit_form($form, &$form_state) {
   $conf = $form_state['conf'];
   $form['config_item_1'] = array(
     '#type' => 'textfield',
@@ -120,10 +120,10 @@ function simplecontext_content_type_edit_form(&$form, &$form_state) {
   return $form;
 }
 
-function simplecontext_content_type_edit_form_submit(&$form, &$form_state) {
+function simplecontext_content_type_edit_form_submit($form, &$form_state) {
   foreach (element_children($form) as $key) {
     if (!empty($form_state['values'][$key])) {
       $form_state['conf'][$key] = $form_state['values'][$key];
     }
   }
-}
\ No newline at end of file
+}
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/translations/ctools_plugin_example-plugins-content_types.hu.po b/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/translations/ctools_plugin_example-plugins-content_types.hu.po
deleted file mode 100644
index fe04db52..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/content_types/translations/ctools_plugin_example-plugins-content_types.hu.po
+++ /dev/null
@@ -1,95 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:37+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Item1"
-msgstr "Elem1"
-msgid "The stuff for item 1."
-msgstr "Valami az elem 1-hez."
-msgid "Item2"
-msgstr "Elem2"
-msgid "CTools example no context content type"
-msgstr "CTools példa környezetnélküli tartalomtípusra"
-msgid "No context content type - requires and uses no context."
-msgstr ""
-"Környezetnélküli tartalomtípus - nem szükséges hozzá és nem "
-"használ környezetet."
-msgid "The setting for item 1."
-msgstr "Elem 1 beállításai"
-msgid "The setting for item 2"
-msgstr "Elem 2 beállításai"
-msgid "CTools example relcontext content type"
-msgstr "CTools példa relcontext tartalomtípusra"
-msgid "Relcontext content type - works with relcontext context."
-msgstr "Relcontext tartalomtípus - a relcontext környezettel működik."
-msgid "Config Item 1 (relcontext)"
-msgstr "Elem 1 beállítása (relcontext)"
-msgid "Setting for relcontext."
-msgstr "Relcontext beállítása"
-msgid "Simplecontext content type"
-msgstr "Simplecontext tartalomtípus"
-msgid "Simplecontext content type - works with a simplecontext context."
-msgstr "Simplecontext tartalomtípus - simplecontext környezetben működik."
-msgid "Config Item 1 for simplecontext content type"
-msgstr "Elem 1 beállítása a simplecontext tartalomtípushoz"
-msgid ""
-"\n"
-"    This is a block of data created by the Relcontent content type.\n"
-"    Data in the block may be assembled from static text (like this) or "
-"from the\n"
-"    content type settings form ($conf) for the content type, or from "
-"the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, "
-"'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-"\n"
-"    Ez egy adatblokk, amit a  Relcontent tartalomtípus hozott "
-"létre.\r\n"
-"    A blokk adatainak összeállítása történhet statikus "
-"szövegekből (mint ez)\r\n"
-"    vagy a tartalomtípus beállításainak űrlapjából ($conf), "
-"esetleg a beállított\r\n"
-"    környezetből. <br />\r\n"
-"    Jelen esetben a beállítási űrlapon ($conf) csak egy mező van, "
-"'config_item_1;\r\n"
-"    ezzel lett beállítva:\n"
-"    "
-msgid ""
-"\n"
-"    This is a block of data created by the Simplecontext content "
-"type.\n"
-"    Data in the block may be assembled from static text (like this) or "
-"from the\n"
-"    content type settings form ($conf) for the content type, or from "
-"the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, "
-"'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-"\n"
-"    Ez egy adatblokk, amit a  Simplecontext tartalomtípus hozott "
-"létre.\r\n"
-"    A blokk adatainak összeállítása történhet statikus "
-"szövegekből (mint ez)\r\n"
-"    vagy a tartalomtípus beállításainak űrlapjából ($conf), "
-"esetleg a beállított\r\n"
-"    környezetből. <br />\r\n"
-"    Jelen esetben a beállítási űrlapon ($conf) csak egy mező van, "
-"'config_item_1;\r\n"
-"    ezzel lett beállítva:\n"
-"    "
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/contexts/translations/ctools_plugin_example-plugins-contexts.hu.po b/sites/all/modules/ctools/ctools_plugin_example/plugins/contexts/translations/ctools_plugin_example-plugins-contexts.hu.po
deleted file mode 100644
index f029f63a..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/contexts/translations/ctools_plugin_example-plugins-contexts.hu.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:39+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "A relcontext object."
-msgstr "Egy relcontext objektum."
-msgid "Relcontext context from simplecontext"
-msgstr "Relcontext környezet simplecontextből"
-msgid "Relcontext setting"
-msgstr "Relcontext beállítás"
-msgid "Just an example setting."
-msgstr "Csak egy példa beállítás."
-msgid "A single \"simplecontext\" context, or data element."
-msgstr "Egy egyszerű „simplecontext” környezet vagy adatelem."
-msgid "Enter some data to represent this \"simplecontext\"."
-msgstr "Ezt a „simplecontext”-et képviselő néhány adat megadása."
-msgid "Simplecontext context from config"
-msgstr "Simplecontext környezet a beállításokból"
-msgid "Setting for simplecontext"
-msgstr "Simplecontext beállítása"
-msgid "An example setting that could be used to configure a context"
-msgstr ""
-"Egy példa beállítás, ami a környezet beállításához "
-"használható"
diff --git a/sites/all/modules/ctools/ctools_plugin_example/plugins/relationships/translations/ctools_plugin_example-plugins-relationships.hu.po b/sites/all/modules/ctools/ctools_plugin_example/plugins/relationships/translations/ctools_plugin_example-plugins-relationships.hu.po
deleted file mode 100644
index d520ab05..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/plugins/relationships/translations/ctools_plugin_example-plugins-relationships.hu.po
+++ /dev/null
@@ -1,18 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:39+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Adds a relcontext from existing simplecontext."
-msgstr "Hozzáad egy relcontextet egy létező simplecontextből."
-msgid "Relcontext from simplecontext"
-msgstr "Relcontext simplecontextből"
diff --git a/sites/all/modules/ctools/ctools_plugin_example/translations/ctools_plugin_example.hu.po b/sites/all/modules/ctools/ctools_plugin_example/translations/ctools_plugin_example.hu.po
deleted file mode 100644
index c18ccb44..00000000
--- a/sites/all/modules/ctools/ctools_plugin_example/translations/ctools_plugin_example.hu.po
+++ /dev/null
@@ -1,56 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:37+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid ""
-"Demonstration code, advanced help, and a demo panel to show how to "
-"build ctools plugins."
-msgstr ""
-"Bemutató kód, haladó segítség és egy demó panel annak "
-"bemutatására, hogy miként lehet ctools beépülőket építeni."
-msgid ""
-"The CTools Plugin Example is simply a developer's demo of how to "
-"create plugins for CTools. It provides no useful functionality for an "
-"ordinary user."
-msgstr ""
-"A CTools Plugin Example egyszerűen egy fejlesztői bemutató arról, "
-"hogy miként lehet beépülőket létrehozni CTools-hoz. Hétköznapi "
-"felhasználónak nem nyújt semmilyen hasznos funkciót."
-msgid ""
-"There is a demo panel demonstrating much of the functionality provided "
-"at\n"
-"    <a href=\"@demo_url\">CTools demo panel</a>, and you can find "
-"documentation on the examples at\n"
-"    !ctools_plugin_example_help.\n"
-"    CTools itself provides documentation at !ctools_help. Mostly, "
-"though, the code itself is intended to be the teacher.\n"
-"    You can find it in %path."
-msgstr ""
-"Ez egy demó panel a <a href=\"@demo_url\">CTools bemutató panel</a> "
-"által biztosított funkciók többségének bemutatására,\r\n"
-"    dokumentáció a !ctools_plugin_example_help oldalon "
-"található.\r\n"
-"    Magának a CTools-nak a dokumentációja a !ctools_help oldalon "
-"található. Többnyire, mert inkább magának a kódnak a feladata, "
-"hogy magyarázó legyen.\r\n"
-"    Megtalálható itt: %path."
-msgid "CTools plugin example"
-msgstr "<em>CTools</em> beépülő példa"
-msgid "Chaos Tools (CTools) Plugin Example"
-msgstr "<em>Chaos Tools</em> (<em>CTools</em>) beépülő példa"
-msgid ""
-"Shows how an external module can provide ctools plugins (for Panels, "
-"etc.)."
-msgstr ""
-"Bemutatja, hogy egy külső modul miként biztosíthat <em>CTools</em> "
-"beépülőket (például a <em>Panels</em> modulhoz, stb...)."
diff --git a/sites/all/modules/ctools/help/about.html b/sites/all/modules/ctools/help/about.html
index 39493ffe..8184565f 100644
--- a/sites/all/modules/ctools/help/about.html
+++ b/sites/all/modules/ctools/help/about.html
@@ -1,6 +1,7 @@
-The Chaos Tool Suite is a series of tools for developers to make code that I've found to be very useful to Views and Panels more readily available. Certain methods of doing things, particularly with AJAX, exportable objects, and a plugin system are proving to be ideas that are useful outside of just Views and Panels. This module does not offer much directly ot the end user, but instead creates a library for other modules to use. If you are an end user and some module asked you to install the CTools suite, then this is far as you really need to go. If you're a developer and are interested in these tools, read on!
+<p>The Chaos Tool Suite is a series of tools for developers to make code that I've found to be very useful to Views and Panels more readily available. Certain methods of doing things, particularly with AJAX, exportable objects, and a plugin system are proving to be ideas that are useful outside of just Views and Panels. This module does not offer much directly ot the end user, but instead creates a library for other modules to use. If you are an end user and some module asked you to install the CTools suite, then this is far as you really need to go. If you're a developer and are interested in these tools, read on!</p>
+
+<h2>Tools provided by CTools</h2>
 
-<h3>Tools provided by CTools</h3>
 <dl>
 <dt><a href="&topic:ctools/plugins&">Plugins</a></dt>
 <dd>The plugins tool allows a module to allow <b>other</b> modules (and themes!) to provide plugins which provide some kind of functionality or some kind of task. For example, in Panels there are several types of plugins: Content types (which are like blocks), layouts (which are page layouts) and styles (which can be used to style a panel). Each plugin is represented by a .inc file, and the functionaly they offer can differ wildly.
@@ -25,6 +26,4 @@ The Chaos Tool Suite is a series of tools for developers to make code that I've
 
 <dt><a href="&topic:ctools/object-cache&">Temporary object cache</a></dt>
 <dd>For normal forms, all of the data needed for an object is stored in the form so that the browser handles a lot of the work. For multi-step and ajax forms, however, this is impractical, and letting the browser store data can be insecure. The object cache provides a non-volatile location to store temporary data while the form is being worked on. This is much safer than the standard Drupal caching mechanism, which is volatile, meaning it can be cleared at any time and any system using it must be capable of recreating the data that was there. This system also allows for object locking, since any object which has an item in the cache from another person can be assumed to be 'locked for editing'.</dd>
-
-
-</dl>
\ No newline at end of file
+</dl>
diff --git a/sites/all/modules/ctools/help/context-access.html b/sites/all/modules/ctools/help/context-access.html
index ef2ddbf8..95a8d7fb 100644
--- a/sites/all/modules/ctools/help/context-access.html
+++ b/sites/all/modules/ctools/help/context-access.html
@@ -1,8 +1,5 @@
-
-access plugins allow context based access control to pages.    
-
-    
-    'title' => Title of the plugin
+<p>Access plugins allow context based access control to pages.</p>
+<pre>    'title' => Title of the plugin
     'description' => Description of the plugin
     'callback' => callback to see if there is access is available. params: $conf, $contexts, $account
     'required context' => zero or more required contexts for this access plugin
@@ -10,5 +7,6 @@ access plugins allow context based access control to pages.
     'settings form' => settings form. params: &$form, &$form_state, $conf
     settings form validate
     settings form submit
+</pre>
 
-warning: Your settings array will be stored IN THE MENU SYSTEM to reduce loads, so be TRIM.
\ No newline at end of file
+<p><strong>Warning:</strong> your settings array will be stored <strong>in the meny system</strong> to reduce loads, so be <strong>trim</strong>.</p>
\ No newline at end of file
diff --git a/sites/all/modules/ctools/help/context-arguments.html b/sites/all/modules/ctools/help/context-arguments.html
index f19f597c..5c479ae6 100644
--- a/sites/all/modules/ctools/help/context-arguments.html
+++ b/sites/all/modules/ctools/help/context-arguments.html
@@ -1,19 +1,14 @@
+<p>Arguments create a context from external input, which is assumed to be a string as though it came from a URL element.</p>
 
-Arguments create a context from external input, which is assumed to be a
-string as though it came from a URL element.
-
-    'title' => title
+<pre>'title' => title
     'description' => Description
     'keyword' => Default keyword for the context
     'context' => Callback to create the context. Params: $arg = NULL, $conf = NULL, $empty = FALSE
-
     'default' => either an array of default settings or a string which is a callback or null to not use.
-
     'settings form' => params: $form, $form_state, $conf -- gets the whole form. Should put anything it wants to keep automatically in $form['settings']
     'settings form validate' => params: $form, $form_state
     'settings form submit' => params: $form, $form_state
-
     'criteria form' => params: $form, &$form_state, $conf, $argument, $id -- gets the whole argument. It should only put form widgets in $form[$id]. $conf may not be properly initialized so always guard against this due to arguments being changed and handlers not being updated to match.
     + submit + validate
-
     'criteria select' => returns true if the selected criteria matches the context. params: $context, $conf
+</pre>
diff --git a/sites/all/modules/ctools/help/context-content.html b/sites/all/modules/ctools/help/context-content.html
index 7c18d519..8af5df43 100644
--- a/sites/all/modules/ctools/help/context-content.html
+++ b/sites/all/modules/ctools/help/context-content.html
@@ -1,246 +1,153 @@
-<p>The CTools pluggable content system provides various pieces of
-content as discrete bits of data that can be added to other
-applications, such as Panels or Dashboard via the UI. Whatever the
-content is added to stores the configuration for that individual piece
-of content, and provides this to the content.</p>
-
-<p>Each content type plugin will be contained in a .inc file, with
-subsidiary files, if necessary, in or near the same directory. Each
-content type consists of some information and one or more subtypes,
-which all use the same renderer. Subtypes are considered to be
-instances of the type. For example, the 'views' content type would have
-each view in the system as a subtype. Many content types will have
-exactly one subtype.</p>
-
-<p>Because the content and forms can be provided via ajax, the plugin
-also provides a list of CSS and JavaScript information that should be available
-on whatever page the content or forms may be AJAXed onto.</p>
-
-<p>For the purposes of selecting content from the UI, each content
-subtype will have the following information:</p>
+<p>The CTools pluggable content system provides various pieces of content as discrete bits of data that can be added to other applications, such as Panels or Dashboard via the UI. Whatever the content is added to stores the configuration for that individual piece of content, and provides this to the content.</p>
 
-<ul>
-  <li>A title</li>
+<p>Each content type plugin will be contained in a .inc file, with subsidiary files, if necessary, in or near the same directory. Each content type consists of some information and one or more subtypes, which all use the same renderer. Subtypes are considered to be instances of the type. For example, the 'views' content type would have each view in the system as a subtype. Many content types will have exactly one subtype.</p>
 
-  <li>A short description</li>
+<p>Because the content and forms can be provided via ajax, the plugin also provides a list of CSS and JavaScript information that should be available on whatever page the content or forms may be AJAXed onto.</p>
 
-  <li>A category [Do we want to add hierarchy categories? Do we want
-  category to be more than just a string?]</li>
+<p>For the purposes of selecting content from the UI, each content subtype will have the following information:</p>
 
-  <li>An icon [do we want multiple icons? This becomes a hefty
-  requirement]</li>
+<ul>
+  <li>A title</li>
+  <li>A short description</li>
+  <li>A category [Do we want to add hierarchy categories? Do we want category to be more than just a string?]</li>
+  <li>An icon [do we want multiple icons? This becomes a hefty requirement]</li>
 </ul>
 
-<p>Each piece of content provides one or more configuration forms, if
-necessary, and the system that includes the content will handle the
-data storage. These forms can be provided in sequence as wizards or as
-extra forms that can be accessed through advanced administration.</p>
+<p>Each piece of content provides one or more configuration forms, if necessary, and the system that includes the content will handle the data storage. These forms can be provided in sequence as wizards or as extra forms that can be accessed through advanced administration.</p>
 
 <p>The plugin for a content type should contain:</p>
 
 <dl>
   <dt>title</dt>
-
   <dd>For use on the content permissions screen.</dd>
-
   <dt>content types</dt>
-
-  <dd>Either an array of content type definitions, or a callback that
-  will return content type definitions. This callback will get the
-  plugin definition as an argument.</dd>
+  <dd>Either an array of content type definitions, or a callback that will return content type definitions. This callback will get the plugin definition as an argument.</dd>
 
   <dt>content type</dt>
-
-  <dd>[Optional] Provide a single content type definition. This is only
-  necessary if content types might be intensive.</dd>
+  <dd>[Optional] Provide a single content type definition. This is only necessary if content types might be intensive.</dd>
 
   <dt>render callback</dt>
-
-  <dd>
-    The callback to render the content. Parameters:
-
+  <dd>The callback to render the content. Parameters:
     <dl>
       <dt>$subtype</dt>
-
-      <dd>The name of the subtype being rendered. NOT the loaded
-      subtype data.</dd>
+      <dd>The name of the subtype being rendered. NOT the loaded subtype data.</dd>
 
       <dt>$conf</dt>
-
       <dd>The stored configuration for the content.</dd>
 
       <dt>$args</dt>
-
       <dd>Any arguments passed.</dd>
 
       <dt>$context</dt>
-
-      <dd>An array of contexts requested by the required contexts and
-      assigned by the configuration step.</dd>
+      <dd>An array of contexts requested by the required contexts and assigned by the configuration step.</dd>
 
       <dt>$incoming_content</dt>
-
       <dd>Any 'incoming content' if this is a wrapper.</dd>
     </dl>
   </dd>
 
   <dt>admin title</dt>
-
-  <dd>A callback to provide the administrative title. If it is not a
-  function, then it will be counted as a string to use as the admin
-  title.</dd>
+  <dd>A callback to provide the administrative title. If it is not a function, then it will be counted as a string to use as the admin title.</dd>
 
   <dt>admin info</dt>
-
-  <dd>A callback to provide administrative information about the
-  content, to be displayed when manipulating the content. It should
-  contain a summary of configuration.</dd>
+  <dd>A callback to provide administrative information about the content, to be displayed when manipulating the content. It should contain a summary of configuration.</dd>
 
   <dt>edit form</dt>
-
-  <dd>
-    Either a single form ID or an array of forms *keyed* by form ID
-    with the value to be used as the title of the form. %title me be
-    used as a placeholder for the administrative title if necessary.
+  <dd>Either a single form ID or an array of forms *keyed* by form ID with the value to be used as the title of the form. %title me be used as a placeholder for the administrative title if necessary.
     Example:
-    <pre>
-  array(
-    'ctools_example_content_form_second' =&gt; t('Configure first form'),
-    'ctools_example_content_form_first' =&gt; t('Configure second form'),
-  ),
-</pre>The first form will always have required configuration added to
-it. These forms are normal FAPI forms, but you do not need to provide
-buttons, these will be added by the form wizard.
+<pre>array(
+  'ctools_example_content_form_second' =&gt; t('Configure first form'),
+  'ctools_example_content_form_first' =&gt; t('Configure second form'),
+),
+</pre>
+The first form will always have required configuration added to it. These forms are normal FAPI forms, but you do not need to provide buttons, these will be added by the form wizard.
   </dd>
 
   <dt>add form</dt>
-
-  <dd>[Optional] If different from the edit forms, provide them here in
-  the same manner. Also may be set to FALSE to not have an add
-  form.</dd>
+  <dd>[Optional] If different from the edit forms, provide them here in the same manner. Also may be set to FALSE to not have an add form.</dd>
 
   <dt>css</dt>
-
-  <dd>A file or array of CSS files that are necessary for the
-  content.</dd>
+  <dd>A file or array of CSS files that are necessary for the content.</dd>
 
   <dt>js</dt>
-
-  <dd>A file or array of javascript files that are necessary for the
-  content to be displayed.</dd>
+  <dd>A file or array of javascript files that are necessary for the content to be displayed.</dd>
 
   <dt>admin css</dt>
-
-  <dd>A file or array of CSS files that are necessary for the
-  forms.</dd>
+  <dd>A file or array of CSS files that are necessary for the forms.</dd>
 
   <dt>admin js</dt>
-
-  <dd>A file or array of JavaScript files that are necessary for the
-  forms.</dd>
+  <dd>A file or array of JavaScript files that are necessary for the forms.</dd>
 
   <dt>extra forms</dt>
-
-  <dd>An array of form information to handle extra administrative
-  forms.</dd>
+  <dd>An array of form information to handle extra administrative forms.</dd>
 
   <dt>no title override</dt>
-
   <dd>Set to TRUE if the title cannot be overridden.</dd>
 
   <dt>single</dt>
-
   <dd>Set to TRUE if this content provides exactly one subtype.</dd>
 
   <dt>render last</dt>
-
-  <dd>Set to true if for some reason this content needs to render after
-  other content. This is primarily used for forms to ensure that render
-  order is correct.</dd>
+  <dd>Set to true if for some reason this content needs to render after other content. This is primarily used for forms to ensure that render order is correct.</dd>
 </dl>
 
-<p>TODO: many of the above callbacks can be assumed based upon
-patterns: modulename + '_' + name + '_' + function. i.e, render,
-admin_title, admin_info, etc.</p>
+<p>TODO: many of the above callbacks can be assumed based upon patterns: modulename + '_' + name + '_' + function. i.e, render, admin_title, admin_info, etc.</p>
 
-<p>TODO: Some kind of simple access control to easily filter out
-content.</p>
+<p>TODO: Some kind of simple access control to easily filter out content.</p>
 
 <p>The subtype definition should contain:</p>
 
 <dl>
   <dt>title</dt>
-
   <dd>The title of the subtype.</dd>
 
   <dt>icon</dt>
-
   <dd>The icon to display for the subtype.</dd>
 
   <dt>path</dt>
-
-  <dd>The path for the icon if it is not in the same directory as the
-  plugin.</dd>
+  <dd>The path for the icon if it is not in the same directory as the plugin.</dd>
 
   <dt>description</dt>
-
-  <dd>The short description of the subtype, to be used when selecting
-  it in the UI.</dd>
+  <dd>The short description of the subtype, to be used when selecting it in the UI.</dd>
 
   <dt>category</dt>
-
-  <dd>Either a text string for the category, or an array of the text
-  string followed by the category weight.</dd>
+  <dd>Either a text string for the category, or an array of the text string followed by the category weight.</dd>
 
   <dt>required context [Optional]</dt>
 
-  <dd>Either a ctools_context_required or ctools_context_optional or
-  array of contexts for this content. If omitted, no contexts are
-  used.</dd>
+  <dd>Either a ctools_context_required or ctools_context_optional or array of contexts for this content. If omitted, no contexts are used.</dd>
 </dl>
 
-<h3>Rendered content</h3>
+<h2>Rendered content</h2>
 
 <p>Rendered content is a little more than just HTML.</p>
 
 <dl>
   <dt>title</dt>
-
   <dd>The safe to render title of the content.</dd>
 
   <dt>content</dt>
-
   <dd>The safe to render HTML content.</dd>
 
   <dt>links</dt>
-
-  <dd>An array of links associated with the content suitable for
-  theme('links').</dd>
+  <dd>An array of links associated with the content suitable for theme('links').</dd>
 
   <dt>more</dt>
-
   <dd>An optional 'more' link (destination only)</dd>
 
   <dt>admin_links</dt>
-
-  <dd>Administrative links associated with the content, suitable for
-  theme('links').</dd>
+  <dd>Administrative links associated with the content, suitable for theme('links').</dd>
 
   <dt>feeds</dt>
-
-  <dd>An array of feed icons or links associated with the content. Each
-  member of the array is rendered HTML.</dd>
+  <dd>An array of feed icons or links associated with the content. Each member of the array is rendered HTML.</dd>
 
   <dt>type</dt>
-
   <dd>The content type.</dd>
 
   <dt>subtype</dt>
-
-  <dd>The content subtype. These two may be used together as
-  module-delta for block style rendering.</dd>
+  <dd>The content subtype. These two may be used together as module-delta for block style rendering.</dd>
 </dl>
 
-<h3>Todo: example</h3>
+<h2>Todo: example</h2>
 
 <p>Todo after implementations are updated to new version.</p>
diff --git a/sites/all/modules/ctools/help/context-context.html b/sites/all/modules/ctools/help/context-context.html
index 23a96315..2314bd5f 100644
--- a/sites/all/modules/ctools/help/context-context.html
+++ b/sites/all/modules/ctools/help/context-context.html
@@ -1,6 +1,6 @@
+<p>Context plugin data:</p>
 
-Context plugin data:
-
+<pre>
     'title' => Visible title
     'description' => Description of context
     'context' => Callback to create a context. Params: $empty, $data = NULL, $conf = FALSE
@@ -10,3 +10,4 @@ Context plugin data:
     'keyword' => The default keyword to use.
     'context name' => The unique identifier for this context for use by required context checks.
     'no ui' => if TRUE this context cannot be selected.
+</pre>
\ No newline at end of file
diff --git a/sites/all/modules/ctools/help/context-relationships.html b/sites/all/modules/ctools/help/context-relationships.html
index 547f8912..cc9969e1 100644
--- a/sites/all/modules/ctools/help/context-relationships.html
+++ b/sites/all/modules/ctools/help/context-relationships.html
@@ -1,4 +1,6 @@
+<p>Relationship plugin data:</p>
 
+<pre>
     'title' => The title to display.
     'description' => Description to display.
     'keyword' => Default keyword for the context created by this relationship.
@@ -8,3 +10,4 @@
     'context' => The callback to create the context. Params: ($context = NULL, $conf)
     'settings form' => Settings form. Params: $conf
     'settings form validate' => Validate. 
+</pre>
diff --git a/sites/all/modules/ctools/help/export-ui.html b/sites/all/modules/ctools/help/export-ui.html
index d291ce4d..e6b1086e 100644
--- a/sites/all/modules/ctools/help/export-ui.html
+++ b/sites/all/modules/ctools/help/export-ui.html
@@ -1,4 +1,4 @@
-Most user interfaces for exportables are very similar, so CTools includes a tool to provide the framework for the most common UI. This tool is a plugin of the 'export_ui' type. In order to create a UI for your exportable object with this tool, you first need to ensure that your module supports the plugin:
+<p>Most user interfaces for exportables are very similar, so CTools includes a tool to provide the framework for the most common UI. This tool is a plugin of the 'export_ui' type. In order to create a UI for your exportable object with this tool, you first need to ensure that your module supports the plugin:</p>
 
 <pre>
 function HOOK_ctools_plugin_directory($module, $plugin) {
@@ -8,7 +8,7 @@ function HOOK_ctools_plugin_directory($module, $plugin) {
 }
 </pre>
 
-Then, you need to create a plugin .inc file describing your UI. Most of the UI runs with sane but simple defaults, so for the very simplest UI you don't need to do very much. This is a very simple example plugin for the 'example' export type:
+<p>Then, you need to create a plugin .inc file describing your UI. Most of the UI runs with sane but simple defaults, so for the very simplest UI you don't need to do very much. This is a very simple example plugin for the 'example' export type:</p>
 
 <pre>
 $plugin = array(
@@ -61,10 +61,11 @@ $plugin = array(
 );
 </pre>
 
-For a more complete list of what you can set in your plugin, please see ctools_export_ui_defaults() in includes/export-ui.inc to see what the defaults are.
+<p>For a more complete list of what you can set in your plugin, please see ctools_export_ui_defaults() in includes/export-ui.inc to see what the defaults are.</p>
 
-<h3>More advanced UIs</h3>
-The bulk of this UI is built on an class called ctools_export_ui, which is itself stored in ctools/plugins/export_ui as the default plugin. Many UIs will have more complex needs than the defaults provide. Using OO and overriding methods can allow an implementation to use the basics and still provide more where it is needed. To utilize this, first add a 'handler' directive to your plugin .inc file:
+<h2>More advanced UIs</h2>
+
+<p>The bulk of this UI is built on an class called ctools_export_ui, which is itself stored in ctools/plugins/export_ui as the default plugin. Many UIs will have more complex needs than the defaults provide. Using OO and overriding methods can allow an implementation to use the basics and still provide more where it is needed. To utilize this, first add a 'handler' directive to your plugin .inc file:</p>
 
 <pre>
    'handler' => array(
@@ -81,4 +82,4 @@ class ctools_export_ui_example extends ctools_export_ui {
 }
 </pre>
 
-You can override any method found in the class (see the source file for details). In particular, there are several list methods that are good candidates for overriding if you need to provide richer data for listing, sorting or filtering. If you need multi-step add/edit forms, you can override edit_page(), add_page(), clone_page(), and import_page() to put your wizard in place of the basic editing system. For an example of how to use multi-step wizards, see the import_page() method.
+<p>You can override any method found in the class (see the source file for details). In particular, there are several list methods that are good candidates for overriding if you need to provide richer data for listing, sorting or filtering. If you need multi-step add/edit forms, you can override edit_page(), add_page(), clone_page(), and import_page() to put your wizard in place of the basic editing system. For an example of how to use multi-step wizards, see the import_page() method.</p>
diff --git a/sites/all/modules/ctools/help/export.html b/sites/all/modules/ctools/help/export.html
index 234ef152..57ccd939 100644
--- a/sites/all/modules/ctools/help/export.html
+++ b/sites/all/modules/ctools/help/export.html
@@ -1,22 +1,25 @@
-Exportable objects are objects that can live either in the database or in code, or in both. If they live in both, then the object in code is considered to be "overridden", meaning that the version in code is ignored in favor of the version in the database.
+<p>Exportable objects are objects that can live either in the database or in code, or in both. If they live in both, then the object in code is considered to be "overridden", meaning that the version in code is ignored in favor of the version in the database.</p>
 
-The main benefit to this is that you can move objects that are intended to be structure or feature-related into code, thus removing them entirely from the database. This is a very important part of the deployment path, since in an ideal world, the database is primarily user generated content, whereas site structure and site features should be in code. However, many many features in Drupal rely on objects being in the database and provide UIs to create them.
+<p>The main benefit to this is that you can move objects that are intended to be structure or feature-related into code, thus removing them entirely from the database. This is a very important part of the deployment path, since in an ideal world, the database is primarily user generated content, whereas site structure and site features should be in code. However, many many features in Drupal rely on objects being in the database and provide UIs to create them.</p>
 
-Using this system, you can give your objects dual life. They can be created in the UI, exported into code and put in revision control. Views and Panels both use this system heavily. Plus, any object that properly implements this system can be utilized by the Features module to be used as part of a bundle of objects that can be turned into feature modules.
+<p>Using this system, you can give your objects dual life. They can be created in the UI, exported into code and put in revision control. Views and Panels both use this system heavily. Plus, any object that properly implements this system can be utilized by the Features module to be used as part of a bundle of objects that can be turned into feature modules.</p>
 
-Typically, exportable objects have two identifiers. One identifier is a simple serial used for database identification. It is a primary key in the database and can be used locally. It also has a name which is an easy way to uniquely identify it. This makes it much less likely that importing and exporting these objects across systems will have collisions. They still can, of course, but with good name selection, these problems can be worked around.
+<p>Typically, exportable objects have two identifiers. One identifier is a simple serial used for database identification. It is a primary key in the database and can be used locally. It also has a name which is an easy way to uniquely identify it. This makes it much less likely that importing and exporting these objects across systems will have collisions. They still can, of course, but with good name selection, these problems can be worked around.</p>
+
+<h2>Making your objects exportable</h2>
+
+<p>To make your objects exportable, you do have to do a medium amount of work.</p>
 
-<h3>Making your objects exportable</h3>
-To make your objects exportable, you do have to do a medium amount of work.
 <ol>
-<li>Create a chunk of code in your object's schema definition in the .install file to introduce the object to CTools' export system.</li>
-<li>Create a load function for your object that utilizes ctools_export_load_object().</li>
-<li>Create a save function for your object that utilizes drupal_write_record() or any method you desire.</li>
-<li>Create an import and export mechanism from the UI.</li>
+  <li>Create a chunk of code in your object's schema definition in the .install file to introduce the object to CTools' export system.</li>
+  <li>Create a load function for your object that utilizes ctools_export_load_object().</li>
+  <li>Create a save function for your object that utilizes drupal_write_record() or any method you desire.</li>
+  <li>Create an import and export mechanism from the UI.</li>
 </ol>
-<h3>The export section of the schema file</h3>
 
-Exportable objects are created by adding definition to the schema in an 'export' section. For example:
+<h2>The export section of the schema file</h2>
+
+<p>Exportable objects are created by adding definition to the schema in an 'export' section. For example:</p>
 
 <pre>
 function mymodule_schema() {
@@ -160,6 +163,9 @@ function mymodule_schema() {
 <dt>load callback</dt>
 <dd>CRUD callback to use to load a single item. If not provided, the default load function will be used. The callback will accept a single argument which should be an identifier of the export key.</dd>
 
+<dt>load multiple callback</dt>
+<dd>CRUD callback to use to load multiple items. If not provided, the default multiple load function will be used. The callback will accept an array which should be the identifiers of the export key.</dd>
+
 <dt>load all callback</dt>
 <dd>CRUD callback to use to load all items, usually for administrative purposes. If not provided, the default load function will be used. The callback will accept a single argument to determine if the load cache should be reset or not.</dd>
 
@@ -179,11 +185,12 @@ function mymodule_schema() {
 <dd>CRUD callback to use for updating the status of an object. If the status is TRUE the object will be disabled. If the status is FALSE the object will be enabled.</dd>
 
 <dt>api</dt>
-<dd>The 'api' key can optionally contain some information for the plugin API definition. This means that the imports can be tied to an API name which is used to have automatic inclusion of files, and can be used to prevent dangerous objects from older versions from being loaded, causing a loss of functionality rather than site crashes or security loopholes. 
+<dd>The 'api' key can optionally contain some information for the plugin API definition. This means that the imports can be tied to an API name which is used to have automatic inclusion of files, and can be used to prevent dangerous objects from older versions from being loaded, causing a loss of functionality rather than site crashes or security loopholes.
+
+<p>If not present, no additional files will be loaded and the default hook will always be a simple hook that must be either part of the .module file or loaded during normal operations.</p>
 
-If not present, no additional files will be loaded and the default hook will always be a simple hook that must be either part of the .module file or loaded during normal operations.
+<p>api supports these subkeys:</p>
 
-api supports these subkeys:
 <dl>
 <dt>owner</dt>
 <dd>The module that owns the API. Typically this is the name of the module that owns the schema. This will be one of the two keys used by hook_ctools_plugin_api() to determine version compatibility. Note that the name of this hook can be tailored via the use of hook_ctools_plugin_api_hook_name(). See ctools_plugin_api_get_hook() for details.</dd>
@@ -197,7 +204,7 @@ api supports these subkeys:
 </dd>
 
 </dl>
-In addition, each field can contain the following:
+<p>In addition, each field can contain the following:</p>
 <dl>
 <dt>no export</dt>
 <dd>Set to TRUE to prevent that field from being exported.</dd>
@@ -206,9 +213,9 @@ In addition, each field can contain the following:
 <dd>A function to override the export behavior. It will receive ($myobject, $field, $value, $indent) as arguments. By default, fields are exported through ctools_var_export().</dd>
 </dl>
 
-<h3>Reserved keys on exportable objects</h3>
+<h2>Reserved keys on exportable objects</h2>
 
-Exportable objects have several reserved keys that are used by the CTools export API. Each key can be found at <code>$myobj-&gt;{$key}</code> on an object loaded through <code>ctools_export_load_object()</code>. Implementing modules should not use these keys as they will be overwritten by the CTools export API.
+<p>Exportable objects have several reserved keys that are used by the CTools export API. Each key can be found at <code>$myobj-&gt;{$key}</code> on an object loaded through <code>ctools_export_load_object()</code>. Implementing modules should not use these keys as they will be overwritten by the CTools export API.</p>
 <dl>
 <dt>api_version</dt>
 <dd>The API version that this object implements.</dd>
@@ -240,15 +247,15 @@ Exportable objects have several reserved keys that are used by the CTools export
 </dd>
 </dl>
 
-<h3>The load callback</h3>
-Calling ctools_export_crud_load($table, $name) will invoke your load callback, and calling ctools_export_crud_load_all($table, $reset) will invoke your load all callback. The default handlers should be sufficient for most uses.
+<h2>The load callback</h2>
+<p>Calling ctools_export_crud_load($table, $name) will invoke your load callback, calling ctools_export_crud_load_multiple($table, $names) will invoke your load multiple callback, and calling ctools_export_crud_load_all($table, $reset) will invoke your load all callback. The default handlers should be sufficient for most uses.</p>
 
-Typically, there will be two load functions. A 'single' load, to load just one object, and an 'all' load, to load all of the objects for use in administrating the objects or utilizing the objects when you need all of them. Using ctools_export_load_object() you can easily do both, as well as quite a bit in between. This example duplicates the default functionality for loading one myobj.
+<p>Typically, there will be three load functions. A 'single' load, to load just one object, a 'multiple' load to load multiple objects, and an 'all' load, to load all of the objects for use in administrating the objects or utilizing the objects when you need all of them. Using ctools_export_load_object() you can easily do both, as well as quite a bit in between. This example duplicates the default functionality for loading one myobj.</p>
 
 <pre>
 /**
-* Load a single myobj.
-*/
+ * Implements 'load callback' for myobj exportables.
+ */
 function mymodule_myobj_load($name) {
   ctools_include('export');
   $result = ctools_export_load_object('mymodule_myobjs', 'names', array($name));
@@ -256,9 +263,18 @@ function mymodule_myobj_load($name) {
     return $result[$name];
   }
 }
+
+/**
+ * Implements 'load multiple callback' for myobj exportables.
+ */
+function mymodule_myobj_load_multiple(array $names) {
+  ctools_include('export')
+  $results = ctools_export_load_object('mymodule_myobjs', 'names', $names);
+  return array_filter($results);
+}
 </pre>
 
-<h3>The save callback</h3>
+<h2>The save callback</h2>
 Calling ctools_export_crud_save($table, $object) will invoke your save callback. The default handlers should be sufficient for most uses. For the default save mechanism to work, you <b>must</b> define a 'primary key' in the 'export' section of your schema. The following example duplicates the default functionality for the myobj.
 
 <pre>
@@ -271,5 +287,5 @@ function mymodule_myobj_save(&$myobj) {
 }
 </pre>
 
-<h3>Default hooks for your exports</h3>
-All exportables come with a 'default' hook, which can be used to put your exportable into code. The easiest way to actually use this hook is to set up your exportable for bulk exporting, enable the bulk export module and export an object.
+<h2>Default hooks for your exports</h2>
+<p>All exportables come with a 'default' hook, which can be used to put your exportable into code. The easiest way to actually use this hook is to set up your exportable for bulk exporting, enable the bulk export module and export an object.</p>
diff --git a/sites/all/modules/ctools/help/modal.html b/sites/all/modules/ctools/help/modal.html
index 83c45adf..ea823a0d 100644
--- a/sites/all/modules/ctools/help/modal.html
+++ b/sites/all/modules/ctools/help/modal.html
@@ -1,18 +1,16 @@
-CTools provides a simple modal that can be used as a popup to place forms. It differs from the normal modal frameworks in that it does not do its work via an iframe. This is both an advantage and a disadvantage. The iframe simply renders normal pages in a sub-browser and they can do their thing. That makes it much easier to put arbitrary pages and forms in a modal. However, the iframe is not very good at actually communicating changes to the main page, so you cannot open the modal, have it do some work, and then modify the page. 
+<p>CTools provides a simple modal that can be used as a popup to place forms. It differs from the normal modal frameworks in that it does not do its work via an iframe. This is both an advantage and a disadvantage. The iframe simply renders normal pages in a sub-browser and they can do their thing. That makes it much easier to put arbitrary pages and forms in a modal. However, the iframe is not very good at actually communicating changes to the main page, so you cannot open the modal, have it do some work, and then modify the page. </p>
 
-<h3>Invoking the modal</h3>
+<h2>Invoking the modal</h2>
 
-The basic form of the modal can be set up just by including the javascript and adding the proper class to a link or form that will open the modal. To include the proper javascript, simply include the library and call the add_js function:
+<p>The basic form of the modal can be set up just by including the javascript and adding the proper class to a link or form that will open the modal. To include the proper javascript, simply include the library and call the add_js function:</p>
 
-<pre>
-ctools_include('modal');
+<code>ctools_include('modal');
 ctools_modal_add_js();
-</pre>
+</code>
 
-You can have links and buttons bound to use the modal by adding the class ctools-use-modal. For convenience, there is a helper function to try and do this, though it's not great at doing all links so using this is optional:
+<p>You can have links and buttons bound to use the modal by adding the class ctools-use-modal. For convenience, there is a helper function to try and do this, though it's not great at doing all links so using this is optional:</p>
 
-<pre>
-/**
+<code>/**
  * Render an image as a button link. This will automatically apply an AJAX class
  * to the link and add the appropriate javascript to make this happen.
  *
@@ -48,23 +46,21 @@ function ctools_modal_image_button($image, $dest, $alt, $class = '') {
 function ctools_modal_text_button($text, $dest, $alt, $class = '') {
   return ctools_ajax_text_button($text, $dest, $alt, $class, 'ctools-use-modal');
 }
-</pre>
-
-Like with all CTools' AJAX functionality, the href of the link will be the destination, with any appearance of /nojs/ converted to /ajax/.
+</code>
 
+<p>Like with all CTools' AJAX functionality, the href of the link will be the destination, with any appearance of /nojs/ converted to /ajax/.</p>
 
-For submit buttons, however, the URL may be found a different, slightly more complex way. If you do not wish to simply submit the form to the modal, you can create a URL using hidden form fields. The ID of the item is taken and -url is appended to it to derive a class name. Then, all form elements that contain that class name are founded and their values put together to form a URL.
+<p>For submit buttons, however, the URL may be found a different, slightly more complex way. If you do not wish to simply submit the form to the modal, you can create a URL using hidden form fields. The ID of the item is taken and -url is appended to it to derive a class name. Then, all form elements that contain that class name are founded and their values put together to form a URL.</p>
 
-For example, let's say you have an 'add' button, and it has a select form item that tells your system what widget it is adding. If the id of the add button is edit-add, you would place a hidden input with the base of your URL in the form and give it a class of 'edit-add-url'. You would then add 'edit-add-url' as a class to the select widget allowing you to convert this value to the form without posting. If no URL is found, the action of the form will be used and the entire form posted to it.
+<p>For example, let's say you have an 'add' button, and it has a select form item that tells your system what widget it is adding. If the id of the add button is edit-add, you would place a hidden input with the base of your URL in the form and give it a class of 'edit-add-url'. You would then add 'edit-add-url' as a class to the select widget allowing you to convert this value to the form without posting. If no URL is found, the action of the form will be used and the entire form posted to it.</p>
 
-<h3>Customizing the modal</h3>
+<h2>Customizing the modal</h2>
 
-If you do not wish to use the default modal, the modal can be customized by creating an array of data to define a customized modal. To do this, you add an array of info to the javascript settings to define the customizations for the modal and add an additional class to your modal link or button to tell it which modal to use.
+<p>If you do not wish to use the default modal, the modal can be customized by creating an array of data to define a customized modal. To do this, you add an array of info to the javascript settings to define the customizations for the modal and add an additional class to your modal link or button to tell it which modal to use.</p>
 
-First, you need to create a settings array. You can do this most easily with a bit of PHP:
+<p>First, you need to create a settings array. You can do this most easily with a bit of PHP:</p>
 
-<pre>
-  drupal_add_js(array(
+<pre>drupal_add_js(array(
     'my-modal-style' => array(
       'modalSize' => array(
         'type' => 'fixed',
@@ -75,26 +71,26 @@ First, you need to create a settings array. You can do this most easily with a b
   ), 'setting');
 </pre>
 
-The key to the array above (in this case, my-modal-style) is the identifier to your modal theme. You can have multiple modal themes on a page, so be sure to use an ID that will not collide with some other module's use. Using your module or theme as a prefix is a good idea.
+<p>The key to the array above (in this case, my-modal-style) is the identifier to your modal theme. You can have multiple modal themes on a page, so be sure to use an ID that will not collide with some other module's use. Using your module or theme as a prefix is a good idea.</p>
 
-Then, when adding the ctools-use-modal class to your link or button, also add the following class: ctools-modal-ID (in the example case, that would be ctools-modal-my-modal-style).
+<p>Then, when adding the ctools-use-modal class to your link or button, also add the following class: ctools-modal-ID (in the example case, that would be ctools-modal-my-modal-style).</p>
 
-modalSize can be 'fixed' or 'scale'. If fixed it will be a raw pixel value; if 'scale' it will be a percentage of the screen.
+<p>modalSize can be 'fixed' or 'scale'. If fixed it will be a raw pixel value; if 'scale' it will be a percentage of the screen.</p>
 
-You can set:
-<ul>
-<li> <b>modalSize</b>: an array of data to control the sizing of the modal. It can contain:
-<ul>
-<li> <b>type</b>: Either <i>fixed</i> or <i>scale</i>. If fixed, the modal will always be a fixed size. If <i>scale</i> the modal will scale to a percentage of the browser window. <i>Default: scale</i>.
-<li> <b>width</b>: If <i>fixed</i> the width in pixels. If <i>scale</i> the percentage of the screen expressed as a number less than zero. (For 80 percent, use .8, for example). <i>Default: .8</i></li>
-<li> <b>height</b>: If <i>fixed</i> the height in pixels. If <i>scale</i> the percentage of the screen expressed as a number less than zero. (For 80 percent, use .8, for example). <i>Default: .8</i></li>
-<li> <b>addWidth</b>: Any additional width to add to the modal in pixels. Only useful if the type is scale. <i>Default: 0</i></li>
-<li> <b>addHeight</b>: Any additional height to add to the modal in pixels. Only useful if the type is scale. <i>Default: 0</i></li>
-<li> <b>contentRight</b>: The number of pixels to remove from the content inside the modal to make room for scroll bar and decorations. <i>Default: 25</i></li>
-<li> <b>contentBottom</b>: The number of pixels to remove from the content inside the modal to make room for scroll bar and decorations. <i>Default: 45</i></li>
+<p>You can set:</p>
+  <ul>
+    <li> <strong>modalSize</strong>: an array of data to control the sizing of the modal. It can contain:
+  <ul>
+  <li> <strong>type</strong>: Either <em>fixed</em> or <em>scale</em>. If fixed, the modal will always be a fixed size. If <em>scale</em> the modal will scale to a percentage of the browser window. <em>Default: scale</em>.
+<li> <strong>width</strong>: If </em>fixed</em> the width in pixels. If <em>scale</em> the percentage of the screen expressed as a number less than zero. (For 80 percent, use .8, for example). <em>Default: .8</em></li>
+<li> <strong>height</strong>: If <em>fixed</em> the height in pixels. If <em>scale</em> the percentage of the screen expressed as a number less than zero. (For 80 percent, use .8, for example). <em>Default: .8</em></li>
+<li> <strong>addWidth</strong>: Any additional width to add to the modal in pixels. Only useful if the type is scale. <em>Default: 0</em></li>
+<li> <strong>addHeight</strong>: Any additional height to add to the modal in pixels. Only useful if the type is scale. <em>Default: 0</em></li>
+<li> <strong>contentRight</strong>: The number of pixels to remove from the content inside the modal to make room for scroll bar and decorations. <em>Default: 25</em></li>
+<li> <strong>contentBottom</strong>: The number of pixels to remove from the content inside the modal to make room for scroll bar and decorations. <em>Default: 45</em></li>
 </ul>
 </li>
-<li> <b>modalTheme</b>: The Drupal javascript themable function which controls how the modal will be rendered. This function must be in the <i>Drupal.theme.prototype</i> namespace. If you set this value, you must include a corresponding function in a javascript file and use drupal_add_js() to add that file. <i>Default: CToolsModalDialog</i>
+<li> <strong>modalTheme</strong>: The Drupal javascript themable function which controls how the modal will be rendered. This function must be in the <em>Drupal.theme.prototype</em> namespace. If you set this value, you must include a corresponding function in a javascript file and use drupal_add_js() to add that file. <em>Default: CToolsModalDialog</em>
 <pre>
   Drupal.theme.prototype.CToolsModalDialog = function () {
     var html = ''
@@ -114,7 +110,7 @@ You can set:
     return html;
   }
 </pre></li>
-<li> <b>throbberTheme</b>: The Drupal javascript themable function which controls how the modal throbber will be rendered. This function must be in the <i>Drupal.theme.prototype</i> namespace. If you set this value, you must include a corresponding function in a javascript file and use drupal_add_js() to add that file. <i>Default: CToolsModalThrobber</i>
+<li> <strong>throbberTheme</strong>: The Drupal javascript themable function which controls how the modal throbber will be rendered. This function must be in the <em>Drupal.theme.prototype</em> namespace. If you set this value, you must include a corresponding function in a javascript file and use drupal_add_js() to add that file. <em>Default: CToolsModalThrobber</em>
 <pre>
   Drupal.theme.prototype.CToolsModalThrobber = function () {
     var html = '';
@@ -128,22 +124,21 @@ You can set:
   };
 </pre>
 </li>
-<li> <b>modalOptions</b>: The options object that's sent to Drupal.CTools.Modal.modalContent. Can contain any CSS settings that will be applied to the modal backdrop, in particular settings such as <b>opacity</b> and <b>background</b>. <i>Default: array('opacity' => .55, 'background' => '#fff');</i></li>
-<li> <b>animation</b>: Controls how the modal is animated when it is first drawn. Either <b>show</b>, <b>fadeIn</b> or <b>slideDown</b>. <i>Default: show</i></li>
-<li> <b>animationSpeed</b>: The speed of the animation, expressed either as a word jQuery understands (slow, medium or fast) or a number of milliseconds for the animation to run. <i>Defaults: fast</i></li>
-<li><b>closeText</b>: The text to display for the close button. Be sure to wrap this in t() for translatability. <i>Default: t('Close window')</i></li>
-<li><b>closeImage</b>: The image to use for the close button of the modal. <i>Default: theme('image', array('path' => ctools_image_path('icon-close-window.png'), 'alt' => t('Close window'), 'title' => t('Close window')))</i></li>
-<li><b>loadingText</b>: The text to display for the modal title during loading, along with the throbber. Be sure to wrap this in t() for translatability. <i>Default: t('Close window')</i></li>
-<li><b>throbber</b>: The HTML to display for the throbber image. You can use this instead of CToolsModalThrobber theme if you just want to change the image but not the throbber HTML. <i>Default: theme('image', array('path' => ctools_image_path('throbber.gif'), 'alt' => t('Loading...'), 'title' => t('Loading')))</i></li>
-<li>
+<li> <strong>modalOptions</strong>: The options object that's sent to Drupal.CTools.Modal.modalContent. Can contain any CSS settings that will be applied to the modal backdrop, in particular settings such as <strong>opacity</strong> and <strong>background</strong>. <em>Default: array('opacity' => .55, 'background' => '#fff');</em></li>
+<li> <strong>animation</strong>: Controls how the modal is animated when it is first drawn. Either <strong>show</strong>, <strong>fadeIn</strong> or <strong>slideDown</strong>. <em>Default: show</em></li>
+<li> <strong>animationSpeed</strong>: The speed of the animation, expressed either as a word jQuery understands (slow, medium or fast) or a number of milliseconds for the animation to run. <em>Defaults: fast</em></li>
+<li><strong>closeText</strong>: The text to display for the close button. Be sure to wrap this in t() for translatability. <em>Default: t('Close window')</em></li>
+<li><strong>closeImage</strong>: The image to use for the close button of the modal. <em>Default: theme('image', array('path' => ctools_image_path('icon-close-window.png'), 'alt' => t('Close window'), 'title' => t('Close window')))</em></li>
+<li><strong>loadingText</strong>: The text to display for the modal title during loading, along with the throbber. Be sure to wrap this in t() for translatability. <em>Default: t('Close window')</em></li>
+<li><strong>throbber</strong>: The HTML to display for the throbber image. You can use this instead of CToolsModalThrobber theme if you just want to change the image but not the throbber HTML. <em>Default: theme('image', array('path' => ctools_image_path('throbber.gif'), 'alt' => t('Loading...'), 'title' => t('Loading')))</em></li>
 </ul>
 
-<h3>Rendering within the modal</h3>
-To render your data inside the modal, you need to provide a page callback in your module that responds more or less like a normal page.
+<h2>Rendering within the modal</h2>
+<p>To render your data inside the modal, you need to provide a page callback in your module that responds more or less like a normal page.</p>
 
-In order to handle degradability, it's nice to allow your page to work both inside and outside of the modal so that users whose javascript is turned off can still use your page. There are two ways to accomplish this. First, you can embed 'nojs' as a portion of the URL and then watch to see if that turns into 'ajax' when the link is clicked. Second, if you do not wish to modify the URLs, you can check $_POST['js'] or $_POST['ctools_js'] to see if that flag was set. The URL method is the most flexible because it is easy to send the two links along completely different paths if necessary, and it is also much easier to manually test your module's output by manually visiting the nojs URL. It's actually quite difficult to do this if you have to set $_POST['js'] to test.
+<p>In order to handle degradability, it's nice to allow your page to work both inside and outside of the modal so that users whose javascript is turned off can still use your page. There are two ways to accomplish this. First, you can embed 'nojs' as a portion of the URL and then watch to see if that turns into 'ajax' when the link is clicked. Second, if you do not wish to modify the URLs, you can check $_POST['js'] or $_POST['ctools_js'] to see if that flag was set. The URL method is the most flexible because it is easy to send the two links along completely different paths if necessary, and it is also much easier to manually test your module's output by manually visiting the nojs URL. It's actually quite difficult to do this if you have to set $_POST['js'] to test.</p>
 
-In your hook_menu, you can use the a CTools' AJAX convenience loader to help:
+<p>In your hook_menu, you can use the a CTools' AJAX convenience loader to help:</p>
 
 <pre>
   $items['ctools_ajax_sample/%ctools_js/login'] = array(
@@ -155,7 +150,7 @@ In your hook_menu, you can use the a CTools' AJAX convenience loader to help:
   );
 </pre>
 
-The first argument to the page callback will be the result of ctools_js_load() which will return TRUE if 'ajax' was the string, and FALSE if anything else (i.e, nojs) is the string. Which means you can then declare your function like this:
+<p>The first argument to the page callback will be the result of ctools_js_load() which will return TRUE if 'ajax' was the string, and FALSE if anything else (i.e, nojs) is the string. Which means you can then declare your function like this:</p>
 
 <pre>
 function ctools_ajax_sample_login($js) {
@@ -168,7 +163,7 @@ function ctools_ajax_sample_login($js) {
 }
 </pre>
 
-If your modal does not include a form, rendering the output you wish to give the user is just a matter of calling the modal renderer with your data:
+<p>If your modal does not include a form, rendering the output you wish to give the user is just a matter of calling the modal renderer with your data:</p>
 
 <pre>
 function ctools_ajax_hello_world($js) {
@@ -184,9 +179,9 @@ function ctools_ajax_hello_world($js) {
 }
 </pre>
 
-If you need to do more than just render your modal, you can use a CTools $commands array. See the function ctools_modal_render() for more information on what you need to do here.
+<p>If you need to do more than just render your modal, you can use a CTools $commands array. See the function ctools_modal_render() for more information on what you need to do here.</p>
 
-If you are displaying a form -- and the vast majority of modals display forms -- then you need to do just slightly more. Fortunately there is the ctools_modal_form_wrapper() function:
+<p>If you are displaying a form -- and the vast majority of modals display forms -- then you need to do just slightly more. Fortunately there is the ctools_modal_form_wrapper() function:</p>
 
 <pre>
   ctools_include('modal');
@@ -217,4 +212,4 @@ If you are displaying a form -- and the vast majority of modals display forms --
   return $output;
 </pre>
 
-You can also use CTools' form wizard inside the modal. You do not need to do much special beyond setting $form_state['modal'] = TRUE in the wizard form; it already knows how to handle the rest.
+<p>You can also use CTools' form wizard inside the modal. You do not need to do much special beyond setting $form_state['modal'] = TRUE in the wizard form; it already knows how to handle the rest.</p>
diff --git a/sites/all/modules/ctools/help/object-cache.html b/sites/all/modules/ctools/help/object-cache.html
index 96481708..7e31c745 100644
--- a/sites/all/modules/ctools/help/object-cache.html
+++ b/sites/all/modules/ctools/help/object-cache.html
@@ -1,8 +1,8 @@
-The CTools Object Cache is a specialized cache for storing data that is non-volatile. This differs from the standard Drupal cache mechanism, which is volatile, meaning that the data can be cleared at any time and it is expected that any cached data can easily be reconstructed. In contrast, data stored in this cache is not expected to be reconstructable. It is primarily used for storing user input which is retrieved in stages, allowing for more complex user interface interactions.
+<p>The CTools Object Cache is a specialized cache for storing data that is non-volatile. This differs from the standard Drupal cache mechanism, which is volatile, meaning that the data can be cleared at any time and it is expected that any cached data can easily be reconstructed. In contrast, data stored in this cache is not expected to be reconstructable. It is primarily used for storing user input which is retrieved in stages, allowing for more complex user interface interactions.</p>
 
-The object cache consists of 3 normal functions for cache maintenance, and 2 additional functions to facilitate locking.
+<p>The object cache consists of 3 normal functions for cache maintenance, and 2 additional functions to facilitate locking.</p>
 
-To use any of these functions, you must first use ctools_include:
+<p>To use any of these functions, you must first use ctools_include:</p>
 
 <pre>
 ctools_include('object-cache');
@@ -57,7 +57,7 @@ function ctools_object_cache_set($obj, $name, $cache) {
 function ctools_object_cache_clear($obj, $name) {
 </pre>
 
-To facilitate locking, which is the ability to prohibit updates by other users while one user has an object cached, this system provides two functions:
+<p>To facilitate locking, which is the ability to prohibit updates by other users while one user has an object cached, this system provides two functions:</p>
 
 <pre>
 /**
@@ -78,9 +78,9 @@ To facilitate locking, which is the ability to prohibit updates by other users w
 function ctools_object_cache_test($obj, $name) {
 </pre>
 
-The object returned by ctools_object_cache_test can be directly used to determine whether a user should be allowed to cache their own version of an object.
+<p>The object returned by ctools_object_cache_test can be directly used to determine whether a user should be allowed to cache their own version of an object.</p>
 
-To allow the concept of breaking a lock, that is, clearing another users changes:
+<p>To allow the concept of breaking a lock, that is, clearing another users changes:</p>
 
 <pre>
 /**
@@ -97,7 +97,7 @@ To allow the concept of breaking a lock, that is, clearing another users changes
 function ctools_object_cache_clear_all($obj, $name) {
 </pre>
 
-Typical best practice is to use wrapper functions such as these:
+<p>Typical best practice is to use wrapper functions such as these:</p>
 
 <pre>
 /**
diff --git a/sites/all/modules/ctools/help/plugins-api.html b/sites/all/modules/ctools/help/plugins-api.html
index 47e5d6ba..548f17b5 100644
--- a/sites/all/modules/ctools/help/plugins-api.html
+++ b/sites/all/modules/ctools/help/plugins-api.html
@@ -1,6 +1,7 @@
-APIs are a form of plugins that are tightly associated with a module. Instead of a module providing any number of plugins, each module provides only one file for an API and this file can contain hooks that the module should invoke.
+<p>APIs are a form of plugins that are tightly associated with a module. Instead of a module providing any number of plugins, each module provides only one file for an API and this file can contain hooks that the module should invoke.</p>
+
+<p>Modules support this API by implementing hook_ctools_plugin_api($module, $api). If they support the API, they return a packet of data:</p>
 
-Modules support this API by implementing hook_ctools_plugin_api($module, $api). If they support the API, they return a packet of data:
 <pre>
 function mymodule_ctools_plugin_api($module, $api) {
   if ($module == 'some module' && $api = 'some api') {
@@ -13,9 +14,9 @@ function mymodule_ctools_plugin_api($module, $api) {
 }
 </pre>
 
-This implementation must be in the .module file.
+<p>This implementation must be in the .module file.</p>
 
-Modules utilizing this can invole ctools_plugin_api_include() in order to ensure all modules that support the API will have their files loaded as necessary. It's usually easiest to create a small helper function like this:
+<p>Modules utilizing this can invole ctools_plugin_api_include() in order to ensure all modules that support the API will have their files loaded as necessary. It's usually easiest to create a small helper function like this:</p>
 
 <pre>
 define('MYMODULE_MINIMUM_VERSION', 1);
@@ -27,14 +28,14 @@ function mymodule_include_api() {
 }
 </pre>
 
-Using a define will ensure your use of version numbers is consistent and easy to update when you make API changes. You can then use the usual module_invoke type commands:
+<p>Using a define will ensure your use of version numbers is consistent and easy to update when you make API changes. You can then use the usual module_invoke type commands:</p>
 
 <pre>
 mymodule_include_api();
 module_invoke('myhook', $data);
 </pre>
 
-If you need to pass references, this construct is standard:
+<p>If you need to pass references, this construct is standard:</p>
 
 <pre>
 foreach (mymodule_include_api() as $module => $info) {
@@ -50,5 +51,5 @@ foreach (mymodule_include_api() as $module => $info) {
 }
 </pre>
 
-TODO: There needs to be a way to check API version without including anything, as a module may simply
-provide normal plugins and versioning could still matter.
+<p>TODO: There needs to be a way to check API version without including anything, as a module may simply
+provide normal plugins and versioning could still matter.</p>
diff --git a/sites/all/modules/ctools/help/plugins-creating.html b/sites/all/modules/ctools/help/plugins-creating.html
index 77f0315c..186bb74c 100644
--- a/sites/all/modules/ctools/help/plugins-creating.html
+++ b/sites/all/modules/ctools/help/plugins-creating.html
@@ -1,58 +1,22 @@
 There are two primary pieces to using plugins. The first is getting the data, and the second is using the data.
 
-<h3>Getting the data</h3>
-To create a plugin, a module only has to execute ctools_get_plugins with the right data:
-
-<pre>
-  ctools_include('plugins');
-  ctools_get_plugins($module, $type, [$id])
-</pre>
-
-In the above example, $module should be your module's name and $type is the type of the plugin. It is typically best practice to provide some kind of wrapper function to make this easier. For example, Panels provides the following functions to implement the 'content_types' plugin:
+<h2>Defining a plugin</h2>
+To define that you offer a plugin that modules can implement, you first must implement hook_ctools_plugin_type() to tell the plugin system about your plugin. 
 
 <pre>
 /**
- * Fetch metadata on a specific content_type plugin.
- *
- * @param $content type
- *   Name of a panel content type.
- *
- * @return
- *   An array with information about the requested panel content type.
+ * Implements hook_ctools_plugin_type() to inform CTools about the layout plugin.
  */
-function panels_get_content_type($content_type) {
-  ctools_include('context');
-  ctools_include('plugins');
-  return ctools_get_plugins('panels', 'content_types', $content_type);
-}
-
-/**
- * Fetch metadata for all content_type plugins.
- *
- * @return
- *   An array of arrays with information about all available panel content types.
- */
-function panels_get_content_types() {
-  ctools_include('context');
-  ctools_include('plugins');
-  return ctools_get_plugins('panels', 'content_types');
-}
-</pre>
-
-As a plugin creator, your module can also implement a hook to give more information about this plugin, and to enable a few features that are not normally enabled. If you need any of these features, simply implement hook_ctools_plugin_TYPE (where TYPE is the same $type sent to ctools_get_plugins). This isn't a true hook, it will only be called for the $module that was given. This hook returns an array:
-
-<pre>
-/**
- * Inform CTools that the layout plugin can be loaded from themes.
- */
-function panels_ctools_plugin_layouts() {
-  return array(
+function panels_ctools_plugin_type() {
+  $plugins['layouts'] = array(
     'load themes' => TRUE,
   );
+
+  return $plugins;
 }
 </pre>
 
-The following information can be specified:
+The following information can be specified for each plugin type:
 <dl>
 <dt>cache</dt>
 <dd><em>Defaults to:</em> <strong>FALSE</strong></dd>
@@ -90,8 +54,46 @@ The following information can be specified:
 </dl>
 
 In addition, there is a 'module' and 'type' settings; these are for internal use of the plugin system and you should not change these.
+<h2>Getting the data</h2>
+To create a plugin, a module only has to execute ctools_get_plugins with the right data:
+
+<pre>
+  ctools_include('plugins');
+  ctools_get_plugins($module, $type, [$id])
+</pre>
+
+In the above example, $module should be your module's name and $type is the type of the plugin. It is typically best practice to provide some kind of wrapper function to make this easier. For example, Panels provides the following functions to implement the 'content_types' plugin:
+
+<pre>
+/**
+ * Fetch metadata on a specific content_type plugin.
+ *
+ * @param $content type
+ *   Name of a panel content type.
+ *
+ * @return
+ *   An array with information about the requested panel content type.
+ */
+function panels_get_content_type($content_type) {
+  ctools_include('context');
+  ctools_include('plugins');
+  return ctools_get_plugins('panels', 'content_types', $content_type);
+}
 
-<h3>Using the data</h3>
+/**
+ * Fetch metadata for all content_type plugins.
+ *
+ * @return
+ *   An array of arrays with information about all available panel content types.
+ */
+function panels_get_content_types() {
+  ctools_include('context');
+  ctools_include('plugins');
+  return ctools_get_plugins('panels', 'content_types');
+}
+</pre>
+
+<h2>Using the data</h2>
 
 Each plugin returns a packet of data, which is added to with a few defaults. Each plugin is guaranteed to always have the following data:
 <dl>
@@ -105,9 +107,9 @@ Each plugin returns a packet of data, which is added to with a few defaults. Eac
 <dd>The path to the file containing the plugin. This is useful for using secondary files, such as templates, css files, images, etc, that may come with a plugin.</dd>
 </dl>
 
-Any of the above items can be overridden by the plugin itself, though the most likely one to be modified is the 'path'.
+<p>Any of the above items can be overridden by the plugin itself, though the most likely one to be modified is the 'path'.</p>
 
-The most likely data (beyond simple printable data) for a plugin to provide is a callback. The plugin system provides a pair of functions to make it easy and consistent for these callbacks to be used. The first is ctools_plugin_get_function, which requires the full $plugin object.
+<p>The most likely data (beyond simple printable data) for a plugin to provide is a callback. The plugin system provides a pair of functions to make it easy and consistent for these callbacks to be used. The first is ctools_plugin_get_function, which requires the full $plugin object.</p>
 
 <pre>
 /**
@@ -126,7 +128,8 @@ The most likely data (beyond simple printable data) for a plugin to provide is a
 function ctools_plugin_get_function($plugin, $callback_name)
 </pre>
 
-The second does not require the full $plugin object, and will load it:
+<p>The second does not require the full $plugin object, and will load it:</p>
+
 <pre>
 /**
  * Load a plugin and get a function name from it, returning success only
@@ -148,13 +151,13 @@ The second does not require the full $plugin object, and will load it:
 function ctools_plugin_load_function($module, $type, $id, $callback_name) {
 </pre>
 
-Both of these functions will ensure any needed files are included. In fact, it allows each callback to specify alternative include files. The plugin implementation could include code like this:
+<p>Both of these functions will ensure any needed files are included. In fact, it allows each callback to specify alternative include files. The plugin implementation could include code like this:</p>
 
 <pre>
   'callback_name' => 'actual_name_of_function_here',
 </pre>
 
-Or like this:
+<p>Or like this:</p>
 <pre>
   'callback_name' => array(
     'file' => 'filename',
@@ -163,7 +166,7 @@ Or like this:
   ),
 </pre>
 
-An example, for 'plugin_example' type
+<p>An example, for 'plugin_example' type</p>
 
 <pre>
 $plugin = array(
@@ -176,7 +179,7 @@ $plugin = array(
 );
 </pre>
 
-To utilize this callback on this plugin:
+<p>To utilize this callback on this plugin:</p>
 
 <pre>
 if ($function = ctools_plugin_get_function($plugin, 'example_callback')) {
@@ -184,6 +187,6 @@ if ($function = ctools_plugin_get_function($plugin, 'example_callback')) {
 }
 </pre>
 
-<h3>Document your plugins!</h3>
-Since the data provided by your plugin tends to be specific to your plugin type, you really need to document what the data returned in the hook in the .inc file will be or nobody will figure it out. Use advanced help and document it there. If every system that utilizes plugins does this, then plugin implementors will quickly learn to expect the documentation to be in the advanced help.
+<h2>Document your plugins!</h2>
 
+<p>Since the data provided by your plugin tends to be specific to your plugin type, you really need to document what the data returned in the hook in the .inc file will be or nobody will figure it out. Use advanced help and document it there. If every system that utilizes plugins does this, then plugin implementors will quickly learn to expect the documentation to be in the advanced help.</p>
diff --git a/sites/all/modules/ctools/help/plugins-implementing.html b/sites/all/modules/ctools/help/plugins-implementing.html
index 0ea1269e..ea62aa26 100644
--- a/sites/all/modules/ctools/help/plugins-implementing.html
+++ b/sites/all/modules/ctools/help/plugins-implementing.html
@@ -1,7 +1,7 @@
-To implement plugins, you need to implement a single hook in your module to tell the system where your plugins live, and then you need to implement one or more .inc files that contain the plugin data.
+<p>To implement plugins, you need to implement a single hook in your module to tell the system where your plugins live, and then you need to implement one or more .inc files that contain the plugin data.</p>
 
-<h3>Telling it where your plugins live</h3>
-To implement any plugins at all, you must implement a single function for all plugins: <strong>hook_ctools_plugin_directory</strong>. Every time a module loads plugins, this hook will be called to see which modules implement those plugins and in what directory those plugins will live.
+<h2>Telling it where your plugins live</h2>
+<p>To implement any plugins at all, you must implement a single function for all plugins: <strong>hook_ctools_plugin_directory</strong>. Every time a module loads plugins, this hook will be called to see which modules implement those plugins and in what directory those plugins will live.</p>
 
 <pre>
 function hook_ctools_plugin_directory($module, $plugin) {
@@ -11,7 +11,7 @@ function hook_ctools_plugin_directory($module, $plugin) {
 }
 </pre>
 
-The directory returned should be relative to your module. Another common usage is to simply return that you implement all plugins owned by a given module (or modules):
+<p>The directory returned should be relative to your module. Another common usage is to simply return that you implement all plugins owned by a given module (or modules):</p>
 
 <pre>
 function hook_ctools_plugin_directory($module, $plugin) {
@@ -21,7 +21,7 @@ function hook_ctools_plugin_directory($module, $plugin) {
 }
 </pre>
 
-Typically, it is recommended that all plugins be placed into the 'plugins' directory for clarity and maintainability. Inside the directory, any number of subdirectories can be used. For plugins that require extra files, such as templates, css, javascript or image files, this is highly recommended:
+<p>Typically, it is recommended that all plugins be placed into the 'plugins' directory for clarity and maintainability. Inside the directory, any number of subdirectories can be used. For plugins that require extra files, such as templates, css, javascript or image files, this is highly recommended:</p>
 <pre>
 mymodule.module
 mymodule.info
@@ -35,24 +35,25 @@ plugins/
         my_layout_image.png
 </pre>
 
-<h3>How a theme can implement plugins</h3>
-Themes can implement plugins if the plugin owner specified that it's possible in its hook_ctools_api_TYPE() call. If so, it is generally exactly the same as modules, except for one important difference: themes don't get hook_ctools_plugin_directory(). Instead, themes add a line to their info file:
+<h2>How a theme can implement plugins</h2>
+<p>Themes can implement plugins if the plugin owner specified that it's possible in its hook_ctools_api_TYPE() call. If so, it is generally exactly the same as modules, except for one important difference: themes don't get hook_ctools_plugin_directory(). Instead, themes add a line to their info file:</p>
 
 <pre>
 plugins[module][type] = directory
 </pre>
 
-<h3>How to structure the .inc file</h3>
+<h2>How to structure the .inc file</h2>
 
-The top of the .inc file should contain an array that defines the plugin. This array is simply defined in the global namespace of the file and does not need a function. Note that previous versions of this plugin system required a specially named function. While this function will still work, its use is now discouraged, as it is annoying to name properly.
+<p>The top of the .inc file should contain an array that defines the plugin. This array is simply defined in the global namespace of the file and does not need a function. Note that previous versions of this plugin system required a specially named function. While this function will still work, its use is now discouraged, as it is annoying to name properly.</p>
+
+<p>This array should look something like this:</p>
 
-This array should look something like this:
 <pre>
 $plugin = array(
   'key' => 'value',
 );
 </pre>
 
-Several values will be filled in for you automatically, but you can override them if necessary. They include 'name', 'path', 'file' and 'module'. Additionally, the plugin can owner can provide other defaults as well.
+<p>Several values will be filled in for you automatically, but you can override them if necessary. They include 'name', 'path', 'file' and 'module'. Additionally, the plugin can owner can provide other defaults as well.</p>
 
-After this array, if your plugin needs functions, they can be declared. Different plugin types have different needs here, so exactly what else will be needed will change from type to type.
+<p>After this array, if your plugin needs functions, they can be declared. Different plugin types have different needs here, so exactly what else will be needed will change from type to type.</p>
diff --git a/sites/all/modules/ctools/help/plugins.html b/sites/all/modules/ctools/help/plugins.html
index 906813ee..b9484118 100644
--- a/sites/all/modules/ctools/help/plugins.html
+++ b/sites/all/modules/ctools/help/plugins.html
@@ -1,5 +1,5 @@
-The plugins tool allows a module to allow <b>other</b> modules (and themes!) to provide plugins which provide some kind of functionality or some kind of task. For example, in Panels there are several types of plugins: Content types (which are like blocks), layouts (which are page layouts) and styles (which can be used to style a panel). Each plugin is represented by a .inc file, and the functionality they offer can differ wildly.
+<p>The plugins tool allows a module to allow <b>other</b> modules (and themes!) to provide plugins which provide some kind of functionality or some kind of task. For example, in Panels there are several types of plugins: Content types (which are like blocks), layouts (which are page layouts) and styles (which can be used to style a panel). Each plugin is represented by a .inc file, and the functionality they offer can differ wildly.</p>
 
-A module which uses plugins can implement a hook describing the plugin (which is not necessary, as defaults will be filled in) and then calls a ctools function which loads either all the known plugins (used for listing/choosing) or loads a specific plugin (used when its known which plugin is needed). From the perspective of the plugin system, a plugin is a packet of data, usually some printable info and a list of callbacks. It is up to the module implementing plugins to determine what that info means and what the callbacks do.
+<p>A module which uses plugins can implement a hook describing the plugin (which is not necessary, as defaults will be filled in) and then calls a ctools function which loads either all the known plugins (used for listing/choosing) or loads a specific plugin (used when its known which plugin is needed). From the perspective of the plugin system, a plugin is a packet of data, usually some printable info and a list of callbacks. It is up to the module implementing plugins to determine what that info means and what the callbacks do.</p>
 
-A module which implements plugins must first implement the <strong>hook_ctools_plugin_directory</strong> function, which simply tells the system which plugins are supported and what directory to look in. Each plugin will then be in a .inc file in the directory supplied. The .inc file will contain a specially named hook which returns the data necessary to implement the plugin.
\ No newline at end of file
+<p>A module which implements plugins must first implement the <strong>hook_ctools_plugin_directory</strong> function, which simply tells the system which plugins are supported and what directory to look in. Each plugin will then be in a .inc file in the directory supplied. The .inc file will contain a specially named hook which returns the data necessary to implement the plugin.</p>
\ No newline at end of file
diff --git a/sites/all/modules/ctools/help/wizard.html b/sites/all/modules/ctools/help/wizard.html
index 93775dbc..33fc4562 100644
--- a/sites/all/modules/ctools/help/wizard.html
+++ b/sites/all/modules/ctools/help/wizard.html
@@ -1,7 +1,7 @@
-Form wizards, or multi-step forms, are a process by which the user goes through or can use an arbitrary number of different forms to create a single object or perform a single task. Traditionally the multi-step form is difficult in Drupal because there is no easy place to put data in between forms. No longer! The form wizard tool allows a single entry point to easily set up a wizard of multiple forms, provide callbacks  to handle data storage and updates between forms and when forms are completed. This tool pairs well with the <a href="&topic:ctools/object-cache&">object cache</a> tool for storage.
+<p>Form wizards, or multi-step forms, are a process by which the user goes through or can use an arbitrary number of different forms to create a single object or perform a single task. Traditionally the multi-step form is difficult in Drupal because there is no easy place to put data in between forms. No longer! The form wizard tool allows a single entry point to easily set up a wizard of multiple forms, provide callbacks  to handle data storage and updates between forms and when forms are completed. This tool pairs well with the <a href="&topic:ctools/object-cache&">object cache</a> tool for storage.</p>
 
-<h3>The form info array</h3>
-The wizard starts with an array of data that describes all of the forms available to the wizard and sets options for how the wizard will present and control the flow. Here is an example of the $form_info array as used in the delegator module:
+<h2>The form info array</h2>
+<p>The wizard starts with an array of data that describes all of the forms available to the wizard and sets options for how the wizard will present and control the flow. Here is an example of the $form_info array as used in the delegator module:</p>
 
 <pre>
   $form_info = array(
@@ -41,62 +41,79 @@ The wizard starts with an array of data that describes all of the forms availabl
   );
 </pre>
 
-The above array starts with an <b>id</b> which is used to identify the wizard in various places and a <b>path</b> which is needed to redirect to the next step between forms. It then creates some <b>settings</b> which control which pieces are displayed. In this case, it displays a form trail and a 'back' button, but not the 'return' button. Then there are the <b>wizard callbacks</b> which allow the wizard to act appropriately when forms are submitted. Finally it contains a <b>list of forms</b> and their <b>order</b> so that it knows which forms to use and what order to use them by default. Note that the keys in the order and list of forms match; that key is called the <b>step</b> and is used to identify each individual step of the wizard.
+<p>The above array starts with an <strong>id</strong> which is used to identify the wizard in various places and a <strong>path</strong> which is needed to redirect to the next step between forms. It then creates some <strong>settings</strong> which control which pieces are displayed. In this case, it displays a form trail and a 'back' button, but not the 'return' button. Then there are the <strong>wizard callbacks</strong> which allow the wizard to act appropriately when forms are submitted. Finally it contains a <strong>list of forms</strong> and their <strong>order</strong> so that it knows which forms to use and what order to use them by default. Note that the keys in the order and list of forms match; that key is called the <strong>step</strong> and is used to identify each individual step of the wizard.</p>
 
-Here is a full list of every item that can be in the form info array:
+<p>Here is a full list of every item that can be in the form info array:</p>
 
 <dl>
 <dt>id</dt>
-<dd>An id for wizard. This is used like a hook to automatically name <b>callbacks</b>, as well as a form step's form building function. It is also used in trail theming.</dd>
+<dd>An id for wizard. This is used like a hook to automatically name <strong>callbacks</strong>, as well as a form step's form building function. It is also used in trail theming.</dd>
+
 <dt>path</dt>
 <dd>The path to use when redirecting between forms. <strong>%step</strong> will be replaced with the key for the form.</dd>
+
 <dt>return path</dt>
 <dd>When a form is complete, this is the path to go to. This is required if the 'return' button is shown and not using AJAX. It is also used for the 'Finish' button. If it is not present and needed, the cancel path will also be checked.</dd>
+
 <dt>cancel path</dt>
 <dd>When a form is canceled, this is the path to go to. This is required if the 'cancel' is shown and not using AJAX.</dd>
+
 <dt>show trail</dt>
 <dd>If set to TRUE, the form trail will be shown like a breadcrumb at the top of each form. Defaults to FALSE.</dd>
+
 <dt>show back</dt>
 <dd>If set to TRUE, show a back button on each form. Defaults to FALSE.</dd>
+
 <dt>show return</dt>
 <dd>If set to TRUE, show a return button. Defaults to FALSE.</dd>
+
 <dt>show cancel</dt>
 <dd>If set to TRUE, show a cancel button. Defaults to FALSE.</dd>
+
 <dt>back text</dt>
 <dd>Set the text of the 'back' button. Defaults to t('Back').</dd>
+
 <dt>next text</dt>
 <dd>Set the text of the 'next' button. Defaults to t('Continue').</dd>
+
 <dt>return text</dt>
 <dd>Set the text of the 'return' button. Defaults to t('Update and return').</dd>
+
 <dt>finish text</dt>
 <dd>Set the text of the 'finish' button. Defaults to t('Finish').</dd>
+
 <dt>cancel text</dt>
 <dd>Set the text of the 'cancel' button. Defaults to t('Cancel').</dd>
+
 <dt>ajax</dt>
 <dd>Turn on AJAX capabilities, using CTools' ajax.inc. Defaults to FALSE.</dd>
+
 <dt>modal</dt>
 <dd>Put the wizard in the modal tool. The modal must already be open and called from an ajax button for this to work, which is easily accomplished using functions provided by the modal tool.</dd>
+
 <dt>ajax render</dt>
 <dd>A callback to display the rendered form via ajax. This is not required if using the modal tool, but is required otherwise since ajax by itself does not know how to render the results. Params: &$form_state, $output.</dd>
+
 <dt>finish callback</dt>
-<dd>
-The function to call when a form is complete and the finish button has been clicked. This function should finalize all data. Params: &$form_state. 
+<dd>The function to call when a form is complete and the finish button has been clicked. This function should finalize all data. Params: &$form_state. 
 Defaults to $form_info['id']._finish if function exists.
 </dd>
+
 <dt>cancel callback</dt>
-<dd>
-The function to call when a form is canceled by the user. This function should clean up any data that is cached. Params: &$form_state. 
+<dd>The function to call when a form is canceled by the user. This function should clean up any data that is cached. Params: &$form_state. 
 Defaults to $form_info['id']._cancel if function exists.</dd>
+
 <dt>return callback</dt>
-<dd>
-The function to call when a form is complete and the return button has been clicked. This is often the same as the finish callback. Params: &$form_state. 
+<dd>The function to call when a form is complete and the return button has been clicked. This is often the same as the finish callback. Params: &$form_state. 
 Defaults to $form_info['id']._return if function exists.</dd>
+
 <dt>next callback</dt>
-<dd>
-The function to call when the next button has been clicked. This function should take the submitted data and cache it for later use by the finish callback. Params: &$form_state. 
+<dd>The function to call when the next button has been clicked. This function should take the submitted data and cache it for later use by the finish callback. Params: &$form_state. 
 Defaults to $form_info['id']._next if function exists.</dd>
+
 <dt>order</dt>
 <dd>An optional array of forms, keyed by the step, which represents the default order the forms will be displayed in. If not set, the forms array will control the order. Note that submit callbacks can override the order so that branching logic can be used.</dd>
+
 <dt>forms</dt>
 <dd>An array of form info arrays, keyed by step, describing every form available to the wizard. If order array isn't set, the wizard will use this to set the default order. Each array contains:
   <dl>
@@ -105,18 +122,20 @@ Defaults to $form_info['id']._next if function exists.</dd>
     The id of the form, as used in the Drupal form system. This is also the name of the function that represents the form builder. 
     Defaults to $form_info['id']._.$step._form.
   </dd>
+  
   <dt>include</dt>
   <dd>The name of a file to include which contains the code for this form. This makes it easy to include the form wizard in another file or set of files. This must be the full path of the file, so be sure to use drupal_get_path() when setting this. This can also be an array of files if multiple files need to be included.</dd>
+  
   <dt>title</dt>
   <dd>The title of the form, to be optionally set via drupal_get_title. This is required when using the modal if $form_state['title'] is not set.</dd>
   </dl>
 </dd>
 </dl>
 
-<h3>Invoking the form wizard</h3>
-Your module should create a page callback via hook_menu, and this callback should contain an argument for the step. The path that leads to this page callback should be the same as the 'path' set in the $form_info array.
+<h2>Invoking the form wizard</h2>
+<p>Your module should create a page callback via hook_menu, and this callback should contain an argument for the step. The path that leads to this page callback should be the same as the 'path' set in the $form_info array.</p>
 
-The page callback should set up the $form_info, and figure out what the default step should be if no step is provided (note that the wizard does not do this for you; you MUST specify a step). Then invoke the form wizard:
+<p>The page callback should set up the $form_info, and figure out what the default step should be if no step is provided (note that the wizard does not do this for you; you MUST specify a step). Then invoke the form wizard:</p>
 
 <pre>
   $form_state = array();
@@ -124,15 +143,16 @@ The page callback should set up the $form_info, and figure out what the default
   $output = ctools_wizard_multistep_form($form_info, $step, $form_state);
 </pre>
 
-If using AJAX or the modal, This part is actually done! If not, you have one more small step:
+<p>If using AJAX or the modal, This part is actually done! If not, you have one more small step:</p>
+
 <pre>
   return $output;
 </pre>
 
-<h3>Forms and their callbacks</h3>
-Each form within the wizard is a complete, independent form using Drupal's Form API system. It has a form builder callback as well as submit and validate callbacks and can be form altered. The primary difference between these forms and a normal Drupal form is that the submit handler should not save any data. Instead, it should make any changes to a cached object (usually placed on the $form_state) and only the _finish or _return handler should actually save any real data.
+<h2>Forms and their callbacks</h2>
+<p>Each form within the wizard is a complete, independent form using Drupal's Form API system. It has a form builder callback as well as submit and validate callbacks and can be form altered. The primary difference between these forms and a normal Drupal form is that the submit handler should not save any data. Instead, it should make any changes to a cached object (usually placed on the $form_state) and only the _finish or _return handler should actually save any real data.</p>
 
-How you handle this is completely up to you. The recommended best practice is to use the CTools Object cache, and a good way to do this is to write a couple of wrapper functions around the cache that look like these example functions:
+<p>How you handle this is completely up to you. The recommended best practice is to use the CTools Object cache, and a good way to do this is to write a couple of wrapper functions around the cache that look like these example functions:</p>
 
 <pre>
 /**
@@ -166,9 +186,9 @@ function delegator_page_clear_page_cache($name) {
 }
 </pre>
 
-Using these wrappers, when performing a get_cache operation, it defaults to loading the real object. It then checks to see if another user has this object cached using the ctools_object_cache_test() function, which automatically sets a lock (which can be used to prevent writes later on).
+<p>Using these wrappers, when performing a get_cache operation, it defaults to loading the real object. It then checks to see if another user has this object cached using the ctools_object_cache_test() function, which automatically sets a lock (which can be used to prevent writes later on).</p>
 
-With this set up, the _next, _finish and _cancel callbacks are quite simple:
+<p>With this set up, the _next, _finish and _cancel callbacks are quite simple:</p>
 
 <pre>
 /**
@@ -205,7 +225,7 @@ function delegator_page_add_subtask_cancel(&$form_state) {
 }
 </pre>
 
-All that's needed to tie this together is to understand how the changes made it into the cache in the first place. This happened in the various form _submit handlers, which made changes to $form_state['page'] based upon the values set in the form:
+<p>All that's needed to tie this together is to understand how the changes made it into the cache in the first place. This happened in the various form _submit handlers, which made changes to $form_state['page'] based upon the values set in the form:</p>
 
 <pre>
 /**
@@ -223,10 +243,10 @@ function delegator_page_form_basic_submit($form, &$form_state) {
 }
 </pre>
 
-No database operations were made during this _submit, and that's a very important distinction about this system.
+<p>No database operations were made during this _submit, and that's a very important distinction about this system.</p>
 
 <h3>Proper handling of back button</h3>
-When using <strong>'show back' => TRUE</strong> the cached data should be assigned to the <em>#default_value</em> form property. Otherwise when the user goes back to the previous step the forms default values instead of his (cached) input is used.
+<p>When using <strong>'show back' => TRUE</strong> the cached data should be assigned to the <em>#default_value</em> form property. Otherwise when the user goes back to the previous step the forms default values instead of his (cached) input is used.</p>
 
 <pre>
 /**
@@ -255,10 +275,10 @@ function wizardid_step2_form_submit($form, &$form_state) {
 }
 </pre>
 
-The data is stored in the <em>my data</em> object on submitting. If the user goes back to this step the cached <em>my data</em> is used as the default form value. The function <em>my_module_get_cache()</em> is like the cache functions explained above.
+<p>The data is stored in the <em>my data</em> object on submitting. If the user goes back to this step the cached <em>my data</em> is used as the default form value. The function <em>my_module_get_cache()</em> is like the cache functions explained above.</p>
 
-<h3>Required fields, cancel and back buttons</h3>
-If you have required fields in your forms, the back and cancel buttons will not work as expected since validation of the form will fail. You can add the following code to the top of your form validation to avoid this problem :
+<h2>Required fields, cancel and back buttons</h2>
+<p>If you have required fields in your forms, the back and cancel buttons will not work as expected since validation of the form will fail. You can add the following code to the top of your form validation to avoid this problem:</p>
 <pre>
 /**
  * Validation handler for step2 form
@@ -275,8 +295,8 @@ function wizardid_step2_form_validate(&$form, &$form_state) {
 }
 </pre>
 
-<h3>Wizard for anonymous users</h3>
-If you are creating a wizard which is be used by anonymous users, you might run into some issues with drupal's caching for anonymous users. You can circumvent this by using hook_init and telling drupal to not cache your wizard pages :
+<h2>Wizard for anonymous users</h2>
+<p>If you are creating a wizard which is be used by anonymous users, you might run into some issues with drupal's caching for anonymous users. You can circumvent this by using hook_init and telling drupal to not cache your wizard pages:</p>
 <pre>
 /**
  * Implementation of hook init
diff --git a/sites/all/modules/ctools/includes/ajax.inc b/sites/all/modules/ctools/includes/ajax.inc
index 981ee237..bb17bea2 100644
--- a/sites/all/modules/ctools/includes/ajax.inc
+++ b/sites/all/modules/ctools/includes/ajax.inc
@@ -45,7 +45,7 @@ function ctools_ajax_image_button($image, $dest, $alt, $class = '') {
  *   to ctools-use-ajax.
  */
 function ctools_ajax_text_button($text, $dest, $alt, $class = '', $type = 'use-ajax') {
-  drupal_add_js('misc/ajax.js');
+  drupal_add_library('system', 'drupal.ajax');
   return l($text, $dest, array('html' => TRUE, 'attributes' => array('class' => array($type, $class), 'title' => $alt)));
 }
 
@@ -59,8 +59,9 @@ function ctools_ajax_text_button($text, $dest, $alt, $class = '', $type = 'use-a
  * @param $value
  *  The value of the data.
  */
- function ctools_ajax_command_attr($selector, $name, $value) {
-   return array(
+function ctools_ajax_command_attr($selector, $name, $value) {
+  ctools_add_js('ajax-responder');
+  return array(
      'command' => 'attr',
      'selector' => $selector,
      'name' => $name,
@@ -80,6 +81,7 @@ function ctools_ajax_text_button($text, $dest, $alt, $class = '', $type = 'use-a
  *   An array of options to pass to the url() function.
  */
 function ctools_ajax_command_redirect($url, $delay = 0, $options = array()) {
+  ctools_add_js('ajax-responder');
   return array(
     'command' => 'redirect',
     'url' => url($url, $options),
@@ -91,6 +93,7 @@ function ctools_ajax_command_redirect($url, $delay = 0, $options = array()) {
  * Force a reload of the current page.
  */
 function ctools_ajax_command_reload() {
+  ctools_add_js('ajax-responder');
   return array(
     'command' => 'reload',
   );
@@ -107,6 +110,7 @@ function ctools_ajax_command_reload() {
  *   selector jquery uses in $().
  */
 function ctools_ajax_command_submit($selector) {
+  ctools_add_js('ajax-responder');
   return array(
     'command' => 'submit',
     'selector' => $selector,
diff --git a/sites/all/modules/ctools/includes/cleanstring.inc b/sites/all/modules/ctools/includes/cleanstring.inc
index e4943e43..530fc0ff 100644
--- a/sites/all/modules/ctools/includes/cleanstring.inc
+++ b/sites/all/modules/ctools/includes/cleanstring.inc
@@ -58,9 +58,9 @@ define('CTOOLS_PREG_CLASS_ALNUM',
 '\x{2ce5}-\x{2cff}\x{2d6f}\x{2e00}-\x{3005}\x{3007}-\x{303b}\x{303d}-\x{303f}' .
 '\x{3099}-\x{309e}\x{30a0}\x{30fb}-\x{30fe}\x{3190}-\x{319f}\x{31c0}-\x{31cf}' .
 '\x{3200}-\x{33ff}\x{4dc0}-\x{4dff}\x{a015}\x{a490}-\x{a716}\x{a802}\x{a806}' .
-'\x{a80b}\x{a823}-\x{a82b}\x{d800}-\x{f8ff}\x{fb1e}\x{fb29}\x{fd3e}\x{fd3f}' .
-'\x{fdfc}-\x{fe6b}\x{feff}-\x{ff0f}\x{ff1a}-\x{ff20}\x{ff3b}-\x{ff40}\x{ff5b}-' .
-'\x{ff65}\x{ff70}\x{ff9e}\x{ff9f}\x{ffe0}-\x{fffd}');
+'\x{a80b}\x{a823}-\x{a82b}\x{f8ff}\x{fb1e}\x{fb29}\x{fd3e}\x{fd3f}\x{fdfc}-' .
+'\x{fe6b}\x{feff}-\x{ff0f}\x{ff1a}-\x{ff20}\x{ff3b}-\x{ff40}\x{ff5b}-\x{ff65}' .
+'\x{ff70}\x{ff9e}\x{ff9f}\x{ffe0}-\x{fffd}');
 
 
 /**
diff --git a/sites/all/modules/ctools/includes/content.inc b/sites/all/modules/ctools/includes/content.inc
index a55f7ec5..134c951d 100644
--- a/sites/all/modules/ctools/includes/content.inc
+++ b/sites/all/modules/ctools/includes/content.inc
@@ -216,6 +216,8 @@ function ctools_content_prepare_subtype(&$subtype, $plugin) {
       $subtype[$key] = $plugin[$key];
     }
   }
+
+  drupal_alter('ctools_content_subtype', $subtype, $plugin);
 }
 
 /**
@@ -782,3 +784,32 @@ function ctools_content_select_context($plugin, $subtype, $conf, $contexts) {
 
   return $context;
 }
+
+/**
+ * Fetch a piece of content from the addressable content system.
+ *
+ * @param $address
+ *   A string or an array representing the address of the content.
+ * @param $type
+ *   The type of content to return. The type is dependent on what
+ *   the content actually is. The default, 'content' means a simple
+ *   string representing the content. However, richer systems may
+ *   offer more options. For example, Panels might allow the
+ *   fetching of 'display' and 'pane' objects. Page Manager
+ *   might allow for the fetching of 'task_handler' objects
+ *   (AKA variants).
+ */
+function ctools_get_addressable_content($address, $type = 'content') {
+  if (!is_array($address)) {
+    $address = explode('::', $address);
+  }
+
+  if (!$address) {
+    return;
+  }
+
+  // This removes the module from the address so the
+  // implementor is not responsible for that part.
+  $module = array_shift($address);
+  return module_invoke($module, 'addressable_content', $address, $type);
+}
diff --git a/sites/all/modules/ctools/includes/context-access-admin.inc b/sites/all/modules/ctools/includes/context-access-admin.inc
index b1558000..76643cf6 100644
--- a/sites/all/modules/ctools/includes/context-access-admin.inc
+++ b/sites/all/modules/ctools/includes/context-access-admin.inc
@@ -99,7 +99,7 @@
  * form into your own, and instead call
  *
  * @code{
- *   $form = array_merge($form, ctools_access_admin_form($form_state));
+ *   $form = ctools_access_admin_form($form, $form_state);
  * }
  *
  * You'll be responsible for adding a submit button.
@@ -239,7 +239,7 @@ function ctools_access_admin_form_submit($form, &$form_state) {
 
   $function = $form_state['module'] . '_ctools_access_clear';
   if (function_exists($function)) {
-    $function($form_state['argument']);
+    $function($form_state['callback argument']);
   }
 }
 
diff --git a/sites/all/modules/ctools/includes/context-admin.inc b/sites/all/modules/ctools/includes/context-admin.inc
index bda61e3f..aeb7270d 100644
--- a/sites/all/modules/ctools/includes/context-admin.inc
+++ b/sites/all/modules/ctools/includes/context-admin.inc
@@ -246,7 +246,7 @@ function ctools_context_add_item_table($type, &$form, $available_contexts, $item
 }
 
 function ctools_context_add_item_table_buttons($type, $module, &$form, $available_contexts) {
-  drupal_add_js('misc/ajax.js');
+  drupal_add_library('system', 'drupal.ajax');
   $form['buttons'] = array(
     '#tree' => TRUE,
   );
@@ -345,7 +345,7 @@ function ctools_context_ajax_item_add($mechanism = NULL, $type = NULL, $cache_ke
   // Set up the $conf array for this plugin
   if (empty($step) || empty($object->temporary)) {
     // Create the basis for our new context.
-    $conf = ctools_context_get_defaults($plugin_definition);
+    $conf = ctools_context_get_defaults($plugin_definition, $object, $type);
     $object->temporary = &$conf;
   }
   else {
@@ -614,7 +614,22 @@ function ctools_context_ajax_item_edit($mechanism = NULL, $type = NULL, $cache_k
   exit;
 }
 
-function ctools_context_get_defaults($plugin_definition) {
+/**
+ * Get the defaults for a new instance of a context plugin.
+ *
+ * @param $plugin_definition
+ *   The metadata definition of the plugin from ctools_get_plugins().
+ * @param $object
+ *   The object the context plugin will be added to.
+ * @param $type
+ *   The type of context plugin. i.e, context, requiredcontext, relationship
+ */
+function ctools_context_get_defaults($plugin_definition, $object, $type) {
+  // Fetch the potential id of the plugin so we can append
+  // title and keyword information for new ones.
+  $type_info = ctools_context_info($type);
+  $id = ctools_context_next_id($object->{$type_info['key']}, $plugin_definition['name']);
+
   $conf = array(
     'identifier' => $plugin_definition['title'] . ($id > 1 ? ' ' . $id : ''),
     'keyword' => ctools_get_keyword($object, $plugin_definition['keyword']),
@@ -652,7 +667,6 @@ function ctools_edit_context_form_defaults($form, &$form_state) {
   $object            = $form_state['object'];
   $plugin_definition = $form_state['plugin'];
   $type_info         = $form_state['type info'];
-  $position          = $form_state['position'];
   $contexts          = $form_state['contexts'];
   $conf             = $form_state['conf'];
 
@@ -796,7 +810,7 @@ function ctools_get_keyword($page, $word) {
   }
 
   $keyword = $word;
-  $count = 0;
+  $count = 1;
   while (!empty($keywords[$keyword])) {
     $keyword = $word . '_' . ++$count;
   }
diff --git a/sites/all/modules/ctools/includes/context-task-handler.inc b/sites/all/modules/ctools/includes/context-task-handler.inc
index a1d9cd4e..3735870e 100644
--- a/sites/all/modules/ctools/includes/context-task-handler.inc
+++ b/sites/all/modules/ctools/includes/context-task-handler.inc
@@ -148,7 +148,7 @@ function ctools_context_handler_render_handler($task, $subtask, $handler, $conte
       case 305:
       case 307:
         $info += array(
-          'query' => '',
+          'query' => array(),
           'fragment' => '',
         );
         $options = array(
@@ -162,49 +162,38 @@ function ctools_context_handler_render_handler($task, $subtask, $handler, $conte
 
   $plugin = page_manager_get_task_handler($handler->handler);
 
-  if (module_exists('contextual') && user_access('access contextual links') && user_access('administer page manager') && isset($handler->task)) {
-    // Provide a tab to edit this context:
-    ctools_include('menu');
-    $task = page_manager_get_task($handler->task);
+  if (module_exists('contextual') && user_access('access contextual links') && isset($handler->task)) {
+    // Provide a contextual link to edit this, if we can:
+    $callback = isset($plugin['contextual link']) ? $plugin['contextual link'] : 'ctools_task_handler_default_contextual_link';
+    if ($callback && function_exists($callback)) {
+      $links = $callback($handler, $plugin, $contexts, $args);
+    }
+
+    if (!empty($links) && is_array($links)) {
+      $build = array(
+        '#theme_wrappers' => array('container'),
+        '#attributes' => array('class' => array('contextual-links-region')),
+      );
 
-    $title = !empty($task['tab title']) ? $task['tab title'] : t('Edit @type', array('@type' => $plugin['title']));
-    $trail = array();
-    if (!empty($plugin['tab operation'])) {
-      if (is_array($plugin['tab operation'])) {
-        $trail = $plugin['tab operation'];
+      if (!is_array($info['content'])) {
+        $build['content']['#markup'] = $info['content'];
       }
-      else if (function_exists($plugin['tab operation'])) {
-        $trail = $plugin['tab operation']($handler, $contexts, $args);
+      else {
+        $build['content'] = $info['content'];
       }
-    }
 
-    $build = array(
-      '#theme_wrappers' => array('container'),
-      '#attributes' => array('class' => array('contextual-links-region')),
-    );
-
-    if (!is_array($info['content'])) {
-      $build['content']['#markup'] = $info['content'];
-    }
-    else {
-      $build['content'] = $info['content'];
+      $build['contextual_links'] = array(
+        '#prefix' => '<div class="contextual-links-wrapper">',
+        '#suffix' => '</div>',
+        '#theme' => 'links__contextual',
+        '#links' => $links,
+        '#attributes' => array('class' => array('contextual-links')),
+        '#attached' => array(
+          'library' => array(array('contextual', 'contextual-links')),
+        ),
+      );
+      $info['content'] = $build;
     }
-
-    $path = page_manager_edit_url(page_manager_make_task_name($handler->task, $handler->subtask), $trail);
-    $build['contextual_links'] = array(
-      '#prefix' => '<div class="contextual-links-wrapper">',
-      '#suffix' => '</div>',
-      '#theme' => 'links__contextual',
-      '#links' => array(array(
-        'href' => $path,
-        'title' => $title,
-      )),
-      '#attributes' => array('class' => array('contextual-links')),
-      '#attached' => array(
-        'library' => array(array('contextual', 'contextual-links')),
-      ),
-    );
-    $info['content'] = drupal_render($build);
   }
 
   foreach (ctools_context_handler_get_task_arguments($task, $subtask) as $id => $argument) {
@@ -226,6 +215,41 @@ function ctools_context_handler_render_handler($task, $subtask, $handler, $conte
   return $info['content'];
 }
 
+/**
+ * Default function to provide contextual link for a task as defined by the handler.
+ *
+ * This provides a simple link to th main content operation and is suitable
+ * for most normal handlers. Setting 'contextual link' to a function overrides
+ * this and setting it to FALSE will prevent a contextual link from appearing.
+ */
+function ctools_task_handler_default_contextual_link($handler, $plugin, $contexts, $args) {
+  if (!user_access('administer page manager')) {
+    return;
+  }
+
+  $task = page_manager_get_task($handler->task);
+
+  $title = !empty($task['tab title']) ? $task['tab title'] : t('Edit @type', array('@type' => $plugin['title']));
+  $trail = array();
+  if (!empty($plugin['tab operation'])) {
+    if (is_array($plugin['tab operation'])) {
+      $trail = $plugin['tab operation'];
+    }
+    else if (function_exists($plugin['tab operation'])) {
+      $trail = $plugin['tab operation']($handler, $contexts, $args);
+    }
+  }
+  $path = page_manager_edit_url(page_manager_make_task_name($handler->task, $handler->subtask), $trail);
+
+  $links = array(array(
+    'href' => $path,
+    'title' => $title,
+    'query' => drupal_get_destination(),
+  ));
+
+  return $links;
+}
+
 /**
  * Called to execute actions that should happen before a handler is rendered.
  */
diff --git a/sites/all/modules/ctools/includes/context.inc b/sites/all/modules/ctools/includes/context.inc
index 23fac54c..cc6d39c4 100644
--- a/sites/all/modules/ctools/includes/context.inc
+++ b/sites/all/modules/ctools/includes/context.inc
@@ -12,7 +12,7 @@
  * is operating in or on.
  *
  * For example, when viewing a page, the 'context' is a node object. When
- * viewing a user, the 'context' is a user object. Contexs can also
+ * viewing a user, the 'context' is a user object. Contexts can also
  * have related contexts. For example, when viewing a 'node' you may need
  * to know something about the node author. Therefore, the node author
  * is a related context.
@@ -105,6 +105,12 @@ class ctools_context_required {
    */
   var $required = TRUE;
 
+  /**
+   * If TRUE, skip the check in ctools_context_required::select()
+   * for contexts whose names may have changed.
+   */
+  var $skip_name_check = FALSE;
+
   /**
    *
    * @param $title
@@ -117,6 +123,11 @@ class ctools_context_required {
     $args = func_get_args();
     $this->title = array_shift($args);
 
+    // If we have a boolean value at the end for $skip_name_check, store it
+    if (is_bool(end($args))) {
+      $this->skip_name_check = array_pop($args);
+    }
+
     // If we were given restrictions at the end, store them.
     if (count($args) > 1 && is_array(end($args))) {
       $this->restrictions = array_pop($args);
@@ -165,7 +176,7 @@ class ctools_context_required {
     // in our context list, there is a good chance that what happened
     // is our context IDs changed. See if there's another context
     // that satisfies our requirements.
-    if (!empty($context) && !isset($contexts[$context])) {
+    if (!$this->skip_name_check && !empty($context) && !isset($contexts[$context])) {
       $choices = $this->filter($contexts);
 
       // If we got a hit, take the first one that matches.
@@ -505,7 +516,8 @@ function ctools_context_convert_context($context, $converter) {
   }
 
   $value = $context->argument;
-  if ($function = ctools_plugin_load_function('ctools', 'contexts', $context->plugin, 'convert')) {
+  $plugin = ctools_get_context($context->plugin);
+  if ($function = ctools_plugin_get_function($plugin, 'convert')) {
     $value = $function($context, $converter);
   }
 
@@ -572,7 +584,8 @@ function _ctools_context_select($contexts, $required, $context) {
 function ctools_context_create($type, $data = NULL, $conf = FALSE) {
   ctools_include('plugins');
   $plugin = ctools_get_context($type);
-  if ($function = ctools_plugin_load_function('ctools', 'contexts', $type, 'context')) {
+
+  if ($function = ctools_plugin_get_function($plugin, 'context')) {
     return $function(FALSE, $data, $conf, $plugin);
   }
 }
@@ -1003,8 +1016,23 @@ function ctools_context_get_context_from_relationships($relationships, &$context
  *   An array with information about the requested panel context.
  */
 function ctools_get_context($context) {
+  static $gate = array();
   ctools_include('plugins');
-  return ctools_get_plugins('ctools', 'contexts', $context);
+  $plugin = ctools_get_plugins('ctools', 'contexts', $context);
+  if (empty($gate['context']) && !empty($plugin['superceded by'])) {
+    // This gate prevents infinite loops.
+    $gate[$context] = TRUE;
+    $new_plugin = ctools_get_plugins('ctools', 'contexts', $plugin['superceded by']);
+    $gate[$context] = FALSE;
+
+    // If a new plugin was returned, return it. Otherwise fall through and
+    // return the original we fetched.
+    if ($new_plugin) {
+      return $new_plugin;
+    }
+  }
+
+  return $plugin;
 }
 
 /**
diff --git a/sites/all/modules/ctools/includes/css.inc b/sites/all/modules/ctools/includes/css.inc
index 238a3bc9..29ac2ec9 100644
--- a/sites/all/modules/ctools/includes/css.inc
+++ b/sites/all/modules/ctools/includes/css.inc
@@ -556,7 +556,7 @@ function ctools_css_flush_caches() {
   // @see http://drupal.org/node/573292
   // file_unmanaged_delete_recursive('public://render');
   $filedir = file_default_scheme() . '://ctools/css';
-  if (drupal_realpath($filedir)) {
+  if (drupal_realpath($filedir) && file_exists($filedir)) {
     // We use the @ because it's possible that files created by the webserver
     // cannot be deleted while using drush to clear the cache. We don't really
     // care that much about that, to be honest, so we use the @ to suppress
diff --git a/sites/all/modules/ctools/includes/export-ui.inc b/sites/all/modules/ctools/includes/export-ui.inc
index 455a3cc5..89b6d16d 100644
--- a/sites/all/modules/ctools/includes/export-ui.inc
+++ b/sites/all/modules/ctools/includes/export-ui.inc
@@ -69,6 +69,7 @@ function ctools_export_ui_process(&$plugin, $info) {
     drupal_set_message(t('The plugin definition of @plugin uses %schema, but it has no export section.', array('%schema' => $plugin['schema'], '@plugin' => $plugin['name'])), 'error');
     return;
   }
+  $plugin['export'] += $schema['export'];
 
   $plugin['export'] += array(
     // Add the identifier key from the schema so we don't have to call
diff --git a/sites/all/modules/ctools/includes/export.inc b/sites/all/modules/ctools/includes/export.inc
index 66aa3b67..dfbe74b9 100644
--- a/sites/all/modules/ctools/includes/export.inc
+++ b/sites/all/modules/ctools/includes/export.inc
@@ -85,6 +85,36 @@ function ctools_export_crud_load($table, $name) {
   }
 }
 
+/**
+ * Load multiple exportable objects.
+ *
+ * @param $table
+ *   The name of the table to use to retrieve $schema values. This table
+ *   must have an 'export' section containing data or this function
+ *   will fail.
+ * @param $names
+ *   An array of unique IDs to load. The field for these IDs will be specified
+ *   by the export key, which normally defaults to 'name'.
+ *
+ * @return
+ *   An array of the loaded objects.
+ */
+function ctools_export_crud_load_multiple($table, array $names) {
+  $schema = ctools_export_get_schema($table);
+  $export = $schema['export'];
+
+  $results = array();
+  if (!empty($export['load multiple callback']) && function_exists($export['load multiple callback'])) {
+    $results = $export['load multiple callback']($names);
+  }
+  else {
+    $results = ctools_export_load_object($table, 'names', $names);
+  }
+
+  // Ensure no empty results are returned.
+  return array_filter($results);
+}
+
 /**
  * Load all exportable objects of a given type.
  *
@@ -359,7 +389,7 @@ function ctools_export_load_object($table, $type = 'all', $args = array()) {
   $cached_database = &drupal_static('ctools_export_load_object_all');
 
   $schema = ctools_export_get_schema($table);
-  if (empty($schema)) {
+  if (empty($schema) || !db_table_exists($table)) {
     return array();
   }
 
@@ -466,7 +496,15 @@ function ctools_export_load_object($table, $type = 'all', $args = array()) {
       if ($type == 'conditions') {
         // if this does not match all of our conditions, skip it.
         foreach ($args as $key => $value) {
-          if (!isset($object->$key) || $object->$key != $value) {
+          if (!isset($object->$key)) {
+            continue 2;
+          }
+          if (is_array($value)) {
+            if (!in_array($object->$key, $value)) {
+              continue 2;
+            }
+          }
+          else if ($object->$key != $value) {
             continue 2;
           }
         }
@@ -485,6 +523,7 @@ function ctools_export_load_object($table, $type = 'all', $args = array()) {
       if (!empty($cache[$table][$object->{$export['key']}])) {
         $cache[$table][$object->{$export['key']}]->{$export['export type string']} = t('Overridden');
         $cache[$table][$object->{$export['key']}]->export_type |= EXPORT_IN_CODE;
+        $cache[$table][$object->{$export['key']}]->export_module = isset($object->export_module) ? $object->export_module : NULL;
         if ($type == 'conditions') {
           $return[$object->{$export['key']}] = $cache[$table][$object->{$export['key']}];
         }
@@ -776,7 +815,7 @@ function _ctools_export_unpack_object($schema, $data, $object = 'stdClass') {
       $object->$field = empty($info['serialize']) ? $data->$field : unserialize($data->$field);
     }
     else {
-      $data->$field = NULL;
+      $object->$field = NULL;
     }
   }
 
@@ -786,7 +825,7 @@ function _ctools_export_unpack_object($schema, $data, $object = 'stdClass') {
       if (!empty($join['load'])) {
         foreach ($join['load'] as $field) {
           $info = $join_schema['fields'][$field];
-          $object->$field = empty($info['serialize']) ? $data->$field : unserialize(db_decode_blob($data->$field));
+          $object->$field = empty($info['serialize']) ? $data->$field : unserialize($data->$field);
         }
       }
     }
@@ -834,7 +873,7 @@ function ctools_var_export($var, $prefix = '') {
     // magic method __set_state() leaving the export broken. This
     // workaround avoids this by casting the object as an array for
     // export and casting it back to an object when evaluated.
-    $output .= '(object) ' . ctools_var_export((array) $var, $prefix);
+    $output = '(object) ' . ctools_var_export((array) $var, $prefix);
   }
   else if (is_bool($var)) {
     $output = $var ? 'TRUE' : 'FALSE';
@@ -855,7 +894,7 @@ function ctools_export_object($table, $object, $indent = '', $identifier = NULL,
     $identifier = $schema['export']['identifier'];
   }
 
-  $output = $indent . '$' . $identifier . ' = new ' . get_class($object) . ";\n";
+  $output = $indent . '$' . $identifier . ' = new ' . get_class($object) . "();\n";
 
   if ($schema['export']['can disable']) {
     $output .= $indent . '$' . $identifier . '->disabled = FALSE; /* Edit this to true to make a default ' . $identifier . ' disabled initially */' . "\n";
@@ -973,6 +1012,7 @@ function ctools_export_get_schema($table) {
     //
     // create callback
     // load callback
+    // load multiple callback
     // load all callback
     // save callback
     // delete callback
@@ -993,7 +1033,7 @@ function ctools_export_get_schema($table) {
  * Gets the schemas for all tables with ctools object metadata.
  */
 function ctools_export_get_schemas($for_export = FALSE) {
-  static $export_tables;
+  $export_tables = &drupal_static(__FUNCTION__);
   if (is_null($export_tables)) {
     $export_tables = array();
     $schemas = drupal_get_schema();
@@ -1161,10 +1201,10 @@ function ctools_export_to_hook_code(&$code, $table, $names = array(), $name = 'f
 function ctools_export_default_to_hook_code($schema, $table, $names, $name) {
   $export = $schema['export'];
   $output = '';
-  $objects = ctools_export_load_object($table, 'names', $names);
+  $objects = ctools_export_crud_load_multiple($table, $names);
   if ($objects) {
     $output = "/**\n";
-    $output .= " * Implementation of hook_{$export['default hook']}()\n";
+    $output .= " * Implements hook_{$export['default hook']}().\n";
     $output .= " */\n";
     $output .= "function " . $name . "_{$export['default hook']}() {\n";
     $output .= "  \${$export['identifier']}s = array();\n\n";
diff --git a/sites/all/modules/ctools/includes/fields.inc b/sites/all/modules/ctools/includes/fields.inc
index f4debb47..dcd6139f 100644
--- a/sites/all/modules/ctools/includes/fields.inc
+++ b/sites/all/modules/ctools/includes/fields.inc
@@ -83,6 +83,34 @@ function ctools_fields_get_field_formatter_settings_form($field, $formatter_type
       $form += $settings_form;
     }
   }
+
+  if (isset($field['cardinality']) && $field['cardinality'] != 1) {
+    list($prefix, $suffix) = explode('@count', t('Skip the first @count item(s)'));
+    $form['delta_offset'] = array(
+      '#type' => 'textfield',
+      '#size' => 5,
+      '#field_prefix' => $prefix,
+      '#field_suffix' => $suffix,
+      '#default_value' => isset($conf['delta_offset']) ? $conf['delta_offset'] : 0,
+    );
+
+    list($prefix, $suffix) = explode('@count', t('Then display at most @count item(s)'));
+    $form['delta_limit'] = array(
+      '#type' => 'textfield',
+      '#size' => 5,
+      '#field_prefix' => $prefix,
+      '#field_suffix' => $suffix,
+      '#description' => t('Enter 0 to display all items.'),
+      '#default_value' => isset($conf['delta_limit']) ? $conf['delta_limit'] : 0,
+    );
+
+    $form['delta_reversed'] = array(
+      '#title' => t('Display in reverse order'),
+      '#type' => 'checkbox',
+      '#default_value' => !empty($conf['delta_reversed']),
+      '#description' => t('(start from last values)'),
+    );
+  }
 }
 
 /**
@@ -132,3 +160,183 @@ function ctools_field_label($field_name) {
   $label_counter = array_keys($label_counter);
   return $label_counter[0];
 }
+
+/**
+ * Replacement for core _field_invoke() to invoke on a single field.
+ *
+ * Core only allows invoking field hooks via a private function for all fields
+ * on an entire entity. However, we very often need to invoke our hooks on
+ * a single field as we take things apart and only use little bits.
+ *
+ * @param $field_name
+ *   Either a field instance object or the name of the field.
+ * @param $op
+ *   Possible operations include:
+ *   - form
+ *   - validate
+ *   - presave
+ *   - insert
+ *   - update
+ *   - delete
+ *   - delete revision
+ *   - view
+ *   - prepare translation
+ * @param $entity_type
+ *   The type of $entity; e.g. 'node' or 'user'.
+ * @param $entity
+ *   The fully formed $entity_type entity.
+ * @param $a
+ *   - The $form in the 'form' operation.
+ *   - The value of $view_mode in the 'view' operation.
+ *   - Otherwise NULL.
+ * @param $b
+ *   - The $form_state in the 'submit' operation.
+ *   - Otherwise NULL.
+ * @param $options
+ *   An associative array of additional options, with the following keys:
+ *  - 'field_name': The name of the field whose operation should be
+ *    invoked. By default, the operation is invoked on all the fields
+ *    in the entity's bundle. NOTE: This option is not compatible with
+ *    the 'deleted' option; the 'field_id' option should be used
+ *    instead.
+ *  - 'field_id': The id of the field whose operation should be
+ *    invoked. By default, the operation is invoked on all the fields
+ *    in the entity's' bundles.
+ *  - 'default': A boolean value, specifying which implementation of
+ *    the operation should be invoked.
+ *    - if FALSE (default), the field types implementation of the operation
+ *      will be invoked (hook_field_[op])
+ *    - If TRUE, the default field implementation of the field operation
+ *      will be invoked (field_default_[op])
+ *    Internal use only. Do not explicitely set to TRUE, but use
+ *    _field_invoke_default() instead.
+ *  - 'deleted': If TRUE, the function will operate on deleted fields
+ *    as well as non-deleted fields. If unset or FALSE, only
+ *    non-deleted fields are operated on.
+ *  - 'language': A language code or an array of language codes keyed by field
+ *    name. It will be used to narrow down to a single value the available
+ *    languages to act on.
+ *
+ * @see _field_invoke()
+ */
+function ctools_field_invoke_field($field_name, $op, $entity_type, $entity, &$a = NULL, &$b = NULL, $options = array()) {
+  if (is_array($field_name)) {
+    $instance = $field_name;
+    $field_name = $instance['field_name'];
+  }
+  else {
+    list(, , $bundle) = entity_extract_ids($entity_type, $entity);
+    $instance = field_info_instance($entity_type, $field_name, $bundle);
+  }
+
+  if (empty($instance)) {
+    return;
+  }
+
+  // Merge default options.
+  $default_options = array(
+    'default' => FALSE,
+    'deleted' => FALSE,
+    'language' => NULL,
+  );
+  $options += $default_options;
+
+  $return = array();
+
+  // Everything from here is unmodified code from _field_invoke() formerly
+  // inside a foreach loop over the instances.
+  $field = field_info_field($field_name);
+  $function = $options['default'] ? 'field_default_' . $op : $field['module'] . '_field_' . $op;
+  if (function_exists($function)) {
+    // Determine the list of languages to iterate on.
+    $available_languages = field_available_languages($entity_type, $field);
+    $languages = _field_language_suggestion($available_languages, $options['language'], $field_name);
+
+    foreach ($languages as $langcode) {
+      $items = isset($entity->{$field_name}[$langcode]) ? $entity->{$field_name}[$langcode] : array();
+      $result = $function($entity_type, $entity, $field, $instance, $langcode, $items, $a, $b);
+      if (isset($result)) {
+        // For hooks with array results, we merge results together.
+        // For hooks with scalar results, we collect results in an array.
+        if (is_array($result)) {
+          $return = array_merge($return, $result);
+        }
+        else {
+          $return[] = $result;
+        }
+      }
+
+      // Populate $items back in the field values, but avoid replacing missing
+      // fields with an empty array (those are not equivalent on update).
+      if ($items !== array() || isset($entity->{$field_name}[$langcode])) {
+        $entity->{$field_name}[$langcode] = $items;
+      }
+    }
+  }
+
+  return $return;
+}
+
+/**
+ * Replacement for core _field_invoke_default() to invoke on a single field.
+ *
+ * @see ctools_field_invoke_field()
+ * @see _field_invoke_default()
+ */
+function ctools_field_invoke_field_default($field_name, $op, $entity_type, $entity, &$a = NULL, &$b = NULL, $options = array()) {
+  $options['default'] = TRUE;
+  return ctools_field_invoke_field($field_name, $op, $entity_type, $entity, $a, $b, $options);
+}
+
+/**
+ * Returns a list of field definitions of a specified type.
+ *
+ * @param string $field_type
+ *   A field type name; e.g. 'text' or 'date'.
+ *
+ * @return array
+ *   An array of field definitions of the specified type, keyed by field name.
+ */
+function ctools_fields_get_fields_by_type($field_type) {
+  $fields = array();
+  foreach (field_info_fields() as $field_name => $field_info) {
+    if ($field_info['type'] == $field_type) {
+      $fields[$field_name] = $field_info;
+    }
+  }
+  return $fields;
+}
+
+/**
+ * Derive the foreign keys that a field provides.
+ *
+ * @param $field_name
+ *   The name of the field.
+ *
+ * @return
+ *   An array of foreign keys according to Schema API.
+ */
+function ctools_field_foreign_keys($field_name) {
+  $foreign_keys = &drupal_static(__FUNCTION__, array());
+  if (!isset($foreign_keys[$field_name])) {
+    $foreign_keys[$field_name] = array();
+    $field = field_info_field($field_name);
+
+    if (!empty($field['foreign keys'])) {
+      $foreign_keys[$field_name] = $field['foreign keys'];
+    }
+    else {
+      // try to fetch foreign keys from schema, as not everything
+      // stores foreign keys properly in the field info.
+      $module = $field['module'];
+
+      module_load_install($module);
+      $schema = module_invoke($module, 'field_schema', $field);
+      if (!empty($schema['foreign keys'])) {
+        $foreign_keys[$field_name] = $schema['foreign keys'];
+      }
+    }
+  }
+
+  return $foreign_keys[$field_name];
+}
diff --git a/sites/all/modules/ctools/includes/jump-menu.inc b/sites/all/modules/ctools/includes/jump-menu.inc
index ac776ece..a5f99aa3 100644
--- a/sites/all/modules/ctools/includes/jump-menu.inc
+++ b/sites/all/modules/ctools/includes/jump-menu.inc
@@ -91,6 +91,7 @@ function ctools_jump_menu($form, &$form_state, $select, $options = array()) {
     $form['go'] = array(
       '#type' => 'submit',
       '#value' => $options['button'],
+      '#submit' => array('ctools_jump_menu_submit'),
       '#attributes' => array(
         'class' => array('ctools-jump-menu-button'),
       ),
@@ -116,6 +117,11 @@ function ctools_jump_menu($form, &$form_state, $select, $options = array()) {
  * This is normally only invoked upon submit without javascript enabled.
  */
 function ctools_jump_menu_submit($form, &$form_state) {
+  if ($form_state['values']['jump'] === '') {
+    // We have nothing to do when the user has not selected any value.
+    return;
+  }
+
   // If the path we are redirecting to contains the string :: then treat the
   // the string after the double colon as the path to redirect to.
   // This allows duplicate paths to be used in jump menus for multiple options.
@@ -139,5 +145,6 @@ function ctools_jump_menu_submit($form, &$form_state) {
   // Parse the URL so that query strings and fragments are preserved in the
   // redirect.
   $redirect = drupal_parse_url($redirect);
+  $redirect['path'] = urldecode($redirect['path']);
   $form_state['redirect'] = array($redirect['path'], $redirect);
 }
diff --git a/sites/all/modules/ctools/includes/math-expr.inc b/sites/all/modules/ctools/includes/math-expr.inc
index b4b7fb73..beffb93c 100644
--- a/sites/all/modules/ctools/includes/math-expr.inc
+++ b/sites/all/modules/ctools/includes/math-expr.inc
@@ -95,6 +95,7 @@ class ctools_math_expr {
         'sin','sinh','arcsin','asin','arcsinh','asinh',
         'cos','cosh','arccos','acos','arccosh','acosh',
         'tan','tanh','arctan','atan','arctanh','atanh',
+        'pow', 'exp',
         'sqrt','abs','ln','log',
         'time', 'ceil', 'floor', 'min', 'max', 'round');
 
diff --git a/sites/all/modules/ctools/includes/modal.inc b/sites/all/modules/ctools/includes/modal.inc
index 759391ee..dfde0ac0 100644
--- a/sites/all/modules/ctools/includes/modal.inc
+++ b/sites/all/modules/ctools/includes/modal.inc
@@ -8,8 +8,7 @@
  * Drupal specific stuff to use it. The modal is fairly generic and can
  * be activated mostly by setting up the right classes, but if you are
  * using the modal you must include links to the images in settings,
- * because the javascript does not inherently know where the images are
- * at.
+ * because the javascript does not inherently know where the images are.
  *
  * You can accomplish this with this PHP code:
  * @code {
@@ -26,8 +25,7 @@
  * For submit buttons, however, the URL is found a different, slightly
  * more complex way. The ID of the item is taken and -url is appended to
  * it to derive a class name. Then, all form elements that contain that
- * class name are founded and their values put together to form a
- * URL.
+ * class name are founded and their values put together to form a URL.
  *
  * For example, let's say you have an 'add' button, and it has a select
  * form item that tells your system what widget it is adding. If the id
@@ -65,9 +63,9 @@ function ctools_modal_add_js() {
   );
 
   drupal_add_js($settings, 'setting');
-  drupal_add_js('misc/jquery.form.js');
-  drupal_add_js('misc/progress.js');
-  drupal_add_js('misc/ajax.js');
+  drupal_add_library('system', 'jquery.form');
+  drupal_add_library('system', 'drupal.progress');
+  drupal_add_library('system', 'drupal.ajax');
   ctools_add_js('modal');
 
   ctools_add_css('modal');
@@ -208,8 +206,8 @@ function ctools_modal_form_wrapper($form_id, &$form_state) {
   );
 
   $output = drupal_build_form($form_id, $form_state);
-  if (!empty($form_state['ajax']) && empty($form_state['executed'])) {
-    return ctools_modal_form_render($form_state, $output);
+ if (!empty($form_state['ajax']) && (!$form_state['executed'] || $form_state['rebuild'])) {
+     return ctools_modal_form_render($form_state, $output);
   }
 
   return $output;
@@ -227,7 +225,7 @@ function ctools_modal_form_render($form_state, $output) {
 
   // If there are messages for the form, render them.
   if ($messages = theme('status_messages')) {
-    $output = '<div class="messages">' . $messages . '</div>' . $output;
+    $output = $messages . $output;
   }
 
   $commands = array();
diff --git a/sites/all/modules/ctools/includes/plugins.inc b/sites/all/modules/ctools/includes/plugins.inc
index 572d8a2d..a6d4bd65 100644
--- a/sites/all/modules/ctools/includes/plugins.inc
+++ b/sites/all/modules/ctools/includes/plugins.inc
@@ -64,6 +64,7 @@ function ctools_plugin_api_info($owner, $api, $minimum_version, $current_version
     foreach (module_implements($hook) as $module) {
       $function = $module . '_' . $hook;
       $info = $function($owner, $api);
+      $version = NULL;
       // This is added to make hook_views_api() compatible with this, since
       // views used a different version key.
       if (isset($info['version'])) {
@@ -107,6 +108,9 @@ function ctools_plugin_api_info($owner, $api, $minimum_version, $current_version
         }
       }
     }
+
+    // Allow other modules to hook in.
+    drupal_alter($hook, $cache[$owner][$api]);
   }
 
   return $cache[$owner][$api];
@@ -143,10 +147,10 @@ function ctools_plugin_api_include($owner, $api, $minimum_version, $current_vers
   foreach ($info as $module => $plugin_info) {
     if (!isset($already_done[$owner][$api][$module])) {
       if (isset($plugin_info["$api file"])) {
-        $file = isset($plugin_info["$api file"]);
+        $file = $plugin_info["$api file"];
       }
       else if (isset($plugin_info['file'])) {
-        $file = isset($plugin_info['file']);
+        $file = $plugin_info['file'];
       }
       else {
         $file = "$module.$api.inc";
@@ -242,10 +246,17 @@ function ctools_get_plugins($module, $type, $id = NULL) {
     $cache = cache_get("plugins:$module:$type", $info[$module][$type]['cache table']);
 
     if (!empty($cache->data)) {
-      // Cache load succeeded so use the cached plugin list.
-      $plugins[$module][$type]   = $cache->data;
-      // Set $setup to true so we know things where loaded.
-      $setup[$module][$type]     = TRUE;
+      // Verify that the file exists as it may have been moved in a multisite environment
+      if (isset($cache->data['path'])) {
+        // Files to be registered may be in two locations. Check for both of them.
+        if ((is_array($cache->data['path']) && file_exists($cache->data['path']['file'])) ||
+           file_exists($cache->data['path'])) {
+          // Cache load succeeded so use the cached plugin list.
+          $plugins[$module][$type]   = $cache->data;
+          // Set $setup to true so we know things where loaded.
+          $setup[$module][$type]     = TRUE;
+        }
+      }
     }
     else {
       // Cache load failed so store that we need to build and write the cache.
@@ -271,7 +282,9 @@ function ctools_get_plugins($module, $type, $id = NULL) {
       // If a plugin supports children, go through each plugin and ask.
       $temp = array();
       foreach ($plugins[$module][$type] as $name => $plugin) {
-        if (!empty($plugin['get children']) && function_exists($plugin['get children'])) {
+        // The strpos ensures that we don't try to find children for plugins
+        // that are already children.
+        if (!empty($plugin['get children']) && function_exists($plugin['get children']) && strpos($name, ':') === FALSE) {
           $temp = array_merge($plugin['get children']($plugin, $name), $temp);
         }
         else {
@@ -388,6 +401,7 @@ function ctools_plugin_get_plugin_type_info($flush = FALSE) {
  * Reset all static caches that affect the result of ctools_get_plugins().
  */
 function ctools_get_plugins_reset() {
+  drupal_static_reset('ctools_plugins');
   drupal_static_reset('ctools_plugin_setup');
   drupal_static_reset('ctools_plugin_load_includes');
   drupal_static_reset('ctools_plugin_api_info');
diff --git a/sites/all/modules/ctools/includes/stylizer.inc b/sites/all/modules/ctools/includes/stylizer.inc
index 85e99c0b..1f945986 100644
--- a/sites/all/modules/ctools/includes/stylizer.inc
+++ b/sites/all/modules/ctools/includes/stylizer.inc
@@ -960,8 +960,7 @@ function ctools_stylizer_edit_style_form_choose_submit($form, &$form_state) {
 function ctools_stylizer_edit_style_form_default($form, &$form_state) {
   ctools_add_js('stylizer');
   ctools_add_css('stylizer');
-  drupal_add_js('misc/farbtastic/farbtastic.js');
-  drupal_add_css('misc/farbtastic/farbtastic.css');
+  drupal_add_library('system', 'drupal.farbtastic');
 
   $plugin = &$form_state['base_style_plugin'];
   $settings = &$form_state['settings'];
diff --git a/sites/all/modules/ctools/includes/translations/includes.hu.po b/sites/all/modules/ctools/includes/translations/includes.hu.po
deleted file mode 100644
index 051c4a3f..00000000
--- a/sites/all/modules/ctools/includes/translations/includes.hu.po
+++ /dev/null
@@ -1,185 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:37+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Home"
-msgstr "Címlap"
-msgid "context"
-msgstr "környezet"
-msgid "Description"
-msgstr "Leírás"
-msgid "Back"
-msgstr "Vissza"
-msgid "Add"
-msgstr "Hozzáadás"
-msgid "Continue"
-msgstr "Folytatás"
-msgid "Override title"
-msgstr "Cím felülírása"
-msgid "Add criteria"
-msgstr "Jellemző hozzáadása"
-msgid "Relationships"
-msgstr "Kapcsolatok"
-msgid "Contexts"
-msgstr "Környezetek"
-msgid "Loading"
-msgstr "Betöltés"
-msgid "by @user"
-msgstr "@user által"
-msgid "Context"
-msgstr "Környezet"
-msgid "argument"
-msgstr "argumentum"
-msgid "Add argument"
-msgstr "Argumentum hozzáadása"
-msgid "relationship"
-msgstr "kapcsolat"
-msgid "Add relationship"
-msgstr "Kapcsolat hozzáadása"
-msgid "Add context"
-msgstr "Környezet hozzáadása"
-msgid "Required contexts"
-msgstr "Szükséges környezetek"
-msgid "required context"
-msgstr "szükséges környezet"
-msgid "Add required context"
-msgstr "Szükséges környezet hozzáadása"
-msgid "Close Window"
-msgstr "Ablak bezárása"
-msgid "Close window"
-msgstr "Ablak bezárása"
-msgid "Add @type \"@context\""
-msgstr "@type „@context” hozzáadása"
-msgid "Edit @type \"@context\""
-msgstr "@type @context\" szerkesztése"
-msgid "Enter a name to identify this !type on administrative screens."
-msgstr ""
-"Név megadása, ami !type azonosítására szolgál az "
-"adminisztrációs oldalakon."
-msgid "Enter a keyword to use for substitution in titles."
-msgstr "Címekben helyettesítéshez használt kulcsszó megadása."
-msgid "Ignore it; content that requires this context will not be available."
-msgstr ""
-"Mellőzve; nem elérhető olyan tartalom, amelyhez ez a környezet "
-"szükséges."
-msgid ""
-"If the argument is missing or is not valid, select how this should "
-"behave."
-msgstr ""
-"Ki kell választani a működést, ha az argumentum hiányzik vagy nem "
-"érvényes."
-msgid "Argument @count"
-msgstr "Argumentum @count"
-msgid "Context @count"
-msgstr "Környezet @count"
-msgid "Configure !subtype_title"
-msgstr "!subtype_title beállítása"
-msgid "Unknown context"
-msgstr "Ismeretlen környezet"
-msgid ""
-"You may use %keywords from contexts, as well as %title to contain the "
-"original title."
-msgstr ""
-"%kulcsszavak használhatóak a környezetekből, továbbá %title "
-"tartalmazza az eredeti címet."
-msgid "Context %count"
-msgstr "Környezet %count"
-msgid "Finish"
-msgstr "Befejezés"
-msgid ""
-"Validation error, please try again. If this error persists, please "
-"contact the site administrator."
-msgstr ""
-"Helyesség ellenőrzési hiba. Kérjük próbálkozzon újra! "
-"Amennyiben a hiba továbbra is fennáll, javasolt felvenni a "
-"kapcsolatot a webhely gazdájával."
-msgid "Logged in user"
-msgstr "Bejelentkezett felhasználó"
-msgid "Server reports invalid input error."
-msgstr "A kiszolgáló érvénytelen bemenet hibát jelzett."
-msgid "@type:@subtype will not display due to missing context"
-msgstr "@type:@subtype nem fog megjelenni a hiányzó környezet miatt"
-msgid "No info"
-msgstr "Nincs információ"
-msgid "No info available."
-msgstr "Nincs elérhető információ."
-msgid "Configure new !subtype_title"
-msgstr "Új !subtype_title beállítása"
-msgid "All criteria must pass."
-msgstr "Minden feltételnek meg kell felelni."
-msgid "Only one criteria must pass."
-msgstr "Csak egy feltételnek kell megfelelni."
-msgid "Broken/missing access plugin %plugin"
-msgstr "Hibás/hiányzó %plugin hozzáférési beépülő"
-msgid "No criteria selected, this test will pass."
-msgstr "Nincs kiválasztott feltétel, a teszt sikeres."
-msgid "Missing callback hooks."
-msgstr "Hiányzó callback hookok."
-msgid "Edit criteria"
-msgstr "Feltétel szerkesztése"
-msgid "Invalid context type"
-msgstr "Érvénytelen környezettípus"
-msgid "Display page not found or display nothing at all."
-msgstr "Az oldal nem található vagy üres oldal megjelenítése."
-msgid ""
-"Enter a title to use when this argument is present. You may use "
-"%KEYWORD substitution, where the keyword is specified below."
-msgstr ""
-"Az argumentum jelenlétekor használt cím megadása. Lehet %KULCSSZO "
-"helyettesítést használni, az elérhető kulcsszavak lentebb "
-"találhatóak."
-msgid "Unable to delete missing item!"
-msgstr "Hiányzó elemet nem lehet törölni!"
-msgid "Edit @type"
-msgstr "@type szerkesztése"
-msgid "Summary of contexts"
-msgstr "Környezetek összefoglalója"
-msgid "Please choose which context and how you would like it converted."
-msgstr ""
-"Ki kell választani a környezetet és, hogy miként kell azt "
-"konvertálni."
-msgid "@identifier (@keyword)"
-msgstr "@identifier (@keyword)"
-msgid ", and "
-msgstr ", és "
-msgid ", or "
-msgstr ", vagy "
-msgid "Built in context"
-msgstr "Beépített környezet"
-msgid "Keyword: %@keyword"
-msgstr "Kulcsszó: %@keyword"
-msgid "@keyword --&gt; @title"
-msgstr "@keyword --&gt; @title"
-msgid "From \"@title\""
-msgstr "Ebből: „@title”"
-msgid ""
-"Unable to create CTools CSS cache directory. Check the permissions on "
-"your files directory."
-msgstr ""
-"Nem lehet létrehozni a CTools CSS gyorsítár könyvtárat. "
-"Ellenőrizni kell a files könyvtár jogosultságait."
-msgid "Update and return"
-msgstr "Frissítés és viszatérés"
-msgid ""
-"If there is more than one variant on a page, when the page is visited "
-"each variant is given an opportunity to be displayed. Starting from "
-"the first variant and working to the last, each one tests to see if "
-"its selection rules will pass. The first variant that its criteria (as "
-"specified below) will be used."
-msgstr ""
-"Ha egynél több változat van az oldalon, az oldal meglátogatásakor "
-"minden változatnak lehetősége van megjelenni. Az első "
-"változattól kezdve egészen az utolsóig mindegyik ellenőrizve "
-"lesz, hogy megfelel-e a kiválasztási szabályoknak. Az első "
-"változat ami megfelel a feltételnek (ahogy az fentebb meg lett "
-"határozva) lesz használva."
diff --git a/sites/all/modules/ctools/includes/wizard.inc b/sites/all/modules/ctools/includes/wizard.inc
index 50cd79cf..0e2e11dd 100644
--- a/sites/all/modules/ctools/includes/wizard.inc
+++ b/sites/all/modules/ctools/includes/wizard.inc
@@ -34,9 +34,6 @@
  * Remember that the form builders for this form will receive
  * &$form, &$form_state, NOT just &$form_state and no additional args.
  *
- * Do NOT use #required => TRUE with these forms as that validation
- * cannot be skipped for the CANCEL button.
- *
  * @param $form_info
  *   An array of form info. @todo document the array.
  * @param $step
@@ -46,6 +43,10 @@
  *   whatever information the form(s) involved left for it.
  */
 function ctools_wizard_multistep_form($form_info, $step, &$form_state) {
+  // Make sure 'wizard' always exists for the form when dealing
+  // with form caching.
+  ctools_form_include($form_state, 'wizard');
+
   // allow order array to be optional
   if (empty($form_info['order'])) {
     foreach ($form_info['forms'] as $step_id => $params) {
@@ -104,11 +105,11 @@ function ctools_wizard_multistep_form($form_info, $step, &$form_state) {
   if (!empty($info['include'])) {
     if (is_array($info['include'])) {
       foreach ($info['include'] as $file) {
-        require_once DRUPAL_ROOT . '/' . $file;
+        ctools_form_include_file($form_state, $file);
       }
     }
     else {
-      require_once DRUPAL_ROOT . '/' . $info['include'];
+      ctools_form_include_file($form_state, $info['include']);
     }
   }
 
@@ -284,8 +285,7 @@ function ctools_wizard_wrapper($form, &$form_state) {
   if (empty($form_info['no buttons'])) {
     // Ensure buttons stay on the bottom.
     $form['buttons'] = array(
-      '#prefix' => '<div class="clearfix">',
-      '#suffix' => '</div>',
+      '#type' => 'actions',
       '#weight' => 1000,
     );
 
diff --git a/sites/all/modules/ctools/js/auto-submit.js b/sites/all/modules/ctools/js/auto-submit.js
index f84db237..bc5a58ea 100644
--- a/sites/all/modules/ctools/js/auto-submit.js
+++ b/sites/all/modules/ctools/js/auto-submit.js
@@ -22,53 +22,66 @@
  *  '#attributes' => array('class' => array('ctools-use-ajax', 'ctools-auto-submit-click')),
  * @endcode
  *
- * Currently only 'select' and 'textfield' types are supported. We probably
- * could use additional support for radios and checkboxes.
+ * Currently only 'select', 'radio', 'checkbox' and 'textfield' types are supported. We probably
+ * could use additional support for HTML5 input types.
  */
 
 Drupal.behaviors.CToolsAutoSubmit = {
-  attach: function() {
-    var timeoutID = 0;
+  attach: function(context) {
+    // 'this' references the form element
+    function triggerSubmit (e) {
+      if (!$(this).hasClass('ctools-ajaxing')) {
+        $(this).find('.ctools-auto-submit-click').click();
+      }
+    }
 
-    // Bind to any select widgets that will be auto submitted.
-    $('select.ctools-auto-submit:not(.ctools-auto-submit-processed),.ctools-auto-submit-full-form *[type!=input]:not(.ctools-auto-submit-processed)')
-      .addClass('.ctools-auto-submit-processed')
-      .change(function() {
-        $(this.form).find('.ctools-auto-submit-click').click();
+    // the change event bubbles so we only need to bind it to the outer form
+    $('form.ctools-auto-submit-full-form', context)
+      .add('.ctools-auto-submit', context)
+      .filter('form, select, input:not(:text, :submit)')
+      .once('ctools-auto-submit')
+      .change(function (e) {
+        // don't trigger on text change for full-form
+        if ($(e.target).is(':not(:text, :submit)')) {
+          triggerSubmit.call(e.target.form);
+        }
       });
 
-    // Bind to any textfield widgets that will be auto submitted.
-    $('input[type=text].ctools-auto-submit:not(.ctools-auto-submit-processed),.ctools-auto-submit-full-form input[type=text]:not(.ctools-auto-submit-processed)')
-      .addClass('.ctools-auto-submit-processed')
-      .keyup(function(e) {
-        var form = this.form;
-        switch (e.keyCode) {
-          case 16: // shift
-          case 17: // ctrl
-          case 18: // alt
-          case 20: // caps lock
-          case 33: // page up
-          case 34: // page down
-          case 35: // end
-          case 36: // home
-          case 37: // left arrow
-          case 38: // up arrow
-          case 39: // right arrow
-          case 40: // down arrow
-          case 9:  // tab
-          case 13: // enter
-          case 27: // esc
-            return false;
-          default:
-            if (!$(form).hasClass('ctools-ajaxing')) {
-              if ((timeoutID)) {
-                clearTimeout(timeoutID);
-              }
-
-              timeoutID = setTimeout(function() { $(form).find('.ctools-auto-submit-click').click(); }, 300);
-          }
-        }
-    });
+    // e.keyCode: key
+    var discardKeyCode = [
+      16, // shift
+      17, // ctrl
+      18, // alt
+      20, // caps lock
+      33, // page up
+      34, // page down
+      35, // end
+      36, // home
+      37, // left arrow
+      38, // up arrow
+      39, // right arrow
+      40, // down arrow
+       9, // tab
+      13, // enter
+      27  // esc
+    ];
+    // Don't wait for change event on textfields
+    $('.ctools-auto-submit-full-form input:text, input:text.ctools-auto-submit', context)
+      .once('ctools-auto-submit', function () {
+        // each textinput element has his own timeout
+        var timeoutID = 0;
+        $(this)
+          .bind('keydown keyup', function (e) {
+            if ($.inArray(e.keyCode, discardKeyCode) === -1) {
+              timeoutID && clearTimeout(timeoutID);
+            }
+          })
+          .keyup(function(e) {
+            if ($.inArray(e.keyCode, discardKeyCode) === -1) {
+              timeoutID = setTimeout($.proxy(triggerSubmit, this.form), 500);
+            }
+          });
+      });
   }
 }
 })(jQuery);
diff --git a/sites/all/modules/ctools/js/collapsible-div.js b/sites/all/modules/ctools/js/collapsible-div.js
index 2a240ae8..363345c1 100644
--- a/sites/all/modules/ctools/js/collapsible-div.js
+++ b/sites/all/modules/ctools/js/collapsible-div.js
@@ -219,6 +219,8 @@
           var state = toggle.hasClass('ctools-toggle-collapsed') ? -1 : 1;
           Drupal.CTools.Collapsible.setState($container.attr('id'), state);
         }
+
+        return false;
       }
 
       // Let both the toggle and the handle be clickable.
diff --git a/sites/all/modules/ctools/js/modal.js b/sites/all/modules/ctools/js/modal.js
index c98c50fa..acb2227a 100644
--- a/sites/all/modules/ctools/js/modal.js
+++ b/sites/all/modules/ctools/js/modal.js
@@ -200,7 +200,7 @@
         });
         */
 
-      $('a.ctools-use-modal:not(.ctools-use-modal-processed)', context)
+      $('area.ctools-use-modal:not(.ctools-use-modal-processed), a.ctools-use-modal:not(.ctools-use-modal-processed)', context)
         .addClass('ctools-use-modal-processed')
         .click(Drupal.CTools.Modal.clickAjaxLink)
         .each(function () {
@@ -260,6 +260,15 @@
           });
 
         });
+
+      // Bind a click handler to allow elements with the 'ctools-close-modal'
+      // class to close the modal.
+      $('.ctools-close-modal', context).once('ctools-close-modal-processed', function () {
+        $(this).click(function() {
+          Drupal.CTools.Modal.dismiss();
+          return false;
+        });
+      });
     }
   };
 
@@ -417,6 +426,16 @@
     modalContentClose = function(){close(); return false;};
     $('.close').bind('click', modalContentClose);
 
+    // Bind a keypress on escape for closing the modalContent
+    modalEventEscapeCloseHandler = function(event) {
+      if (event.keyCode == 27) {
+        close();
+        return false;
+      }
+    };
+
+    $(document).bind('keypress', modalEventEscapeCloseHandler);
+
     // Close the open modal content and backdrop
     function close() {
       // Unbind the events
@@ -424,6 +443,7 @@
       $('body').unbind( 'focus', modalEventHandler);
       $('body').unbind( 'keypress', modalEventHandler );
       $('.close').unbind('click', modalContentClose);
+      $('body').unbind('keypress', modalEventEscapeCloseHandler);
       $(document).trigger('CToolsDetachBehaviors', $('#modalContent'));
 
       // Set our animation parameters and use them
diff --git a/sites/all/modules/ctools/page_manager/css/page-manager.css b/sites/all/modules/ctools/page_manager/css/page-manager.css
index 40b2e5e3..1a7dd5e4 100644
--- a/sites/all/modules/ctools/page_manager/css/page-manager.css
+++ b/sites/all/modules/ctools/page_manager/css/page-manager.css
@@ -57,13 +57,12 @@ body form#page-manager-list-pages-form {
    a specific background color. */
 #page-manager-list-pages td.page-manager-page-operations {
   vertical-align: top;
-  background-color: inherit;
+  position: relative;
+  text-align: right;
 }
 
 #page-manager-list-pages td.page-manager-page-operations .ctools-dropbutton {
   text-align: left; /* LTR */
-  position: absolute;
-  right: 10px;
 }
 
 
diff --git a/sites/all/modules/ctools/page_manager/page_manager.admin.inc b/sites/all/modules/ctools/page_manager/page_manager.admin.inc
index 7b9056b7..22ecd63c 100644
--- a/sites/all/modules/ctools/page_manager/page_manager.admin.inc
+++ b/sites/all/modules/ctools/page_manager/page_manager.admin.inc
@@ -312,7 +312,9 @@ function page_manager_list_pages_form($form, &$form_state) {
     '#attributes' => array('class' => array('use-ajax-submit')),
   );
 
-  $form['#attached']['js'] = array('misc/ajax.js', 'misc/progress.js', 'misc/jquery.form.js', ctools_attach_js('auto-submit'), ctools_attach_js('page-list', 'page_manager'));
+  $form['#attached']['js'] = array(ctools_attach_js('auto-submit'), ctools_attach_js('page-list', 'page_manager'));
+  $form['#attached']['library'][] = array('system', 'drupal.ajax');
+  $form['#attached']['library'][] = array('system', 'jquery.form');
   $form['#prefix'] = '<div class="clearfix">';
   $form['#suffix'] = '</div>';
   $form['#attributes'] = array('class' => array('ctools-auto-submit-full-form'));
@@ -1087,7 +1089,7 @@ function page_manager_edit_page_cancel(&$form_state) {
  * - - 'collapsible': If TRUE the collapsible tool will be used.
  */
 function page_manager_render_operations(&$page, $operations, $active_trail, $attributes, $location, $parents = array()) {
-  drupal_add_js('misc/ajax.js');
+  drupal_add_library('system', 'drupal.ajax');
 
   if (!isset($output[$location])) {
     $output[$location] = '';
diff --git a/sites/all/modules/ctools/page_manager/page_manager.info b/sites/all/modules/ctools/page_manager/page_manager.info
index 1c2ee016..28ef1085 100644
--- a/sites/all/modules/ctools/page_manager/page_manager.info
+++ b/sites/all/modules/ctools/page_manager/page_manager.info
@@ -4,9 +4,9 @@ core = 7.x
 dependencies[] = ctools
 package = Chaos tool suite
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/page_manager/page_manager.module b/sites/all/modules/ctools/page_manager/page_manager.module
index 7b606af5..790c64ed 100644
--- a/sites/all/modules/ctools/page_manager/page_manager.module
+++ b/sites/all/modules/ctools/page_manager/page_manager.module
@@ -1105,7 +1105,15 @@ function page_manager_page_manager_handlers_list() {
   $handlers = ctools_export_load_object('page_manager_handlers');
   foreach ($handlers as $handler) {
     if (in_array($handler->task, $types)) {
-      $list[$handler->name] = check_plain("$handler->task: " . $handler->conf['title'] . " ($handler->name)");
+      $plugin = page_manager_get_task_handler($handler->handler);
+      $title = page_manager_get_handler_title($plugin, $handler, $tasks[$handler->task], $handler->subtask);
+
+      if ($title) {
+        $list[$handler->name] = check_plain("$handler->task: $title ($handler->name)");
+      }
+      else {
+        $list[$handler->name] = check_plain("$handler->task: ($handler->name)");
+      }
     }
   }
   return $list;
@@ -1128,7 +1136,7 @@ function page_manager_page_manager_pages_to_hook_code($names = array(), $name =
       $code .= $export['export callback']($object, TRUE, '  ');
       $code .= "  \${$export['identifier']}s['" . check_plain($object->$export['key']) . "'] = \${$export['identifier']};\n\n";
     }
-    $code .= " return \${$export['identifier']}s;\n";
+    $code .= "  return \${$export['identifier']}s;\n";
     $code .= "}\n";
     return $code;
   }
@@ -1205,3 +1213,69 @@ function page_manager_panels_dashboard_blocks(&$vars) {
     'section' => 'right',
   );
 }
+
+/**
+ * Implement pseudo-hook to fetch addressable content.
+ *
+ * For Page Manager, the address will be an array. The first
+ * element will be the $task and the second element will be the
+ * $task_handler. The third elements will be the arguments
+ * provided.
+ */
+function page_manager_addressable_content($address, $type) {
+  if (count($address) < 3) {
+    return;
+  }
+
+  $task_name = array_shift($address);
+  $subtask_name = array_shift($address);
+  $handler_name = array_shift($address);
+  if ($address) {
+    $arguments = array_shift($address);
+  }
+
+  // Since $arguments is an array of arbitrary size, we need to implode it:
+  if (!empty($arguments)) {
+    // The only choices we have for separators since :: is already
+    // used involve ., - or _. Since - and _ are more common than .
+    // in URLs, let's try .. as an argument separator.
+    $arguments = explode('..', $arguments);
+  }
+  else {
+    // implode does not return an empty array on an empty
+    // string so do it specifically.
+    $arguments = array();
+  }
+
+  $task = page_manager_get_task($task_name);
+  if (!$task) {
+    return;
+  }
+
+  $handler = page_manager_load_task_handler($task, $subtask_name, $handler_name);
+  if (!$handler) {
+    return;
+  }
+
+  $handler_plugin = page_manager_get_task_handler($handler->handler);
+  if (!$handler_plugin) {
+    return;
+  }
+
+  // Load the contexts for the task.
+  ctools_include('context');
+  ctools_include('context-task-handler');
+  $contexts = ctools_context_handler_get_task_contexts($task, $subtask_name, $arguments);
+
+  // With contexts loaded, ensure the task is accessible. Tasks without a callback
+  // are automatically accessible.
+  $function = ctools_plugin_get_function($task, 'access callback');
+  if ($function && !$function($task, $subtask_name, $contexts)) {
+    return;
+  }
+
+  $function = ctools_plugin_get_function($handler_plugin, 'addressable callback');
+  if ($function) {
+    return $function($task, $subtask_name, $handler, $address, $contexts, $arguments, $type);
+  }
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/task_handlers/http_response.inc b/sites/all/modules/ctools/page_manager/plugins/task_handlers/http_response.inc
index ba549b49..c11dcd74 100644
--- a/sites/all/modules/ctools/page_manager/plugins/task_handlers/http_response.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/task_handlers/http_response.inc
@@ -129,9 +129,9 @@ function page_manager_http_response_admin_summary($handler, $task, $subtask, $pa
   $plugin = page_manager_get_task_handler($handler->handler);
 
   $object = ctools_context_handler_get_task_object($task, $subtask, $handler);
-  $display->context = ctools_context_load_contexts($object, TRUE);
+  $context = ctools_context_load_contexts($object, TRUE);
 
-  $access = ctools_access_group_summary(!empty($handler->conf['access']) ? $handler->conf['access'] : array(), $display->context);
+  $access = ctools_access_group_summary(!empty($handler->conf['access']) ? $handler->conf['access'] : array(), $context);
   if ($access) {
     $access = t('This panel will be selected if @conditions.', array('@conditions' => $access));
   }
@@ -271,14 +271,14 @@ function page_manager_http_response_render($handler, $base_contexts, $args, $tes
     $url = parse_url($path);
     if (isset($url['query'])) {
       $path = strtr($path, array('?' . $url['query'] => ''));
-      $info['query'] = $url['query'];
+      $info['query'] = drupal_get_query_array($url['query']);
     }
     if (isset($url['fragment'])) {
       $path = strtr($path, array('#' . $url['fragment'] => ''));
       $info['fragment'] = $url['fragment'];
     }
 
-    $info['destination'] = $path;
+    $info['destination'] = rtrim($path, '?');
   }
 
   return $info;
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/blog.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/blog.inc
index 8d62e98d..bab2dd28 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/blog.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/blog.inc
@@ -28,6 +28,7 @@ function page_manager_blog_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_blog_disabled', TRUE),
     'enable callback' => 'page_manager_blog_enable',
+    'access callback' => 'page_manager_blog_access_check',
   );
 }
 
@@ -102,3 +103,19 @@ function page_manager_blog_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_blog'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_blog_access_check($task, $subtask_id, $contexts) {
+  return user_access('access content');
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/blog_user.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/blog_user.inc
index 8ad43d01..351e4de0 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/blog_user.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/blog_user.inc
@@ -31,6 +31,7 @@ function page_manager_blog_user_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_blog_user_disabled', TRUE),
     'enable callback' => 'page_manager_blog_user_enable',
+    'access callback' => 'page_manager_blog_user_access_check',
   );
 }
 
@@ -132,3 +133,20 @@ function page_manager_blog_user_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_blog_user'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_blog_user_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return blog_page_user_access($context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/contact_site.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/contact_site.inc
index 532e2ef1..f8718697 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/contact_site.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/contact_site.inc
@@ -28,6 +28,7 @@ function page_manager_contact_site_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_contact_site_disabled', TRUE),
     'enable callback' => 'page_manager_contact_site_enable',
+    'access callback' => 'page_manager_contact_access_check',
   );
 }
 
@@ -110,3 +111,19 @@ function page_manager_contact_site_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_contact_site'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_contact_access_check($task, $subtask_id, $contexts) {
+  return user_access('access site-wide contact form');
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/contact_user.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/contact_user.inc
index 85305352..5c868161 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/contact_user.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/contact_user.inc
@@ -30,6 +30,7 @@ function page_manager_contact_user_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_contact_user_disabled', TRUE),
     'enable callback' => 'page_manager_contact_user_enable',
+    'access callback' => 'page_manager_contact_user_access_check',
   );
 }
 
@@ -135,3 +136,20 @@ function page_manager_contact_user_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_contact_user'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_blog_contact_user_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return _contact_personal_tab_access($context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/node_edit.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/node_edit.inc
index 0125c6f1..844cd5b3 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/node_edit.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/node_edit.inc
@@ -27,6 +27,7 @@ function page_manager_node_edit_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_node_edit_disabled', TRUE),
     'enable callback' => 'page_manager_node_edit_enable',
+    'access callback' => 'page_manager_node_edit_access_check',
   );
 }
 
@@ -165,3 +166,20 @@ function page_manager_node_edit_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_node_edit'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_node_edit_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return node_access('update', $context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/node_view.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/node_view.inc
index 340dc42f..b8a7e0c9 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/node_view.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/node_view.inc
@@ -37,6 +37,7 @@ function page_manager_node_view_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_node_view_disabled', TRUE),
     'enable callback' => 'page_manager_node_view_enable',
+    'access callback' => 'page_manager_node_view_access_check',
   );
 }
 
@@ -83,6 +84,14 @@ function page_manager_node_view_page($node) {
   // Load the node into a context.
   ctools_include('context');
   ctools_include('context-task-handler');
+
+  // We need to mimic Drupal's behavior of setting the node title here.
+  drupal_set_title($node->title);
+  $uri = entity_uri('node', $node);
+  // Set the node path as the canonical URL to prevent duplicate content.
+  drupal_add_html_head_link(array('rel' => 'canonical', 'href' => url($uri['path'], $uri['options'])), TRUE);
+  // Set the non-aliased path as a default shortlink.
+  drupal_add_html_head_link(array('rel' => 'shortlink', 'href' => url($uri['path'], array_merge($uri['options'], array('alias' => TRUE)))), TRUE);
   $contexts = ctools_context_handler_get_task_contexts($task, '', array($node));
 
   $output = ctools_context_handler_render($task, '', $contexts, array($node->nid));
@@ -141,3 +150,20 @@ function page_manager_node_view_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_node_view'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_node_view_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return node_access('view', $context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/page.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/page.inc
index 095c3906..6223c733 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/page.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/page.inc
@@ -25,6 +25,7 @@ function page_manager_page_page_manager_tasks() {
     'subtask callback' => 'page_manager_page_subtask',
     'subtasks callback' => 'page_manager_page_subtasks',
     'save subtask callback' => 'page_manager_page_save_subtask',
+    'access callback' => 'page_manager_page_access_check',
     'hook menu' => array(
       'file' => 'page.admin.inc',
       'path' => drupal_get_path('module', 'page_manager') . '/plugins/tasks',
@@ -767,3 +768,20 @@ function page_manager_page_new_page_cache(&$page, &$cache) {
   $cache->locked = FALSE;
   $cache->changed = TRUE;
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_page_access_check($task, $subtask_id, $contexts) {
+  $page = page_manager_page_load($subtask_id);
+  return ctools_access($page->access, $contexts);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/poll.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/poll.inc
index 1dcb4190..073ee0c6 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/poll.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/poll.inc
@@ -28,6 +28,7 @@ function page_manager_poll_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_poll_disabled', TRUE),
     'enable callback' => 'page_manager_poll_enable',
+    'access callback' => 'page_manager_poll_access_check',
   );
 }
 
@@ -102,3 +103,19 @@ function page_manager_poll_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_poll'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_poll_access_check($task, $subtask_id, $contexts) {
+  return user_access('access content');
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/search.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/search.inc
index b18ab94c..efd7415c 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/search.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/search.inc
@@ -37,6 +37,7 @@ function page_manager_search_page_manager_tasks() {
     'handler type' => 'context',
     'get arguments' => 'page_manager_search_get_arguments',
     'get context placeholders' => 'page_manager_search_get_contexts',
+    'access callback' => 'page_manager_search_access_check',
 
   );
 }
@@ -110,6 +111,9 @@ function page_manager_search_page($type) {
   // And implode() it all back together.
   $keys = $args ? implode('/', $args) : '';
 
+  // Allow other modules to alter the search keys
+  drupal_alter(array('search_keys', 'search_'. $type .'_keys'), $keys);
+
   // Load my task plugin
   $task = page_manager_get_task('search');
   $subtask = page_manager_get_task_subtask($task, $type);
@@ -226,3 +230,20 @@ function page_manager_search_build_subtask($task, $module) {
 
   return $subtask;
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_search_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return _search_menu_access($context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/term_view.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/term_view.inc
index 97dda0cc..6933a548 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/term_view.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/term_view.inc
@@ -46,6 +46,7 @@ function page_manager_term_view_page_manager_tasks() {
       // Allow this to be enabled or disabled:
       'disabled' => variable_get('page_manager_term_view_disabled', TRUE),
       'enable callback' => 'page_manager_term_view_enable',
+      'access callback' => 'page_manager_term_view_access_check',
 
       // Allow additional operations
       'operations' => array(
@@ -106,6 +107,10 @@ function page_manager_term_view_menu_alter(&$items, $task) {
  * term view, which is term_page_view().
  */
 function page_manager_term_view_page($term) {
+  // Assign the term name as the page title, just as the original page
+  // callback did.
+  drupal_set_title($term->name);
+
   // While we ordinarily should never actually get feeds through here,
   // just in case
   // Load my task plugin
@@ -309,3 +314,18 @@ function page_manager_term_view_admin_summary($task, $subtask) {
   return $output;
 }
 
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_term_view_access_check($task, $subtask_id, $contexts) {
+  return user_access('access content');
+}
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/translations/page_manager-plugins-tasks.hu.po b/sites/all/modules/ctools/page_manager/plugins/tasks/translations/page_manager-plugins-tasks.hu.po
deleted file mode 100644
index 8dfb4fc0..00000000
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/translations/page_manager-plugins-tasks.hu.po
+++ /dev/null
@@ -1,651 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:40+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Status"
-msgstr "Állapot"
-msgid "Access control"
-msgstr "Hozzáférés szabályozás"
-msgid "Depth"
-msgstr "Mélység"
-msgid "Import"
-msgstr "Import"
-msgid "Argument"
-msgstr "Argumentum"
-msgid "Normal menu item"
-msgstr "Normál menüelem"
-msgid "Basic settings"
-msgstr "Alapbeállítások"
-msgid "Node template"
-msgstr "Tartalomsablon"
-msgid "Change"
-msgstr "Változtat"
-msgid "All blogs"
-msgstr "Minden blog"
-msgid "Menu settings"
-msgstr "Menübeállítások"
-msgid "Parent menu item"
-msgstr "Szülő menüpont"
-msgid "Page name"
-msgstr "Oldal neve"
-msgid "Path is required."
-msgstr "Az elérési út megadása szükséges."
-msgid "Machine name"
-msgstr "Programok által olvasható név"
-msgid "Create @name"
-msgstr "@name beküldése"
-msgid "Custom pages"
-msgstr "Egyéni oldalak"
-msgid "Tab weight"
-msgstr "Fül súlya"
-msgid "The page has been deleted."
-msgstr "Az oldal törölve lett."
-msgid "Normal menu entry"
-msgstr "Normál menübejegyzés"
-msgid "Menu tab"
-msgstr "Menü fül"
-msgid "Default menu tab"
-msgstr "Alapértelmezett menü fül"
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr ""
-"Ha  a beállítás normál vagy fül, meg kell adni a menüelemhez "
-"használt szöveget."
-msgid ""
-"Warning: Changing this item's menu will not work reliably in Drupal "
-"6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-"Figyelmeztetés: Az ehhez az elemhez tartozó menü módosítása nem "
-"működik megbízhatóan a Drupal 6.4 vagy korábbi változatokban. "
-"Frissíteni kell a Drupalt erről a helyről: !url."
-msgid "Insert item into an available menu."
-msgstr "Elem beillesztése egy rendelkezésre álló menübe."
-msgid "Menu selection requires the activation of menu module."
-msgstr "A menü kiválasztásához szükséges a menu modul engedélyezése."
-msgid "The lower the weight the higher/further left it will appear."
-msgstr "Minél kisebb a súly, annál magasabban/balrább fog megjelenni."
-msgid "Already exists"
-msgstr "Már létezik"
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr "Szülő menüpont létrehozásakor meg kell adni a menüpont címét."
-msgid ""
-"If the parent menu item is a tab, enter the weight of the tab. The "
-"lower the number, the more to the left it will be."
-msgstr ""
-"Ha a szülő menüpont egy fül, meg kell adni a fül súlyát. Minél "
-"kisebb, annál balrább fog megjelenni."
-msgid "Node add/edit form"
-msgstr "Tartalom hozzáadása/szerkesztése űrlap"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for adding or "
-"edit nodes at <em>node/%node/edit</em> and "
-"<em>node/add/%node_type</em>. If you add variants, you may use "
-"selection criteria such as node type or language or user access to "
-"provide different edit forms for nodes. If no variant is selected, the "
-"default Drupal node edit will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a tartalmak <em>node/%node/edit</em> és "
-"<em>node/add/%node_type</em> oldalakon történő hozzáadásakor vagy "
-"szerkesztésekor. Ha lett változat hozzáadva, a tartalom típusa, "
-"nyelve vagy a felhasználói hozzáférés kiválasztási feltételek "
-"használhatóak arra, hogy eltérő szerkesztési űrlapok legyenek "
-"biztosítva a tartalmakhoz. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal tartalomszerkesztés lesz használva."
-msgid "Node being edited"
-msgstr "Szerkesztett tartalom"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying nodes at <em>node/%node</em>. If you add variants, you may "
-"use selection criteria such as node type or language or user access to "
-"provide different views of nodes. If no variant is selected, the "
-"default Drupal node view will be used. This page only affects nodes "
-"viewed as pages, it will not affect nodes viewed in lists or at other "
-"locations. Also please note that if you are using pathauto, aliases "
-"may make a node to be somewhere else, but as far as Drupal is "
-"concerned, they are still at node/%node."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a tartalmak <em>node/%node</em> oldalon történő "
-"megjelenítésekor. Ha lett változat hozzáadva, a tartalom típusa, "
-"nyelve vagy a felhasználói hozzáférés kiválasztási feltételek "
-"használhatóak arra, hogy eltérő megjelenítések legyenek "
-"biztosítva a tartalmakhoz. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal tartalommegjelenítés lesz használva. Ennek "
-"az oldalnak csak az oldalként megtekintett tartalmakra van hatása, "
-"nincs hatása a listákban vagy más helyeken megtekintett oldalakra. "
-"Továbbá meg kell jegyezni, hogy a pathauto használatakor, az "
-"álnevek valahova máshova helyezhetik a tartalmat, de amennyire a "
-"Drupal érintett, megtalálhatóak a node/%node oldalakon."
-msgid "Node being viewed"
-msgstr "Megtekintett tartalom"
-msgid "Argument settings"
-msgstr "Argumentum beállítások"
-msgid "A meaningless second page"
-msgstr "Egy lényegtelen második oldal"
-msgid ""
-"The name of this page. This will appear in the administrative "
-"interface to easily identify it."
-msgstr ""
-"Az oldal neve. Az adminisztratív felületen fog megjelenni a "
-"könnyebb azonosíthatóság miatt."
-msgid ""
-"The machine readable name of this page. It must be unique, and it must "
-"contain only alphanumeric characters and underscores. Once created, "
-"you will not be able to change this value!"
-msgstr ""
-"Az oldal egyedi, programok által olvasható neve.  Csak betűket, "
-"számokat és aláhúzást tartalmazhat. Ha egyszer létre lett hozva, "
-"többé már nem lehet módosítani ezt az értéket!"
-msgid ""
-"A description of what this page is, does or is for, for administrative "
-"use."
-msgstr "Az oldal lehetőségeinek leírása adminisztratív használatra."
-msgid ""
-"The URL path to get to this page. You may create named placeholders "
-"for variable parts of the path by using %name for required elements "
-"and !name for optional elements. For example: \"node/%node/foo\", "
-"\"forum/%forum\" or \"dashboard/!input\". These named placeholders can "
-"be turned into contexts on the arguments form."
-msgstr ""
-"Az URL elérési út amin az oldal elérhető. Lehetőség van "
-"nevesített helykitöltők használatára az elérési utak "
-"változóihoz, a %név a szükséges elemekhez, a !név a nem "
-"kötelező elemekhez használható. Például „node/%node/foo”, "
-"„forum/%forum” vagy „dashboard/!input”. A nevesített "
-"helykitöltők környezetekké válhatnak az argumentumok űrlapon."
-msgid "Make this your site home page."
-msgstr "Beállítás a webhely kezdőlapjaként."
-msgid "This page is currently set to be your site home page."
-msgstr "Ez az oldal jelenleg a webhely kezdőlapjaként van beállítva."
-msgid "Visible menu item"
-msgstr "Látható menüelem"
-msgid "Name is required."
-msgstr "A név megadása szükséges."
-msgid "That name is used by another page: @page"
-msgstr "Ezt a nevet egy másik oldal használja: @page"
-msgid "Page name must be alphanumeric or underscores only."
-msgstr ""
-"Az oldal neve csak betűkből, számokból és aláhúzásból "
-"állhat."
-msgid "That path is used by another page: @page"
-msgstr "Ezt az elérési utat egy másik oldal használja: @page"
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-"Nem lehet egy dinamikus elérési út elem egy nem kötelező "
-"elérési út elem után."
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-"Nem lehet egy statikus elérési út elem egy nem kötelező elérési "
-"út elem után."
-msgid ""
-"That path is already in used. This system cannot override existing "
-"paths."
-msgstr ""
-"Az elérési út már használatban van. Ez a rendszer nem tudja "
-"felülírni a létező elérési utakat."
-msgid ""
-"That path is currently assigned to be an alias for @alias. This system "
-"cannot override existing aliases."
-msgstr ""
-"Ez az elérési út jelenleg álnévként van rendelve ehhez: @alias. "
-"Ez a rendszer nem tudja felülírni a létező álneveket."
-msgid ""
-"You cannot make this page your site home page if it uses % "
-"placeholders."
-msgstr ""
-"Ez az oldal nem lehet a webhely kezdőlapja, ha % helykitöltőket "
-"használ."
-msgid "Duplicated argument %arg"
-msgstr "%arg argumentum duplikálva van"
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr ""
-"Érvénytelen <em>%</em> argumentum. Minden argumentumot nevesíteni "
-"kell kulcsszóval."
-msgid ""
-"When providing a menu item as a default tab, Drupal needs to know what "
-"the parent menu item of that tab will be. Sometimes the parent will "
-"already exist, but other times you will need to have one created. The "
-"path of a parent item will always be the same path with the last part "
-"left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the "
-"parent path would be <em>foo/bar</em>."
-msgstr ""
-"Ha egy menüpont alpértelmezett fülként jelenik meg, a Drupalnak "
-"tudnia kell, hogy mi lesz a fül szülő menüpontja. Néha a szülő "
-"már létezik, de máskor létre kell hozni egyet. Egy szülőpont "
-"elérési útja mindig ugyanaz az elérési út lesz, az utolsó rész "
-"lehagyásával. Pl. ha ennek a nézetnek az elérési útja "
-"<em>foo/bar/baz</em>, a szülő elérési út <em>foo/bar</em> lesz."
-msgid "Parent item title"
-msgstr "Szűlő menüpont címe"
-msgid "Parent item menu"
-msgstr "Szűlő menüpont menü"
-msgid ""
-"Access rules are used to test if the page is accessible and any menu "
-"items associated with it are visible."
-msgstr ""
-"A hozzáférési szabályok alkalmazhatóak annak ellenőrzésére, "
-"hogy az oldal hozzáférhető-e és a hozzá kapcsolódó menüpontok "
-"láthatóak-e."
-msgid "No context assigned"
-msgstr "Nincs kijelölt környezet"
-msgid "Position in path"
-msgstr "Helyzet az elérési útban"
-msgid "Context assigned"
-msgstr "Hozzárendelt környezet"
-msgid "The path %path has no arguments to configure."
-msgstr "%path elérési útnak nincsenek beállítható argumentumai."
-msgid "Invalid keyword."
-msgstr "Érvénytelen kulcsszó."
-msgid "Change context type"
-msgstr "Környezettípus módosítása"
-msgid "Change argument"
-msgstr "Argumentum módosítása"
-msgid "No context selected"
-msgstr "Nincs kiválasztott környezet"
-msgid "Error: missing argument."
-msgstr "Hiba: hiányzó argumentum."
-msgid "Context identifier"
-msgstr "Környezet azonosítója"
-msgid ""
-"This is the title of the context used to identify it later in the "
-"administrative process. This will never be shown to a user."
-msgstr ""
-"Ez a környezet neve, ami azonosításra szolgál a késöbbi "
-"adminisztratív folyamatokban. Sosem fog megjelenni a "
-"felhasználónak."
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr "Hiba: hiányzó vagy érvénytelen %argument argumentum beépülő."
-msgid "Import page"
-msgstr "Import oldal"
-msgid ""
-"Enter the name to use for this page if it is different from the source "
-"page. Leave blank to use the original name of the page."
-msgstr ""
-"Az oldalhoz használt név megadása, ha az eltér a "
-"forrásoldalétól. Üresen hagyva az oldal eredeti neve lesz "
-"használva."
-msgid ""
-"Enter the path to use for this page if it is different from the source "
-"page. Leave blank to use the original path of the page."
-msgstr ""
-"Az oldalhoz használt elérési út megadása, ha az eltér a "
-"forrásoldalétól. Üresen hagyva az oldal eredeti elérési útja "
-"lesz használva."
-msgid "Allow overwrite of an existing page"
-msgstr "Engedélyezi egy létező oldal felülírását"
-msgid ""
-"If the name you selected already exists in the database, this page "
-"will be allowed to overwrite the existing page."
-msgstr ""
-"Ha a választott név már szerepel az adatbázisban, ez az oldal "
-"felülírhatja a létező oldalt."
-msgid "Paste page code here"
-msgstr "Oldal kódjának beillesztése"
-msgid "No handler found."
-msgstr "Nincs kezelő."
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr "Az importból nem lehet oldalt létrehozni. Jelentett hibák: @errors"
-msgid ""
-"That page name is in use and locked by another user. You must <a "
-"href=\"!break\">break the lock</a> on that page before proceeding, or "
-"choose a different name."
-msgstr ""
-"Ez az oldalnév használatban van és egy másik felhasználó "
-"zárolta. Az oldalon fel kell <a href=\"!break\">oldani a "
-"zárolást</a> a végrehajtás előtt, vagy egy eltérő nevet kell "
-"választani."
-msgid ""
-"Enter the name to the new page It must be unique and contain only "
-"alphanumeric characters and underscores."
-msgstr ""
-"Az új oldal neve. Egyedinek kell lennie és csak betűket, számokat "
-"és aláhúzást tartalmazhat."
-msgid ""
-"The URL path to get to this page. You may create named placeholders "
-"for variable parts of the path by using %name for required elements "
-"and !name for optional elements. For example: \"node/%node/foo\", "
-"\"forum/%forum\" or \"dashboard/!input\". These named placeholders can "
-"be turned into contexts on the arguments form. You cannot use the same "
-"path as the original page."
-msgstr ""
-"Az URL elérési út, amin az oldal elérhető. Lehetőség van "
-"nevesített helykitöltők létrehozására az elérési utak "
-"változóihoz, a szükséges elemekhez %név és a a nem kötelező "
-"elemekhez !név használatával. Például: „node/%node/foo”, "
-"„forum/%forum” vagy „dashboard/!input”. A nevesített "
-"helykitöltők környezetekké válhatnak az argumentumok űrlapon. Az "
-"elérési út nem egyezhet meg az eredeti oldal elérési útjával."
-msgid "Clone variants"
-msgstr "Változatok klónozása"
-msgid ""
-"If checked all variants associated with the page will be cloned as "
-"well. If not checked the page will be cloned without variants."
-msgstr ""
-"Ha be van jelöle, az oldalhoz kapcsolt összes változat is másolva "
-"lesz. Ha nincs bejelölve, az oldal változatok nélkül lesz "
-"másolva."
-msgid ""
-"Reverting the page will delete the page that is in the database, "
-"reverting it to the original default page. Any changes you have made "
-"will be lost and cannot be recovered."
-msgstr ""
-"Az oldal visszaállítása törli az oldalt az adatbázisból és "
-"visszaállítja az eredeti alapértelmezett oldalt. Minden "
-"változtatás el fog veszni és nem lesz visszaállítható."
-msgid ""
-"Are you sure you want to delete this page? Deleting a page cannot be "
-"undone."
-msgstr ""
-"Biztosan törölhető az oldal? Az oldal törlése nem vonható "
-"vissza."
-msgid "The page has been reverted."
-msgstr "Az oldal visszaállítása megtörtént."
-msgid ""
-"Administrator created pages that have a URL path, access control and "
-"entries in the Drupal menu system."
-msgstr ""
-"Adminisztrátor által létrehozott oldalak, amikhez tartozhat "
-"elérési út, hozzáférés szabályozás és bejegyzések a Drupal "
-"menürendszerben."
-msgid "Create a new page"
-msgstr "Új oldal létrhozása"
-msgid "Set up contexts for the arguments on this page."
-msgstr "Környezetek beállítása az oldalon található argumentumokhoz."
-msgid "Control what users can access this page."
-msgstr ""
-"Annak szabályozása, hogy mely felhasználók férhetnek hozzá ehhez "
-"az oldalhoz."
-msgid "Provide this page a visible menu or a menu tab."
-msgstr "Egy látható menüt vagy menüfület biztosít az oldalhoz."
-msgid "Make a copy of this page"
-msgstr "Másolat készítése az oldalról"
-msgid ""
-"Export this page as code that can be imported or embedded into a "
-"module."
-msgstr ""
-"Az oldal exportálása kódba, amit egy modulba lehet importálni vagy "
-"ágyazni."
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-"Az oldal minden módosításának eltávolítása és "
-"visszaállítása a kódban található verzióra."
-msgid "Remove this page from your system completely."
-msgstr "Az oldal teljes eltávolítása a rendszerből."
-msgid "This is your site home page."
-msgstr "Ez a webhely kezdőlapja."
-msgid "This page is set to become your site home page."
-msgstr "Az oldal a webhely kezdőlapjának lett beállítva."
-msgid "Accessible only if @conditions."
-msgstr "Hozzáférés csak ha @conditions."
-msgid "No menu entry."
-msgstr "Nincs menü bejegyzés."
-msgid "Normal menu entry."
-msgstr "Normál menü bejegyzés."
-msgid "Menu tab."
-msgstr "Menü fül."
-msgid "Default menu tab."
-msgstr "Alapértelmezett menü fül."
-msgid "Title: %title."
-msgstr "Cím: %title."
-msgid "Parent title: %title."
-msgstr "Szülő címe: %title."
-msgid "Menu block: %title."
-msgstr "Menüblokk: %title."
-msgid "Taxonomy term template"
-msgstr "Taxonómia kifejezés sablon"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add "
-"variants, you may use selection criteria such as vocabulary or user "
-"access to provide different displays of the taxonomy term and "
-"associated nodes. If no variant is selected, the default Drupal "
-"taxonomy term display will be used. This page only affects items "
-"actually displayed ad taxonomy/term/%term. Some taxonomy terms, such "
-"as forums, have their displays moved elsewhere. Also please note that "
-"if you are using pathauto, aliases may make a taxonomy terms appear "
-"somewhere else, but as far as Drupal is concerned, they are still at "
-"taxonomy/term/%term."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a taxonómia kifejezések <em>taxonomy/term/%term</em> "
-"oldalon történő megjelenítésekor. Ha lett változat hozzáadva, a "
-"szótár vagy a felhasználói hozzáférés kiválasztási "
-"feltételek használhatóak arra, hogy eltérő megjelenítések "
-"legyenek biztosítva a taxonómia kifejezéshez és a kapcsolódó "
-"tartalmakhoz. Ha nincs kiválasztott változat, az alapértelmezett "
-"Drupal taxonómia kifejezés képernyő lesz használva. Ennek az "
-"oldalnak csak a taxonomy/term/%term oldalon ténylegesen "
-"megjelenített elemekre van hatása. Néhány taxonómia "
-"kifejezésnek, mint amilyen a Fórumok, saját, máshol található "
-"képernyőjük van. Továbbá meg kell jegyezni, hogy a pathauto "
-"használatakor, az álnevek valahova máshova helyezhetik a taxonómia "
-"kifejezéseket, de amennyire a Drupal érintett, megtalálhatóak a "
-"taxonomy/term/%term oldalakon."
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-"Taxonómia kifejezés megtekintésére jellemző beállítások "
-"frissítése."
-msgid "Term(s) being viewed"
-msgstr "Megtekintett kifejezések"
-msgid "Term being viewed"
-msgstr "Megtekintett kifejezés"
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr "Több kifejezés engedélyezése itt: taxonomy/term/%term"
-msgid "Single term"
-msgstr "Egy kifejezés"
-msgid "Multiple terms"
-msgstr "Több kifejezés"
-msgid ""
-"By default, Drupal allows multiple terms as an argument by separating "
-"them with commas or plus signs. If you set this to single, that "
-"feature will be disabled."
-msgstr ""
-"Alapértelmezés szerint a Drupal engedélyezi több kifejezés "
-"argumentumként való használatát, vesszővel vagy összeadás "
-"jellel elválasztva azokat. Ha ez egy kifejezésre van állítva, "
-"akkor ez a lehetőség le lesz tiltva."
-msgid "Multiple terms may be used, separated by , or +."
-msgstr "Több kifejezés is használható , vagy + jellel elválasztva."
-msgid "Only a single term may be used."
-msgstr "Csak egy kifejezést lehet használni."
-msgid "%term"
-msgstr "%term"
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr "A morzsasáv taxonómia kifejezés hierarchiát fog tartalmazni."
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr "A morzsasáv taxonómia kifejezés hierarchiát nem fog tartalmazni."
-msgid "User profile template"
-msgstr "Felhasználói profil sablon"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying user profiles at <em>user/%user</em>. If you add variants, "
-"you may use selection criteria such as roles or user access to provide "
-"different views of user profiles. If no variant is selected, the "
-"default Drupal user view will be used. Please note that if you are "
-"using pathauto, aliases may make a node to be somewhere else, but as "
-"far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-"Ha ez engedélyezett, akkor felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói profilok megjelenítésekor a "
-"<em>user/%user</em> oldalakon. Ha lett változat hozzáadva, akkor a "
-"csoportok, vagy a felhasználói hozzáférés kiválasztási "
-"feltételek használhatóak arra, hogy eltérő megjelenítések "
-"legyenek biztosítva a felhasználói profilokhoz. Ha nincs "
-"kiválasztott változat, akkor az alapértelmezés szerinti Drupal "
-"felhasználó megtekintés lesz felhasználva. Továbbá meg kell "
-"jegyezni, hogy a <em>Pathauto</em> használatakor, az álnevek "
-"valahova máshova is helyezhetik a tartalmat, de ami a Drupalt illeti, "
-"megtalálhatóak maradnak a user/%user oldalakon."
-msgid ""
-"Page manager module is unable to enable node/%node/edit because some "
-"other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"node/%node/edit elérési utat, mert néhány másik modul már "
-"felülírta %callback segítségével."
-msgid ""
-"Page manager module is unable to override @path because some other "
-"module already has overridden with %callback. Node edit will be "
-"enabled but that edit path will not be overridden."
-msgstr ""
-"A Page manager modul nem tudja felülírni a %path elérési utat, "
-"mert néhány másik modul már felülírta %callback-el. A tartalom "
-"szerkesztés engedélyezve lesz, de a szerkesztés elérési útja nem "
-"lesz felülírva."
-msgid ""
-"Page manager module is unable to enable node/%node because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a node/%node "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"To set this panel as your home page you must create a unique path name "
-"with no % placeholders in the path. The current site home page is set "
-"to %homepage."
-msgstr ""
-"Annak beállításához, hogy ez a panel legyen a kezdőlap, egy "
-"egyedi elérési utat kell létrehozni és ebben nem szabad % "
-"helykitöltőket használni. A webhely jelenlegi kezdőlapjának "
-"beállítása %homepage."
-msgid ""
-"Paths with non optional placeholders cannot be used as normal menu "
-"items unless the selected argument handler provides a default argument "
-"to use for the menu item."
-msgstr ""
-"A nem kötelező helykitöltőkkel rendelkező elérési utak nem "
-"használhatóak normál menüpontkét, kivéve ha a kiválasztott "
-"argumentumkezelő biztosít egy menüelemként használható "
-"alapértelmezett argumentumot."
-msgid ""
-"Page manager module is unable to enable taxonomy/term/%term because "
-"some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"taxonomy/term/%term elérési utat, mert néhány másik modul már "
-"felülírta %callback segítségével."
-msgid ""
-"Page manager module is unable to enable user/%user because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a user/%user "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the all "
-"blogs at <em>/blog</em>. If no variant is selected, the default Drupal "
-"most recent blog posts will be shown."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a blogok <em>/blog</em> oldalon történő "
-"megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal legfrissebb blogbejegyzések oldal fog "
-"megjelenni."
-msgid ""
-"Page manager module is unable to enable blog because some other module "
-"already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a blog elérési "
-"utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "User blog"
-msgstr "Felhasználói blog"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying user blogs at <em>blog/%user</em>. If no variant is "
-"selected, the default Drupal user blog will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói blogok <em>/blog/%user</em> oldalon "
-"történő megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal felhasználói blog oldal lesz használva."
-msgid ""
-"Page manager module is unable to enable blog/%user because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a blog/%user "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "Site contact page"
-msgstr "Webhely kapcsolat oldal"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the site "
-"contact page at <em>/contact</em>. If no variant is selected, the "
-"default Drupal contact form will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a kapcsolatfelvételi oldal <em>/contact</em> oldalon "
-"történő megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal kapcsolatfelvételi űrlap lesz használva."
-msgid ""
-"Page manager module is unable to enable contact because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a contact "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "User contact"
-msgstr "Felhasználói kapcsolat"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying the user contact form at <em>user/%user/contact</em>. If no "
-"variant is selected, the default Drupal user contact form will be "
-"used."
-msgstr ""
-"Ha engedélyezett, akkor felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói kapcsolatfelvételi űrlap "
-"<em>user/%user/contact</em> oldalon történő megjelenítésekor. Ha "
-"nincs kiválasztott változat, akkor az alapértelmezés szerinti "
-"Drupal felhasználói kapcsolatfelvételi űrlap lesz használva."
-msgid ""
-"Page manager module is unable to enable user/%user/contact because "
-"some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a /%user/contact "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"You cannot have an unnamed placeholder (% or ! by itself). Please name "
-"your placeholder by adding a short piece of descriptive text to the % "
-"or !, such as %user or %node."
-msgstr ""
-"Nem lehetnek nem nevesített helykitöltők (% vagy ! magában). El "
-"kell nevezni a helykitöltőt a % vagy a ! után álló rövid leíró "
-"szöveggel, például %user vagy %node."
-msgid "All polls"
-msgstr "Minden szavazás"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the polls "
-"at <em>/poll</em>. If no variant is selected, the default Drupal most "
-"recent polls will be shown."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a szavazások <em>/poll</em> oldalon történő "
-"megjelenítésekor. Ha nincs kiválasztott változat, akkor a "
-"legutóbbi szavazások lesznek megjelenítve."
-msgid ""
-"Page manager module is unable to enable poll because some other module "
-"already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a poll elérési "
-"utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"Page manager module is unable to enable search/@name/%menu_tail "
-"because some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"search/@name/%menu_tail elérési utat, mert néhány másik modul "
-"már felülírta %callback segítségével."
-msgid "Search @type"
-msgstr "@type keresése"
diff --git a/sites/all/modules/ctools/page_manager/plugins/tasks/user_view.inc b/sites/all/modules/ctools/page_manager/plugins/tasks/user_view.inc
index 246d5915..dfb40817 100644
--- a/sites/all/modules/ctools/page_manager/plugins/tasks/user_view.inc
+++ b/sites/all/modules/ctools/page_manager/plugins/tasks/user_view.inc
@@ -31,6 +31,7 @@ function page_manager_user_view_page_manager_tasks() {
     // Allow this to be enabled or disabled:
     'disabled' => variable_get('page_manager_user_view_disabled', TRUE),
     'enable callback' => 'page_manager_user_view_enable',
+    'access callback' => 'page_manager_user_view_access_check',
   );
 }
 
@@ -141,3 +142,20 @@ function page_manager_user_view_enable($cache, $status) {
     $GLOBALS['page_manager_enabling_user_view'] = TRUE;
   }
 }
+
+/**
+ * Callback to determine if a page is accessible.
+ *
+ * @param $task
+ *   The task plugin.
+ * @param $subtask_id
+ *   The subtask id
+ * @param $contexts
+ *   The contexts loaded for the task.
+ * @return
+ *   TRUE if the current user can access the page.
+ */
+function page_manager_user_view_access_check($task, $subtask_id, $contexts) {
+  $context = reset($contexts);
+  return user_view_access($context->data);
+}
diff --git a/sites/all/modules/ctools/page_manager/theme/translations/page_manager-theme.hu.po b/sites/all/modules/ctools/page_manager/theme/translations/page_manager-theme.hu.po
deleted file mode 100644
index fa957215..00000000
--- a/sites/all/modules/ctools/page_manager/theme/translations/page_manager-theme.hu.po
+++ /dev/null
@@ -1,52 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:23+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Changed"
-msgstr "Módosított"
-msgid "New"
-msgstr "Új"
-msgid "Locked"
-msgstr "Zárolt"
-msgid ""
-"This page is being edited by another user and you cannot make changes "
-"to it."
-msgstr ""
-"Az oldalt egy másik felhasználó szerkeszti, ezért nem lehet "
-"módosítani."
-msgid ""
-"This page is newly created and has not yet been saved to the database. "
-"It will not be available until you save it."
-msgstr ""
-"Ez az oldal újonnan lett létrehozva, ezért még nincs elmentve az "
-"adatbázisba. Amíg ez meg nem történik, addig nem lesz elérhető."
-msgid ""
-"This page has been modified, but these modifications are not yet live. "
-"While modifying this page, it is locked from modification by other "
-"users."
-msgstr ""
-"Az oldal módosítva lett, de a módosítások még nem élnek. A "
-"módosítás idejére ez az oldal zárolva lett más felhasználók "
-"módosításai elől."
-msgid "No task handlers are defined for this task."
-msgstr "Ehhez a feladathoz nincsenek feladatkezelők meghatározva."
-msgid "Variant"
-msgstr "Változat"
-msgid ""
-"This page is being edited by user !user, and is therefore locked from "
-"editing by others. This lock is !age old. Click here to <a "
-"href=\"!break\">break this lock</a>."
-msgstr ""
-"Ezt az oldalt !user felhasználó szerkeszti, ezért zárolva van "
-"mások szerkesztése elől. A zárolás !age régi. Ide kattintva <a "
-"href=\"!break\">feloldható a zárolás</a>."
diff --git a/sites/all/modules/ctools/page_manager/translations/page_manager.de.po b/sites/all/modules/ctools/page_manager/translations/page_manager.de.po
deleted file mode 100644
index c7570f16..00000000
--- a/sites/all/modules/ctools/page_manager/translations/page_manager.de.po
+++ /dev/null
@@ -1,947 +0,0 @@
-# $Id: page_manager.de.po,v 1.3 2009/08/29 12:13:40 hass Exp $
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  panels.module,v 1.10.2.9 2007/03/15 23:13:41 merlinofchaos
-#  fourcol_25_25_25_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_33_33_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_25_75.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_33_66.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_38_62.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_50_50.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_62_38.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_66_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_75_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_25_50_25_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  twocol.inc,v 1.6 2006/08/22 23:54:20 merlinofchaos
-#  twocol_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: panels 5.x\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: 2009-08-29 14:13+0100\n"
-"Last-Translator: Alexander Haß\n"
-"Language-Team: Alexander Hass\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: page_manager/plugins/tasks/node_edit.inc:13;14
-#, fuzzy
-msgid "Node add/edit form"
-msgstr "Beitragsbearbeitungsformular"
-
-#: page_manager/plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:129
-msgid "Create @name"
-msgstr "@name erstellen"
-
-#: page_manager/plugins/tasks/node_edit.inc:143
-msgid "Node being edited"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:22;24
-msgid "Node template"
-msgstr "Beitragsvorlage"
-
-#: page_manager/plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:118
-msgid "Node being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:196;274
-msgid "Basic settings"
-msgstr "Basiseinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:197;970;978
-msgid "Argument settings"
-msgstr "Argumenteinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:198;434
-msgid "Access control"
-msgstr "Zugriffskontrolle"
-
-#: page_manager/plugins/tasks/page.admin.inc:199
-msgid "Menu settings"
-msgstr "Menüeinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:275
-msgid "A meaningless second page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:368;1359
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr "Der Titel von dieser Seite. Dieser wird zur leichteren Identifizierung in der Verwaltungsoberfläche angezeigt."
-
-#: page_manager/plugins/tasks/page.admin.inc:374
-#, fuzzy
-msgid "Machine name"
-msgstr "Maschinenlesbarer Name"
-
-#: page_manager/plugins/tasks/page.admin.inc:375
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:387
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:395
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:417
-msgid "Make this your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:418
-msgid "If this box is checked this page will become the site home page. Only paths that have no placeholders can be used as the site home page. The current site home page is set to %homepage."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:423
-msgid "This page is currently set to be your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:435
-msgid "Visible menu item"
-msgstr "Sichtbarer Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:456
-msgid "Name is required."
-msgstr "Der Name ist erforderlich."
-
-#: page_manager/plugins/tasks/page.admin.inc:463
-msgid "That name is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:468
-msgid "Page name must be alphanumeric or underscores only."
-msgstr "Der Seitenname darf nur alphanumerische Zeichen oder Unterstriche enthalten."
-
-#: page_manager/plugins/tasks/page.admin.inc:475
-msgid "That path is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:483
-msgid "Path is required."
-msgstr "Der Pfad ist erforderlich."
-
-#: page_manager/plugins/tasks/page.admin.inc:497
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:506
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:517
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:525
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:530
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:538
-msgid "Duplicated argument %arg"
-msgstr "Doppeltes Argument %arg"
-
-#: page_manager/plugins/tasks/page.admin.inc:543
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr "Ungültiges Argument <em>%</em>. Alle Argumente müssen mit Schlüsselwörtern benannt sein."
-
-#: page_manager/plugins/tasks/page.admin.inc:636
-#: page_manager/plugins/tasks/page.inc:680
-#: page_manager/plugins/tasks/term_view.inc:269
-msgid "No menu entry"
-msgstr "Kein Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:637
-msgid "Normal menu entry"
-msgstr "Normaler Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:638;700
-msgid "Menu tab"
-msgstr "Menü-Reiter"
-
-#: page_manager/plugins/tasks/page.admin.inc:639
-msgid "Default menu tab"
-msgstr "Standardmäßiger Reiter im Menü"
-
-#: page_manager/plugins/tasks/page.admin.inc:648
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr "Den zu verwendenden Text für den Menüpunkt eingeben, wenn dieser auf Normal oder Reiter eingestellt wird."
-
-#: page_manager/plugins/tasks/page.admin.inc:658
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:668
-#: page_manager/plugins/tasks/page.inc:171;685
-#: page_manager/plugins/tasks/term_view.inc:272
-msgid "Menu"
-msgstr "Menü"
-
-#: page_manager/plugins/tasks/page.admin.inc:672;722
-msgid "Insert item into an available menu."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:683
-msgid "Menu selection requires the activation of menu module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:690
-msgid "The lower the weight the higher/further left it will appear."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:698
-msgid "Parent menu item"
-msgstr "Übergeordneter Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:700
-msgid "Already exists"
-msgstr "Schon vorhanden"
-
-#: page_manager/plugins/tasks/page.admin.inc:700
-msgid "Normal menu item"
-msgstr "Normaler Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:702
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:707
-msgid "Parent item title"
-msgstr "Titel des übergeordneten Menüpunktes"
-
-#: page_manager/plugins/tasks/page.admin.inc:710
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr "Einen Titel für den Menüpunkt eingeben, wenn ein übergeordneter Menüpunkt erstellt wird."
-
-#: page_manager/plugins/tasks/page.admin.inc:718
-msgid "Parent item menu"
-msgstr "Übergeordneter Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:735
-msgid "Tab weight"
-msgstr "Reiterreihenfolge"
-
-#: page_manager/plugins/tasks/page.admin.inc:739
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr "Die Reihenfolge des Reiters eingeben, wenn der übergeordnete Menüpunkt ein Reiter ist. Umso niedriger die Zahl ist, desto weiter links wird er angezeigt."
-
-#: page_manager/plugins/tasks/page.admin.inc:774
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:807
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:848
-msgid "No context assigned"
-msgstr "Kein Kontext zugewiesen"
-
-#: page_manager/plugins/tasks/page.admin.inc:872
-msgid "Change"
-msgstr "Ändern"
-
-#: page_manager/plugins/tasks/page.admin.inc:889
-#: page_manager/plugins/tasks/page.inc:143
-#: page_manager/plugins/tasks/term_view.inc:50;65
-msgid "Settings"
-msgstr "Einstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:902
-msgid "Argument"
-msgstr "Argument"
-
-#: page_manager/plugins/tasks/page.admin.inc:903
-msgid "Position in path"
-msgstr "Position im Pfad"
-
-#: page_manager/plugins/tasks/page.admin.inc:904
-msgid "Context assigned"
-msgstr "Kontext wurde zugewiesen"
-
-#: page_manager/plugins/tasks/page.admin.inc:923
-msgid "The path %path has no arguments to configure."
-msgstr "Der Pfad %path enthält keine konfigurierbaren Argumente."
-
-#: page_manager/plugins/tasks/page.admin.inc:957
-msgid "Invalid keyword."
-msgstr "Ungültiges Schlüsselwort."
-
-#: page_manager/plugins/tasks/page.admin.inc:969
-msgid "Change context type"
-msgstr "Kontexttyp ändern."
-
-#: page_manager/plugins/tasks/page.admin.inc:974
-msgid "Change argument"
-msgstr "Argument ändern"
-
-#: page_manager/plugins/tasks/page.admin.inc:1080
-msgid "No context selected"
-msgstr "Kein Kontext ausgewählt"
-
-#: page_manager/plugins/tasks/page.admin.inc:1163
-msgid "Error: missing argument."
-msgstr "Fehler: Fehlendes Argument"
-
-#: page_manager/plugins/tasks/page.admin.inc:1176
-msgid "Context identifier"
-msgstr "Kontext Bezeichner"
-
-#: page_manager/plugins/tasks/page.admin.inc:1177
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1183
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr "Fehler: Fehlendes oder ungültiges Argument-Plugin %argument."
-
-#: page_manager/plugins/tasks/page.admin.inc:1231
-msgid "Import page"
-msgstr "Import-Seite"
-
-#: page_manager/plugins/tasks/page.admin.inc:1234;1352
-msgid "Page name"
-msgstr "Seiten-Name"
-
-#: page_manager/plugins/tasks/page.admin.inc:1235
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1241
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1246
-msgid "Allow overwrite of an existing page"
-msgstr "Überschreiben einer vorhanden Seite zulassen"
-
-#: page_manager/plugins/tasks/page.admin.inc:1247
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr "Sollte der ausgewähle Namen in der Datenbank schon vorhanden sein, kann die vorhandene Seite überschrieben werden."
-
-#: page_manager/plugins/tasks/page.admin.inc:1252
-msgid "Paste page code here"
-msgstr "Seiten-Code hier einfügen"
-
-#: page_manager/plugins/tasks/page.admin.inc:1258
-msgid "Import"
-msgstr "Importieren"
-
-#: page_manager/plugins/tasks/page.admin.inc:1274
-msgid "No handler found."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1276
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1287
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1353
-#, fuzzy
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr "Einen einzigartigen Namen für diese Panel-Ansicht eingeben. Dieser darf nur Buchstaben und Zahlen enthalten."
-
-#: page_manager/plugins/tasks/page.admin.inc:1367
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1373
-msgid "Clone variants"
-msgstr "Varianten duplizieren"
-
-#: page_manager/plugins/tasks/page.admin.inc:1374
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1482
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1485
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr "Soll diese Seite wirklich gelöscht werden? Das Löschen einer Seite kann nicht rückgängig gemacht werden."
-
-#: page_manager/plugins/tasks/page.admin.inc:1508
-msgid "The page has been deleted."
-msgstr "Die Seite wurde gelöscht."
-
-#: page_manager/plugins/tasks/page.admin.inc:1512
-msgid "The page has been reverted."
-msgstr "Die Seite wurde zurückgesetzt."
-
-#: page_manager/plugins/tasks/page.inc:22
-msgid "Custom pages"
-msgstr "Benutzerdefinierte Seiten"
-
-#: page_manager/plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:39
-msgid "Create a new page"
-msgstr "Neue Seite erstellen"
-
-#: page_manager/plugins/tasks/page.inc:150
-#: page_manager/plugins/tasks/term_view.inc:68
-msgid "Basic"
-msgstr "Basis"
-
-#: page_manager/plugins/tasks/page.inc:151
-#: page_manager/plugins/tasks/term_view.inc:69
-msgid "Edit name, path and other basic settings for the page."
-msgstr "Den Namen, Pfad und andere Basiseinstellungen für die Seite bearbeiten."
-
-#: page_manager/plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:165;650
-#: page_manager/plugins/tasks/term_view.inc:264
-msgid "Access"
-msgstr "Zugriff"
-
-#: page_manager/plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:172
-msgid "Provide this page a visible menu or a menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:178
-msgid "Make a copy of this page"
-msgstr "Eine Kopie dieser Seite erstellen"
-
-#: page_manager/plugins/tasks/page.inc:183
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:189
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:196
-msgid "Remove this page from your system completely."
-msgstr ""
-
-# Better do not translate CSS class names
-#: page_manager/plugins/tasks/page.inc:574;589;629;650;685
-#: page_manager/plugins/tasks/term_view.inc:258;264;272;285;298
-#, fuzzy
-msgid "page-summary-label"
-msgstr "page-summary-label"
-
-# Better do not translate CSS class names
-#: page_manager/plugins/tasks/page.inc:575;590;616;630;651;686
-#: page_manager/plugins/tasks/term_view.inc:259;265;273;286;299
-#, fuzzy
-msgid "page-summary-data"
-msgstr "page-summary-data"
-
-# Better do not translate CSS class names
-#: page_manager/plugins/tasks/page.inc:576;591;617;631;652;687
-#: page_manager/plugins/tasks/term_view.inc:260;266;274;287;300
-#, fuzzy
-msgid "page-summary-operation"
-msgstr "page-summary-operation"
-
-#: page_manager/plugins/tasks/page.inc:589
-msgid "Status"
-msgstr "Status"
-
-#: page_manager/plugins/tasks/page.inc:608
-msgid "This is your site home page."
-msgstr "Dies ist die Startseite der Website."
-
-#: page_manager/plugins/tasks/page.inc:611
-msgid "This page is set to become your site home page."
-msgstr "Diese Seite ist als Startseite der Website eingestellt."
-
-#: page_manager/plugins/tasks/page.inc:641
-msgid "Accessible only if @conditions."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:644
-#: page_manager/plugins/tasks/term_view.inc:265
-msgid "This page is publicly accessible."
-msgstr "Die Seite ist öffentlich erreichbar."
-
-#: page_manager/plugins/tasks/page.inc:656
-msgid "No menu entry."
-msgstr "Kein Menüpunkt."
-
-#: page_manager/plugins/tasks/page.inc:657
-msgid "Normal menu entry."
-msgstr "Normaler Menüpunkt."
-
-#: page_manager/plugins/tasks/page.inc:658
-msgid "Menu tab."
-msgstr "Menü-Reiter."
-
-#: page_manager/plugins/tasks/page.inc:659
-msgid "Default menu tab."
-msgstr "Standardmäßiger Reiter im Menü."
-
-#: page_manager/plugins/tasks/page.inc:665
-msgid "Title: %title."
-msgstr "Titel: %title."
-
-#: page_manager/plugins/tasks/page.inc:668
-msgid "Parent title: %title."
-msgstr "Übergeordneter Titel: %title."
-
-#: page_manager/plugins/tasks/page.inc:673
-msgid "Menu block: %title."
-msgstr "Menüblock: %title."
-
-#: page_manager/plugins/tasks/term_view.inc:23;24
-#, fuzzy
-msgid "Taxonomy term template"
-msgstr "Taxonomie-Begriff-Vorlage"
-
-#: page_manager/plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term(s) being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:169
-msgid "Depth"
-msgstr "Tiefe"
-
-#: page_manager/plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Single term"
-msgstr "Einzellner Begriff"
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Multiple terms"
-msgstr "Mehrere Begriffe"
-
-#: page_manager/plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:281
-msgid "Only a single term may be used."
-msgstr "Nur ein einzelner Begriff kann verwendet werden."
-
-#: page_manager/plugins/tasks/term_view.inc:285
-msgid "%term"
-msgstr "%term"
-
-#: page_manager/plugins/tasks/term_view.inc:291
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr "Die Pfadnavigation wird die Taxonomie-Begriffs-Hierarchie enthalten"
-
-#: page_manager/plugins/tasks/term_view.inc:294
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr "Die Pfadnavigation wird die Taxonomie-Begriffs-Hierarchie nicht enthalten."
-
-#: page_manager/plugins/tasks/term_view.inc:298
-msgid "Breadcrumb"
-msgstr "Pfadnavigation"
-
-#: page_manager/plugins/tasks/user_view.inc:12;13
-#, fuzzy
-msgid "User profile template"
-msgstr "Benutzer-Profil-Vorlage"
-
-#: page_manager/plugins/tasks/user_view.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:56
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:97
-msgid "User being viewed"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "Locked"
-msgstr "Gesperrt"
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr "An dieser Seite können derzeit keine Änderungen vorgenommen werden, da diese Seite von einem anderen Benutzer bearbeitet wird."
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "New"
-msgstr "Neu"
-
-# Rewrite second sentence
-#: page_manager/theme/page_manager.theme.inc:45
-#, fuzzy
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr "Diese Seite wurde neu erstellt und noch nicht in der Datenbank gespeichert. Sie ist nicht verfügbar, solange sie nicht gespeichert wurde."
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "Changed"
-msgstr "Geändert"
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr "Diese Seite wurde geändert, aber die Änderungen sind noch nicht Live. Während der Änderung dieser Seite, wird diese für die Änderung durch andere Benutzer gesperrt."
-
-#: page_manager/theme/page_manager.theme.inc:98
-msgid "No task handlers are defined for this task."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:102
-msgid "Variant"
-msgstr "Variante"
-
-#: page_manager/theme/page_manager.theme.inc:124
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:34;278
-msgid "Reset"
-msgstr "Zurücksetzen"
-
-#: page_manager/page_manager.admin.inc:71;249
-msgid "Name"
-msgstr "Name"
-
-#: page_manager/page_manager.admin.inc:145
-msgid "System"
-msgstr "System"
-
-#: page_manager/page_manager.admin.inc:215
-msgid "<All>"
-msgstr "<Alle>"
-
-#: page_manager/page_manager.admin.inc:240
-msgid "Search"
-msgstr "Suchen"
-
-#: page_manager/page_manager.admin.inc:245
-msgid "Sort by"
-msgstr "Sortieren nach"
-
-#: page_manager/page_manager.admin.inc:247
-msgid "Enabled, title"
-msgstr "Aktiviert, Titel"
-
-#: page_manager/page_manager.admin.inc:259
-msgid "Order"
-msgstr "Reihenfolge"
-
-#: page_manager/page_manager.admin.inc:261
-msgid "Up"
-msgstr "Nach oben"
-
-#: page_manager/page_manager.admin.inc:262
-msgid "Down"
-msgstr "Nach unten"
-
-#: page_manager/page_manager.admin.inc:271
-msgid "Apply"
-msgstr "Anwenden"
-
-#: page_manager/page_manager.admin.inc:451;643
-msgid "Summary"
-msgstr "Zusammenfassung"
-
-#: page_manager/page_manager.admin.inc:452
-msgid "Get a summary of the information about this page."
-msgstr "Eine Zusammenfassung der Information über diese Seite anzeigen."
-
-#: page_manager/page_manager.admin.inc:505
-msgid "Activate this page so that it will be in use in your system."
-msgstr "Diese Seite aktivieren, damit diese im System verwendet wird."
-
-#: page_manager/page_manager.admin.inc:518
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr "Diese Seite deaktivieren. Die Daten werden behalten, aber die Seite wird auf dem System nicht mehr verwendet."
-
-#: page_manager/page_manager.admin.inc:529
-msgid "Add variant"
-msgstr "Variante hinzufügen"
-
-#: page_manager/page_manager.admin.inc:530
-msgid "Add a new variant to this page."
-msgstr "Eine neue Variante zu dieser Seite hinzufügen."
-
-#: page_manager/page_manager.admin.inc:535;568
-msgid "Create variant"
-msgstr "Variante erstellen"
-
-#: page_manager/page_manager.admin.inc:540
-msgid "Import variant"
-msgstr "Variante importieren"
-
-#: page_manager/page_manager.admin.inc:541
-msgid "Add a new variant to this page from code exported from another page."
-msgstr "Aus exportiertem Code einer anderen Seite, eine neue Variante zu dieser Seite hinzufügen."
-
-#: page_manager/page_manager.admin.inc:547
-msgid "Reorder variants"
-msgstr "Varianten neu sortieren"
-
-#: page_manager/page_manager.admin.inc:549
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:560
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:587;592
-msgid "Break lock"
-msgstr "Sperre aufheben"
-
-#: page_manager/page_manager.admin.inc:588
-msgid "Break the lock on this page so that you can edit it."
-msgstr "Die Sperre auf diese Seite aufheben, damit diese bearbeitet werden kann."
-
-#: page_manager/page_manager.admin.inc:611
-msgid "Variants"
-msgstr "Varianten"
-
-#: page_manager/page_manager.admin.inc:636
-msgid "Variant operations"
-msgstr "Varianten-Operationen"
-
-#: page_manager/page_manager.admin.inc:644
-msgid "Get a summary of the information about this variant."
-msgstr "Eine Zusammenfassung der Information über diese Variante anzeigen."
-
-#: page_manager/page_manager.admin.inc:659
-msgid "Make an exact copy of this variant."
-msgstr "Eine genaue Kopie dieser Variante erstellen."
-
-#: page_manager/page_manager.admin.inc:664
-msgid "Export this variant into code to import into another page."
-msgstr "Diese Variante in Code exportieren, damit diese in eine andere Seite importiert werden kann."
-
-#: page_manager/page_manager.admin.inc:670
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:680
-msgid "Remove this variant from the page completely."
-msgstr "Diese Variante vollständig aus der Seite entfernen."
-
-#: page_manager/page_manager.admin.inc:690
-msgid "Activate this variant so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:701
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:713
-msgid "No variants"
-msgstr "Keine Varianten"
-
-#: page_manager/page_manager.admin.inc:907
-msgid "This operation trail does not exist."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:924
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:941
-#, fuzzy
-msgid "Unable to update changes due to lock."
-msgstr "Die Änderungen konnten aufgrund einer Sperre nicht aktualisiert werden."
-
-#: page_manager/page_manager.admin.inc:1091
-msgid "This setting contains unsaved changes."
-msgstr "Diese Einstellung enthält nicht gespeicherte Änderungen."
-
-#: page_manager/page_manager.admin.inc:1149
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1180
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1231
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1296
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr "Administrativer Titel dieser Variante. Solllte dieser leer gelassen werden, wird er automatisch zugewiesen."
-
-#: page_manager/page_manager.admin.inc:1301
-msgid "Variant type"
-msgstr "Variantentyp"
-
-#: page_manager/page_manager.admin.inc:1310
-msgid "Optional features"
-msgstr "Optionale Funktionen"
-
-#: page_manager/page_manager.admin.inc:1312
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1340;1496
-msgid "Variant name"
-msgstr "Varianten-Name"
-
-#: page_manager/page_manager.admin.inc:1341;1497
-msgid "Enter the name of the new variant."
-msgstr "Den Namen einer neuen Variante eingeben."
-
-#: page_manager/page_manager.admin.inc:1346
-msgid "Paste variant code here"
-msgstr "Varianten-Code hier einfügen"
-
-#: page_manager/page_manager.admin.inc:1363
-msgid "No variant found."
-msgstr "Keine Variante gefunden"
-
-#: page_manager/page_manager.admin.inc:1366
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1454
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1457
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1523
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1542
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1574
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1586
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1594
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1621
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1677
-msgid "This page has no variants and thus no output of its own."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1682
-msgid "Add a new variant"
-msgstr "Neue Variante hinzufügen"
-
-#: page_manager/page_manager.admin.inc:1700
-msgid "Unable to disable due to lock."
-msgstr "Konnte wegen Sperre nicht deaktiviert werden."
-
-#: page_manager/page_manager.admin.inc:1703
-msgid "Unable to enable due to lock."
-msgstr "Konnte wegen Sperre nicht aktiviert werden."
-
-#: page_manager/page_manager.module:42
-msgid "use page manager"
-msgstr "Seiten-Manager verwenden"
-
-#: page_manager/page_manager.module:42
-msgid "administer page manager"
-msgstr "Seiten-Manager verwalten"
-
-#: page_manager/page_manager.module:66
-msgid "Pages"
-msgstr "Seiten"
-
-#: page_manager/page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr ""
-
-#: page_manager/page_manager.module:72
-msgid "List"
-msgstr "Alle anzeigen"
-
-#: page_manager/page_manager.module:0
-msgid "page_manager"
-msgstr "page_manager"
-
-#: page_manager/page_manager.install:222
-msgid "Panel"
-msgstr "Panel"
-
-#: page_manager/page_manager.info:0
-msgid "Page manager"
-msgstr "Seiten-Manager"
-
-#: page_manager/page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-
diff --git a/sites/all/modules/ctools/page_manager/translations/page_manager.fr.po b/sites/all/modules/ctools/page_manager/translations/page_manager.fr.po
deleted file mode 100644
index dbe58aa1..00000000
--- a/sites/all/modules/ctools/page_manager/translations/page_manager.fr.po
+++ /dev/null
@@ -1,1091 +0,0 @@
-# $Id: page_manager.fr.po,v 1.1 2009/08/16 20:10:09 hass Exp $
-#
-# French translation of Drupal (general)
-# Copyright 2009 Jérémy Chatard <jchatard@breek.fr>
-# Generated from files:
-#  page_manager.admin.inc,v 1.25 2009/08/13 22:24:02 merlinofchaos
-#  page.admin.inc,v 1.16 2009/08/07 23:40:39 merlinofchaos
-#  page.inc,v 1.16 2009/08/13 23:35:26 merlinofchaos
-#  term_view.inc,v 1.5 2009/08/04 21:43:06 merlinofchaos
-#  page_manager.module,v 1.15 2009/08/09 16:25:02 merlinofchaos
-#  page_manager.install,v 1.7 2009/07/12 11:32:30 sdboyer
-#  page_manager.info,v 1.2 2009/07/12 18:11:58 merlinofchaos
-#  node_edit.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#  node_view.inc,v 1.4 2009/08/04 21:43:06 merlinofchaos
-#  theme/page_manager.theme.inc: n/a
-#  user_view.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-15 10:56+0200\n"
-"PO-Revision-Date: 2009-08-16 10:38+0100\n"
-"Last-Translator: Jérémy Chatard <jchatard@breek.fr>\n"
-"Language-Team: French <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n>1);\n"
-
-#: page_manager.admin.inc:34;278
-msgid "Reset"
-msgstr "Réinitialiser"
-
-#: page_manager.admin.inc:70;219;251
-#: plugins/tasks/page.admin.inc:633
-msgid "Type"
-msgstr "Type"
-
-#: page_manager.admin.inc:71;249
-msgid "Name"
-msgstr "Nom"
-
-#: page_manager.admin.inc:72;248;1295
-#: plugins/tasks/page.admin.inc:645
-msgid "Title"
-msgstr "Titre"
-
-#: page_manager.admin.inc:73;250
-#: plugins/tasks/page.admin.inc:394;1240;1366
-#: plugins/tasks/page.inc:629
-#: plugins/tasks/term_view.inc:258
-msgid "Path"
-msgstr "Chemin"
-
-#: page_manager.admin.inc:74;226;252
-#: plugins/tasks/page.inc:46;574
-msgid "Storage"
-msgstr "Stockage"
-
-#: page_manager.admin.inc:77
-#: plugins/tasks/page.admin.inc:905
-msgid "Operations"
-msgstr "Opérations"
-
-#: page_manager.admin.inc:145
-msgid "System"
-msgstr "Système"
-
-#: page_manager.admin.inc:153
-#: plugins/tasks/page.inc:216
-msgid "In code"
-msgstr "Dans le code"
-
-#: page_manager.admin.inc:171
-#: page_manager.module:79
-#: plugins/tasks/page.inc:605;647;683
-msgid "Edit"
-msgstr "Modifier"
-
-#: page_manager.admin.inc:179;504;510;689;694
-#: plugins/tasks/page.inc:580
-msgid "Enable"
-msgstr "Activer"
-
-#: page_manager.admin.inc:185;517;523;700;705
-#: plugins/tasks/page.inc:584
-msgid "Disable"
-msgstr "Désactiver"
-
-#: page_manager.admin.inc:215
-msgid "<All>"
-msgstr "<Tout>"
-
-#: page_manager.admin.inc:233;234
-#: plugins/tasks/page.inc:585
-msgid "Enabled"
-msgstr "Activé"
-
-#: page_manager.admin.inc:234
-#: plugins/tasks/page.inc:581
-msgid "Disabled"
-msgstr "Désactivé"
-
-#: page_manager.admin.inc:240
-msgid "Search"
-msgstr "Recherche"
-
-#: page_manager.admin.inc:245
-msgid "Sort by"
-msgstr "Trier par"
-
-#: page_manager.admin.inc:247
-msgid "Enabled, title"
-msgstr "Activées, titre"
-
-#: page_manager.admin.inc:259
-msgid "Order"
-msgstr "Ordre"
-
-#: page_manager.admin.inc:261
-msgid "Up"
-msgstr "Haut"
-
-#: page_manager.admin.inc:262
-msgid "Down"
-msgstr "Bas"
-
-#: page_manager.admin.inc:271
-msgid "Apply"
-msgstr "Appliquer"
-
-#: page_manager.admin.inc:451;643
-msgid "Summary"
-msgstr "Résumé"
-
-#: page_manager.admin.inc:452
-msgid "Get a summary of the information about this page."
-msgstr "Obtenir un résumé des informations sur cette page."
-
-#: page_manager.admin.inc:505
-msgid "Activate this page so that it will be in use in your system."
-msgstr "Activez cette page afin qu'elle soit utilisée dans votre système."
-
-#: page_manager.admin.inc:518
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr "Désactiver cette page. Les données seront conservées mais la page ne sera plus utilisée par votre système."
-
-#: page_manager.admin.inc:529
-msgid "Add variant"
-msgstr "Ajouter une variante"
-
-#: page_manager.admin.inc:530
-msgid "Add a new variant to this page."
-msgstr "Ajouter une nouvelle variante de cette page."
-
-#: page_manager.admin.inc:535;568
-msgid "Create variant"
-msgstr "Créer la variante"
-
-#: page_manager.admin.inc:540
-msgid "Import variant"
-msgstr "Importer une variante"
-
-#: page_manager.admin.inc:541
-msgid "Add a new variant to this page from code exported from another page."
-msgstr "Ajouter une variante de cette page à partir de code exporté d'une autre page."
-
-#: page_manager.admin.inc:547
-msgid "Reorder variants"
-msgstr "Ré-ordonner les variantes"
-
-#: page_manager.admin.inc:549
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr "Changer la priorité des variantes pour s'assurer que la sélection s'opère de façon correcte."
-
-#: page_manager.admin.inc:559
-msgid "Configure"
-msgstr "Configurer"
-
-#: page_manager.admin.inc:560
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr "Configurer une nouvelle variante avant de l'ajouter réellement à la page."
-
-#: page_manager.admin.inc:587;592
-msgid "Break lock"
-msgstr "Faire sauter le verrou"
-
-#: page_manager.admin.inc:588
-msgid "Break the lock on this page so that you can edit it."
-msgstr "Casser le verrou de cette page afin de pouvoir l'éditer."
-
-#: page_manager.admin.inc:611
-msgid "Variants"
-msgstr "Variantes"
-
-#: page_manager.admin.inc:636
-msgid "Variant operations"
-msgstr "Opérations sur les variantes"
-
-#: page_manager.admin.inc:644
-msgid "Get a summary of the information about this variant."
-msgstr "Obtenir un résumé des informations de cette variante."
-
-#: page_manager.admin.inc:658
-#: plugins/tasks/page.admin.inc:1380
-#: plugins/tasks/page.inc:177
-msgid "Clone"
-msgstr "Cloner"
-
-#: page_manager.admin.inc:659
-msgid "Make an exact copy of this variant."
-msgstr "Faire une copie exacte de cette variante."
-
-#: page_manager.admin.inc:663
-#: plugins/tasks/page.inc:182
-msgid "Export"
-msgstr "Exporter"
-
-#: page_manager.admin.inc:664
-msgid "Export this variant into code to import into another page."
-msgstr "Exporter cette variante sous forme de code pour l'importer dans une autre page."
-
-#: page_manager.admin.inc:669;673
-#: plugins/tasks/page.admin.inc:1495
-#: plugins/tasks/page.inc:188
-msgid "Revert"
-msgstr "Revenir"
-
-#: page_manager.admin.inc:670
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr "Supprimer tous les changements apportés à cette variante et revenir à la version fournie par le code source."
-
-#: page_manager.admin.inc:679;683
-#: plugins/tasks/page.admin.inc:1495
-#: plugins/tasks/page.inc:195
-msgid "Delete"
-msgstr "Supprimer"
-
-#: page_manager.admin.inc:680
-msgid "Remove this variant from the page completely."
-msgstr "Supprimer cette variante de la page."
-
-#: page_manager.admin.inc:690
-msgid "Activate this variant so that it will be in use in your system."
-msgstr "Activer cette variante afin qu'elle soit utilisée par votre système."
-
-#: page_manager.admin.inc:701
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr "Désactiver cette variante. Les données seront conservées mais la variante ne sera plus utilisée par votre système."
-
-#: page_manager.admin.inc:713
-msgid "No variants"
-msgstr "Aucune variante"
-
-#: page_manager.admin.inc:795
-msgid "Update"
-msgstr "Mise à jour"
-
-#: page_manager.admin.inc:906
-msgid "Error"
-msgstr "Erreur"
-
-#: page_manager.admin.inc:907
-#, fuzzy
-msgid "This operation trail does not exist."
-msgstr "Cette opération n'existe pas."
-
-#: page_manager.admin.inc:924
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr "Cette page a été mise à jour. Les changements ne seront pas sauvegardés tant que vous n'aurez enregistré."
-
-#: page_manager.admin.inc:941
-msgid "Unable to update changes due to lock."
-msgstr "Impossible d'appliquer les changements, un verrou est présent."
-
-#: page_manager.admin.inc:1091
-msgid "This setting contains unsaved changes."
-msgstr "Ces paramètres contiennent des changements non sauvegardés."
-
-#: page_manager.admin.inc:1149
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr "Vous avez effectué des changements sur cette page qui ne sont pas sauvegardés. Vous devez cliquer sur Enregistrer pour sauvegarder les changements dans la base de données, ou sur Annuler pour ne pas prendre en compte ces changements. Veuillez notez que si vous avez changé les valeurs d'un formulaire, vous devez cliquer sur le bouton Mise à jour avant d'enregistrer votre page."
-
-#: page_manager.admin.inc:1156
-msgid "Save"
-msgstr "Enregistrer"
-
-#: page_manager.admin.inc:1162
-msgid "Cancel"
-msgstr "Annuler"
-
-#: page_manager.admin.inc:1180
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr "Tous les changements ont été annulés, la page est maintenant déverrouillée."
-
-#: page_manager.admin.inc:1231
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr "Avant que cette variante ne puisse être ajoutée, elle doit être configurée. Lorsque vous avez terminé, cliquez sur \"Créer la variante\" à la fin de l'assistant pour l'ajouter à votre page."
-
-#: page_manager.admin.inc:1296
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr "Le titre administratif de cette variante. Si vous laissez ce champ vide il sera automatiquement renseigné."
-
-#: page_manager.admin.inc:1301
-msgid "Variant type"
-msgstr "Type de variante"
-
-#: page_manager.admin.inc:1310
-msgid "Optional features"
-msgstr "Fonctionnalités optionnelles"
-
-#: page_manager.admin.inc:1312
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr "Sélectionnez les fonctionnalités facultatives dont vous avez besoin pour quelles soient présentes dans les formulaires de configuration. Si vous ne sélectionnez pas ces options ici vous pourrez toujours les activer une fois que votre page sera créée. Si vous n'êtes pas sûr, laissez ces options décochées."
-
-#: page_manager.admin.inc:1340;1496
-msgid "Variant name"
-msgstr "Nom de la variante"
-
-#: page_manager.admin.inc:1341;1497
-msgid "Enter the name of the new variant."
-msgstr "Saisissez le nom de la nouvelle variante."
-
-#: page_manager.admin.inc:1346
-msgid "Paste variant code here"
-msgstr "Collez le code de la variante ici"
-
-#: page_manager.admin.inc:1363
-msgid "No variant found."
-msgstr "Aucune variante trouvée."
-
-#: page_manager.admin.inc:1366
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr "Impossible d'importer une variante. Rapport d'erreurs : @errors"
-
-#: page_manager.admin.inc:1453
-#: page_manager.module:508
-#: plugins/tasks/page.admin.inc:1481;1495;1506
-msgid "Overridden"
-msgstr "Supplantée"
-
-#: page_manager.admin.inc:1454
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr "Ré-initialiser la variante va la supprimer de la base de données, la ramenant à sa variante d'origine, celle par défaut. Cette suppression ne sera effective que lorsque vous aurez cliqué sur le bouton Enregistrer."
-
-#: page_manager.admin.inc:1457
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr "Êtes-vous sûr(e) de vouloir supprimer cette variante ? Cette suppression ne sera effective que lorsque vous aurez cliqué sur Enregistrer."
-
-#: page_manager.admin.inc:1523
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr "Cette variante est désactivée. L'activer la rendra disponible dans votre système. Cela ne prendra effet que lorsque vous aurez enregistré cette page."
-
-#: page_manager.admin.inc:1542
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr "Cette variante est activée. La désactiver la rendra indisponible pour le système, et elle ne sera pas utilisée. Cela ne prendra effet que lorsque vous aurez enregistré cette page."
-
-#: page_manager.admin.inc:1574
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr "Faire sauter le verrou de cet page va <strong>annuler</strong> tout changement réalisé par l'utilisateur qui a verrouillé cette page. Êtes-vous SÛR de vouloir le faire ?"
-
-#: page_manager.admin.inc:1586
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr "Le verrou a été effacé ainsi que tous les changements. Vous pouvez maintenant faire des changements sur cette page."
-
-#: page_manager.admin.inc:1594
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr "Activer cette page la rendra disponible immédiatement dans votre système (il n'y a pas besoin d'attendre pour une sauvegarde)."
-
-#: page_manager.admin.inc:1621
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr "Désactiver cette page la rendra indisponible immédiatement dans votre système (il n'y a pas besoin d'attendre pour une sauvegarde)."
-
-#: page_manager.admin.inc:1677
-msgid "This page has no variants and thus no output of its own."
-msgstr "Cette page n'a pas de variante et donc aucun sortie à générer."
-
-#: page_manager.admin.inc:1682
-msgid "Add a new variant"
-msgstr "Ajouter une nouvelle variante"
-
-#: page_manager.admin.inc:1700
-msgid "Unable to disable due to lock."
-msgstr "Impossible de désactiver, un verrou est présent."
-
-#: page_manager.admin.inc:1703
-msgid "Unable to enable due to lock."
-msgstr "Impossible d'activer, un verrou est présent."
-
-#: page_manager.module:365
-#: plugins/tasks/page.admin.inc:1452
-msgid "Normal"
-msgstr "Normal"
-
-#: page_manager.module:499;514
-#: plugins/tasks/page.inc:216
-msgid "Default"
-msgstr "Par défaut"
-
-#: page_manager.module:635
-msgid "Local"
-msgstr "Locale"
-
-#: page_manager.module:42
-msgid "use page manager"
-msgstr "utiliser le gestionnaire de pages"
-
-#: page_manager.module:42
-msgid "administer page manager"
-msgstr "administrer le gestionnaire de pages"
-
-#: page_manager.module:66
-msgid "Pages"
-msgstr "Pages"
-
-#: page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr "Ajouter, modifier et supprimer des pages de surchargement et des pages définies par l'utilisateur."
-
-#: page_manager.module:72
-msgid "List"
-msgstr "Liste"
-
-#: page_manager.install:222
-msgid "Panel"
-msgstr "Panel"
-
-#: page_manager.info:0
-msgid "Page manager"
-msgstr "Page manager"
-
-#: page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr "Fournit une interface utilisateur et une API pour gérer les pages dans le site."
-
-#: page_manager.info:0
-msgid "Chaos tool suite"
-msgstr "Chaos tool suite"
-
-#: plugins/tasks/node_edit.inc:13;14
-msgid "Node add/edit form"
-msgstr "Formulaire de création/édition d'un noeud"
-
-#: plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr "Lorsque activé, ceci surcharge le comportement par défaut de Drupal pour créer ou modifier des noeuds sur les chemins <em>node/%node/edit</em> et <em>node/add/%node_type</em>. Si vous ajouté des variantes, vous pouvez utiliser les critères de sélection tel que le type de noeud ou la langue ou les permissions pour fournir des formulaires différents pour les noeuds. Si aucune variante n'est sélectionnée, le formulaire d'édition de noeud standard de Drupal sera utilisé."
-
-#: plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr "Le module Page manager est incapable d'activer node/%node/edit parce que d'autres modules l'on déjà surchargé avec %callback."
-
-#: plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr "Le module Page manager est incapable de surcharger le chemin @path parce que d'autres modules l'on déjà surchargé avec %callback. L'édition de noeud sera activé mais le chemin d'édition ne sera pas surchargé."
-
-#: plugins/tasks/node_edit.inc:129
-msgid "Create @name"
-msgstr "Créer '@name'"
-
-#: plugins/tasks/node_edit.inc:143
-msgid "Node being edited"
-msgstr "Noeud en cours d'édition"
-
-#: plugins/tasks/node_view.inc:22;24
-msgid "Node template"
-msgstr "Template du noeud"
-
-#: plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr "Lorsque activé, ceci surcharge le comportement par défaut de Drupal pour afficher les noeuds sur le chemin <em>node/%node</em>. Si vous ajoutez des variantes, vous pourrez utiliser des critères de sélection tel que le type de noeud, la langue ou les permissions pour fournir différents types d'affichage à ces noeuds. Si vous ne sélectionnez pas de variante, l'affichage par défaut de Drupal sera utilisé pour les noeuds. Cette page affecte seulement les noeuds affichés en tant que page, elle n'affectera pas les listes de noeuds ou les noeuds affichés dans d'autres endroits. Veuillez également noter que si vous utilisez Pathauto, les alias d'URLs peuvent laisser paraître qu'un noeud est affiché ailleurs, mais pour Drupal ils sont toujours sur un chemin du type node/%node."
-
-#: plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr "Le module Page manager est incapable d'activer node/%node car d'autres modules l'ont déjà surchargé avec %callback."
-
-#: plugins/tasks/node_view.inc:118
-msgid "Node being viewed"
-msgstr "Noeud en cours d'affichage"
-
-#: plugins/tasks/page.admin.inc:196;274
-msgid "Basic settings"
-msgstr "Paramètres de base"
-
-#: plugins/tasks/page.admin.inc:197;970;978
-msgid "Argument settings"
-msgstr "Paramètres des arguments"
-
-#: plugins/tasks/page.admin.inc:198;434
-msgid "Access control"
-msgstr "Droits d'accès"
-
-#: plugins/tasks/page.admin.inc:199
-msgid "Menu settings"
-msgstr "Paramètres du menu"
-
-#: plugins/tasks/page.admin.inc:275
-msgid "A meaningless second page"
-msgstr ""
-
-#: plugins/tasks/page.admin.inc:367;1358
-msgid "Administrative title"
-msgstr "Titre pour l'administration"
-
-#: plugins/tasks/page.admin.inc:368;1359
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr "Le nom de cette page. Il apparaîtra dans l'interface d'administration afin de l'identifier facilement."
-
-#: plugins/tasks/page.admin.inc:374
-msgid "Machine name"
-msgstr "Nom machine"
-
-#: plugins/tasks/page.admin.inc:375
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr "Le nom machine de cette page. Il doit être unique et ne doit contenir que des caractères alphanumériques et des caractères de soulignement (_). Une fois créée, vous ne pourrez pas changer cette valeur !"
-
-#: plugins/tasks/page.admin.inc:386
-msgid "Administrative description"
-msgstr "Description pour l'administration"
-
-#: plugins/tasks/page.admin.inc:387
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr "Une description de ce qu'est cette page, ce qu'elle fait ou est faîte pour, pour l'administration."
-
-#: plugins/tasks/page.admin.inc:395
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr "Le chemin d'URL pour accéder à cette page. Vous pouvez créer des jetons nommés pour les parties variables du chemin en utilisant la syntaxe %name pour les parties obligatoires et !name pour les parties optionnelles. Par exemple : \"node/%node/foo\", \"forum/%forum\" ou \"dashboard/!input\". Ces jetons nommés peuvent être transformés en contextes sur le formulaire d'arguments."
-
-#: plugins/tasks/page.admin.inc:417
-msgid "Make this your site home page."
-msgstr "Définir comme page d'accueil du site."
-
-#: plugins/tasks/page.admin.inc:418
-msgid "If this box is checked this page will become the site home page. Only paths that have no placeholders can be used as the site home page. The current site home page is set to %homepage."
-msgstr "Si vous cochez cette option, cette page deviendra la page d'accueil du site. Seuls les alias qui ne contiennent pas de caractères de remplecement peuvent être utilisés pour la page d'accueil. La page d'accueil acutelle du site est %homepage."
-
-#: plugins/tasks/page.admin.inc:423
-msgid "This page is currently set to be your site home page."
-msgstr "Cette page est actuellement votre page d'accueil."
-
-#: plugins/tasks/page.admin.inc:435
-msgid "Visible menu item"
-msgstr "Elément de menu visible"
-
-#: plugins/tasks/page.admin.inc:456
-msgid "Name is required."
-msgstr "Le nom est obligatoire."
-
-#: plugins/tasks/page.admin.inc:463
-msgid "That name is used by another page: @page"
-msgstr "Ce nom est déjà utilisé par une autre page : @page"
-
-#: plugins/tasks/page.admin.inc:468
-msgid "Page name must be alphanumeric or underscores only."
-msgstr "Le nom d'une page ne peut contenir que des caractères alphanumériques et des caractères de soulignements (_)."
-
-#: plugins/tasks/page.admin.inc:475
-msgid "That path is used by another page: @page"
-msgstr "Ce chemin est déjà utilisé par une autre page : @page"
-
-#: plugins/tasks/page.admin.inc:483
-msgid "Path is required."
-msgstr "Le chemin est obligatoire"
-
-#: plugins/tasks/page.admin.inc:497
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr "Vous ne pouvez pas utiliser de partie de chemin dynamique après une partie de chemin optionnelle."
-
-#: plugins/tasks/page.admin.inc:506
-msgid "You cannot have a static path element after an optional path element."
-msgstr "Vous ne pouvez pas utiliser de partie de chemin statique après une partie de chemin optionnelle."
-
-#: plugins/tasks/page.admin.inc:517
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr "Ce chemin est déjà utilisé. Ce système ne peut surcharger des chemins existants."
-
-#: plugins/tasks/page.admin.inc:525
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr "Ce chemin est actuellement assigné à l'alias @alias. Ce système ne peut pas surcharger les alias existants."
-
-#: plugins/tasks/page.admin.inc:530
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr "Vous ne pouvez pas faire de cette page votre page d'accueil du site si elle utilise des jetons % ."
-
-#: plugins/tasks/page.admin.inc:538
-msgid "Duplicated argument %arg"
-msgstr "Argument dupliqué %arg"
-
-#: plugins/tasks/page.admin.inc:543
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr "Argument non valide <em>%</em>. Tous les arguments doivent être nommé avec des mots clés."
-
-#: plugins/tasks/page.admin.inc:636
-#: plugins/tasks/page.inc:680
-#: plugins/tasks/term_view.inc:269
-msgid "No menu entry"
-msgstr "Aucune entrée de menu"
-
-#: plugins/tasks/page.admin.inc:637
-msgid "Normal menu entry"
-msgstr "Entrée de menu normale"
-
-#: plugins/tasks/page.admin.inc:638;700
-msgid "Menu tab"
-msgstr "Onglet de menu"
-
-#: plugins/tasks/page.admin.inc:639
-msgid "Default menu tab"
-msgstr "Onglet de menu par défaut"
-
-#: plugins/tasks/page.admin.inc:648
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr "Si positionné à normal ou onglet, saisissez le texte à utiliser pour l'élément de menu."
-
-#: plugins/tasks/page.admin.inc:658
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr "Attention : changer le menu de cet élément ne fonctionnera pas correctement avec Drupal 6.4 ou inférieur. Veuillez mettre à jour votre installation de Drupal ici !url."
-
-#: plugins/tasks/page.admin.inc:668
-#: plugins/tasks/page.inc:171;685
-#: plugins/tasks/term_view.inc:272
-msgid "Menu"
-msgstr "Menu"
-
-#: plugins/tasks/page.admin.inc:672;722
-msgid "Insert item into an available menu."
-msgstr "Insérer l'élément dans un menu disponible."
-
-#: plugins/tasks/page.admin.inc:683
-msgid "Menu selection requires the activation of menu module."
-msgstr "La sélection du menu requiert l'activation du module menu."
-
-#: plugins/tasks/page.admin.inc:687
-#: theme/page_manager.theme.inc:103
-msgid "Weight"
-msgstr "Poids"
-
-#: plugins/tasks/page.admin.inc:690
-msgid "The lower the weight the higher/further left it will appear."
-msgstr ""
-
-#: plugins/tasks/page.admin.inc:698
-msgid "Parent menu item"
-msgstr "Élément de menu parent"
-
-#: plugins/tasks/page.admin.inc:700
-msgid "Already exists"
-msgstr "Existe déjà"
-
-#: plugins/tasks/page.admin.inc:700
-msgid "Normal menu item"
-msgstr "Élément de menu normal"
-
-#: plugins/tasks/page.admin.inc:702
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr "Lorsque vous définissez un élément de menu comme un onglet par défaut, Drupal a besoin de savoir quel sera son élément parent. Des fois le parent existera déjà, mais dans certains cas vous devez le créer. Le chemin d'un élément parent doit toujours être le même chemin avec la dernière partie supprimée, càd si le chemin de cette vue est <em>foo/bar/baz</em>, le chemin du parent doit être <em>foo/bar</em>."
-
-#: plugins/tasks/page.admin.inc:707
-msgid "Parent item title"
-msgstr "Titre de l'élément parent"
-
-#: plugins/tasks/page.admin.inc:710
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr "Si vous créez un élément de menu parent, saisissez le titre de l'élément."
-
-#: plugins/tasks/page.admin.inc:718
-#, fuzzy
-msgid "Parent item menu"
-msgstr "Menu parent de l'élément"
-
-#: plugins/tasks/page.admin.inc:735
-msgid "Tab weight"
-msgstr "Poids de l'onglet"
-
-#: plugins/tasks/page.admin.inc:739
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr "Si l'élément de menu parent est un onglet, saisissez le poids de l'onglet. Plus le nombre est faible, plus l'élément apparaîtra à gauche."
-
-#: plugins/tasks/page.admin.inc:774
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr "Les chemins avec des jetons obligatoires ne peuvent pas être des éléments de menu normaux à moins que le gestionnaire d'argument fournisse une valeur par défaut pour utiliser cet élément de menu."
-
-#: plugins/tasks/page.admin.inc:807
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr "Les règles d'accès sont utilisées pour tester si la page est accessible et rendre ou non visible les éléments de menu correspondants."
-
-#: plugins/tasks/page.admin.inc:848
-msgid "No context assigned"
-msgstr "Aucun contexte assigné"
-
-#: plugins/tasks/page.admin.inc:872
-msgid "Change"
-msgstr "Changer"
-
-#: plugins/tasks/page.admin.inc:889
-#: plugins/tasks/page.inc:143
-#: plugins/tasks/term_view.inc:50;65
-msgid "Settings"
-msgstr "Paramètres"
-
-#: plugins/tasks/page.admin.inc:902
-msgid "Argument"
-msgstr "Argument"
-
-#: plugins/tasks/page.admin.inc:903
-msgid "Position in path"
-msgstr "Position dans le chemin"
-
-#: plugins/tasks/page.admin.inc:904
-msgid "Context assigned"
-msgstr "Context assigné"
-
-#: plugins/tasks/page.admin.inc:923
-msgid "The path %path has no arguments to configure."
-msgstr "Le chemin %path n'a pas d'argument à configurer"
-
-#: plugins/tasks/page.admin.inc:948
-msgid "Invalid object name."
-msgstr "Nom d'objet non valide."
-
-#: plugins/tasks/page.admin.inc:957
-msgid "Invalid keyword."
-msgstr "Mot clé non valide."
-
-#: plugins/tasks/page.admin.inc:969
-msgid "Change context type"
-msgstr "Changer le type de contexte"
-
-#: plugins/tasks/page.admin.inc:974
-msgid "Change argument"
-msgstr "Changer l'argument"
-
-#: plugins/tasks/page.admin.inc:1080
-msgid "No context selected"
-msgstr "Pas de contexte sélectionné"
-
-#: plugins/tasks/page.admin.inc:1116;1136
-msgid "No context"
-msgstr "Pas de contexte"
-
-#: plugins/tasks/page.admin.inc:1163
-msgid "Error: missing argument."
-msgstr "Erreur : argument manquant."
-
-#: plugins/tasks/page.admin.inc:1176
-msgid "Context identifier"
-msgstr "Identifiant du context"
-
-#: plugins/tasks/page.admin.inc:1177
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr "Ceci est le titre du contexte utilisé pour l'identifier plus tard dans la partie administration. Il ne sera jamais affiché à l'utilisateur."
-
-#: plugins/tasks/page.admin.inc:1183
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr "Erreur : plugin d'argument %argument manquant ou non valide."
-
-#: plugins/tasks/page.admin.inc:1231
-msgid "Import page"
-msgstr "Importer une page"
-
-#: plugins/tasks/page.admin.inc:1234;1352
-msgid "Page name"
-msgstr "Nom de la page"
-
-#: plugins/tasks/page.admin.inc:1235
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr "Saisissez le nom à utiliser pour cette page si il est différent de la page source. Laissez le champ vide pour utiliser le nom original de la page."
-
-#: plugins/tasks/page.admin.inc:1241
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr "Saisissez le chemin à utiliser pour cette page si il est différent de la page source. Laissez le champ vide pour utiliser le chemin original de la page."
-
-#: plugins/tasks/page.admin.inc:1246
-msgid "Allow overwrite of an existing page"
-msgstr "Permettre l'écrasement d'une page existante"
-
-#: plugins/tasks/page.admin.inc:1247
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr "Si le nom que vous sélectionnez existe déjà dans la base de données, cette page pourra écraser celle déjà existante."
-
-#: plugins/tasks/page.admin.inc:1252
-msgid "Paste page code here"
-msgstr "Coller le code de la page ici"
-
-#: plugins/tasks/page.admin.inc:1258
-msgid "Import"
-msgstr "Importer"
-
-#: plugins/tasks/page.admin.inc:1274
-msgid "No handler found."
-msgstr "Pas de gestionnaire trouvé."
-
-#: plugins/tasks/page.admin.inc:1276
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr "Impossible de récupérer une page à partir de l'import. Erreurs rapportées : @erros"
-
-#: plugins/tasks/page.admin.inc:1287
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr "Ce nom de page est actuellement utilisé et verrouillé par un autre utilisateur. Vous devez <a href=\"!break\">casser le verrou</a> de cette page avant de pouvoir continuer, ou choisir un nom différent."
-
-#: plugins/tasks/page.admin.inc:1353
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr "Entrez le nom de la nouvelle page. Il doit être unique et ne contenir que des caractères alphanumériques et des caractères de soulignements (_)."
-
-#: plugins/tasks/page.admin.inc:1367
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr "Le chemin d'URL pour accéder à cette page. Vous pouvez créer des jetons nommés pour les parties variables du chemin en utilisant la syntaxe %name pour les parties obligatoires et !name pour les parties optionnelles. Par exemple : \"node/%node/foo\", \"forum/%forum\" ou \"dashboard/!input\". Ces jetons nommés peuvent être transformés en contextes sur le formulaire d'arguments. Vous ne pouvez pas utiliser le même chemin que l'original."
-
-#: plugins/tasks/page.admin.inc:1373
-msgid "Clone variants"
-msgstr "Cloner les variantes"
-
-#: plugins/tasks/page.admin.inc:1374
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr "Si sélectionné toutes les variantes associées à cette page seront également clonées. Si non sélectionné la page sera clonée sans ses variantes."
-
-#: plugins/tasks/page.admin.inc:1482
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr "Ré-initialiser la page va la supprimer de la base de données, la ramenant à sa version d'origine, celle par défaut. Tout changement effectué sera perdu et ne pourra être récupéré."
-
-#: plugins/tasks/page.admin.inc:1485
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr "Êtes-vous sûr de vouloir supprimer cette page ? Supprimer une page est irréversible."
-
-#: plugins/tasks/page.admin.inc:1508
-msgid "The page has been deleted."
-msgstr "La page a été supprimée."
-
-#: plugins/tasks/page.admin.inc:1512
-msgid "The page has been reverted."
-msgstr "La page a été réinitialisée."
-
-#: plugins/tasks/page.inc:22
-msgid "Custom pages"
-msgstr "Pages personnalisées"
-
-#: plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr "Des pages créées par l'administrateur qui ont une chemin (URL), un contrôle d'accès et des entrées dans le système de menu de Drupal."
-
-#: plugins/tasks/page.inc:39
-msgid "Create a new page"
-msgstr "Créer une nouvelle page"
-
-#: plugins/tasks/page.inc:150
-#: plugins/tasks/term_view.inc:68
-msgid "Basic"
-msgstr "Basique"
-
-#: plugins/tasks/page.inc:151
-#: plugins/tasks/term_view.inc:69
-msgid "Edit name, path and other basic settings for the page."
-msgstr "Modifier le nom, le chemin et les paramètres de base de cette page."
-
-#: plugins/tasks/page.inc:158
-msgid "Arguments"
-msgstr "Arguments"
-
-#: plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr "Définir les contextes pour les arguments de cette page."
-
-#: plugins/tasks/page.inc:165;650
-#: plugins/tasks/term_view.inc:264
-msgid "Access"
-msgstr "Accès"
-
-#: plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr "Contrôler quels utilisateurs peuvent accéder à cette page."
-
-#: plugins/tasks/page.inc:172
-msgid "Provide this page a visible menu or a menu tab."
-msgstr "Fournir à cette page un menu visible ou un onglet."
-
-#: plugins/tasks/page.inc:178
-msgid "Make a copy of this page"
-msgstr "Créer une copie de cette page"
-
-#: plugins/tasks/page.inc:183
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr "Exporter cette page sous forme de code qu'il sera possible d'importer ou d'encapsuler dans un module."
-
-#: plugins/tasks/page.inc:189
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr "Supprimer tous les changements de cette page et revenir à la version fournie par son code source."
-
-#: plugins/tasks/page.inc:196
-msgid "Remove this page from your system completely."
-msgstr "Supprimer entièrement cette page du système."
-
-#: plugins/tasks/page.inc:207
-msgid "Custom"
-msgstr "Personnalisé"
-
-#: plugins/tasks/page.inc:304
-#: plugins/tasks/term_view.inc:133
-msgid "View"
-msgstr "Voir"
-
-#: plugins/tasks/page.inc:574;589;629;650;685
-#: plugins/tasks/term_view.inc:258;264;272;285;298
-msgid "page-summary-label"
-msgstr "page-summary-label"
-
-#: plugins/tasks/page.inc:575;590;616;630;651;686
-#: plugins/tasks/term_view.inc:259;265;273;286;299
-msgid "page-summary-data"
-msgstr "page-summary-data"
-
-#: plugins/tasks/page.inc:576;591;617;631;652;687
-#: plugins/tasks/term_view.inc:260;266;274;287;300
-msgid "page-summary-operation"
-msgstr "page-summary-operation"
-
-#: plugins/tasks/page.inc:589
-msgid "Status"
-msgstr "Statut"
-
-#: plugins/tasks/page.inc:608
-msgid "This is your site home page."
-msgstr "C'est la page d'accueil de votre site."
-
-#: plugins/tasks/page.inc:611
-msgid "This page is set to become your site home page."
-msgstr "Cette page est définie pour devenir votre page d'accueil."
-
-#: plugins/tasks/page.inc:641
-msgid "Accessible only if @conditions."
-msgstr "Accessible seulement si @conditions."
-
-#: plugins/tasks/page.inc:644
-#: plugins/tasks/term_view.inc:265
-msgid "This page is publicly accessible."
-msgstr "Cette page est accessible publiquement."
-
-#: plugins/tasks/page.inc:656
-msgid "No menu entry."
-msgstr "Pas d'entrée dans le menu."
-
-#: plugins/tasks/page.inc:657
-msgid "Normal menu entry."
-msgstr "Entrée de menu normale."
-
-#: plugins/tasks/page.inc:658
-msgid "Menu tab."
-msgstr "Onglet."
-
-#: plugins/tasks/page.inc:659
-msgid "Default menu tab."
-msgstr "Onglet par défaut."
-
-#: plugins/tasks/page.inc:665
-msgid "Title: %title."
-msgstr "Titre : %title."
-
-#: plugins/tasks/page.inc:668
-msgid "Parent title: %title."
-msgstr "Titre du parent : %title"
-
-#: plugins/tasks/page.inc:673
-msgid "Menu block: %title."
-msgstr "Bloc de menu : %title"
-
-#: plugins/tasks/term_view.inc:23;24
-msgid "Taxonomy term template"
-msgstr "Template des termes de taxinomie"
-
-#: plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr "Si activé, ceci surcharge le comportement par défaut de Drupal de l'affichage des pages de termes de taxinomie <em>taxonomy/term/%term</em>. Si vous aviez des variantes, vous pourriez utiliser des critères de sélection tel que le vocabulaire ou les permissions pour afficher différentes vues de la page des termes de taxinomies et des noeuds affichés. Si aucune variante n'est sélectionnée, l'affichage par défaut des pages de termes de taxinomie sera utilisée. Cette page affecte uniquement les éléments affichés au chemin taxonomy/term/%term. Certains termes, tel que les forums, ont leur affichage gérer ailleurs. Veuillez également noter que si vous utilisez Pathauto, les alias peuvent donner le sentiment qu'un terme de taxinomie est affiché ailleurs, mais pour Drupal ceci sont toujours au chemin taxonomy/term/%term."
-
-#: plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr "Mettre à jour les paramètres spécifiques de la vue des termes de taxinomie."
-
-#: plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr "Le module Page manager est incapable d'activer la page taxonomy/term/%term parce que d'autres modules l'ont déjà surchargé avec %callback."
-
-#: plugins/tasks/term_view.inc:161
-msgid "Term(s) being viewed"
-msgstr "Les termes en cours d'affichage"
-
-#: plugins/tasks/term_view.inc:161
-msgid "Term being viewed"
-msgstr "Le terme en cours d'affichage"
-
-#: plugins/tasks/term_view.inc:169
-msgid "Depth"
-msgstr "Profondeur"
-
-#: plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr "Permettre plusieurs termes sur taxonomy/term/%term"
-
-#: plugins/tasks/term_view.inc:225
-msgid "Single term"
-msgstr "Un seul term"
-
-#: plugins/tasks/term_view.inc:225
-msgid "Multiple terms"
-msgstr "Plusieurs termes"
-
-#: plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr "Par défaut Drupal permet d'avoir plusieurs termes en argument en les séparant par des virgules ou des plus (+). Si vous sélectionnez un seul, cette fonctionnalité sera désactivée."
-
-#: plugins/tasks/term_view.inc:230
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr "Injecte la hiérarchie du premier terme dans le fil d'Arianne"
-
-#: plugins/tasks/term_view.inc:233
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr "Si sélectionné, les parents du terme de taxinomie apparaîtra dans le fil d'Arianne."
-
-#: plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr "Plusieurs termes peuvent être utilisés, séparés par des virgules (,) ou des plus (+)."
-
-#: plugins/tasks/term_view.inc:281
-msgid "Only a single term may be used."
-msgstr "Seul un terme peut être utilisé"
-
-#: plugins/tasks/term_view.inc:285
-msgid "%term"
-msgstr ""
-
-#: plugins/tasks/term_view.inc:291
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr "Le fil d'Arianne va contenir la hiérarchie des termes de la taxinomie"
-
-#: plugins/tasks/term_view.inc:294
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr "Le fil d'Arianne ne va pas contenir la hiérarchie des termes de la taxinomie"
-
-#: plugins/tasks/term_view.inc:298
-msgid "Breadcrumb"
-msgstr "Fil d'Arianne"
-
-#: plugins/tasks/user_view.inc:12;13
-msgid "User profile template"
-msgstr "Template profile utilisateur"
-
-#: plugins/tasks/user_view.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr "Si activé, ceci surcharge l'affichage par défaut de Drupal pour afficher le profile des utilisateurs <em>user/%user</em>. Si vous ajoutez des variantes, vous pourrez sélectionner des critères de sélection tel que les rôles ou les permissions pour fournir des affichages différents des profiles utilisateurs. Si aucune variante n'est sélectionnée, l'affichage par défaut de Drupal sera utilisé. Notez que si vous utilisez Pathauto, les alias peuvent donner l'impression que les profiles utilisateurs sont affichés ailleurs, mais pour Drupal ils sont toujours affiché au chemin user/%user."
-
-#: plugins/tasks/user_view.inc:56
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr "Le module Page manager est incapable d'activer la page user/%user car d'autres modules l'ont déjà surchargé avec %callback."
-
-#: plugins/tasks/user_view.inc:97
-msgid "User being viewed"
-msgstr "L'utilisateur en cours d'affichage"
-
-#: theme/page_manager.theme.inc:42
-msgid "Locked"
-msgstr "Vérouillé"
-
-#: theme/page_manager.theme.inc:42
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr "Cette page est en cours d'édition par un autre utilisateur, vous ne pouvez donc pas la modifier."
-
-#: theme/page_manager.theme.inc:45
-msgid "New"
-msgstr "Nouveau"
-
-#: theme/page_manager.theme.inc:45
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr "Cette page vient d'être créée et n'a pas été enregistrée dans la base de données. Elle ne sera pas disponible tant que vous ne l'aurez pas sauvegardée."
-
-#: theme/page_manager.theme.inc:48
-msgid "Changed"
-msgstr "Modifiée"
-
-#: theme/page_manager.theme.inc:48
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr "Cette page a été modifiée, mais ces changements ne sont pas encore actifs. Lors de la modification de cette page, celle-ci est verrouillée et ne peut pas être modifiée par les autres utilisateurs."
-
-#: theme/page_manager.theme.inc:98
-msgid "No task handlers are defined for this task."
-msgstr "Aucun gestionnaire de tâche n'est définie pour cette tâche."
-
-#: theme/page_manager.theme.inc:102
-msgid "Variant"
-msgstr "Variante"
-
-#: theme/page_manager.theme.inc:124
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr "Cette page est en cours d'édition par l'utilisateur !user, et est donc verrouillée. Ce verrou est actif depuis !age. Cliquez ici pour <a href=\"!break\">cassé ce verrou</a>."
-
diff --git a/sites/all/modules/ctools/page_manager/translations/page_manager.hu.po b/sites/all/modules/ctools/page_manager/translations/page_manager.hu.po
deleted file mode 100644
index 1a0f4a96..00000000
--- a/sites/all/modules/ctools/page_manager/translations/page_manager.hu.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:40+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Pages"
-msgstr "Oldalak"
-msgid "List"
-msgstr "Lista"
-msgid "Reset"
-msgstr "Alaphelyzet"
-msgid "Name"
-msgstr "Név"
-msgid "Summary"
-msgstr "Összegzés"
-msgid "Up"
-msgstr "Fel"
-msgid "<All>"
-msgstr "< Mind >"
-msgid "Down"
-msgstr "Le"
-msgid "Order"
-msgstr "Sorrend"
-msgid "Sort by"
-msgstr "Rendezés"
-msgid "Apply"
-msgstr "Alkalmaz"
-msgid "Panel"
-msgstr "Panel"
-msgid "Variants"
-msgstr "Változatok"
-msgid "Break lock"
-msgstr "Zárolás feloldása"
-msgid "Enabled, title"
-msgstr "Engedélyezett, cím"
-msgid "Get a summary of the information about this page."
-msgstr "Az oldalinformációk összefoglalója."
-msgid "Activate this page so that it will be in use in your system."
-msgstr "Az oldalt aktiválni kell, hogy a rendszerben használni lehessen."
-msgid ""
-"De-activate this page. The data will remain but the page will not be "
-"in use on your system."
-msgstr ""
-"Oldal deaktiválása. Az adat megmarad, de az oldal nem lesz "
-"használva a rendszerben."
-msgid "Add variant"
-msgstr "Változat hozzáadása"
-msgid "Add a new variant to this page."
-msgstr "Új változat hozzáadása az oldalhoz."
-msgid "Create variant"
-msgstr "Változat létrehozása"
-msgid "Import variant"
-msgstr "Változat importálása"
-msgid "Add a new variant to this page from code exported from another page."
-msgstr ""
-"Új változat hozzáadása az oldalhoz egy másik oldalból exportált "
-"kódból."
-msgid "Reorder variants"
-msgstr "Változatok újrarendezése"
-msgid ""
-"Change the priority of the variants to ensure that the right one gets "
-"selected."
-msgstr ""
-"A változatok fontosságának módosítása, hogy biztosan a "
-"megfelelő legyen kiválasztva."
-msgid ""
-"Configure a newly created variant prior to actually adding it to the "
-"page."
-msgstr ""
-"Egy újonnan létrehozott változat hozzáadása azelőtt, hogy az "
-"ténylegesen hozzá lenne adva az oldalhoz."
-msgid "Break the lock on this page so that you can edit it."
-msgstr "Az oldal zárolása meg lett szüntetve, így az már szerkeszthető."
-msgid "Variant operations"
-msgstr "Változatok műveletei"
-msgid "Get a summary of the information about this variant."
-msgstr "Változatinformációk összefoglalója."
-msgid "Make an exact copy of this variant."
-msgstr "A változat egy pontos másolatának létrehozása."
-msgid "Export this variant into code to import into another page."
-msgstr ""
-"A változat kódjának egy másik oldalba importálható "
-"exportálása."
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-"A változat összes módosításának eltávolítása és "
-"visszaállítása a kódban lévő változatra."
-msgid "Remove this variant from the page completely."
-msgstr "A változat teljes eltávolítása az oldalról."
-msgid "Activate this variant so that it will be in use in your system."
-msgstr "A változatot aktiválni kell, hogy a rendszerben használni lehessen."
-msgid ""
-"De-activate this variant. The data will remain but the variant will "
-"not be in use on your system."
-msgstr ""
-"Változat deaktiválása. Az adat megmarad, de a változat nem lesz "
-"használva a rendszerben."
-msgid "No variants"
-msgstr "Nincsenek változatok"
-msgid "This operation trail does not exist."
-msgstr "Ez a műveleti nyomvonal nem létezik."
-msgid ""
-"The page has been updated. Changes will not be permanent until you "
-"save."
-msgstr ""
-"Az oldal frissítve lett. A változások nem véglegesek, amíg nincs "
-"elmentve."
-msgid "Unable to update changes due to lock."
-msgstr "Zárolás miatt nem lehett frissíteni a módosításokat."
-msgid "This setting contains unsaved changes."
-msgstr "Ez a beállítás el nem mentett módosításokat tartalmaz."
-msgid ""
-"You have unsaved changes to this page. You must select Save to write "
-"them to the database, or Cancel to discard these changes. Please note "
-"that if you have changed any form, you must submit that form before "
-"saving."
-msgstr ""
-"Nem mentett módosítások vannak az oldalon. A „Mentés”-t kell "
-"választani az adatbázisba íráshoz vagy a „Mégsem”-et a "
-"módosítások eldobásához. Meg kell jegyezni, hogy az űrlapokat "
-"módosítás után be kell küldeni a mentés előtt."
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-"Minden függőben lévő módosítás el lett dobva és az oldal "
-"zárolása fel lett oldva."
-msgid ""
-"Administrative title of this variant. If you leave blank it will be "
-"automatically assigned."
-msgstr ""
-"A változat adminisztratív címe. Üresen hagyva automatikusan lesz "
-"meghatározva."
-msgid "Variant type"
-msgstr "Változat típusa"
-msgid "Optional features"
-msgstr "Választható lehetőségek"
-msgid ""
-"Check any optional features you need to be presented with forms for "
-"configuring them. If you do not check them here you will still be able "
-"to utilize these features once the new page is created. If you are not "
-"sure, leave these unchecked."
-msgstr ""
-"További választható lehetőségek beállítása, amik űrlapokkal "
-"jelennek meg a beállításhoz. Ha itt nincsenek bejelölve, akkor is "
-"lehet használni ezeket a lehetőségeket amint az új oldal "
-"létrejött. Kétség esetén bejelöletlenül kell hagyni ezeket."
-msgid "Variant name"
-msgstr "Változat neve"
-msgid "Enter the name of the new variant."
-msgstr "Az új változat nevének megadása."
-msgid "Paste variant code here"
-msgstr "Változat kódjának beillesztése"
-msgid "No variant found."
-msgstr "Nincs változat."
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-"Nem lehet változatot létrehozni az importból. A jelentett hibák: "
-"@errors"
-msgid ""
-"Reverting the variant will delete the variant that is in the database, "
-"reverting it to the original default variant. This deletion will not "
-"be made permanent until you click Save."
-msgstr ""
-"A változat visszaállítása törli a változatot az adatbázisból, "
-"visszaállítva az eredeti alapértelmezett változatot. A mentésre "
-"kattintásig ez a törlés nem lesz végleges."
-msgid ""
-"Are you sure you want to delete this variant? This deletion will not "
-"be made permanent until you click Save."
-msgstr ""
-"Biztosan törölhető ez a változat? A törlés a mentésre "
-"kattintásig nem lesz véglegesítve."
-msgid ""
-"This variant is currently disabled. Enabling it will make it available "
-"in your system. This will not take effect until you save this page."
-msgstr ""
-"Ez a változat jelenleg le van tiltva. Engedélyezése elérhetővé "
-"teszi a rendszerben. Az oldal elmentése előtt nem lép érvénybe."
-msgid ""
-"This variant is currently enabled. Disabling it will make it "
-"unavailable in your system, and it will not be used. This will not "
-"take effect until you save this page."
-msgstr ""
-"Ez a változat jelenleg engedélyezve van. A letiltása "
-"elérhetetlenné teszi a rendszerben és nem lesz használva. Addig "
-"nem lép érvénybe, amíg nincs az oldal elmentve."
-msgid ""
-"Breaking the lock on this page will <strong>discard</strong> any "
-"pending changes made by the locking user. Are you REALLY sure you want "
-"to do this?"
-msgstr ""
-"Az oldal zárolásának feloldása <strong>el fog dobni</strong> "
-"minden, a zároló felhasználó által végrehajtott, függőben "
-"lévő változást. VALÓBAN végrehajtható a feloldás?"
-msgid ""
-"The lock has been cleared and all changes discarded. You may now make "
-"changes to this page."
-msgstr ""
-"A zárolás törölve lett és minden módosítás el lett dobva. Most "
-"már lehet módosítani az oldalt."
-msgid ""
-"Enabling this page will immediately make it available in your system "
-"(there is no need to wait for a save.)"
-msgstr ""
-"Az oldal engedélyezése azonnal elérhetővé teszi azt a rendszerben "
-"(nincs szükség mentésre)."
-msgid ""
-"Disabling this page will immediately make it unavailable in your "
-"system (there is no need to wait for a save.)"
-msgstr ""
-"Az oldal tiltása azonnal elérhetetlenné teszi azt a rendszerben "
-"(nincs szükség mentésre)."
-msgid "This page has no variants and thus no output of its own."
-msgstr "Ennek az oldalnak nincsenek változatai, ezért nincs saját kimenete."
-msgid "Add a new variant"
-msgstr "Új változat hozzáadása"
-msgid "Unable to disable due to lock."
-msgstr "Zárolás miatt nem tiltható le."
-msgid "Unable to enable due to lock."
-msgstr "Zárolás miatt nem engedélyezhető."
-msgid "use page manager"
-msgstr "oldalkezelő használata"
-msgid "administer page manager"
-msgstr "oldalkezelő adminisztrációja"
-msgid ""
-"Add, edit and remove overridden system pages and user defined pages "
-"from the system."
-msgstr ""
-"A rendszer felülírt rendszeroldalainak és a felhasználók által "
-"meghatározott oldalaknak a hozzáadása, szerkesztése és "
-"eltávolítása."
-msgid "Page manager"
-msgstr "Oldalkezelő"
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-"Egy felhasználói-, és egy API felületet biztosít a webhelyen "
-"belüli oldalak kezeléséshez."
-msgid "See the getting started guide for more information."
-msgstr "A Kezdeti segítség útmutató megtekintése a részletekért."
-msgid ""
-"Before this variant can be added, it must be configured. When you are "
-"finished, click \"Create variant\" at the end of this wizard to add "
-"this to your page."
-msgstr ""
-"A változat hozzáadása előtt ezt be kell állítani. A  "
-"befejezésekor a „Változat létrehozása” gombra kattintás "
-"befejezi a varázslót és hozzáadja a változatot az oldalhoz."
-msgid ""
-"This page is currently locked for editing by you. Nobody else may edit "
-"this page until these changes are saved or canceled."
-msgstr ""
-"Ez az oldal jelenleg zárolva van mert ön szerkeszti. Senki más nem "
-"szerkesztheti ezt az oldalt, a módosítások mentése vagy "
-"visszavonása előtt."
-msgid ""
-"This page is currently locked for editing by another user. You may not "
-"edit this page without breaking the lock."
-msgstr ""
-"Ez az oldal jelenleg zárolva van, mert egy másik felhasználó "
-"szerkeszti. A zárolás feloldása előtt nem szerkeszthető az oldal."
diff --git a/sites/all/modules/ctools/page_manager/translations/page_manager.pot b/sites/all/modules/ctools/page_manager/translations/page_manager.pot
deleted file mode 100644
index 427228b8..00000000
--- a/sites/all/modules/ctools/page_manager/translations/page_manager.pot
+++ /dev/null
@@ -1,921 +0,0 @@
-# $Id: page_manager.pot,v 1.1 2009/08/16 19:13:58 hass Exp $
-#
-# LANGUAGE translation of Drupal (page_manager-plugins-tasks)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  node_edit.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#  node_view.inc,v 1.4 2009/08/04 21:43:06 merlinofchaos
-#  page.admin.inc,v 1.16 2009/08/07 23:40:39 merlinofchaos
-#  page.inc,v 1.16 2009/08/13 23:35:26 merlinofchaos
-#  term_view.inc,v 1.5 2009/08/04 21:43:06 merlinofchaos
-#  user_view.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: page_manager/plugins/tasks/node_edit.inc:13;14
-msgid "Node add/edit form"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:129
-msgid "Create @name"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:143
-msgid "Node being edited"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:22;24
-msgid "Node template"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:118
-msgid "Node being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:196;274
-msgid "Basic settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:197;970;978
-msgid "Argument settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:198;434
-msgid "Access control"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:199
-msgid "Menu settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:275
-msgid "A meaningless second page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:368;1359
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:374
-msgid "Machine name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:375
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:387
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:395
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:417
-msgid "Make this your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:418
-msgid "If this box is checked this page will become the site home page. Only paths that have no placeholders can be used as the site home page. The current site home page is set to %homepage."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:423
-msgid "This page is currently set to be your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:435
-msgid "Visible menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:456
-msgid "Name is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:463
-msgid "That name is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:468
-msgid "Page name must be alphanumeric or underscores only."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:475
-msgid "That path is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:483
-msgid "Path is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:497
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:506
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:517
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:525
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:530
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:538
-msgid "Duplicated argument %arg"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:543
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:636
-#: page_manager/plugins/tasks/page.inc:680
-#: page_manager/plugins/tasks/term_view.inc:269
-msgid "No menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:637
-msgid "Normal menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:638;700
-msgid "Menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:639
-msgid "Default menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:648
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:658
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:668
-#: page_manager/plugins/tasks/page.inc:171;685
-#: page_manager/plugins/tasks/term_view.inc:272
-msgid "Menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:672;722
-msgid "Insert item into an available menu."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:683
-msgid "Menu selection requires the activation of menu module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:690
-msgid "The lower the weight the higher/further left it will appear."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:698
-msgid "Parent menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:700
-msgid "Already exists"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:700
-msgid "Normal menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:702
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:707
-msgid "Parent item title"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:710
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:718
-msgid "Parent item menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:735
-msgid "Tab weight"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:739
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:774
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:807
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:848
-msgid "No context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:872
-msgid "Change"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:889
-#: page_manager/plugins/tasks/page.inc:143
-#: page_manager/plugins/tasks/term_view.inc:50;65
-msgid "Settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:902
-msgid "Argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:903
-msgid "Position in path"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:904
-msgid "Context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:923
-msgid "The path %path has no arguments to configure."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:957
-msgid "Invalid keyword."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:969
-msgid "Change context type"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:974
-msgid "Change argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1080
-msgid "No context selected"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1163
-msgid "Error: missing argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1176
-msgid "Context identifier"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1177
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1183
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1231
-msgid "Import page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1234;1352
-msgid "Page name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1235
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1241
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1246
-msgid "Allow overwrite of an existing page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1247
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1252
-msgid "Paste page code here"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1258
-msgid "Import"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1274
-msgid "No handler found."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1276
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1287
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1353
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1367
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1373
-msgid "Clone variants"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1374
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1482
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1485
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1508
-msgid "The page has been deleted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1512
-msgid "The page has been reverted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:22
-msgid "Custom pages"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:39
-msgid "Create a new page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:150
-#: page_manager/plugins/tasks/term_view.inc:68
-msgid "Basic"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:151
-#: page_manager/plugins/tasks/term_view.inc:69
-msgid "Edit name, path and other basic settings for the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:165;650
-#: page_manager/plugins/tasks/term_view.inc:264
-msgid "Access"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:172
-msgid "Provide this page a visible menu or a menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:178
-msgid "Make a copy of this page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:183
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:189
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:196
-msgid "Remove this page from your system completely."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:574;589;629;650;685
-#: page_manager/plugins/tasks/term_view.inc:258;264;272;285;298
-msgid "page-summary-label"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:575;590;616;630;651;686
-#: page_manager/plugins/tasks/term_view.inc:259;265;273;286;299
-msgid "page-summary-data"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:576;591;617;631;652;687
-#: page_manager/plugins/tasks/term_view.inc:260;266;274;287;300
-msgid "page-summary-operation"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:589
-msgid "Status"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:608
-msgid "This is your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:611
-msgid "This page is set to become your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:641
-msgid "Accessible only if @conditions."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:644
-#: page_manager/plugins/tasks/term_view.inc:265
-msgid "This page is publicly accessible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:656
-msgid "No menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:657
-msgid "Normal menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:658
-msgid "Menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:659
-msgid "Default menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:665
-msgid "Title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:668
-msgid "Parent title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:673
-msgid "Menu block: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:23;24
-msgid "Taxonomy term template"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term(s) being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:169
-msgid "Depth"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Single term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Multiple terms"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:281
-msgid "Only a single term may be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:285
-msgid "%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:291
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:294
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:298
-msgid "Breadcrumb"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:12;13
-msgid "User profile template"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:56
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:97
-msgid "User being viewed"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "Locked"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "New"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "Changed"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:98
-msgid "No task handlers are defined for this task."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:102
-msgid "Variant"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:124
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:34;278
-msgid "Reset"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:71;249
-msgid "Name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:145
-msgid "System"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:215
-msgid "<All>"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:240
-msgid "Search"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:245
-msgid "Sort by"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:247
-msgid "Enabled, title"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:259
-msgid "Order"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:261
-msgid "Up"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:262
-msgid "Down"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:271
-msgid "Apply"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:451;643
-msgid "Summary"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:452
-msgid "Get a summary of the information about this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:505
-msgid "Activate this page so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:518
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:529
-msgid "Add variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:530
-msgid "Add a new variant to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:535;568
-msgid "Create variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:540
-msgid "Import variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:541
-msgid "Add a new variant to this page from code exported from another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:547
-msgid "Reorder variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:549
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:560
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:587;592
-msgid "Break lock"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:588
-msgid "Break the lock on this page so that you can edit it."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:611
-msgid "Variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:636
-msgid "Variant operations"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:644
-msgid "Get a summary of the information about this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:659
-msgid "Make an exact copy of this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:664
-msgid "Export this variant into code to import into another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:670
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:680
-msgid "Remove this variant from the page completely."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:690
-msgid "Activate this variant so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:701
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:713
-msgid "No variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:907
-msgid "This operation trail does not exist."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:924
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:941
-msgid "Unable to update changes due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1091
-msgid "This setting contains unsaved changes."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1149
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1180
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1231
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1296
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1301
-msgid "Variant type"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1310
-msgid "Optional features"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1312
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1340;1496
-msgid "Variant name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1341;1497
-msgid "Enter the name of the new variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1346
-msgid "Paste variant code here"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1363
-msgid "No variant found."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1366
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1454
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1457
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1523
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1542
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1574
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1586
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1594
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1621
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1677
-msgid "This page has no variants and thus no output of its own."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1682
-msgid "Add a new variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1700
-msgid "Unable to disable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1703
-msgid "Unable to enable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.module:42
-msgid "use page manager"
-msgstr ""
-
-#: page_manager/page_manager.module:42
-msgid "administer page manager"
-msgstr ""
-
-#: page_manager/page_manager.module:66
-msgid "Pages"
-msgstr ""
-
-#: page_manager/page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr ""
-
-#: page_manager/page_manager.module:72
-msgid "List"
-msgstr ""
-
-#: page_manager/page_manager.module:0
-msgid "page_manager"
-msgstr ""
-
-#: page_manager/page_manager.install:222
-msgid "Panel"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Page manager"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
diff --git a/sites/all/modules/ctools/plugins/access/context_exists.inc b/sites/all/modules/ctools/plugins/access/context_exists.inc
index f60eb193..aabc62dd 100644
--- a/sites/all/modules/ctools/plugins/access/context_exists.inc
+++ b/sites/all/modules/ctools/plugins/access/context_exists.inc
@@ -11,7 +11,7 @@ $plugin = array(
   'callback' => 'ctools_context_exists_ctools_access_check',
   'settings form' => 'ctools_context_exists_ctools_access_settings',
   'summary' => 'ctools_context_exists_ctools_access_summary',
-  'required context' => new ctools_context_required(t('Context'), 'any'),
+  'required context' => new ctools_context_required(t('Context'), 'any', TRUE),
   'defaults' => array('exists' => TRUE),
 );
 
diff --git a/sites/all/modules/ctools/plugins/access/entity_bundle.inc b/sites/all/modules/ctools/plugins/access/entity_bundle.inc
index cce241b7..ed680965 100644
--- a/sites/all/modules/ctools/plugins/access/entity_bundle.inc
+++ b/sites/all/modules/ctools/plugins/access/entity_bundle.inc
@@ -75,8 +75,13 @@ function ctools_entity_bundle_ctools_access_settings_submit($form, &$form_state)
 /**
  * Check for access.
  */
-function ctools_entity_bundle_ctools_access_check($conf, $context) {
-  $entity = entity_get_info($context->type[2]);
+function ctools_entity_bundle_ctools_access_check($conf, $context, $plugin) {
+  list($plugin_name, $entity_type) = explode(':', $plugin['name']);
+  if (!$entity_type) {
+    return FALSE;
+  };
+
+  $entity = entity_get_info($entity_type);
   // As far as I know there should always be a context at this point, but this
   // is safe.
   if (empty($context) || empty($context->data) || empty($context->data->{$entity['entity keys']['bundle']})) {
@@ -106,11 +111,17 @@ function ctools_entity_bundle_ctools_access_restrictions($conf, &$context) {
 /**
  * Provide a summary description based upon the checked entity_bundle.
  */
-function ctools_entity_bundle_ctools_access_summary($conf, $context) {
+function ctools_entity_bundle_ctools_access_summary($conf, $context, $plugin) {
   if (!isset($conf['type'])) {
     $conf['type'] = array();
   }
-  $entity = entity_get_info($context->type[2]);
+
+  list($plugin_name, $entity_type) = explode(':', $plugin['name']);
+  if (!$entity_type) {
+    return t('Error, misconfigured entity_bundle access plugin');
+  };
+
+  $entity = entity_get_info($entity_type);
 
   $names = array();
   foreach (array_filter($conf['type']) as $type) {
diff --git a/sites/all/modules/ctools/plugins/access/term_has_parent.inc b/sites/all/modules/ctools/plugins/access/term_has_parent.inc
index 2c86d1cf..a079e92a 100644
--- a/sites/all/modules/ctools/plugins/access/term_has_parent.inc
+++ b/sites/all/modules/ctools/plugins/access/term_has_parent.inc
@@ -14,7 +14,6 @@ $plugin = array(
   'callback' => 'ctools_term_has_parent_ctools_access_check',
   'default' => array('vid' => array(), 'negate' => 0),
   'settings form' => 'ctools_term_has_parent_ctools_access_settings',
-  'settings form validation' => 'ctools_term_has_parent_ctools_access_settings_validate',
   'settings form submit' => 'ctools_term_has_parent_ctools_access_settings_submit',
   'summary' => 'ctools_term_has_parent_ctools_access_summary',
   'required context' => new ctools_context_required(t('Term'), array('taxonomy_term', 'terms')),
@@ -56,11 +55,11 @@ function ctools_term_has_parent_ctools_access_settings($form, &$form_state, $con
   // Loop over each of the configured vocabularies.
   foreach (taxonomy_get_vocabularies() as $vid => $vocabulary) {
     $options[$vid] = $vocabulary->name;
-    $form['settings'][$vid] = array(
+    $form['settings']['vid_' . $vid] = array(
       '#title' => t('Terms'),
       '#description' => t('Select a term or terms from @vocabulary.', array('@vocabulary' => $vocabulary->name)),
       '#dependency' => array('ctools-select-vid' => array($vocabulary->vid)),
-      '#default_value' => !empty($conf[$vid]) ? $conf[$vid] : '',
+      '#default_value' => !empty($conf['vid_' . $vid]) ? $conf['vid_' . $vid] : '',
       '#size' => 10,
       '#multiple' => TRUE,
       //@todo: Remove the following workaround when the following patch is in core. {@see:http://drupal.org/node/1117526}
@@ -72,20 +71,32 @@ function ctools_term_has_parent_ctools_access_settings($form, &$form_state, $con
     foreach (taxonomy_get_tree($vocabulary->vid) as $term) {
       $terms[$term->tid] = str_repeat('-', $term->depth) . ($term->depth ? ' ' : '') . $term->name;
     }
-    $form['settings'][$vid]['#type'] = 'select';
-    $form['settings'][$vid]['#options'] = $terms;
+    //$form['settings']['vid_' . $vid]['#type'] = 'select';
+    $form['settings']['vid_' . $vid]['#type'] = 'checkboxes';
+    $form['settings']['vid_' . $vid]['#options'] = $terms;
     unset($terms);
   }
   $form['settings']['vid']['#options'] = $options;
   $form['settings']['include_self'] = array(
     '#title' => t('Include these term(s) as candidates?'),
     '#description' => t('When this rule is evaluated, should the term(s) you select be included as candidates for access?'),
-    '#default_value' => $conf['include_self'],
+    '#default_value' => !empty($conf['include_self']) ? $conf['include_self'] : FALSE,
     '#type' => 'checkbox',
   );
   return $form;
 }
 
+/**
+ * Filters values to store less.
+ */
+function ctools_term_has_parent_ctools_access_settings_submit($form, &$form_state) {
+  foreach ($form_state['values']['settings'] as $key => $value) {
+    if (strpos($key, 'vid_') === 0) {
+      $form_state['values']['settings'][$key] = array_filter($form_state['values']['settings'][$key]);
+    }
+  }
+}
+
 /**
  * Check for access.
  */
@@ -119,12 +130,12 @@ function ctools_term_has_parent_ctools_access_check($conf, $context) {
     }
 
     // check the term selected, if the user asked it to.
-    if (!empty($conf['include_self']) && in_array($term->tid, $conf[$vid])) {
+    if (!empty($conf['include_self']) && isset($conf['vid_' . $vid][$term->tid])) {
       return TRUE;
     }
 
     // did we find the parent TID we were looking for?
-    if (in_array($term->term_parent, $conf[$vid])) {
+    if (isset($conf['vid_' . $vid][$term->tid])) {
       // YES, we're done!
       return TRUE;
     }
@@ -148,7 +159,7 @@ function ctools_term_has_parent_ctools_access_check($conf, $context) {
 function ctools_term_has_parent_ctools_access_summary($conf, $context) {
   $vid = (int)$conf['vid'];
   $terms = array();
-  foreach ($conf[$vid] as $tid) {
+  foreach ($conf['vid_' . $vid] as $tid) {
     $term = taxonomy_term_load($tid);
     $terms[] = $term->name;
   }
diff --git a/sites/all/modules/ctools/plugins/access/translations/plugins-access.hu.po b/sites/all/modules/ctools/plugins/access/translations/plugins-access.hu.po
deleted file mode 100644
index 2cfb5fa0..00000000
--- a/sites/all/modules/ctools/plugins/access/translations/plugins-access.hu.po
+++ /dev/null
@@ -1,184 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:23+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Vocabularies"
-msgstr "Szótárak"
-msgid "Terms"
-msgstr "Kifejezések"
-msgid "PHP Code"
-msgstr "PHP kód"
-msgid "Permission"
-msgstr "Jogosultság"
-msgid "No language"
-msgstr "Nincs nyelv"
-msgid "Equal"
-msgstr "Egyenlő"
-msgid "User: compare"
-msgstr "Felhasználó: összehasonlítás"
-msgid "Compare two users (logged-in user and user being viewed, for example)"
-msgstr ""
-"Két felhasználó összehasonlítása (például: bejelentkezett "
-"felhasználó és megtekintett felhasználó)"
-msgid "First User"
-msgstr "Első felhasználó"
-msgid "Second User"
-msgstr "Második felhasználó"
-msgid ""
-"Grant access based on comparison of the two user contexts. For "
-"example, to grant access to a user to view their own profile, choose "
-"\"logged in user\" and \"user being viewed\" and say \"grant access if "
-"equal\". When they're the same, access will be granted."
-msgstr ""
-"Hozzáférés biztosítása két felhasználó környezeteinek "
-"összehasonlítása alapján. Például, ahhoz, hogy egy felhasználó "
-"hozzáférhessen a saját profiljához, a „bejelentkezett "
-"felhasználó”-t és a „megtekintett felhasználó”-t kell "
-"választani valamint a hozzáférés biztosítását „egyenlő”-re "
-"kell állítani."
-msgid "Grant access if user contexts are"
-msgstr "Hozzáférés biztosítása, ha a felhasználó környezetei"
-msgid "Not equal"
-msgstr "Nem egyenlő"
-msgid "@id1 @comp @id2"
-msgstr "@id1 @comp @id2"
-msgid "Node: accessible"
-msgstr "Tartalom: elérhető"
-msgid "Control access with built in Drupal node access test."
-msgstr ""
-"Hozzáférés szabályozása a Drupal beépített "
-"tartalomhozzáférés ellenőrzésével."
-msgid "Create nodes of the same type"
-msgstr "Tartalmak létrehozása ugyanabból a típusból"
-msgid ""
-"Using built in Drupal node access rules, determine if the user can "
-"perform the selected operation on the node."
-msgstr ""
-"A Drupal beépített tartalom-hozzáférési szabályainak használata "
-"annak meghatározására, hogy a felhasználó végrehajthatja-e a "
-"kiválasztott műveletet a tartalmon."
-msgid "@user can view @node."
-msgstr "@user megtekintheti ezt: @node."
-msgid "@user can edit @node."
-msgstr "@user szerkesztheti ezt: @node."
-msgid "@user can delete @node."
-msgstr "@user törölheti ezt: @node."
-msgid "@user can create nodes of the same type as @node."
-msgstr "@user létrehozhat @node típusával megegyező típusú tartalmakat."
-msgid "Node: language"
-msgstr "Tartalom: nyelv"
-msgid "Control access by node language."
-msgstr "Hozzáférés szabályozása a tartalom nyelve alapján."
-msgid "Current site language"
-msgstr "A webhely jelenlegi nyelve"
-msgid "Pass only if the node is in one of the selected languages."
-msgstr ""
-"Csak akkor sikeres, ha a tartalom az egyik kiválasztott nyelvet "
-"használja."
-msgid "@identifier is in any language"
-msgstr "@identifier bármelyik nyelven lehet"
-msgid "@identifier language is \"@languages\""
-msgid_plural "@identifier language is one of \"@languages\""
-msgstr[0] "@identifier nyelve „@languages”"
-msgstr[1] "@identifier nyelve „@languages” egyike"
-msgid "Node: type"
-msgstr "Tartalom: típus"
-msgid "Control access by node_type."
-msgstr "Hozzáférés szabályozása tartalomtípus alapján."
-msgid "Only the checked node types will be valid."
-msgstr "Csak a bejelölt tartalomtípusok lesznek érvényesek."
-msgid "@identifier is any node type"
-msgstr "@identifier bármilyen tartalomtípus lehet"
-msgid "@identifier is type \"@types\""
-msgid_plural "@identifier type is one of \"@types\""
-msgstr[0] "@identifie típusa „@types”"
-msgstr[1] "@identifier típusa „@types” egyike"
-msgid "User: permission"
-msgstr "Felhasználó: jogosultságok"
-msgid "Control access by permission string."
-msgstr "Hozzáférés szabályozása jogosultsági kifejezés alapján."
-msgid ""
-"Only users with the selected permission flag will be able to access "
-"this."
-msgstr ""
-"Csak a kiválasztott jogosultsági jelzővel rendelkező "
-"felhasználók fogják tudni elérni."
-msgid "Error, unset permission"
-msgstr "Hiba, nem beállított jogosultság"
-msgid "@identifier has \"@perm\""
-msgstr "@identifier jogosultságai: „@perm”"
-msgid "Control access through arbitrary PHP code."
-msgstr "Hozzáférés szabályozása tetszés szerinti PHP kód alapján."
-msgid "Administrative desc"
-msgstr "Adminisztratív leírás"
-msgid "A description for this test for administrative purposes."
-msgstr "Az ellenőrzés adminisztratív célú leírása."
-msgid ""
-"Access will be granted if the following PHP code returns "
-"<code>TRUE</code>. Do not include &lt;?php ?&gt;. Note that executing "
-"incorrect PHP-code can break your Drupal site. All contexts will be "
-"available in the <em>$contexts</em> variable."
-msgstr ""
-"A hozzáférés meg lesz adva, ha a következő PHP kód "
-"<code>IGAZ</code> értékkel tér vissza. Nem szabad használni a "
-"&lt;?php ?&gt;-t. Meg kell említeni, hogy a hibás PHP kód az "
-"tönkreteheti a Drupal webhelyet. Minden környezet elérhető a "
-"<em>$contexts</em> változóban."
-msgid "You do not have sufficient permissions to edit PHP code."
-msgstr "Nincs elegendő jog a PHP kód szerkesztéséhez."
-msgid "User: role"
-msgstr "Felhasználó: csoport"
-msgid "@identifier has role \"@roles\""
-msgid_plural "@identifier has one of \"@roles\""
-msgstr[0] "@identifier „@roles” csoport tagja"
-msgstr[1] "@identifier „@roles” csoportok egyikének a tagja"
-msgid "User: language"
-msgstr "Felhasználó: nyelv"
-msgid "Control access by the language the user or site currently uses."
-msgstr ""
-"A hozzáférés szabályozása a felhasználó vagy a webhely által "
-"jelenleg használt nyelv alapján."
-msgid ""
-"Pass only if the current site language is one of the selected "
-"languages."
-msgstr ""
-"Csak akkor sikeres, ha a webhely jelenlegi nyelve egyike a "
-"kiválasztott nyelveknek."
-msgid "Site language is any language"
-msgstr "Az oldal nyelve bármelyik nyelv."
-msgid "Site language is \"@languages\""
-msgid_plural "Site language is one of \"@languages\""
-msgstr[0] "A webhely nyelve „@languages”"
-msgstr[1] "A webhely nyelve „@languages” nyelvek egyike"
-msgid "Taxonomy: vocabulary"
-msgstr "Taxonómia: szótár"
-msgid "Control access by term vocabulary."
-msgstr "Hozzáférés szabályozása szótár kifejezés által."
-msgid "Only terms in the checked vocabularies will be valid."
-msgstr "Csak a kijelölt szótárak kifejezései lesznek érvényesek."
-msgid "@identifier is any vocabulary"
-msgstr "@identifier bármelyik szótár"
-msgid "@identifier vocabulary is \"@vids\""
-msgid_plural "@identifier vocabulary is one of \"@vids\""
-msgstr[0] "@identifier szótára „@vids”"
-msgstr[1] "@identifier szótára „@vids” egyike"
-msgid "Taxonomy: term"
-msgstr "Taxonómia: kifejezés"
-msgid "Control access by a specific term."
-msgstr "Hozzáférés szabályozása meghatározott kifejezés alapján."
-msgid "Select a term or terms from @vocabulary."
-msgstr "Egy vagy több kifejezés kiválasztása @vocabulary szótárból."
-msgid "@term can be the term \"@terms\""
-msgid_plural "@term can be one of these terms: @terms"
-msgstr[0] "@term lehet „@terms”"
-msgstr[1] "@term ezen kifejezések egyike lehet: @terms"
diff --git a/sites/all/modules/ctools/plugins/arguments/term.inc b/sites/all/modules/ctools/plugins/arguments/term.inc
index 93d2f0a2..868c8aa5 100644
--- a/sites/all/modules/ctools/plugins/arguments/term.inc
+++ b/sites/all/modules/ctools/plugins/arguments/term.inc
@@ -16,7 +16,7 @@ $plugin = array(
   'keyword' => 'term',
   'description' => t('Creates a single taxonomy term from a taxonomy ID or taxonomy term name.'),
   'context' => 'ctools_term_context',
-  'default' => array('input_form' => 'tid', 'breadcrumb' => TRUE),
+  'default' => array('input_form' => 'tid', 'breadcrumb' => TRUE, 'transform' => FALSE),
   'settings form' => 'ctools_term_settings_form',
   'placeholder form' => 'ctools_term_ctools_argument_placeholder',
   'breadcrumb' => 'ctools_term_breadcrumb',
@@ -45,6 +45,10 @@ function ctools_term_context($arg = NULL, $conf = NULL, $empty = FALSE) {
         break;
 
       case 'term':
+        if (!empty($conf['transform'])) {
+          $arg = strtr($arg, '-', ' ');
+        }
+
         $terms = taxonomy_get_term_by_name($arg);
 
         $conf['vids'] = is_array($conf['vids']) ? array_filter($conf['vids']) : NULL;
@@ -110,6 +114,12 @@ function ctools_term_settings_form(&$form, &$form_state, $conf) {
     '#default_value' => !empty($conf['breadcrumb']),
     '#description' => t('If checked, taxonomy term parents will appear in the breadcrumb trail.'),
   );
+
+  $form['settings']['transform'] = array(
+    '#title' => t('Transform dashes in URL to spaces in term name filter values'),
+    '#type' => 'checkbox',
+    '#default_value' => !empty($conf['transform']),
+  );
 //  return $form;
 }
 
@@ -136,7 +146,7 @@ function ctools_term_ctools_argument_placeholder($conf) {
  * Inject the breadcrumb trail if necessary.
  */
 function ctools_term_breadcrumb($conf, $context) {
-  if (empty($conf['breadcrumb'])) {
+  if (empty($conf['breadcrumb']) || empty($context->data) || empty($context->data->tid)) {
     return;
   }
 
diff --git a/sites/all/modules/ctools/plugins/arguments/translations/plugins-arguments.hu.po b/sites/all/modules/ctools/plugins/arguments/translations/plugins-arguments.hu.po
deleted file mode 100644
index 14e79abf..00000000
--- a/sites/all/modules/ctools/plugins/arguments/translations/plugins-arguments.hu.po
+++ /dev/null
@@ -1,108 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 13:23+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Node: ID"
-msgstr "Tartalom: azonosító"
-msgid "Argument type"
-msgstr "Argumentumtípus"
-msgid "User: ID"
-msgstr "Felhasználó: azonosító"
-msgid "Creates a node context from a node ID argument."
-msgstr ""
-"Tartalomkörnyezet létrehozása egy tartalomazonosító "
-"argumentumból."
-msgid "Creates a node add form context from a node type argument."
-msgstr ""
-"Tartalom hozzáadása űrlap létrehozása egy tartalomtípus "
-"argumentumból."
-msgid "Creates a node edit form context from a node ID argument."
-msgstr ""
-"Tartalom szerkesztése űrlap létrehozása egy node ID "
-"argumentumból."
-msgid ""
-"A string is a minimal context that simply holds a string that can be "
-"used for some other purpose."
-msgstr ""
-"A kifejezés egy egyszerű környezet ami más célokra használható "
-"kifejezést tartalmaz."
-msgid "Enter a value for this argument"
-msgstr "Argumentum értékének megadása"
-msgid ""
-"Creates a single taxonomy term from a taxonomy ID or taxonomy term "
-"name."
-msgstr ""
-"Egy egyszerű taxonómia kifejezés létrehozása egy "
-"kifejezésazonosítóból  vagy egy kifejezés nevéből."
-msgid "Inject hierarchy into breadcrumb trail"
-msgstr "Hierarchia beillesztése a morzsasávba."
-msgid "Enter a taxonomy term ID."
-msgstr "Kifejezés azonosítójának megadása."
-msgid "Enter a taxonomy term name."
-msgstr "Kifejezés nevének megadása."
-msgid ""
-"Creates a group of taxonomy terms from a list of tids separated by a "
-"comma or a plus sign. In general the first term of the list will be "
-"used for panes."
-msgstr ""
-"Taxonómia kifejezések csopotjának létrehozása egy "
-"kifejezésazonosító listából, vesszővel vagy összeadás jellel "
-"elválasztva. Általában a lista első kifejezése lesz használva a "
-"táblában."
-msgid "Enter a term ID or a list of term IDs separated by a + or a ,"
-msgstr ""
-"Egy vagy több kifejezésazonosító listájának megadása, „+” "
-"vagy „,” jellel elválasztva."
-msgid "Creates a user context from a user ID argument."
-msgstr ""
-"Felhasználói környezet hoz létre egy felhasználói azonosító "
-"argumentumból."
-msgid "Enter the user ID of a user for this argument"
-msgstr "A felhasználó azonosítójának megadása ehhez az argumentumhoz."
-msgid "Creates a vocabulary context from a vocabulary ID argument."
-msgstr ""
-"Egy szótár környezet hoz létre egy szótárazonosíŧó "
-"argumentumból."
-msgid "Enter the vocabulary ID for this argument"
-msgstr "Szótárazonosító megadása ehhez az argumentumhoz."
-msgid "Node add form: node type"
-msgstr "Tartalom hozzáadása űrlap: tartalomtípus"
-msgid "Node edit form: node ID"
-msgstr "Tartalom szerkesztése űrlap: tartalomazonosító"
-msgid "Get all arguments after this one"
-msgstr "Összes argumentum elhelyezése ez után"
-msgid ""
-"If checked, this string will include all arguments. For example, if "
-"the path is \"path/%\" and the user visits \"path/foo/bar\", if this "
-"is not checked the string will be \"foo\". If it is checked the string "
-"will be \"foo/bar\"."
-msgstr ""
-"Ha be van jelölve, ez a karaktersorozat minden argumentumot "
-"tartalmazni fog. Például ha az elérési út „path/%” és a "
-"felhasználó meglátogatja a „path/foo/bar”  oldalt, akkor ha "
-"nincs bejelölve, a karaktersorozat „foo” lesz. Ha be van jelölve "
-"a karaktersorozat „foo/bar” lesz."
-msgid "Taxonomy term: ID"
-msgstr "Taxonómia kifejezés: ID"
-msgid "Taxonomy term (multiple): ID"
-msgstr "Taxonómia kifejezés (több): azonosító"
-msgid "User: name"
-msgstr "Felhasználó: név"
-msgid "Creates a user context from a user name."
-msgstr "Felhasználói környezet létrehozása egy felhasználói névből."
-msgid "Enter the username of a user for this argument"
-msgstr ""
-"Egy felhasználó felhasználónevének megadása ehhez az "
-"argumentumhoz."
-msgid "Vocabulary: ID"
-msgstr "Szótár: azonosító"
diff --git a/sites/all/modules/ctools/plugins/arguments/vid.inc b/sites/all/modules/ctools/plugins/arguments/vid.inc
index bc5c7b85..064b22d0 100644
--- a/sites/all/modules/ctools/plugins/arguments/vid.inc
+++ b/sites/all/modules/ctools/plugins/arguments/vid.inc
@@ -29,7 +29,7 @@ $plugin = array(
 function ctools_vid_context($arg = NULL, $conf = NULL, $empty = FALSE) {
   // If unset it wants a generic, unfilled context.
   if ($empty) {
-    return ctools_context_create_empty('vocabulary');
+    return ctools_context_create_empty('entity:taxonomy_vocabulary');
   }
 
   if (!is_numeric($arg)) {
diff --git a/sites/all/modules/ctools/plugins/cache/simple.inc b/sites/all/modules/ctools/plugins/cache/simple.inc
index 215dc1a6..570398ba 100644
--- a/sites/all/modules/ctools/plugins/cache/simple.inc
+++ b/sites/all/modules/ctools/plugins/cache/simple.inc
@@ -15,6 +15,8 @@ $plugin = array(
 );
 
 function ctools_cache_simple_cache_get($data, $key) {
+  ctools_include('object-cache');
+
   // Ensure that if there is somehow no data, we at least don't stomp on other
   // people's caches.
   if (empty($data)) {
@@ -25,6 +27,8 @@ function ctools_cache_simple_cache_get($data, $key) {
 }
 
 function ctools_cache_simple_cache_set($data, $key, $object) {
+  ctools_include('object-cache');
+
   // Ensure that if there is somehow no data, we at least don't stomp on other
   // people's caches.
   if (empty($data)) {
@@ -35,6 +39,8 @@ function ctools_cache_simple_cache_set($data, $key, $object) {
 }
 
 function ctools_cache_simple_cache_clear($data, $key) {
+  ctools_include('object-cache');
+
   // Ensure that if there is somehow no data, we at least don't stomp on other
   // people's caches.
   if (empty($data)) {
diff --git a/sites/all/modules/ctools/plugins/content_types/block/block.inc b/sites/all/modules/ctools/plugins/content_types/block/block.inc
index c8e70f2f..866f72e6 100644
--- a/sites/all/modules/ctools/plugins/content_types/block/block.inc
+++ b/sites/all/modules/ctools/plugins/content_types/block/block.inc
@@ -83,11 +83,12 @@ function _ctools_block_content_type_content_type($module, $delta, $block) {
  */
 function ctools_block_content_type_render($subtype, $conf) {
   list($module, $delta) = _ctools_block_get_module_delta($subtype, $conf);
-  $info = (object) array(
-    'module' => $module,
-    'delta' => $delta,
-  );
+
+  $info = new stdClass;
+  $info->module = $module;
+  $info->delta = $delta;
   $block = module_invoke($module, 'block_view', $delta);
+
   // Allow modules to modify the block before it is viewed, via either
   // hook_block_view_alter() or hook_block_view_MODULE_DELTA_alter().
   drupal_alter(array('block_view', "block_view_{$module}_{$delta}"), $block, $info);
@@ -100,21 +101,6 @@ function ctools_block_content_type_render($subtype, $conf) {
   $block->module = $module;
   $block->delta = $delta;
 
-  // $block->title is not set for the blocks returned by block_block() (the
-  // Block module adds the title in block_list() instead), so we look it up
-  // manually, unless the title is overridden and does not use the %title
-  // placeholder.
-  if ($module == 'block' && (empty($conf['override_title']) || strpos($conf['override_title_text'], '%title') !== FALSE)) {
-    // {block}.title is plain text, but this hook should return an HTML title.
-    global $theme_key;
-    $result = db_query("SELECT title FROM {block}
-      WHERE module = :module AND delta = :delta AND theme = :theme", array(
-          ':module' => 'block', ':delta' => $delta, ':theme' => $theme_key
-      )
-    );
-    $block->subject = check_plain($result->fetchObject()->title);
-  }
-
   if (isset($block->subject)) {
     $block->title = $block->subject;
   }
@@ -122,7 +108,7 @@ function ctools_block_content_type_render($subtype, $conf) {
     $block->title = NULL;
   }
 
-  if (user_access('administer blocks')) {
+  if (module_exists('block') && user_access('administer blocks')) {
     $block->admin_links = array(
       array(
         'title' => t('Configure block'),
@@ -351,6 +337,28 @@ function aggregator_ctools_block_info($module, $delta, &$info) {
 function block_ctools_block_info($module, $delta, &$info) {
   $info['icon'] = 'icon_core_block_empty.png';
   $info['category'] = t('Custom blocks');
+
+  // The title of custom blocks from the block module is stored in the
+  // {block} table. Look for it in the default theme as a reasonable
+  // default value for the title.
+  $block_info_cache = drupal_static(__FUNCTION__);
+  if (!isset($block_info_cache)) {
+    $block_info_cache = db_select('block', 'b')
+      ->fields('b')
+      ->condition('b.module', 'block')
+      ->condition('b.theme', variable_get('theme_default', 'bartik'))
+      ->addTag('block_load')
+      ->addTag('translatable')
+      ->execute()
+      ->fetchAllAssoc('delta');
+  }
+
+  if (isset($block_info_cache[$delta])) {
+    $info['defaults'] = array(
+      'override_title' => TRUE,
+      'override_title_text' => $block_info_cache[$delta]->title,
+    );
+  }
 }
 
 function user_ctools_block_info($module, $delta, &$info) {
@@ -359,6 +367,10 @@ function user_ctools_block_info($module, $delta, &$info) {
     case 'login':
       $info['icon'] = 'icon_core_userlogin.png';
       $info['category'] = t('Widgets');
+      // Provide a custom render callback, because the default login block
+      // will not render on /user, /user/login, or any other URL beginning
+      // /user (unless it's a user-specific page such as /user/123).
+      $info['render callback'] = 'ctools_user_login_pane_render';
       break;
 
     case 'new':
@@ -413,3 +425,68 @@ function system_ctools_block_info($module, $delta, &$info) {
 
   $info['category'] = t('Widgets');
 }
+
+function ctools_user_login_pane_render($subtype, $conf, $panel_args, $contexts) {
+  list($module, $delta) = _ctools_block_get_module_delta($subtype, $conf);
+
+  // The login form is only visible to anonymous users.
+  global $user;
+  if ($user->uid) {
+    return;
+  }
+
+  $info = new stdClass;
+  $info->module = $module;
+  $info->delta = $delta;
+
+  $block = new stdClass;
+  $block->subject = t('User login');
+  // Manually set the content (rather than invoking block_view) because the
+  // block implementation won't render on certain URLs.
+  $block->content = drupal_get_form('user_login_block');
+
+  // Allow modules to modify the block before it is viewed, via either
+  // hook_block_view_alter() or hook_block_view_MODULE_DELTA_alter().
+  drupal_alter(array('block_view', "block_view_{$module}_{$delta}"), $block, $info);
+  $block = (object) $block;
+
+  if (empty($block)) {
+    return;
+  }
+
+  $block->module = $module;
+  $block->delta = $delta;
+
+  // $block->title is not set for the blocks returned by block_block() (the
+  // Block module adds the title in block_list() instead), so we look it up
+  // manually, unless the title is overridden and does not use the %title
+  // placeholder.
+  if ($module == 'block') {
+    $block->title = $info->title;
+  }
+  else if (isset($block->subject)) {
+    $block->title = $block->subject;
+  }
+  else {
+    $block->title = NULL;
+  }
+
+  if (isset($block->subject)) {
+    $block->title = $block->subject;
+  }
+  else {
+    $block->title = NULL;
+  }
+
+  if (user_access('administer blocks')) {
+    $block->admin_links = array(
+      array(
+        'title' => t('Configure block'),
+        'href' => "admin/structure/block/manage/$module/$delta/configure",
+        'query' => drupal_get_destination(),
+      ),
+    );
+  }
+
+  return $block;
+}
diff --git a/sites/all/modules/ctools/plugins/content_types/block/translations/plugins-content_types-block.hu.po b/sites/all/modules/ctools/plugins/content_types/block/translations/plugins-content_types-block.hu.po
deleted file mode 100644
index c375de65..00000000
--- a/sites/all/modules/ctools/plugins/content_types/block/translations/plugins-content_types-block.hu.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:48+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Block"
-msgstr "Blokk"
-msgid "Feeds"
-msgstr "Hírcsatornák"
-msgid "Activity"
-msgstr "Tevékenység"
-msgid "Configure block"
-msgstr "Blokk beállítása"
-msgid "Menus"
-msgstr "Menük"
-msgid "Miscellaneous"
-msgstr "Egyéb"
-msgid "Deleted/missing block @module-@delta"
-msgstr "Törölt/hiányzó @module-@delta blokk"
-msgid ""
-"Configure this block's 'block settings' in administer >> site building "
-">> blocks"
-msgstr ""
-"Ennek a blokknak a beállításait az Adminisztráció\r\n"
-" >> Webhelyépítés >> Blokkok oldalon lehet módosítani"
diff --git a/sites/all/modules/ctools/plugins/content_types/contact/translations/plugins-content_types-contact.hu.po b/sites/all/modules/ctools/plugins/content_types/contact/translations/plugins-content_types-contact.hu.po
deleted file mode 100644
index 4cd35aaa..00000000
--- a/sites/all/modules/ctools/plugins/content_types/contact/translations/plugins-content_types-contact.hu.po
+++ /dev/null
@@ -1,32 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 07:50+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "User contact form"
-msgstr "Felhasználói kapcsolatfelvételi űrlap"
-msgid "Contact"
-msgstr "Kapcsolat"
-msgid "Contact form"
-msgstr "Kapcsolatfelvételi űrlap"
-msgid ""
-"The site contact form that allows users to send a message to site "
-"administrators."
-msgstr ""
-"A webhely kapcsolatfelvételi űrlapja, amely lehetővé teszi, hogy a "
-"felhasználók üzenetet küldjenek a webhely adminisztrátorainak."
-msgid "The site contact form that allows users to contact other users."
-msgstr ""
-"A webhely kapcsolatfelvételi űrlapja, amely lehetővé teszi, hogy a "
-"felhasználók felvegyék a kapcsolatot más felhasználókkal."
-msgid "Contact @name"
-msgstr "Kapcsolatfelvétel @name felhasználóval"
diff --git a/sites/all/modules/ctools/plugins/content_types/custom/custom.inc b/sites/all/modules/ctools/plugins/content_types/custom/custom.inc
index a4a2def6..4853feb8 100644
--- a/sites/all/modules/ctools/plugins/content_types/custom/custom.inc
+++ b/sites/all/modules/ctools/plugins/content_types/custom/custom.inc
@@ -16,7 +16,7 @@
 $plugin = array(
   'title' => t('Custom content'),
   'no title override' => TRUE,
-  'defaults' => array('admin_title' => '', 'title' => '', 'body' => '', 'format' => filter_fallback_format(), 'substitute' => TRUE),
+  'defaults' => array('admin_title' => '', 'title' => '', 'body' => '', 'format' => filter_default_format(), 'substitute' => TRUE),
   'js' => array('misc/autocomplete.js', 'misc/textarea.js', 'misc/collapse.js'),
   // Make sure the edit form is only used for some subtypes.
   'edit form' => '',
@@ -32,7 +32,7 @@ function ctools_custom_content_type_content_type($subtype_id) {
   if ($subtype_id == 'custom') {
     return _ctools_default_content_type_content_type();
   }
-  else {
+  elseif (module_exists('ctools_custom_content')) {
     ctools_include('export');
     $content = ctools_export_crud_load('ctools_custom_content', $subtype_id);
     if ($content) {
@@ -49,9 +49,12 @@ function ctools_custom_content_type_content_types() {
   $types = array();
   $types['custom'] = _ctools_default_content_type_content_type();
 
-  foreach (ctools_export_crud_load_all('ctools_custom_content') as $name => $content) {
-    $types[$name] = _ctools_custom_content_type_content_type($content);
+  if (module_exists('ctools_custom_content')) {
+    foreach (ctools_export_crud_load_all('ctools_custom_content') as $name => $content) {
+      $types[$name] = _ctools_custom_content_type_content_type($content);
+    }
   }
+
   return $types;
 }
 
@@ -112,7 +115,7 @@ function ctools_custom_content_type_get_conf($subtype, $conf) {
     // reusable. Since we're not allowed to change the subtype, we're
     // still stored as though we are local, but are pointing off to
     // non-local.
-    if (!empty($conf['name'])) {
+    if (!empty($conf['name']) && module_exists('ctools_custom_content')) {
       ctools_include('export');
       $content = ctools_export_crud_load('ctools_custom_content', $conf['name']);
       if ($content) {
@@ -128,7 +131,7 @@ function ctools_custom_content_type_get_conf($subtype, $conf) {
           'admin_title' => t('Missing/deleted content'),
           'title' => '',
           'body' => '',
-          'format' => filter_fallback_format(),
+          'format' => filter_default_format(),
           'substitute' => TRUE,
           'custom_type' => 'fixed',
           'content' => $content,
@@ -143,6 +146,12 @@ function ctools_custom_content_type_get_conf($subtype, $conf) {
     }
   }
 
+  // Correct for an error that came in because filter format changed.
+  if (is_array($settings['body'])) {
+    $settings['format'] = $settings['body']['format'];
+    $settings['body'] = $settings['body']['value'];
+  }
+
   return $settings;
 }
 
@@ -380,6 +389,10 @@ function ctools_custom_content_type_edit_form_validate(&$form, &$form_state) {
       return;
     }
 
+    if (!module_exists('ctools_custom_content')) {
+      return;
+    }
+
     // Check for name collision
     if ($form_state['values']['name'] == 'custom' || (ctools_export_crud_load('ctools_custom_content', $form_state['values']['name']))) {
       form_error($form['name'], t('Content with this name already exists. Please choose another name or delete the existing item before creating a new one.'));
@@ -391,6 +404,10 @@ function ctools_custom_content_type_edit_form_validate(&$form, &$form_state) {
  * The submit form stores the data in $conf.
  */
 function ctools_custom_content_type_edit_form_submit($form, &$form_state) {
+  // Because of changes in filter form, these two keys are out of position:
+  $form_state['values']['format'] = $form_state['values']['body']['format'];
+  $form_state['values']['body'] = $form_state['values']['body']['value'];
+
   if ($form_state['settings']['custom_type'] == 'fixed') {
     _ctools_custom_content_type_edit_save($form_state['settings']['content'], $form_state);
   }
@@ -404,14 +421,9 @@ function ctools_custom_content_type_edit_form_submit($form, &$form_state) {
   }
   else {
     // Otherwise, just save values into $conf normally.
-    // Because of changes in filter form, these two keys are out of position:
-    $form_state['conf']['body'] = $form_state['values']['body']['value'];
-    $form_state['conf']['format'] = $form_state['values']['body']['format'];
 
     foreach (array_keys($form_state['plugin']['defaults']) as $key) {
-      if (isset($form_state['values'][$key]) && $key != 'body' && $key != 'format') {
-        $form_state['conf'][$key] = $form_state['values'][$key];
-      }
+      $form_state['conf'][$key] = isset($form_state['values'][$key]) ? $form_state['values'][$key] : $form_state['plugin']['defaults'][$key];
     }
   }
 }
diff --git a/sites/all/modules/ctools/plugins/content_types/custom/translations/plugins-content_types-custom.hu.po b/sites/all/modules/ctools/plugins/content_types/custom/translations/plugins-content_types-custom.hu.po
deleted file mode 100644
index 8e21689d..00000000
--- a/sites/all/modules/ctools/plugins/content_types/custom/translations/plugins-content_types-custom.hu.po
+++ /dev/null
@@ -1,40 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 10:48+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Body"
-msgstr "Törzs"
-msgid "Value"
-msgstr "Érték"
-msgid "New custom content"
-msgstr "Új egyedi tartalom"
-msgid "Create a completely custom piece of HTML content."
-msgstr "Egy teljesen egyedi HTML tartalom létrehozása."
-msgid "Use context keywords"
-msgstr "Környezetkulcsszavak használata"
-msgid "If checked, context keywords will be substituted in this content."
-msgstr ""
-"Ha be van jelölve, a környezetkulcsszavak behelyettesíthetőek "
-"lesznek ebbe a tartalomba."
-msgid "Substitutions"
-msgstr "Helyettesítések"
-msgid "@identifier: @title"
-msgstr "@identifier: @title"
-msgid "Custom: @title"
-msgstr "Egyedi: @title"
-msgid ""
-"This title will be used administratively to identify this pane. If "
-"blank, the regular title will be used."
-msgstr ""
-"A cím adminisztratív célból lesz használva a tábla "
-"azonosításához. Ha üres, akkor a rendes cím lesz használva."
diff --git a/sites/all/modules/ctools/plugins/content_types/entity_context/entity_field.inc b/sites/all/modules/ctools/plugins/content_types/entity_context/entity_field.inc
index d729d652..acc56841 100644
--- a/sites/all/modules/ctools/plugins/content_types/entity_context/entity_field.inc
+++ b/sites/all/modules/ctools/plugins/content_types/entity_context/entity_field.inc
@@ -7,7 +7,7 @@
 
 $plugin = array(
   'title' => t('Entity field'),
-  'defaults' => array('label' => 'title', 'formatter' => ''),
+  'defaults' => array('label' => 'title', 'formatter' => '', 'delta_limit' => 0, 'delta_offset' => '0', 'delta_reversed' => FALSE),
   'content type' => 'ctools_entity_field_content_type_content_type',
 );
 
@@ -29,8 +29,12 @@ function ctools_entity_field_content_type_content_type($subtype) {
  * Return all field content types available.
  */
 function ctools_entity_field_content_type_content_types() {
+  $types = &drupal_static(__FUNCTION__, array());
+  if (!empty($types)) {
+    return $types;
+  }
+
   // This will hold all the individual field content types.
-  $types = array();
   $context_types = array();
   $entities = entity_get_info();
 
@@ -115,7 +119,40 @@ function ctools_entity_field_content_type_render($subtype, $conf, $panel_args, $
     $field_settings['settings'] = $conf['formatter_settings'];
   }
 
-  $field_output = field_view_field($entity_type, $entity, $field_name, $field_settings, $language);
+  $all_values = field_get_items($entity_type, $entity, $field_name, $language);
+  if (!is_array($all_values)) {
+    $all_values = array();
+  }
+
+  // Reverse values.
+  if (isset($conf['delta_reversed']) && $conf['delta_reversed']) {
+    $all_values = array_reverse($all_values);
+  }
+
+  if (isset($conf['delta_limit'])) {
+    $delta_limit = $conf['delta_limit'];
+    $offset = intval($conf['delta_offset']);
+    $total = count($all_values);
+
+    if ($delta_limit == 0) {
+      $delta_limit = $total - $offset;
+    }
+
+    $new_values = array();
+    for ($i = 0; $i < $delta_limit; $i++) {
+      $new_delta = $offset + $i;
+
+      if (isset($all_values[$new_delta])) {
+        $new_values[] = $all_values[$new_delta];
+      }
+    }
+
+    $all_values = $new_values;
+  }
+
+  $clone = clone $entity;
+  $clone->{$field_name}[$language] = $all_values;
+  $field_output = field_view_field($entity_type, $clone, $field_name, $field_settings, $language);
 
   // Build the content type block.
   $block = new stdClass();
@@ -206,6 +243,12 @@ function ctools_entity_field_content_type_formatter_styles_submit($form, &$form_
       }
     }
   }
+
+  if (isset($form_state['values']['delta_limit'])) {
+    $form_state['conf']['delta_limit'] = $form_state['values']['delta_limit'];
+    $form_state['conf']['delta_offset'] = $form_state['values']['delta_offset'];
+    $form_state['conf']['delta_reversed'] = $form_state['values']['delta_reversed'];
+  }
 }
 
 /**
diff --git a/sites/all/modules/ctools/plugins/content_types/form/entity_form_field.inc b/sites/all/modules/ctools/plugins/content_types/form/entity_form_field.inc
index 3905a310..1caec710 100644
--- a/sites/all/modules/ctools/plugins/content_types/form/entity_form_field.inc
+++ b/sites/all/modules/ctools/plugins/content_types/form/entity_form_field.inc
@@ -92,7 +92,6 @@ function ctools_entity_form_field_content_type_render($subtype, $conf, $panel_ar
   else {
     $block->content = t('Entity info.');
   }
-  return $block;
 
   return $block;
 }
diff --git a/sites/all/modules/ctools/plugins/content_types/form/form.inc b/sites/all/modules/ctools/plugins/content_types/form/form.inc
index c6cd6840..73f7c780 100644
--- a/sites/all/modules/ctools/plugins/content_types/form/form.inc
+++ b/sites/all/modules/ctools/plugins/content_types/form/form.inc
@@ -24,6 +24,15 @@ function ctools_form_content_type_render($subtype, $conf, $panel_args, &$context
   $block->module = 'form';
 
   if (isset($context->form)) {
+    if (isset($context->form['#pre_render'])) {
+      foreach ($context->form['#pre_render'] as $function) {
+        if (function_exists($function)) {
+          $context->form = $function($context->form);
+        }
+      }
+      unset($context->form['#pre_render']);
+    }
+
     $block->title = $context->form_title;
     $block->content = array();
     foreach (element_children($context->form) as $element) {
diff --git a/sites/all/modules/ctools/plugins/content_types/form/translations/plugins-content_types-form.hu.po b/sites/all/modules/ctools/plugins/content_types/form/translations/plugins-content_types-form.hu.po
deleted file mode 100644
index 0f3425b6..00000000
--- a/sites/all/modules/ctools/plugins/content_types/form/translations/plugins-content_types-form.hu.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-12 20:02+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "General form"
-msgstr "Általános űrlap"
-msgid "Form goes here."
-msgstr "Ide jön az űrlap."
-msgid "\"@s\" base form"
-msgstr "„@s” alap űrlap"
-msgid "Everything in the form that is not displayed by other content."
-msgstr "Minden az űrlapon, amit más környezetek nem jelenítenek meg."
diff --git a/sites/all/modules/ctools/plugins/content_types/node/node.inc b/sites/all/modules/ctools/plugins/content_types/node/node.inc
index 2722a195..30e06f04 100644
--- a/sites/all/modules/ctools/plugins/content_types/node/node.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node/node.inc
@@ -72,11 +72,11 @@ function ctools_node_content_type_render($subtype, $conf, $panel_args) {
   $block->module = 'node';
   $block->delta = $node->nid;
 
+  // Set block->title to the plain node title, then additionally set block->title_link to
+  // the node url if required. The actual link is rendered in ctools_content_render().
+  $block->title = check_plain($node->title);
   if (!empty($conf['link_node_title'])) {
-    $block->title = l($node->title, 'node/' . $node->nid);
-  }
-  else {
-    $block->title = check_plain($node->title);
+    $block->title_link = 'node/' . $node->nid;
   }
 
   if (empty($conf['leave_node_title'])) {
diff --git a/sites/all/modules/ctools/plugins/content_types/node/translations/plugins-content_types-node.hu.po b/sites/all/modules/ctools/plugins/content_types/node/translations/plugins-content_types-node.hu.po
deleted file mode 100644
index d13fd243..00000000
--- a/sites/all/modules/ctools/plugins/content_types/node/translations/plugins-content_types-node.hu.po
+++ /dev/null
@@ -1,32 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-10 10:17+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Add a node from your site as content."
-msgstr "A webhely egy tarlamának hozzáadása tartalomként."
-msgid ""
-"To use a NID from the URL, you may use %0, %1, ..., %N to get URL "
-"arguments. Or use @0, @1, @2, ..., @N to use arguments passed into the "
-"panel."
-msgstr ""
-"A webcímben található tartalomazonosító kinyeréséhez a %0, %1, "
-"..., %N hasznáható, illetve @0, @1, @2, ..., @N a panelnak átadott "
-"argumentumok használatához."
-msgid "Invalid node"
-msgstr "Érvénytelen tartalom"
-msgid "Node loaded from @var"
-msgstr "A tartalom betöltve innen: @var"
-msgid "Deleted/missing node @nid"
-msgstr "Törölt/hiányzó tartalom @nid"
-msgid "Existing node"
-msgstr "Létező tartalom"
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc b/sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc
index b1aa2fb4..f77b66e4 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc
@@ -27,8 +27,8 @@ function ctools_node_comment_form_content_type_render($subtype, $conf, $panel_ar
   if (empty($node)) {
     $block->content = t('Comment form here.');
   }
-  else {
-    if (user_access('post comments') && $node->comment == COMMENT_NODE_OPEN) {
+  else if ($node->comment == COMMENT_NODE_OPEN) {
+    if (user_access('post comments')) {
       $comment = new stdClass();
       $comment->nid = $node->nid;
       $comment->pid = NULL;
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/node_comments.inc b/sites/all/modules/ctools/plugins/content_types/node_context/node_comments.inc
index 47176ea0..0f0033d2 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_context/node_comments.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_context/node_comments.inc
@@ -84,37 +84,7 @@ function ctools_comment_render($node, $conf) {
   $mode = $conf['mode'];
   $comments_per_page = $conf['comments_per_page'];
 
-  // Multiple comment view
-  $query = db_select('comment', 'c')->extend('PagerDefault');
-  $query->addField('c', 'cid');
-  $query
-    ->condition('c.nid', $node->nid)
-    ->addTag('node_access')
-    ->limit($comments_per_page);
-
-  $count_query = db_select('comment', 'c');
-  $count_query->addExpression('COUNT(*)');
-  $count_query
-    ->condition('c.nid', $node->nid)
-    ->addTag('node_access');
-
-  if (!user_access('administer comments')) {
-    $query->condition('c.status', COMMENT_PUBLISHED);
-    $count_query->condition('c.status', COMMENT_PUBLISHED);
-  }
-  if ($mode === COMMENT_MODE_FLAT) {
-    $query->orderBy('c.cid', 'ASC');
-  }
-  else {
-    // See comment above. Analysis reveals that this doesn't cost too
-    // much. It scales much much better than having the whole comment
-    // structure.
-    $query->orderBy('SUBSTRING(c.thread, 1, (LENGTH(c.thread) - 1))', 'ASC');
-  }
-
-  $query->setCountQuery($count_query);
-  $cids = $query->execute()->fetchCol();
-
+  $cids = comment_get_thread($node, $mode, $comments_per_page);
   $comments = comment_load_multiple($cids);
 
   if ($comments) {
@@ -126,4 +96,3 @@ function ctools_comment_render($node, $conf) {
   }
   return;
 }
-
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/node_created.inc b/sites/all/modules/ctools/plugins/content_types/node_context/node_created.inc
index 41c8b83d..06d14427 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_context/node_created.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_context/node_created.inc
@@ -42,15 +42,15 @@ function ctools_node_created_content_type_render($subtype, $conf, $panel_args, $
  */
 function ctools_node_created_content_type_edit_form($form, &$form_state) {
   $conf = $form_state['conf'];
+  $date_types = array();
 
+  foreach (system_get_date_types() as $date_type => $definition) {
+    $date_types[$date_type] = format_date(REQUEST_TIME, $date_type);
+  }
   $form['format'] = array(
     '#title' => t('Date format'),
     '#type' => 'select',
-    '#options' => array(
-      'small' => format_date(REQUEST_TIME, 'small'),
-      'medium' => format_date(REQUEST_TIME, 'medium'),
-      'large' => format_date(REQUEST_TIME, 'large'),
-    ),
+    '#options' => $date_types,
     '#default_value' => $conf['format'],
   );
   return $form;
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/node_terms.inc b/sites/all/modules/ctools/plugins/content_types/node_context/node_terms.inc
index 1b9c5539..f6e7aec3 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_context/node_terms.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_context/node_terms.inc
@@ -91,7 +91,17 @@ function ctools_node_terms_content_type_render($subtype, $conf, $panel_args, $co
 
     case 'inline-delimited':
       $delimiter = isset($conf['term_delimiter']) ? $conf['term_delimiter'] : ', ';
-      $formatted_terms = implode($delimiter, $terms);
+      $processed_terms = array();
+      foreach ($terms as $key => $term) {
+        if (is_string($term)) {
+          $processed_terms[$key] = $term;
+        }
+        else {
+          $terms[$key] = l($term['title'], $term['href'], $term);
+        }
+      }
+
+      $formatted_terms = implode($delimiter, $processed_terms);
       break;
   }
 
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/node_updated.inc b/sites/all/modules/ctools/plugins/content_types/node_context/node_updated.inc
index 076eb06e..8b709cdf 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_context/node_updated.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_context/node_updated.inc
@@ -42,15 +42,16 @@ function ctools_node_updated_content_type_render($subtype, $conf, $panel_args, $
  */
 function ctools_node_updated_content_type_edit_form($form, &$form_state) {
   $conf = $form_state['conf'];
+  $date_types = array();
+
+  foreach (system_get_date_types() as $date_type => $definition) {
+    $date_types[$date_type] = format_date(REQUEST_TIME, $date_type);
+  }
 
   $form['format'] = array(
     '#title' => t('Date format'),
     '#type' => 'select',
-    '#options' => array(
-      'small' => format_date(REQUEST_TIME, 'small'),
-      'medium' => format_date(REQUEST_TIME, 'medium'),
-      'large' => format_date(REQUEST_TIME, 'large'),
-    ),
+    '#options' => $date_types,
     '#default_value' => $conf['format'],
   );
   return $form;
diff --git a/sites/all/modules/ctools/plugins/content_types/node_context/translations/plugins-content_types-node_context.hu.po b/sites/all/modules/ctools/plugins/content_types/node_context/translations/plugins-content_types-node_context.hu.po
deleted file mode 100644
index 0f006701..00000000
--- a/sites/all/modules/ctools/plugins/content_types/node_context/translations/plugins-content_types-node_context.hu.po
+++ /dev/null
@@ -1,151 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:50+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Author"
-msgstr "Szerző"
-msgid "Comments"
-msgstr "Hozzászólások"
-msgid "Comment form"
-msgstr "Hozzászólás űrlap"
-msgid "Node links"
-msgstr "Tartalom hivatkozások"
-msgid "Mode"
-msgstr "Mód"
-msgid "Created date"
-msgstr "Létrehozás dátuma"
-msgid "Link to node"
-msgstr "Hivatkozás tartalomra"
-msgid "Node body"
-msgstr "Tartalom törzse"
-msgid "Node type description"
-msgstr "Tartalom típusának leírása"
-msgid "Attached files"
-msgstr "Csatolt fájlok"
-msgid "Attached files go here."
-msgstr "Ide jönnek a csatolt fájlok."
-msgid "A list of files attached to the node."
-msgstr "Egy lista a tartalomhoz csatolt fájlokról."
-msgid "\"@s\" attachments"
-msgstr "„@s” csatolmány"
-msgid "Book navigation"
-msgstr "Könyv navigáció"
-msgid "Book navigation goes here."
-msgstr "Ide jön a könyv navigációja."
-msgid "\"@s\" book navigation"
-msgstr "„@s” könyv navigáció"
-msgid "Add comment"
-msgstr "Új hozzászólás"
-msgid "Comment form here."
-msgstr "Ide jön a hozzászólás űrlapja."
-msgid "A form to add a new comment."
-msgstr "Egy űrlap új hozzászólás hozzáadásához."
-msgid "\"@s\" comment form"
-msgstr "„@s” hozzászólás űrlap"
-msgid "Node comments"
-msgstr "Tartalom hozzászólásai"
-msgid "Node comments go here."
-msgstr "Ide jönnek a tartalom hozzászólásai."
-msgid "The comments of the referenced node."
-msgstr "A hivatkozott tartalom hozzászólásai."
-msgid "Sort"
-msgstr "Sorbarendezés"
-msgid "!a comments per page"
-msgstr "!a hozzászólás egy oldalon"
-msgid "Pager"
-msgstr "Lapozó"
-msgid "\"@s\" comments"
-msgstr "„@s” hozzászólásai"
-msgid "Node content"
-msgstr "Tartalom"
-msgid "The content of the referenced node."
-msgstr "A hivatkozott tartalom tartalma."
-msgid "Node content goes here."
-msgstr "Ide jön a tartalom."
-msgid "No extras"
-msgstr "Nincsenek extrák"
-msgid ""
-"Check here to disable additions that modules might make to the node, "
-"such as file attachments and CCK fields; this should just display the "
-"basic teaser or body."
-msgstr ""
-"Bejelölve letiltja a modulok által a tartalomhoz biztosított olyan "
-"kiegészítéseket, mint a csatolt fájlok és a CCK mezők; ez csak "
-"az alap bevezetőt és törzset jeleníti meg."
-msgid "\"@s\" content"
-msgstr "„@s” tartalom"
-msgid "Node type description goes here."
-msgstr "Ide jön a tartalom típusának leírása."
-msgid "Node type description."
-msgstr "Tartalom típusának leírása."
-msgid "\"@s\" type description"
-msgstr "„@s” típusleírás"
-msgid "The author of the referenced node."
-msgstr "A hivatkozott tartalom szerzője."
-msgid "Link to author profile"
-msgstr "Hivatkozás a szerző profiljára"
-msgid "Check here to link to the node author profile."
-msgstr ""
-"Be kell jelölni a tartalom szerzőjének profiljára történő "
-"hivatkozáshoz."
-msgid "\"@s\" author"
-msgstr "„@s”  szerző"
-msgid "The body of the referenced node."
-msgstr "A hivatkozott tartalom törzse."
-msgid "\"@s\" body"
-msgstr "„@s” törzs"
-msgid "The navigation menu the book the node belongs to."
-msgstr "A tartalomhoz tartozó könyv navigációs menü."
-msgid "Node created date"
-msgstr "Tartalom létrehozásának dátuma"
-msgid "The date the referenced node was created."
-msgstr "Az a dátum amikor a hivatkozott tartalom létrejött."
-msgid "\"@s\" created date"
-msgstr "„@s” létrehozás dátuma"
-msgid "Node links of the referenced node."
-msgstr "A hivatkozott tartalom tartalomhivatkozásai."
-msgid "Node links go here."
-msgstr "Ide jönnek a tartalom hivatkozások."
-msgid "Teaser mode"
-msgstr "Bevezető mód"
-msgid "Check here to show links in teaser mode."
-msgstr ""
-"Be kell jelölni, hogy a hivatkozások megjelenjenek előnézeti "
-"módban."
-msgid ""
-"Whatever is placed here will appear in $node->panel_identifier to help "
-"theme node links displayed on the panel"
-msgstr ""
-"Bármi kerül ide, meg fog jelenni a $node->panel_identifier "
-"változóban, hogy segítse a smink tartalomhivatkozásainak "
-"megjelenítését a panelen."
-msgid "\"@s\" links"
-msgstr "„@s” hivatkozás"
-msgid "The title of the referenced node."
-msgstr "A hivatkozott tartalom címe."
-msgid "\"@s\" title"
-msgstr "„@s” cím"
-msgid "Node last updated date"
-msgstr "Tartalom utolsó frissítésének dátuma"
-msgid "The date the referenced node was last updated."
-msgstr "Az a dátum amikor a hivatkozott tartalom utoljára frissítve lett."
-msgid "Last updated date"
-msgstr "Utolsó frissítés dátuma"
-msgid "\"@s\" last updated date"
-msgstr "„@s” utolsó módosításának dátuma"
-msgid "Treat this as the primary node page"
-msgstr "Elsődleges tartalomoldalként kezelés"
-msgid "This can affect title rendering and breadcrumbs from some node types."
-msgstr ""
-"Befolyásolhatja néhány tartalomtípusnál a cím létrehozását "
-"és a morzsát."
diff --git a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_buttons.inc b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_buttons.inc
index a7817a07..b7ac9841 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_buttons.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_buttons.inc
@@ -23,7 +23,7 @@ function ctools_node_form_buttons_content_type_render($subtype, $conf, $panel_ar
   if (isset($context->form)) {
     $block->content = array();
     foreach (array('actions', 'form_token', 'form_build_id', 'form_id') as $element) {
-      $block->content[$element] = $context->form[$element];
+      $block->content[$element] = isset($context->form[$element]) ? $context->form[$element] : NULL;
       unset($context->form[$element]);
     }
   }
diff --git a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_input_format.inc b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_input_format.inc
deleted file mode 100644
index 8a03586b..00000000
--- a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_input_format.inc
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-// $Id: node_form_input_format.inc,v 1.4 2010/10/11 22:18:23 sdboyer Exp $
-
-/**
- * Plugins are described by creating a $plugin array which will be used
- * by the system that includes this file.
- */
-$plugin = array(
-  'single' => TRUE,
-  'icon' => 'icon_node_form.png',
-  'title' => t('Node form input format'),
-  'description' => t('Input format for the body field on a node.'),
-  'required context' => new ctools_context_required(t('Form'), 'node_form'),
-  'category' => t('Form'),
-);
-
-function ctools_node_form_input_format_content_type_render($subtype, $conf, $panel_args, &$context) {
-  $block = new stdClass();
-  $block->module = t('node_form');
-
-  $block->title = t('Input format');
-  $block->delta = 'format-options';
-
-  if (isset($context->form)) {
-    if (!empty($context->form['form_id']) && !empty($context->form['body_filter']['format'])) {
-      // remove the fieldset
-      unset($context->form['body_filter']['format']['#type']);
-      $block->content = drupal_render($context->form['body_filter']['format']);
-    }
-  }
-  else {
-    $block->content = t('Input format.');
-  }
-  return $block;
-}
-
-function ctools_node_form_input_format_content_type_admin_title($subtype, $conf, $context) {
-  return t('"@s" node form input format', array('@s' => $context->identifier));
-}
-
-function ctools_node_form_input_format_content_type_edit_form($form, &$form_state) {
-  // provide a blank form so we have a place to have context setting.
-  return $form;
-}
diff --git a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_path.inc b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_path.inc
index 00759007..a1e3cba0 100644
--- a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_path.inc
+++ b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_path.inc
@@ -28,7 +28,7 @@ function ctools_node_form_path_content_type_render($subtype, $conf, $panel_args,
       unset($block->content['path']['#pre_render']);
       unset($block->content['path']['#theme_wrappers']);
       $block->content['path']['#type'] = '';
-      $block->content['path']['path']['#size'] /= 2;
+      $block->content['path']['alias']['#size'] /= 2;
 
       // Set access to false on the original rather than removing so that
       // vertical tabs doesn't clone it. I think this is due to references.
diff --git a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc b/sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc
deleted file mode 100644
index 694675b8..00000000
--- a/sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-// $Id: node_form_taxonomy.inc,v 1.4 2010/10/11 22:18:23 sdboyer Exp $
-
-if (module_exists('taxonomy')) {
-  /**
-   * Plugins are described by creating a $plugin array which will be used
-   * by the system that includes this file.
-   */
-  $plugin = array(
-    'single' => TRUE,
-    'icon' => 'icon_node_form.png',
-    'title' => t('Node form categories'),
-    'description' => t('Taxonomy categories for the node.'),
-    'required context' => new ctools_context_required(t('Form'), 'node_form'),
-    'category' => t('Form'),
-  );
-}
-
-function ctools_node_form_taxonomy_content_type_render($subtype, $conf, $panel_args, &$context) {
-  $block = new stdClass();
-  $block->module = t('node_form');
-
-      $block->title = t('Categories');
-      $block->delta = 'url-path-options';
-
-      if (isset($context->form)) {
-        if (!empty($context->form['form_id']) && !empty($context->form['taxonomy'])) {
-          // remove the fieldset
-          unset($context->form['taxonomy']['#type']);
-          $block->content = drupal_render($context->form['taxonomy']);
-        }
-      }
-      else {
-        $block->content = t('Categories.');
-      }
-  return $block;
-}
-
-function ctools_node_form_taxonomy_content_type_admin_title($subtype, $conf, $context) {
-  return t('"@s" node form select taxonomy', array('@s' => $context->identifier));
-}
-
-function ctools_node_form_taxonomy_content_type_edit_form($form, &$form_state) {
-  // provide a blank form so we have a place to have context setting.
-  return $form;
-}
diff --git a/sites/all/modules/ctools/plugins/content_types/node_form/translations/plugins-content_types-node_form.hu.po b/sites/all/modules/ctools/plugins/content_types/node_form/translations/plugins-content_types-node_form.hu.po
deleted file mode 100644
index 54124012..00000000
--- a/sites/all/modules/ctools/plugins/content_types/node_form/translations/plugins-content_types-node_form.hu.po
+++ /dev/null
@@ -1,112 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 11:01+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Categories"
-msgstr "Kategóriák"
-msgid "Authoring information"
-msgstr "Szerzői információk"
-msgid "Publishing options"
-msgstr "Közzétételi beállítások"
-msgid "Attach files"
-msgstr "Fájlok csatolása"
-msgid "Node form publishing options"
-msgstr "Tartalom űrlap közzétételi beállítások"
-msgid "Node form author information"
-msgstr "Tartalom űrlap szerzői információ"
-msgid "Author information on the Node form."
-msgstr "Szerzői információ a tartalom űrlapon."
-msgid "Node form input format"
-msgstr "Tartalom űrlap beviteli forma"
-msgid "Input format for the body field on a node."
-msgstr "A törzs mező beviteli formája egy tartalomban."
-msgid "Node form comment settings"
-msgstr "Tartalom űrlap hozzászólás beállítások"
-msgid "Comment settings on the Node form."
-msgstr "Hozzászólás beállítások a tartalom űrlapon."
-msgid "Node form menu settings"
-msgstr "Tartalom űrlap menü beállítások"
-msgid "Node form file attachments"
-msgstr "Tartalom űrlap csatolmányok"
-msgid "File attachments on the Node form."
-msgstr "Csatolmányok a tartalom űrlapon."
-msgid "Node form categories"
-msgstr "Tartalom űrlap kategóriák"
-msgid "Taxonomy categories for the node."
-msgstr "Taxonómia kategóriák a tartalomhoz."
-msgid "Node form book options"
-msgstr "Tartalom űrlap könyvvázlat beállítások"
-msgid "Book options for the node."
-msgstr "Könyvvázlat beállítások a tartalomhoz."
-msgid "Publishing options."
-msgstr "Közzétételi beállítások."
-msgid "Comment options"
-msgstr "Hozzászólás beállítások"
-msgid "Comment options."
-msgstr "Hozzászólás beállítások."
-msgid "Authoring information."
-msgstr "Szerzői információk."
-msgid "Menu options"
-msgstr "Menü beállítások"
-msgid "Menu options."
-msgstr "Menü beállítások."
-msgid "URL path options"
-msgstr "Webcímútvonal beállítások"
-msgid "URL Path options."
-msgstr "Webcímútvonal beállítások."
-msgid "Attach files."
-msgstr "Fájlok csatolása."
-msgid "Categories."
-msgstr "Kategóriák."
-msgid "Book options"
-msgstr "Könyvvázlat beállítások"
-msgid "Book options."
-msgstr "Könyvvázlat beállítások."
-msgid "Input format."
-msgstr "Beviteli forma."
-msgid "\"@s\" node form attach files"
-msgstr "„@s” tartalom űrlap csatolmányai"
-msgid "\"@s\" node form publishing options"
-msgstr "„@s” tartalom űrlap közzétételi beállítások"
-msgid "\"@s\" node form book options"
-msgstr "„@s” tartalom űrlap könyvvázlat beállítások"
-msgid "Node form submit buttons"
-msgstr "Tartalom űrlap beküldési nyomógombok"
-msgid "Submit buttons for the node form."
-msgstr "Beküldési nyomógombok a tartalom űrlaphoz."
-msgid "Node form buttons."
-msgstr "Tartalom űrlap nyomógombok."
-msgid "\"@s\" node form submit buttons"
-msgstr "„@s” tartalom űrlap beküldési nyomógombok"
-msgid "\"@s\" node form comment settings"
-msgstr "„@s” tartalom űrlap hozzászólás beállítások"
-msgid "\"@s\" node form input format"
-msgstr "„@s” tartalom űrlap beviteli forma"
-msgid "Node form revision log message"
-msgstr "Tartalom űrlap változatinformáció üzenet"
-msgid "Revision log message for the node."
-msgstr "Változatinformáció üzenet a tartalomhoz."
-msgid "\"@s\" node form revision log"
-msgstr "„@s” tartalom űrlap változatinformáció"
-msgid "Menu settings on the Node form."
-msgstr "Menü beállítások a tartalom űrlapon."
-msgid "\"@s\" node form menu settings"
-msgstr "„@s” tartalom űrlap menü beállítások"
-msgid "Node form url path settings"
-msgstr "Tartalom űrlap webcímútvonal beállítások"
-msgid "\"@s\" node form path options"
-msgstr "„@s” tartalom űrlap útvonal beállítások"
-msgid "\"@s\" node form author information"
-msgstr "„@s” tartalom űrlap szerzői információk"
-msgid "\"@s\" node form select taxonomy"
-msgstr "„@s” tartalom űrlap taxonómia kiválasztása"
diff --git a/sites/all/modules/ctools/plugins/content_types/page/page_primary_links.inc b/sites/all/modules/ctools/plugins/content_types/page/page_primary_links.inc
index 54fb97c9..b1e3e0e3 100644
--- a/sites/all/modules/ctools/plugins/content_types/page/page_primary_links.inc
+++ b/sites/all/modules/ctools/plugins/content_types/page/page_primary_links.inc
@@ -30,3 +30,11 @@ function ctools_page_primary_links_content_type_render($subtype, $conf, $panel_a
 
   return $block;
 }
+
+/**
+ * Returns an edit form for custom type settings.
+ */
+function ctools_page_primary_links_content_type_edit_form($form, &$form_state) {
+  // Empty so that we can have title override.
+  return $form;
+}
diff --git a/sites/all/modules/ctools/plugins/content_types/page/page_secondary_links.inc b/sites/all/modules/ctools/plugins/content_types/page/page_secondary_links.inc
index 3d13b1e3..8c6d4dc9 100644
--- a/sites/all/modules/ctools/plugins/content_types/page/page_secondary_links.inc
+++ b/sites/all/modules/ctools/plugins/content_types/page/page_secondary_links.inc
@@ -30,3 +30,11 @@ function ctools_page_secondary_links_content_type_render($subtype, $conf, $panel
 
   return $block;
 }
+
+/**
+ * Returns an edit form for custom type settings.
+ */
+function ctools_page_secondary_links_content_type_edit_form($form, &$form_state) {
+  // Empty so that we can have title override.
+  return $form;
+}
diff --git a/sites/all/modules/ctools/plugins/content_types/page/page_tabs.inc b/sites/all/modules/ctools/plugins/content_types/page/page_tabs.inc
index 62a26437..e88acd54 100644
--- a/sites/all/modules/ctools/plugins/content_types/page/page_tabs.inc
+++ b/sites/all/modules/ctools/plugins/content_types/page/page_tabs.inc
@@ -31,6 +31,11 @@ $plugin = array(
 function ctools_page_tabs_content_type_render($subtype, $conf, $panel_args) {
   $block = new stdClass();
   $menus = menu_local_tabs();
+
+  if (empty($menus['#secondary']) && empty($menus['#primary'])) {
+    return;
+  }
+
   switch ($conf['type']) {
     case 'primary':
       unset($menus['#secondary']);
diff --git a/sites/all/modules/ctools/plugins/content_types/page/translations/plugins-content_types-page.hu.po b/sites/all/modules/ctools/plugins/content_types/page/translations/plugins-content_types-page.hu.po
deleted file mode 100644
index 207e9cee..00000000
--- a/sites/all/modules/ctools/plugins/content_types/page/translations/plugins-content_types-page.hu.po
+++ /dev/null
@@ -1,44 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 08:03+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Help"
-msgstr "Súgó"
-msgid "Page title"
-msgstr "Oldal címe"
-msgid "Mission"
-msgstr "Küldetés"
-msgid "Tabs"
-msgstr "Fülek"
-msgid "Site Slogan"
-msgstr "Jelmondat"
-msgid "Add the breadcrumb trail as content."
-msgstr "A morzsasáv hozzáadása tartalomként."
-msgid "Add the help text of the current page as content."
-msgstr "Az aktuális oldal súgószövegének hozzáadása tartalomként."
-msgid "Status messages"
-msgstr "Állapotüzenetek"
-msgid "Add the status messages of the current page as content."
-msgstr "Az aktuális oldal állapotüzeneteinek hozzáadása tartalomként."
-msgid "Add the site mission statement as content."
-msgstr "A webhely céljainak hozzáadása tartalomként."
-msgid "Add the slogan trail as content."
-msgstr "A jelmondat sáv hozzáadása tartalomként."
-msgid "Add the tabs (local tasks) as content."
-msgstr "A fülek (helyi feladatok) hozzáadása tartalomként."
-msgid "Add the page title as content."
-msgstr "Az oldal címének hozzáadása tartalomként."
-msgid "Page footer message"
-msgstr "Oldal lábléc üzenete"
-msgid "Add the page footer message as content."
-msgstr "Az oldal láblécüzenetének hozzáadása tartalomként."
diff --git a/sites/all/modules/ctools/plugins/content_types/search/search_result.inc b/sites/all/modules/ctools/plugins/content_types/search/search_result.inc
index eae98708..32037bdf 100644
--- a/sites/all/modules/ctools/plugins/content_types/search/search_result.inc
+++ b/sites/all/modules/ctools/plugins/content_types/search/search_result.inc
@@ -70,6 +70,13 @@ function ctools_search_result_content_type_render($subtype, $conf, $panel_args,
 
     // Collect the search results.
     $results = search_data($keys, $info['module'], $conditions);
+
+    // A workaround for ApacheSolr.
+    // @todo see http://drupal.org/node/1343142#comment-5495248
+    // This workaround is to be removed when a better one can be written.
+    if (!empty($results['search_results']['#results'])) {
+      $results['#results'] = $results['search_results']['#results'];
+    }
   }
 
   if (!empty($conf['log'])) {
diff --git a/sites/all/modules/ctools/plugins/content_types/search/translations/plugins-content_types-search.hu.po b/sites/all/modules/ctools/plugins/content_types/search/translations/plugins-content_types-search.hu.po
deleted file mode 100644
index 10c1a56c..00000000
--- a/sites/all/modules/ctools/plugins/content_types/search/translations/plugins-content_types-search.hu.po
+++ /dev/null
@@ -1,63 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-12 15:24+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "results"
-msgstr "találatok"
-msgid "search"
-msgstr "keresés"
-msgid "Advanced"
-msgstr "Haladó"
-msgid "Search results"
-msgstr "Találatok"
-msgid "Your search yielded no results"
-msgstr "Nincs találat."
-msgid "Simple"
-msgstr "Egyszerű"
-msgid "%keys (@type)."
-msgstr "%keys (@type)."
-msgid "Search form"
-msgstr "Keresés űrlap"
-msgid "Advanced search form"
-msgstr "Haladó keresés űrlap"
-msgid "A search form with advanced options."
-msgstr "Egy keresés űrlap haladó beállításokkal."
-msgid ""
-"The advanced form may have additional options based upon the search "
-"type. For example the advanced content (node) search form will allow "
-"searching by node type and taxonomy term."
-msgstr ""
-"A haladó űrlap további beállításokat biztosíthat a keresés "
-"típusa alapján. Például a haladó tartalom(node) keresés űrlap "
-"engedélyezi a tartalomtípus és a taxonómia kifejezés szerinti "
-"keresést."
-msgid "Same page"
-msgstr "Ugyanolyan oldal"
-msgid "Override default prompt"
-msgstr "Alapértelmezett készenléti jel felülírása"
-msgid "@type search form"
-msgstr "@type keresési űrlap"
-msgid "The results of a search using keywords."
-msgstr "A kucsszavakat használó keresés eredményei."
-msgid "Record a watchdog log entry when searches are made"
-msgstr "Keresés feljegyzése az eseménynaplóba"
-msgid "Override \"no result\" text"
-msgstr "„Nincs eredmény” szöveg felülbírálata"
-msgid "No result text"
-msgstr "Nincs eredmény szövege"
-msgid "Display text if no search keywords were submitted"
-msgstr "A megjelenített szöveg, ha nem lett keresési kulcsszó megadva"
-msgid "No keywords text"
-msgstr "Nincs kulcsszó szöveg"
-msgid "@type search result"
-msgstr "@type keresési eredmény"
diff --git a/sites/all/modules/ctools/plugins/content_types/term_context/translations/plugins-content_types-term_context.hu.po b/sites/all/modules/ctools/plugins/content_types/term_context/translations/plugins-content_types-term_context.hu.po
deleted file mode 100644
index 799bbd6d..00000000
--- a/sites/all/modules/ctools/plugins/content_types/term_context/translations/plugins-content_types-term_context.hu.po
+++ /dev/null
@@ -1,52 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 11:02+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Related terms"
-msgstr "Kapcsolódó kifejezések"
-msgid "List type"
-msgstr "Lista típusa"
-msgid "Term description"
-msgstr "A kifejezés leírása"
-msgid "Child terms"
-msgstr "Gyerek kifejezések"
-msgid "Edit term"
-msgstr "Kifejezés szerkesztése"
-msgid "Edit this term"
-msgstr "Kifejezés szerkesztése"
-msgid "\"@s\" @type"
-msgstr "„@s” @type"
-msgid "Term description."
-msgstr "Kifejezés leírása."
-msgid "\"@s\" term description"
-msgstr "„@s” kifejezés leírása"
-msgid "List of related terms"
-msgstr "Kapcsolódó kifejezések listája"
-msgid ""
-"Terms related to an existing term; may be child, siblings or top "
-"level."
-msgstr ""
-"Egy létező kifejezéshez kapcsolódó kifejezések. Lehet gyermek, "
-"testvér vagy legfelső szintű."
-msgid "Sibling terms"
-msgstr "Testvér kifejezések"
-msgid "Top level terms"
-msgstr "Legfelső szintű kifejezés"
-msgid "Term synonyms"
-msgstr "Szinonimák"
-msgid "Which terms"
-msgstr "Mely kifejezések"
-msgid "Unordered"
-msgstr "Rendezetlen"
-msgid "Ordered"
-msgstr "Rendezett"
diff --git a/sites/all/modules/ctools/plugins/content_types/user_context/translations/plugins-content_types-user_context.hu.po b/sites/all/modules/ctools/plugins/content_types/user_context/translations/plugins-content_types-user_context.hu.po
deleted file mode 100644
index 9a917bbc..00000000
--- a/sites/all/modules/ctools/plugins/content_types/user_context/translations/plugins-content_types-user_context.hu.po
+++ /dev/null
@@ -1,42 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-09 14:11+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "User picture"
-msgstr "Felhasználó képe"
-msgid "Profile content goes here."
-msgstr "Ide jön a profil tartalma."
-msgid "Which category"
-msgstr "Melyik kategória"
-msgid ""
-"Text to display if category has no data. Note that title will not "
-"display unless overridden."
-msgstr ""
-"A megjelenített szöveg, ha a kategória nem rendelkezik adattal. Meg "
-"kell jegyezni, hogy a cím nem fog megjelenni felülírás nélkül."
-msgid "\"@s\" profile fields"
-msgstr "„@s” profilmezők"
-msgid "The picture of a user."
-msgstr "Egy kép a felhasználóról."
-msgid "\"@s\" user picture"
-msgstr "„@s” felhasználó képe"
-msgid "User profile"
-msgstr "Felhasználói profil"
-msgid "The profile of a user."
-msgstr "Egy felhasználó profilja."
-msgid "\"@s\" user profile"
-msgstr "„@s” felhasználói profil"
-msgid "Profile category"
-msgstr "Profil kategóriája"
-msgid "Contents of a single profile category."
-msgstr "Egy egyszerű profilkategória tartalmai."
diff --git a/sites/all/modules/ctools/plugins/content_types/user_context/user_picture.inc b/sites/all/modules/ctools/plugins/content_types/user_context/user_picture.inc
index f8a9e8ac..0934c20a 100644
--- a/sites/all/modules/ctools/plugins/content_types/user_context/user_picture.inc
+++ b/sites/all/modules/ctools/plugins/content_types/user_context/user_picture.inc
@@ -30,8 +30,14 @@ function ctools_user_picture_content_type_render($subtype, $conf, $panel_args, $
   $block = new stdClass();
   $block->module = 'user-profile';
   $block->title = check_plain($account->name);
-  $block->content = theme('user_picture', array('account' => $account));
 
+  $element['user_picture'] = array(
+    '#theme' => 'user_picture',
+    '#account' => $account,
+  );
+
+
+  $block->content = $element;
   return $block;
 }
 
diff --git a/sites/all/modules/ctools/plugins/content_types/user_context/user_profile.inc b/sites/all/modules/ctools/plugins/content_types/user_context/user_profile.inc
index e05c1c76..3e769d61 100644
--- a/sites/all/modules/ctools/plugins/content_types/user_context/user_profile.inc
+++ b/sites/all/modules/ctools/plugins/content_types/user_context/user_profile.inc
@@ -11,6 +11,9 @@ $plugin = array(
   'description' => t('The profile of a user.'),
   'required context' => new ctools_context_required(t('User'), 'user'),
   'category' => t('User'),
+  'defaults' => array(
+    'view_mode' => 'full',
+  ),
 );
 
 /**
@@ -24,7 +27,7 @@ function ctools_user_profile_content_type_render($subtype, $conf, $panel_args, $
 
   // Retrieve all profile fields and attach to $account->content.
   if (!isset($account->content)) {
-    user_build_content($account);
+    user_build_content($account, isset($conf['view_mode']) ? $conf['view_mode'] : 'full');
   }
 
   $build = $account->content;
@@ -35,7 +38,7 @@ function ctools_user_profile_content_type_render($subtype, $conf, $panel_args, $
     '#theme' => 'user_profile',
     '#account' => $account,
     // @todo support view mode
-    '#view_mode' => 'full',
+    '#view_mode' => isset($conf['view_mode']) ? $conf['view_mode'] : 'full',
     // @todo do we need to support this?
     '#language' => NULL,
   );
@@ -60,6 +63,25 @@ function ctools_user_profile_content_type_admin_title($subtype, $conf, $context)
 }
 
 function ctools_user_profile_content_type_edit_form($form, &$form_state) {
-  // provide a blank form so we have a place to have context setting.
+  $conf = $form_state['conf'];
+  $entity = entity_get_info('user');
+  $view_mode_options = array();
+  foreach ($entity['view modes'] as $mode => $option) {
+    $view_mode_options[$mode] = $option['label'];
+  }
+
+  $form['view_mode'] = array(
+    '#title' => t('View mode'),
+    '#type' => 'select',
+    '#description' => t('Select a build mode for this user.'),
+    '#options' => $view_mode_options,
+    '#default_value' => isset($conf['view_mode']) ? $conf['view_mode'] : 'full',
+  );
+
   return $form;
 }
+
+function ctools_user_profile_content_type_edit_form_submit($form, &$form_state) {
+  $form_state['conf']['view_mode'] = $form_state['values']['view_mode'];
+}
+
diff --git a/sites/all/modules/ctools/plugins/content_types/user_context/user_signature.inc b/sites/all/modules/ctools/plugins/content_types/user_context/user_signature.inc
index 529b6558..ca7550b2 100644
--- a/sites/all/modules/ctools/plugins/content_types/user_context/user_signature.inc
+++ b/sites/all/modules/ctools/plugins/content_types/user_context/user_signature.inc
@@ -15,14 +15,18 @@ $plugin = array(
 function ctools_user_signature_content_type_render($subtype, $conf, $panel_args, $context) {
   $account = isset($context->data) ? clone($context->data) : NULL;
   $block = new stdClass();
-  $block->module = 'term-list';
+  $block->module = 'user-signature';
 
   if ($account === FALSE || ($account->access == 0 && !user_access('administer users'))) {
-    return NULL;
+    return;
   }
 
-  $block->content = theme('user_signature', $account->signature);
+  $element['user_signature'] = array(
+    '#theme' => 'user_signature',
+    '#signature' => check_markup($account->signature, $account->signature_format),
+  );
 
+  $block->content = $element;
   return $block;
 }
 
diff --git a/sites/all/modules/ctools/plugins/content_types/vocabulary_context/translations/plugins-content_types-vocabulary_context.hu.po b/sites/all/modules/ctools/plugins/content_types/vocabulary_context/translations/plugins-content_types-vocabulary_context.hu.po
deleted file mode 100644
index f325f6bc..00000000
--- a/sites/all/modules/ctools/plugins/content_types/vocabulary_context/translations/plugins-content_types-vocabulary_context.hu.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 11:03+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "unlimited"
-msgstr "korlátlan"
-msgid "Vocabulary terms"
-msgstr "Szótárkifejezések"
-msgid "All the terms in a vocabulary."
-msgstr "Az összes kifejezés egy szótárban."
-msgid "\"@s\" terms"
-msgstr "„@s” kifejezés"
-msgid "Maximum depth"
-msgstr "Maximális mélység"
-msgid "Define the maximum depth of terms being displayed."
-msgstr ""
-"A megjelenített kifejezések maximális mélységének "
-"meghatározása."
-msgid "Display as tree"
-msgstr "Megjelenítés fa nézetben"
-msgid ""
-"If checked, the terms are displayed in a tree, otherwise in a flat "
-"list."
-msgstr ""
-"Ha ez be van kapcsolva, akkor a kifejezések egy fában jelennek meg, "
-"különben egy egyszerű listában."
diff --git a/sites/all/modules/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc b/sites/all/modules/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc
index 6127ac1a..5f33a038 100644
--- a/sites/all/modules/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc
+++ b/sites/all/modules/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc
@@ -10,7 +10,7 @@ if (module_exists('taxonomy')) {
     'title' => t('Vocabulary terms'),
     'icon' => 'icon_vocabulary.png',
     'description' => t('All the terms in a vocabulary.'),
-    'required context' => new ctools_context_required(t('Vocabulary'), 'vocabulary'),
+    'required context' => new ctools_context_required(t('Vocabulary'), 'entity:taxonomy_vocabulary'),
     'category' => t('Vocabulary'),
     'defaults' => array('max_depth' => 0, 'tree' => 1),
   );
@@ -24,15 +24,15 @@ function ctools_vocabulary_terms_content_type_render($subtype, $conf, $panel_arg
   $vocab = isset($context->data) ? clone($context->data) : NULL;
   $max_depth = (!empty($conf['max_depth']) ? (int)$conf['max_depth'] : NULL);
   if ($conf['tree'] == FALSE) {
-    $terms = taxonomy_get_tree($vocab->vid, 0, -1, $max_depth);
+    $terms = taxonomy_get_tree($vocab->vid, 0, $max_depth);
     $items = array();
     foreach ($terms as $term) {
       $items[] = l($term->name, 'taxonomy/term/' . $term->tid);
     }
-    $output = theme('item_list', $items);
+    $output = theme('item_list', array('items' => $items));
   }
   else {
-    $output = theme('item_list', _ctools_content_vocabulary_terms($vocab->vid, $max_depth));
+    $output = theme('item_list', array('items' => _ctools_content_vocabulary_terms($vocab->vid, $max_depth)));
   }
 
   $block = new stdClass();
@@ -50,8 +50,15 @@ function _ctools_content_vocabulary_terms($vid, $max_depth, $depth = -1, $tid =
     return array();
   }
   $return = array();
-  $result = db_query('SELECT t.name, t.tid FROM {taxonomy_term_data} t INNER JOIN {taxonomy_term_hierarchy} h ON t.tid = h.tid WHERE t.vid = :vid AND h.parent = :parent ORDER BY t.weight ASC, t.name ASC', array(':vid' => $vid, ':parent' => $tid));
-  foreach ($result as $term) {
+  $query = db_select('taxonomy_term_data', 't')->fields('t', array('tid'));
+  $query->join('taxonomy_term_hierarchy', 'h', ' t.tid = h.tid');
+  $query->condition('t.vid', $vid)
+    ->condition('h.parent', $tid)
+    ->orderBy('t.weight')
+    ->orderBy('t.name');
+  $tids = $query->execute()->fetchCol();
+  $terms = taxonomy_term_load_multiple($tids);
+  foreach ($terms as $term) {
     $return[] = array(
       'data' => l($term->name, 'taxonomy/term/' . $term->tid),
       'children' => _ctools_content_vocabulary_terms($vid, $max_depth, $depth, $term->tid),
diff --git a/sites/all/modules/ctools/plugins/contexts/entity.inc b/sites/all/modules/ctools/plugins/contexts/entity.inc
index 3915667c..4cccdf69 100644
--- a/sites/all/modules/ctools/plugins/contexts/entity.inc
+++ b/sites/all/modules/ctools/plugins/contexts/entity.inc
@@ -16,7 +16,7 @@ $plugin = array(
   'description' => t('Entity object.'),
   'context' => 'ctools_context_create_entity',
   'edit form' => 'ctools_context_entity_settings_form',
-  'defaults' => array('id' => ''),
+  'defaults' => array('entity_id' => ''),
   'convert list' => 'ctools_context_entity_convert_list',
   'convert' => 'ctools_context_entity_convert',
   'placeholder form' => array(
@@ -36,14 +36,15 @@ function ctools_context_entity_get_children($plugin, $parent) {
   $entities = entity_get_info();
   $plugins = array();
   foreach ($entities as $entity_type => $entity) {
-    $plugin['title'] = $entity['label'];
-    $plugin['keyword'] = $entity_type;
-    $plugin['context name'] = $entity_type;
-    $plugin['name'] = $parent . ':' . $entity_type;
-    $plugin['description'] = t('Creates @entity context from an entity ID.', array('@entity' => $entity_type));
-    $plugin_id = $parent . ':' . $entity_type;
-    drupal_alter('ctools_entity_context', $plugin, $entity, $plugin_id);
-    $plugins[$plugin_id] = $plugin;
+    $child_plugin = $plugin;
+    $child_plugin['title'] = $entity['label'];
+    $child_plugin['keyword'] = $entity_type;
+    $child_plugin['context name'] = $entity_type;
+    $child_plugin['name'] = $parent . ':' . $entity_type;
+    $child_plugin['description'] = t('Creates @entity context from an entity ID.', array('@entity' => $entity_type));
+    $child_plugin_id = $parent . ':' . $entity_type;
+    drupal_alter('ctools_entity_context', $child_plugin, $entity, $child_plugin_id);
+    $plugins[$child_plugin_id] = $child_plugin;
   }
   drupal_alter('ctools_entity_contexts', $plugins);
   return $plugins;
@@ -64,9 +65,13 @@ function ctools_context_create_entity($empty, $data = NULL, $conf = FALSE, $plug
     return $context;
   }
 
-  if (is_array($data) && isset($data['id'])) {
+  // Attempt to retain compatibility with broken id:
+  if (is_array($data) && !isset($data['entity_id']) && isset($data['id'])) {
     $id = $data['id'];
   }
+  elseif (is_array($data) && isset($data['entity_id'])) {
+    $id = $data['entity_id'];
+  }
   elseif (is_object($data)) {
     $ids = entity_extract_ids($entity_type, $data);
     $id = $ids[0];
@@ -84,7 +89,7 @@ function ctools_context_create_entity($empty, $data = NULL, $conf = FALSE, $plug
 
   if (!empty($data)) {
     $context->data     = $data;
-    if (isset($entity['entity keys']['label'])) {
+    if (!empty($entity['entity keys']['label'])) {
       $context->title    = $data->{$entity['entity keys']['label']};
     }
     $context->argument = $id;
@@ -108,31 +113,31 @@ function ctools_context_entity_settings_form($form, &$form_state) {
     '#weight' => -10,
   );
 
-  if (!empty($conf['id'])) {
-    $info = entity_load($plugin['keyword'], array($conf['id']));
-    $info = $info[$conf['id']];
+  if (!empty($conf['entity_id'])) {
+    $info = entity_load($plugin['keyword'], array($conf['entity_id']));
+    $info = $info[$conf['entity_id']];
     if ($info) {
       $entity = entity_get_info($plugin['keyword']);
       $uri = entity_uri($plugin['keyword'], $info);
       if (is_array($uri) && $entity['entity keys']['label']) {
-        $link = l(t("'%title' [%type id %id]", array('%title' => $info->{$entity['entity keys']['label']}, '%type' => $plugin['keyword'], '%id' => $conf['id'])), $uri['path'], array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
+        $link = l(t("'%title' [%type id %id]", array('%title' => $info->{$entity['entity keys']['label']}, '%type' => $plugin['keyword'], '%id' => $conf['entity_id'])), $uri['path'], array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
       }
       elseif (is_array($uri)) {
-        $link = l(t("[%type id %id]", array('%type' => $plugin['keyword'], '%id' => $conf['id'])), $uri['path'], array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
+        $link = l(t("[%type id %id]", array('%type' => $plugin['keyword'], '%id' => $conf['entity_id'])), $uri['path'], array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
       }
       elseif ($entity['entity keys']['label']) {
-        $link = l(t("'%title' [%type id %id]", array('%title' => $info->{$entity['entity keys']['label']}, '%type' => $plugin['keyword'], '%id' => $conf['id'])), file_create_url($uri), array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
+        $link = l(t("'%title' [%type id %id]", array('%title' => $info->{$entity['entity keys']['label']}, '%type' => $plugin['keyword'], '%id' => $conf['entity_id'])), file_create_url($uri), array('attributes' => array('target' => '_blank', 'title' => t('Open in new window')), 'html' => TRUE));
       }
       else {
-        $link = t("[%type id %id]", array('%type' => $plugin['keyword'], '%id' => $conf['id']));
+        $link = t("[%type id %id]", array('%type' => $plugin['keyword'], '%id' => $conf['entity_id']));
       }
       $form['entity']['#description'] = t('Currently set to !link', array('!link' => $link));
     }
   }
 
-  $form['id'] = array(
+  $form['entity_id'] = array(
     '#type' => 'value',
-    '#value' => $conf['id'],
+    '#value' => $conf['entity_id'],
   );
 
   $form['entity_type'] = array(
@@ -155,7 +160,7 @@ function ctools_context_entity_settings_form($form, &$form_state) {
  */
 function ctools_context_entity_settings_form_validate($form, &$form_state) {
   // Validate the autocomplete
-  if (empty($form_state['values']['id']) && empty($form_state['values']['entity'])) {
+  if (empty($form_state['values']['entity_id']) && empty($form_state['values']['entity'])) {
     form_error($form['entity'], t('You must select an entity.'));
     return;
   }
@@ -191,21 +196,21 @@ function ctools_context_entity_settings_form_validate($form, &$form_state) {
   }
   else {
     $entity_id = entity_extract_ids($form_state['values']['entity_type'], $entity);
-    form_set_value($form['id'], $entity_id[0], $form_state);
+    form_set_value($form['entity_id'], $entity_id[0], $form_state);
   }
 }
 
 function ctools_context_entity_settings_form_submit($form, &$form_state) {
   if ($form_state['values']['set_identifier']) {
     $entity_info = entity_get_info($form_state['values']['entity_type']);
-    $entity = entity_load($form_state['values']['entity_type'], array($form_state['values']['id']));
-    $entity = $entity[$form_state['values']['id']];
+    $entity = entity_load($form_state['values']['entity_type'], array($form_state['values']['entity_id']));
+    $entity = $entity[$form_state['values']['entity_id']];
     $form_state['values']['identifier'] = $entity->{$entity_info['entity keys']['label']};
   }
 
   // This will either be the value set previously or a value set by the
   // validator.
-  $form_state['conf']['id'] = $form_state['values']['id'];
+  $form_state['conf']['entity_id'] = $form_state['values']['entity_id'];
 }
 
 /**
diff --git a/sites/all/modules/ctools/plugins/contexts/node.inc b/sites/all/modules/ctools/plugins/contexts/node.inc
index cd6d8c65..997cd136 100644
--- a/sites/all/modules/ctools/plugins/contexts/node.inc
+++ b/sites/all/modules/ctools/plugins/contexts/node.inc
@@ -28,6 +28,7 @@ $plugin = array(
   // This context is deprecated and should not be usable in the UI.
   'no ui' => TRUE,
   'no required context ui' => TRUE,
+  'superceded by' => 'entity:node',
 );
 
 /**
diff --git a/sites/all/modules/ctools/plugins/contexts/node_add_form.inc b/sites/all/modules/ctools/plugins/contexts/node_add_form.inc
index fcd92d40..f10944c2 100644
--- a/sites/all/modules/ctools/plugins/contexts/node_add_form.inc
+++ b/sites/all/modules/ctools/plugins/contexts/node_add_form.inc
@@ -32,7 +32,7 @@ $plugin = array(
  */
 function ctools_context_create_node_add_form($empty, $data = NULL, $conf = FALSE) {
   static $creating = FALSE;
-  $context = new ctools_context(array('form', 'node_add', 'node_form'));
+  $context = new ctools_context(array('form', 'node_add', 'node_form', 'node', 'entity:node'));
   $context->plugin = 'node_add_form';
 
   if ($empty || ($creating)) {
@@ -75,7 +75,7 @@ function ctools_context_create_node_add_form($empty, $data = NULL, $conf = FALSE
       $form = drupal_build_form($form_id, $form_state);
 
       // In a form, $data is the object being edited.
-      $context->data     = $type;
+      $context->data     = $node;
       $context->title    = $types[$type]->name;
       $context->argument = $type;
 
@@ -119,6 +119,6 @@ function ctools_context_node_add_form_settings_form_submit($form, &$form_state)
 function ctools_context_node_add_form_convert($context, $type) {
   switch ($type) {
     case 'type':
-      return $context->data;
+      return $context->data->type;
   }
 }
diff --git a/sites/all/modules/ctools/plugins/contexts/node_edit_form.inc b/sites/all/modules/ctools/plugins/contexts/node_edit_form.inc
index cd4ff0a8..7565f5c8 100644
--- a/sites/all/modules/ctools/plugins/contexts/node_edit_form.inc
+++ b/sites/all/modules/ctools/plugins/contexts/node_edit_form.inc
@@ -32,7 +32,7 @@ $plugin = array(
  */
 function ctools_context_create_node_edit_form($empty, $node = NULL, $conf = FALSE) {
   static $creating = FALSE;
-  $context = new ctools_context(array('form', 'node_edit', 'node_form',  'node_edit_form'));
+  $context = new ctools_context(array('form', 'node_edit', 'node_form',  'node_edit_form', 'node', 'entity:node'));
   $context->plugin = 'node_edit_form';
 
   if ($empty || ($creating)) {
diff --git a/sites/all/modules/ctools/plugins/contexts/terms.inc b/sites/all/modules/ctools/plugins/contexts/terms.inc
index 64ec6829..6c3ab361 100644
--- a/sites/all/modules/ctools/plugins/contexts/terms.inc
+++ b/sites/all/modules/ctools/plugins/contexts/terms.inc
@@ -81,7 +81,7 @@ function ctools_context_terms_convert($context, $type) {
           $context->names = '';
         }
         else {
-          $result = db_query('SELECT tid, name FROM {taxonomy_term_data} WHERE tid IN :tids', array(':tids' => $context->tids));
+          $result = db_query('SELECT tid, name FROM {taxonomy_term_data} WHERE tid IN (:tids)', array(':tids' => $context->tids));
           foreach ($result as $term) {
             $names[$term->tid] = $term->name;
             if ($type == 'names_dashed') {
diff --git a/sites/all/modules/ctools/plugins/contexts/translations/plugins-contexts.hu.po b/sites/all/modules/ctools/plugins/contexts/translations/plugins-contexts.hu.po
deleted file mode 100644
index c45bfbdd..00000000
--- a/sites/all/modules/ctools/plugins/contexts/translations/plugins-contexts.hu.po
+++ /dev/null
@@ -1,100 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 10:27+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Node ID"
-msgstr "Tartalom azonosítója"
-msgid "User ID"
-msgstr "Felhasználó ID"
-msgid "Node edit form"
-msgstr "Tartalom szerkesztése űrlap"
-msgid "Node add form"
-msgstr "Tartalom hozzádása űrlap"
-msgid "Submit @name"
-msgstr "@name beküldése"
-msgid "Taxonomy terms"
-msgstr "Taxonómia kifejezések"
-msgid "Node revision ID"
-msgstr "A tartalom változatának azonosítója"
-msgid "Vocabulary ID"
-msgstr "Szótárazonosító"
-msgid "User name"
-msgstr "Felhasználónév"
-msgid "A node object."
-msgstr "Egy tartalom objektum."
-msgid "A node add form."
-msgstr "Tartalom hozzádása űrlap"
-msgid "Select the node type for this form."
-msgstr "Tartalomtípus kiválasztása ehhez az űrlaphoz."
-msgid "A node edit form."
-msgstr "Egy tartalom szerkesztése űrlap"
-msgid "A single taxonomy term object."
-msgstr "Egy egyszerű taxonómia kifejezésobjektum."
-msgid "A single user object."
-msgstr "Egy egyszerű felhasználó objektum."
-msgid "Taxonomy vocabulary"
-msgstr "Taxonómiaszótár"
-msgid "A single taxonomy vocabulary object."
-msgstr "Egy egyszerű taxonómia szótár objektum."
-msgid "Author UID"
-msgstr "Szerző felhasználói azonosítója"
-msgid "Enter the node ID of a node for this context."
-msgstr "Egy tartalom azonosítójának megadása ehhez a környezethez."
-msgid "Enter the node type this context."
-msgstr "Tartalomtípus megadása ehhez a környezethez."
-msgid "Enter the node ID of a node for this argument:"
-msgstr "Egy tartalom azonosítójának megadása ehhez az argumentumhoz:"
-msgid "A context that is just a string."
-msgstr "A környezet azaz csak egy kifejezés."
-msgid "Raw string"
-msgstr "Nyers karaktersorozat"
-msgid "Enter the string for this context."
-msgstr "Kifejezés megadása ehhez a környezethez."
-msgid ""
-"Currently set to @term. Enter another term if you wish to change the "
-"term."
-msgstr ""
-"Currently set to @term. Enter another term if you wish to change the "
-"term."
-msgid "Select a term from @vocabulary."
-msgstr "Kifejezés kiválasztása @vocabulary szótárból."
-msgid "Reset identifier to term title"
-msgstr "Azonosító visszaállítása a kifejezés címére."
-msgid ""
-"If checked, the identifier will be reset to the term name of the "
-"selected term."
-msgstr ""
-"Ha be van jelölve, Az azonosító vissza lesz állítva a "
-"kiválasztott kifejezés kifejezés nevére."
-msgid "You must select a term."
-msgstr "Ki kell választani egy kifejezést."
-msgid "Invalid term selected."
-msgstr "Érvénytelen a kiválasztott kifejezés."
-msgid "Multiple taxonomy terms, as a group."
-msgstr "Több taxonómia kifejezés, csoportként."
-msgid "Term ID of first term"
-msgstr "Az első kifejezés azonosítója"
-msgid "Term ID of all term, separated by + or ,"
-msgstr ""
-"Az összes kifejezés azonosítója „+” vagy „,” jellel "
-"elválasztva"
-msgid "Term name of first term"
-msgstr "Az első kifejezés kifejezésneve"
-msgid "Term name of all terms, separated by + or ,"
-msgstr ""
-"Kifejezésnév minden kifejezéshez, „+” vagy „,” jellel "
-"elválasztva."
-msgid "Vocabulary ID of first term"
-msgstr "Az első kifejezés szótárazonosítója"
-msgid "HTML-safe string"
-msgstr "HTML-biztos karaktersorozat"
diff --git a/sites/all/modules/ctools/plugins/contexts/vocabulary.inc b/sites/all/modules/ctools/plugins/contexts/vocabulary.inc
index 4930c249..9c5d4cf7 100644
--- a/sites/all/modules/ctools/plugins/contexts/vocabulary.inc
+++ b/sites/all/modules/ctools/plugins/contexts/vocabulary.inc
@@ -21,6 +21,7 @@ $plugin = array(
   // This context is deprecated and should not be usable in the UI.
   'no ui' => TRUE,
   'no required context ui' => TRUE,
+  'superceded by' => 'entity:taxonomy_vocabulary',
 );
 
 /**
diff --git a/sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php b/sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php
index 7fe00558..d326dd93 100644
--- a/sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php
+++ b/sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php
@@ -312,7 +312,9 @@ class ctools_export_ui {
 
     $form['#prefix'] = '<div class="clearfix">';
     $form['#suffix'] = '</div>';
-    $form['#attached']['js'] = array('misc/ajax.js', 'misc/progress.js', 'misc/jquery.form.js', ctools_attach_js('auto-submit'));
+    $form['#attached']['js'] = array(ctools_attach_js('auto-submit'));
+    $form['#attached']['library'][] = array('system', 'drupal.ajax');
+    $form['#attached']['library'][] = array('system', 'jquery.form');
     $form['#attributes'] = array('class' => array('ctools-auto-submit-full-form'));
   }
 
@@ -602,6 +604,32 @@ class ctools_export_ui {
   // ------------------------------------------------------------------------
   // These methods are the API for adding/editing exportable items
 
+  /**
+   * Perform a drupal_goto() to the location provided by the plugin for the
+   * operation.
+   *
+   * @param $op
+   *   The operation to use. A string must exist in $this->plugin['redirect']
+   *   for this operation.
+   * @param $item
+   *   The item in use; this may be necessary as item IDs are often embedded in
+   *   redirects.
+   */
+  function redirect($op, $item = NULL) {
+    if (isset($this->plugin['redirect'][$op])) {
+      $destination = (array) $this->plugin['redirect'][$op];
+      if ($item) {
+        $export_key = $this->plugin['export']['key'];
+        $destination[0] = str_replace('%ctools_export_ui', $item->{$export_key}, $destination[0]);
+      }
+      call_user_func_array('drupal_goto', $destination);
+    }
+    else {
+      // If the operation isn't set, fall back to the plugin's base path.
+      drupal_goto(ctools_export_ui_plugin_base_path($this->plugin));
+    }
+  }
+
   function add_page($js, $input, $step = NULL) {
     drupal_set_title($this->get_page_title('add'));
 
@@ -630,8 +658,7 @@ class ctools_export_ui {
 
     $output = $this->edit_execute_form($form_state);
     if (!empty($form_state['executed'])) {
-      $export_key = $this->plugin['export']['key'];
-      drupal_goto(str_replace('%ctools_export_ui', $form_state['item']->{$export_key}, $this->plugin['redirect']['add']));
+      $this->redirect($form_state['op'], $form_state['item']);
     }
 
     return $output;
@@ -667,8 +694,7 @@ class ctools_export_ui {
 
     $output = $this->edit_execute_form($form_state);
     if (!empty($form_state['executed'])) {
-      $export_key = $this->plugin['export']['key'];
-      drupal_goto(str_replace('%ctools_export_ui', $form_state['item']->{$export_key}, $this->plugin['redirect']['edit']));
+      $this->redirect($form_state['op'], $form_state['item']);
     }
 
     return $output;
@@ -716,8 +742,7 @@ class ctools_export_ui {
 
     $output = $this->edit_execute_form($form_state);
     if (!empty($form_state['executed'])) {
-      $export_key = $this->plugin['export']['key'];
-      drupal_goto(str_replace('%ctools_export_ui', $form_state['item']->{$export_key}, $this->plugin['redirect']['clone']));
+      $this->redirect($form_state['op'], $form_state['item']);
     }
 
     return $output;
@@ -1076,11 +1101,11 @@ class ctools_export_ui {
    */
   function edit_finish_validate(&$form, &$form_state) {
     if ($form_state['op'] != 'edit') {
-      // Validate the name. Fake an element for form_error().
+      // Validate the export key. Fake an element for form_error().
       $export_key = $this->plugin['export']['key'];
       $element = array(
         '#value' => $form_state['item']->{$export_key},
-        '#parents' => array('name'),
+        '#parents' => array($export_key),
       );
       $form_state['plugin'] = $this->plugin;
       ctools_export_ui_edit_name_validate($element, $form_state);
@@ -1214,8 +1239,7 @@ class ctools_export_ui {
     // import always uses the wizard.
     $output = $this->edit_execute_form_wizard($form_state);
     if (!empty($form_state['executed'])) {
-      $export_key = $this->plugin['export']['key'];
-      drupal_goto(str_replace('%ctools_export_ui', $form_state['item']->{$export_key}, $this->plugin['redirect']['add']));
+      $this->redirect($form_state['op'], $form_state['item']);
     }
 
     return $output;
@@ -1281,6 +1305,18 @@ class ctools_export_ui {
 // Since Drupal's forms are completely procedural, these forms will
 // mostly just be pass-throughs back to the object.
 
+/**
+ * Add all appropriate includes to forms so that caching the form
+ * still loads the files that we need.
+ */
+function _ctools_export_ui_add_form_files($form, &$form_state) {
+  ctools_form_include($form_state, 'export');
+  ctools_form_include($form_state, 'export-ui');
+
+  // Also make sure the plugin .inc file is loaded.
+  ctools_form_include_file($form_state, $form_state['object']->plugin['path'] . '/' . $form_state['object']->plugin['file']);
+}
+
 /**
  * Form callback to handle the filter/sort form when listing items.
  *
@@ -1313,9 +1349,8 @@ function ctools_export_ui_list_form_submit(&$form, &$form_state) {
 function ctools_export_ui_edit_item_form($form, &$form_state) {
   // When called using #ajax via ajax_form_callback(), 'export' may
   // not be included so include it here.
-  ctools_include('export');
+  _ctools_export_ui_add_form_files($form, $form_state);
 
-  $form = array();
   $form_state['object']->edit_form($form, $form_state);
   return $form;
 }
@@ -1340,6 +1375,8 @@ function ctools_export_ui_edit_item_form_submit(&$form, &$form_state) {
  * @todo Put this on a callback in the object.
  */
 function ctools_export_ui_edit_item_form_delete(&$form, &$form_state) {
+  _ctools_export_ui_add_form_files($form, $form_state);
+
   $export_key = $form_state['plugin']['export']['key'];
   $path = $form_state['item']->export_type & EXPORT_IN_CODE ? 'revert' : 'delete';
 
@@ -1378,6 +1415,8 @@ function ctools_export_ui_edit_name_exists($name, $element, &$form_state) {
  * @todo -- call back into the object instead.
  */
 function ctools_export_ui_delete_confirm_form($form, &$form_state) {
+  _ctools_export_ui_add_form_files($form, $form_state);
+
   $plugin = $form_state['plugin'];
   $item = $form_state['item'];
 
@@ -1405,9 +1444,7 @@ function ctools_export_ui_delete_confirm_form($form, &$form_state) {
  * This simply loads the object defined in the plugin and hands it off.
  */
 function ctools_export_ui_edit_item_wizard_form($form, &$form_state) {
-  // When called using #ajax via ajax_form_callback(), 'export' may
-  // not be included so include it here.
-  ctools_include('export');
+  _ctools_export_ui_add_form_files($form, $form_state);
 
   $method = 'edit_form_' . $form_state['step'];
   if (!method_exists($form_state['object'], $method)) {
diff --git a/sites/all/modules/ctools/plugins/relationships/entity_from_field.inc b/sites/all/modules/ctools/plugins/relationships/entity_from_field.inc
index e5e65826..52c62f98 100644
--- a/sites/all/modules/ctools/plugins/relationships/entity_from_field.inc
+++ b/sites/all/modules/ctools/plugins/relationships/entity_from_field.inc
@@ -25,108 +25,100 @@ function ctools_entity_from_field_get_child($plugin, $parent, $child) {
 }
 
 function ctools_entity_from_field_get_children($parent_plugin, $parent) {
+  $cid = $parent_plugin['name'] . ':' . $parent;
+  $cache = &drupal_static(__FUNCTION__);
+  if (!empty($cache[$cid])) {
+    return $cache[$cid];
+  }
+
   ctools_include('fields');
   $entities = entity_get_info();
   $plugins = array();
   $context_types = array();
 
   // Get the schema information for every field.
-  $fields_info = field_info_instances();
-  foreach ($fields_info as $from_entity => $entity_info) {
-    foreach ($entity_info as $bundle => $fields) {
-      // There might be fields attached to bundles that are disabled (e.g. a
-      // module that declared a node's content type, is now disabled), but the
-      // field instance is still shown.
-      if (!empty($entities[$from_entity]['bundles'][$bundle])) {
-        foreach ($fields as $field_name => $field) {
-          $field = field_info_field($field_name);
-          $foreign_keys = NULL;
-
-          if (!empty($field['foreign keys'])) {
-            $foreign_keys = $field['foreign keys'];
-          }
-          else {
-            // try to fetch foreign keys from schema, as not everything
-            // stores foreign keys properly in the field info.
-            $module = $field['module'];
-            module_load_install($module);
-            $schema = module_invoke($module, 'field_schema', $field);
-            if (!empty($schema['foreign keys'])) {
-              $foreign_keys = $schema['foreign keys'];
-            }
-          }
+  $fields_info = field_info_fields();
+  foreach ($fields_info as $field_name => $field) {
+    foreach ($field['bundles'] as $from_entity => $bundles) {
+      foreach ($bundles as $bundle) {
+        // There might be fields attached to bundles that are disabled (e.g. a
+        // module that declared a node's content type, is now disabled), but the
+        // field instance is still shown.
+        if (!empty($entities[$from_entity]['bundles'][$bundle])) {
+          $foreign_keys = ctools_field_foreign_keys($field_name);
+
+          foreach ($foreign_keys as $key => $info) {
+            if (isset($info['table'])) {
+              foreach ($entities as $to_entity => $to_entity_info) {
+                $from_entity_info = $entities[$from_entity];
+                // If somehow the bundle doesn't exist on the to-entity,
+                // skip.
+                if (!isset($from_entity_info['bundles'][$bundle])) {
+                  continue;
+                }
 
-          if (is_array($foreign_keys)) {
-            foreach ($foreign_keys as $key => $info) {
-              if (isset($info['table'])) {
-                foreach ($entities as $to_entity => $to_entity_info) {
-                  $from_entity_info = $entities[$from_entity];
-                  // If somehow the bundle doesn't exist on the to-entity,
-                  // skip.
-                  if (!isset($from_entity_info['bundles'][$bundle])) {
-                    continue;
-                  }
+                if (isset($to_entity_info['base table']) && $to_entity_info['base table'] == $info['table'] && array_keys($info['columns'], $to_entity_info['entity keys']['id'])) {
+                  $name = $field_name . '-' . $from_entity . '-' . $to_entity;
+                  $plugin_id = $parent . ':' . $name;
+
+                  // Record the bundle for later.
+                  $context_types[$plugin_id]['types'][$bundle] = $from_entity_info['bundles'][$bundle]['label'];
+
+                  // We check for every bundle; this plugin may already have
+                  // been created, so don't recreate it.
+                  if (!isset($plugins[$plugin_id])) {
+                    $plugin = $parent_plugin;
+                    $replacements = array(
+                      '@to_entity' => $to_entity_info['label'],
+                      '@from_entity' => $from_entity_info['label'],
+                      '@field_name' => $field_name,
+                      '@field_label' => ctools_field_label($field_name),
+                    );
+                    $plugin['title'] = t('@to_entity from @from_entity (on @from_entity: @field_label [@field_name])', $replacements);
+                    $plugin['keyword'] = $to_entity;
+                    $plugin['context name'] = $name;
+                    $plugin['name'] = $plugin_id;
+                    $plugin['description'] = t('Creates a @to_entity context from @from_entity using the @field_name field on @from_entity.', $replacements);
+                    $plugin['from entity'] = $from_entity;
+                    $plugin['to entity'] = $to_entity;
+                    $plugin['field name'] = $field_name;
+                    $plugin['join key'] = $key;
+                    $plugin['source key'] = current(array_keys($info['columns']));
+                    $plugin['parent'] = $parent;
+
+                    $plugins[$plugin_id] = $plugin;
 
-                  if (isset($to_entity_info['base table']) && $to_entity_info['base table'] == $info['table'] && isset($info['columns'][$to_entity_info['entity keys']['id']])) {
-                    $name = $field_name . '-' . $from_entity . '-' . $to_entity;
+/*
+-- commented out until I figure out how to actually load the reverse properly.
+                    // Build the reverse
+                    $plugin = $parent_plugin;
+                    $name = $field_name . '-' . $from_entity . '-' . $to_entity . '-reverse';
                     $plugin_id = $parent . ':' . $name;
 
-                    // Record the bundle for later.
-                    $context_types[$plugin_id]['types'][$bundle] = $from_entity_info['bundles'][$bundle]['label'];
-
-                    // We check for every bundle; this plugin may already have
-                    // been created, so don't recreate it.
-                    if (!isset($plugins[$plugin_id])) {
-                      $plugin = $parent_plugin;
-                      $replacements = array(
-                        '@to_entity' => $to_entity_info['label'],
-                        '@from_entity' => $from_entity_info['label'],
-                        '@field_name' => ctools_field_label($field_name),
-                      );
-                      $plugin['title'] = t('@to_entity from @from_entity (on @from_entity: @field_name)', $replacements);
-                      $plugin['keyword'] = $to_entity;
-                      $plugin['context name'] = $name;
-                      $plugin['name'] = $plugin_id;
-                      $plugin['description'] = t('Creates a @to_entity context from @from_entity using the @field_name field on @from_entity.', $replacements);
-                      $plugin['from entity'] = $from_entity;
-                      $plugin['to entity'] = $to_entity;
-                      $plugin['field name'] = $field_name;
-                      $plugin['parent'] = $parent;
-
-                      $plugins[$plugin_id] = $plugin;
-
-/*
- -- commented out until I figure out how to actually load the reverse properly.
-                      // Build the reverse
-                      $plugin = $parent_plugin;
-                      $name = $field_name . '-' . $from_entity . '-' . $to_entity . '-reverse';
-                      $plugin_id = $parent . ':' . $name;
-
-                      $plugin['title'] = t('@from_entity from @to_entity (on @from_entity: @field_name)', $replacements);
-                      $plugin['keyword'] = $to_entity;
-                      $plugin['context name'] = $name;
-                      $plugin['name'] = $plugin_id;
-                      $plugin['description'] = t('Creates a @from_entity context from @to_entity using the @field_name field on @from_entity.', $replacements);
-
-                      $plugin['from entity'] = $from_entity;
-                      $plugin['to entity'] = $to_entity;
-                      $plugin['field name'] = $field_name;
-                      $plugin['reverse'] = TRUE;
-                      $plugin['parent'] = $parent;
-
-                      // Since we can't apply restrictions on the reverse relationship
-                      // we just add the required context here.
-                      $plugin['required context'] = new ctools_context_required($to_entity_info['label'], $to_entity);
-
-                      $plugin_entities = array(
-                        'to' => array($from_entity => $from_entity_info),
-                        'from' => array($to_entity => $to_entity_info)
-                      );
-                      drupal_alter('ctools_entity_context', $plugin, $plugin_entities, $plugin_id);
-
-                      $plugins[$plugin_id] = $plugin;
+                    $plugin['title'] = t('@from_entity from @to_entity (on @from_entity: @field_name)', $replacements);
+                    $plugin['keyword'] = $to_entity;
+                    $plugin['context name'] = $name;
+                    $plugin['name'] = $plugin_id;
+                    $plugin['description'] = t('Creates a @from_entity context from @to_entity using the @field_name field on @from_entity.', $replacements);
+
+                    $plugin['from entity'] = $from_entity;
+                    $plugin['to entity'] = $to_entity;
+                    $plugin['field name'] = $field_name;
+                    $plugin['reverse'] = TRUE;
+                    $plugin['parent'] = $parent;
+
+                    // Since we can't apply restrictions on the reverse relationship
+                    // we just add the required context here.
+                    $plugin['required context'] = new ctools_context_required($to_entity_info['label'], $to_entity);
+
+                    $plugin_entities = array(
+                      'to' => array($from_entity => $from_entity_info),
+                      'from' => array($to_entity => $to_entity_info)
+                    );
+                    drupal_alter('ctools_entity_context', $plugin, $plugin_entities, $plugin_id);
+
+                    $plugins[$plugin_id] = $plugin;
 */
-                    }
                   }
                 }
               }
@@ -154,6 +146,7 @@ function ctools_entity_from_field_get_children($parent_plugin, $parent) {
   }
   drupal_alter('ctools_entity_contexts', $plugins);
 
+  $cache[$cid] = $plugins;
   return $plugins;
 }
 
@@ -164,11 +157,11 @@ function ctools_entity_from_field_context($context, $conf) {
   $delta = !empty($conf['delta']) ? intval($conf['delta']) : 0;
   $plugin = $conf['name'];
   list($plugin, $plugin_name) = explode(':', $plugin);
-  list($field_name, $from_entity, $to_entity_info) = explode('-', $plugin_name);
+  list($field_name, $from_entity, $to_entity) = explode('-', $plugin_name);
   // If unset it wants a generic, unfilled context, which is just NULL.
   $entity_info = entity_get_info($from_entity);
   if (empty($context->data) || !isset($context->data->{$entity_info['entity keys']['id']})) {
-    return ctools_context_create_empty('entity:' . $to_entity_info, NULL);
+    return ctools_context_create_empty('entity:' . $to_entity, NULL);
   }
 
   if (isset($context->data->{$entity_info['entity keys']['id']})) {
@@ -177,16 +170,18 @@ function ctools_entity_from_field_context($context, $conf) {
     $entity = entity_load($from_entity, array($id));
     $entity = $entity[$id];
     if ($items = field_get_items($from_entity, $entity, $field_name)) {
-      $to_entity_info_info = entity_get_info($to_entity_info);
       if (isset($items[$delta])) {
-        $to_entity_info_id = $items[$delta][$to_entity_info_info['entity keys']['id']];
+        ctools_include('fields');
+        $to_entity_info = entity_get_info($to_entity);
+        $plugin_info = ctools_get_relationship($conf['name']);
+        $to_entity_id = $items[$delta][$plugin_info['source key']];
 
         // Send it to ctools.
-        return ctools_context_create('entity:' . $to_entity_info, $to_entity_info_id);
+        return ctools_context_create('entity:' . $to_entity, $to_entity_id);
       }
       else {
         // In case that delta was empty.
-        return ctools_context_create_empty('entity:' . $to_entity_info, NULL);
+        return ctools_context_create_empty('entity:' . $to_entity, NULL);
       }
     }
   }
diff --git a/sites/all/modules/ctools/plugins/relationships/term_parent.inc b/sites/all/modules/ctools/plugins/relationships/term_parent.inc
index 0ee9ebf0..f084cca8 100644
--- a/sites/all/modules/ctools/plugins/relationships/term_parent.inc
+++ b/sites/all/modules/ctools/plugins/relationships/term_parent.inc
@@ -13,7 +13,7 @@ $plugin = array(
   'title' => t('Term parent'),
   'keyword' => 'parent_term',
   'description' => t('Adds a taxonomy term parent from a term context.'),
-  'required context' => new ctools_context_required(t('Term'), 'entity_taxonomy_term'),
+  'required context' => new ctools_context_required(t('Term'), 'entity:taxonomy_term'),
   'context' => 'ctools_term_parent_context',
   'edit form' => 'ctools_term_parent_settings_form',
   'defaults' => array('type' => 'top'),
diff --git a/sites/all/modules/ctools/plugins/relationships/terms_from_node.inc b/sites/all/modules/ctools/plugins/relationships/terms_from_node.inc
index ddba9ed4..6ade53b4 100644
--- a/sites/all/modules/ctools/plugins/relationships/terms_from_node.inc
+++ b/sites/all/modules/ctools/plugins/relationships/terms_from_node.inc
@@ -16,7 +16,7 @@ $plugin = array(
   'required context' => new ctools_context_required(t('Node'), 'node'),
   'context' => 'ctools_terms_from_node_context',
   'edit form' => 'ctools_terms_from_node_settings_form',
-  'defaults' => array('vid' => array(), 'concatenator' => ','),
+  'defaults' => array('vocabulary' => array(), 'concatenator' => ','),
 );
 
 /**
@@ -35,11 +35,11 @@ function ctools_terms_from_node_context($context, $conf) {
   $fields = field_info_instances('node', $node->type);
   foreach ($fields as $name => $info) {
     $field_info = field_info_field($name);
-    if ($field_info['type'] == 'taxonomy_term_reference') {
+    if ($field_info['type'] == 'taxonomy_term_reference' && (empty($conf['vocabulary']) || $conf['vocabulary'][$field_info['settings']['allowed_values'][0]['vocabulary']])) {
       $items = field_get_items('node', $node, $name);
       if (is_array($items)) {
         foreach ($items as $item) {
-		  $terms[] = $item['tid'];
+          $terms[] = $item['tid'];
         }
       }
     }
@@ -58,14 +58,14 @@ function ctools_terms_from_node_settings_form($form, &$form_state) {
   $conf = $form_state['conf'];
 
   $options = array();
-  foreach (taxonomy_get_vocabularies() as $vid => $vocabulary) {
-    $options[$vid] = $vocabulary->name;
+  foreach (taxonomy_vocabulary_get_names() as $name => $vocabulary) {
+    $options[$name] = $vocabulary->name;
   }
-  $form['vid'] = array(
+  $form['vocabulary'] = array(
     '#title' => t('Vocabulary'),
     '#type' => 'checkboxes',
     '#options' => $options,
-    '#default_value' => $conf['vid'],
+    '#default_value' => $conf['vocabulary'],
     '#prefix' => '<div class="clearfix">',
     '#suffix' => '</div>',
   );
diff --git a/sites/all/modules/ctools/plugins/relationships/translations/plugins-relationships.hu.po b/sites/all/modules/ctools/plugins/relationships/translations/plugins-relationships.hu.po
deleted file mode 100644
index 7ca82263..00000000
--- a/sites/all/modules/ctools/plugins/relationships/translations/plugins-relationships.hu.po
+++ /dev/null
@@ -1,41 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-11-30 10:28+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Book parent"
-msgstr "Szülő könyv"
-msgid "Adds a book parent from a node context."
-msgstr "Egy könyv szülőjének hozzáadása egy tartalomkörnyezetből."
-msgid "Top level book"
-msgstr "Legfelső szintű könyv"
-msgid "Term from node"
-msgstr "Kifejezés tartalomból"
-msgid ""
-"Adds a taxonomy term from a node context; if multiple terms are "
-"selected, this will get the \"first\" term only."
-msgstr ""
-"Taxónomia kifejezés hozzáadása egy tartalomkörnyezetből. Ha "
-"több kifejezés van kiválasztva, akkor csak az „elsőt” fogja "
-"megjeleníteni."
-msgid "Term parent"
-msgstr "Kifejezés szülője"
-msgid "Adds a taxonomy term parent from a term context."
-msgstr ""
-"Egy taxonómia kifejezés szülőjének hozzáadása egy "
-"kifejezéskörnyezetből."
-msgid "Top level term"
-msgstr "Legfelső szintű kifejezés"
-msgid "Creates the author of a node as a user context."
-msgstr ""
-"Egy tartalom szerzőjének létrehozása felhasználói "
-"környezetként."
diff --git a/sites/all/modules/ctools/stylizer/stylizer.info b/sites/all/modules/ctools/stylizer/stylizer.info
index 5398713d..6bff8dd2 100644
--- a/sites/all/modules/ctools/stylizer/stylizer.info
+++ b/sites/all/modules/ctools/stylizer/stylizer.info
@@ -5,9 +5,9 @@ package = Chaos tool suite
 dependencies[] = ctools
 dependencies[] = color
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/tests/ctools_plugin_test.info b/sites/all/modules/ctools/tests/ctools_plugin_test.info
index b15e4649..a5b7688b 100644
--- a/sites/all/modules/ctools/tests/ctools_plugin_test.info
+++ b/sites/all/modules/ctools/tests/ctools_plugin_test.info
@@ -7,9 +7,9 @@ files[] = ctools.plugins.test
 files[] = object_cache.test
 hidden = TRUE
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
diff --git a/sites/all/modules/ctools/translations/ctools.de.po b/sites/all/modules/ctools/translations/ctools.de.po
deleted file mode 100644
index 8a161b6d..00000000
--- a/sites/all/modules/ctools/translations/ctools.de.po
+++ /dev/null
@@ -1,4469 +0,0 @@
-# $Id: ctools.de.po,v 1.2 2009/11/20 22:32:50 thomaszahreddin Exp $
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  panels.module,v 1.10.2.9 2007/03/15 23:13:41 merlinofchaos
-#  fourcol_25_25_25_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_33_33_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_25_75.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_33_66.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_38_62.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_50_50.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_62_38.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_66_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_75_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_25_50_25_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  twocol.inc,v 1.6 2006/08/22 23:54:20 merlinofchaos
-#  twocol_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ctools\n"
-"POT-Creation-Date: 2009-10-22 21:56+0200\n"
-"PO-Revision-Date: 2009-11-20 23:30+0100\n"
-"Last-Translator: Thomas Zahreddin <tz@it-arts.org>\n"
-"Language-Team: Thomas Zahreddin\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: ctools.install:25
-msgid "CTools CSS Cache"
-msgstr "CTools-CSS-Cache"
-
-#: ctools.install:27
-msgid "Exists"
-msgstr "Vorhanden"
-
-#: ctools.install:31
-msgid "The CTools CSS cache directory, %path could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories."
-msgstr ""
-
-#: ctools.install:33
-msgid "Unable to create"
-msgstr "Konnte nicht erstellt werden"
-
-#: ctools.install:113
-#, fuzzy
-msgid "A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment."
-msgstr "Ein spezieller Cache der zum Speichern von Objekten verwendet wird, die gerade bearbeitet werden. Dieser stellt den Status "
-
-#: ctools.info:0
-msgid "Chaos tools"
-msgstr "Chaos-Tools"
-
-#: ctools.info:0
-msgid "A library of helpful tools by Merlin of Chaos."
-msgstr ""
-
-#: ctools.info:0
-#: bulk_export/bulk_export.info:0
-#: ctools_plugin_example/ctools_plugin_example.info:0
-#: page_manager/page_manager.info:0
-#: views_content/views_content.info:0
-msgid "Chaos tool suite"
-msgstr "Chaos Tool Suite"
-
-#: bulk_export/bulk_export.module:68
-#, fuzzy
-msgid "Bulk export results"
-msgstr "Massen-Export der Panels."
-
-#: bulk_export/bulk_export.module:92;116;127
-#, fuzzy
-msgid "Place this in @file"
-msgstr "%d Datei(en) in diesem Verzeichnis gefunden"
-
-#: bulk_export/bulk_export.module:133
-#, fuzzy
-msgid "There are no objects to be exported at this time."
-msgstr "Derzeit gibt es keine exportierbaren Panels."
-
-#: bulk_export/bulk_export.module:159
-#, fuzzy
-msgid "Module name"
-msgstr "Modulname"
-
-# English is missing "for this context"
-#: bulk_export/bulk_export.module:160
-#, fuzzy
-msgid "Enter the module name to export code to."
-msgstr "Modulnamen eingeben, zu dem exportiert wird."
-
-#: bulk_export/bulk_export.module:165
-#: page_manager/page_manager.admin.inc:682
-#: page_manager/plugins/tasks/page.inc:183
-#, fuzzy
-msgid "Export"
-msgstr "Exportieren"
-
-#: bulk_export/bulk_export.module:200
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:13
-#, fuzzy
-msgid "use bulk exporter"
-msgstr "Panels-Export verwenden"
-
-#: bulk_export/bulk_export.module:31
-#, fuzzy
-msgid "Bulk Exporter"
-msgstr "Panels-Export"
-
-#: bulk_export/bulk_export.module:32
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-#, fuzzy
-msgid "Bulk Export"
-msgstr "Massenexport"
-
-#: bulk_export/bulk_export.info:0
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:36
-msgid "Demonstration code, advanced help, and a demo panel to show how to build ctools plugins."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:79
-msgid "The CTools Plugin Example is simply a developer's demo of how to create plugins for CTools. It provides no useful functionality for an ordinary user."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:81
-msgid ""
-"There is a demo panel demonstrating much of the functionality provided at\n"
-"    <a href=\"@demo_url\">CTools demo panel</a>, and you can find documentation on the examples at\n"
-"    !ctools_plugin_example_help.\n"
-"    CTools itself provides documentation at !ctools_help. Mostly, though, the code itself is intended to be the teacher.\n"
-"    You can find it in %path."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:35
-#, fuzzy
-msgid "CTools plugin example"
-msgstr "Neu aus Beispiel"
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Chaos Tools (CTools) Plugin Example"
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Shows how an external module can provide ctools plugins (for Panels, etc.)."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:15
-#, fuzzy
-msgid "Arg length"
-msgstr "Maximallänge"
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:16
-#, fuzzy
-msgid "Control access by length of simplecontext argument."
-msgstr "Zugriff mit Beitragssprache kontrollieren."
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:20
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:33;42
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:16
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:22
-#, fuzzy
-msgid "Simplecontext"
-msgstr "Kontext"
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:30
-msgid "Grant access if simplecontext argument length is"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-#, fuzzy
-msgid "Greater than"
-msgstr "Mehr als"
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-#, fuzzy
-msgid "Less than or equal to"
-msgstr "gleich oder weniger"
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:36
-#, fuzzy
-msgid "Length of simplecontext argument"
-msgstr "Aus dem Panelargument"
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:39
-msgid "Access/visibility will be granted based on arg length."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:63
-msgid "Simpletext argument must be !comp @length characters"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:16
-#, fuzzy
-msgid "CTools example: role"
-msgstr "Einstellungen für @role"
-
-#: ctools_plugin_example/plugins/access/example_role.inc:17
-#: plugins/access/role.inc:15
-msgid "Control access by role."
-msgstr "Zugriff mit Rolle kontrollieren"
-
-#: ctools_plugin_example/plugins/access/example_role.inc:22
-#: plugins/access/node_access.inc:22
-#: plugins/access/perm.inc:20
-#: plugins/access/role.inc:21
-#: plugins/content_types/contact/user_contact.inc:17;18
-#: plugins/content_types/user_context/profile_fields.inc:15;16
-#: plugins/content_types/user_context/user_picture.inc:13;14
-#: plugins/content_types/user_context/user_profile.inc:13;14
-#: plugins/contexts/user.inc:15
-#, fuzzy
-msgid "User"
-msgstr "Benutzer"
-
-#: ctools_plugin_example/plugins/access/example_role.inc:32
-#: plugins/access/role.inc:31
-msgid "Role"
-msgstr "Rolle"
-
-#: ctools_plugin_example/plugins/access/example_role.inc:35
-#: plugins/access/role.inc:34
-msgid "Only the checked roles will be granted access."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:74
-#: plugins/access/role.inc:75
-msgid "@identifier can have any role"
-msgstr "@identifier kann jede Rolle enthalten"
-
-#: ctools_plugin_example/plugins/access/example_role.inc:76
-#, fuzzy
-msgid "@identifier must have role \"@roles\""
-msgid_plural "@identifier can be one of \"@roles\""
-msgstr[0] "@identifier kann jede Rolle enthalten"
-msgstr[1] "@identifier kann jede Rolle enthalten"
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:26
-#, fuzzy
-msgid "Simplecontext arg"
-msgstr "Argument: @arg"
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:29
-#, fuzzy
-msgid "Creates a \"simplecontext\" from the arg."
-msgstr "Erstellt ein Benutzer-Objekt durch ein Argument."
-
-# English is missing "for this context"
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:37
-#, fuzzy
-msgid "Enter the simplecontext arg"
-msgstr "Variable @arg geladen"
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:19
-msgid "CTools example no context content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:20
-msgid "No context content type - requires and uses no context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:37
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:30
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:37
-#, fuzzy
-msgid "CTools Examples"
-msgstr "Beispiele: lb, kg, %."
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:94
-msgid "Item1"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:96
-#, fuzzy
-msgid "The setting for item 1."
-msgstr "     /           Nach Objekt suchen"
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:103
-msgid "Item2"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:105
-#, fuzzy
-msgid "The setting for item 2"
-msgstr "     /           Nach Objekt suchen"
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:21
-msgid "CTools example relcontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:28
-msgid "Relcontext content type - works with relcontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:29
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:16
-#, fuzzy
-msgid "Relcontext"
-msgstr "Kontext"
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:55
-msgid ""
-"\n"
-"    This is a block of data created by the Relcontent content type.\n"
-"    Data in the block may be assembled from static text (like this) or from the\n"
-"    content type settings form ($conf) for the content type, or from the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:87
-#, fuzzy
-msgid "Config Item 1 (relcontext)"
-msgstr "Menüpunkt hinzufügen"
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:89
-#, fuzzy
-msgid "Setting for relcontext."
-msgstr "Setze Dateitype für @E auf %N.\n"
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:23
-#, fuzzy
-msgid "Simplecontext content type"
-msgstr "Inhaltstyp hinzufügen"
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:32
-msgid "Simplecontext content type - works with a simplecontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:82
-msgid ""
-"\n"
-"    This is a block of data created by the Simplecontext content type.\n"
-"    Data in the block may be assembled from static text (like this) or from the\n"
-"    content type settings form ($conf) for the content type, or from the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:111
-msgid "Config Item 1 for simplecontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:113
-#, fuzzy
-msgid "The stuff for item 1."
-msgstr "     /           Nach Objekt suchen"
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:17
-#, fuzzy
-msgid "A relcontext object."
-msgstr "Ein Beitragsobjekt."
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:53
-#, fuzzy
-msgid "Relcontext context from simplecontext"
-msgstr "Fügt ein Profil aus dem Benutzer-Kontext hinzu"
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:77
-#, fuzzy
-msgid "Relcontext setting"
-msgstr "Richte %s ein (%s) ...\n"
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:79
-#, fuzzy
-msgid "Just an example setting."
-msgstr "Standard Kommentar-Einstellungen"
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:17
-msgid "A single \"simplecontext\" context, or data element."
-msgstr ""
-
-# English is missing "for this context"
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:25
-#, fuzzy
-msgid "Enter some data to represent this \"simplecontext\"."
-msgstr "Die Beitragstyp für diesen Kontext eingeben."
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:58
-#, fuzzy
-msgid "Simplecontext context from config"
-msgstr "Fügt ein Profil aus dem Benutzer-Kontext hinzu"
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:87
-#, fuzzy
-msgid "Setting for simplecontext"
-msgstr "Setze Dateitype für @E auf %N.\n"
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:89
-msgid "An example setting that could be used to configure a context"
-msgstr ""
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:19
-#, fuzzy
-msgid "Relcontext from simplecontext"
-msgstr "Entfernen von @buddylist"
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:21
-#, fuzzy
-msgid "Adds a relcontext from existing simplecontext."
-msgstr "Fügt ein übergeordnetes Buch aus einem Beitragskontext hinzu."
-
-#: includes/ajax.inc:137
-#: page_manager/page_manager.admin.inc:927
-#, fuzzy
-msgid "Error"
-msgstr "Fehler"
-
-#: includes/ajax.inc:138
-msgid "Server reports invalid input error."
-msgstr "Der Server hat eine ungültige Eingabe festgestellt."
-
-#: includes/content.inc:337
-msgid "@type:@subtype will not display due to missing context"
-msgstr "@type:@subtype wird wegen fehlendem Kontext nicht angezeigt"
-
-#: includes/content.inc:422
-msgid "No info"
-msgstr "Keine Infos"
-
-#: includes/content.inc:423
-msgid "No info available."
-msgstr "Keine Information verfügbar."
-
-#: includes/content.inc:454
-msgid "Override title"
-msgstr "Titel überschreiben"
-
-#: includes/content.inc:473
-msgid "You may use %keywords from contexts, as well as %title to contain the original title."
-msgstr "%keywords von Kontexten sowie der originale Titel %title können verwendet werden."
-
-#: includes/content.inc:544
-#: page_manager/page_manager.admin.inc:578
-#, fuzzy
-msgid "Configure"
-msgstr "Konfigurieren"
-
-#: includes/content.inc:547
-msgid "Configure new !subtype_title"
-msgstr "Neuen !subtype_title konfigurieren"
-
-#: includes/content.inc:550
-msgid "Configure !subtype_title"
-msgstr "!subtype_title konfigurieren"
-
-#: includes/content.menu.inc:45
-#: plugins/content_types/node_context/node_author.inc:36
-#: plugins/contexts/user.inc:49
-#, fuzzy
-msgid "Anonymous"
-msgstr "anonym"
-
-#: includes/content.menu.inc:46
-msgid "by @user"
-msgstr "von @user"
-
-#: includes/context-access-admin.inc:159
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: includes/context-access-admin.inc:165
-msgid "All criteria must pass."
-msgstr "Alle Kriterien müssen richtig sein."
-
-#: includes/context-access-admin.inc:166
-msgid "Only one criteria must pass."
-msgstr "Ein Kriterium muss richtig sein."
-
-#: includes/context-access-admin.inc:174;405
-#: includes/context-admin.inc:622;701;772;883
-#: page_manager/page_manager.admin.inc:1177
-#, fuzzy
-msgid "Save"
-msgstr "Speichern"
-
-#: includes/context-access-admin.inc:198
-#, fuzzy
-msgid "Broken/missing access plugin %plugin"
-msgstr "Interner Fehler: beschädigtes Plugin."
-
-#: includes/context-access-admin.inc:205
-#: includes/context-admin.inc:342
-msgid "Configure settings for this item."
-msgstr "Einstellungen für diesen Eintrag konfigurieren."
-
-#: includes/context-access-admin.inc:206
-#: includes/context-admin.inc:338
-msgid "Remove this item."
-msgstr "Dieses Element entfernen"
-
-#: includes/context-access-admin.inc:214
-#: includes/context-admin.inc:850
-#: page_manager/page_manager.admin.inc:90;267;1316
-#: page_manager/plugins/tasks/page.admin.inc:654
-#: plugins/content_types/custom/custom.inc:113
-#: plugins/content_types/search/search_result.inc:117;155
-#, fuzzy
-msgid "Title"
-msgstr "Titel"
-
-#: includes/context-access-admin.inc:215
-msgid "Description"
-msgstr "Beschreibung"
-
-#: includes/context-access-admin.inc:220
-msgid "No criteria selected, this test will pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:278;346;457
-#, fuzzy
-msgid "Missing callback hooks."
-msgstr "Client Callback-Fehler"
-
-#: includes/context-access-admin.inc:303
-msgid "Add criteria"
-msgstr "Kriterium hinzufügen"
-
-#: includes/context-access-admin.inc:367
-msgid "Edit criteria"
-msgstr "Kriterium bearbeiten"
-
-#: includes/context-admin.inc:26
-#: page_manager/plugins/tasks/page.inc:158
-#: views_content/plugins/content_types/views.inc:360
-#, fuzzy
-msgid "Arguments"
-msgstr "Argumente"
-
-#: includes/context-admin.inc:27;858
-msgid "argument"
-msgstr "Argument"
-
-#: includes/context-admin.inc:29
-msgid "Add argument"
-msgstr "Argument hinzufügen"
-
-#: includes/context-admin.inc:37
-msgid "Relationships"
-msgstr "Beziehungen"
-
-#: includes/context-admin.inc:38;748
-msgid "relationship"
-msgstr "Beziehung"
-
-#: includes/context-admin.inc:40
-msgid "Add relationship"
-msgstr "Beziehung hinzufügen"
-
-#: includes/context-admin.inc:48
-msgid "Contexts"
-msgstr "Kontexte"
-
-#: includes/context-admin.inc:49;598
-msgid "context"
-msgstr "Kontext"
-
-#: includes/context-admin.inc:51
-msgid "Add context"
-msgstr "Kontext hinzufügen"
-
-#: includes/context-admin.inc:59
-msgid "Required contexts"
-msgstr "Erforderliche Kontexte"
-
-# English: uppercase first
-#: includes/context-admin.inc:60;686
-msgid "required context"
-msgstr "Erforderlicher Kontext"
-
-#: includes/context-admin.inc:62
-msgid "Add required context"
-msgstr "Erforderlichen Kontext hinzufügen"
-
-#: includes/context-admin.inc:365;493;931
-#: page_manager/plugins/tasks/page.admin.inc:952
-#, fuzzy
-msgid "Invalid object name."
-msgstr "Ungültiger Objektname."
-
-#: includes/context-admin.inc:412
-msgid "Add @type \"@context\""
-msgstr "@type „@context“ hinzufügen"
-
-#: includes/context-admin.inc:511
-msgid "Invalid context type"
-msgstr "Ungültiger Kontexttyp."
-
-#: includes/context-admin.inc:530
-msgid "Edit @type \"@context\""
-msgstr "@type „@context“ bearbeiten"
-
-#: includes/context-admin.inc:597;685;747;857
-#: plugins/content_types/node_context/node_links.inc:93
-#, fuzzy
-msgid "Identifier"
-msgstr "Bezeichner"
-
-#: includes/context-admin.inc:598;686;748;858
-msgid "Enter a name to identify this !type on administrative screens."
-msgstr "Einen Namen eingeben, um diese(s) !type auf administrativen Seiten zu identifizieren."
-
-#: includes/context-admin.inc:604;692;754;864
-#: plugins/content_types/custom/custom.inc:147
-#, fuzzy
-msgid "Keyword"
-msgstr "Schlüsselwort"
-
-#: includes/context-admin.inc:605;693;755;865
-msgid "Enter a keyword to use for substitution in titles."
-msgstr "Platzhalter zur Ersetzung in Titeln eingeben."
-
-#: includes/context-admin.inc:839
-#: includes/export.inc:191;275
-#: page_manager/page_manager.module:500;515
-#: page_manager/plugins/tasks/page.inc:217
-#: plugins/content_types/search/search_form.inc:117
-#: views_content/plugins/content_types/views.inc:432
-#, fuzzy
-msgid "Default"
-msgstr "Standard"
-
-#: includes/context-admin.inc:841
-msgid "Ignore it; content that requires this context will not be available."
-msgstr "Ignorieren; Inhalt, der diesen Kontext erfordert, ist nicht verfügbar."
-
-#: includes/context-admin.inc:842
-msgid "Display page not found or display nothing at all."
-msgstr ""
-
-#: includes/context-admin.inc:845
-msgid "If the argument is missing or is not valid, select how this should behave."
-msgstr "Bestimmt das Verhalten, falls das Argument fehlt oder nicht gültig ist."
-
-#: includes/context-admin.inc:852
-#, fuzzy
-msgid "Enter a title to use when this argument is present. You may use %KEYWORD substitution, where the keyword is specified below."
-msgstr "Titel der verwendet wird, wenn das Argument vorhanden ist. %KEYWORD Ersetzung kann verwendet werden, sofern ein Platzhalter durch den Administrator definiert wurde."
-
-#: includes/context-admin.inc:942
-#, fuzzy
-msgid "Unable to delete missing item!"
-msgstr "Konnte fehlende Pakete nicht korrigieren."
-
-#: includes/context-task-handler.inc:118
-msgid "Edit @type"
-msgstr "@type bearbeiten"
-
-#: includes/context-task-handler.inc:308
-msgid "If there is more than one variant on a page, when the page is visited each variant is given an opportunity to be displayed. Starting from the first variant and working to the last, each one tests to see if its selection rules will pass. The first variant that its criteria (as specified below) will be used."
-msgstr ""
-
-#: includes/context-task-handler.inc:356
-msgid "Summary of contexts"
-msgstr "Zusammenfassung von Kontexten"
-
-#: includes/context.inc:49
-msgid "Unknown context"
-msgstr "Unbekannter Kontext"
-
-#: includes/context.inc:195;196;400
-#: page_manager/plugins/tasks/page.admin.inc:1120;1140
-#, fuzzy
-msgid "No context"
-msgstr "Kein Kontext"
-
-#: includes/context.inc:311;418
-msgid "Context %count"
-msgstr "Kontext %count"
-
-#: includes/context.inc:311;418
-msgid "Context"
-msgstr "Kontext"
-
-#: includes/context.inc:425
-msgid "Please choose which context and how you would like it converted."
-msgstr ""
-
-#: includes/context.inc:1233
-msgid "@identifier (@keyword)"
-msgstr "@identifier (@keyword)"
-
-#: includes/context.inc:1297
-msgid "Logged in user"
-msgstr "Angemeldeter Benutzer"
-
-# context sensitive string
-#: includes/context.inc:1335
-#, fuzzy
-msgid ", and "
-msgstr ", und"
-
-# context sensitive
-#: includes/context.inc:1335
-#, fuzzy
-msgid ", or "
-msgstr ", oder"
-
-#: includes/context.theme.inc:80
-#: page_manager/plugins/tasks/page.admin.inc:696
-#: page_manager/theme/page_manager.theme.inc:103
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:196
-#, fuzzy
-msgid "Weight"
-msgstr "Reihenfolge"
-
-#: includes/context.theme.inc:82
-#: plugins/access/node_access.inc:33
-#, fuzzy
-msgid "Operation"
-msgstr "Operation"
-
-#: includes/context.theme.inc:131;237
-#, fuzzy
-msgid "Built in context"
-msgstr "Integrierte Oberfläche"
-
-#: includes/context.theme.inc:134;158;181;201;240;259;275;290
-msgid "Keyword: %@keyword"
-msgstr "Schlüsselwort: %@keyword"
-
-#: includes/context.theme.inc:136;161;183;203
-msgid "@keyword --&gt; @title"
-msgstr "@keyword --&gt; @title"
-
-#: includes/context.theme.inc:155;256
-msgid "Argument @count"
-msgstr "Argument @count"
-
-#: includes/context.theme.inc:178;272
-msgid "Context @count"
-msgstr "Kontext @count"
-
-#: includes/context.theme.inc:198;287
-msgid "From \"@title\""
-msgstr "Von „@title“"
-
-#: includes/css.inc:162
-msgid "Unable to create CTools CSS cache directory. Check the permissions on your files directory."
-msgstr ""
-
-#: includes/export.inc:146
-#: page_manager/page_manager.module:366
-#: page_manager/plugins/tasks/page.admin.inc:1456
-#, fuzzy
-msgid "Normal"
-msgstr "Normal"
-
-#: includes/export.inc:184
-#: page_manager/page_manager.admin.inc:1473
-#: page_manager/page_manager.module:509
-#: page_manager/plugins/tasks/page.admin.inc:1485;1499;1510
-#, fuzzy
-msgid "Overridden"
-msgstr "Übersschrieben"
-
-#: includes/export.inc:608
-#: page_manager/page_manager.module:636
-#, fuzzy
-msgid "Local"
-msgstr "Lokal"
-
-#: includes/form.inc:303
-msgid "Validation error, please try again. If this error persists, please contact the site administrator."
-msgstr "Bei der Gültigkeitsüberprüfung ist ein Fehler aufgetreten, bitte erneut versuchen. Falls der Fehler fortbesteht, wenden Sie sich bitte an den Administrator der Website."
-
-#: includes/menu.inc:58
-msgid "Home"
-msgstr "Startseite"
-
-#: includes/modal.inc:52
-msgid "Close Window"
-msgstr "Fenster schließen"
-
-#: includes/modal.inc:53;53
-msgid "Close window"
-msgstr "Fenster schließen"
-
-#: includes/modal.inc:54
-#: js/modal.js:0;0
-#, fuzzy
-msgid "Loading..."
-msgstr "Laden..."
-
-#: includes/modal.inc:54
-msgid "Loading"
-msgstr "Laden"
-
-#: includes/wizard.inc:373
-msgid "Continue"
-msgstr "Fortfahren"
-
-#: includes/wizard.inc:374
-msgid "Back"
-msgstr "Zurück"
-
-#: includes/wizard.inc:375
-msgid "Update and return"
-msgstr "Aktualisieren und Zurück"
-
-#: includes/wizard.inc:376
-msgid "Finish"
-msgstr "Abschließen"
-
-#: includes/wizard.inc:377
-#: page_manager/page_manager.admin.inc:1183
-#, fuzzy
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: page_manager/page_manager.admin.inc:25
-msgid "See the getting started guide for more information."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:40
-msgid "This page is currently locked for editing by you. Nobody else may edit this page until these changes are saved or canceled."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:44
-msgid "This page is currently locked for editing by another user. You may not edit this page without breaking the lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:52;297
-#, fuzzy
-msgid "Reset"
-msgstr "Zurücksetzen"
-
-#: page_manager/page_manager.admin.inc:88;238;270
-#: page_manager/plugins/tasks/page.admin.inc:642
-#, fuzzy
-msgid "Type"
-msgstr "Typ"
-
-#: page_manager/page_manager.admin.inc:89;268
-#, fuzzy
-msgid "Name"
-msgstr "Name"
-
-#: page_manager/page_manager.admin.inc:91;269
-#: page_manager/plugins/tasks/page.admin.inc:399;1244;1370
-#: page_manager/plugins/tasks/page.inc:647
-#: page_manager/plugins/tasks/term_view.inc:258
-#: plugins/content_types/search/search_form.inc:115
-#, fuzzy
-msgid "Path"
-msgstr "Pfad"
-
-#: page_manager/page_manager.admin.inc:92;245;271
-#: page_manager/plugins/tasks/page.inc:46;592
-#, fuzzy
-msgid "Storage"
-msgstr "Speicherort"
-
-#: page_manager/page_manager.admin.inc:95
-#: page_manager/plugins/tasks/page.admin.inc:909
-#, fuzzy
-msgid "Operations"
-msgstr "Operationen"
-
-#: page_manager/page_manager.admin.inc:163
-#: page_manager/plugins/tasks/search.inc:213
-#, fuzzy
-msgid "System"
-msgstr "System"
-
-#: page_manager/page_manager.admin.inc:171
-#: page_manager/plugins/tasks/page.inc:217
-#: page_manager/plugins/tasks/search.inc:215
-#, fuzzy
-msgid "In code"
-msgstr "Im Code"
-
-#: page_manager/page_manager.admin.inc:189
-#: page_manager/page_manager.module:79
-#: page_manager/plugins/tasks/page.inc:623;665;701
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:120
-#, fuzzy
-msgid "Edit"
-msgstr "Bearbeiten"
-
-#: page_manager/page_manager.admin.inc:197;523;529;708;713
-#: page_manager/plugins/tasks/page.inc:598
-#, fuzzy
-msgid "Enable"
-msgstr "Aktivieren"
-
-#: page_manager/page_manager.admin.inc:203;536;542;719;724
-#: page_manager/plugins/tasks/page.inc:602
-#, fuzzy
-msgid "Disable"
-msgstr "Deaktivieren"
-
-#: page_manager/page_manager.admin.inc:234
-#, fuzzy
-msgid "<All>"
-msgstr "<Alle>"
-
-#: page_manager/page_manager.admin.inc:252;253
-#: page_manager/plugins/tasks/page.inc:603
-#, fuzzy
-msgid "Enabled"
-msgstr "Aktiviert"
-
-#: page_manager/page_manager.admin.inc:253
-#: page_manager/plugins/tasks/page.inc:599
-#, fuzzy
-msgid "Disabled"
-msgstr "Deaktiviert"
-
-#: page_manager/page_manager.admin.inc:259
-#: page_manager/plugins/tasks/search.inc:25
-#, fuzzy
-msgid "Search"
-msgstr "Suchen"
-
-#: page_manager/page_manager.admin.inc:264
-#, fuzzy
-msgid "Sort by"
-msgstr "Sortieren nach"
-
-#: page_manager/page_manager.admin.inc:266
-#, fuzzy
-msgid "Enabled, title"
-msgstr "Aktiviert, Titel"
-
-#: page_manager/page_manager.admin.inc:278
-#, fuzzy
-msgid "Order"
-msgstr "Reihenfolge"
-
-#: page_manager/page_manager.admin.inc:280
-#, fuzzy
-msgid "Up"
-msgstr "nach oben"
-
-#: page_manager/page_manager.admin.inc:281
-#, fuzzy
-msgid "Down"
-msgstr "Herunter"
-
-#: page_manager/page_manager.admin.inc:290
-#, fuzzy
-msgid "Apply"
-msgstr "Übernehmen"
-
-#: page_manager/page_manager.admin.inc:470;662
-#, fuzzy
-msgid "Summary"
-msgstr "Übersicht"
-
-#: page_manager/page_manager.admin.inc:471
-#, fuzzy
-msgid "Get a summary of the information about this page."
-msgstr "Eine Zusammenfassung der Information über diese Seite anzeigen."
-
-#: page_manager/page_manager.admin.inc:524
-#, fuzzy
-msgid "Activate this page so that it will be in use in your system."
-msgstr "Diese Seite aktivieren, damit diese im System verwendet wird."
-
-#: page_manager/page_manager.admin.inc:537
-#, fuzzy
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr "Diese Seite deaktivieren. Die Daten werden behalten, aber die Seite wird auf dem System nicht mehr verwendet."
-
-#: page_manager/page_manager.admin.inc:548
-#, fuzzy
-msgid "Add variant"
-msgstr "Variante hinzufügen"
-
-#: page_manager/page_manager.admin.inc:549
-#, fuzzy
-msgid "Add a new variant to this page."
-msgstr "Eine neue Variante zu dieser Seite hinzufügen."
-
-#: page_manager/page_manager.admin.inc:554;587
-#, fuzzy
-msgid "Create variant"
-msgstr "Variante erstellen"
-
-#: page_manager/page_manager.admin.inc:559
-#, fuzzy
-msgid "Import variant"
-msgstr "Variante importieren"
-
-#: page_manager/page_manager.admin.inc:560
-#, fuzzy
-msgid "Add a new variant to this page from code exported from another page."
-msgstr "Aus exportiertem Code einer anderen Seite, eine neue Variante zu dieser Seite hinzufügen."
-
-#: page_manager/page_manager.admin.inc:566
-#, fuzzy
-msgid "Reorder variants"
-msgstr "Varianten neu sortieren"
-
-#: page_manager/page_manager.admin.inc:568
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:579
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:606;611
-#, fuzzy
-msgid "Break lock"
-msgstr "Sperre aufheben"
-
-#: page_manager/page_manager.admin.inc:607
-#, fuzzy
-msgid "Break the lock on this page so that you can edit it."
-msgstr "Die Sperre auf diese Seite aufheben, damit diese bearbeitet werden kann."
-
-#: page_manager/page_manager.admin.inc:630
-#, fuzzy
-msgid "Variants"
-msgstr "Varianten"
-
-#: page_manager/page_manager.admin.inc:655
-#, fuzzy
-msgid "Variant operations"
-msgstr "Varianten-Operationen"
-
-#: page_manager/page_manager.admin.inc:663
-#, fuzzy
-msgid "Get a summary of the information about this variant."
-msgstr "Eine Zusammenfassung der Information über diese Variante anzeigen."
-
-#: page_manager/page_manager.admin.inc:677
-#: page_manager/plugins/tasks/page.admin.inc:1384
-#: page_manager/plugins/tasks/page.inc:178
-#, fuzzy
-msgid "Clone"
-msgstr "Duplizieren"
-
-#: page_manager/page_manager.admin.inc:678
-#, fuzzy
-msgid "Make an exact copy of this variant."
-msgstr "Eine genaue Kopie dieser Variante erstellen."
-
-#: page_manager/page_manager.admin.inc:683
-#, fuzzy
-msgid "Export this variant into code to import into another page."
-msgstr "Diese Variante in Code exportieren, damit diese in eine andere Seite importiert werden kann."
-
-#: page_manager/page_manager.admin.inc:688;692
-#: page_manager/plugins/tasks/page.admin.inc:1499
-#: page_manager/plugins/tasks/page.inc:189
-#, fuzzy
-msgid "Revert"
-msgstr "Zurücksetzen"
-
-#: page_manager/page_manager.admin.inc:689
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:698;702
-#: page_manager/plugins/tasks/page.admin.inc:1499
-#: page_manager/plugins/tasks/page.inc:196
-#: plugins/access/node_access.inc:38
-#, fuzzy
-msgid "Delete"
-msgstr "Löschen"
-
-#: page_manager/page_manager.admin.inc:699
-#, fuzzy
-msgid "Remove this variant from the page completely."
-msgstr "Diese Variante vollständig aus der Seite entfernen."
-
-#: page_manager/page_manager.admin.inc:709
-#, fuzzy
-msgid "Activate this variant so that it will be in use in your system."
-msgstr "Diese Seite aktivieren, damit diese im System verwendet wird."
-
-#: page_manager/page_manager.admin.inc:720
-#, fuzzy
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr "Diese Seite deaktivieren. Die Daten werden behalten, aber die Seite wird auf dem System nicht mehr verwendet."
-
-#: page_manager/page_manager.admin.inc:732
-#, fuzzy
-msgid "No variants"
-msgstr "Keine Varianten"
-
-#: page_manager/page_manager.admin.inc:814
-#: plugins/access/node_access.inc:37
-#, fuzzy
-msgid "Update"
-msgstr "Aktualisieren"
-
-#: page_manager/page_manager.admin.inc:928
-#, fuzzy
-msgid "This operation trail does not exist."
-msgstr "Die angegebene ID ist in der Datenbank nicht vorhanden."
-
-#: page_manager/page_manager.admin.inc:945
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:962
-#, fuzzy
-msgid "Unable to update changes due to lock."
-msgstr "Die Änderungen konnten aufgrund einer Sperre nicht aktualisiert werden."
-
-#: page_manager/page_manager.admin.inc:1112
-#, fuzzy
-msgid "This setting contains unsaved changes."
-msgstr "Diese Einstellung enthält nicht gespeicherte Änderungen."
-
-#: page_manager/page_manager.admin.inc:1170
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1201
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1252
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1317
-#, fuzzy
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr "Administrativer Titel dieser Variante. Solllte dieser leer gelassen werden, wird er automatisch zugewiesen."
-
-#: page_manager/page_manager.admin.inc:1322
-#, fuzzy
-msgid "Variant type"
-msgstr "Variantentyp"
-
-#: page_manager/page_manager.admin.inc:1331
-#, fuzzy
-msgid "Optional features"
-msgstr "Optionale Funktionen"
-
-#: page_manager/page_manager.admin.inc:1333
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1361;1516
-#, fuzzy
-msgid "Variant name"
-msgstr "Varianten-Name"
-
-#: page_manager/page_manager.admin.inc:1362;1517
-#, fuzzy
-msgid "Enter the name of the new variant."
-msgstr "Den Namen einer neuen Variante eingeben."
-
-#: page_manager/page_manager.admin.inc:1367
-#, fuzzy
-msgid "Paste variant code here"
-msgstr "Varianten-Code hier einfügen"
-
-#: page_manager/page_manager.admin.inc:1383
-#, fuzzy
-msgid "No variant found."
-msgstr "Keine Variante gefunden"
-
-#: page_manager/page_manager.admin.inc:1386
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1474
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1477
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1543
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1562
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1594
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1606
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1614
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1641
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1699
-msgid "This page has no variants and thus no output of its own."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1704
-#, fuzzy
-msgid "Add a new variant"
-msgstr "Neue Variante hinzufügen"
-
-#: page_manager/page_manager.admin.inc:1722
-#, fuzzy
-msgid "Unable to disable due to lock."
-msgstr "Konnte wegen Sperre nicht deaktiviert werden."
-
-#: page_manager/page_manager.admin.inc:1725
-#, fuzzy
-msgid "Unable to enable due to lock."
-msgstr "Konnte wegen Sperre nicht aktiviert werden."
-
-#: page_manager/page_manager.module:42
-#, fuzzy
-msgid "use page manager"
-msgstr "Seiten-Manager verwenden"
-
-#: page_manager/page_manager.module:42
-#, fuzzy
-msgid "administer page manager"
-msgstr "Seiten-Manager verwalten"
-
-#: page_manager/page_manager.module:66
-#, fuzzy
-msgid "Pages"
-msgstr "Seiten"
-
-#: page_manager/page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr ""
-
-#: page_manager/page_manager.module:72
-#, fuzzy
-msgid "List"
-msgstr "Alle anzeigen"
-
-#: page_manager/page_manager.install:222
-#, fuzzy
-msgid "Panel"
-msgstr "Panel"
-
-#: page_manager/page_manager.info:0
-#, fuzzy
-msgid "Page manager"
-msgstr "Seiten-Manager"
-
-#: page_manager/page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:17;18
-#, fuzzy
-msgid "All blogs"
-msgstr "Alle Blogs"
-
-#: page_manager/plugins/tasks/blog.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the all blogs at <em>/blog</em>. If no variant is selected, the default Drupal most recent blog posts will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:56
-msgid "Page manager module is unable to enable blog because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:16;17
-#, fuzzy
-msgid "User blog"
-msgstr "Weblog von @name"
-
-#: page_manager/plugins/tasks/blog_user.inc:18
-msgid "When enabled, this overrides the default Drupal behavior for displaying user blogs at <em>blog/%user</em>. If no variant is selected, the default Drupal user blog will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:59
-msgid "Page manager module is unable to enable blog/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:109
-#: page_manager/plugins/tasks/contact_user.inc:105
-#: page_manager/plugins/tasks/user_view.inc:97
-#, fuzzy
-msgid "User being viewed"
-msgstr "Alle Aktivitäten eines Benutzers anzeigen"
-
-#: page_manager/plugins/tasks/contact_site.inc:17;18
-#, fuzzy
-msgid "Site contact page"
-msgstr "Die Kontaktseite des Senders."
-
-#: page_manager/plugins/tasks/contact_site.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the site contact page at <em>/contact</em>. If no variant is selected, the default Drupal contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:56
-msgid "Page manager module is unable to enable contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:12;13
-#, fuzzy
-msgid "User contact"
-msgstr "benutzer/[user-raw]/kontakt"
-
-#: page_manager/plugins/tasks/contact_user.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying the user contact form at <em>user/%user/contact</em>. If no variant is selected, the default Drupal user contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:55
-msgid "Page manager module is unable to enable user/%user/contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:13;14
-#, fuzzy
-msgid "Node add/edit form"
-msgstr "Beitragsbearbeitungsformular"
-
-#: page_manager/plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:129
-#, fuzzy
-msgid "Create @name"
-msgstr "@name erstellen"
-
-#: page_manager/plugins/tasks/node_edit.inc:143
-#, fuzzy
-msgid "Node being edited"
-msgstr "Zur Bearbeitung geöffnete Dateien"
-
-#: page_manager/plugins/tasks/node_view.inc:22;24
-#, fuzzy
-msgid "Node template"
-msgstr "Beitragsvorlage"
-
-#: page_manager/plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:118
-#, fuzzy
-msgid "Node being viewed"
-msgstr "Kommentar wird angezeigt"
-
-#: page_manager/plugins/tasks/page.admin.inc:201;279
-#, fuzzy
-msgid "Basic settings"
-msgstr "Basiseinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:202;974;982
-#, fuzzy
-msgid "Argument settings"
-msgstr "Argumenteinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:203;439
-#, fuzzy
-msgid "Access control"
-msgstr "Zugriffskontrolle"
-
-#: page_manager/plugins/tasks/page.admin.inc:204
-#, fuzzy
-msgid "Menu settings"
-msgstr "Menüeinstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:280
-#, fuzzy
-msgid "A meaningless second page"
-msgstr "!a Kommentare pro Seite"
-
-#: page_manager/plugins/tasks/page.admin.inc:372;1362
-#: plugins/content_types/custom/custom.inc:106
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:166
-#, fuzzy
-msgid "Administrative title"
-msgstr "Administrativer Titel"
-
-#: page_manager/plugins/tasks/page.admin.inc:373;1363
-#, fuzzy
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr "Der Titel von dieser Seite. Dieser wird zur leichteren Identifizierung in der Verwaltungsoberfläche angezeigt."
-
-#: page_manager/plugins/tasks/page.admin.inc:379
-#, fuzzy
-msgid "Machine name"
-msgstr "Maschinenlesbarer Name"
-
-#: page_manager/plugins/tasks/page.admin.inc:380
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:391
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:176;186
-#, fuzzy
-msgid "Administrative description"
-msgstr "Administrative Beschreibung"
-
-#: page_manager/plugins/tasks/page.admin.inc:392
-#, fuzzy
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr "Einen Namen eingeben, um diese(s) !type auf administrativen Seiten zu identifizieren."
-
-#: page_manager/plugins/tasks/page.admin.inc:400
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:422
-#, fuzzy
-msgid "Make this your site home page."
-msgstr "Dies ist die Startseite der Website."
-
-#: page_manager/plugins/tasks/page.admin.inc:423
-msgid "To set this panel as your home page you must create a unique path name with no % placeholders in the path. The current site home page is set to %homepage."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:428
-msgid "This page is currently set to be your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:440
-#, fuzzy
-msgid "Visible menu item"
-msgstr "Sichtbarer Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:461
-#, fuzzy
-msgid "Name is required."
-msgstr "Der Name ist erforderlich."
-
-#: page_manager/plugins/tasks/page.admin.inc:468
-#, fuzzy
-msgid "That name is used by another page: @page"
-msgstr "Der maschinenlesbare Name %name wird schon von einem anderen Repository verwendet."
-
-#: page_manager/plugins/tasks/page.admin.inc:473
-#, fuzzy
-msgid "Page name must be alphanumeric or underscores only."
-msgstr "Der Seitenname darf nur alphanumerische Zeichen oder Unterstriche enthalten."
-
-#: page_manager/plugins/tasks/page.admin.inc:480
-msgid "That path is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:488
-#, fuzzy
-msgid "Path is required."
-msgstr "Der Pfad ist erforderlich."
-
-#: page_manager/plugins/tasks/page.admin.inc:501
-msgid "You cannot have an unnamed placeholder (% or ! by itself). Please name your placeholder by adding a short piece of descriptive text to the % or !, such as %user or %node."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:506
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:515
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:526
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:534
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:539
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:547
-#, fuzzy
-msgid "Duplicated argument %arg"
-msgstr "Doppeltes Argument %arg"
-
-#: page_manager/plugins/tasks/page.admin.inc:552
-#, fuzzy
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr "Ungültiges Argument <em>%</em>. Alle Argumente müssen mit Schlüsselwörtern benannt sein."
-
-#: page_manager/plugins/tasks/page.admin.inc:645
-#: page_manager/plugins/tasks/page.inc:698
-#: page_manager/plugins/tasks/term_view.inc:269
-#, fuzzy
-msgid "No menu entry"
-msgstr "Kein Menüeintrag"
-
-#: page_manager/plugins/tasks/page.admin.inc:646
-#, fuzzy
-msgid "Normal menu entry"
-msgstr "Normaler Menüeintrag"
-
-#: page_manager/plugins/tasks/page.admin.inc:647;709
-#, fuzzy
-msgid "Menu tab"
-msgstr "Menü als Karteireiter"
-
-#: page_manager/plugins/tasks/page.admin.inc:648
-#, fuzzy
-msgid "Default menu tab"
-msgstr "Standard-Menü als Karteireiter"
-
-#: page_manager/plugins/tasks/page.admin.inc:657
-#, fuzzy
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr "Den zu verwendenden Text für den Menüpunkt eingeben, wenn dieser auf Normal oder Reiter eingestellt wird."
-
-#: page_manager/plugins/tasks/page.admin.inc:667
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:677
-#: page_manager/plugins/tasks/page.inc:172;703
-#: page_manager/plugins/tasks/term_view.inc:272
-#, fuzzy
-msgid "Menu"
-msgstr "Menü"
-
-#: page_manager/plugins/tasks/page.admin.inc:681;731
-#, fuzzy
-msgid "Insert item into an available menu."
-msgstr "Menüeintrag in ein vorhandenes Menü eintragen."
-
-#: page_manager/plugins/tasks/page.admin.inc:692
-msgid "Menu selection requires the activation of menu module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:699
-#, fuzzy
-msgid "The lower the weight the higher/further left it will appear."
-msgstr "Je niedriger die Reihenfolge, umso höher bzw. weiter links wird es erscheinen."
-
-#: page_manager/plugins/tasks/page.admin.inc:707
-#, fuzzy
-msgid "Parent menu item"
-msgstr "Übergeordneter Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-#, fuzzy
-msgid "Already exists"
-msgstr "Schon vorhanden"
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-#, fuzzy
-msgid "Normal menu item"
-msgstr "Normaler Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:711
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:716
-#, fuzzy
-msgid "Parent item title"
-msgstr "Titel des übergeordneten Menüpunktes"
-
-#: page_manager/plugins/tasks/page.admin.inc:719
-#, fuzzy
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr "Einen Titel für den Menüpunkt eingeben, wenn ein übergeordneter Menüpunkt erstellt wird."
-
-#: page_manager/plugins/tasks/page.admin.inc:727
-#, fuzzy
-msgid "Parent item menu"
-msgstr "Übergeordneter Menüpunkt"
-
-#: page_manager/plugins/tasks/page.admin.inc:744
-#, fuzzy
-msgid "Tab weight"
-msgstr "Karteireitergewichtung"
-
-#: page_manager/plugins/tasks/page.admin.inc:748
-#, fuzzy
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr "Die Reihenfolge des Reiters eingeben, wenn der übergeordnete Menüpunkt ein Reiter ist. Umso niedriger die Zahl ist, desto weiter links wird er angezeigt."
-
-#: page_manager/plugins/tasks/page.admin.inc:783
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:852
-#, fuzzy
-msgid "No context assigned"
-msgstr "Kein Kontext zugewiesen"
-
-#: page_manager/plugins/tasks/page.admin.inc:876
-#, fuzzy
-msgid "Change"
-msgstr "Ändern"
-
-#: page_manager/plugins/tasks/page.admin.inc:893
-#: page_manager/plugins/tasks/page.inc:143
-#: page_manager/plugins/tasks/term_view.inc:50;65
-#, fuzzy
-msgid "Settings"
-msgstr "Einstellungen"
-
-#: page_manager/plugins/tasks/page.admin.inc:906
-#, fuzzy
-msgid "Argument"
-msgstr "Argument"
-
-#: page_manager/plugins/tasks/page.admin.inc:907
-#, fuzzy
-msgid "Position in path"
-msgstr "Position im Pfad"
-
-#: page_manager/plugins/tasks/page.admin.inc:908
-#, fuzzy
-msgid "Context assigned"
-msgstr "Kontext wurde zugewiesen"
-
-#: page_manager/plugins/tasks/page.admin.inc:927
-#, fuzzy
-msgid "The path %path has no arguments to configure."
-msgstr "Der Pfad %path enthält keine konfigurierbaren Argumente."
-
-#: page_manager/plugins/tasks/page.admin.inc:961
-#, fuzzy
-msgid "Invalid keyword."
-msgstr "Ungültiges Schlüsselwort."
-
-#: page_manager/plugins/tasks/page.admin.inc:973
-#, fuzzy
-msgid "Change context type"
-msgstr "Kontexttyp ändern."
-
-#: page_manager/plugins/tasks/page.admin.inc:978
-#, fuzzy
-msgid "Change argument"
-msgstr "Argument ändern"
-
-#: page_manager/plugins/tasks/page.admin.inc:1084
-#, fuzzy
-msgid "No context selected"
-msgstr "Kein Kontext ausgewählt"
-
-#: page_manager/plugins/tasks/page.admin.inc:1167
-#, fuzzy
-msgid "Error: missing argument."
-msgstr "Fehler: Fehlendes Argument"
-
-#: page_manager/plugins/tasks/page.admin.inc:1180
-#, fuzzy
-msgid "Context identifier"
-msgstr "Kontext Bezeichner"
-
-#: page_manager/plugins/tasks/page.admin.inc:1181
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1187
-#, fuzzy
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr "Fehler: Fehlendes oder ungültiges Argument-Plugin %argument."
-
-#: page_manager/plugins/tasks/page.admin.inc:1235
-#, fuzzy
-msgid "Import page"
-msgstr "Import-Seite"
-
-#: page_manager/plugins/tasks/page.admin.inc:1238;1356
-#, fuzzy
-msgid "Page name"
-msgstr "Seiten-Name"
-
-#: page_manager/plugins/tasks/page.admin.inc:1239
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1245
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1250
-#, fuzzy
-msgid "Allow overwrite of an existing page"
-msgstr "Überschreiben einer vorhanden Seite zulassen"
-
-#: page_manager/plugins/tasks/page.admin.inc:1251
-#, fuzzy
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr "Sollte der ausgewähle Namen in der Datenbank schon vorhanden sein, kann die vorhandene Seite überschrieben werden."
-
-#: page_manager/plugins/tasks/page.admin.inc:1256
-#, fuzzy
-msgid "Paste page code here"
-msgstr "Seiten-Code hier einfügen"
-
-#: page_manager/plugins/tasks/page.admin.inc:1262
-#, fuzzy
-msgid "Import"
-msgstr "Importieren"
-
-#: page_manager/plugins/tasks/page.admin.inc:1278
-#, fuzzy
-msgid "No handler found."
-msgstr "Nichts gefunden"
-
-#: page_manager/plugins/tasks/page.admin.inc:1280
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1291
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1357
-#, fuzzy
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr "Einen einzigartigen Namen für diese Panel-Ansicht eingeben. Dieser darf nur Buchstaben und Zahlen enthalten."
-
-#: page_manager/plugins/tasks/page.admin.inc:1371
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1377
-#, fuzzy
-msgid "Clone variants"
-msgstr "Varianten duplizieren"
-
-#: page_manager/plugins/tasks/page.admin.inc:1378
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1486
-#, fuzzy
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr "Eine Ansicht zurückzusetzten wird die Ansicht in der Datenbank löschen und auf die Orginalansicht zurücksetzten. Alle vorgenommenen Änderungen gehen verloren und können nicht wiederhergestellt werden."
-
-#: page_manager/plugins/tasks/page.admin.inc:1489
-#, fuzzy
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr "Soll diese Seite wirklich gelöscht werden? Das Löschen einer Seite kann nicht rückgängig gemacht werden."
-
-#: page_manager/plugins/tasks/page.admin.inc:1512
-#, fuzzy
-msgid "The page has been deleted."
-msgstr "Die Seite wurde gelöscht."
-
-#: page_manager/plugins/tasks/page.admin.inc:1516
-#, fuzzy
-msgid "The page has been reverted."
-msgstr "Die Seite wurde zurückgesetzt."
-
-#: page_manager/plugins/tasks/page.inc:22
-#, fuzzy
-msgid "Custom pages"
-msgstr "Benutzerdefinierte Seiten"
-
-#: page_manager/plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:39
-#, fuzzy
-msgid "Create a new page"
-msgstr "Neue Seite erstellen"
-
-#: page_manager/plugins/tasks/page.inc:150
-#: page_manager/plugins/tasks/term_view.inc:68
-#, fuzzy
-msgid "Basic"
-msgstr "Basis"
-
-#: page_manager/plugins/tasks/page.inc:151
-#: page_manager/plugins/tasks/term_view.inc:69
-#, fuzzy
-msgid "Edit name, path and other basic settings for the page."
-msgstr "Den Namen, Pfad und andere Basiseinstellungen für die Seite bearbeiten."
-
-#: page_manager/plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:165;668
-#: page_manager/plugins/tasks/term_view.inc:264
-#, fuzzy
-msgid "Access"
-msgstr "Zugriff"
-
-#: page_manager/plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:167
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:173
-msgid "Provide this page a visible menu or a menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:179
-#, fuzzy
-msgid "Make a copy of this page"
-msgstr "Eine Kopie dieser Seite erstellen"
-
-#: page_manager/plugins/tasks/page.inc:184
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:190
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:197
-msgid "Remove this page from your system completely."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:208
-#: plugins/content_types/custom/custom.inc:26;58
-#: plugins/content_types/node/node.inc:27
-#: plugins/content_types/search/search_form.inc:119
-#, fuzzy
-msgid "Custom"
-msgstr "Benutzerdefiniert"
-
-#: page_manager/plugins/tasks/page.inc:322
-#: page_manager/plugins/tasks/term_view.inc:133
-#: plugins/access/node_access.inc:36
-#, fuzzy
-msgid "View"
-msgstr "Anzeigen"
-
-#: page_manager/plugins/tasks/page.inc:592;607;647;668;703
-#: page_manager/plugins/tasks/term_view.inc:258;264;272;285;298
-#, fuzzy
-msgid "page-summary-label"
-msgstr "page-summary-label"
-
-#: page_manager/plugins/tasks/page.inc:593;608;634;648;669;704
-#: page_manager/plugins/tasks/term_view.inc:259;265;273;286;299
-#, fuzzy
-msgid "page-summary-data"
-msgstr "page-summary-data"
-
-#: page_manager/plugins/tasks/page.inc:594;609;635;649;670;705
-#: page_manager/plugins/tasks/term_view.inc:260;266;274;287;300
-#, fuzzy
-msgid "page-summary-operation"
-msgstr "page-summary-operation"
-
-#: page_manager/plugins/tasks/page.inc:607
-#, fuzzy
-msgid "Status"
-msgstr "Status"
-
-#: page_manager/plugins/tasks/page.inc:626
-#, fuzzy
-msgid "This is your site home page."
-msgstr "Dies ist die Startseite der Website."
-
-#: page_manager/plugins/tasks/page.inc:629
-#, fuzzy
-msgid "This page is set to become your site home page."
-msgstr "Diese Seite ist als Startseite der Website eingestellt."
-
-#: page_manager/plugins/tasks/page.inc:659
-#, fuzzy
-msgid "Accessible only if @conditions."
-msgstr "@type nur überprüfen wenn"
-
-#: page_manager/plugins/tasks/page.inc:662
-#: page_manager/plugins/tasks/term_view.inc:265
-#, fuzzy
-msgid "This page is publicly accessible."
-msgstr "Die Seite ist öffentlich erreichbar."
-
-#: page_manager/plugins/tasks/page.inc:674
-#, fuzzy
-msgid "No menu entry."
-msgstr "Kein Menüpunkt."
-
-#: page_manager/plugins/tasks/page.inc:675
-#, fuzzy
-msgid "Normal menu entry."
-msgstr "Normaler Menüpunkt."
-
-#: page_manager/plugins/tasks/page.inc:676
-#, fuzzy
-msgid "Menu tab."
-msgstr "Menü-Reiter."
-
-#: page_manager/plugins/tasks/page.inc:677
-#, fuzzy
-msgid "Default menu tab."
-msgstr "Standardmäßiger Reiter im Menü."
-
-#: page_manager/plugins/tasks/page.inc:683
-#, fuzzy
-msgid "Title: %title."
-msgstr "Titel: %title."
-
-#: page_manager/plugins/tasks/page.inc:686
-#, fuzzy
-msgid "Parent title: %title."
-msgstr "Übergeordneter Titel: %title."
-
-#: page_manager/plugins/tasks/page.inc:691
-#, fuzzy
-msgid "Menu block: %title."
-msgstr "Menüblock: %title."
-
-#: page_manager/plugins/tasks/poll.inc:17;18
-#, fuzzy
-msgid "All polls"
-msgstr "Frühere Umfragen"
-
-#: page_manager/plugins/tasks/poll.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the polls at <em>/poll</em>. If no variant is selected, the default Drupal most recent polls will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:56
-msgid "Page manager module is unable to enable poll because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:91
-msgid "Page manager module is unable to enable search/@name/%menu_tail because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:155
-#: plugins/content_types/search/search_form.inc:17
-#: plugins/content_types/search/search_result.inc:17
-#, fuzzy
-msgid "Keywords"
-msgstr "Schlüsselwörter"
-
-#: page_manager/plugins/tasks/search.inc:212
-#, fuzzy
-msgid "Search @type"
-msgstr "Suche Typ"
-
-#: page_manager/plugins/tasks/term_view.inc:23;24
-#, fuzzy
-msgid "Taxonomy term template"
-msgstr "Taxonomie-Begriff-Vorlage"
-
-#: page_manager/plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-#, fuzzy
-msgid "Term(s) being viewed"
-msgstr "Kommentar wird angezeigt"
-
-#: page_manager/plugins/tasks/term_view.inc:161
-#, fuzzy
-msgid "Term being viewed"
-msgstr "Kommentar wird angezeigt"
-
-#: page_manager/plugins/tasks/term_view.inc:169
-#, fuzzy
-msgid "Depth"
-msgstr "Tiefe"
-
-#: page_manager/plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-#, fuzzy
-msgid "Single term"
-msgstr "Einzellner Begriff"
-
-#: page_manager/plugins/tasks/term_view.inc:225
-#, fuzzy
-msgid "Multiple terms"
-msgstr "Mehrere Begriffe"
-
-#: page_manager/plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:230
-#: plugins/arguments/terms.inc:54
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:233
-#: plugins/arguments/term.inc:93
-#: plugins/arguments/terms.inc:57
-#, fuzzy
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr "Sobald aktiviert, werden übergeordnete Taxonomie-Begriffe in der Pfadnavigation erscheinen."
-
-#: page_manager/plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:281
-#, fuzzy
-msgid "Only a single term may be used."
-msgstr "Nur ein einzelner Begriff kann verwendet werden."
-
-#: page_manager/plugins/tasks/term_view.inc:285
-#, fuzzy
-msgid "%term"
-msgstr "%term"
-
-#: page_manager/plugins/tasks/term_view.inc:291
-#, fuzzy
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr "Die Pfadnavigation wird die Taxonomie-Begriffs-Hierarchie enthalten"
-
-#: page_manager/plugins/tasks/term_view.inc:294
-#, fuzzy
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr "Die Pfadnavigation wird die Taxonomie-Begriffs-Hierarchie nicht enthalten."
-
-#: page_manager/plugins/tasks/term_view.inc:298
-#: plugins/content_types/page/page_breadcrumb.inc:15
-#, fuzzy
-msgid "Breadcrumb"
-msgstr "Pfadnavigation"
-
-#: page_manager/plugins/tasks/user_view.inc:12;13
-#, fuzzy
-msgid "User profile template"
-msgstr "Benutzer-Profil-Vorlage"
-
-#: page_manager/plugins/tasks/user_view.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:56
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-#, fuzzy
-msgid "Locked"
-msgstr "Gesperrt"
-
-#: page_manager/theme/page_manager.theme.inc:42
-#, fuzzy
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr "An dieser Seite können derzeit keine Änderungen vorgenommen werden, da diese Seite von einem anderen Benutzer bearbeitet wird."
-
-#: page_manager/theme/page_manager.theme.inc:45
-#, fuzzy
-msgid "New"
-msgstr "Neu"
-
-#: page_manager/theme/page_manager.theme.inc:45
-#, fuzzy
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr "Diese Seite wurde neu erstellt und noch nicht in der Datenbank gespeichert. Sie ist nicht verfügbar, solange sie nicht gespeichert wurde."
-
-#: page_manager/theme/page_manager.theme.inc:48
-#, fuzzy
-msgid "Changed"
-msgstr "Geändert"
-
-#: page_manager/theme/page_manager.theme.inc:48
-#, fuzzy
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr "Diese Seite wurde geändert, aber die Änderungen sind noch nicht Live. Während der Änderung dieser Seite, wird diese für die Änderung durch andere Benutzer gesperrt."
-
-#: page_manager/theme/page_manager.theme.inc:98
-#, fuzzy
-msgid "No task handlers are defined for this task."
-msgstr "Dieser Arbeitsablauf hat keine Status."
-
-#: page_manager/theme/page_manager.theme.inc:102
-#, fuzzy
-msgid "Variant"
-msgstr "Variante"
-
-#: page_manager/theme/page_manager.theme.inc:124
-#, fuzzy
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr "Diese Ansicht wird gerade vom Benutzer !user bearbeitet und ist deshalb für die Bearbeitung durch andere gesperrt. Diese Sperre ist !age alt. Hier klicken um <a href=\"!break\">die Sperre aufzuheben</a>."
-
-#: plugins/access/compare_users.inc:14
-msgid "User: compare"
-msgstr "Benutzer: Vergleich"
-
-#: plugins/access/compare_users.inc:15
-msgid "Compare two users (logged-in user and user being viewed, for example)"
-msgstr ""
-
-#: plugins/access/compare_users.inc:23
-msgid "First User"
-msgstr "Erster Benutzer"
-
-#: plugins/access/compare_users.inc:24
-msgid "Second User"
-msgstr "Zweiter Benutzer"
-
-#: plugins/access/compare_users.inc:36
-msgid "Grant access based on comparison of the two user contexts. For example, to grant access to a user to view their own profile, choose \"logged in user\" and \"user being viewed\" and say \"grant access if equal\". When they're the same, access will be granted."
-msgstr ""
-
-#: plugins/access/compare_users.inc:41
-msgid "Grant access if user contexts are"
-msgstr ""
-
-#: plugins/access/compare_users.inc:42
-msgid "Equal"
-msgstr "Gleich"
-
-#: plugins/access/compare_users.inc:42
-msgid "Not equal"
-msgstr "Nicht gleich"
-
-#: plugins/access/compare_users.inc:70
-msgid "@id1 @comp @id2"
-msgstr "@id1 @comp @id2"
-
-#: plugins/access/node_access.inc:14
-msgid "Node: accessible"
-msgstr "Beitrag: Erreichbar"
-
-#: plugins/access/node_access.inc:15
-msgid "Control access with built in Drupal node access test."
-msgstr ""
-
-#: plugins/access/node_access.inc:23
-#: plugins/access/node_language.inc:22
-#: plugins/access/node_type.inc:21
-#: plugins/content_types/node/node.inc:15
-#: plugins/content_types/node_context/node_attachments.inc:13;14
-#: plugins/content_types/node_context/node_author.inc:13;14
-#: plugins/content_types/node_context/node_body.inc:13;14
-#: plugins/content_types/node_context/node_book_nav.inc:14;15
-#: plugins/content_types/node_context/node_comment_form.inc:14;15
-#: plugins/content_types/node_context/node_comments.inc:15;16
-#: plugins/content_types/node_context/node_content.inc:13;14
-#: plugins/content_types/node_context/node_created.inc:13;14
-#: plugins/content_types/node_context/node_links.inc:14;15
-#: plugins/content_types/node_context/node_title.inc:13;14
-#: plugins/content_types/node_context/node_type_desc.inc:13;14
-#: plugins/content_types/node_context/node_updated.inc:13;14
-#: plugins/contexts/node.inc:16
-#: plugins/relationships/book_parent.inc:17
-#: plugins/relationships/term_from_node.inc:17
-#: plugins/relationships/user_from_node.inc:17
-#, fuzzy
-msgid "Node"
-msgstr "Node"
-
-#: plugins/access/node_access.inc:39
-#, fuzzy
-msgid "Create nodes of the same type"
-msgstr "!item_type erstellt"
-
-#: plugins/access/node_access.inc:41
-msgid "Using built in Drupal node access rules, determine if the user can perform the selected operation on the node."
-msgstr ""
-
-#: plugins/access/node_access.inc:78
-msgid "@user can view @node."
-msgstr "@user kann @node sehen."
-
-#: plugins/access/node_access.inc:81
-msgid "@user can edit @node."
-msgstr "@user kann @node bearbeiten."
-
-#: plugins/access/node_access.inc:84
-msgid "@user can delete @node."
-msgstr "@user kann @node löschen."
-
-#: plugins/access/node_access.inc:87
-msgid "@user can create nodes of the same type as @node."
-msgstr "@user kann Beiträge von dem gleichen Typ wie @node erstellen."
-
-#: plugins/access/node_language.inc:15
-msgid "Node: language"
-msgstr "Beitrag: Sprache"
-
-#: plugins/access/node_language.inc:16
-msgid "Control access by node language."
-msgstr "Zugriff mit Beitragssprache kontrollieren."
-
-#: plugins/access/node_language.inc:32;94
-msgid "Current site language"
-msgstr "Aktuelle Website-Sprache"
-
-#: plugins/access/node_language.inc:33;95
-#: plugins/access/site_language.inc:31;69
-msgid "Default site language"
-msgstr "Standardmäßige Website-Sprache"
-
-#: plugins/access/node_language.inc:34;96
-msgid "No language"
-msgstr "Keine Sprache"
-
-#: plugins/access/node_language.inc:38
-#: plugins/access/site_language.inc:35
-msgid "Language"
-msgstr "Sprache"
-
-#: plugins/access/node_language.inc:41
-msgid "Pass only if the node is in one of the selected languages."
-msgstr ""
-
-#: plugins/access/node_language.inc:110
-#, fuzzy
-msgid "@identifier is in any language"
-msgstr "@identifier ist ein beliebiger Beitragstyp"
-
-#: plugins/access/node_language.inc:113
-#, fuzzy
-msgid "@identifier language is \"@languages\""
-msgid_plural "@identifier language is one of \"@languages\""
-msgstr[0] "Der Sprachcode. Verweist auf {languages}.language."
-msgstr[1] ""
-
-#: plugins/access/node_type.inc:14
-msgid "Node: type"
-msgstr "Beitrag: Typ"
-
-# English: node_type bug
-#: plugins/access/node_type.inc:15
-msgid "Control access by node_type."
-msgstr "Zugriff mit Beitragstyp kontrollieren"
-
-#: plugins/access/node_type.inc:36
-#: plugins/contexts/node.inc:170
-#: plugins/contexts/node_add_form.inc:21;100
-#, fuzzy
-msgid "Node type"
-msgstr "Beitragstyp"
-
-#: plugins/access/node_type.inc:39
-msgid "Only the checked node types will be valid."
-msgstr "Nur die aktivierten Beitragstypen sind gültig."
-
-#: plugins/access/node_type.inc:96
-msgid "@identifier is any node type"
-msgstr "@identifier ist ein beliebiger Beitragstyp"
-
-#: plugins/access/node_type.inc:99
-#, fuzzy
-msgid "@identifier is type \"@types\""
-msgid_plural "@identifier type is one of \"@types\""
-msgstr[0] "@identifier ist ein beliebiger Beitragstyp"
-msgstr[1] ""
-
-#: plugins/access/perm.inc:14
-msgid "User: permission"
-msgstr "Benutzer: Berechtigung"
-
-#: plugins/access/perm.inc:15
-msgid "Control access by permission string."
-msgstr "Zugriff mit Zugriffsberechtigung kontrollieren"
-
-#: plugins/access/perm.inc:41
-msgid "Permission"
-msgstr "Berechtigung"
-
-#: plugins/access/perm.inc:43
-msgid "Only users with the selected permission flag will be able to access this."
-msgstr ""
-
-#: plugins/access/perm.inc:65
-#, fuzzy
-msgid "Error, unset permission"
-msgstr "keine Berechtigungen vergeben"
-
-#: plugins/access/perm.inc:68
-msgid "@identifier has \"@perm\""
-msgstr "@identifier enthält „@perm“"
-
-#: plugins/access/php.inc:14;41
-msgid "PHP Code"
-msgstr "PHP-Code"
-
-#: plugins/access/php.inc:15
-msgid "Control access through arbitrary PHP code."
-msgstr ""
-
-#: plugins/access/php.inc:35
-msgid "Administrative desc"
-msgstr "Administrative-Beschreibung"
-
-#: plugins/access/php.inc:37
-#, fuzzy
-msgid "A description for this test for administrative purposes."
-msgstr "Einen Namen eingeben, um diese(s) !type auf administrativen Seiten zu identifizieren."
-
-#: plugins/access/php.inc:43
-msgid "Access will be granted if the following PHP code returns <code>TRUE</code>. Do not include &lt;?php ?&gt;. Note that executing incorrect PHP-code can break your Drupal site. All contexts will be available in the <em>$contexts</em> variable."
-msgstr ""
-
-#: plugins/access/php.inc:48
-msgid "You do not have sufficient permissions to edit PHP code."
-msgstr ""
-
-#: plugins/access/role.inc:14
-msgid "User: role"
-msgstr "Benutzer: Rolle"
-
-#: plugins/access/role.inc:78
-#, fuzzy
-msgid "@identifier has role \"@roles\""
-msgid_plural "@identifier has one of \"@roles\""
-msgstr[0] "Die Rolle wurde hinzugefügt."
-msgstr[1] ""
-
-#: plugins/access/site_language.inc:15
-msgid "User: language"
-msgstr "Benutzer: Sprache"
-
-#: plugins/access/site_language.inc:16
-msgid "Control access by the language the user or site currently uses."
-msgstr ""
-
-#: plugins/access/site_language.inc:38
-msgid "Pass only if the current site language is one of the selected languages."
-msgstr ""
-
-#: plugins/access/site_language.inc:83
-#, fuzzy
-msgid "Site language is any language"
-msgstr "Website-Sprache ist jede Sprache"
-
-#: plugins/access/site_language.inc:86
-#, fuzzy
-msgid "Site language is \"@languages\""
-msgid_plural "Site language is one of \"@languages\""
-msgstr[0] "Website-Sprache ist jede Sprache"
-msgstr[1] ""
-
-#: plugins/access/term.inc:14
-#, fuzzy
-msgid "Taxonomy: term"
-msgstr "Taxonomie-Begriff"
-
-#: plugins/access/term.inc:15
-#, fuzzy
-msgid "Control access by a specific term."
-msgstr "Zugriff mit Begriffsvokabular kontrollieren"
-
-#: plugins/access/term.inc:22
-#: plugins/access/term_vocabulary.inc:21
-#: plugins/content_types/term_context/term_description.inc:13
-#: plugins/content_types/term_context/term_list.inc:13
-#: plugins/relationships/term_parent.inc:17
-#, fuzzy
-msgid "Term"
-msgstr "Begriff"
-
-#: plugins/access/term.inc:41
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:14;15
-#: plugins/contexts/term.inc:67
-#: plugins/contexts/vocabulary.inc:57
-#: plugins/relationships/term_from_node.inc:53
-#, fuzzy
-msgid "Vocabulary"
-msgstr "Vokabular"
-
-#: plugins/access/term.inc:44
-#: plugins/contexts/term.inc:70
-#: plugins/contexts/vocabulary.inc:63
-msgid "Select the vocabulary for this form."
-msgstr "Das Vokabular für dieses Formular auswählen."
-
-#: plugins/access/term.inc:63
-#, fuzzy
-msgid "Terms"
-msgstr "Begriffe"
-
-#: plugins/access/term.inc:64
-#, fuzzy
-msgid "Select a term or terms from @vocabulary."
-msgstr "Einen Begriff von @vocabulary auswählen."
-
-#: plugins/access/term.inc:148
-#, fuzzy
-msgid "@term can be the term \"@terms\""
-msgid_plural "@term can be one of these terms: @terms"
-msgstr[0] "Das Programm '%s' wurde nicht gefunden!"
-msgstr[1] ""
-
-#: plugins/access/term_vocabulary.inc:14
-msgid "Taxonomy: vocabulary"
-msgstr "Taxonomie: Vokabular"
-
-#: plugins/access/term_vocabulary.inc:15
-msgid "Control access by term vocabulary."
-msgstr "Zugriff mit Begriffsvokabular kontrollieren"
-
-#: plugins/access/term_vocabulary.inc:37
-msgid "Vocabularies"
-msgstr "Vokabulare"
-
-#: plugins/access/term_vocabulary.inc:39
-msgid "Only terms in the checked vocabularies will be valid."
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:83
-msgid "@identifier is any vocabulary"
-msgstr "@identifier ist ein beliebiges Vokabular."
-
-#: plugins/access/term_vocabulary.inc:86
-#, fuzzy
-msgid "@identifier vocabulary is \"@vids\""
-msgid_plural "@identifier vocabulary is one of \"@vids\""
-msgstr[0] "@identifier ist ein beliebiges Vokabular."
-msgstr[1] ""
-
-#: plugins/arguments/nid.inc:15
-#, fuzzy
-msgid "Node: ID"
-msgstr "Node: ID"
-
-#: plugins/arguments/nid.inc:17
-#, fuzzy
-msgid "Creates a node context from a node ID argument."
-msgstr "Erstellt einen Beitragskontext von einem Argument (nid)"
-
-#: plugins/arguments/nid.inc:21
-#: plugins/arguments/node_edit.inc:22
-#, fuzzy
-msgid "Enter the node ID of a node for this argument"
-msgstr "Bestimmt den Inhaltstyp für dieses Formular."
-
-#: plugins/arguments/node_add.inc:15
-#, fuzzy
-msgid "Node add form: node type"
-msgstr "Beitragserstellungsformular @id @type"
-
-#: plugins/arguments/node_add.inc:18
-#, fuzzy
-msgid "Creates a node add form context from a node type argument."
-msgstr "Erstellt ein Benutzer-Objekt durch ein Argument."
-
-#: plugins/arguments/node_edit.inc:15
-#, fuzzy
-msgid "Node edit form: node ID"
-msgstr "Beitragsbearbeitungsformular @id Standard"
-
-#: plugins/arguments/node_edit.inc:18
-#, fuzzy
-msgid "Creates a node edit form context from a node ID argument."
-msgstr "Erstellt ein Benutzer-Objekt durch ein Argument."
-
-#: plugins/arguments/string.inc:15
-#: plugins/contexts/string.inc:15
-#, fuzzy
-msgid "String"
-msgstr "Zeichenkette"
-
-#: plugins/arguments/string.inc:18
-msgid "A string is a minimal context that simply holds a string that can be used for some other purpose."
-msgstr ""
-
-#: plugins/arguments/string.inc:23
-msgid "Enter a value for this argument"
-msgstr "Einen Wert für dieses Argument eingeben"
-
-#: plugins/arguments/string.inc:49
-msgid "Get all arguments after this one"
-msgstr ""
-
-#: plugins/arguments/string.inc:52
-msgid "If checked, this string will include all arguments. For example, if the path is \"path/%\" and the user visits \"path/foo/bar\", if this is not checked the string will be \"foo\". If it is checked the string will be \"foo/bar\"."
-msgstr ""
-
-#: plugins/arguments/term.inc:15
-#, fuzzy
-msgid "Taxonomy term: ID"
-msgstr "Taxonomie: Begriff ID"
-
-#: plugins/arguments/term.inc:18
-msgid "Creates a single taxonomy term from a taxonomy ID or taxonomy term name."
-msgstr ""
-
-#: plugins/arguments/term.inc:81
-msgid "Argument type"
-msgstr "Argumenttyp"
-
-#: plugins/arguments/term.inc:83
-#: plugins/contexts/term.inc:24
-#, fuzzy
-msgid "Term ID"
-msgstr "Begriff ID"
-
-#: plugins/arguments/term.inc:83
-#: plugins/contexts/term.inc:25
-#, fuzzy
-msgid "Term name"
-msgstr "Begriff"
-
-#: plugins/arguments/term.inc:90
-#, fuzzy
-msgid "Inject hierarchy into breadcrumb trail"
-msgstr "Die Pfadnavigation wird die Taxonomie-Begriffs-Hierarchie enthalten"
-
-#: plugins/arguments/term.inc:106
-msgid "Enter a taxonomy term ID."
-msgstr "Eine Taxonomie-Begriffs-ID eingeben."
-
-#: plugins/arguments/term.inc:111
-msgid "Enter a taxonomy term name."
-msgstr "Einen Taxonomie-Begriff eingeben."
-
-#: plugins/arguments/terms.inc:15
-#, fuzzy
-msgid "Taxonomy term (multiple): ID"
-msgstr "ID des obersten Taxonomiebegriffs"
-
-#: plugins/arguments/terms.inc:18
-msgid "Creates a group of taxonomy terms from a list of tids separated by a comma or a plus sign. In general the first term of the list will be used for panes."
-msgstr ""
-
-#: plugins/arguments/terms.inc:24
-msgid "Enter a term ID or a list of term IDs separated by a + or a ,"
-msgstr ""
-
-#: plugins/arguments/uid.inc:15
-#, fuzzy
-msgid "User: ID"
-msgstr "Die ID des Benutzers"
-
-#: plugins/arguments/uid.inc:18
-#, fuzzy
-msgid "Creates a user context from a user ID argument."
-msgstr "Erstellt ein Benutzer-Objekt durch ein Argument."
-
-#: plugins/arguments/uid.inc:22
-#, fuzzy
-msgid "Enter the user ID of a user for this argument"
-msgstr "Den Titel oder die Beitrag-ID eines Beitrages eingeben"
-
-#: plugins/arguments/user_name.inc:15
-#, fuzzy
-msgid "User: name"
-msgstr "Der Name des Benutzers"
-
-#: plugins/arguments/user_name.inc:18
-#, fuzzy
-msgid "Creates a user context from a user name."
-msgstr "Erstellt ein Benutzer-Objekt durch ein Argument."
-
-#: plugins/arguments/user_name.inc:22
-#, fuzzy
-msgid "Enter the username of a user for this argument"
-msgstr "Den Titel oder die Beitrag-ID eines Beitrages eingeben"
-
-#: plugins/arguments/vid.inc:15
-#, fuzzy
-msgid "Vocabulary: ID"
-msgstr "Vokabular-ID"
-
-#: plugins/arguments/vid.inc:18
-#, fuzzy
-msgid "Creates a vocabulary context from a vocabulary ID argument."
-msgstr "Lädt ein Vokabular-Objekt durch ein Argument."
-
-#: plugins/arguments/vid.inc:22
-#, fuzzy
-msgid "Enter the vocabulary ID for this argument"
-msgstr "Das Vokabular für dieses Formular auswählen."
-
-#: plugins/content_types/block/block.inc:21
-msgid "Block"
-msgstr "Block"
-
-#: plugins/content_types/block/block.inc:91
-msgid "Configure block"
-msgstr "Block konfigurieren"
-
-#: plugins/content_types/block/block.inc:92
-msgid "Configure this block's 'block settings' in administer >> site building >> blocks"
-msgstr "Die Einstellungen dieses Blocks unter Verwalten >> Strukturierung >> Blöcke konfigurieren"
-
-#: plugins/content_types/block/block.inc:229
-msgid "Deleted/missing block @module-@delta"
-msgstr "Entfernter/fehlender Block @module-@delta"
-
-#: plugins/content_types/block/block.inc:267;271;346
-msgid "Miscellaneous"
-msgstr "Diverses"
-
-#: plugins/content_types/block/block.inc:279;359
-msgid "Menus"
-msgstr "Menüs"
-
-#: plugins/content_types/block/block.inc:286;316;321;326;350;383
-msgid "Activity"
-msgstr "Aktivität"
-
-#: plugins/content_types/block/block.inc:331;336;354;378;388
-#: plugins/content_types/contact/contact.inc:17
-#: plugins/content_types/search/search_form.inc:18
-#: plugins/content_types/search/search_result.inc:18
-#: views_content/views_content.module:56
-#, fuzzy
-msgid "Widgets"
-msgstr "Steuerelement"
-
-#: plugins/content_types/block/block.inc:341
-msgid "Feeds"
-msgstr "Newsfeeds"
-
-#: plugins/content_types/contact/contact.inc:14;62
-#, fuzzy
-msgid "Contact form"
-msgstr "Kontaktformular"
-
-#: plugins/content_types/contact/contact.inc:16
-msgid "The site contact form that allows users to send a message to site administrators."
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:32
-#, fuzzy
-msgid "Contact"
-msgstr "Kontaktieren"
-
-#: plugins/content_types/contact/user_contact.inc:14;68
-#, fuzzy
-msgid "User contact form"
-msgstr "Pfadeinstellungen der Benutzer-Kontaktformulare"
-
-#: plugins/content_types/contact/user_contact.inc:16
-msgid "The site contact form that allows users to contact other users."
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:38
-#, fuzzy
-msgid "Contact @name"
-msgstr "Name des Ereignisses (z.B. Kontakt)."
-
-#: plugins/content_types/custom/custom.inc:20
-msgid "New custom content"
-msgstr "Neuer benutzerdefinierter Inhalt"
-
-#: plugins/content_types/custom/custom.inc:22
-msgid "Create a completely custom piece of HTML content."
-msgstr "Vollständig individuellen HTML-Inhalt erstellen."
-
-#: plugins/content_types/custom/custom.inc:61
-#, fuzzy
-msgid "Custom: @title"
-msgstr "Benutzerdefinierte Titel"
-
-#: plugins/content_types/custom/custom.inc:107
-msgid "This title will be used administratively to identify this pane. If blank, the regular title will be used."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:117
-msgid "Body"
-msgstr "Textkörper"
-
-#: plugins/content_types/custom/custom.inc:127
-msgid "Use context keywords"
-msgstr "Kontextschlüsselwörter verwenden"
-
-#: plugins/content_types/custom/custom.inc:128
-msgid "If checked, context keywords will be substituted in this content."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:132
-msgid "Substitutions"
-msgstr "Ersetzungen"
-
-#: plugins/content_types/custom/custom.inc:143
-msgid "@identifier: @title"
-msgstr "@identifier: @title"
-
-#: plugins/content_types/custom/custom.inc:147
-msgid "Value"
-msgstr "Wert"
-
-#: plugins/content_types/form/form.inc:13
-msgid "General form"
-msgstr "Allgemeines Formular"
-
-#: plugins/content_types/form/form.inc:15
-msgid "Everything in the form that is not displayed by other content."
-msgstr ""
-
-#: plugins/content_types/form/form.inc:16;17;43
-#: plugins/content_types/node_form/node_form_attachments.inc:14;15
-#: plugins/content_types/node_form/node_form_author.inc:13;14
-#: plugins/content_types/node_form/node_form_book.inc:14;15
-#: plugins/content_types/node_form/node_form_buttons.inc:13;14
-#: plugins/content_types/node_form/node_form_comment.inc:14;15
-#: plugins/content_types/node_form/node_form_input_format.inc:13;14
-#: plugins/content_types/node_form/node_form_log.inc:13;14
-#: plugins/content_types/node_form/node_form_menu.inc:14;15
-#: plugins/content_types/node_form/node_form_path.inc:14;15
-#: plugins/content_types/node_form/node_form_publishing.inc:19;20
-#: plugins/content_types/node_form/node_form_taxonomy.inc:14;15
-#, fuzzy
-msgid "Form"
-msgstr "Formular"
-
-#: plugins/content_types/form/form.inc:44
-msgid "Form goes here."
-msgstr "Formular wird hier angezeigt."
-
-#: plugins/content_types/form/form.inc:52
-msgid "\"@s\" base form"
-msgstr "„@s“ Basisformular"
-
-#: plugins/content_types/node/node.inc:24
-#, fuzzy
-msgid "Existing node"
-msgstr "Vollständiger Beitrag"
-
-#: plugins/content_types/node/node.inc:26
-msgid "Add a node from your site as content."
-msgstr "Beitrag von dieser Webseite als Inhalt hinzufügen."
-
-#: plugins/content_types/node/node.inc:70
-#: plugins/content_types/node_context/node_content.inc:61
-#, fuzzy
-msgid "Edit node"
-msgstr "Beitrag bearbeiten"
-
-#: plugins/content_types/node/node.inc:71
-#: plugins/content_types/node_context/node_content.inc:62
-#, fuzzy
-msgid "Edit this node"
-msgstr "Diesen Beitrag bearbeiten"
-
-#: plugins/content_types/node/node.inc:106
-#: plugins/content_types/node_context/node_content.inc:130
-#, fuzzy
-msgid "Leave node title"
-msgstr "Beitragstitel beibehalten"
-
-#: plugins/content_types/node/node.inc:107
-#: plugins/content_types/node_context/node_content.inc:131
-#, fuzzy
-msgid "Advanced: if checked, do not touch the node title; this can cause the node title to appear twice unless your theme is aware of this."
-msgstr "Erweitert: Falls aktiviert, bleibt der Beitragstitel unberührt. Dies kann zur doppelten Darstellung in der Ausgabe führen, sofern die Theme dies nicht berücksichtigt."
-
-#: plugins/content_types/node/node.inc:113
-#: plugins/contexts/node.inc:81
-#: plugins/contexts/node_edit_form.inc:99
-#, fuzzy
-msgid "Enter the title or NID of a node"
-msgstr "Den Titel oder die Beitrag-ID eines Beitrages eingeben"
-
-#: plugins/content_types/node/node.inc:114
-msgid "To use a NID from the URL, you may use %0, %1, ..., %N to get URL arguments. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr "Um eine NID aus der URL zu verwenden, %0, %1, ..., %N für die URL-Argumente verwenden. Oder @0, @1, @2, ..., @N für die Panel-Argumente verwenden."
-
-#: plugins/content_types/node/node.inc:130
-#: plugins/content_types/node_context/node_content.inc:141
-#, fuzzy
-msgid "Show only node teaser"
-msgstr "Nur Einträge anzeigen mit"
-
-#: plugins/content_types/node/node.inc:138
-#: plugins/content_types/node_context/node_content.inc:154
-msgid "Include node links for \"add comment\", \"read more\" etc."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:144
-#: plugins/content_types/node_context/node_content.inc:167
-#, fuzzy
-msgid "Template identifier"
-msgstr "Bezeichner erwartet."
-
-#: plugins/content_types/node/node.inc:145
-#: plugins/content_types/node_context/node_content.inc:168
-msgid "This identifier will be added as a template suggestion to display this node: node-panel-IDENTIFIER.tpl.php. Please see the Drupal theming guide for information about template suggestions."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:179
-msgid "Invalid node"
-msgstr "Ungültiger Beitrag"
-
-#: plugins/content_types/node/node.inc:197
-msgid "Node loaded from @var"
-msgstr "Beitrag wurde von @var geladen"
-
-#: plugins/content_types/node/node.inc:205
-msgid "Deleted/missing node @nid"
-msgstr "Entfernter/fehlender Beitrag @nid"
-
-#: plugins/content_types/node_context/node_attachments.inc:10;23
-msgid "Attached files"
-msgstr "Angehängte Dateien"
-
-#: plugins/content_types/node_context/node_attachments.inc:12
-msgid "A list of files attached to the node."
-msgstr "Eine Liste der an einem Beitrag angehängten Dateien."
-
-#: plugins/content_types/node_context/node_attachments.inc:31
-msgid "Attached files go here."
-msgstr "Angehängte Dateien erscheinen hier."
-
-#: plugins/content_types/node_context/node_attachments.inc:39
-msgid "\"@s\" attachments"
-msgstr "„@s“ Dateianhänge"
-
-#: plugins/content_types/node_context/node_author.inc:10
-#: plugins/relationships/user_from_node.inc:14
-#, fuzzy
-msgid "Node author"
-msgstr "Beitragsauthor"
-
-#: plugins/content_types/node_context/node_author.inc:12
-msgid "The author of the referenced node."
-msgstr "Der Autor des referenzierten Beitrages."
-
-#: plugins/content_types/node_context/node_author.inc:35
-msgid "Author"
-msgstr "Autor"
-
-#: plugins/content_types/node_context/node_author.inc:49
-msgid "Link to author profile"
-msgstr "Mit dem Profil des Autors verlinken"
-
-#: plugins/content_types/node_context/node_author.inc:52
-msgid "Check here to link to the node author profile."
-msgstr "Aktivieren, um zum Autor des Beitrages zu verlinken."
-
-#: plugins/content_types/node_context/node_author.inc:70
-msgid "\"@s\" author"
-msgstr "„@s“ Autor"
-
-#: plugins/content_types/node_context/node_body.inc:10
-msgid "Node body"
-msgstr "Beitragstext"
-
-#: plugins/content_types/node_context/node_body.inc:12
-msgid "The body of the referenced node."
-msgstr "Der Textkörper des referenzierten Beitrages."
-
-#: plugins/content_types/node_context/node_body.inc:58
-msgid "\"@s\" body"
-msgstr "„@s“ Textkörper"
-
-#: plugins/content_types/node_context/node_book_nav.inc:11;25
-msgid "Book navigation"
-msgstr "Buch-Navigation"
-
-#: plugins/content_types/node_context/node_book_nav.inc:13
-msgid "The navigation menu the book the node belongs to."
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:31
-msgid "Book navigation goes here."
-msgstr "Buch-Navigation wird hier angezeigt."
-
-#: plugins/content_types/node_context/node_book_nav.inc:39
-msgid "\"@s\" book navigation"
-msgstr "„@s“ Buch-Navigation"
-
-#: plugins/content_types/node_context/node_comment_form.inc:11
-msgid "Comment form"
-msgstr "Kommentarformular"
-
-#: plugins/content_types/node_context/node_comment_form.inc:13
-msgid "A form to add a new comment."
-msgstr "Ein Formular zum Hinzufügen eines neuen Kommentars."
-
-#: plugins/content_types/node_context/node_comment_form.inc:26
-msgid "Add comment"
-msgstr "Kommentar hinzufügen"
-
-#: plugins/content_types/node_context/node_comment_form.inc:29
-msgid "Comment form here."
-msgstr "Kommentarformular erscheint hier."
-
-#: plugins/content_types/node_context/node_comment_form.inc:47
-msgid "\"@s\" comment form"
-msgstr "„@s“ Kommentarformular"
-
-#: plugins/content_types/node_context/node_comments.inc:12
-msgid "Node comments"
-msgstr "Beitragskommentare"
-
-#: plugins/content_types/node_context/node_comments.inc:14
-msgid "The comments of the referenced node."
-msgstr "Kommentare des referenzierten Beitrages."
-
-#: plugins/content_types/node_context/node_comments.inc:32
-msgid "Comments"
-msgstr "Kommentare"
-
-#: plugins/content_types/node_context/node_comments.inc:34
-msgid "Node comments go here."
-msgstr "Beitragskommentare erscheinen hier."
-
-#: plugins/content_types/node_context/node_comments.inc:49
-msgid "Mode"
-msgstr "Modus"
-
-#: plugins/content_types/node_context/node_comments.inc:56
-msgid "Sort"
-msgstr "Reihenfolge"
-
-#: plugins/content_types/node_context/node_comments.inc:62
-msgid "!a comments per page"
-msgstr "!a Kommentare pro Seite"
-
-#: plugins/content_types/node_context/node_comments.inc:65
-msgid "Pager"
-msgstr "Seitennavigation"
-
-#: plugins/content_types/node_context/node_comments.inc:80
-msgid "\"@s\" comments"
-msgstr "„@s“ Kommentare"
-
-#: plugins/content_types/node_context/node_content.inc:10
-msgid "Node content"
-msgstr "Beitragsinhalt"
-
-#: plugins/content_types/node_context/node_content.inc:12
-msgid "The content of the referenced node."
-msgstr "Der Inhalt des referenzierten Beitrages."
-
-#: plugins/content_types/node_context/node_content.inc:44
-#: plugins/content_types/node_context/node_links.inc:41
-msgid "Node title."
-msgstr "Titel des Beitrages."
-
-#: plugins/content_types/node_context/node_content.inc:45
-msgid "Node content goes here."
-msgstr "Beitragsinhalt wird hier angezeigt."
-
-#: plugins/content_types/node_context/node_content.inc:135
-#: plugins/content_types/node_context/node_links.inc:78
-msgid "Link title to node"
-msgstr "Den Titel mit dem Beitrag verlinken"
-
-#: plugins/content_types/node_context/node_content.inc:138
-#: plugins/content_types/node_context/node_links.inc:81
-#: plugins/content_types/node_context/node_title.inc:55
-msgid "Check here to make the title link to the node."
-msgstr "Aktivieren, um den Titel mit dem Beitrag zu verlinken."
-
-#: plugins/content_types/node_context/node_content.inc:148
-msgid "Treat this as the primary node page"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:149
-msgid "This can affect title rendering and breadcrumbs from some node types."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:160
-msgid "No extras"
-msgstr "Keine Zusätze"
-
-#: plugins/content_types/node_context/node_content.inc:161
-msgid "Check here to disable additions that modules might make to the node, such as file attachments and CCK fields; this should just display the basic teaser or body."
-msgstr "Aktivieren, um Zusätze von anderen Modulen zu deaktivieren, wie z.B. Dateianhänge und CCK-Felder; dies sollte nur den Anrisstext oder vollen Inhaltstext darstellen."
-
-#: plugins/content_types/node_context/node_content.inc:182
-msgid "\"@s\" content"
-msgstr "„@s“ Inhalt"
-
-#: plugins/content_types/node_context/node_created.inc:10
-msgid "Node created date"
-msgstr "Beitragserstellungsdatum"
-
-#: plugins/content_types/node_context/node_created.inc:12
-msgid "The date the referenced node was created."
-msgstr "Der Zeitpunkt zu dem der referenzierte Beitrag erstellt wurde."
-
-#: plugins/content_types/node_context/node_created.inc:35
-msgid "Created date"
-msgstr "Erstellungsdatum"
-
-#: plugins/content_types/node_context/node_created.inc:50
-#: plugins/content_types/node_context/node_updated.inc:50
-msgid "Date format"
-msgstr "Datumsformat"
-
-#: plugins/content_types/node_context/node_created.inc:75
-msgid "\"@s\" created date"
-msgstr "„@s“ erstellt"
-
-#: plugins/content_types/node_context/node_links.inc:11
-msgid "Node links"
-msgstr "Beitraglinks"
-
-#: plugins/content_types/node_context/node_links.inc:13
-msgid "Node links of the referenced node."
-msgstr "Beitrag verlinkt zum referenzierten Beitrag."
-
-#: plugins/content_types/node_context/node_links.inc:42
-msgid "Node links go here."
-msgstr "Beitraglinks erscheinen hier."
-
-#: plugins/content_types/node_context/node_links.inc:84
-msgid "Teaser mode"
-msgstr "Anrisstext-Modus"
-
-#: plugins/content_types/node_context/node_links.inc:87
-msgid "Check here to show links in teaser mode."
-msgstr "Aktivieren, um Links im Anrisstext anzuzeigen."
-
-#: plugins/content_types/node_context/node_links.inc:94
-msgid "Whatever is placed here will appear in $node->panel_identifier to help theme node links displayed on the panel"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:108
-msgid "\"@s\" links"
-msgstr "„@s“ Links"
-
-#: plugins/content_types/node_context/node_title.inc:10
-#: plugins/contexts/node.inc:168
-#, fuzzy
-msgid "Node title"
-msgstr "Beitragtitel"
-
-#: plugins/content_types/node_context/node_title.inc:12
-msgid "The title of the referenced node."
-msgstr "Der Titel des referenzierten Beitrages."
-
-#: plugins/content_types/node_context/node_title.inc:52
-msgid "Link to node"
-msgstr "Mit dem Beitrag verlinken"
-
-#: plugins/content_types/node_context/node_title.inc:73
-msgid "\"@s\" title"
-msgstr "„@s“ Titel"
-
-#: plugins/content_types/node_context/node_type_desc.inc:10;34
-msgid "Node type description"
-msgstr "Beitragstyp-Beschreibung"
-
-#: plugins/content_types/node_context/node_type_desc.inc:12
-msgid "Node type description."
-msgstr "Beschreibung des Inhaltstyps."
-
-#: plugins/content_types/node_context/node_type_desc.inc:35
-msgid "Node type description goes here."
-msgstr "Inhaltstyp-Beschreibung wird hier angezeigt."
-
-#: plugins/content_types/node_context/node_type_desc.inc:43
-msgid "\"@s\" type description"
-msgstr "„@s“ Typ-Beschreibung"
-
-#: plugins/content_types/node_context/node_updated.inc:10
-msgid "Node last updated date"
-msgstr "Letzter Aktualisierungszeitpunkt des Beitrages"
-
-#: plugins/content_types/node_context/node_updated.inc:12
-msgid "The date the referenced node was last updated."
-msgstr "Der Zeitpunkt zu dem der referenzierte Beitrag zuletzt aktualisiert wurde."
-
-#: plugins/content_types/node_context/node_updated.inc:35
-msgid "Last updated date"
-msgstr "Letzter Aktualisierungszeitpunkt"
-
-#: plugins/content_types/node_context/node_updated.inc:75
-#, fuzzy
-msgid "\"@s\" last updated date"
-msgstr "Letzter Aktualisierungszeitpunkt"
-
-#: plugins/content_types/node_form/node_form_attachments.inc:12
-msgid "Node form file attachments"
-msgstr "Beitragsformular-Dateianhänge"
-
-#: plugins/content_types/node_form/node_form_attachments.inc:13
-msgid "File attachments on the Node form."
-msgstr "Dateianhänge im Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_attachments.inc:22
-#: plugins/content_types/node_form/node_form_author.inc:20
-#: plugins/content_types/node_form/node_form_book.inc:22
-#: plugins/content_types/node_form/node_form_buttons.inc:20
-#: plugins/content_types/node_form/node_form_comment.inc:22
-#: plugins/content_types/node_form/node_form_input_format.inc:20
-#: plugins/content_types/node_form/node_form_log.inc:20
-#: plugins/content_types/node_form/node_form_menu.inc:22
-#: plugins/content_types/node_form/node_form_path.inc:22
-#: plugins/content_types/node_form/node_form_publishing.inc:28
-#: plugins/content_types/node_form/node_form_taxonomy.inc:22
-msgid "node_form"
-msgstr "node_form"
-
-#: plugins/content_types/node_form/node_form_attachments.inc:24
-msgid "Attach files"
-msgstr "Dateien anhängen"
-
-#: plugins/content_types/node_form/node_form_attachments.inc:35
-msgid "Attach files."
-msgstr "Dateien anhängen."
-
-#: plugins/content_types/node_form/node_form_attachments.inc:41
-msgid "\"@s\" node form attach files"
-msgstr "„@s“ Beitragsformular-Dateianhänge"
-
-#: plugins/content_types/node_form/node_form_author.inc:11
-msgid "Node form author information"
-msgstr "Beitragsautor-Formular"
-
-#: plugins/content_types/node_form/node_form_author.inc:12
-msgid "Author information on the Node form."
-msgstr "Autor-Informationen im Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_author.inc:22
-msgid "Authoring information"
-msgstr "Informationen zum Autor"
-
-#: plugins/content_types/node_form/node_form_author.inc:35
-msgid "Authoring information."
-msgstr "Informationen zum Autor."
-
-#: plugins/content_types/node_form/node_form_author.inc:41
-msgid "\"@s\" node form publishing options"
-msgstr "„@s“ Beitragsformular-Veröffentlichungsoptionen"
-
-#: plugins/content_types/node_form/node_form_book.inc:12
-msgid "Node form book options"
-msgstr "Beitragsformular-Buchoptionen"
-
-#: plugins/content_types/node_form/node_form_book.inc:13
-msgid "Book options for the node."
-msgstr "Buchoptionen für den Beitrag."
-
-#: plugins/content_types/node_form/node_form_book.inc:24
-msgid "Book options"
-msgstr "Buchoptionen"
-
-#: plugins/content_types/node_form/node_form_book.inc:39
-msgid "Book options."
-msgstr "Buchoptionen."
-
-#: plugins/content_types/node_form/node_form_book.inc:45
-msgid "\"@s\" node form book options"
-msgstr "„@s“ Beitragsformular-Buchoptionen"
-
-#: plugins/content_types/node_form/node_form_buttons.inc:11
-msgid "Node form submit buttons"
-msgstr "Beitragsformular Speichern-Schaltknöpfe"
-
-#: plugins/content_types/node_form/node_form_buttons.inc:12
-msgid "Submit buttons for the node form."
-msgstr "Speichern-Schaltknöpfe für das Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_buttons.inc:29
-msgid "Node form buttons."
-msgstr "Beitragsformular-Schaltknöpfe"
-
-#: plugins/content_types/node_form/node_form_buttons.inc:35
-#, fuzzy
-msgid "\"@s\" node form submit buttons"
-msgstr "Beitragsformular Speichern-Schaltknöpfe"
-
-#: plugins/content_types/node_form/node_form_comment.inc:12
-msgid "Node form comment settings"
-msgstr "Beitragsformular-Kommentareinstellungen"
-
-#: plugins/content_types/node_form/node_form_comment.inc:13
-msgid "Comment settings on the Node form."
-msgstr "Kommentareinstellungen im Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_comment.inc:24
-msgid "Comment options"
-msgstr "Kommentareinstellungen"
-
-#: plugins/content_types/node_form/node_form_comment.inc:35
-msgid "Comment options."
-msgstr "Kommentareinstellungen."
-
-#: plugins/content_types/node_form/node_form_comment.inc:41
-msgid "\"@s\" node form comment settings"
-msgstr "„@s“ Beitragsformular-Kommentareinstellungen"
-
-#: plugins/content_types/node_form/node_form_input_format.inc:11
-msgid "Node form input format"
-msgstr "Beitrag-Eingabeformat-Formular"
-
-#: plugins/content_types/node_form/node_form_input_format.inc:12
-msgid "Input format for the body field on a node."
-msgstr "Eingabeformat für den Textkörper eines Beitrages."
-
-#: plugins/content_types/node_form/node_form_input_format.inc:22
-#: plugins/content_types/search/search_result.inc:135;173
-msgid "Input format"
-msgstr "Eingabeformat"
-
-#: plugins/content_types/node_form/node_form_input_format.inc:33
-msgid "Input format."
-msgstr "Eingabeformat."
-
-#: plugins/content_types/node_form/node_form_input_format.inc:39
-msgid "\"@s\" node form input format"
-msgstr "„@s“ Beitragsformular-Eingabeformat"
-
-#: plugins/content_types/node_form/node_form_log.inc:11
-msgid "Node form revision log message"
-msgstr "Protokollnachricht im Beitragsformular"
-
-#: plugins/content_types/node_form/node_form_log.inc:12
-msgid "Revision log message for the node."
-msgstr "Protokollnachricht für den Beitrag."
-
-#: plugins/content_types/node_form/node_form_log.inc:28
-#, fuzzy
-msgid "\"@s\" node form revision log"
-msgstr "Protokollnachricht im Beitragsformular"
-
-#: plugins/content_types/node_form/node_form_menu.inc:12
-msgid "Node form menu settings"
-msgstr "Beitragsformular-Menüeinstellungen"
-
-#: plugins/content_types/node_form/node_form_menu.inc:13
-msgid "Menu settings on the Node form."
-msgstr "Menüeinstellungen im Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_menu.inc:24
-msgid "Menu options"
-msgstr "Menüeinstellungen"
-
-#: plugins/content_types/node_form/node_form_menu.inc:36
-msgid "Menu options."
-msgstr "Menüeinstellungen."
-
-#: plugins/content_types/node_form/node_form_menu.inc:42
-msgid "\"@s\" node form menu settings"
-msgstr "„@s“ Beitragsformular-Menüeinstellungen"
-
-#: plugins/content_types/node_form/node_form_path.inc:12
-msgid "Node form url path settings"
-msgstr "Beitragsformular-URL-Pfad-Einstellungen"
-
-#: plugins/content_types/node_form/node_form_path.inc:13
-#: plugins/content_types/node_form/node_form_publishing.inc:18
-msgid "Publishing options on the Node form."
-msgstr "Veröffentlichungsoptionen im Beitragsformular."
-
-#: plugins/content_types/node_form/node_form_path.inc:24
-msgid "URL path options"
-msgstr "URL-Alias-Einstellungen"
-
-#: plugins/content_types/node_form/node_form_path.inc:36
-msgid "URL Path options."
-msgstr "URL-Alias-Einstellungen."
-
-#: plugins/content_types/node_form/node_form_path.inc:42
-msgid "\"@s\" node form path options"
-msgstr "„@s“ Beitragsformular-Pfadoptionen"
-
-#: plugins/content_types/node_form/node_form_publishing.inc:16
-msgid "Node form publishing options"
-msgstr "Beitragsformular-Veröffentlichungsoptionen"
-
-#: plugins/content_types/node_form/node_form_publishing.inc:27
-msgid "Publishing options"
-msgstr "Veröffentlichungseinstellungen"
-
-#: plugins/content_types/node_form/node_form_publishing.inc:39
-msgid "Publishing options."
-msgstr "Veröffentlichungseinstellungen."
-
-#: plugins/content_types/node_form/node_form_publishing.inc:45
-msgid "\"@s\" node form author information"
-msgstr "„@s“ Beitragsformular-Autoreninformation"
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:12
-msgid "Node form categories"
-msgstr "Beitragsformular-Kategorien"
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:13
-msgid "Taxonomy categories for the node."
-msgstr "Taxonomie-Kategorien für den Beitrag."
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:24
-msgid "Categories"
-msgstr "Kategorien"
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:35
-msgid "Categories."
-msgstr "Kategorien."
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:41
-#, fuzzy
-msgid "\"@s\" node form select taxonomy"
-msgstr "Bestimmt den Inhaltstyp für dieses Formular."
-
-#: plugins/content_types/page/page_breadcrumb.inc:18
-#, fuzzy
-msgid "Add the breadcrumb trail as content."
-msgstr "Beitrag von dieser Webseite als Inhalt hinzufügen."
-
-#: plugins/content_types/page/page_breadcrumb.inc:19
-#: plugins/content_types/page/page_footer_message.inc:19
-#: plugins/content_types/page/page_help.inc:19
-#: plugins/content_types/page/page_messages.inc:19
-#: plugins/content_types/page/page_mission.inc:19
-#: plugins/content_types/page/page_slogan.inc:19
-#: plugins/content_types/page/page_tabs.inc:19
-#: plugins/content_types/page/page_title.inc:19
-#, fuzzy
-msgid "Page elements"
-msgstr "Dummy-Elemente"
-
-#: plugins/content_types/page/page_footer_message.inc:16
-#, fuzzy
-msgid "Page footer message"
-msgstr "Fußbereich der Seite verwenden"
-
-#: plugins/content_types/page/page_footer_message.inc:18
-#, fuzzy
-msgid "Add the page footer message as content."
-msgstr "Beitrag von dieser Webseite als Inhalt hinzufügen."
-
-#: plugins/content_types/page/page_help.inc:15
-#, fuzzy
-msgid "Help"
-msgstr "Hilfe"
-
-#: plugins/content_types/page/page_help.inc:18
-msgid "Add the help text of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_messages.inc:15
-#, fuzzy
-msgid "Status messages"
-msgstr "!type Nachrichten"
-
-#: plugins/content_types/page/page_messages.inc:18
-msgid "Add the status messages of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_mission.inc:15
-#, fuzzy
-msgid "Mission"
-msgstr "Beschreibung"
-
-#: plugins/content_types/page/page_mission.inc:18
-#, fuzzy
-msgid "Add the site mission statement as content."
-msgstr "Beitrag von dieser Webseite als Inhalt hinzufügen."
-
-#: plugins/content_types/page/page_slogan.inc:15
-#, fuzzy
-msgid "Site Slogan"
-msgstr "Slogan der Website"
-
-#: plugins/content_types/page/page_slogan.inc:18
-#, fuzzy
-msgid "Add the slogan trail as content."
-msgstr "Beitrag von dieser Webseite als Inhalt hinzufügen."
-
-#: plugins/content_types/page/page_tabs.inc:15
-#, fuzzy
-msgid "Tabs"
-msgstr "Tabulator"
-
-#: plugins/content_types/page/page_tabs.inc:18
-msgid "Add the tabs (local tasks) as content."
-msgstr ""
-
-#: plugins/content_types/page/page_title.inc:16
-#, fuzzy
-msgid "Page title"
-msgstr "Seitentitel"
-
-#: plugins/content_types/page/page_title.inc:18
-#, fuzzy
-msgid "Add the page title as content."
-msgstr "Inhalt wird als Seite angezeigt"
-
-#: plugins/content_types/search/search_form.inc:14
-#, fuzzy
-msgid "Advanced search form"
-msgstr "Erweiterte Suche"
-
-#: plugins/content_types/search/search_form.inc:16
-msgid "A search form with advanced options."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:96
-#: plugins/content_types/search/search_result.inc:99
-#, fuzzy
-msgid "Search type"
-msgstr "Suche Typ"
-
-#: plugins/content_types/search/search_form.inc:103
-#, fuzzy
-msgid "Search form"
-msgstr "Suchformular"
-
-#: plugins/content_types/search/search_form.inc:105
-#, fuzzy
-msgid "Simple"
-msgstr "Einfach"
-
-#: plugins/content_types/search/search_form.inc:106
-#, fuzzy
-msgid "Advanced"
-msgstr "Erweitert"
-
-#: plugins/content_types/search/search_form.inc:109
-msgid "The advanced form may have additional options based upon the search type. For example the advanced content (node) search form will allow searching by node type and taxonomy term."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:118
-#, fuzzy
-msgid "Same page"
-msgstr "Buchseite"
-
-#: plugins/content_types/search/search_form.inc:136
-#, fuzzy
-msgid "Override default prompt"
-msgstr "(Standardtheme der Website)"
-
-#: plugins/content_types/search/search_form.inc:163
-#, fuzzy
-msgid "@type search form"
-msgstr "Typ des Formularfeldes."
-
-#: plugins/content_types/search/search_result.inc:14;69
-#, fuzzy
-msgid "Search results"
-msgstr "Suchergebnisse"
-
-#: plugins/content_types/search/search_result.inc:16
-#, fuzzy
-msgid "The results of a search using keywords."
-msgstr "Löscht alle Such-Ergebnisse"
-
-#: plugins/content_types/search/search_result.inc:62
-#, fuzzy
-msgid "results"
-msgstr "Ergebnisse"
-
-#: plugins/content_types/search/search_result.inc:74
-#, fuzzy
-msgid "Your search yielded no results"
-msgstr "Die Suche lieferte keine Ergebnisse."
-
-#: plugins/content_types/search/search_result.inc:107
-msgid "Record a watchdog log entry when searches are made"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:113
-#, fuzzy
-msgid "Override \"no result\" text"
-msgstr "  %s hat keinen Eintrag in der Override-Liste.\n"
-
-#: plugins/content_types/search/search_result.inc:125
-#, fuzzy
-msgid "No result text"
-msgstr "Element hat keinen Text definiert"
-
-#: plugins/content_types/search/search_result.inc:151
-msgid "Display text if no search keywords were submitted"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:163
-#, fuzzy
-msgid "No keywords text"
-msgstr "Element hat keinen Text definiert"
-
-#: plugins/content_types/search/search_result.inc:202
-#, fuzzy
-msgid "@type search result"
-msgstr "Geben Sie hier Ihre Suchbegriffe ein"
-
-#: plugins/content_types/search/search_result.inc:62
-#, fuzzy
-msgid "search"
-msgstr "Suchen"
-
-#: plugins/content_types/search/search_result.inc:62
-#, fuzzy
-msgid "%keys (@type)."
-msgstr "%keys (@type)."
-
-#: plugins/content_types/term_context/term_description.inc:10
-msgid "Term description"
-msgstr "Begriffsbeschreibung"
-
-#: plugins/content_types/term_context/term_description.inc:12
-msgid "Term description."
-msgstr "Beschreibung des Begriffs."
-
-#: plugins/content_types/term_context/term_description.inc:14
-#: plugins/content_types/term_context/term_list.inc:14
-#: plugins/contexts/term.inc:15
-#, fuzzy
-msgid "Taxonomy term"
-msgstr "Taxonomie-Begriff"
-
-#: plugins/content_types/term_context/term_description.inc:30
-msgid "Edit term"
-msgstr "Begriff bearbeiten"
-
-#: plugins/content_types/term_context/term_description.inc:31
-msgid "Edit this term"
-msgstr "Diesen Begriff bearbeiten"
-
-#: plugins/content_types/term_context/term_description.inc:38
-#: plugins/content_types/term_context/term_list.inc:62
-msgid "Term description goes here."
-msgstr "Begriffsbeschreibung wird hier angezeigt."
-
-#: plugins/content_types/term_context/term_description.inc:46
-msgid "\"@s\" term description"
-msgstr "„@s“ Begriffsbeschreibung"
-
-#: plugins/content_types/term_context/term_list.inc:10
-msgid "List of related terms"
-msgstr "Liste relevanter Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:12
-msgid "Terms related to an existing term; may be child, siblings or top level."
-msgstr "Verwandte Begriffe für einen existierenden Begriff; Kinder, Nachbarn oder übergeordnete Begriffe."
-
-#: plugins/content_types/term_context/term_list.inc:71
-msgid "Child terms"
-msgstr "Untergeordnete Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:72
-msgid "Related terms"
-msgstr "Verwandte Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:73
-msgid "Sibling terms"
-msgstr "Benachbarte Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:74
-msgid "Top level terms"
-msgstr "Übergeordnete Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:75
-msgid "Term synonyms"
-msgstr "Begriffssynonyme"
-
-# Kontext sensitive
-#: plugins/content_types/term_context/term_list.inc:87
-msgid "Which terms"
-msgstr "Welche Begriffe"
-
-#: plugins/content_types/term_context/term_list.inc:96
-msgid "List type"
-msgstr "Listentyp"
-
-#: plugins/content_types/term_context/term_list.inc:97
-msgid "Unordered"
-msgstr "Ungeordnet"
-
-#: plugins/content_types/term_context/term_list.inc:97
-msgid "Ordered"
-msgstr "Geordnet"
-
-#: plugins/content_types/term_context/term_list.inc:104
-msgid "\"@s\" @type"
-msgstr "„@s“ @type"
-
-#: plugins/content_types/user_context/profile_fields.inc:12
-msgid "Profile category"
-msgstr "Profilkategorie"
-
-#: plugins/content_types/user_context/profile_fields.inc:14
-#, fuzzy
-msgid "Contents of a single profile category."
-msgstr "Profilfeld %field zur Kategorie %category hinzugefügt."
-
-#: plugins/content_types/user_context/profile_fields.inc:64
-msgid "Profile content goes here."
-msgstr "Profilinhalt wird hier angezeigt."
-
-# Kontext sensitive
-#: plugins/content_types/user_context/profile_fields.inc:91
-msgid "Which category"
-msgstr "Welche Kategorie"
-
-#: plugins/content_types/user_context/profile_fields.inc:101
-msgid "Text to display if category has no data. Note that title will not display unless overridden."
-msgstr "Angezeigter Text, wenn die Kategorie keine Daten enthält. Der Titel wird nicht dargestellt, sofern er nicht übersteuert wurde."
-
-#: plugins/content_types/user_context/profile_fields.inc:122
-msgid "\"@s\" profile fields"
-msgstr "„@s“ Profilfelder"
-
-#: plugins/content_types/user_context/user_picture.inc:10
-msgid "User picture"
-msgstr "Benutzerbild"
-
-#: plugins/content_types/user_context/user_picture.inc:12
-msgid "The picture of a user."
-msgstr "Das Bild von einem Benutzer."
-
-#: plugins/content_types/user_context/user_picture.inc:37
-msgid "\"@s\" user picture"
-msgstr "„@s“ Benutzerbild"
-
-#: plugins/content_types/user_context/user_profile.inc:10
-msgid "User profile"
-msgstr "Benutzerprofil"
-
-#: plugins/content_types/user_context/user_profile.inc:12
-msgid "The profile of a user."
-msgstr "Das Profil eines Benutzers."
-
-#: plugins/content_types/user_context/user_profile.inc:42
-msgid "\"@s\" user profile"
-msgstr "„@s“ Benutzerprofil"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:11
-msgid "Vocabulary terms"
-msgstr "Vokabularbegriffe"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:13
-msgid "All the terms in a vocabulary."
-msgstr "Alle Begriffe in einem Vokabular."
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:66
-msgid "\"@s\" terms"
-msgstr "„@s“ Begriffe"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:73
-msgid "Maximum depth"
-msgstr "Maximale Tiefe"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:74
-msgid "unlimited"
-msgstr "Unbegrenzt"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:76
-msgid "Define the maximum depth of terms being displayed."
-msgstr "Maximale Tiefe der dargestellten Begriffe."
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:81
-msgid "Display as tree"
-msgstr "Als Baum anzeigen"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:83
-msgid "If checked, the terms are displayed in a tree, otherwise in a flat list."
-msgstr "Falls aktiviert, werden Begriffe in einem Baum dargestellt, ansonsten als einfache Liste."
-
-#: plugins/contexts/node.inc:17
-msgid "A node object."
-msgstr "Ein Beitragsobjekt."
-
-#: plugins/contexts/node.inc:29
-#, fuzzy
-msgid "Enter the node ID of a node for this context."
-msgstr "Bestimmt den Inhaltstyp für dieses Formular."
-
-#: plugins/contexts/node.inc:91
-#: plugins/contexts/node_edit_form.inc:109
-msgid "'%title' [node id %nid]"
-msgstr "‚%title‘ [Beitrag-ID %nid]"
-
-#: plugins/contexts/node.inc:91
-#: plugins/contexts/node_edit_form.inc:109
-msgid "Open in new window"
-msgstr "In neuem Fenster öffnen"
-
-#: plugins/contexts/node.inc:92
-#: plugins/contexts/node_edit_form.inc:110
-msgid "Currently set to !link"
-msgstr "Derzeit auf !link gesetzt"
-
-#: plugins/contexts/node.inc:104
-#: plugins/contexts/node_edit_form.inc:122
-#, fuzzy
-msgid "Reset identifier to node title"
-msgstr "Aktivieren, damit der Titel zu dem Beitrag verweist."
-
-#: plugins/contexts/node.inc:105
-#: plugins/contexts/node_edit_form.inc:123
-msgid "If checked, the identifier will be reset to the node title of the selected node."
-msgstr "Sobald aktiviert, wird der Identifikator auf den Beitragstitel des ausgewählten Beitrages zurückgesetzt."
-
-#: plugins/contexts/node.inc:117
-#: plugins/contexts/node_edit_form.inc:135
-msgid "You must select a node."
-msgstr "Ein Beitrag muss ausgewählt werden."
-
-#: plugins/contexts/node.inc:143
-#: plugins/contexts/node_edit_form.inc:161
-msgid "Invalid node selected."
-msgstr "Ein ungültiger Beitrag wurde ausgewählt."
-
-#: plugins/contexts/node.inc:166
-#, fuzzy
-msgid "Node ID"
-msgstr "Beitrag ID"
-
-#: plugins/contexts/node.inc:167
-msgid "Node revision ID"
-msgstr "Die Versions-ID der Beitragsversion."
-
-#: plugins/contexts/node.inc:169
-msgid "Author UID"
-msgstr "Autor-UID"
-
-#: plugins/contexts/node_add_form.inc:15
-#, fuzzy
-msgid "Node add form"
-msgstr "Ein Formular zum Erstellen eines Beitrages."
-
-#: plugins/contexts/node_add_form.inc:16
-msgid "A node add form."
-msgstr "Ein Formular zum Erstellen eines Beitrages."
-
-# English is missing "for this context"
-#: plugins/contexts/node_add_form.inc:25
-msgid "Enter the node type this context."
-msgstr "Die Beitragstyp für diesen Kontext eingeben."
-
-#: plugins/contexts/node_add_form.inc:78
-msgid "Submit @name"
-msgstr "@name speichern"
-
-#: plugins/contexts/node_add_form.inc:104
-msgid "Select the node type for this form."
-msgstr "Bestimmt den Inhaltstyp für dieses Formular."
-
-#: plugins/contexts/node_edit_form.inc:15
-#, fuzzy
-msgid "Node edit form"
-msgstr "Ein Formular zum Bearbeiten eines Beitrages."
-
-#: plugins/contexts/node_edit_form.inc:16
-msgid "A node edit form."
-msgstr "Ein Formular zum Bearbeiten eines Beitrages."
-
-#: plugins/contexts/node_edit_form.inc:27
-#, fuzzy
-msgid "Enter the node ID of a node for this argument:"
-msgstr "Bestimmt den Inhaltstyp für dieses Formular."
-
-#: plugins/contexts/string.inc:16
-msgid "A context that is just a string."
-msgstr ""
-
-#: plugins/contexts/string.inc:22
-#, fuzzy
-msgid "Raw string"
-msgstr "Zeichenkette löschen"
-
-#: plugins/contexts/string.inc:23
-#, fuzzy
-msgid "HTML-safe string"
-msgstr "Zeichenkette nicht gefunden."
-
-#: plugins/contexts/string.inc:28
-msgid "Enter the string for this context."
-msgstr "Die Zeichenkette für diesen Kontext eingeben."
-
-#: plugins/contexts/term.inc:16
-msgid "A single taxonomy term object."
-msgstr "Ein einzelnes Taxonomie-Begriff-Objekt."
-
-#: plugins/contexts/term.inc:26
-#, fuzzy
-msgid "Vocabulary ID"
-msgstr "Vokabular-ID"
-
-#: plugins/contexts/term.inc:79
-msgid "Currently set to @term. Enter another term if you wish to change the term."
-msgstr ""
-
-#: plugins/contexts/term.inc:96
-msgid "Select a term from @vocabulary."
-msgstr "Einen Begriff von @vocabulary auswählen."
-
-#: plugins/contexts/term.inc:114
-msgid "Reset identifier to term title"
-msgstr ""
-
-#: plugins/contexts/term.inc:115
-msgid "If checked, the identifier will be reset to the term name of the selected term."
-msgstr "Sobald aktiviert, wird der Identifikator auf den Begriffsnamen des ausgewählten Begriffes zurückgesetzt."
-
-#: plugins/contexts/term.inc:128
-msgid "You must select a term."
-msgstr "Ein Beitrag muss ausgewählt werden."
-
-#: plugins/contexts/term.inc:139
-msgid "Invalid term selected."
-msgstr "Ein ungültiger Begriff wurde ausgewählt."
-
-#: plugins/contexts/terms.inc:16
-msgid "Taxonomy terms"
-msgstr "Taxonomie Begriffe"
-
-#: plugins/contexts/terms.inc:17
-msgid "Multiple taxonomy terms, as a group."
-msgstr "Mehrere Taxonomie-Begriffe, als Gruppe."
-
-#: plugins/contexts/terms.inc:25
-#, fuzzy
-msgid "Term ID of first term"
-msgstr "Vokabular-ID des ersten Begriffs"
-
-#: plugins/contexts/terms.inc:26
-msgid "Term ID of all term, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:27
-#, fuzzy
-msgid "Term name of first term"
-msgstr "Vorname, Nachname"
-
-#: plugins/contexts/terms.inc:28
-msgid "Term name of all terms, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:29
-msgid "Vocabulary ID of first term"
-msgstr "Vokabular-ID des ersten Begriffs"
-
-#: plugins/contexts/user.inc:16
-msgid "A single user object."
-msgstr "Ein einzelnes Benutzerobjekt."
-
-#: plugins/contexts/user.inc:24
-#, fuzzy
-msgid "User ID"
-msgstr "Benutzer-ID"
-
-#: plugins/contexts/user.inc:25
-msgid "User name"
-msgstr "Benutzername"
-
-#: plugins/contexts/vocabulary.inc:15
-msgid "Taxonomy vocabulary"
-msgstr "Taxonomie-Vokabular"
-
-#: plugins/contexts/vocabulary.inc:16
-msgid "A single taxonomy vocabulary object."
-msgstr "Ein einzelnes Taxonomie-Vokabular-Objekt."
-
-#: plugins/relationships/book_parent.inc:14
-msgid "Book parent"
-msgstr "Übergeordnetes Buch"
-
-#: plugins/relationships/book_parent.inc:16
-msgid "Adds a book parent from a node context."
-msgstr "Fügt ein übergeordnetes Buch aus einem Beitragskontext hinzu."
-
-#: plugins/relationships/book_parent.inc:63
-#: plugins/relationships/term_parent.inc:63
-msgid "Relationship type"
-msgstr "Beziehungstyp"
-
-#: plugins/relationships/book_parent.inc:64
-#: plugins/relationships/term_parent.inc:64
-msgid "Immediate parent"
-msgstr "Direktes, übergeordnetes Element"
-
-#: plugins/relationships/book_parent.inc:64
-msgid "Top level book"
-msgstr "Buch auf oberster Ebene"
-
-#: plugins/relationships/term_from_node.inc:14
-msgid "Term from node"
-msgstr "Begriff des Beitrages"
-
-#: plugins/relationships/term_from_node.inc:16
-msgid "Adds a taxonomy term from a node context; if multiple terms are selected, this will get the \"first\" term only."
-msgstr "Fügt einen Taxonomie-Begriff aus einem Beitragskontext hinzu. Sollten mehrere Begriffe ausgewählt werden, wird nur der „erste“ Begriff verwendet."
-
-#: plugins/relationships/term_parent.inc:14
-msgid "Term parent"
-msgstr "Übergeordneter Begriff"
-
-#: plugins/relationships/term_parent.inc:16
-msgid "Adds a taxonomy term parent from a term context."
-msgstr "Fügt einen übergeordneten Taxonomie-Begriff aus einem Begriffskontext hinzu."
-
-#: plugins/relationships/term_parent.inc:64
-msgid "Top level term"
-msgstr "Begriff auf oberster Ebene"
-
-#: plugins/relationships/user_from_node.inc:16
-#, fuzzy
-msgid "Creates the author of a node as a user context."
-msgstr "Fügt einen Benutzer aus dem Beitragsautor-Kontext hinzu."
-
-#: views_content/views_content.module:61
-#: views_content/plugins/content_types/views.inc:99
-#, fuzzy
-msgid "Views"
-msgstr "Ansichten"
-
-#: views_content/views_content.module:92
-#, fuzzy
-msgid "Make all views available as panes"
-msgstr "Alle Ansichten als Ausschnitte zu Verfügung stellen"
-
-#: views_content/views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr ""
-
-#: views_content/views_content.module:20
-#, fuzzy
-msgid "Views panes"
-msgstr "Panel-Ansichten"
-
-#: views_content/views_content.module:24
-#, fuzzy
-msgid "Configure Views to be used as CTools content."
-msgstr "Ansichten konfigurieren, die als CTools-Inhalt verwendet werden."
-
-#: views_content/views_content.info:0
-#, fuzzy
-msgid "Views content panes"
-msgstr "Veraltete Panel-Ansichten-Inhalte"
-
-#: views_content/views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:18
-#, fuzzy
-msgid "All views"
-msgstr "Alle Ansichten"
-
-#: views_content/plugins/content_types/views.inc:33
-#, fuzzy
-msgid "Select display"
-msgstr "Anzeige auswählen"
-
-#: views_content/plugins/content_types/views.inc:36
-#, fuzzy
-msgid "Configure view"
-msgstr "Ansicht konfigurieren"
-
-#: views_content/plugins/content_types/views.inc:226
-#, fuzzy
-msgid "Display"
-msgstr "Anzeige"
-
-#: views_content/plugins/content_types/views.inc:228
-msgid "Choose which display of this view you wish to use."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:249
-#: views_content/plugins/content_types/views_panes.inc:282
-#, fuzzy
-msgid "Broken/missing/deleted view."
-msgstr "Beschädigte/Fehlende/Gelöschte Ansicht."
-
-#: views_content/plugins/content_types/views.inc:253
-#, fuzzy
-msgid "Configure view @view (@display)"
-msgstr "Ansicht @view (@display) konfigurieren"
-
-#: views_content/plugins/content_types/views.inc:275
-#, fuzzy
-msgid "Link title to view"
-msgstr "Titel mit Ansicht verlinken"
-
-#: views_content/plugins/content_types/views.inc:281
-#, fuzzy
-msgid "Provide a \"more\" link that links to the view"
-msgstr "Stellt einen „Mehr“-Link bereit, der zur Ansicht verlinkt"
-
-#: views_content/plugins/content_types/views.inc:282
-#, fuzzy
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr "Dies ist unabhängig von jeglichem Mehr-Link, welcher von der Ansicht selbst bereitgestellt wird; falls zwei Mehr-Links angezeigt werden, diesen hier deaktivieren. Ansichten stellen nur in der Block-Ausgabe einen Mehr-Link bereit. Für eingebettete Ansichten diesen verwenden."
-
-#: views_content/plugins/content_types/views.inc:288
-#: views_content/plugins/content_types/views_panes.inc:335
-#, fuzzy
-msgid "Display feed icons"
-msgstr "Feed-Icons anzeigen"
-
-#: views_content/plugins/content_types/views.inc:294
-#, fuzzy
-msgid "Custom pager settings"
-msgstr "Individuelle Sichtbarkeits-Einstellungen"
-
-#: views_content/plugins/content_types/views.inc:299
-msgid "Use different pager settings from view settings"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:306
-msgid "<strong>Warning: </strong> This view has AJAX enabled. Overriding the pager settings will work initially, but when the view is updated via AJAX, the original settings will be used. You should not override pager settings on Views with the AJAX setting enabled."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:313
-#: views_content/plugins/content_types/views_panes.inc:343
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:148
-#, fuzzy
-msgid "Use pager"
-msgstr "Seitennavigation verwenden"
-
-#: views_content/plugins/content_types/views.inc:322
-#: views_content/plugins/content_types/views_panes.inc:351
-#, fuzzy
-msgid "Pager ID"
-msgstr "Pager ID"
-
-#: views_content/plugins/content_types/views.inc:335
-#, fuzzy
-msgid "Num posts"
-msgstr "Anzahl Beiträge"
-
-#: views_content/plugins/content_types/views.inc:343
-#: views_content/plugins/content_types/views_panes.inc:372
-#, fuzzy
-msgid "Offset"
-msgstr "Offset"
-
-#: views_content/plugins/content_types/views.inc:345
-msgid "The number of items to skip and not display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:352
-#, fuzzy
-msgid "Send arguments"
-msgstr "Argumente übergeben"
-
-#: views_content/plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below. Note that arguments do not include the base URL; only values after the URL or set as placeholders are considered arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel. Note: use these values only as a last resort. In future versions of Panels these may go away."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:368
-#, fuzzy
-msgid "Override URL"
-msgstr "URL überschreiben"
-
-#: views_content/plugins/content_types/views.inc:370
-#, fuzzy
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr "Sobald aktiviert, wird die Ansichten URL überschrieben; Manchmal kann es sinnvoll sein, die Panel URL einzusetzten."
-
-#: views_content/plugins/content_types/views.inc:394;406
-#: views_content/plugins/content_types/views_panes.inc:411;414
-#, fuzzy
-msgid "Deleted/missing view @view"
-msgstr "Entfernte/fehlende Ansicht @view"
-
-#: views_content/plugins/content_types/views.inc:396
-#, fuzzy
-msgid "View: @name"
-msgstr "Ansicht: @name"
-
-#: views_content/plugins/content_types/views.inc:409
-#, fuzzy
-msgid "View information"
-msgstr "Ansichtsinformation"
-
-#: views_content/plugins/content_types/views.inc:412
-#, fuzzy
-msgid "Using display @display."
-msgstr "Anzeige @display wurd verwendet."
-
-#: views_content/plugins/content_types/views.inc:433
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:441
-#, fuzzy
-msgid "@count items displayed."
-msgstr "@count Einträge wurden angezeigt."
-
-#: views_content/plugins/content_types/views.inc:443
-#, fuzzy
-msgid "With pager."
-msgstr "Mit Seitennavigation."
-
-#: views_content/plugins/content_types/views.inc:446
-#, fuzzy
-msgid "Without pager."
-msgstr "Ohne Seitennavigation."
-
-#: views_content/plugins/content_types/views.inc:450
-#, fuzzy
-msgid "Skipping first @count results"
-msgstr "Überspringe die ersten @count Ergebnisse"
-
-#: views_content/plugins/content_types/views.inc:453
-#, fuzzy
-msgid "With more link."
-msgstr "Mit „Mehr“-Link"
-
-#: views_content/plugins/content_types/views.inc:456
-#, fuzzy
-msgid "With feed icon."
-msgstr "Mit Feed-Symbole."
-
-#: views_content/plugins/content_types/views.inc:459
-#, fuzzy
-msgid "Sending arguments."
-msgstr "Argumente übergeben."
-
-#: views_content/plugins/content_types/views.inc:462
-#, fuzzy
-msgid "Using arguments: @args"
-msgstr "Argumente verwenden: @arg"
-
-#: views_content/plugins/content_types/views.inc:465
-#, fuzzy
-msgid "Using url: @url"
-msgstr "Verwende URL: @url"
-
-#: views_content/plugins/content_types/views_panes.inc:15;94
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:92
-#, fuzzy
-msgid "View panes"
-msgstr "Zugriff auf alle Panel-Inhalte"
-
-#: views_content/plugins/content_types/views_panes.inc:319
-#, fuzzy
-msgid "Link title to page"
-msgstr "Titel mit Seite verlinken"
-
-#: views_content/plugins/content_types/views_panes.inc:326
-#, fuzzy
-msgid "Provide a \"more\" link."
-msgstr "Stellt einen „Mehr“-Link bereit."
-
-#: views_content/plugins/content_types/views_panes.inc:363
-#, fuzzy
-msgid "Num items"
-msgstr "Anzahl Einträge"
-
-#: views_content/plugins/content_types/views_panes.inc:365
-#, fuzzy
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr "Die Anzahl der anzuzeigenden Einträge auswählen, oder 0 um alle Ergebnisse anzuzeigen."
-
-#: views_content/plugins/content_types/views_panes.inc:374
-#, fuzzy
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr "Die Anzahl der zu überspringenden Einträge eingeben, oder 0 um alle Einträge zu überspringen."
-
-#: views_content/plugins/content_types/views_panes.inc:381
-#, fuzzy
-msgid "Override path"
-msgstr "Pfad überschreiben"
-
-#: views_content/plugins/content_types/views_panes.inc:383
-#, fuzzy
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr "Sobald aktiviert, wird die Ansichten-URL übersteuert; manchmal kann es sinnvoll sein, die Panel-URL einzusetzen."
-
-#: views_content/plugins/views/views_content.views.inc:16
-#, fuzzy
-msgid "Content pane"
-msgstr "Inhaltsausschnitt"
-
-#: views_content/plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:56
-#, fuzzy
-msgid "Pane settings"
-msgstr "Ausschnitt-Einstellungen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:61
-#, fuzzy
-msgid "Use view name"
-msgstr "Ansichtsname verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:70
-#, fuzzy
-msgid "Admin title"
-msgstr "Admin Titel"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:76
-#, fuzzy
-msgid "Use view description"
-msgstr "Ansichtsbeschreibung verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:85
-#, fuzzy
-msgid "Admin desc"
-msgstr "Admin-Beschreibung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:101
-#, fuzzy
-msgid "Category"
-msgstr "Kategorie"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-#, fuzzy
-msgid "Link to view"
-msgstr "Zur Ansicht verlinken"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-#, fuzzy
-msgid "Yes"
-msgstr "Ja"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-#, fuzzy
-msgid "No"
-msgstr "Nein"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:113
-#, fuzzy
-msgid "Use Panel path"
-msgstr "Panel-Pfad verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:119
-#, fuzzy
-msgid "Argument input"
-msgstr "Argumenteingabe"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-#, fuzzy
-msgid "Allow settings"
-msgstr "Einstellungen zulassen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-#, fuzzy
-msgid "None"
-msgstr "Keines"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-#, fuzzy
-msgid "All"
-msgstr "Alle"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-#, fuzzy
-msgid "Some"
-msgstr "Einige"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:149
-#, fuzzy
-msgid "Items per page"
-msgstr "Beträge pro Seite"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:150
-#, fuzzy
-msgid "Pager offset"
-msgstr "Offset der Seitennavigation"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:152
-#, fuzzy
-msgid "More link"
-msgstr "„Mehr“-Verweis?"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:153
-#, fuzzy
-msgid "Path override"
-msgstr "Pfad-Übersteuerung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:154
-#, fuzzy
-msgid "Title override"
-msgstr "Titel-Übersteuerung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:171
-#, fuzzy
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr "Dies ist der Titel, der für diesen Ansichten-Ausschnitt im „Inhalt hinzufügen“-Dialog erscheint. Falls nicht gesetzt, wird der Ansichten-Name verwendet."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:193
-#, fuzzy
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr "Die ist die Kategorie, in welcher der Ausschnitt im „Inhalt hinzufügen“-Dialog erscheint."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:199
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:204
-#, fuzzy
-msgid "Link pane title to view"
-msgstr "Ausschnitt-Titel mit Ansicht verlinken"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:220
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:225
-#, fuzzy
-msgid "Choose the data source for view arguments"
-msgstr "Einen Wert für dieses Argument eingeben"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:242
-#, fuzzy
-msgid "No argument"
-msgstr "Kein Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:243
-#, fuzzy
-msgid "Argument wildcard"
-msgstr "Argumentplatzhalter"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:244
-#, fuzzy
-msgid "From context"
-msgstr "Aus dem Zusammenhang"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:245
-#, fuzzy
-msgid "From panel argument"
-msgstr "Aus dem Panelargument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:246
-#, fuzzy
-msgid "Fixed"
-msgstr "Statisch"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:247
-#, fuzzy
-msgid "Input on pane config"
-msgstr "Eingabe in Panel-Inhalt-Einstellungen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:250
-#, fuzzy
-msgid "@arg source"
-msgstr "@arg-Quelle"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:256
-#, fuzzy
-msgid "Required context"
-msgstr "Zusammenhang erforderlich"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:257
-#, fuzzy
-msgid "If \"From context\" is selected, which type of context to use."
-msgstr "Das zu verwendende Panel-Argument, falls „Aus Panel-Argument“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:266
-#, fuzzy
-msgid "Context is optional"
-msgstr "Wahlweise Kontaktinformation"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "This context need not be present for the pane to function. If you plan to use this, ensure that the argument handler can handle empty values gracefully."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:275
-#, fuzzy
-msgid "Panel argument"
-msgstr "Panelargument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:276
-#, fuzzy
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr "Das zu verwendende Panel-Argument, falls „Aus Panel-Argument“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "First"
-msgstr "Erster"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "Second"
-msgstr "Zweites"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "Third"
-msgstr "Drittes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "Fourth"
-msgstr "Viertes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "Fifth"
-msgstr "Fünftes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-#, fuzzy
-msgid "Sixth"
-msgstr "Sechstes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:285
-#, fuzzy
-msgid "Fixed argument"
-msgstr "Statisches Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:286
-#, fuzzy
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr "Das Argument, falls „Statisch“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:294
-#, fuzzy
-msgid "Label"
-msgstr "Bezeichnung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:295
-#, fuzzy
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr "Die verwendete Bezeichnung, falls dieses Argument für den Benutzer erscheint."
-
-#~ msgid "ctools"
-#~ msgstr "ctools"
-#~ msgid "The filename this CSS is stored in."
-#~ msgstr "Der Dateiname in dem dieses CSS gespeichert wird."
-
-#, fuzzy
-#~ msgid "The session ID this cache object belongs to."
-#~ msgstr "Die Session-ID zu der dieses Cacheobjekt gehört."
-
-#, fuzzy
-#~ msgid "The name of the object this cache is attached to."
-#~ msgstr "Der Name der Funktion, welche die Darstellung der Seite aufbaut."
-
-#, fuzzy
-#~ msgid "The time this cache was created or updated."
-#~ msgstr "Der Zeitpunkt zu dem der Cache erstellt oder aktualisiert wurde."
-
-#, fuzzy
-#~ msgid "Serialized data being stored."
-#~ msgstr "Die gespeicherten serialisierten Daten."
-#~ msgid "Add a node"
-#~ msgstr "Beitrag hinzufügen"
-#~ msgid "Check here to show only the node teaser."
-#~ msgstr "Aktivieren, um nur den Anrisstext des Beitrages anzuzeigen."
-#~ msgid "Check here if the node is being displayed on a page by itself."
-#~ msgstr "Aktivieren, falls der Beitrag auf einer eigenen Seite erscheint."
-
diff --git a/sites/all/modules/ctools/translations/ctools.fr.po b/sites/all/modules/ctools/translations/ctools.fr.po
deleted file mode 100644
index 73bddc18..00000000
--- a/sites/all/modules/ctools/translations/ctools.fr.po
+++ /dev/null
@@ -1,92 +0,0 @@
-# $Id: ctools.fr.po,v 1.1 2009/08/16 20:10:09 hass Exp $
-#
-# French translation of Drupal (general)
-# Copyright 2009 Jérémy Chatard <jchatard@breek.fr>
-# Generated from files:
-#  ctools.install,v 1.11 2009/08/09 19:33:12 merlinofchaos
-#  ctools.info,v 1.3 2009/07/12 18:11:58 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-15 10:42+0200\n"
-"PO-Revision-Date: 2009-08-15 10:55+0100\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: French <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n>1);\n"
-
-#: ctools.install:25
-msgid "CTools CSS Cache"
-msgstr "Cache CSS de CTools"
-
-#: ctools.install:27
-msgid "Exists"
-msgstr "Présent"
-
-#: ctools.install:31
-msgid "The CTools CSS cache directory, %path could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories."
-msgstr "Le répertoire de cache CSS de CTools, %path n'a pas pu être créé car il y a un problème de configuration sur le répertoire files. Veuillez vous assurez que le répertoire files est correctement configuré et que le serveur web dispose des permissions suffisantes pour créer des répertoires."
-
-#: ctools.install:33
-msgid "Unable to create"
-msgstr "Création impossible"
-
-#: ctools.install:75
-msgid "A special cache used to store CSS that must be non-volatile."
-msgstr "Un cache spécial utilisé pour stocker le code CSS qui ne doit pas être géré de façon volatile."
-
-#: ctools.install:80
-msgid "The CSS ID this cache object belongs to."
-msgstr "L'ID CSS auquel cet objet mis en cache appartient."
-
-#: ctools.install:86
-msgid "The filename this CSS is stored in."
-msgstr "Le nom du fichier dans lequel ce CSS est stocké."
-
-#: ctools.install:91
-msgid "CSS being stored."
-msgstr "Règles CSS qui sont stockées."
-
-#: ctools.install:97
-msgid "Whether or not this CSS needs to be filtered."
-msgstr "Ce CSS doit-il ou non être filtré."
-
-#: ctools.install:113
-msgid "A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment."
-msgstr "Cache spécial utilisé pour enregistrer les objets en cours d'édition ; il sert à enregistrer l'état dans un environnement normalement sans état."
-
-#: ctools.install:119
-msgid "The session ID this cache object belongs to."
-msgstr "L'identifiant de session auquel cet objet de cache appartient."
-
-#: ctools.install:125
-msgid "The name of the object this cache is attached to."
-msgstr "Le nom de l'objet auquel ce cache est attaché."
-
-#: ctools.install:131
-msgid "The type of the object this cache is attached to; this essentially represents the owner so that several sub-systems can use this cache."
-msgstr "Le type d'objet auquel ce cache est rattaché ; cela représente essentiellement le propriétaire afin que d'autres sous-systèmes puissent utiliser ce cache."
-
-#: ctools.install:138
-msgid "The time this cache was created or updated."
-msgstr "Date de création ou de mise à jour de ce cache."
-
-#: ctools.install:143
-msgid "Serialized data being stored."
-msgstr "Données sérialisées en cours d'enregistrement."
-
-#: ctools.info:0
-msgid "Chaos tools"
-msgstr "Chaos tools"
-
-#: ctools.info:0
-msgid "A library of helpful tools by Merlin of Chaos."
-msgstr "Une librairie d'outils par Merlin of Cahos"
-
-#: ctools.info:0
-msgid "Chaos tool suite"
-msgstr "Chaos tool suite"
-
diff --git a/sites/all/modules/ctools/translations/ctools.hu.po b/sites/all/modules/ctools/translations/ctools.hu.po
deleted file mode 100644
index 4a92c0bb..00000000
--- a/sites/all/modules/ctools/translations/ctools.hu.po
+++ /dev/null
@@ -1,2794 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-17 17:26+0000\n"
-"PO-Revision-Date: 2009-12-14 17:28+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Home"
-msgstr "Címlap"
-msgid "Title"
-msgstr "Cím"
-msgid "Body"
-msgstr "Törzs"
-msgid "Pages"
-msgstr "Oldalak"
-msgid "context"
-msgstr "környezet"
-msgid "Status"
-msgstr "Állapot"
-msgid "Delete"
-msgstr "Törlés"
-msgid "Operations"
-msgstr "Műveletek"
-msgid "Value"
-msgstr "Érték"
-msgid "Type"
-msgstr "Típus"
-msgid "Author"
-msgstr "Szerző"
-msgid "List"
-msgstr "Lista"
-msgid "Cancel"
-msgstr "Mégsem"
-msgid "Description"
-msgstr "Leírás"
-msgid "Language"
-msgstr "Nyelv"
-msgid "Enable"
-msgstr "Engedélyezés"
-msgid "Disable"
-msgstr "Letilt"
-msgid "Access control"
-msgstr "Hozzáférés szabályozás"
-msgid "Disabled"
-msgstr "Tiltott"
-msgid "Enabled"
-msgstr "Engedélyezett"
-msgid "Comments"
-msgstr "Hozzászólások"
-msgid "Yes"
-msgstr "Igen"
-msgid "No"
-msgstr "Nem"
-msgid "Categories"
-msgstr "Kategóriák"
-msgid "Edit"
-msgstr "Szerkesztés"
-msgid "Search"
-msgstr "Keresés"
-msgid "Reset"
-msgstr "Alaphelyzet"
-msgid "None"
-msgstr "Nincs"
-msgid "Comment form"
-msgstr "Hozzászólás űrlap"
-msgid "User contact form"
-msgstr "Felhasználói kapcsolatfelvételi űrlap"
-msgid "Weight"
-msgstr "Súly"
-msgid "Admin title"
-msgstr "Adminisztratív cím"
-msgid "Related terms"
-msgstr "Kapcsolódó kifejezések"
-msgid "Depth"
-msgstr "Mélység"
-msgid "Category"
-msgstr "Kategória"
-msgid "Settings"
-msgstr "Beállítások"
-msgid "Name"
-msgstr "Név"
-msgid "Import"
-msgstr "Import"
-msgid "Export"
-msgstr "Export"
-msgid "Taxonomy term"
-msgstr "Taxonómia kifejezés"
-msgid "Back"
-msgstr "Vissza"
-msgid "Node ID"
-msgstr "Tartalom azonosítója"
-msgid "Label"
-msgstr "Címke"
-msgid "Save"
-msgstr "Mentés"
-msgid "Help"
-msgstr "Súgó"
-msgid "Default"
-msgstr "Alapértelmezés"
-msgid "Summary"
-msgstr "Összegzés"
-msgid "Update"
-msgstr "Frissítés"
-msgid "Views"
-msgstr "Nézetek"
-msgid "Access"
-msgstr "Hozzáférés"
-msgid "Add"
-msgstr "Hozzáadás"
-msgid "View"
-msgstr "Megtekintés"
-msgid "Path"
-msgstr "Útvonal"
-msgid "Vocabularies"
-msgstr "Szótárak"
-msgid "Display"
-msgstr "Megjelenítés"
-msgid "Node type"
-msgstr "Tartalomtípus"
-msgid "Menu"
-msgstr "Menü"
-msgid "results"
-msgstr "találatok"
-msgid "search"
-msgstr "keresés"
-msgid "Keywords"
-msgstr "Kulcsszavak"
-msgid "User"
-msgstr "Felhasználó"
-msgid "Continue"
-msgstr "Folytatás"
-msgid "Configure"
-msgstr "Beállítás"
-msgid "User ID"
-msgstr "Felhasználó ID"
-msgid "Error"
-msgstr "Hiba"
-msgid "Contact"
-msgstr "Kapcsolat"
-msgid "Node"
-msgstr "Tartalom"
-msgid "Node edit form"
-msgstr "Tartalom szerkesztése űrlap"
-msgid "Node add form"
-msgstr "Tartalom hozzádása űrlap"
-msgid "All"
-msgstr "Minden"
-msgid "Submit @name"
-msgstr "@name beküldése"
-msgid "Date format"
-msgstr "Dátumformátum"
-msgid "Page title"
-msgstr "Oldal címe"
-msgid "Block"
-msgstr "Blokk"
-msgid "Override title"
-msgstr "Cím felülírása"
-msgid "Pager ID"
-msgstr "Lapozó azonosító"
-msgid "Override URL"
-msgstr "URL felülbírálása"
-msgid ""
-"If this is set, override the View URL; this can sometimes be useful to "
-"set to the panel URL"
-msgstr ""
-"Ha ez be van kapocsolva, akkor felülírja a nézet webcímét. Néha "
-"hasznos lehet a panel webcímére állítani."
-msgid "Node links"
-msgstr "Tartalom hivatkozások"
-msgid "Taxonomy terms"
-msgstr "Taxonómia kifejezések"
-msgid "User picture"
-msgstr "Felhasználó képe"
-msgid "Breadcrumb"
-msgstr "Menümorzsa"
-msgid "Mission"
-msgstr "Küldetés"
-msgid "Custom"
-msgstr "Egyedi"
-msgid "Input format"
-msgstr "Beviteli forma"
-msgid "Node revision ID"
-msgstr "A tartalom változatának azonosítója"
-msgid "Vocabulary"
-msgstr "Szótár"
-msgid "Vocabulary ID"
-msgstr "Szótárazonosító"
-msgid "Term"
-msgstr "Kifejezés"
-msgid "Term ID"
-msgstr "Kifejezés azonosító"
-msgid "Term name"
-msgstr "Kifejezés neve"
-msgid "Overridden"
-msgstr "Felülírva"
-msgid "Mode"
-msgstr "Mód"
-msgid "Normal"
-msgstr "Normál"
-msgid "Advanced"
-msgstr "Haladó"
-msgid "Up"
-msgstr "Fel"
-msgid "System"
-msgstr "Rendszer"
-msgid "Terms"
-msgstr "Kifejezések"
-msgid "All views"
-msgstr "Összes nézet"
-msgid "Basic"
-msgstr "Alap"
-msgid "List type"
-msgstr "Lista típusa"
-msgid "Role"
-msgstr "Csoport"
-msgid "String"
-msgstr "Karaktersorozat"
-msgid "Exists"
-msgstr "Létezik"
-msgid "Argument"
-msgstr "Argumentum"
-msgid "Anonymous"
-msgstr "Anonymous"
-msgid "<All>"
-msgstr "< Mind >"
-msgid "Clone"
-msgstr "Klónozás"
-msgid "Normal menu item"
-msgstr "Normál menüelem"
-msgid "Down"
-msgstr "Le"
-msgid "Arguments"
-msgstr "Argumentumok"
-msgid "Order"
-msgstr "Sorrend"
-msgid "Add criteria"
-msgstr "Jellemző hozzáadása"
-msgid "Node: ID"
-msgstr "Tartalom: azonosító"
-msgid "Basic settings"
-msgstr "Alapbeállítások"
-msgid "Node template"
-msgstr "Tartalomsablon"
-msgid "Term description"
-msgstr "A kifejezés leírása"
-msgid "Child terms"
-msgstr "Gyerek kifejezések"
-msgid "Operation"
-msgstr "Művelet"
-msgid "Sort by"
-msgstr "Rendezés"
-msgid "Created date"
-msgstr "Létrehozás dátuma"
-msgid "Authoring information"
-msgstr "Szerzői információk"
-msgid "Some"
-msgstr "Néhány"
-msgid "Link to node"
-msgstr "Hivatkozás tartalomra"
-msgid "Change"
-msgstr "Változtat"
-msgid "Edit term"
-msgstr "Kifejezés szerkesztése"
-msgid "Feeds"
-msgstr "Hírcsatornák"
-msgid "Node title"
-msgstr "Tartalom címe"
-msgid "Node body"
-msgstr "Tartalom törzse"
-msgid "Search results"
-msgstr "Találatok"
-msgid "Your search yielded no results"
-msgstr "Nincs találat."
-msgid "unlimited"
-msgstr "korlátlan"
-msgid "Activity"
-msgstr "Tevékenység"
-msgid "Publishing options"
-msgstr "Közzétételi beállítások"
-msgid "First"
-msgstr "Első"
-msgid "Configure block"
-msgstr "Blokk beállítása"
-msgid "Second"
-msgstr "Másodperc"
-msgid "Fixed"
-msgstr "Rögzített"
-msgid "Revert"
-msgstr "Visszaállítás"
-msgid "Greater than"
-msgstr "Nagyobb jel"
-msgid "Open in new window"
-msgstr "Megnyitás új ablakban"
-msgid "All blogs"
-msgstr "Minden blog"
-msgid "Changed"
-msgstr "Módosított"
-msgid "User name"
-msgstr "Felhasználónév"
-msgid "Menu settings"
-msgstr "Menübeállítások"
-msgid "New"
-msgstr "Új"
-msgid "Relationships"
-msgstr "Kapcsolatok"
-msgid "Parent menu item"
-msgstr "Szülő menüpont"
-msgid "Loading..."
-msgstr "Betöltés..."
-msgid "Tabs"
-msgstr "Fülek"
-msgid "Storage"
-msgstr "Tárolás"
-msgid "Page name"
-msgstr "Oldal neve"
-msgid "Apply"
-msgstr "Alkalmaz"
-msgid "You must select a node."
-msgstr "Ki kell választani egy tartalmat."
-msgid "PHP Code"
-msgstr "PHP kód"
-msgid "Simple"
-msgstr "Egyszerű"
-msgid "Relationship type"
-msgstr "Kapcsolattípus"
-msgid "Menus"
-msgstr "Menük"
-msgid "Third"
-msgstr "Harmadik"
-msgid "Fourth"
-msgstr "Negyedik"
-msgid "Fifth"
-msgstr "Ötödik"
-msgid "Form"
-msgstr "Űrlap"
-msgid "Override path"
-msgstr "Elérési út felülbírálása"
-msgid "Permission"
-msgstr "Jogosultság"
-msgid "Edit this term"
-msgstr "Kifejezés szerkesztése"
-msgid "Contexts"
-msgstr "Környezetek"
-msgid "Loading"
-msgstr "Betöltés"
-msgid "Node author"
-msgstr "Tartalom szerzője"
-msgid "Miscellaneous"
-msgstr "Egyéb"
-msgid "Attach files"
-msgstr "Fájlok csatolása"
-msgid "Views panes"
-msgstr "Views táblák"
-msgid "by @user"
-msgstr "@user által"
-msgid "Argument type"
-msgstr "Argumentumtípus"
-msgid "Deleted/missing block @module-@delta"
-msgstr "Törölt/hiányzó @module-@delta blokk"
-msgid "New custom content"
-msgstr "Új egyedi tartalom"
-msgid "Create a completely custom piece of HTML content."
-msgstr "Egy teljesen egyedi HTML tartalom létrehozása."
-msgid "Context"
-msgstr "Környezet"
-msgid "General form"
-msgstr "Általános űrlap"
-msgid "Form goes here."
-msgstr "Ide jön az űrlap."
-msgid "\"@s\" base form"
-msgstr "„@s” alap űrlap"
-msgid "Node type description"
-msgstr "Tartalom típusának leírása"
-msgid "Attached files"
-msgstr "Csatolt fájlok"
-msgid "Attached files go here."
-msgstr "Ide jönnek a csatolt fájlok."
-msgid "A list of files attached to the node."
-msgstr "Egy lista a tartalomhoz csatolt fájlokról."
-msgid "\"@s\" attachments"
-msgstr "„@s” csatolmány"
-msgid "Book navigation"
-msgstr "Könyv navigáció"
-msgid "Book navigation goes here."
-msgstr "Ide jön a könyv navigációja."
-msgid "\"@s\" book navigation"
-msgstr "„@s” könyv navigáció"
-msgid "Add comment"
-msgstr "Új hozzászólás"
-msgid "Comment form here."
-msgstr "Ide jön a hozzászólás űrlapja."
-msgid "A form to add a new comment."
-msgstr "Egy űrlap új hozzászólás hozzáadásához."
-msgid "\"@s\" comment form"
-msgstr "„@s” hozzászólás űrlap"
-msgid "Node comments"
-msgstr "Tartalom hozzászólásai"
-msgid "Node comments go here."
-msgstr "Ide jönnek a tartalom hozzászólásai."
-msgid "The comments of the referenced node."
-msgstr "A hivatkozott tartalom hozzászólásai."
-msgid "Sort"
-msgstr "Sorbarendezés"
-msgid "!a comments per page"
-msgstr "!a hozzászólás egy oldalon"
-msgid "Pager"
-msgstr "Lapozó"
-msgid "\"@s\" comments"
-msgstr "„@s” hozzászólásai"
-msgid "Node content"
-msgstr "Tartalom"
-msgid "The content of the referenced node."
-msgstr "A hivatkozott tartalom tartalma."
-msgid "Node title."
-msgstr "Tartalom címe."
-msgid "Node content goes here."
-msgstr "Ide jön a tartalom."
-msgid "Edit node"
-msgstr "Tartalom szerkesztése"
-msgid "Edit this node"
-msgstr "Ennek a tartalomnak a szerkesztése"
-msgid "Link title to node"
-msgstr "A cím hivatkozzon a tartalomra"
-msgid "Check here to make the title link to the node."
-msgstr "Bejelölve a cím a tartalomra fog hivatkozni."
-msgid "No extras"
-msgstr "Nincsenek extrák"
-msgid ""
-"Check here to disable additions that modules might make to the node, "
-"such as file attachments and CCK fields; this should just display the "
-"basic teaser or body."
-msgstr ""
-"Bejelölve letiltja a modulok által a tartalomhoz biztosított olyan "
-"kiegészítéseket, mint a csatolt fájlok és a CCK mezők; ez csak "
-"az alap bevezetőt és törzset jeleníti meg."
-msgid "Identifier"
-msgstr "Azonosító"
-msgid "\"@s\" content"
-msgstr "„@s” tartalom"
-msgid "Node form publishing options"
-msgstr "Tartalom űrlap közzétételi beállítások"
-msgid "Publishing options on the Node form."
-msgstr "Közzétételi beállítások a tartalom űrlapon."
-msgid "Node form author information"
-msgstr "Tartalom űrlap szerzői információ"
-msgid "Author information on the Node form."
-msgstr "Szerzői információ a tartalom űrlapon."
-msgid "Node form input format"
-msgstr "Tartalom űrlap beviteli forma"
-msgid "Input format for the body field on a node."
-msgstr "A törzs mező beviteli formája egy tartalomban."
-msgid "Node form comment settings"
-msgstr "Tartalom űrlap hozzászólás beállítások"
-msgid "Comment settings on the Node form."
-msgstr "Hozzászólás beállítások a tartalom űrlapon."
-msgid "Node form menu settings"
-msgstr "Tartalom űrlap menü beállítások"
-msgid "Node form file attachments"
-msgstr "Tartalom űrlap csatolmányok"
-msgid "File attachments on the Node form."
-msgstr "Csatolmányok a tartalom űrlapon."
-msgid "Node form categories"
-msgstr "Tartalom űrlap kategóriák"
-msgid "Taxonomy categories for the node."
-msgstr "Taxonómia kategóriák a tartalomhoz."
-msgid "Node form book options"
-msgstr "Tartalom űrlap könyvvázlat beállítások"
-msgid "Book options for the node."
-msgstr "Könyvvázlat beállítások a tartalomhoz."
-msgid "Publishing options."
-msgstr "Közzétételi beállítások."
-msgid "Comment options"
-msgstr "Hozzászólás beállítások"
-msgid "Comment options."
-msgstr "Hozzászólás beállítások."
-msgid "Authoring information."
-msgstr "Szerzői információk."
-msgid "Menu options"
-msgstr "Menü beállítások"
-msgid "Menu options."
-msgstr "Menü beállítások."
-msgid "URL path options"
-msgstr "Webcímútvonal beállítások"
-msgid "URL Path options."
-msgstr "Webcímútvonal beállítások."
-msgid "Attach files."
-msgstr "Fájlok csatolása."
-msgid "Categories."
-msgstr "Kategóriák."
-msgid "Book options"
-msgstr "Könyvvázlat beállítások"
-msgid "Book options."
-msgstr "Könyvvázlat beállítások."
-msgid "Input format."
-msgstr "Beviteli forma."
-msgid "\"@s\" @type"
-msgstr "„@s” @type"
-msgid "Node type description goes here."
-msgstr "Ide jön a tartalom típusának leírása."
-msgid "Node type description."
-msgstr "Tartalom típusának leírása."
-msgid "\"@s\" type description"
-msgstr "„@s” típusleírás"
-msgid "Profile content goes here."
-msgstr "Ide jön a profil tartalma."
-msgid "Which category"
-msgstr "Melyik kategória"
-msgid ""
-"Text to display if category has no data. Note that title will not "
-"display unless overridden."
-msgstr ""
-"A megjelenített szöveg, ha a kategória nem rendelkezik adattal. Meg "
-"kell jegyezni, hogy a cím nem fog megjelenni felülírás nélkül."
-msgid "\"@s\" profile fields"
-msgstr "„@s” profilmezők"
-msgid "Term description goes here."
-msgstr "Ide jön a kifejezés leírása."
-msgid "Term description."
-msgstr "Kifejezés leírása."
-msgid "\"@s\" term description"
-msgstr "„@s” kifejezés leírása"
-msgid "List of related terms"
-msgstr "Kapcsolódó kifejezések listája"
-msgid ""
-"Terms related to an existing term; may be child, siblings or top "
-"level."
-msgstr ""
-"Egy létező kifejezéshez kapcsolódó kifejezések. Lehet gyermek, "
-"testvér vagy legfelső szintű."
-msgid "Sibling terms"
-msgstr "Testvér kifejezések"
-msgid "Top level terms"
-msgstr "Legfelső szintű kifejezés"
-msgid "Term synonyms"
-msgstr "Szinonimák"
-msgid "Which terms"
-msgstr "Mely kifejezések"
-msgid "Unordered"
-msgstr "Rendezetlen"
-msgid "Ordered"
-msgstr "Rendezett"
-msgid "The picture of a user."
-msgstr "Egy kép a felhasználóról."
-msgid "\"@s\" user picture"
-msgstr "„@s” felhasználó képe"
-msgid "User profile"
-msgstr "Felhasználói profil"
-msgid "The profile of a user."
-msgstr "Egy felhasználó profilja."
-msgid "\"@s\" user profile"
-msgstr "„@s” felhasználói profil"
-msgid "Vocabulary terms"
-msgstr "Szótárkifejezések"
-msgid "All the terms in a vocabulary."
-msgstr "Az összes kifejezés egy szótárban."
-msgid "\"@s\" terms"
-msgstr "„@s” kifejezés"
-msgid "Maximum depth"
-msgstr "Maximális mélység"
-msgid "Define the maximum depth of terms being displayed."
-msgstr ""
-"A megjelenített kifejezések maximális mélységének "
-"meghatározása."
-msgid "Display as tree"
-msgstr "Megjelenítés fa nézetben"
-msgid ""
-"If checked, the terms are displayed in a tree, otherwise in a flat "
-"list."
-msgstr ""
-"Ha ez be van kapcsolva, akkor a kifejezések egy fában jelennek meg, "
-"különben egy egyszerű listában."
-msgid "A node object."
-msgstr "Egy tartalom objektum."
-msgid "Currently set to !link"
-msgstr "Jelenlegi beállítás: !link"
-msgid "Invalid node selected."
-msgstr "Érvénytelen tartalom lett kiválasztva."
-msgid "A node add form."
-msgstr "Tartalom hozzádása űrlap"
-msgid "Select the node type for this form."
-msgstr "Tartalomtípus kiválasztása ehhez az űrlaphoz."
-msgid "A node edit form."
-msgstr "Egy tartalom szerkesztése űrlap"
-msgid "A single taxonomy term object."
-msgstr "Egy egyszerű taxonómia kifejezésobjektum."
-msgid "A single user object."
-msgstr "Egy egyszerű felhasználó objektum."
-msgid "Taxonomy vocabulary"
-msgstr "Taxonómiaszótár"
-msgid "A single taxonomy vocabulary object."
-msgstr "Egy egyszerű taxonómia szótár objektum."
-msgid "Select the vocabulary for this form."
-msgstr "Szótár kiválasztása ehhez az űrlaphoz."
-msgid "argument"
-msgstr "argumentum"
-msgid "Add argument"
-msgstr "Argumentum hozzáadása"
-msgid "relationship"
-msgstr "kapcsolat"
-msgid "Add relationship"
-msgstr "Kapcsolat hozzáadása"
-msgid "Add context"
-msgstr "Környezet hozzáadása"
-msgid "Required contexts"
-msgstr "Szükséges környezetek"
-msgid "required context"
-msgstr "szükséges környezet"
-msgid "Add required context"
-msgstr "Szükséges környezet hozzáadása"
-msgid "Close Window"
-msgstr "Ablak bezárása"
-msgid "Close window"
-msgstr "Ablak bezárása"
-msgid "Add @type \"@context\""
-msgstr "@type „@context” hozzáadása"
-msgid "Edit @type \"@context\""
-msgstr "@type @context\" szerkesztése"
-msgid "Enter a name to identify this !type on administrative screens."
-msgstr ""
-"Név megadása, ami !type azonosítására szolgál az "
-"adminisztrációs oldalakon."
-msgid "Keyword"
-msgstr "Kulcsszó"
-msgid "Enter a keyword to use for substitution in titles."
-msgstr "Címekben helyettesítéshez használt kulcsszó megadása."
-msgid "Ignore it; content that requires this context will not be available."
-msgstr ""
-"Mellőzve; nem elérhető olyan tartalom, amelyhez ez a környezet "
-"szükséges."
-msgid ""
-"If the argument is missing or is not valid, select how this should "
-"behave."
-msgstr ""
-"Ki kell választani a működést, ha az argumentum hiányzik vagy nem "
-"érvényes."
-msgid "Argument @count"
-msgstr "Argumentum @count"
-msgid "Context @count"
-msgstr "Környezet @count"
-msgid "Configure !subtype_title"
-msgstr "!subtype_title beállítása"
-msgid "Unknown context"
-msgstr "Ismeretlen környezet"
-msgid "No context"
-msgstr "Nincs környezet."
-msgid ""
-"You may use %keywords from contexts, as well as %title to contain the "
-"original title."
-msgstr ""
-"%kulcsszavak használhatóak a környezetekből, továbbá %title "
-"tartalmazza az eredeti címet."
-msgid "Context %count"
-msgstr "Környezet %count"
-msgid "Module name"
-msgstr "Modulnév"
-msgid "Enter the module name to export code to."
-msgstr "A modul nevének megadása amibe a kódot exportálni kell."
-msgid "Local"
-msgstr "Helyi"
-msgid "Panel"
-msgstr "Panel"
-msgid "Add a node from your site as content."
-msgstr "A webhely egy tarlamának hozzáadása tartalomként."
-msgid ""
-"To use a NID from the URL, you may use %0, %1, ..., %N to get URL "
-"arguments. Or use @0, @1, @2, ..., @N to use arguments passed into the "
-"panel."
-msgstr ""
-"A webcímben található tartalomazonosító kinyeréséhez a %0, %1, "
-"..., %N hasznáható, illetve @0, @1, @2, ..., @N a panelnak átadott "
-"argumentumok használatához."
-msgid "Leave node title"
-msgstr "Tartalom címének meghagyása"
-msgid ""
-"Advanced: if checked, do not touch the node title; this can cause the "
-"node title to appear twice unless your theme is aware of this."
-msgstr ""
-"Haladó: ha be van jelölve, nem nyúl a tartalom címéhez; a cím "
-"kétszer jelenhet meg, kivéve ha a smink gondoskodik erről."
-msgid "Invalid node"
-msgstr "Érvénytelen tartalom"
-msgid "Node loaded from @var"
-msgstr "A tartalom betöltve innen: @var"
-msgid "Deleted/missing node @nid"
-msgstr "Törölt/hiányzó tartalom @nid"
-msgid "Path is required."
-msgstr "Az elérési út megadása szükséges."
-msgid "Argument wildcard"
-msgstr "Argumentumot helyettesítő karakter"
-msgid "No argument"
-msgstr "Nincs argumentum"
-msgid "From context"
-msgstr "Környezetből"
-msgid "From panel argument"
-msgstr "Panel argumentumból"
-msgid "Input on pane config"
-msgstr "Bemenet a táblabeállításon"
-msgid "Required context"
-msgstr "Szükséges környezet"
-msgid "Panel argument"
-msgstr "Panel argumentum"
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr ""
-"Ha a „Panel argumentumból” van kiválasztva, akkor melyik panel "
-"argumentum legyen felhasználva."
-msgid "Sixth"
-msgstr "Hatodik"
-msgid "Fixed argument"
-msgstr "Rögzített argumentum"
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr ""
-"Ha a „Rögzített” van kiválasztva, akkor mi legyen "
-"argumentumként felhasználva."
-msgid ""
-"If this argument is presented to the panels user, what label to apply "
-"to it."
-msgstr ""
-"Ha ez az argumentum a panels felhasználónak szól, akkor milyen "
-"címke legyen alkalmazva hozzá."
-msgid "Use pager"
-msgstr "Lapozó használata"
-msgid "Offset"
-msgstr "Eltolás"
-msgid "Link to view"
-msgstr "Hivatkozás a nézetre"
-msgid "More link"
-msgstr "Tovább hivatkozás"
-msgid "Link title to view"
-msgstr "A cím hivatkozzon a nézetre"
-msgid "Provide a \"more\" link that links to the view"
-msgstr "Egy, a nézetre hivatkozó „tovább” hivatkozást biztosít"
-msgid ""
-"This is independent of any more link that may be provided by the view "
-"itself; if you see two more links, turn this one off. Views will only "
-"provide a more link if using the \"block\" type, however, so if using "
-"embed, use this one."
-msgstr ""
-"Ez független bármilyen, a nézet által biztosított tovább "
-"hivatkozástól; ha két tovább hivatkozás jelenik meg, ezt ki kell "
-"kapcsolni. A nézetek csak a „blokk” típus használatakor "
-"biztosítanak tovább hivatkozást, azonban ha be van ágyazva, akkor "
-"ezt kell használni."
-msgid "Display feed icons"
-msgstr "Hírolvasó ikon megjelenítése"
-msgid "Num posts"
-msgstr "Beküldések száma"
-msgid "Send arguments"
-msgstr "Argumentumok küldése"
-msgid "Deleted/missing view @view"
-msgstr "Törölt/hiányzó @view nézet"
-msgid "Book parent"
-msgstr "Szülő könyv"
-msgid "Adds a book parent from a node context."
-msgstr "Egy könyv szülőjének hozzáadása egy tartalomkörnyezetből."
-msgid "Immediate parent"
-msgstr "Közvetlen szülő"
-msgid "Top level book"
-msgstr "Legfelső szintű könyv"
-msgid "Term from node"
-msgstr "Kifejezés tartalomból"
-msgid ""
-"Adds a taxonomy term from a node context; if multiple terms are "
-"selected, this will get the \"first\" term only."
-msgstr ""
-"Taxónomia kifejezés hozzáadása egy tartalomkörnyezetből. Ha "
-"több kifejezés van kiválasztva, akkor csak az „elsőt” fogja "
-"megjeleníteni."
-msgid "Term parent"
-msgstr "Kifejezés szülője"
-msgid "Adds a taxonomy term parent from a term context."
-msgstr ""
-"Egy taxonómia kifejezés szülőjének hozzáadása egy "
-"kifejezéskörnyezetből."
-msgid "Top level term"
-msgstr "Legfelső szintű kifejezés"
-msgid "Machine name"
-msgstr "Programok által olvasható név"
-msgid "%keys (@type)."
-msgstr "%keys (@type)."
-msgid "Locked"
-msgstr "Zárolt"
-msgid "Finish"
-msgstr "Befejezés"
-msgid ""
-"Validation error, please try again. If this error persists, please "
-"contact the site administrator."
-msgstr ""
-"Helyesség ellenőrzési hiba. Kérjük próbálkozzon újra! "
-"Amennyiben a hiba továbbra is fennáll, javasolt felvenni a "
-"kapcsolatot a webhely gazdájával."
-msgid "Create @name"
-msgstr "@name beküldése"
-msgid "Widgets"
-msgstr "Felületi elemek"
-msgid "Custom pages"
-msgstr "Egyéni oldalak"
-msgid "Simplecontext arg"
-msgstr "<em>Simplecontext</em> argumentum"
-msgid "Item1"
-msgstr "Elem1"
-msgid "The stuff for item 1."
-msgstr "Valami az elem 1-hez."
-msgid "Item2"
-msgstr "Elem2"
-msgid "Relcontext"
-msgstr "Relcontext"
-msgid "Simplecontext"
-msgstr "Simplecontext"
-msgid "A relcontext object."
-msgstr "Egy relcontext objektum."
-msgid "Adds a relcontext from existing simplecontext."
-msgstr "Hozzáad egy relcontextet egy létező simplecontextből."
-msgid "Page elements"
-msgstr "Oldalelemek"
-msgid "Variants"
-msgstr "Változatok"
-msgid "Author UID"
-msgstr "Szerző felhasználói azonosítója"
-msgid "Search type"
-msgstr "Keresés típusa"
-msgid "Tab weight"
-msgstr "Fül súlya"
-msgid "Site Slogan"
-msgstr "Jelmondat"
-msgid "User: ID"
-msgstr "Felhasználó: azonosító"
-msgid "Logged in user"
-msgstr "Bejelentkezett felhasználó"
-msgid "Chaos tool suite"
-msgstr "Chaos tool suite"
-msgid "The page has been deleted."
-msgstr "Az oldal törölve lett."
-msgid "Break lock"
-msgstr "Zárolás feloldása"
-msgid "Server reports invalid input error."
-msgstr "A kiszolgáló érvénytelen bemenet hibát jelzett."
-msgid "Default site language"
-msgstr "A webhely alapértelmezett nyelve"
-msgid "No language"
-msgstr "Nincs nyelv"
-msgid "Items per page"
-msgstr "Elemek oldalanként"
-msgid "No menu entry"
-msgstr "Nincs menübejegyzés"
-msgid "Normal menu entry"
-msgstr "Normál menübejegyzés"
-msgid "Menu tab"
-msgstr "Menü fül"
-msgid "Default menu tab"
-msgstr "Alapértelmezett menü fül"
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr ""
-"Ha  a beállítás normál vagy fül, meg kell adni a menüelemhez "
-"használt szöveget."
-msgid ""
-"Warning: Changing this item's menu will not work reliably in Drupal "
-"6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-"Figyelmeztetés: Az ehhez az elemhez tartozó menü módosítása nem "
-"működik megbízhatóan a Drupal 6.4 vagy korábbi változatokban. "
-"Frissíteni kell a Drupalt erről a helyről: !url."
-msgid "Insert item into an available menu."
-msgstr "Elem beillesztése egy rendelkezésre álló menübe."
-msgid "Menu selection requires the activation of menu module."
-msgstr "A menü kiválasztásához szükséges a menu modul engedélyezése."
-msgid "The lower the weight the higher/further left it will appear."
-msgstr "Minél kisebb a súly, annál magasabban/balrább fog megjelenni."
-msgid "Already exists"
-msgstr "Már létezik"
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr "Szülő menüpont létrehozásakor meg kell adni a menüpont címét."
-msgid ""
-"If the parent menu item is a tab, enter the weight of the tab. The "
-"lower the number, the more to the left it will be."
-msgstr ""
-"Ha a szülő menüpont egy fül, meg kell adni a fül súlyát. Minél "
-"kisebb, annál balrább fog megjelenni."
-msgid "Contact form"
-msgstr "Kapcsolatfelvételi űrlap"
-msgid "Equal"
-msgstr "Egyenlő"
-msgid "Search form"
-msgstr "Keresés űrlap"
-msgid "Less than or equal to"
-msgstr "Kevesebb mint, vagy egyenlő"
-msgid "CTools CSS Cache"
-msgstr "CTools CSS gyorstár"
-msgid ""
-"The CTools CSS cache directory, %path could not be created due to a "
-"misconfigured files directory. Please ensure that the files directory "
-"is correctly configured and that the webserver has permission to "
-"create directories."
-msgstr ""
-"A CTools CSS gyorstárának könyvtára, %path nem hozható létre a "
-"„files” könyvtár hibás beállítása miatt. Meg kell győződni "
-"arról, hogy a „files” könyvtár helyesen van beállítva és a "
-"webszervernek joga van azon belül könyvtárakat létrehozni."
-msgid "Unable to create"
-msgstr "Nem lehet létrehozni"
-msgid ""
-"A special cache used to store objects that are being edited; it serves "
-"to save state in an ordinarily stateless environment."
-msgstr ""
-"A szerkesztés alatt álló objektumok tárolására használt "
-"speciális gyorstár; állapotok mentésére szolgál egy általában "
-"állapot nélküli környezetben."
-msgid "Chaos tools"
-msgstr "Chaos eszközök"
-msgid "A library of helpful tools by Merlin of Chaos."
-msgstr "Merlin of Chaos hasznos eszközeinek könyvtára."
-msgid "Bulk export results"
-msgstr "Tömeges export eredményei"
-msgid "Place this in @file"
-msgstr "Elhelyézés ide: @file"
-msgid "There are no objects to be exported at this time."
-msgstr "Jelenleg nincsenek exportált objektumok."
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-"Jelenleg nincsenek olyan objektumok a rendszerben amiket exportálni "
-"lehetne."
-msgid "use bulk exporter"
-msgstr "tömeges exportáló használata"
-msgid "Bulk Exporter"
-msgstr "Tömeges exportáló"
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr "Több CTools által kezelt adatobjektum tömeges exportálása kódba."
-msgid "Bulk Export"
-msgstr "Bulk Export"
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-"A <em>Chaos tools</em> modul által ismert adatobjektumok tömeges "
-"exportálása."
-msgid "@type:@subtype will not display due to missing context"
-msgstr "@type:@subtype nem fog megjelenni a hiányzó környezet miatt"
-msgid "No info"
-msgstr "Nincs információ"
-msgid "No info available."
-msgstr "Nincs elérhető információ."
-msgid "Configure new !subtype_title"
-msgstr "Új !subtype_title beállítása"
-msgid "All criteria must pass."
-msgstr "Minden feltételnek meg kell felelni."
-msgid "Only one criteria must pass."
-msgstr "Csak egy feltételnek kell megfelelni."
-msgid "Broken/missing access plugin %plugin"
-msgstr "Hibás/hiányzó %plugin hozzáférési beépülő"
-msgid "Configure settings for this item."
-msgstr "Az elem beállításainak szerkesztése."
-msgid "Remove this item."
-msgstr "Elem eltávolítása."
-msgid "No criteria selected, this test will pass."
-msgstr "Nincs kiválasztott feltétel, a teszt sikeres."
-msgid "Missing callback hooks."
-msgstr "Hiányzó callback hookok."
-msgid "Edit criteria"
-msgstr "Feltétel szerkesztése"
-msgid "Invalid object name."
-msgstr "Érvénytelen objektumnév."
-msgid "Invalid context type"
-msgstr "Érvénytelen környezettípus"
-msgid "Display page not found or display nothing at all."
-msgstr "Az oldal nem található vagy üres oldal megjelenítése."
-msgid ""
-"Enter a title to use when this argument is present. You may use "
-"%KEYWORD substitution, where the keyword is specified below."
-msgstr ""
-"Az argumentum jelenlétekor használt cím megadása. Lehet %KULCSSZO "
-"helyettesítést használni, az elérhető kulcsszavak lentebb "
-"találhatóak."
-msgid "Unable to delete missing item!"
-msgstr "Hiányzó elemet nem lehet törölni!"
-msgid "Edit @type"
-msgstr "@type szerkesztése"
-msgid "Summary of contexts"
-msgstr "Környezetek összefoglalója"
-msgid "Please choose which context and how you would like it converted."
-msgstr ""
-"Ki kell választani a környezetet és, hogy miként kell azt "
-"konvertálni."
-msgid "@identifier (@keyword)"
-msgstr "@identifier (@keyword)"
-msgid ", and "
-msgstr ", és "
-msgid ", or "
-msgstr ", vagy "
-msgid "Built in context"
-msgstr "Beépített környezet"
-msgid "Keyword: %@keyword"
-msgstr "Kulcsszó: %@keyword"
-msgid "@keyword --&gt; @title"
-msgstr "@keyword --&gt; @title"
-msgid "From \"@title\""
-msgstr "Ebből: „@title”"
-msgid ""
-"Unable to create CTools CSS cache directory. Check the permissions on "
-"your files directory."
-msgstr ""
-"Nem lehet létrehozni a CTools CSS gyorsítár könyvtárat. "
-"Ellenőrizni kell a files könyvtár jogosultságait."
-msgid "Update and return"
-msgstr "Frissítés és viszatérés"
-msgid "In code"
-msgstr "Kódban"
-msgid "Enabled, title"
-msgstr "Engedélyezett, cím"
-msgid "Get a summary of the information about this page."
-msgstr "Az oldalinformációk összefoglalója."
-msgid "Activate this page so that it will be in use in your system."
-msgstr "Az oldalt aktiválni kell, hogy a rendszerben használni lehessen."
-msgid ""
-"De-activate this page. The data will remain but the page will not be "
-"in use on your system."
-msgstr ""
-"Oldal deaktiválása. Az adat megmarad, de az oldal nem lesz "
-"használva a rendszerben."
-msgid "Add variant"
-msgstr "Változat hozzáadása"
-msgid "Add a new variant to this page."
-msgstr "Új változat hozzáadása az oldalhoz."
-msgid "Create variant"
-msgstr "Változat létrehozása"
-msgid "Import variant"
-msgstr "Változat importálása"
-msgid "Add a new variant to this page from code exported from another page."
-msgstr ""
-"Új változat hozzáadása az oldalhoz egy másik oldalból exportált "
-"kódból."
-msgid "Reorder variants"
-msgstr "Változatok újrarendezése"
-msgid ""
-"Change the priority of the variants to ensure that the right one gets "
-"selected."
-msgstr ""
-"A változatok fontosságának módosítása, hogy biztosan a "
-"megfelelő legyen kiválasztva."
-msgid ""
-"Configure a newly created variant prior to actually adding it to the "
-"page."
-msgstr ""
-"Egy újonnan létrehozott változat hozzáadása azelőtt, hogy az "
-"ténylegesen hozzá lenne adva az oldalhoz."
-msgid "Break the lock on this page so that you can edit it."
-msgstr "Az oldal zárolása meg lett szüntetve, így az már szerkeszthető."
-msgid "Variant operations"
-msgstr "Változatok műveletei"
-msgid "Get a summary of the information about this variant."
-msgstr "Változatinformációk összefoglalója."
-msgid "Make an exact copy of this variant."
-msgstr "A változat egy pontos másolatának létrehozása."
-msgid "Export this variant into code to import into another page."
-msgstr ""
-"A változat kódjának egy másik oldalba importálható "
-"exportálása."
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-"A változat összes módosításának eltávolítása és "
-"visszaállítása a kódban lévő változatra."
-msgid "Remove this variant from the page completely."
-msgstr "A változat teljes eltávolítása az oldalról."
-msgid "Activate this variant so that it will be in use in your system."
-msgstr "A változatot aktiválni kell, hogy a rendszerben használni lehessen."
-msgid ""
-"De-activate this variant. The data will remain but the variant will "
-"not be in use on your system."
-msgstr ""
-"Változat deaktiválása. Az adat megmarad, de a változat nem lesz "
-"használva a rendszerben."
-msgid "No variants"
-msgstr "Nincsenek változatok"
-msgid "This operation trail does not exist."
-msgstr "Ez a műveleti nyomvonal nem létezik."
-msgid ""
-"The page has been updated. Changes will not be permanent until you "
-"save."
-msgstr ""
-"Az oldal frissítve lett. A változások nem véglegesek, amíg nincs "
-"elmentve."
-msgid "Unable to update changes due to lock."
-msgstr "Zárolás miatt nem lehett frissíteni a módosításokat."
-msgid "This setting contains unsaved changes."
-msgstr "Ez a beállítás el nem mentett módosításokat tartalmaz."
-msgid ""
-"You have unsaved changes to this page. You must select Save to write "
-"them to the database, or Cancel to discard these changes. Please note "
-"that if you have changed any form, you must submit that form before "
-"saving."
-msgstr ""
-"Nem mentett módosítások vannak az oldalon. A „Mentés”-t kell "
-"választani az adatbázisba íráshoz vagy a „Mégsem”-et a "
-"módosítások eldobásához. Meg kell jegyezni, hogy az űrlapokat "
-"módosítás után be kell küldeni a mentés előtt."
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-"Minden függőben lévő módosítás el lett dobva és az oldal "
-"zárolása fel lett oldva."
-msgid ""
-"Administrative title of this variant. If you leave blank it will be "
-"automatically assigned."
-msgstr ""
-"A változat adminisztratív címe. Üresen hagyva automatikusan lesz "
-"meghatározva."
-msgid "Variant type"
-msgstr "Változat típusa"
-msgid "Optional features"
-msgstr "Választható lehetőségek"
-msgid ""
-"Check any optional features you need to be presented with forms for "
-"configuring them. If you do not check them here you will still be able "
-"to utilize these features once the new page is created. If you are not "
-"sure, leave these unchecked."
-msgstr ""
-"További választható lehetőségek beállítása, amik űrlapokkal "
-"jelennek meg a beállításhoz. Ha itt nincsenek bejelölve, akkor is "
-"lehet használni ezeket a lehetőségeket amint az új oldal "
-"létrejött. Kétség esetén bejelöletlenül kell hagyni ezeket."
-msgid "Variant name"
-msgstr "Változat neve"
-msgid "Enter the name of the new variant."
-msgstr "Az új változat nevének megadása."
-msgid "Paste variant code here"
-msgstr "Változat kódjának beillesztése"
-msgid "No variant found."
-msgstr "Nincs változat."
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-"Nem lehet változatot létrehozni az importból. A jelentett hibák: "
-"@errors"
-msgid ""
-"Reverting the variant will delete the variant that is in the database, "
-"reverting it to the original default variant. This deletion will not "
-"be made permanent until you click Save."
-msgstr ""
-"A változat visszaállítása törli a változatot az adatbázisból, "
-"visszaállítva az eredeti alapértelmezett változatot. A mentésre "
-"kattintásig ez a törlés nem lesz végleges."
-msgid ""
-"Are you sure you want to delete this variant? This deletion will not "
-"be made permanent until you click Save."
-msgstr ""
-"Biztosan törölhető ez a változat? A törlés a mentésre "
-"kattintásig nem lesz véglegesítve."
-msgid ""
-"This variant is currently disabled. Enabling it will make it available "
-"in your system. This will not take effect until you save this page."
-msgstr ""
-"Ez a változat jelenleg le van tiltva. Engedélyezése elérhetővé "
-"teszi a rendszerben. Az oldal elmentése előtt nem lép érvénybe."
-msgid ""
-"This variant is currently enabled. Disabling it will make it "
-"unavailable in your system, and it will not be used. This will not "
-"take effect until you save this page."
-msgstr ""
-"Ez a változat jelenleg engedélyezve van. A letiltása "
-"elérhetetlenné teszi a rendszerben és nem lesz használva. Addig "
-"nem lép érvénybe, amíg nincs az oldal elmentve."
-msgid ""
-"Breaking the lock on this page will <strong>discard</strong> any "
-"pending changes made by the locking user. Are you REALLY sure you want "
-"to do this?"
-msgstr ""
-"Az oldal zárolásának feloldása <strong>el fog dobni</strong> "
-"minden, a zároló felhasználó által végrehajtott, függőben "
-"lévő változást. VALÓBAN végrehajtható a feloldás?"
-msgid ""
-"The lock has been cleared and all changes discarded. You may now make "
-"changes to this page."
-msgstr ""
-"A zárolás törölve lett és minden módosítás el lett dobva. Most "
-"már lehet módosítani az oldalt."
-msgid ""
-"Enabling this page will immediately make it available in your system "
-"(there is no need to wait for a save.)"
-msgstr ""
-"Az oldal engedélyezése azonnal elérhetővé teszi azt a rendszerben "
-"(nincs szükség mentésre)."
-msgid ""
-"Disabling this page will immediately make it unavailable in your "
-"system (there is no need to wait for a save.)"
-msgstr ""
-"Az oldal tiltása azonnal elérhetetlenné teszi azt a rendszerben "
-"(nincs szükség mentésre)."
-msgid "This page has no variants and thus no output of its own."
-msgstr "Ennek az oldalnak nincsenek változatai, ezért nincs saját kimenete."
-msgid "Add a new variant"
-msgstr "Új változat hozzáadása"
-msgid "Unable to disable due to lock."
-msgstr "Zárolás miatt nem tiltható le."
-msgid "Unable to enable due to lock."
-msgstr "Zárolás miatt nem engedélyezhető."
-msgid "use page manager"
-msgstr "oldalkezelő használata"
-msgid "administer page manager"
-msgstr "oldalkezelő adminisztrációja"
-msgid ""
-"Add, edit and remove overridden system pages and user defined pages "
-"from the system."
-msgstr ""
-"A rendszer felülírt rendszeroldalainak és a felhasználók által "
-"meghatározott oldalaknak a hozzáadása, szerkesztése és "
-"eltávolítása."
-msgid "Page manager"
-msgstr "Oldalkezelő"
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-"Egy felhasználói-, és egy API felületet biztosít a webhelyen "
-"belüli oldalak kezeléséshez."
-msgid "Node add/edit form"
-msgstr "Tartalom hozzáadása/szerkesztése űrlap"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for adding or "
-"edit nodes at <em>node/%node/edit</em> and "
-"<em>node/add/%node_type</em>. If you add variants, you may use "
-"selection criteria such as node type or language or user access to "
-"provide different edit forms for nodes. If no variant is selected, the "
-"default Drupal node edit will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a tartalmak <em>node/%node/edit</em> és "
-"<em>node/add/%node_type</em> oldalakon történő hozzáadásakor vagy "
-"szerkesztésekor. Ha lett változat hozzáadva, a tartalom típusa, "
-"nyelve vagy a felhasználói hozzáférés kiválasztási feltételek "
-"használhatóak arra, hogy eltérő szerkesztési űrlapok legyenek "
-"biztosítva a tartalmakhoz. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal tartalomszerkesztés lesz használva."
-msgid "Node being edited"
-msgstr "Szerkesztett tartalom"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying nodes at <em>node/%node</em>. If you add variants, you may "
-"use selection criteria such as node type or language or user access to "
-"provide different views of nodes. If no variant is selected, the "
-"default Drupal node view will be used. This page only affects nodes "
-"viewed as pages, it will not affect nodes viewed in lists or at other "
-"locations. Also please note that if you are using pathauto, aliases "
-"may make a node to be somewhere else, but as far as Drupal is "
-"concerned, they are still at node/%node."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a tartalmak <em>node/%node</em> oldalon történő "
-"megjelenítésekor. Ha lett változat hozzáadva, a tartalom típusa, "
-"nyelve vagy a felhasználói hozzáférés kiválasztási feltételek "
-"használhatóak arra, hogy eltérő megjelenítések legyenek "
-"biztosítva a tartalmakhoz. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal tartalommegjelenítés lesz használva. Ennek "
-"az oldalnak csak az oldalként megtekintett tartalmakra van hatása, "
-"nincs hatása a listákban vagy más helyeken megtekintett oldalakra. "
-"Továbbá meg kell jegyezni, hogy a pathauto használatakor, az "
-"álnevek valahova máshova helyezhetik a tartalmat, de amennyire a "
-"Drupal érintett, megtalálhatóak a node/%node oldalakon."
-msgid "Node being viewed"
-msgstr "Megtekintett tartalom"
-msgid "Argument settings"
-msgstr "Argumentum beállítások"
-msgid "A meaningless second page"
-msgstr "Egy lényegtelen második oldal"
-msgid "Administrative title"
-msgstr "Adminisztratív cím"
-msgid ""
-"The name of this page. This will appear in the administrative "
-"interface to easily identify it."
-msgstr ""
-"Az oldal neve. Az adminisztratív felületen fog megjelenni a "
-"könnyebb azonosíthatóság miatt."
-msgid ""
-"The machine readable name of this page. It must be unique, and it must "
-"contain only alphanumeric characters and underscores. Once created, "
-"you will not be able to change this value!"
-msgstr ""
-"Az oldal egyedi, programok által olvasható neve.  Csak betűket, "
-"számokat és aláhúzást tartalmazhat. Ha egyszer létre lett hozva, "
-"többé már nem lehet módosítani ezt az értéket!"
-msgid "Administrative description"
-msgstr "Adminisztratív leírás"
-msgid ""
-"A description of what this page is, does or is for, for administrative "
-"use."
-msgstr "Az oldal lehetőségeinek leírása adminisztratív használatra."
-msgid ""
-"The URL path to get to this page. You may create named placeholders "
-"for variable parts of the path by using %name for required elements "
-"and !name for optional elements. For example: \"node/%node/foo\", "
-"\"forum/%forum\" or \"dashboard/!input\". These named placeholders can "
-"be turned into contexts on the arguments form."
-msgstr ""
-"Az URL elérési út amin az oldal elérhető. Lehetőség van "
-"nevesített helykitöltők használatára az elérési utak "
-"változóihoz, a %név a szükséges elemekhez, a !név a nem "
-"kötelező elemekhez használható. Például „node/%node/foo”, "
-"„forum/%forum” vagy „dashboard/!input”. A nevesített "
-"helykitöltők környezetekké válhatnak az argumentumok űrlapon."
-msgid "Make this your site home page."
-msgstr "Beállítás a webhely kezdőlapjaként."
-msgid "This page is currently set to be your site home page."
-msgstr "Ez az oldal jelenleg a webhely kezdőlapjaként van beállítva."
-msgid "Visible menu item"
-msgstr "Látható menüelem"
-msgid "Name is required."
-msgstr "A név megadása szükséges."
-msgid "That name is used by another page: @page"
-msgstr "Ezt a nevet egy másik oldal használja: @page"
-msgid "Page name must be alphanumeric or underscores only."
-msgstr ""
-"Az oldal neve csak betűkből, számokból és aláhúzásból "
-"állhat."
-msgid "That path is used by another page: @page"
-msgstr "Ezt az elérési utat egy másik oldal használja: @page"
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-"Nem lehet egy dinamikus elérési út elem egy nem kötelező "
-"elérési út elem után."
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-"Nem lehet egy statikus elérési út elem egy nem kötelező elérési "
-"út elem után."
-msgid ""
-"That path is already in used. This system cannot override existing "
-"paths."
-msgstr ""
-"Az elérési út már használatban van. Ez a rendszer nem tudja "
-"felülírni a létező elérési utakat."
-msgid ""
-"That path is currently assigned to be an alias for @alias. This system "
-"cannot override existing aliases."
-msgstr ""
-"Ez az elérési út jelenleg álnévként van rendelve ehhez: @alias. "
-"Ez a rendszer nem tudja felülírni a létező álneveket."
-msgid ""
-"You cannot make this page your site home page if it uses % "
-"placeholders."
-msgstr ""
-"Ez az oldal nem lehet a webhely kezdőlapja, ha % helykitöltőket "
-"használ."
-msgid "Duplicated argument %arg"
-msgstr "%arg argumentum duplikálva van"
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr ""
-"Érvénytelen <em>%</em> argumentum. Minden argumentumot nevesíteni "
-"kell kulcsszóval."
-msgid ""
-"When providing a menu item as a default tab, Drupal needs to know what "
-"the parent menu item of that tab will be. Sometimes the parent will "
-"already exist, but other times you will need to have one created. The "
-"path of a parent item will always be the same path with the last part "
-"left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the "
-"parent path would be <em>foo/bar</em>."
-msgstr ""
-"Ha egy menüpont alpértelmezett fülként jelenik meg, a Drupalnak "
-"tudnia kell, hogy mi lesz a fül szülő menüpontja. Néha a szülő "
-"már létezik, de máskor létre kell hozni egyet. Egy szülőpont "
-"elérési útja mindig ugyanaz az elérési út lesz, az utolsó rész "
-"lehagyásával. Pl. ha ennek a nézetnek az elérési útja "
-"<em>foo/bar/baz</em>, a szülő elérési út <em>foo/bar</em> lesz."
-msgid "Parent item title"
-msgstr "Szűlő menüpont címe"
-msgid "Parent item menu"
-msgstr "Szűlő menüpont menü"
-msgid ""
-"Access rules are used to test if the page is accessible and any menu "
-"items associated with it are visible."
-msgstr ""
-"A hozzáférési szabályok alkalmazhatóak annak ellenőrzésére, "
-"hogy az oldal hozzáférhető-e és a hozzá kapcsolódó menüpontok "
-"láthatóak-e."
-msgid "No context assigned"
-msgstr "Nincs kijelölt környezet"
-msgid "Position in path"
-msgstr "Helyzet az elérési útban"
-msgid "Context assigned"
-msgstr "Hozzárendelt környezet"
-msgid "The path %path has no arguments to configure."
-msgstr "%path elérési útnak nincsenek beállítható argumentumai."
-msgid "Invalid keyword."
-msgstr "Érvénytelen kulcsszó."
-msgid "Change context type"
-msgstr "Környezettípus módosítása"
-msgid "Change argument"
-msgstr "Argumentum módosítása"
-msgid "No context selected"
-msgstr "Nincs kiválasztott környezet"
-msgid "Error: missing argument."
-msgstr "Hiba: hiányzó argumentum."
-msgid "Context identifier"
-msgstr "Környezet azonosítója"
-msgid ""
-"This is the title of the context used to identify it later in the "
-"administrative process. This will never be shown to a user."
-msgstr ""
-"Ez a környezet neve, ami azonosításra szolgál a késöbbi "
-"adminisztratív folyamatokban. Sosem fog megjelenni a "
-"felhasználónak."
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr "Hiba: hiányzó vagy érvénytelen %argument argumentum beépülő."
-msgid "Import page"
-msgstr "Import oldal"
-msgid ""
-"Enter the name to use for this page if it is different from the source "
-"page. Leave blank to use the original name of the page."
-msgstr ""
-"Az oldalhoz használt név megadása, ha az eltér a "
-"forrásoldalétól. Üresen hagyva az oldal eredeti neve lesz "
-"használva."
-msgid ""
-"Enter the path to use for this page if it is different from the source "
-"page. Leave blank to use the original path of the page."
-msgstr ""
-"Az oldalhoz használt elérési út megadása, ha az eltér a "
-"forrásoldalétól. Üresen hagyva az oldal eredeti elérési útja "
-"lesz használva."
-msgid "Allow overwrite of an existing page"
-msgstr "Engedélyezi egy létező oldal felülírását"
-msgid ""
-"If the name you selected already exists in the database, this page "
-"will be allowed to overwrite the existing page."
-msgstr ""
-"Ha a választott név már szerepel az adatbázisban, ez az oldal "
-"felülírhatja a létező oldalt."
-msgid "Paste page code here"
-msgstr "Oldal kódjának beillesztése"
-msgid "No handler found."
-msgstr "Nincs kezelő."
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr "Az importból nem lehet oldalt létrehozni. Jelentett hibák: @errors"
-msgid ""
-"That page name is in use and locked by another user. You must <a "
-"href=\"!break\">break the lock</a> on that page before proceeding, or "
-"choose a different name."
-msgstr ""
-"Ez az oldalnév használatban van és egy másik felhasználó "
-"zárolta. Az oldalon fel kell <a href=\"!break\">oldani a "
-"zárolást</a> a végrehajtás előtt, vagy egy eltérő nevet kell "
-"választani."
-msgid ""
-"Enter the name to the new page It must be unique and contain only "
-"alphanumeric characters and underscores."
-msgstr ""
-"Az új oldal neve. Egyedinek kell lennie és csak betűket, számokat "
-"és aláhúzást tartalmazhat."
-msgid ""
-"The URL path to get to this page. You may create named placeholders "
-"for variable parts of the path by using %name for required elements "
-"and !name for optional elements. For example: \"node/%node/foo\", "
-"\"forum/%forum\" or \"dashboard/!input\". These named placeholders can "
-"be turned into contexts on the arguments form. You cannot use the same "
-"path as the original page."
-msgstr ""
-"Az URL elérési út, amin az oldal elérhető. Lehetőség van "
-"nevesített helykitöltők létrehozására az elérési utak "
-"változóihoz, a szükséges elemekhez %név és a a nem kötelező "
-"elemekhez !név használatával. Például: „node/%node/foo”, "
-"„forum/%forum” vagy „dashboard/!input”. A nevesített "
-"helykitöltők környezetekké válhatnak az argumentumok űrlapon. Az "
-"elérési út nem egyezhet meg az eredeti oldal elérési útjával."
-msgid "Clone variants"
-msgstr "Változatok klónozása"
-msgid ""
-"If checked all variants associated with the page will be cloned as "
-"well. If not checked the page will be cloned without variants."
-msgstr ""
-"Ha be van jelöle, az oldalhoz kapcsolt összes változat is másolva "
-"lesz. Ha nincs bejelölve, az oldal változatok nélkül lesz "
-"másolva."
-msgid ""
-"Reverting the page will delete the page that is in the database, "
-"reverting it to the original default page. Any changes you have made "
-"will be lost and cannot be recovered."
-msgstr ""
-"Az oldal visszaállítása törli az oldalt az adatbázisból és "
-"visszaállítja az eredeti alapértelmezett oldalt. Minden "
-"változtatás el fog veszni és nem lesz visszaállítható."
-msgid ""
-"Are you sure you want to delete this page? Deleting a page cannot be "
-"undone."
-msgstr ""
-"Biztosan törölhető az oldal? Az oldal törlése nem vonható "
-"vissza."
-msgid "The page has been reverted."
-msgstr "Az oldal visszaállítása megtörtént."
-msgid ""
-"Administrator created pages that have a URL path, access control and "
-"entries in the Drupal menu system."
-msgstr ""
-"Adminisztrátor által létrehozott oldalak, amikhez tartozhat "
-"elérési út, hozzáférés szabályozás és bejegyzések a Drupal "
-"menürendszerben."
-msgid "Create a new page"
-msgstr "Új oldal létrhozása"
-msgid "Edit name, path and other basic settings for the page."
-msgstr ""
-"Az oldal nevének, elérési útjának és egyéb "
-"alapbeállításainak szerkesztése."
-msgid "Set up contexts for the arguments on this page."
-msgstr "Környezetek beállítása az oldalon található argumentumokhoz."
-msgid "Control what users can access this page."
-msgstr ""
-"Annak szabályozása, hogy mely felhasználók férhetnek hozzá ehhez "
-"az oldalhoz."
-msgid "Provide this page a visible menu or a menu tab."
-msgstr "Egy látható menüt vagy menüfület biztosít az oldalhoz."
-msgid "Make a copy of this page"
-msgstr "Másolat készítése az oldalról"
-msgid ""
-"Export this page as code that can be imported or embedded into a "
-"module."
-msgstr ""
-"Az oldal exportálása kódba, amit egy modulba lehet importálni vagy "
-"ágyazni."
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-"Az oldal minden módosításának eltávolítása és "
-"visszaállítása a kódban található verzióra."
-msgid "Remove this page from your system completely."
-msgstr "Az oldal teljes eltávolítása a rendszerből."
-msgid "page-summary-label"
-msgstr "page-summary-label"
-msgid "page-summary-data"
-msgstr "page-summary-data"
-msgid "page-summary-operation"
-msgstr "page-summary-operation"
-msgid "This is your site home page."
-msgstr "Ez a webhely kezdőlapja."
-msgid "This page is set to become your site home page."
-msgstr "Az oldal a webhely kezdőlapjának lett beállítva."
-msgid "Accessible only if @conditions."
-msgstr "Hozzáférés csak ha @conditions."
-msgid "This page is publicly accessible."
-msgstr "Ez az oldal nyivánosan elérhető."
-msgid "No menu entry."
-msgstr "Nincs menü bejegyzés."
-msgid "Normal menu entry."
-msgstr "Normál menü bejegyzés."
-msgid "Menu tab."
-msgstr "Menü fül."
-msgid "Default menu tab."
-msgstr "Alapértelmezett menü fül."
-msgid "Title: %title."
-msgstr "Cím: %title."
-msgid "Parent title: %title."
-msgstr "Szülő címe: %title."
-msgid "Menu block: %title."
-msgstr "Menüblokk: %title."
-msgid "Taxonomy term template"
-msgstr "Taxonómia kifejezés sablon"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add "
-"variants, you may use selection criteria such as vocabulary or user "
-"access to provide different displays of the taxonomy term and "
-"associated nodes. If no variant is selected, the default Drupal "
-"taxonomy term display will be used. This page only affects items "
-"actually displayed ad taxonomy/term/%term. Some taxonomy terms, such "
-"as forums, have their displays moved elsewhere. Also please note that "
-"if you are using pathauto, aliases may make a taxonomy terms appear "
-"somewhere else, but as far as Drupal is concerned, they are still at "
-"taxonomy/term/%term."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a taxonómia kifejezések <em>taxonomy/term/%term</em> "
-"oldalon történő megjelenítésekor. Ha lett változat hozzáadva, a "
-"szótár vagy a felhasználói hozzáférés kiválasztási "
-"feltételek használhatóak arra, hogy eltérő megjelenítések "
-"legyenek biztosítva a taxonómia kifejezéshez és a kapcsolódó "
-"tartalmakhoz. Ha nincs kiválasztott változat, az alapértelmezett "
-"Drupal taxonómia kifejezés képernyő lesz használva. Ennek az "
-"oldalnak csak a taxonomy/term/%term oldalon ténylegesen "
-"megjelenített elemekre van hatása. Néhány taxonómia "
-"kifejezésnek, mint amilyen a Fórumok, saját, máshol található "
-"képernyőjük van. Továbbá meg kell jegyezni, hogy a pathauto "
-"használatakor, az álnevek valahova máshova helyezhetik a taxonómia "
-"kifejezéseket, de amennyire a Drupal érintett, megtalálhatóak a "
-"taxonomy/term/%term oldalakon."
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-"Taxonómia kifejezés megtekintésére jellemző beállítások "
-"frissítése."
-msgid "Term(s) being viewed"
-msgstr "Megtekintett kifejezések"
-msgid "Term being viewed"
-msgstr "Megtekintett kifejezés"
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr "Több kifejezés engedélyezése itt: taxonomy/term/%term"
-msgid "Single term"
-msgstr "Egy kifejezés"
-msgid "Multiple terms"
-msgstr "Több kifejezés"
-msgid ""
-"By default, Drupal allows multiple terms as an argument by separating "
-"them with commas or plus signs. If you set this to single, that "
-"feature will be disabled."
-msgstr ""
-"Alapértelmezés szerint a Drupal engedélyezi több kifejezés "
-"argumentumként való használatát, vesszővel vagy összeadás "
-"jellel elválasztva azokat. Ha ez egy kifejezésre van állítva, "
-"akkor ez a lehetőség le lesz tiltva."
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr "Az első kifejezés hierarchiájának beillesztése a morzsasávba"
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr ""
-"Ha be van jelölve, akkor a taxonómia kifejezés szülői megjelennek "
-"a morzsasávban."
-msgid "Multiple terms may be used, separated by , or +."
-msgstr "Több kifejezés is használható , vagy + jellel elválasztva."
-msgid "Only a single term may be used."
-msgstr "Csak egy kifejezést lehet használni."
-msgid "%term"
-msgstr "%term"
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr "A morzsasáv taxonómia kifejezés hierarchiát fog tartalmazni."
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr "A morzsasáv taxonómia kifejezés hierarchiát nem fog tartalmazni."
-msgid "User profile template"
-msgstr "Felhasználói profil sablon"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying user profiles at <em>user/%user</em>. If you add variants, "
-"you may use selection criteria such as roles or user access to provide "
-"different views of user profiles. If no variant is selected, the "
-"default Drupal user view will be used. Please note that if you are "
-"using pathauto, aliases may make a node to be somewhere else, but as "
-"far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-"Ha ez engedélyezett, akkor felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói profilok megjelenítésekor a "
-"<em>user/%user</em> oldalakon. Ha lett változat hozzáadva, akkor a "
-"csoportok, vagy a felhasználói hozzáférés kiválasztási "
-"feltételek használhatóak arra, hogy eltérő megjelenítések "
-"legyenek biztosítva a felhasználói profilokhoz. Ha nincs "
-"kiválasztott változat, akkor az alapértelmezés szerinti Drupal "
-"felhasználó megtekintés lesz felhasználva. Továbbá meg kell "
-"jegyezni, hogy a <em>Pathauto</em> használatakor, az álnevek "
-"valahova máshova is helyezhetik a tartalmat, de ami a Drupalt illeti, "
-"megtalálhatóak maradnak a user/%user oldalakon."
-msgid "User being viewed"
-msgstr "Megtekintett felhasználó"
-msgid ""
-"This page is being edited by another user and you cannot make changes "
-"to it."
-msgstr ""
-"Az oldalt egy másik felhasználó szerkeszti, ezért nem lehet "
-"módosítani."
-msgid ""
-"This page is newly created and has not yet been saved to the database. "
-"It will not be available until you save it."
-msgstr ""
-"Ez az oldal újonnan lett létrehozva, ezért még nincs elmentve az "
-"adatbázisba. Amíg ez meg nem történik, addig nem lesz elérhető."
-msgid ""
-"This page has been modified, but these modifications are not yet live. "
-"While modifying this page, it is locked from modification by other "
-"users."
-msgstr ""
-"Az oldal módosítva lett, de a módosítások még nem élnek. A "
-"módosítás idejére ez az oldal zárolva lett más felhasználók "
-"módosításai elől."
-msgid "No task handlers are defined for this task."
-msgstr "Ehhez a feladathoz nincsenek feladatkezelők meghatározva."
-msgid "Variant"
-msgstr "Változat"
-msgid ""
-"This page is being edited by user !user, and is therefore locked from "
-"editing by others. This lock is !age old. Click here to <a "
-"href=\"!break\">break this lock</a>."
-msgstr ""
-"Ezt az oldalt !user felhasználó szerkeszti, ezért zárolva van "
-"mások szerkesztése elől. A zárolás !age régi. Ide kattintva <a "
-"href=\"!break\">feloldható a zárolás</a>."
-msgid "User: compare"
-msgstr "Felhasználó: összehasonlítás"
-msgid "Compare two users (logged-in user and user being viewed, for example)"
-msgstr ""
-"Két felhasználó összehasonlítása (például: bejelentkezett "
-"felhasználó és megtekintett felhasználó)"
-msgid "First User"
-msgstr "Első felhasználó"
-msgid "Second User"
-msgstr "Második felhasználó"
-msgid ""
-"Grant access based on comparison of the two user contexts. For "
-"example, to grant access to a user to view their own profile, choose "
-"\"logged in user\" and \"user being viewed\" and say \"grant access if "
-"equal\". When they're the same, access will be granted."
-msgstr ""
-"Hozzáférés biztosítása két felhasználó környezeteinek "
-"összehasonlítása alapján. Például, ahhoz, hogy egy felhasználó "
-"hozzáférhessen a saját profiljához, a „bejelentkezett "
-"felhasználó”-t és a „megtekintett felhasználó”-t kell "
-"választani valamint a hozzáférés biztosítását „egyenlő”-re "
-"kell állítani."
-msgid "Grant access if user contexts are"
-msgstr "Hozzáférés biztosítása, ha a felhasználó környezetei"
-msgid "Not equal"
-msgstr "Nem egyenlő"
-msgid "@id1 @comp @id2"
-msgstr "@id1 @comp @id2"
-msgid "Node: accessible"
-msgstr "Tartalom: elérhető"
-msgid "Control access with built in Drupal node access test."
-msgstr ""
-"Hozzáférés szabályozása a Drupal beépített "
-"tartalomhozzáférés ellenőrzésével."
-msgid "Create nodes of the same type"
-msgstr "Tartalmak létrehozása ugyanabból a típusból"
-msgid ""
-"Using built in Drupal node access rules, determine if the user can "
-"perform the selected operation on the node."
-msgstr ""
-"A Drupal beépített tartalom-hozzáférési szabályainak használata "
-"annak meghatározására, hogy a felhasználó végrehajthatja-e a "
-"kiválasztott műveletet a tartalmon."
-msgid "@user can view @node."
-msgstr "@user megtekintheti ezt: @node."
-msgid "@user can edit @node."
-msgstr "@user szerkesztheti ezt: @node."
-msgid "@user can delete @node."
-msgstr "@user törölheti ezt: @node."
-msgid "@user can create nodes of the same type as @node."
-msgstr "@user létrehozhat @node típusával megegyező típusú tartalmakat."
-msgid "Node: language"
-msgstr "Tartalom: nyelv"
-msgid "Control access by node language."
-msgstr "Hozzáférés szabályozása a tartalom nyelve alapján."
-msgid "Current site language"
-msgstr "A webhely jelenlegi nyelve"
-msgid "Pass only if the node is in one of the selected languages."
-msgstr ""
-"Csak akkor sikeres, ha a tartalom az egyik kiválasztott nyelvet "
-"használja."
-msgid "@identifier is in any language"
-msgstr "@identifier bármelyik nyelven lehet"
-msgid "@identifier language is \"@languages\""
-msgid_plural "@identifier language is one of \"@languages\""
-msgstr[0] "@identifier nyelve „@languages”"
-msgstr[1] "@identifier nyelve „@languages” egyike"
-msgid "Node: type"
-msgstr "Tartalom: típus"
-msgid "Control access by node_type."
-msgstr "Hozzáférés szabályozása tartalomtípus alapján."
-msgid "Only the checked node types will be valid."
-msgstr "Csak a bejelölt tartalomtípusok lesznek érvényesek."
-msgid "@identifier is any node type"
-msgstr "@identifier bármilyen tartalomtípus lehet"
-msgid "@identifier is type \"@types\""
-msgid_plural "@identifier type is one of \"@types\""
-msgstr[0] "@identifie típusa „@types”"
-msgstr[1] "@identifier típusa „@types” egyike"
-msgid "User: permission"
-msgstr "Felhasználó: jogosultságok"
-msgid "Control access by permission string."
-msgstr "Hozzáférés szabályozása jogosultsági kifejezés alapján."
-msgid ""
-"Only users with the selected permission flag will be able to access "
-"this."
-msgstr ""
-"Csak a kiválasztott jogosultsági jelzővel rendelkező "
-"felhasználók fogják tudni elérni."
-msgid "Error, unset permission"
-msgstr "Hiba, nem beállított jogosultság"
-msgid "@identifier has \"@perm\""
-msgstr "@identifier jogosultságai: „@perm”"
-msgid "Control access through arbitrary PHP code."
-msgstr "Hozzáférés szabályozása tetszés szerinti PHP kód alapján."
-msgid "Administrative desc"
-msgstr "Adminisztratív leírás"
-msgid "A description for this test for administrative purposes."
-msgstr "Az ellenőrzés adminisztratív célú leírása."
-msgid ""
-"Access will be granted if the following PHP code returns "
-"<code>TRUE</code>. Do not include &lt;?php ?&gt;. Note that executing "
-"incorrect PHP-code can break your Drupal site. All contexts will be "
-"available in the <em>$contexts</em> variable."
-msgstr ""
-"A hozzáférés meg lesz adva, ha a következő PHP kód "
-"<code>IGAZ</code> értékkel tér vissza. Nem szabad használni a "
-"&lt;?php ?&gt;-t. Meg kell említeni, hogy a hibás PHP kód az "
-"tönkreteheti a Drupal webhelyet. Minden környezet elérhető a "
-"<em>$contexts</em> változóban."
-msgid "You do not have sufficient permissions to edit PHP code."
-msgstr "Nincs elegendő jog a PHP kód szerkesztéséhez."
-msgid "User: role"
-msgstr "Felhasználó: csoport"
-msgid "Control access by role."
-msgstr "Hozzáférés szabályozása csoport alapján."
-msgid "Only the checked roles will be granted access."
-msgstr "Csak a bejelölt csoportok kapnak hozzáférési jogot."
-msgid "@identifier can have any role"
-msgstr "@identifier bármelyik csoportban lehet"
-msgid "@identifier has role \"@roles\""
-msgid_plural "@identifier has one of \"@roles\""
-msgstr[0] "@identifier „@roles” csoport tagja"
-msgstr[1] "@identifier „@roles” csoportok egyikének a tagja"
-msgid "User: language"
-msgstr "Felhasználó: nyelv"
-msgid "Control access by the language the user or site currently uses."
-msgstr ""
-"A hozzáférés szabályozása a felhasználó vagy a webhely által "
-"jelenleg használt nyelv alapján."
-msgid ""
-"Pass only if the current site language is one of the selected "
-"languages."
-msgstr ""
-"Csak akkor sikeres, ha a webhely jelenlegi nyelve egyike a "
-"kiválasztott nyelveknek."
-msgid "Site language is any language"
-msgstr "Az oldal nyelve bármelyik nyelv."
-msgid "Site language is \"@languages\""
-msgid_plural "Site language is one of \"@languages\""
-msgstr[0] "A webhely nyelve „@languages”"
-msgstr[1] "A webhely nyelve „@languages” nyelvek egyike"
-msgid "Taxonomy: vocabulary"
-msgstr "Taxonómia: szótár"
-msgid "Control access by term vocabulary."
-msgstr "Hozzáférés szabályozása szótár kifejezés által."
-msgid "Only terms in the checked vocabularies will be valid."
-msgstr "Csak a kijelölt szótárak kifejezései lesznek érvényesek."
-msgid "@identifier is any vocabulary"
-msgstr "@identifier bármelyik szótár"
-msgid "@identifier vocabulary is \"@vids\""
-msgid_plural "@identifier vocabulary is one of \"@vids\""
-msgstr[0] "@identifier szótára „@vids”"
-msgstr[1] "@identifier szótára „@vids” egyike"
-msgid "Creates a node context from a node ID argument."
-msgstr ""
-"Tartalomkörnyezet létrehozása egy tartalomazonosító "
-"argumentumból."
-msgid "Enter the node ID of a node for this argument"
-msgstr "Egy tartalom azonosítójának megadása ehhez az argumentumhoz"
-msgid "Creates a node add form context from a node type argument."
-msgstr ""
-"Tartalom hozzáadása űrlap létrehozása egy tartalomtípus "
-"argumentumból."
-msgid "Creates a node edit form context from a node ID argument."
-msgstr ""
-"Tartalom szerkesztése űrlap létrehozása egy node ID "
-"argumentumból."
-msgid ""
-"A string is a minimal context that simply holds a string that can be "
-"used for some other purpose."
-msgstr ""
-"A kifejezés egy egyszerű környezet ami más célokra használható "
-"kifejezést tartalmaz."
-msgid "Enter a value for this argument"
-msgstr "Argumentum értékének megadása"
-msgid ""
-"Creates a single taxonomy term from a taxonomy ID or taxonomy term "
-"name."
-msgstr ""
-"Egy egyszerű taxonómia kifejezés létrehozása egy "
-"kifejezésazonosítóból  vagy egy kifejezés nevéből."
-msgid "Inject hierarchy into breadcrumb trail"
-msgstr "Hierarchia beillesztése a morzsasávba."
-msgid "Enter a taxonomy term ID."
-msgstr "Kifejezés azonosítójának megadása."
-msgid "Enter a taxonomy term name."
-msgstr "Kifejezés nevének megadása."
-msgid ""
-"Creates a group of taxonomy terms from a list of tids separated by a "
-"comma or a plus sign. In general the first term of the list will be "
-"used for panes."
-msgstr ""
-"Taxonómia kifejezések csopotjának létrehozása egy "
-"kifejezésazonosító listából, vesszővel vagy összeadás jellel "
-"elválasztva. Általában a lista első kifejezése lesz használva a "
-"táblában."
-msgid "Enter a term ID or a list of term IDs separated by a + or a ,"
-msgstr ""
-"Egy vagy több kifejezésazonosító listájának megadása, „+” "
-"vagy „,” jellel elválasztva."
-msgid "Creates a user context from a user ID argument."
-msgstr ""
-"Felhasználói környezet hoz létre egy felhasználói azonosító "
-"argumentumból."
-msgid "Enter the user ID of a user for this argument"
-msgstr "A felhasználó azonosítójának megadása ehhez az argumentumhoz."
-msgid "Creates a vocabulary context from a vocabulary ID argument."
-msgstr ""
-"Egy szótár környezet hoz létre egy szótárazonosíŧó "
-"argumentumból."
-msgid "Enter the vocabulary ID for this argument"
-msgstr "Szótárazonosító megadása ehhez az argumentumhoz."
-msgid ""
-"Configure this block's 'block settings' in administer >> site building "
-">> blocks"
-msgstr ""
-"Ennek a blokknak a beállításait az Adminisztráció\r\n"
-" >> Webhelyépítés >> Blokkok oldalon lehet módosítani"
-msgid "Use context keywords"
-msgstr "Környezetkulcsszavak használata"
-msgid "If checked, context keywords will be substituted in this content."
-msgstr ""
-"Ha be van jelölve, a környezetkulcsszavak behelyettesíthetőek "
-"lesznek ebbe a tartalomba."
-msgid "Substitutions"
-msgstr "Helyettesítések"
-msgid "@identifier: @title"
-msgstr "@identifier: @title"
-msgid "Everything in the form that is not displayed by other content."
-msgstr "Minden az űrlapon, amit más környezetek nem jelenítenek meg."
-msgid "The author of the referenced node."
-msgstr "A hivatkozott tartalom szerzője."
-msgid "Link to author profile"
-msgstr "Hivatkozás a szerző profiljára"
-msgid "Check here to link to the node author profile."
-msgstr ""
-"Be kell jelölni a tartalom szerzőjének profiljára történő "
-"hivatkozáshoz."
-msgid "\"@s\" author"
-msgstr "„@s”  szerző"
-msgid "The body of the referenced node."
-msgstr "A hivatkozott tartalom törzse."
-msgid "\"@s\" body"
-msgstr "„@s” törzs"
-msgid "The navigation menu the book the node belongs to."
-msgstr "A tartalomhoz tartozó könyv navigációs menü."
-msgid "Node created date"
-msgstr "Tartalom létrehozásának dátuma"
-msgid "The date the referenced node was created."
-msgstr "Az a dátum amikor a hivatkozott tartalom létrejött."
-msgid "\"@s\" created date"
-msgstr "„@s” létrehozás dátuma"
-msgid "Node links of the referenced node."
-msgstr "A hivatkozott tartalom tartalomhivatkozásai."
-msgid "Node links go here."
-msgstr "Ide jönnek a tartalom hivatkozások."
-msgid "Teaser mode"
-msgstr "Bevezető mód"
-msgid "Check here to show links in teaser mode."
-msgstr ""
-"Be kell jelölni, hogy a hivatkozások megjelenjenek előnézeti "
-"módban."
-msgid ""
-"Whatever is placed here will appear in $node->panel_identifier to help "
-"theme node links displayed on the panel"
-msgstr ""
-"Bármi kerül ide, meg fog jelenni a $node->panel_identifier "
-"változóban, hogy segítse a smink tartalomhivatkozásainak "
-"megjelenítését a panelen."
-msgid "\"@s\" links"
-msgstr "„@s” hivatkozás"
-msgid "The title of the referenced node."
-msgstr "A hivatkozott tartalom címe."
-msgid "\"@s\" title"
-msgstr "„@s” cím"
-msgid "Node last updated date"
-msgstr "Tartalom utolsó frissítésének dátuma"
-msgid "The date the referenced node was last updated."
-msgstr "Az a dátum amikor a hivatkozott tartalom utoljára frissítve lett."
-msgid "Last updated date"
-msgstr "Utolsó frissítés dátuma"
-msgid "\"@s\" last updated date"
-msgstr "„@s” utolsó módosításának dátuma"
-msgid "node_form"
-msgstr "node_form"
-msgid "\"@s\" node form attach files"
-msgstr "„@s” tartalom űrlap csatolmányai"
-msgid "\"@s\" node form publishing options"
-msgstr "„@s” tartalom űrlap közzétételi beállítások"
-msgid "\"@s\" node form book options"
-msgstr "„@s” tartalom űrlap könyvvázlat beállítások"
-msgid "Node form submit buttons"
-msgstr "Tartalom űrlap beküldési nyomógombok"
-msgid "Submit buttons for the node form."
-msgstr "Beküldési nyomógombok a tartalom űrlaphoz."
-msgid "Node form buttons."
-msgstr "Tartalom űrlap nyomógombok."
-msgid "\"@s\" node form submit buttons"
-msgstr "„@s” tartalom űrlap beküldési nyomógombok"
-msgid "\"@s\" node form comment settings"
-msgstr "„@s” tartalom űrlap hozzászólás beállítások"
-msgid "\"@s\" node form input format"
-msgstr "„@s” tartalom űrlap beviteli forma"
-msgid "Node form revision log message"
-msgstr "Tartalom űrlap változatinformáció üzenet"
-msgid "Revision log message for the node."
-msgstr "Változatinformáció üzenet a tartalomhoz."
-msgid "\"@s\" node form revision log"
-msgstr "„@s” tartalom űrlap változatinformáció"
-msgid "Menu settings on the Node form."
-msgstr "Menü beállítások a tartalom űrlapon."
-msgid "\"@s\" node form menu settings"
-msgstr "„@s” tartalom űrlap menü beállítások"
-msgid "Node form url path settings"
-msgstr "Tartalom űrlap webcímútvonal beállítások"
-msgid "\"@s\" node form path options"
-msgstr "„@s” tartalom űrlap útvonal beállítások"
-msgid "\"@s\" node form author information"
-msgstr "„@s” tartalom űrlap szerzői információk"
-msgid "\"@s\" node form select taxonomy"
-msgstr "„@s” tartalom űrlap taxonómia kiválasztása"
-msgid "Profile category"
-msgstr "Profil kategóriája"
-msgid "Contents of a single profile category."
-msgstr "Egy egyszerű profilkategória tartalmai."
-msgid "Enter the node ID of a node for this context."
-msgstr "Egy tartalom azonosítójának megadása ehhez a környezethez."
-msgid "'%title' [node id %nid]"
-msgstr "'%title' [tartalomazonosító %nid]"
-msgid "Reset identifier to node title"
-msgstr "Azonosító visszaállítása a tartalom címére"
-msgid ""
-"If checked, the identifier will be reset to the node title of the "
-"selected node."
-msgstr ""
-"Ha be van jelölve, akkor az azonosító a kiválasztott tartalom "
-"címére lesz visszaállítva."
-msgid "Enter the node type this context."
-msgstr "Tartalomtípus megadása ehhez a környezethez."
-msgid "Enter the node ID of a node for this argument:"
-msgstr "Egy tartalom azonosítójának megadása ehhez az argumentumhoz:"
-msgid "A context that is just a string."
-msgstr "A környezet azaz csak egy kifejezés."
-msgid "Raw string"
-msgstr "Nyers karaktersorozat"
-msgid "Enter the string for this context."
-msgstr "Kifejezés megadása ehhez a környezethez."
-msgid ""
-"Currently set to @term. Enter another term if you wish to change the "
-"term."
-msgstr ""
-"Currently set to @term. Enter another term if you wish to change the "
-"term."
-msgid "Select a term from @vocabulary."
-msgstr "Kifejezés kiválasztása @vocabulary szótárból."
-msgid "Reset identifier to term title"
-msgstr "Azonosító visszaállítása a kifejezés címére."
-msgid ""
-"If checked, the identifier will be reset to the term name of the "
-"selected term."
-msgstr ""
-"Ha be van jelölve, Az azonosító vissza lesz állítva a "
-"kiválasztott kifejezés kifejezés nevére."
-msgid "You must select a term."
-msgstr "Ki kell választani egy kifejezést."
-msgid "Invalid term selected."
-msgstr "Érvénytelen a kiválasztott kifejezés."
-msgid "Multiple taxonomy terms, as a group."
-msgstr "Több taxonómia kifejezés, csoportként."
-msgid "Term ID of first term"
-msgstr "Az első kifejezés azonosítója"
-msgid "Term ID of all term, separated by + or ,"
-msgstr ""
-"Az összes kifejezés azonosítója „+” vagy „,” jellel "
-"elválasztva"
-msgid "Term name of first term"
-msgstr "Az első kifejezés kifejezésneve"
-msgid "Term name of all terms, separated by + or ,"
-msgstr ""
-"Kifejezésnév minden kifejezéshez, „+” vagy „,” jellel "
-"elválasztva."
-msgid "Vocabulary ID of first term"
-msgstr "Az első kifejezés szótárazonosítója"
-msgid "Creates the author of a node as a user context."
-msgstr ""
-"Egy tartalom szerzőjének létrehozása felhasználói "
-"környezetként."
-msgid "Make all views available as panes"
-msgstr "Legyen minden nézet elérhető táblaként"
-msgid ""
-"If checked, all views will be made available as content panes to be "
-"added to content types. If not checked, only Views that have a "
-"'Content pane' display will be available as content panes. Uncheck "
-"this if you want to be able to more carefully control what view "
-"content is available to users using the panels layout UI."
-msgstr ""
-"Ha be van jelölve, minden nézet elérhető lesz tartalomtípusokhoz "
-"hozzáadható tartalomtáblaként. Ha nincs bejelölve, csak a "
-"„Tartalomtábla” megjelenítéssel rendelkező nézetek lesznek "
-"elérhetőek tartalomtáblaként. Kikapcsolva gondosabban "
-"szabályozható, hogy mely nézet tartalma lesz elérhető a panelek "
-"elrendezési felületét használók számára."
-msgid "Configure Views to be used as CTools content."
-msgstr "Nézetek beállítása Ctools tartalomként történő használatra."
-msgid "Views content panes"
-msgstr "Views tartalomtáblák"
-msgid ""
-"Allows Views content to be used in Panels, Dashboard and other modules "
-"which use the CTools Content API."
-msgstr ""
-"Engedélyezi a Views tartalmak használatát a Panels, a Dashboard és "
-"egyéb, a CTools Content API-t használó modulokban."
-msgid "Select display"
-msgstr "Képernyő kiválasztása"
-msgid "Configure view"
-msgstr "Nézet beállítása"
-msgid "Choose which display of this view you wish to use."
-msgstr "A nézet használni kívánt képernyőjének kiválasztása."
-msgid "Broken/missing/deleted view."
-msgstr "Hibás/hiányzó/törölt nézet."
-msgid "Configure view @view (@display)"
-msgstr "@view (@display) nézet beállítása"
-msgid "View: @name"
-msgstr "Nézet: @name"
-msgid "View information"
-msgstr "Nézet adatai"
-msgid "Using display @display."
-msgstr "@display képernyő használata."
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-"@context környezet által használt @arg argumentum konvertálva lett "
-"ebbe: @converter"
-msgid "@count items displayed."
-msgstr "@count elem lett megjelenítve."
-msgid "With pager."
-msgstr "Lapozóval."
-msgid "Without pager."
-msgstr "Lapozó nélkül."
-msgid "Skipping first @count results"
-msgstr "Első @count eredmény átugrása"
-msgid "With more link."
-msgstr "Tovább hivatkozással."
-msgid "With feed icon."
-msgstr "Hírforrás ikonnal."
-msgid "Sending arguments."
-msgstr "Argumentumok küldése."
-msgid "Using arguments: @args"
-msgstr "Használt argumentumok: @args"
-msgid "Using url: @url"
-msgstr "Használt url: @url"
-msgid "View panes"
-msgstr "Nézettáblák"
-msgid "Link title to page"
-msgstr "A cím hivatkozzon az oldalra"
-msgid "Provide a \"more\" link."
-msgstr "Egy „tovább” hivatkozás biztosítása."
-msgid "Num items"
-msgstr "Elemek száma"
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr ""
-"A megjelenített elemek száma, vagy 0 az összes eredmény "
-"megjelenítéséhez."
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr "Az átugrott elemek száma; a 0 nem ugrik át elemet."
-msgid ""
-"If this is set, override the View URL path; this can sometimes be "
-"useful to set to the panel URL."
-msgstr ""
-"Ha be van állítva, felülírja a nézet URL elérési útját; néha "
-"hasznos lehet a panel URL címére beállítani."
-msgid "Content pane"
-msgstr "Tartalomtábla"
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-"Tartalomként elérhető egy panel, vagy egy irányítópult "
-"képernyő számára."
-msgid "Pane settings"
-msgstr "Tábla beállítások"
-msgid "Use view name"
-msgstr "Nézetnév használata"
-msgid "Use view description"
-msgstr "Nézetleírás használata"
-msgid "Admin desc"
-msgstr "Adminisztratív leírás"
-msgid "Use Panel path"
-msgstr "Panel elérési út használata"
-msgid "Argument input"
-msgstr "Argumentum bemenet"
-msgid "Allow settings"
-msgstr "Beállítások engedélyezése"
-msgid ""
-"Checked settings will be available in the panel pane config dialog for "
-"modification by the panels user. Unchecked settings will not be "
-"available and will only use the settings in this display."
-msgstr ""
-"A bejelölt beállítások elérhetőek lesznek a panel "
-"táblabeállítás párbeszédablakában, ahol a panels felhasználó "
-"módosítani tudja azokat. A be nem jelölt beállítások nem lesznek "
-"elérhetőek, továbbá a beállítások csak ebben a képernyőben "
-"lesznek használva."
-msgid "Pager offset"
-msgstr "Lapozó eltolása"
-msgid "Path override"
-msgstr "Elérési út felülbírálása"
-msgid "Title override"
-msgstr "Cím felülírása"
-msgid ""
-"This is the title that will appear for this view pane in the add "
-"content dialog. If left blank, the view name will be used."
-msgstr ""
-"Ez az a cím, ami ebben a nézettáblában a tartalom hozzáadása "
-"párbeszédablakban fog megjelenni. Üresen hagyva a nézet neve lesz "
-"használva."
-msgid ""
-"This is text that will be displayed when the user mouses over the pane "
-"in the add content dialog. If blank the view description will be used."
-msgstr ""
-"Ez a szöveg akkor fog megjelenni, amikor a felhasználó az egeret a "
-"tartalom hozzáadása párbeszédablakban a tábla fölé viszi. "
-"Üresen hagyva a nézet leírása lesz használva."
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr ""
-"Ez az a kategória, amiben a tábla megjelenik a tartalom hozzáadása "
-"párbeszédablakban."
-msgid ""
-"This is the default weight of the category. Note that if the weight of "
-"a category is defined in multiple places, only the first one Panels "
-"sees will get that definition, so if the weight does not appear to be "
-"working, check other places that the weight might be set."
-msgstr ""
-"A kategória alapértelmezett súlya. Meg kell jegyezni, hogy ha a "
-"kategória súlya több helyen is be van állítva, akkor csak az "
-"első panelek fogják megkapni ezt a beállítást, vagyis ha a súly "
-"nem tűnik működőnek, le kell ellenőrizni azokat a helyeket ahol a "
-"súly be lett állítva."
-msgid "Link pane title to view"
-msgstr "A tábla címe hivatkozzon a nézetre"
-msgid "Inherit path from panel display"
-msgstr "Panel képernyőről örökölt elérési út"
-msgid ""
-"If yes, all links generated by Views, such as more links, summary "
-"links, and exposed input links will go to the panels display path, not "
-"the view, if the display has a path."
-msgstr ""
-"Ha igen, minden a Views által létrehozott tovább, összefoglaló "
-"és felfedett bemenet hivatkozás a panelek elérési útjába kerül "
-"és nem a nézetébe, amennyiben a megjelenítésnek van elérési "
-"útja."
-msgid "Choose the data source for view arguments"
-msgstr "Nézetargumentumok adatforrásának kiválasztása"
-msgid "@arg source"
-msgstr "@arg forrás"
-msgid ""
-"Demonstration code, advanced help, and a demo panel to show how to "
-"build ctools plugins."
-msgstr ""
-"Bemutató kód, haladó segítség és egy demó panel annak "
-"bemutatására, hogy miként lehet ctools beépülőket építeni."
-msgid ""
-"The CTools Plugin Example is simply a developer's demo of how to "
-"create plugins for CTools. It provides no useful functionality for an "
-"ordinary user."
-msgstr ""
-"A CTools Plugin Example egyszerűen egy fejlesztői bemutató arról, "
-"hogy miként lehet beépülőket létrehozni CTools-hoz. Hétköznapi "
-"felhasználónak nem nyújt semmilyen hasznos funkciót."
-msgid ""
-"There is a demo panel demonstrating much of the functionality provided "
-"at\n"
-"    <a href=\"@demo_url\">CTools demo panel</a>, and you can find "
-"documentation on the examples at\n"
-"    !ctools_plugin_example_help.\n"
-"    CTools itself provides documentation at !ctools_help. Mostly, "
-"though, the code itself is intended to be the teacher.\n"
-"    You can find it in %path."
-msgstr ""
-"Ez egy demó panel a <a href=\"@demo_url\">CTools bemutató panel</a> "
-"által biztosított funkciók többségének bemutatására,\r\n"
-"    dokumentáció a !ctools_plugin_example_help oldalon "
-"található.\r\n"
-"    Magának a CTools-nak a dokumentációja a !ctools_help oldalon "
-"található. Többnyire, mert inkább magának a kódnak a feladata, "
-"hogy magyarázó legyen.\r\n"
-"    Megtalálható itt: %path."
-msgid "CTools plugin example"
-msgstr "<em>CTools</em> beépülő példa"
-msgid "Chaos Tools (CTools) Plugin Example"
-msgstr "<em>Chaos Tools</em> (<em>CTools</em>) beépülő példa"
-msgid ""
-"Shows how an external module can provide ctools plugins (for Panels, "
-"etc.)."
-msgstr ""
-"Bemutatja, hogy egy külső modul miként biztosíthat <em>CTools</em> "
-"beépülőket (például a <em>Panels</em> modulhoz, stb...)."
-msgid "Arg length"
-msgstr "Argumentum hossza"
-msgid "Control access by length of simplecontext argument."
-msgstr ""
-"Hozzáférés szabályozása a <em>simplecontext</em> argumentum "
-"hossza által."
-msgid "Grant access if simplecontext argument length is"
-msgstr "Hozzáférés biztosítása, ha a simplecontext argumentum hossza"
-msgid "Length of simplecontext argument"
-msgstr "A <em>simplecontext</em> argumentum hossza"
-msgid "Access/visibility will be granted based on arg length."
-msgstr ""
-"Hozzáférés/láthatóság biztosítva lesz az argumentum hossza "
-"alapján."
-msgid "Simpletext argument must be !comp @length characters"
-msgstr "Simpletext argumentumnak !comp @length karakternek kell lennie"
-msgid "CTools example: role"
-msgstr "A <em>CTools</em> példa: csoport"
-msgid "@identifier must have role \"@roles\""
-msgid_plural "@identifier can be one of \"@roles\""
-msgstr[0] "@identifier „@roles” csoport tagja kell legyen"
-msgstr[1] "@identifier „@roles” csoportok egyikének tagja kell legyen"
-msgid "Creates a \"simplecontext\" from the arg."
-msgstr "Egy <em>simplecontext</em> létrehozása az argumentumból."
-msgid "Enter the simplecontext arg"
-msgstr "Ssimplecontext argumentum megadása"
-msgid "CTools example no context content type"
-msgstr "CTools példa környezetnélküli tartalomtípusra"
-msgid "No context content type - requires and uses no context."
-msgstr ""
-"Környezetnélküli tartalomtípus - nem szükséges hozzá és nem "
-"használ környezetet."
-msgid "CTools Examples"
-msgstr "CTools példák"
-msgid "The setting for item 1."
-msgstr "Elem 1 beállításai"
-msgid "The setting for item 2"
-msgstr "Elem 2 beállításai"
-msgid "CTools example relcontext content type"
-msgstr "CTools példa relcontext tartalomtípusra"
-msgid "Relcontext content type - works with relcontext context."
-msgstr "Relcontext tartalomtípus - a relcontext környezettel működik."
-msgid "Config Item 1 (relcontext)"
-msgstr "Elem 1 beállítása (relcontext)"
-msgid "Setting for relcontext."
-msgstr "Relcontext beállítása"
-msgid "Simplecontext content type"
-msgstr "Simplecontext tartalomtípus"
-msgid "Simplecontext content type - works with a simplecontext context."
-msgstr "Simplecontext tartalomtípus - simplecontext környezetben működik."
-msgid "Config Item 1 for simplecontext content type"
-msgstr "Elem 1 beállítása a simplecontext tartalomtípushoz"
-msgid "Relcontext context from simplecontext"
-msgstr "Relcontext környezet simplecontextből"
-msgid "Relcontext setting"
-msgstr "Relcontext beállítás"
-msgid "Just an example setting."
-msgstr "Csak egy példa beállítás."
-msgid "A single \"simplecontext\" context, or data element."
-msgstr "Egy egyszerű „simplecontext” környezet vagy adatelem."
-msgid "Enter some data to represent this \"simplecontext\"."
-msgstr "Ezt a „simplecontext”-et képviselő néhány adat megadása."
-msgid "Simplecontext context from config"
-msgstr "Simplecontext környezet a beállításokból"
-msgid "Setting for simplecontext"
-msgstr "Simplecontext beállítása"
-msgid "An example setting that could be used to configure a context"
-msgstr ""
-"Egy példa beállítás, ami a környezet beállításához "
-"használható"
-msgid "Relcontext from simplecontext"
-msgstr "Relcontext simplecontextből"
-msgid ""
-"If there is more than one variant on a page, when the page is visited "
-"each variant is given an opportunity to be displayed. Starting from "
-"the first variant and working to the last, each one tests to see if "
-"its selection rules will pass. The first variant that its criteria (as "
-"specified below) will be used."
-msgstr ""
-"Ha egynél több változat van az oldalon, az oldal meglátogatásakor "
-"minden változatnak lehetősége van megjelenni. Az első "
-"változattól kezdve egészen az utolsóig mindegyik ellenőrizve "
-"lesz, hogy megfelel-e a kiválasztási szabályoknak. Az első "
-"változat ami megfelel a feltételnek (ahogy az fentebb meg lett "
-"határozva) lesz használva."
-msgid "See the getting started guide for more information."
-msgstr "A Kezdeti segítség útmutató megtekintése a részletekért."
-msgid ""
-"Before this variant can be added, it must be configured. When you are "
-"finished, click \"Create variant\" at the end of this wizard to add "
-"this to your page."
-msgstr ""
-"A változat hozzáadása előtt ezt be kell állítani. A  "
-"befejezésekor a „Változat létrehozása” gombra kattintás "
-"befejezi a varázslót és hozzáadja a változatot az oldalhoz."
-msgid ""
-"Page manager module is unable to enable node/%node/edit because some "
-"other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"node/%node/edit elérési utat, mert néhány másik modul már "
-"felülírta %callback segítségével."
-msgid ""
-"Page manager module is unable to override @path because some other "
-"module already has overridden with %callback. Node edit will be "
-"enabled but that edit path will not be overridden."
-msgstr ""
-"A Page manager modul nem tudja felülírni a %path elérési utat, "
-"mert néhány másik modul már felülírta %callback-el. A tartalom "
-"szerkesztés engedélyezve lesz, de a szerkesztés elérési útja nem "
-"lesz felülírva."
-msgid ""
-"Page manager module is unable to enable node/%node because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a node/%node "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"To set this panel as your home page you must create a unique path name "
-"with no % placeholders in the path. The current site home page is set "
-"to %homepage."
-msgstr ""
-"Annak beállításához, hogy ez a panel legyen a kezdőlap, egy "
-"egyedi elérési utat kell létrehozni és ebben nem szabad % "
-"helykitöltőket használni. A webhely jelenlegi kezdőlapjának "
-"beállítása %homepage."
-msgid ""
-"Paths with non optional placeholders cannot be used as normal menu "
-"items unless the selected argument handler provides a default argument "
-"to use for the menu item."
-msgstr ""
-"A nem kötelező helykitöltőkkel rendelkező elérési utak nem "
-"használhatóak normál menüpontkét, kivéve ha a kiválasztott "
-"argumentumkezelő biztosít egy menüelemként használható "
-"alapértelmezett argumentumot."
-msgid ""
-"Page manager module is unable to enable taxonomy/term/%term because "
-"some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"taxonomy/term/%term elérési utat, mert néhány másik modul már "
-"felülírta %callback segítségével."
-msgid ""
-"Page manager module is unable to enable user/%user because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a user/%user "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "Existing node"
-msgstr "Létező tartalom"
-msgid "Enter the title or NID of a node"
-msgstr "Egy tartalom címének vagy tartalomazonosítójának megadása"
-msgid "Show only node teaser"
-msgstr "Csak a tartalom bevezetőjének mutatása"
-msgid "Include node links for \"add comment\", \"read more\" etc."
-msgstr ""
-"„Új hozzászólás”, „Tovább”, stb., tartalomhivatkozások "
-"hozzáadása."
-msgid "Template identifier"
-msgstr "Sablonazonosító"
-msgid ""
-"This identifier will be added as a template suggestion to display this "
-"node: node-panel-IDENTIFIER.tpl.php. Please see the Drupal theming "
-"guide for information about template suggestions."
-msgstr ""
-"Ez az azonosító a tartalmat megjelenítő sablonjavaslataként lesz "
-"hozzáadva: node-panel-IDENTIFIER.tpl.php. A sablonjavaslatokról "
-"részletesen a Drupal smink kézikönyvben lehet olvasni."
-msgid "Treat this as the primary node page"
-msgstr "Elsődleges tartalomoldalként kezelés"
-msgid "This can affect title rendering and breadcrumbs from some node types."
-msgstr ""
-"Befolyásolhatja néhány tartalomtípusnál a cím létrehozását "
-"és a morzsát."
-msgid "Add the breadcrumb trail as content."
-msgstr "A morzsasáv hozzáadása tartalomként."
-msgid "Add the help text of the current page as content."
-msgstr "Az aktuális oldal súgószövegének hozzáadása tartalomként."
-msgid "Status messages"
-msgstr "Állapotüzenetek"
-msgid "Add the status messages of the current page as content."
-msgstr "Az aktuális oldal állapotüzeneteinek hozzáadása tartalomként."
-msgid "Add the site mission statement as content."
-msgstr "A webhely céljainak hozzáadása tartalomként."
-msgid "Add the slogan trail as content."
-msgstr "A jelmondat sáv hozzáadása tartalomként."
-msgid "Add the tabs (local tasks) as content."
-msgstr "A fülek (helyi feladatok) hozzáadása tartalomként."
-msgid "Add the page title as content."
-msgstr "Az oldal címének hozzáadása tartalomként."
-msgid ""
-"\n"
-"    This is a block of data created by the Relcontent content type.\n"
-"    Data in the block may be assembled from static text (like this) or "
-"from the\n"
-"    content type settings form ($conf) for the content type, or from "
-"the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, "
-"'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-"\n"
-"    Ez egy adatblokk, amit a  Relcontent tartalomtípus hozott "
-"létre.\r\n"
-"    A blokk adatainak összeállítása történhet statikus "
-"szövegekből (mint ez)\r\n"
-"    vagy a tartalomtípus beállításainak űrlapjából ($conf), "
-"esetleg a beállított\r\n"
-"    környezetből. <br />\r\n"
-"    Jelen esetben a beállítási űrlapon ($conf) csak egy mező van, "
-"'config_item_1;\r\n"
-"    ezzel lett beállítva:\n"
-"    "
-msgid ""
-"\n"
-"    This is a block of data created by the Simplecontext content "
-"type.\n"
-"    Data in the block may be assembled from static text (like this) or "
-"from the\n"
-"    content type settings form ($conf) for the content type, or from "
-"the context\n"
-"    that is passed in. <br />\n"
-"    In our case, the configuration form ($conf) has just one field, "
-"'config_item_1;\n"
-"    and it's configured with:\n"
-"    "
-msgstr ""
-"\n"
-"    Ez egy adatblokk, amit a  Simplecontext tartalomtípus hozott "
-"létre.\r\n"
-"    A blokk adatainak összeállítása történhet statikus "
-"szövegekből (mint ez)\r\n"
-"    vagy a tartalomtípus beállításainak űrlapjából ($conf), "
-"esetleg a beállított\r\n"
-"    környezetből. <br />\r\n"
-"    Jelen esetben a beállítási űrlapon ($conf) csak egy mező van, "
-"'config_item_1;\r\n"
-"    ezzel lett beállítva:\n"
-"    "
-msgid ""
-"This page is currently locked for editing by you. Nobody else may edit "
-"this page until these changes are saved or canceled."
-msgstr ""
-"Ez az oldal jelenleg zárolva van mert ön szerkeszti. Senki más nem "
-"szerkesztheti ezt az oldalt, a módosítások mentése vagy "
-"visszavonása előtt."
-msgid ""
-"This page is currently locked for editing by another user. You may not "
-"edit this page without breaking the lock."
-msgstr ""
-"Ez az oldal jelenleg zárolva van, mert egy másik felhasználó "
-"szerkeszti. A zárolás feloldása előtt nem szerkeszthető az oldal."
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the all "
-"blogs at <em>/blog</em>. If no variant is selected, the default Drupal "
-"most recent blog posts will be shown."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a blogok <em>/blog</em> oldalon történő "
-"megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal legfrissebb blogbejegyzések oldal fog "
-"megjelenni."
-msgid ""
-"Page manager module is unable to enable blog because some other module "
-"already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a blog elérési "
-"utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "User blog"
-msgstr "Felhasználói blog"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying user blogs at <em>blog/%user</em>. If no variant is "
-"selected, the default Drupal user blog will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói blogok <em>/blog/%user</em> oldalon "
-"történő megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal felhasználói blog oldal lesz használva."
-msgid ""
-"Page manager module is unable to enable blog/%user because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a blog/%user "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "Site contact page"
-msgstr "Webhely kapcsolat oldal"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the site "
-"contact page at <em>/contact</em>. If no variant is selected, the "
-"default Drupal contact form will be used."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a kapcsolatfelvételi oldal <em>/contact</em> oldalon "
-"történő megjelenítésekor. Ha nincs kiválasztott változat, az "
-"alapértelmezett Drupal kapcsolatfelvételi űrlap lesz használva."
-msgid ""
-"Page manager module is unable to enable contact because some other "
-"module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a contact "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid "User contact"
-msgstr "Felhasználói kapcsolat"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for "
-"displaying the user contact form at <em>user/%user/contact</em>. If no "
-"variant is selected, the default Drupal user contact form will be "
-"used."
-msgstr ""
-"Ha engedélyezett, akkor felülírja a Drupal alapértelmezett "
-"viselkedését a felhasználói kapcsolatfelvételi űrlap "
-"<em>user/%user/contact</em> oldalon történő megjelenítésekor. Ha "
-"nincs kiválasztott változat, akkor az alapértelmezés szerinti "
-"Drupal felhasználói kapcsolatfelvételi űrlap lesz használva."
-msgid ""
-"Page manager module is unable to enable user/%user/contact because "
-"some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a /%user/contact "
-"elérési utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"You cannot have an unnamed placeholder (% or ! by itself). Please name "
-"your placeholder by adding a short piece of descriptive text to the % "
-"or !, such as %user or %node."
-msgstr ""
-"Nem lehetnek nem nevesített helykitöltők (% vagy ! magában). El "
-"kell nevezni a helykitöltőt a % vagy a ! után álló rövid leíró "
-"szöveggel, például %user vagy %node."
-msgid "All polls"
-msgstr "Minden szavazás"
-msgid ""
-"When enabled, this overrides the default Drupal behavior for the polls "
-"at <em>/poll</em>. If no variant is selected, the default Drupal most "
-"recent polls will be shown."
-msgstr ""
-"Ha engedélyezett, felülírja a Drupal alapértelmezett "
-"viselkedését a szavazások <em>/poll</em> oldalon történő "
-"megjelenítésekor. Ha nincs kiválasztott változat, akkor a "
-"legutóbbi szavazások lesznek megjelenítve."
-msgid ""
-"Page manager module is unable to enable poll because some other module "
-"already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a poll elérési "
-"utat, mert néhány másik modul már felülírta %callback "
-"segítségével."
-msgid ""
-"Page manager module is unable to enable search/@name/%menu_tail "
-"because some other module already has overridden with %callback."
-msgstr ""
-"A <em>Page manager</em> modul nem tudja engedélyezni a "
-"search/@name/%menu_tail elérési utat, mert néhány másik modul "
-"már felülírta %callback segítségével."
-msgid "Search @type"
-msgstr "@type keresése"
-msgid "Taxonomy: term"
-msgstr "Taxonómia: kifejezés"
-msgid "Control access by a specific term."
-msgstr "Hozzáférés szabályozása meghatározott kifejezés alapján."
-msgid "Select a term or terms from @vocabulary."
-msgstr "Egy vagy több kifejezés kiválasztása @vocabulary szótárból."
-msgid "@term can be the term \"@terms\""
-msgid_plural "@term can be one of these terms: @terms"
-msgstr[0] "@term lehet „@terms”"
-msgstr[1] "@term ezen kifejezések egyike lehet: @terms"
-msgid "Node add form: node type"
-msgstr "Tartalom hozzáadása űrlap: tartalomtípus"
-msgid "Node edit form: node ID"
-msgstr "Tartalom szerkesztése űrlap: tartalomazonosító"
-msgid "Get all arguments after this one"
-msgstr "Összes argumentum elhelyezése ez után"
-msgid ""
-"If checked, this string will include all arguments. For example, if "
-"the path is \"path/%\" and the user visits \"path/foo/bar\", if this "
-"is not checked the string will be \"foo\". If it is checked the string "
-"will be \"foo/bar\"."
-msgstr ""
-"Ha be van jelölve, ez a karaktersorozat minden argumentumot "
-"tartalmazni fog. Például ha az elérési út „path/%” és a "
-"felhasználó meglátogatja a „path/foo/bar”  oldalt, akkor ha "
-"nincs bejelölve, a karaktersorozat „foo” lesz. Ha be van jelölve "
-"a karaktersorozat „foo/bar” lesz."
-msgid "Taxonomy term: ID"
-msgstr "Taxonómia kifejezés: ID"
-msgid "Taxonomy term (multiple): ID"
-msgstr "Taxonómia kifejezés (több): azonosító"
-msgid "User: name"
-msgstr "Felhasználó: név"
-msgid "Creates a user context from a user name."
-msgstr "Felhasználói környezet létrehozása egy felhasználói névből."
-msgid "Enter the username of a user for this argument"
-msgstr ""
-"Egy felhasználó felhasználónevének megadása ehhez az "
-"argumentumhoz."
-msgid "Vocabulary: ID"
-msgstr "Szótár: azonosító"
-msgid ""
-"The site contact form that allows users to send a message to site "
-"administrators."
-msgstr ""
-"A webhely kapcsolatfelvételi űrlapja, amely lehetővé teszi, hogy a "
-"felhasználók üzenetet küldjenek a webhely adminisztrátorainak."
-msgid "The site contact form that allows users to contact other users."
-msgstr ""
-"A webhely kapcsolatfelvételi űrlapja, amely lehetővé teszi, hogy a "
-"felhasználók felvegyék a kapcsolatot más felhasználókkal."
-msgid "Contact @name"
-msgstr "Kapcsolatfelvétel @name felhasználóval"
-msgid "Custom: @title"
-msgstr "Egyedi: @title"
-msgid ""
-"This title will be used administratively to identify this pane. If "
-"blank, the regular title will be used."
-msgstr ""
-"A cím adminisztratív célból lesz használva a tábla "
-"azonosításához. Ha üres, akkor a rendes cím lesz használva."
-msgid "Page footer message"
-msgstr "Oldal lábléc üzenete"
-msgid "Add the page footer message as content."
-msgstr "Az oldal láblécüzenetének hozzáadása tartalomként."
-msgid "Advanced search form"
-msgstr "Haladó keresés űrlap"
-msgid "A search form with advanced options."
-msgstr "Egy keresés űrlap haladó beállításokkal."
-msgid ""
-"The advanced form may have additional options based upon the search "
-"type. For example the advanced content (node) search form will allow "
-"searching by node type and taxonomy term."
-msgstr ""
-"A haladó űrlap további beállításokat biztosíthat a keresés "
-"típusa alapján. Például a haladó tartalom(node) keresés űrlap "
-"engedélyezi a tartalomtípus és a taxonómia kifejezés szerinti "
-"keresést."
-msgid "Same page"
-msgstr "Ugyanolyan oldal"
-msgid "Override default prompt"
-msgstr "Alapértelmezett készenléti jel felülírása"
-msgid "@type search form"
-msgstr "@type keresési űrlap"
-msgid "The results of a search using keywords."
-msgstr "A kucsszavakat használó keresés eredményei."
-msgid "Record a watchdog log entry when searches are made"
-msgstr "Keresés feljegyzése az eseménynaplóba"
-msgid "Override \"no result\" text"
-msgstr "„Nincs eredmény” szöveg felülbírálata"
-msgid "No result text"
-msgstr "Nincs eredmény szövege"
-msgid "Display text if no search keywords were submitted"
-msgstr "A megjelenített szöveg, ha nem lett keresési kulcsszó megadva"
-msgid "No keywords text"
-msgstr "Nincs kulcsszó szöveg"
-msgid "@type search result"
-msgstr "@type keresési eredmény"
-msgid "HTML-safe string"
-msgstr "HTML-biztos karaktersorozat"
-msgid "Custom pager settings"
-msgstr "Egyéni lapozó beállításai"
-msgid "Use different pager settings from view settings"
-msgstr ""
-"A lapozó eltérő beállításainak használata a nézet "
-"beállításai alapján"
-msgid ""
-"<strong>Warning: </strong> This view has AJAX enabled. Overriding the "
-"pager settings will work initially, but when the view is updated via "
-"AJAX, the original settings will be used. You should not override "
-"pager settings on Views with the AJAX setting enabled."
-msgstr ""
-"<strong>Figyelmeztetés</strong>: ez a nézet AJAX-ot használ. A "
-"lapozó beállítások felülírása kezdetben működni fog, de ahogy "
-"a nézet frissítve lesz AJAX-on keresztül, az eredeti beállítások "
-"lesznek használva. Nem kell felülírni a lapozó beállításokat "
-"azokban a nézetekben, ahol az AJAX beállítások engedélyezve "
-"vannak."
-msgid "The number of items to skip and not display."
-msgstr "Az átugrott és nem mutatott elemek száma."
-msgid ""
-"Select this to send all arguments from the panel directly to the view. "
-"If checked, the panel arguments will come after any context arguments "
-"above and precede any additional arguments passed in through the "
-"Arguments field below. Note that arguments do not include the base "
-"URL; only values after the URL or set as placeholders are considered "
-"arguments."
-msgstr ""
-"Kiválasztva a panel összes argumentuma át lesz küldve "
-"közvetlenül a nézetnek. Ha be van jelölve, a panel argumentumok a "
-"környezet argumentumok után következnek és megelőznek bármilyen "
-"további, a lenti Argumentumok mezőn keresztül átadott "
-"argumentumot. Meg kell jegyezni, hogy az argumentumok nem "
-"tartalmazzák az alap URL-t; csak az URL utáni vagy a "
-"helykitöltőkkel beállított értékek lesznek argumentumként "
-"figyelembe véve."
-msgid ""
-"Additional arguments to send to the view as if they were part of the "
-"URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab "
-"arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments "
-"passed into the panel. Note: use these values only as a last resort. "
-"In future versions of Panels these may go away."
-msgstr ""
-"További, az URL részeként arg1/arg2/arg3 formában a nézetnek "
-"küldött argumentumok. %0, %1, ..., %N használható az argumentumok "
-"kinyerésére az URL-ből. Vagy @0, @1, @2, ..., @N használható a "
-"panelben átadott argumentunokhoz. Megjegyzés: csak a legutolsó "
-"megoldásként használható. A Panels következő verzióiban ezek "
-"már nem lesznek benne."
-msgid "If \"From context\" is selected, which type of context to use."
-msgstr ""
-"A „Környezetből” kiválasztása esetén melyik környezettípus "
-"legyen használva."
-msgid "Context is optional"
-msgstr "A környezet nem kötelező"
-msgid ""
-"This context need not be present for the pane to function. If you plan "
-"to use this, ensure that the argument handler can handle empty values "
-"gracefully."
-msgstr ""
-"Ennek a környezetnek jelen kell lennie a tábla működéséhez. Ha "
-"szükség van a használatára, meg kell győződni róla, hogy az "
-"argumentumkezelő tudja elegánsan kezelni az üres értékeket."
diff --git a/sites/all/modules/ctools/translations/ctools.pot b/sites/all/modules/ctools/translations/ctools.pot
deleted file mode 100644
index a1f663a3..00000000
--- a/sites/all/modules/ctools/translations/ctools.pot
+++ /dev/null
@@ -1,3850 +0,0 @@
-# $Id: ctools.pot,v 1.2 2009/10/22 20:00:00 thomaszahreddin Exp $
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  ctools.install,v 1.12 2009/08/16 21:59:42 merlinofchaos
-#  ctools.info,v 1.3 2009/07/12 18:11:58 merlinofchaos
-#  bulk_export.info,v 1.2 2009/07/12 18:11:58 merlinofchaos
-#  ctools_plugin_example/ctools_plugin_example.info: n/a
-#  page_manager.info,v 1.2 2009/07/12 18:11:58 merlinofchaos
-#  views_content.info,v 1.2 2009/07/12 18:11:59 merlinofchaos
-#  bulk_export.module,v 1.3 2009/07/22 21:12:07 merlinofchaos
-#  page_manager.admin.inc,v 1.27.2.4 2009/10/15 18:37:54 merlinofchaos
-#  page.inc,v 1.17.2.1 2009/10/09 22:35:56 merlinofchaos
-#  ctools_plugin_example.module,v 1.1 2009/08/17 22:07:14 merlinofchaos
-#  arg_length.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  simplecontext_content_type.inc,v 1.1.2.1 2009/10/13 20:55:30 merlinofchaos
-#  simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  relcontext_from_simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  example_role.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  role.inc,v 1.7.2.1 2009/10/01 22:00:08 merlinofchaos
-#  node_access.inc,v 1.7.2.1 2009/10/01 22:00:08 merlinofchaos
-#  perm.inc,v 1.6.2.1 2009/10/01 22:00:08 merlinofchaos
-#  user_contact.inc,v 1.1.2.1 2009/10/12 23:17:18 merlinofchaos
-#  profile_fields.inc,v 1.4 2009/08/13 22:24:02 merlinofchaos
-#  user_picture.inc,v 1.3 2009/08/05 18:11:05 merlinofchaos
-#  user_profile.inc,v 1.7 2009/09/08 21:25:04 merlinofchaos
-#  user.inc,v 1.4.2.1 2009/10/01 22:00:08 merlinofchaos
-#  simplecontext_arg.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  no_context_content_type.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  relcontext_content_type.inc,v 1.1.2.1 2009/10/13 20:55:30 merlinofchaos
-#  relcontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  ajax.inc,v 1.14.2.1 2009/10/01 21:34:36 merlinofchaos
-#  content.inc,v 1.12.2.3 2009/10/21 21:25:39 merlinofchaos
-#  content.menu.inc,v 1.2 2009/07/09 16:54:29 merlinofchaos
-#  node_author.inc,v 1.1 2009/07/18 22:10:48 merlinofchaos
-#  context-access-admin.inc,v 1.7 2009/08/16 21:59:42 merlinofchaos
-#  context-admin.inc,v 1.9.2.1 2009/10/06 18:08:23 merlinofchaos
-#  page.admin.inc,v 1.18.2.2 2009/10/13 20:38:17 merlinofchaos
-#  custom.inc,v 1.9.2.2 2009/10/06 17:42:07 merlinofchaos
-#  search_result.inc,v 1.1.2.2 2009/10/12 21:39:24 merlinofchaos
-#  views.inc,v 1.11.2.3 2009/10/21 20:18:09 merlinofchaos
-#  node_links.inc,v 1.2 2009/08/05 16:54:51 sdboyer
-#  export.inc,v 1.19.2.2 2009/10/08 16:12:17 merlinofchaos
-#  page_manager.module,v 1.17.2.2 2009/10/09 22:35:56 merlinofchaos
-#  search_form.inc,v 1.1.2.1 2009/10/12 21:35:54 merlinofchaos
-#  context-task-handler.inc,v 1.23.2.2 2009/10/01 22:26:30 merlinofchaos
-#  context.inc,v 1.33.2.4 2009/10/09 22:35:55 merlinofchaos
-#  context.theme.inc,v 1.7.2.1 2009/10/13 20:55:30 merlinofchaos
-#  page_manager/theme/page_manager.theme.inc: n/a
-#  views_content_plugin_display_panel_pane.inc,v 1.3 2009/09/09 18:25:03 merlinofchaos
-#  css.inc,v 1.10.2.1 2009/10/08 16:12:17 merlinofchaos
-#  form.inc,v 1.11 2009/08/13 22:24:02 merlinofchaos
-#  menu.inc,v 1.4 2009/07/12 05:28:31 merlinofchaos
-#  modal.inc,v 1.7.2.1 2009/10/13 20:06:36 merlinofchaos
-#  modal.js,v 1.17.2.2 2009/10/13 20:06:36 merlinofchaos
-#  wizard.inc,v 1.12 2009/09/08 21:44:52 merlinofchaos
-#  term_view.inc,v 1.5 2009/08/04 21:43:06 merlinofchaos
-#  search.inc,v 1.1.2.1 2009/10/12 21:35:54 merlinofchaos
-#  page_manager.install,v 1.7 2009/07/12 11:32:30 sdboyer
-#  blog.inc,v 1.1.2.1 2009/10/13 18:10:37 merlinofchaos
-#  blog_user.inc,v 1.1.2.2 2009/10/13 18:12:20 merlinofchaos
-#  contact_user.inc,v 1.1.2.2 2009/10/13 18:10:37 merlinofchaos
-#  user_view.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#  contact_site.inc,v 1.1.2.1 2009/10/12 23:17:18 merlinofchaos
-#  node_edit.inc,v 1.3 2009/08/04 21:43:06 merlinofchaos
-#  node_view.inc,v 1.4 2009/08/04 21:43:06 merlinofchaos
-#  node.inc,v 1.6 2009/08/18 04:36:53 merlinofchaos
-#  poll.inc,v 1.1.2.2 2009/10/13 18:27:42 merlinofchaos
-#  terms.inc,v 1.3.2.2 2009/10/01 22:39:02 merlinofchaos
-#  term.inc,v 1.6.2.2 2009/10/01 22:39:02 merlinofchaos
-#  page_breadcrumb.inc,v 1.1 2009/08/17 21:23:13 merlinofchaos
-#  compare_users.inc,v 1.3.2.1 2009/10/01 22:00:08 merlinofchaos
-#  node_language.inc,v 1.7.2.1 2009/10/01 22:00:08 merlinofchaos
-#  node_type.inc,v 1.7.2.1 2009/10/01 22:00:08 merlinofchaos
-#  node_attachments.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_body.inc,v 1.2 2009/07/22 21:40:31 merlinofchaos
-#  node_book_nav.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_comment_form.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_comments.inc,v 1.2 2009/05/20 23:26:45 merlinofchaos
-#  node_content.inc,v 1.4 2009/08/18 04:36:53 merlinofchaos
-#  node_created.inc,v 1.1 2009/07/18 22:10:48 merlinofchaos
-#  node_title.inc,v 1.2 2009/07/18 22:10:48 merlinofchaos
-#  node_type_desc.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_updated.inc,v 1.1 2009/07/18 22:10:48 merlinofchaos
-#  node.inc,v 1.11.2.2 2009/10/06 18:08:24 merlinofchaos
-#  book_parent.inc,v 1.2.2.1 2009/10/01 22:00:09 merlinofchaos
-#  term_from_node.inc,v 1.2.2.2 2009/10/21 21:25:39 merlinofchaos
-#  user_from_node.inc,v 1.3.2.1 2009/10/01 22:00:09 merlinofchaos
-#  site_language.inc,v 1.6.2.1 2009/10/01 22:00:08 merlinofchaos
-#  node_add_form.inc,v 1.9.2.1 2009/10/01 22:00:08 merlinofchaos
-#  php.inc,v 1.1.2.1 2009/10/01 22:00:08 merlinofchaos
-#  term.inc,v 1.1.2.3 2009/10/01 22:26:30 merlinofchaos
-#  term_vocabulary.inc,v 1.4.2.1 2009/10/01 22:00:08 merlinofchaos
-#  term_description.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  term_list.inc,v 1.3 2009/05/09 07:44:55 merlinofchaos
-#  term_parent.inc,v 1.2.2.1 2009/10/01 22:00:09 merlinofchaos
-#  vocabulary_terms.inc,v 1.3 2009/05/05 23:31:10 merlinofchaos
-#  term.inc,v 1.5.2.1 2009/10/01 22:00:08 merlinofchaos
-#  vocabulary.inc,v 1.3.2.1 2009/10/01 22:00:08 merlinofchaos
-#  nid.inc,v 1.8.2.2 2009/10/01 22:39:02 merlinofchaos
-#  node_edit.inc,v 1.5.2.2 2009/10/01 22:39:02 merlinofchaos
-#  node_add.inc,v 1.3.2.2 2009/10/01 22:39:02 merlinofchaos
-#  string.inc,v 1.3.2.2 2009/10/09 22:35:56 merlinofchaos
-#  string.inc,v 1.5.2.2 2009/10/09 22:35:57 merlinofchaos
-#  uid.inc,v 1.9.2.1 2009/10/01 22:39:02 merlinofchaos
-#  user_name.inc,v 1.1.2.1 2009/10/01 22:39:02 merlinofchaos
-#  vid.inc,v 1.4.2.2 2009/10/01 22:39:02 merlinofchaos
-#  block.inc,v 1.9 2009/07/17 21:53:41 merlinofchaos
-#  contact.inc,v 1.1.2.1 2009/10/12 23:17:18 merlinofchaos
-#  views_content.module,v 1.4 2009/08/07 19:58:33 merlinofchaos
-#  form.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_form_attachments.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_author.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_book.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_buttons.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_comment.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_input_format.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_log.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_menu.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_path.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_publishing.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_taxonomy.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_edit_form.inc,v 1.10.2.2 2009/10/06 18:08:24 merlinofchaos
-#  page_footer_message.inc,v 1.1 2009/09/21 20:53:00 merlinofchaos
-#  page_help.inc,v 1.1 2009/08/17 21:23:13 merlinofchaos
-#  page_messages.inc,v 1.1 2009/08/17 21:23:13 merlinofchaos
-#  page_mission.inc,v 1.1 2009/08/19 01:18:35 merlinofchaos
-#  page_slogan.inc,v 1.1 2009/08/19 01:18:35 merlinofchaos
-#  page_tabs.inc,v 1.1 2009/08/17 21:23:13 merlinofchaos
-#  page_title.inc,v 1.1 2009/08/17 21:23:13 merlinofchaos
-#  terms.inc,v 1.4.2.1 2009/10/01 22:00:08 merlinofchaos
-#  views_panes.inc,v 1.14.2.3 2009/10/21 19:52:07 merlinofchaos
-#  views_content.views.inc,v 1.2 2009/04/30 22:37:52 merlinofchaos
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-10-22 21:56+0200\n"
-"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: ctools.install:25
-msgid "CTools CSS Cache"
-msgstr ""
-
-#: ctools.install:27
-msgid "Exists"
-msgstr ""
-
-#: ctools.install:31
-msgid "The CTools CSS cache directory, %path could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories."
-msgstr ""
-
-#: ctools.install:33
-msgid "Unable to create"
-msgstr ""
-
-#: ctools.install:113
-msgid "A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment."
-msgstr ""
-
-#: ctools.info:0
-msgid "Chaos tools"
-msgstr ""
-
-#: ctools.info:0
-msgid "A library of helpful tools by Merlin of Chaos."
-msgstr ""
-
-#: ctools.info:0 bulk_export/bulk_export.info:0 ctools_plugin_example/ctools_plugin_example.info:0 page_manager/page_manager.info:0 views_content/views_content.info:0
-msgid "Chaos tool suite"
-msgstr ""
-
-#: bulk_export/bulk_export.module:68
-msgid "Bulk export results"
-msgstr ""
-
-#: bulk_export/bulk_export.module:92;116;127
-msgid "Place this in @file"
-msgstr ""
-
-#: bulk_export/bulk_export.module:133
-msgid "There are no objects to be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:159
-msgid "Module name"
-msgstr ""
-
-#: bulk_export/bulk_export.module:160
-msgid "Enter the module name to export code to."
-msgstr ""
-
-#: bulk_export/bulk_export.module:165 page_manager/page_manager.admin.inc:682 page_manager/plugins/tasks/page.inc:183
-msgid "Export"
-msgstr ""
-
-#: bulk_export/bulk_export.module:200
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:13
-msgid "use bulk exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:31
-msgid "Bulk Exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:32
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Bulk Export"
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:36
-msgid "Demonstration code, advanced help, and a demo panel to show how to build ctools plugins."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:79
-msgid "The CTools Plugin Example is simply a developer's demo of how to create plugins for CTools. It provides no useful functionality for an ordinary user."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:81
-msgid "There is a demo panel demonstrating much of the functionality provided at\n    <a href=\"@demo_url\">CTools demo panel</a>, and you can find documentation on the examples at\n    !ctools_plugin_example_help.\n    CTools itself provides documentation at !ctools_help. Mostly, though, the code itself is intended to be the teacher.\n    You can find it in %path."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:35
-msgid "CTools plugin example"
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Chaos Tools (CTools) Plugin Example"
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Shows how an external module can provide ctools plugins (for Panels, etc.)."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:15
-msgid "Arg length"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:16
-msgid "Control access by length of simplecontext argument."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:20 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:33;42 ctools_plugin_example/plugins/contexts/simplecontext.inc:16 ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:22
-msgid "Simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:30
-msgid "Grant access if simplecontext argument length is"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-msgid "Greater than"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-msgid "Less than or equal to"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:36
-msgid "Length of simplecontext argument"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:39
-msgid "Access/visibility will be granted based on arg length."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:63
-msgid "Simpletext argument must be !comp @length characters"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:16
-msgid "CTools example: role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:17 plugins/access/role.inc:15
-msgid "Control access by role."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:22 plugins/access/node_access.inc:22 plugins/access/perm.inc:20 plugins/access/role.inc:21 plugins/content_types/contact/user_contact.inc:17;18 plugins/content_types/user_context/profile_fields.inc:15;16 plugins/content_types/user_context/user_picture.inc:13;14 plugins/content_types/user_context/user_profile.inc:13;14 plugins/contexts/user.inc:15
-msgid "User"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:32 plugins/access/role.inc:31
-msgid "Role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:35 plugins/access/role.inc:34
-msgid "Only the checked roles will be granted access."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:74 plugins/access/role.inc:75
-msgid "@identifier can have any role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:76
-msgid "@identifier must have role \"@roles\""
-msgid_plural "@identifier can be one of \"@roles\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:26
-msgid "Simplecontext arg"
-msgstr ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:29
-msgid "Creates a \"simplecontext\" from the arg."
-msgstr ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:37
-msgid "Enter the simplecontext arg"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:19
-msgid "CTools example no context content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:20
-msgid "No context content type - requires and uses no context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:37 ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:30 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:37
-msgid "CTools Examples"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:94
-msgid "Item1"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:96
-msgid "The setting for item 1."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:103
-msgid "Item2"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:105
-msgid "The setting for item 2"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:21
-msgid "CTools example relcontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:28
-msgid "Relcontext content type - works with relcontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:29 ctools_plugin_example/plugins/contexts/relcontext.inc:16
-msgid "Relcontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:55
-msgid "\n    This is a block of data created by the Relcontent content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:87
-msgid "Config Item 1 (relcontext)"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:89
-msgid "Setting for relcontext."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:23
-msgid "Simplecontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:32
-msgid "Simplecontext content type - works with a simplecontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:82
-msgid "\n    This is a block of data created by the Simplecontext content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:111
-msgid "Config Item 1 for simplecontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:113
-msgid "The stuff for item 1."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:17
-msgid "A relcontext object."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:53
-msgid "Relcontext context from simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:77
-msgid "Relcontext setting"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:79
-msgid "Just an example setting."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:17
-msgid "A single \"simplecontext\" context, or data element."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:25
-msgid "Enter some data to represent this \"simplecontext\"."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:58
-msgid "Simplecontext context from config"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:87
-msgid "Setting for simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:89
-msgid "An example setting that could be used to configure a context"
-msgstr ""
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:19
-msgid "Relcontext from simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:21
-msgid "Adds a relcontext from existing simplecontext."
-msgstr ""
-
-#: includes/ajax.inc:137 page_manager/page_manager.admin.inc:927
-msgid "Error"
-msgstr ""
-
-#: includes/ajax.inc:138
-msgid "Server reports invalid input error."
-msgstr ""
-
-#: includes/content.inc:337
-msgid "@type:@subtype will not display due to missing context"
-msgstr ""
-
-#: includes/content.inc:422
-msgid "No info"
-msgstr ""
-
-#: includes/content.inc:423
-msgid "No info available."
-msgstr ""
-
-#: includes/content.inc:454
-msgid "Override title"
-msgstr ""
-
-#: includes/content.inc:473
-msgid "You may use %keywords from contexts, as well as %title to contain the original title."
-msgstr ""
-
-#: includes/content.inc:544 page_manager/page_manager.admin.inc:578
-msgid "Configure"
-msgstr ""
-
-#: includes/content.inc:547
-msgid "Configure new !subtype_title"
-msgstr ""
-
-#: includes/content.inc:550
-msgid "Configure !subtype_title"
-msgstr ""
-
-#: includes/content.menu.inc:45 plugins/content_types/node_context/node_author.inc:36 plugins/contexts/user.inc:49
-msgid "Anonymous"
-msgstr ""
-
-#: includes/content.menu.inc:46
-msgid "by @user"
-msgstr ""
-
-#: includes/context-access-admin.inc:159
-msgid "Add"
-msgstr ""
-
-#: includes/context-access-admin.inc:165
-msgid "All criteria must pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:166
-msgid "Only one criteria must pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:174;405 includes/context-admin.inc:622;701;772;883 page_manager/page_manager.admin.inc:1177
-msgid "Save"
-msgstr ""
-
-#: includes/context-access-admin.inc:198
-msgid "Broken/missing access plugin %plugin"
-msgstr ""
-
-#: includes/context-access-admin.inc:205 includes/context-admin.inc:342
-msgid "Configure settings for this item."
-msgstr ""
-
-#: includes/context-access-admin.inc:206 includes/context-admin.inc:338
-msgid "Remove this item."
-msgstr ""
-
-#: includes/context-access-admin.inc:214 includes/context-admin.inc:850 page_manager/page_manager.admin.inc:90;267;1316 page_manager/plugins/tasks/page.admin.inc:654 plugins/content_types/custom/custom.inc:113 plugins/content_types/search/search_result.inc:117;155
-msgid "Title"
-msgstr ""
-
-#: includes/context-access-admin.inc:215
-msgid "Description"
-msgstr ""
-
-#: includes/context-access-admin.inc:220
-msgid "No criteria selected, this test will pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:278;346;457
-msgid "Missing callback hooks."
-msgstr ""
-
-#: includes/context-access-admin.inc:303
-msgid "Add criteria"
-msgstr ""
-
-#: includes/context-access-admin.inc:367
-msgid "Edit criteria"
-msgstr ""
-
-#: includes/context-admin.inc:26 page_manager/plugins/tasks/page.inc:158 views_content/plugins/content_types/views.inc:360
-msgid "Arguments"
-msgstr ""
-
-#: includes/context-admin.inc:27;858
-msgid "argument"
-msgstr ""
-
-#: includes/context-admin.inc:29
-msgid "Add argument"
-msgstr ""
-
-#: includes/context-admin.inc:37
-msgid "Relationships"
-msgstr ""
-
-#: includes/context-admin.inc:38;748
-msgid "relationship"
-msgstr ""
-
-#: includes/context-admin.inc:40
-msgid "Add relationship"
-msgstr ""
-
-#: includes/context-admin.inc:48
-msgid "Contexts"
-msgstr ""
-
-#: includes/context-admin.inc:49;598
-msgid "context"
-msgstr ""
-
-#: includes/context-admin.inc:51
-msgid "Add context"
-msgstr ""
-
-#: includes/context-admin.inc:59
-msgid "Required contexts"
-msgstr ""
-
-#: includes/context-admin.inc:60;686
-msgid "required context"
-msgstr ""
-
-#: includes/context-admin.inc:62
-msgid "Add required context"
-msgstr ""
-
-#: includes/context-admin.inc:365;493;931 page_manager/plugins/tasks/page.admin.inc:952
-msgid "Invalid object name."
-msgstr ""
-
-#: includes/context-admin.inc:412
-msgid "Add @type \"@context\""
-msgstr ""
-
-#: includes/context-admin.inc:511
-msgid "Invalid context type"
-msgstr ""
-
-#: includes/context-admin.inc:530
-msgid "Edit @type \"@context\""
-msgstr ""
-
-#: includes/context-admin.inc:597;685;747;857 plugins/content_types/node_context/node_links.inc:93
-msgid "Identifier"
-msgstr ""
-
-#: includes/context-admin.inc:598;686;748;858
-msgid "Enter a name to identify this !type on administrative screens."
-msgstr ""
-
-#: includes/context-admin.inc:604;692;754;864 plugins/content_types/custom/custom.inc:147
-msgid "Keyword"
-msgstr ""
-
-#: includes/context-admin.inc:605;693;755;865
-msgid "Enter a keyword to use for substitution in titles."
-msgstr ""
-
-#: includes/context-admin.inc:839 includes/export.inc:191;275 page_manager/page_manager.module:500;515 page_manager/plugins/tasks/page.inc:217 plugins/content_types/search/search_form.inc:117 views_content/plugins/content_types/views.inc:432
-msgid "Default"
-msgstr ""
-
-#: includes/context-admin.inc:841
-msgid "Ignore it; content that requires this context will not be available."
-msgstr ""
-
-#: includes/context-admin.inc:842
-msgid "Display page not found or display nothing at all."
-msgstr ""
-
-#: includes/context-admin.inc:845
-msgid "If the argument is missing or is not valid, select how this should behave."
-msgstr ""
-
-#: includes/context-admin.inc:852
-msgid "Enter a title to use when this argument is present. You may use %KEYWORD substitution, where the keyword is specified below."
-msgstr ""
-
-#: includes/context-admin.inc:942
-msgid "Unable to delete missing item!"
-msgstr ""
-
-#: includes/context-task-handler.inc:118
-msgid "Edit @type"
-msgstr ""
-
-#: includes/context-task-handler.inc:308
-msgid "If there is more than one variant on a page, when the page is visited each variant is given an opportunity to be displayed. Starting from the first variant and working to the last, each one tests to see if its selection rules will pass. The first variant that its criteria (as specified below) will be used."
-msgstr ""
-
-#: includes/context-task-handler.inc:356
-msgid "Summary of contexts"
-msgstr ""
-
-#: includes/context.inc:49
-msgid "Unknown context"
-msgstr ""
-
-#: includes/context.inc:195;196;400 page_manager/plugins/tasks/page.admin.inc:1120;1140
-msgid "No context"
-msgstr ""
-
-#: includes/context.inc:311;418
-msgid "Context %count"
-msgstr ""
-
-#: includes/context.inc:311;418
-msgid "Context"
-msgstr ""
-
-#: includes/context.inc:425
-msgid "Please choose which context and how you would like it converted."
-msgstr ""
-
-#: includes/context.inc:1233
-msgid "@identifier (@keyword)"
-msgstr ""
-
-#: includes/context.inc:1297
-msgid "Logged in user"
-msgstr ""
-
-#: includes/context.inc:1335
-msgid ", and "
-msgstr ""
-
-#: includes/context.inc:1335
-msgid ", or "
-msgstr ""
-
-#: includes/context.theme.inc:80 page_manager/plugins/tasks/page.admin.inc:696 page_manager/theme/page_manager.theme.inc:103 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:196
-msgid "Weight"
-msgstr ""
-
-#: includes/context.theme.inc:82 plugins/access/node_access.inc:33
-msgid "Operation"
-msgstr ""
-
-#: includes/context.theme.inc:131;237
-msgid "Built in context"
-msgstr ""
-
-#: includes/context.theme.inc:134;158;181;201;240;259;275;290
-msgid "Keyword: %@keyword"
-msgstr ""
-
-#: includes/context.theme.inc:136;161;183;203
-msgid "@keyword --&gt; @title"
-msgstr ""
-
-#: includes/context.theme.inc:155;256
-msgid "Argument @count"
-msgstr ""
-
-#: includes/context.theme.inc:178;272
-msgid "Context @count"
-msgstr ""
-
-#: includes/context.theme.inc:198;287
-msgid "From \"@title\""
-msgstr ""
-
-#: includes/css.inc:162
-msgid "Unable to create CTools CSS cache directory. Check the permissions on your files directory."
-msgstr ""
-
-#: includes/export.inc:146 page_manager/page_manager.module:366 page_manager/plugins/tasks/page.admin.inc:1456
-msgid "Normal"
-msgstr ""
-
-#: includes/export.inc:184 page_manager/page_manager.admin.inc:1473 page_manager/page_manager.module:509 page_manager/plugins/tasks/page.admin.inc:1485;1499;1510
-msgid "Overridden"
-msgstr ""
-
-#: includes/export.inc:608 page_manager/page_manager.module:636
-msgid "Local"
-msgstr ""
-
-#: includes/form.inc:303
-msgid "Validation error, please try again. If this error persists, please contact the site administrator."
-msgstr ""
-
-#: includes/menu.inc:58
-msgid "Home"
-msgstr ""
-
-#: includes/modal.inc:52
-msgid "Close Window"
-msgstr ""
-
-#: includes/modal.inc:53;53
-msgid "Close window"
-msgstr ""
-
-#: includes/modal.inc:54 js/modal.js:0;0
-msgid "Loading..."
-msgstr ""
-
-#: includes/modal.inc:54
-msgid "Loading"
-msgstr ""
-
-#: includes/wizard.inc:373
-msgid "Continue"
-msgstr ""
-
-#: includes/wizard.inc:374
-msgid "Back"
-msgstr ""
-
-#: includes/wizard.inc:375
-msgid "Update and return"
-msgstr ""
-
-#: includes/wizard.inc:376
-msgid "Finish"
-msgstr ""
-
-#: includes/wizard.inc:377 page_manager/page_manager.admin.inc:1183
-msgid "Cancel"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:25
-msgid "See the getting started guide for more information."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:40
-msgid "This page is currently locked for editing by you. Nobody else may edit this page until these changes are saved or canceled."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:44
-msgid "This page is currently locked for editing by another user. You may not edit this page without breaking the lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:52;297
-msgid "Reset"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:88;238;270 page_manager/plugins/tasks/page.admin.inc:642
-msgid "Type"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:89;268
-msgid "Name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:91;269 page_manager/plugins/tasks/page.admin.inc:399;1244;1370 page_manager/plugins/tasks/page.inc:647 page_manager/plugins/tasks/term_view.inc:258 plugins/content_types/search/search_form.inc:115
-msgid "Path"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:92;245;271 page_manager/plugins/tasks/page.inc:46;592
-msgid "Storage"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:95 page_manager/plugins/tasks/page.admin.inc:909
-msgid "Operations"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:163 page_manager/plugins/tasks/search.inc:213
-msgid "System"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:171 page_manager/plugins/tasks/page.inc:217 page_manager/plugins/tasks/search.inc:215
-msgid "In code"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:189 page_manager/page_manager.module:79 page_manager/plugins/tasks/page.inc:623;665;701 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:120
-msgid "Edit"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:197;523;529;708;713 page_manager/plugins/tasks/page.inc:598
-msgid "Enable"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:203;536;542;719;724 page_manager/plugins/tasks/page.inc:602
-msgid "Disable"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:234
-msgid "<All>"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:252;253 page_manager/plugins/tasks/page.inc:603
-msgid "Enabled"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:253 page_manager/plugins/tasks/page.inc:599
-msgid "Disabled"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:259 page_manager/plugins/tasks/search.inc:25
-msgid "Search"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:264
-msgid "Sort by"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:266
-msgid "Enabled, title"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:278
-msgid "Order"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:280
-msgid "Up"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:281
-msgid "Down"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:290
-msgid "Apply"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:470;662
-msgid "Summary"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:471
-msgid "Get a summary of the information about this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:524
-msgid "Activate this page so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:537
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:548
-msgid "Add variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:549
-msgid "Add a new variant to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:554;587
-msgid "Create variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:559
-msgid "Import variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:560
-msgid "Add a new variant to this page from code exported from another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:566
-msgid "Reorder variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:568
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:579
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:606;611
-msgid "Break lock"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:607
-msgid "Break the lock on this page so that you can edit it."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:630
-msgid "Variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:655
-msgid "Variant operations"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:663
-msgid "Get a summary of the information about this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:677 page_manager/plugins/tasks/page.admin.inc:1384 page_manager/plugins/tasks/page.inc:178
-msgid "Clone"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:678
-msgid "Make an exact copy of this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:683
-msgid "Export this variant into code to import into another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:688;692 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:189
-msgid "Revert"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:689
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:698;702 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:196 plugins/access/node_access.inc:38
-msgid "Delete"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:699
-msgid "Remove this variant from the page completely."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:709
-msgid "Activate this variant so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:720
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:732
-msgid "No variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:814 plugins/access/node_access.inc:37
-msgid "Update"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:928
-msgid "This operation trail does not exist."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:945
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:962
-msgid "Unable to update changes due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1112
-msgid "This setting contains unsaved changes."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1170
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1201
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1252
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1317
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1322
-msgid "Variant type"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1331
-msgid "Optional features"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1333
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1361;1516
-msgid "Variant name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1362;1517
-msgid "Enter the name of the new variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1367
-msgid "Paste variant code here"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1383
-msgid "No variant found."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1386
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1474
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1477
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1543
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1562
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1594
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1606
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1614
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1641
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1699
-msgid "This page has no variants and thus no output of its own."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1704
-msgid "Add a new variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1722
-msgid "Unable to disable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1725
-msgid "Unable to enable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.module:42
-msgid "use page manager"
-msgstr ""
-
-#: page_manager/page_manager.module:42
-msgid "administer page manager"
-msgstr ""
-
-#: page_manager/page_manager.module:66
-msgid "Pages"
-msgstr ""
-
-#: page_manager/page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr ""
-
-#: page_manager/page_manager.module:72
-msgid "List"
-msgstr ""
-
-#: page_manager/page_manager.install:222
-msgid "Panel"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Page manager"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:17;18
-msgid "All blogs"
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the all blogs at <em>/blog</em>. If no variant is selected, the default Drupal most recent blog posts will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:56
-msgid "Page manager module is unable to enable blog because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:16;17
-msgid "User blog"
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:18
-msgid "When enabled, this overrides the default Drupal behavior for displaying user blogs at <em>blog/%user</em>. If no variant is selected, the default Drupal user blog will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:59
-msgid "Page manager module is unable to enable blog/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:109 page_manager/plugins/tasks/contact_user.inc:105 page_manager/plugins/tasks/user_view.inc:97
-msgid "User being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:17;18
-msgid "Site contact page"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the site contact page at <em>/contact</em>. If no variant is selected, the default Drupal contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:56
-msgid "Page manager module is unable to enable contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:12;13
-msgid "User contact"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying the user contact form at <em>user/%user/contact</em>. If no variant is selected, the default Drupal user contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:55
-msgid "Page manager module is unable to enable user/%user/contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:13;14
-msgid "Node add/edit form"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:129
-msgid "Create @name"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:143
-msgid "Node being edited"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:22;24
-msgid "Node template"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:118
-msgid "Node being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:201;279
-msgid "Basic settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:202;974;982
-msgid "Argument settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:203;439
-msgid "Access control"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:204
-msgid "Menu settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:280
-msgid "A meaningless second page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:372;1362 plugins/content_types/custom/custom.inc:106 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:166
-msgid "Administrative title"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:373;1363
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:379
-msgid "Machine name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:380
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:391 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:176;186
-msgid "Administrative description"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:392
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:400
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:422
-msgid "Make this your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:423
-msgid "To set this panel as your home page you must create a unique path name with no % placeholders in the path. The current site home page is set to %homepage."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:428
-msgid "This page is currently set to be your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:440
-msgid "Visible menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:461
-msgid "Name is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:468
-msgid "That name is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:473
-msgid "Page name must be alphanumeric or underscores only."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:480
-msgid "That path is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:488
-msgid "Path is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:501
-msgid "You cannot have an unnamed placeholder (% or ! by itself). Please name your placeholder by adding a short piece of descriptive text to the % or !, such as %user or %node."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:506
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:515
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:526
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:534
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:539
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:547
-msgid "Duplicated argument %arg"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:552
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:645 page_manager/plugins/tasks/page.inc:698 page_manager/plugins/tasks/term_view.inc:269
-msgid "No menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:646
-msgid "Normal menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:647;709
-msgid "Menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:648
-msgid "Default menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:657
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:667
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:677 page_manager/plugins/tasks/page.inc:172;703 page_manager/plugins/tasks/term_view.inc:272
-msgid "Menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:681;731
-msgid "Insert item into an available menu."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:692
-msgid "Menu selection requires the activation of menu module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:699
-msgid "The lower the weight the higher/further left it will appear."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:707
-msgid "Parent menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-msgid "Already exists"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-msgid "Normal menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:711
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:716
-msgid "Parent item title"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:719
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:727
-msgid "Parent item menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:744
-msgid "Tab weight"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:748
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:783
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:852
-msgid "No context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:876
-msgid "Change"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:893 page_manager/plugins/tasks/page.inc:143 page_manager/plugins/tasks/term_view.inc:50;65
-msgid "Settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:906
-msgid "Argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:907
-msgid "Position in path"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:908
-msgid "Context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:927
-msgid "The path %path has no arguments to configure."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:961
-msgid "Invalid keyword."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:973
-msgid "Change context type"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:978
-msgid "Change argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1084
-msgid "No context selected"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1167
-msgid "Error: missing argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1180
-msgid "Context identifier"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1181
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1187
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1235
-msgid "Import page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1238;1356
-msgid "Page name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1239
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1245
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1250
-msgid "Allow overwrite of an existing page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1251
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1256
-msgid "Paste page code here"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1262
-msgid "Import"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1278
-msgid "No handler found."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1280
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1291
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1357
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1371
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1377
-msgid "Clone variants"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1378
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1486
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1489
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1512
-msgid "The page has been deleted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1516
-msgid "The page has been reverted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:22
-msgid "Custom pages"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:39
-msgid "Create a new page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:150 page_manager/plugins/tasks/term_view.inc:68
-msgid "Basic"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:151 page_manager/plugins/tasks/term_view.inc:69
-msgid "Edit name, path and other basic settings for the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:165;668 page_manager/plugins/tasks/term_view.inc:264
-msgid "Access"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:167
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:173
-msgid "Provide this page a visible menu or a menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:179
-msgid "Make a copy of this page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:184
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:190
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:197
-msgid "Remove this page from your system completely."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:208 plugins/content_types/custom/custom.inc:26;58 plugins/content_types/node/node.inc:27 plugins/content_types/search/search_form.inc:119
-msgid "Custom"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:322 page_manager/plugins/tasks/term_view.inc:133 plugins/access/node_access.inc:36
-msgid "View"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:592;607;647;668;703 page_manager/plugins/tasks/term_view.inc:258;264;272;285;298
-msgid "page-summary-label"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:593;608;634;648;669;704 page_manager/plugins/tasks/term_view.inc:259;265;273;286;299
-msgid "page-summary-data"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:594;609;635;649;670;705 page_manager/plugins/tasks/term_view.inc:260;266;274;287;300
-msgid "page-summary-operation"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:607
-msgid "Status"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:626
-msgid "This is your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:629
-msgid "This page is set to become your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:659
-msgid "Accessible only if @conditions."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:662 page_manager/plugins/tasks/term_view.inc:265
-msgid "This page is publicly accessible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:674
-msgid "No menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:675
-msgid "Normal menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:676
-msgid "Menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:677
-msgid "Default menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:683
-msgid "Title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:686
-msgid "Parent title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:691
-msgid "Menu block: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:17;18
-msgid "All polls"
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the polls at <em>/poll</em>. If no variant is selected, the default Drupal most recent polls will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:56
-msgid "Page manager module is unable to enable poll because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:91
-msgid "Page manager module is unable to enable search/@name/%menu_tail because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:155 plugins/content_types/search/search_form.inc:17 plugins/content_types/search/search_result.inc:17
-msgid "Keywords"
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:212
-msgid "Search @type"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:23;24
-msgid "Taxonomy term template"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term(s) being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:169
-msgid "Depth"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Single term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Multiple terms"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:230 plugins/arguments/terms.inc:54
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:233 plugins/arguments/term.inc:93 plugins/arguments/terms.inc:57
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:281
-msgid "Only a single term may be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:285
-msgid "%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:291
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:294
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:298 plugins/content_types/page/page_breadcrumb.inc:15
-msgid "Breadcrumb"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:12;13
-msgid "User profile template"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:56
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "Locked"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "New"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "Changed"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:98
-msgid "No task handlers are defined for this task."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:102
-msgid "Variant"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:124
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr ""
-
-#: plugins/access/compare_users.inc:14
-msgid "User: compare"
-msgstr ""
-
-#: plugins/access/compare_users.inc:15
-msgid "Compare two users (logged-in user and user being viewed, for example)"
-msgstr ""
-
-#: plugins/access/compare_users.inc:23
-msgid "First User"
-msgstr ""
-
-#: plugins/access/compare_users.inc:24
-msgid "Second User"
-msgstr ""
-
-#: plugins/access/compare_users.inc:36
-msgid "Grant access based on comparison of the two user contexts. For example, to grant access to a user to view their own profile, choose \"logged in user\" and \"user being viewed\" and say \"grant access if equal\". When they're the same, access will be granted."
-msgstr ""
-
-#: plugins/access/compare_users.inc:41
-msgid "Grant access if user contexts are"
-msgstr ""
-
-#: plugins/access/compare_users.inc:42
-msgid "Equal"
-msgstr ""
-
-#: plugins/access/compare_users.inc:42
-msgid "Not equal"
-msgstr ""
-
-#: plugins/access/compare_users.inc:70
-msgid "@id1 @comp @id2"
-msgstr ""
-
-#: plugins/access/node_access.inc:14
-msgid "Node: accessible"
-msgstr ""
-
-#: plugins/access/node_access.inc:15
-msgid "Control access with built in Drupal node access test."
-msgstr ""
-
-#: plugins/access/node_access.inc:23 plugins/access/node_language.inc:22 plugins/access/node_type.inc:21 plugins/content_types/node/node.inc:15 plugins/content_types/node_context/node_attachments.inc:13;14 plugins/content_types/node_context/node_author.inc:13;14 plugins/content_types/node_context/node_body.inc:13;14 plugins/content_types/node_context/node_book_nav.inc:14;15 plugins/content_types/node_context/node_comment_form.inc:14;15 plugins/content_types/node_context/node_comments.inc:15;16 plugins/content_types/node_context/node_content.inc:13;14 plugins/content_types/node_context/node_created.inc:13;14 plugins/content_types/node_context/node_links.inc:14;15 plugins/content_types/node_context/node_title.inc:13;14 plugins/content_types/node_context/node_type_desc.inc:13;14 plugins/content_types/node_context/node_updated.inc:13;14 plugins/contexts/node.inc:16 plugins/relationships/book_parent.inc:17 plugins/relationships/term_from_node.inc:17 plugins/relationships/user_from_node.inc:17
-msgid "Node"
-msgstr ""
-
-#: plugins/access/node_access.inc:39
-msgid "Create nodes of the same type"
-msgstr ""
-
-#: plugins/access/node_access.inc:41
-msgid "Using built in Drupal node access rules, determine if the user can perform the selected operation on the node."
-msgstr ""
-
-#: plugins/access/node_access.inc:78
-msgid "@user can view @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:81
-msgid "@user can edit @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:84
-msgid "@user can delete @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:87
-msgid "@user can create nodes of the same type as @node."
-msgstr ""
-
-#: plugins/access/node_language.inc:15
-msgid "Node: language"
-msgstr ""
-
-#: plugins/access/node_language.inc:16
-msgid "Control access by node language."
-msgstr ""
-
-#: plugins/access/node_language.inc:32;94
-msgid "Current site language"
-msgstr ""
-
-#: plugins/access/node_language.inc:33;95 plugins/access/site_language.inc:31;69
-msgid "Default site language"
-msgstr ""
-
-#: plugins/access/node_language.inc:34;96
-msgid "No language"
-msgstr ""
-
-#: plugins/access/node_language.inc:38 plugins/access/site_language.inc:35
-msgid "Language"
-msgstr ""
-
-#: plugins/access/node_language.inc:41
-msgid "Pass only if the node is in one of the selected languages."
-msgstr ""
-
-#: plugins/access/node_language.inc:110
-msgid "@identifier is in any language"
-msgstr ""
-
-#: plugins/access/node_language.inc:113
-msgid "@identifier language is \"@languages\""
-msgid_plural "@identifier language is one of \"@languages\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/node_type.inc:14
-msgid "Node: type"
-msgstr ""
-
-#: plugins/access/node_type.inc:15
-msgid "Control access by node_type."
-msgstr ""
-
-#: plugins/access/node_type.inc:36 plugins/contexts/node.inc:170 plugins/contexts/node_add_form.inc:21;100
-msgid "Node type"
-msgstr ""
-
-#: plugins/access/node_type.inc:39
-msgid "Only the checked node types will be valid."
-msgstr ""
-
-#: plugins/access/node_type.inc:96
-msgid "@identifier is any node type"
-msgstr ""
-
-#: plugins/access/node_type.inc:99
-msgid "@identifier is type \"@types\""
-msgid_plural "@identifier type is one of \"@types\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/perm.inc:14
-msgid "User: permission"
-msgstr ""
-
-#: plugins/access/perm.inc:15
-msgid "Control access by permission string."
-msgstr ""
-
-#: plugins/access/perm.inc:41
-msgid "Permission"
-msgstr ""
-
-#: plugins/access/perm.inc:43
-msgid "Only users with the selected permission flag will be able to access this."
-msgstr ""
-
-#: plugins/access/perm.inc:65
-msgid "Error, unset permission"
-msgstr ""
-
-#: plugins/access/perm.inc:68
-msgid "@identifier has \"@perm\""
-msgstr ""
-
-#: plugins/access/php.inc:14;41
-msgid "PHP Code"
-msgstr ""
-
-#: plugins/access/php.inc:15
-msgid "Control access through arbitrary PHP code."
-msgstr ""
-
-#: plugins/access/php.inc:35
-msgid "Administrative desc"
-msgstr ""
-
-#: plugins/access/php.inc:37
-msgid "A description for this test for administrative purposes."
-msgstr ""
-
-#: plugins/access/php.inc:43
-msgid "Access will be granted if the following PHP code returns <code>TRUE</code>. Do not include &lt;?php ?&gt;. Note that executing incorrect PHP-code can break your Drupal site. All contexts will be available in the <em>$contexts</em> variable."
-msgstr ""
-
-#: plugins/access/php.inc:48
-msgid "You do not have sufficient permissions to edit PHP code."
-msgstr ""
-
-#: plugins/access/role.inc:14
-msgid "User: role"
-msgstr ""
-
-#: plugins/access/role.inc:78
-msgid "@identifier has role \"@roles\""
-msgid_plural "@identifier has one of \"@roles\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/site_language.inc:15
-msgid "User: language"
-msgstr ""
-
-#: plugins/access/site_language.inc:16
-msgid "Control access by the language the user or site currently uses."
-msgstr ""
-
-#: plugins/access/site_language.inc:38
-msgid "Pass only if the current site language is one of the selected languages."
-msgstr ""
-
-#: plugins/access/site_language.inc:83
-msgid "Site language is any language"
-msgstr ""
-
-#: plugins/access/site_language.inc:86
-msgid "Site language is \"@languages\""
-msgid_plural "Site language is one of \"@languages\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/term.inc:14
-msgid "Taxonomy: term"
-msgstr ""
-
-#: plugins/access/term.inc:15
-msgid "Control access by a specific term."
-msgstr ""
-
-#: plugins/access/term.inc:22 plugins/access/term_vocabulary.inc:21 plugins/content_types/term_context/term_description.inc:13 plugins/content_types/term_context/term_list.inc:13 plugins/relationships/term_parent.inc:17
-msgid "Term"
-msgstr ""
-
-#: plugins/access/term.inc:41 plugins/content_types/vocabulary_context/vocabulary_terms.inc:14;15 plugins/contexts/term.inc:67 plugins/contexts/vocabulary.inc:57 plugins/relationships/term_from_node.inc:53
-msgid "Vocabulary"
-msgstr ""
-
-#: plugins/access/term.inc:44 plugins/contexts/term.inc:70 plugins/contexts/vocabulary.inc:63
-msgid "Select the vocabulary for this form."
-msgstr ""
-
-#: plugins/access/term.inc:63
-msgid "Terms"
-msgstr ""
-
-#: plugins/access/term.inc:64
-msgid "Select a term or terms from @vocabulary."
-msgstr ""
-
-#: plugins/access/term.inc:148
-msgid "@term can be the term \"@terms\""
-msgid_plural "@term can be one of these terms: @terms"
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/term_vocabulary.inc:14
-msgid "Taxonomy: vocabulary"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:15
-msgid "Control access by term vocabulary."
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:37
-msgid "Vocabularies"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:39
-msgid "Only terms in the checked vocabularies will be valid."
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:83
-msgid "@identifier is any vocabulary"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:86
-msgid "@identifier vocabulary is \"@vids\""
-msgid_plural "@identifier vocabulary is one of \"@vids\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/arguments/nid.inc:15
-msgid "Node: ID"
-msgstr ""
-
-#: plugins/arguments/nid.inc:17
-msgid "Creates a node context from a node ID argument."
-msgstr ""
-
-#: plugins/arguments/nid.inc:21 plugins/arguments/node_edit.inc:22
-msgid "Enter the node ID of a node for this argument"
-msgstr ""
-
-#: plugins/arguments/node_add.inc:15
-msgid "Node add form: node type"
-msgstr ""
-
-#: plugins/arguments/node_add.inc:18
-msgid "Creates a node add form context from a node type argument."
-msgstr ""
-
-#: plugins/arguments/node_edit.inc:15
-msgid "Node edit form: node ID"
-msgstr ""
-
-#: plugins/arguments/node_edit.inc:18
-msgid "Creates a node edit form context from a node ID argument."
-msgstr ""
-
-#: plugins/arguments/string.inc:15 plugins/contexts/string.inc:15
-msgid "String"
-msgstr ""
-
-#: plugins/arguments/string.inc:18
-msgid "A string is a minimal context that simply holds a string that can be used for some other purpose."
-msgstr ""
-
-#: plugins/arguments/string.inc:23
-msgid "Enter a value for this argument"
-msgstr ""
-
-#: plugins/arguments/string.inc:49
-msgid "Get all arguments after this one"
-msgstr ""
-
-#: plugins/arguments/string.inc:52
-msgid "If checked, this string will include all arguments. For example, if the path is \"path/%\" and the user visits \"path/foo/bar\", if this is not checked the string will be \"foo\". If it is checked the string will be \"foo/bar\"."
-msgstr ""
-
-#: plugins/arguments/term.inc:15
-msgid "Taxonomy term: ID"
-msgstr ""
-
-#: plugins/arguments/term.inc:18
-msgid "Creates a single taxonomy term from a taxonomy ID or taxonomy term name."
-msgstr ""
-
-#: plugins/arguments/term.inc:81
-msgid "Argument type"
-msgstr ""
-
-#: plugins/arguments/term.inc:83 plugins/contexts/term.inc:24
-msgid "Term ID"
-msgstr ""
-
-#: plugins/arguments/term.inc:83 plugins/contexts/term.inc:25
-msgid "Term name"
-msgstr ""
-
-#: plugins/arguments/term.inc:90
-msgid "Inject hierarchy into breadcrumb trail"
-msgstr ""
-
-#: plugins/arguments/term.inc:106
-msgid "Enter a taxonomy term ID."
-msgstr ""
-
-#: plugins/arguments/term.inc:111
-msgid "Enter a taxonomy term name."
-msgstr ""
-
-#: plugins/arguments/terms.inc:15
-msgid "Taxonomy term (multiple): ID"
-msgstr ""
-
-#: plugins/arguments/terms.inc:18
-msgid "Creates a group of taxonomy terms from a list of tids separated by a comma or a plus sign. In general the first term of the list will be used for panes."
-msgstr ""
-
-#: plugins/arguments/terms.inc:24
-msgid "Enter a term ID or a list of term IDs separated by a + or a ,"
-msgstr ""
-
-#: plugins/arguments/uid.inc:15
-msgid "User: ID"
-msgstr ""
-
-#: plugins/arguments/uid.inc:18
-msgid "Creates a user context from a user ID argument."
-msgstr ""
-
-#: plugins/arguments/uid.inc:22
-msgid "Enter the user ID of a user for this argument"
-msgstr ""
-
-#: plugins/arguments/user_name.inc:15
-msgid "User: name"
-msgstr ""
-
-#: plugins/arguments/user_name.inc:18
-msgid "Creates a user context from a user name."
-msgstr ""
-
-#: plugins/arguments/user_name.inc:22
-msgid "Enter the username of a user for this argument"
-msgstr ""
-
-#: plugins/arguments/vid.inc:15
-msgid "Vocabulary: ID"
-msgstr ""
-
-#: plugins/arguments/vid.inc:18
-msgid "Creates a vocabulary context from a vocabulary ID argument."
-msgstr ""
-
-#: plugins/arguments/vid.inc:22
-msgid "Enter the vocabulary ID for this argument"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:21
-msgid "Block"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:91
-msgid "Configure block"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:92
-msgid "Configure this block's 'block settings' in administer >> site building >> blocks"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:229
-msgid "Deleted/missing block @module-@delta"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:267;271;346
-msgid "Miscellaneous"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:279;359
-msgid "Menus"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:286;316;321;326;350;383
-msgid "Activity"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:331;336;354;378;388 plugins/content_types/contact/contact.inc:17 plugins/content_types/search/search_form.inc:18 plugins/content_types/search/search_result.inc:18 views_content/views_content.module:56
-msgid "Widgets"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:341
-msgid "Feeds"
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:14;62
-msgid "Contact form"
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:16
-msgid "The site contact form that allows users to send a message to site administrators."
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:32
-msgid "Contact"
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:14;68
-msgid "User contact form"
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:16
-msgid "The site contact form that allows users to contact other users."
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:38
-msgid "Contact @name"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:20
-msgid "New custom content"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:22
-msgid "Create a completely custom piece of HTML content."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:61
-msgid "Custom: @title"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:107
-msgid "This title will be used administratively to identify this pane. If blank, the regular title will be used."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:117
-msgid "Body"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:127
-msgid "Use context keywords"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:128
-msgid "If checked, context keywords will be substituted in this content."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:132
-msgid "Substitutions"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:143
-msgid "@identifier: @title"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:147
-msgid "Value"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:13
-msgid "General form"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:15
-msgid "Everything in the form that is not displayed by other content."
-msgstr ""
-
-#: plugins/content_types/form/form.inc:16;17;43 plugins/content_types/node_form/node_form_attachments.inc:14;15 plugins/content_types/node_form/node_form_author.inc:13;14 plugins/content_types/node_form/node_form_book.inc:14;15 plugins/content_types/node_form/node_form_buttons.inc:13;14 plugins/content_types/node_form/node_form_comment.inc:14;15 plugins/content_types/node_form/node_form_input_format.inc:13;14 plugins/content_types/node_form/node_form_log.inc:13;14 plugins/content_types/node_form/node_form_menu.inc:14;15 plugins/content_types/node_form/node_form_path.inc:14;15 plugins/content_types/node_form/node_form_publishing.inc:19;20 plugins/content_types/node_form/node_form_taxonomy.inc:14;15
-msgid "Form"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:44
-msgid "Form goes here."
-msgstr ""
-
-#: plugins/content_types/form/form.inc:52
-msgid "\"@s\" base form"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:24
-msgid "Existing node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:26
-msgid "Add a node from your site as content."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:70 plugins/content_types/node_context/node_content.inc:61
-msgid "Edit node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:71 plugins/content_types/node_context/node_content.inc:62
-msgid "Edit this node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:106 plugins/content_types/node_context/node_content.inc:130
-msgid "Leave node title"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:107 plugins/content_types/node_context/node_content.inc:131
-msgid "Advanced: if checked, do not touch the node title; this can cause the node title to appear twice unless your theme is aware of this."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:113 plugins/contexts/node.inc:81 plugins/contexts/node_edit_form.inc:99
-msgid "Enter the title or NID of a node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:114
-msgid "To use a NID from the URL, you may use %0, %1, ..., %N to get URL arguments. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:130 plugins/content_types/node_context/node_content.inc:141
-msgid "Show only node teaser"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:138 plugins/content_types/node_context/node_content.inc:154
-msgid "Include node links for \"add comment\", \"read more\" etc."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:144 plugins/content_types/node_context/node_content.inc:167
-msgid "Template identifier"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:145 plugins/content_types/node_context/node_content.inc:168
-msgid "This identifier will be added as a template suggestion to display this node: node-panel-IDENTIFIER.tpl.php. Please see the Drupal theming guide for information about template suggestions."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:179
-msgid "Invalid node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:197
-msgid "Node loaded from @var"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:205
-msgid "Deleted/missing node @nid"
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:10;23
-msgid "Attached files"
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:12
-msgid "A list of files attached to the node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:31
-msgid "Attached files go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:39
-msgid "\"@s\" attachments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:10 plugins/relationships/user_from_node.inc:14
-msgid "Node author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:12
-msgid "The author of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:35
-msgid "Author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:49
-msgid "Link to author profile"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:52
-msgid "Check here to link to the node author profile."
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:70
-msgid "\"@s\" author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:10
-msgid "Node body"
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:12
-msgid "The body of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:58
-msgid "\"@s\" body"
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:11;25
-msgid "Book navigation"
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:13
-msgid "The navigation menu the book the node belongs to."
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:31
-msgid "Book navigation goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:39
-msgid "\"@s\" book navigation"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:11
-msgid "Comment form"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:13
-msgid "A form to add a new comment."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:26
-msgid "Add comment"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:29
-msgid "Comment form here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:47
-msgid "\"@s\" comment form"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:12
-msgid "Node comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:14
-msgid "The comments of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:32
-msgid "Comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:34
-msgid "Node comments go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:49
-msgid "Mode"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:56
-msgid "Sort"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:62
-msgid "!a comments per page"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:65
-msgid "Pager"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:80
-msgid "\"@s\" comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:10
-msgid "Node content"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:12
-msgid "The content of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:44 plugins/content_types/node_context/node_links.inc:41
-msgid "Node title."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:45
-msgid "Node content goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:135 plugins/content_types/node_context/node_links.inc:78
-msgid "Link title to node"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:138 plugins/content_types/node_context/node_links.inc:81 plugins/content_types/node_context/node_title.inc:55
-msgid "Check here to make the title link to the node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:148
-msgid "Treat this as the primary node page"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:149
-msgid "This can affect title rendering and breadcrumbs from some node types."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:160
-msgid "No extras"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:161
-msgid "Check here to disable additions that modules might make to the node, such as file attachments and CCK fields; this should just display the basic teaser or body."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:182
-msgid "\"@s\" content"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:10
-msgid "Node created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:12
-msgid "The date the referenced node was created."
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:35
-msgid "Created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:50 plugins/content_types/node_context/node_updated.inc:50
-msgid "Date format"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:75
-msgid "\"@s\" created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:11
-msgid "Node links"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:13
-msgid "Node links of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:42
-msgid "Node links go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:84
-msgid "Teaser mode"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:87
-msgid "Check here to show links in teaser mode."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:94
-msgid "Whatever is placed here will appear in $node->panel_identifier to help theme node links displayed on the panel"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:108
-msgid "\"@s\" links"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:10 plugins/contexts/node.inc:168
-msgid "Node title"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:12
-msgid "The title of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:52
-msgid "Link to node"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:73
-msgid "\"@s\" title"
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:10;34
-msgid "Node type description"
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:12
-msgid "Node type description."
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:35
-msgid "Node type description goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:43
-msgid "\"@s\" type description"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:10
-msgid "Node last updated date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:12
-msgid "The date the referenced node was last updated."
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:35
-msgid "Last updated date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:75
-msgid "\"@s\" last updated date"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:12
-msgid "Node form file attachments"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:13
-msgid "File attachments on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:22 plugins/content_types/node_form/node_form_author.inc:20 plugins/content_types/node_form/node_form_book.inc:22 plugins/content_types/node_form/node_form_buttons.inc:20 plugins/content_types/node_form/node_form_comment.inc:22 plugins/content_types/node_form/node_form_input_format.inc:20 plugins/content_types/node_form/node_form_log.inc:20 plugins/content_types/node_form/node_form_menu.inc:22 plugins/content_types/node_form/node_form_path.inc:22 plugins/content_types/node_form/node_form_publishing.inc:28 plugins/content_types/node_form/node_form_taxonomy.inc:22
-msgid "node_form"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:24
-msgid "Attach files"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:35
-msgid "Attach files."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:41
-msgid "\"@s\" node form attach files"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:11
-msgid "Node form author information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:12
-msgid "Author information on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:22
-msgid "Authoring information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:35
-msgid "Authoring information."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:41
-msgid "\"@s\" node form publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:12
-msgid "Node form book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:13
-msgid "Book options for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:24
-msgid "Book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:39
-msgid "Book options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:45
-msgid "\"@s\" node form book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:11
-msgid "Node form submit buttons"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:12
-msgid "Submit buttons for the node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:29
-msgid "Node form buttons."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:35
-msgid "\"@s\" node form submit buttons"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:12
-msgid "Node form comment settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:13
-msgid "Comment settings on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:24
-msgid "Comment options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:35
-msgid "Comment options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:41
-msgid "\"@s\" node form comment settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:11
-msgid "Node form input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:12
-msgid "Input format for the body field on a node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:22 plugins/content_types/search/search_result.inc:135;173
-msgid "Input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:33
-msgid "Input format."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:39
-msgid "\"@s\" node form input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:11
-msgid "Node form revision log message"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:12
-msgid "Revision log message for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:28
-msgid "\"@s\" node form revision log"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:12
-msgid "Node form menu settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:13
-msgid "Menu settings on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:24
-msgid "Menu options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:36
-msgid "Menu options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:42
-msgid "\"@s\" node form menu settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:12
-msgid "Node form url path settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:13 plugins/content_types/node_form/node_form_publishing.inc:18
-msgid "Publishing options on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:24
-msgid "URL path options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:36
-msgid "URL Path options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:42
-msgid "\"@s\" node form path options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:16
-msgid "Node form publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:27
-msgid "Publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:39
-msgid "Publishing options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:45
-msgid "\"@s\" node form author information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:12
-msgid "Node form categories"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:13
-msgid "Taxonomy categories for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:24
-msgid "Categories"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:35
-msgid "Categories."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:41
-msgid "\"@s\" node form select taxonomy"
-msgstr ""
-
-#: plugins/content_types/page/page_breadcrumb.inc:18
-msgid "Add the breadcrumb trail as content."
-msgstr ""
-
-#: plugins/content_types/page/page_breadcrumb.inc:19 plugins/content_types/page/page_footer_message.inc:19 plugins/content_types/page/page_help.inc:19 plugins/content_types/page/page_messages.inc:19 plugins/content_types/page/page_mission.inc:19 plugins/content_types/page/page_slogan.inc:19 plugins/content_types/page/page_tabs.inc:19 plugins/content_types/page/page_title.inc:19
-msgid "Page elements"
-msgstr ""
-
-#: plugins/content_types/page/page_footer_message.inc:16
-msgid "Page footer message"
-msgstr ""
-
-#: plugins/content_types/page/page_footer_message.inc:18
-msgid "Add the page footer message as content."
-msgstr ""
-
-#: plugins/content_types/page/page_help.inc:15
-msgid "Help"
-msgstr ""
-
-#: plugins/content_types/page/page_help.inc:18
-msgid "Add the help text of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_messages.inc:15
-msgid "Status messages"
-msgstr ""
-
-#: plugins/content_types/page/page_messages.inc:18
-msgid "Add the status messages of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_mission.inc:15
-msgid "Mission"
-msgstr ""
-
-#: plugins/content_types/page/page_mission.inc:18
-msgid "Add the site mission statement as content."
-msgstr ""
-
-#: plugins/content_types/page/page_slogan.inc:15
-msgid "Site Slogan"
-msgstr ""
-
-#: plugins/content_types/page/page_slogan.inc:18
-msgid "Add the slogan trail as content."
-msgstr ""
-
-#: plugins/content_types/page/page_tabs.inc:15
-msgid "Tabs"
-msgstr ""
-
-#: plugins/content_types/page/page_tabs.inc:18
-msgid "Add the tabs (local tasks) as content."
-msgstr ""
-
-#: plugins/content_types/page/page_title.inc:16
-msgid "Page title"
-msgstr ""
-
-#: plugins/content_types/page/page_title.inc:18
-msgid "Add the page title as content."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:14
-msgid "Advanced search form"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:16
-msgid "A search form with advanced options."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:96 plugins/content_types/search/search_result.inc:99
-msgid "Search type"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:103
-msgid "Search form"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:105
-msgid "Simple"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:106
-msgid "Advanced"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:109
-msgid "The advanced form may have additional options based upon the search type. For example the advanced content (node) search form will allow searching by node type and taxonomy term."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:118
-msgid "Same page"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:136
-msgid "Override default prompt"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:163
-msgid "@type search form"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:14;69
-msgid "Search results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:16
-msgid "The results of a search using keywords."
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:62
-msgid "results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:74
-msgid "Your search yielded no results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:107
-msgid "Record a watchdog log entry when searches are made"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:113
-msgid "Override \"no result\" text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:125
-msgid "No result text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:151
-msgid "Display text if no search keywords were submitted"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:163
-msgid "No keywords text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:202
-msgid "@type search result"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:62
-msgid "search"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:62
-msgid "%keys (@type)."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:10
-msgid "Term description"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:12
-msgid "Term description."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:14 plugins/content_types/term_context/term_list.inc:14 plugins/contexts/term.inc:15
-msgid "Taxonomy term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:30
-msgid "Edit term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:31
-msgid "Edit this term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:38 plugins/content_types/term_context/term_list.inc:62
-msgid "Term description goes here."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:46
-msgid "\"@s\" term description"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:10
-msgid "List of related terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:12
-msgid "Terms related to an existing term; may be child, siblings or top level."
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:71
-msgid "Child terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:72
-msgid "Related terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:73
-msgid "Sibling terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:74
-msgid "Top level terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:75
-msgid "Term synonyms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:87
-msgid "Which terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:96
-msgid "List type"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:97
-msgid "Unordered"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:97
-msgid "Ordered"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:104
-msgid "\"@s\" @type"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:12
-msgid "Profile category"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:14
-msgid "Contents of a single profile category."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:64
-msgid "Profile content goes here."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:91
-msgid "Which category"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:101
-msgid "Text to display if category has no data. Note that title will not display unless overridden."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:122
-msgid "\"@s\" profile fields"
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:10
-msgid "User picture"
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:12
-msgid "The picture of a user."
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:37
-msgid "\"@s\" user picture"
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:10
-msgid "User profile"
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:12
-msgid "The profile of a user."
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:42
-msgid "\"@s\" user profile"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:11
-msgid "Vocabulary terms"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:13
-msgid "All the terms in a vocabulary."
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:66
-msgid "\"@s\" terms"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:73
-msgid "Maximum depth"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:74
-msgid "unlimited"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:76
-msgid "Define the maximum depth of terms being displayed."
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:81
-msgid "Display as tree"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:83
-msgid "If checked, the terms are displayed in a tree, otherwise in a flat list."
-msgstr ""
-
-#: plugins/contexts/node.inc:17
-msgid "A node object."
-msgstr ""
-
-#: plugins/contexts/node.inc:29
-msgid "Enter the node ID of a node for this context."
-msgstr ""
-
-#: plugins/contexts/node.inc:91 plugins/contexts/node_edit_form.inc:109
-msgid "'%title' [node id %nid]"
-msgstr ""
-
-#: plugins/contexts/node.inc:91 plugins/contexts/node_edit_form.inc:109
-msgid "Open in new window"
-msgstr ""
-
-#: plugins/contexts/node.inc:92 plugins/contexts/node_edit_form.inc:110
-msgid "Currently set to !link"
-msgstr ""
-
-#: plugins/contexts/node.inc:104 plugins/contexts/node_edit_form.inc:122
-msgid "Reset identifier to node title"
-msgstr ""
-
-#: plugins/contexts/node.inc:105 plugins/contexts/node_edit_form.inc:123
-msgid "If checked, the identifier will be reset to the node title of the selected node."
-msgstr ""
-
-#: plugins/contexts/node.inc:117 plugins/contexts/node_edit_form.inc:135
-msgid "You must select a node."
-msgstr ""
-
-#: plugins/contexts/node.inc:143 plugins/contexts/node_edit_form.inc:161
-msgid "Invalid node selected."
-msgstr ""
-
-#: plugins/contexts/node.inc:166
-msgid "Node ID"
-msgstr ""
-
-#: plugins/contexts/node.inc:167
-msgid "Node revision ID"
-msgstr ""
-
-#: plugins/contexts/node.inc:169
-msgid "Author UID"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:15
-msgid "Node add form"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:16
-msgid "A node add form."
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:25
-msgid "Enter the node type this context."
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:78
-msgid "Submit @name"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:104
-msgid "Select the node type for this form."
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:15
-msgid "Node edit form"
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:16
-msgid "A node edit form."
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:27
-msgid "Enter the node ID of a node for this argument:"
-msgstr ""
-
-#: plugins/contexts/string.inc:16
-msgid "A context that is just a string."
-msgstr ""
-
-#: plugins/contexts/string.inc:22
-msgid "Raw string"
-msgstr ""
-
-#: plugins/contexts/string.inc:23
-msgid "HTML-safe string"
-msgstr ""
-
-#: plugins/contexts/string.inc:28
-msgid "Enter the string for this context."
-msgstr ""
-
-#: plugins/contexts/term.inc:16
-msgid "A single taxonomy term object."
-msgstr ""
-
-#: plugins/contexts/term.inc:26
-msgid "Vocabulary ID"
-msgstr ""
-
-#: plugins/contexts/term.inc:79
-msgid "Currently set to @term. Enter another term if you wish to change the term."
-msgstr ""
-
-#: plugins/contexts/term.inc:96
-msgid "Select a term from @vocabulary."
-msgstr ""
-
-#: plugins/contexts/term.inc:114
-msgid "Reset identifier to term title"
-msgstr ""
-
-#: plugins/contexts/term.inc:115
-msgid "If checked, the identifier will be reset to the term name of the selected term."
-msgstr ""
-
-#: plugins/contexts/term.inc:128
-msgid "You must select a term."
-msgstr ""
-
-#: plugins/contexts/term.inc:139
-msgid "Invalid term selected."
-msgstr ""
-
-#: plugins/contexts/terms.inc:16
-msgid "Taxonomy terms"
-msgstr ""
-
-#: plugins/contexts/terms.inc:17
-msgid "Multiple taxonomy terms, as a group."
-msgstr ""
-
-#: plugins/contexts/terms.inc:25
-msgid "Term ID of first term"
-msgstr ""
-
-#: plugins/contexts/terms.inc:26
-msgid "Term ID of all term, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:27
-msgid "Term name of first term"
-msgstr ""
-
-#: plugins/contexts/terms.inc:28
-msgid "Term name of all terms, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:29
-msgid "Vocabulary ID of first term"
-msgstr ""
-
-#: plugins/contexts/user.inc:16
-msgid "A single user object."
-msgstr ""
-
-#: plugins/contexts/user.inc:24
-msgid "User ID"
-msgstr ""
-
-#: plugins/contexts/user.inc:25
-msgid "User name"
-msgstr ""
-
-#: plugins/contexts/vocabulary.inc:15
-msgid "Taxonomy vocabulary"
-msgstr ""
-
-#: plugins/contexts/vocabulary.inc:16
-msgid "A single taxonomy vocabulary object."
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:14
-msgid "Book parent"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:16
-msgid "Adds a book parent from a node context."
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:63 plugins/relationships/term_parent.inc:63
-msgid "Relationship type"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:64 plugins/relationships/term_parent.inc:64
-msgid "Immediate parent"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:64
-msgid "Top level book"
-msgstr ""
-
-#: plugins/relationships/term_from_node.inc:14
-msgid "Term from node"
-msgstr ""
-
-#: plugins/relationships/term_from_node.inc:16
-msgid "Adds a taxonomy term from a node context; if multiple terms are selected, this will get the \"first\" term only."
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:14
-msgid "Term parent"
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:16
-msgid "Adds a taxonomy term parent from a term context."
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:64
-msgid "Top level term"
-msgstr ""
-
-#: plugins/relationships/user_from_node.inc:16
-msgid "Creates the author of a node as a user context."
-msgstr ""
-
-#: views_content/views_content.module:61 views_content/plugins/content_types/views.inc:99
-msgid "Views"
-msgstr ""
-
-#: views_content/views_content.module:92
-msgid "Make all views available as panes"
-msgstr ""
-
-#: views_content/views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr ""
-
-#: views_content/views_content.module:20
-msgid "Views panes"
-msgstr ""
-
-#: views_content/views_content.module:24
-msgid "Configure Views to be used as CTools content."
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Views content panes"
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:18
-msgid "All views"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:33
-msgid "Select display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:36
-msgid "Configure view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:226
-msgid "Display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:228
-msgid "Choose which display of this view you wish to use."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:249 views_content/plugins/content_types/views_panes.inc:282
-msgid "Broken/missing/deleted view."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:253
-msgid "Configure view @view (@display)"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:275
-msgid "Link title to view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:281
-msgid "Provide a \"more\" link that links to the view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:282
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:288 views_content/plugins/content_types/views_panes.inc:335
-msgid "Display feed icons"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:294
-msgid "Custom pager settings"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:299
-msgid "Use different pager settings from view settings"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:306
-msgid "<strong>Warning: </strong> This view has AJAX enabled. Overriding the pager settings will work initially, but when the view is updated via AJAX, the original settings will be used. You should not override pager settings on Views with the AJAX setting enabled."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:313 views_content/plugins/content_types/views_panes.inc:343 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:148
-msgid "Use pager"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:322 views_content/plugins/content_types/views_panes.inc:351
-msgid "Pager ID"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:335
-msgid "Num posts"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:343 views_content/plugins/content_types/views_panes.inc:372
-msgid "Offset"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:345
-msgid "The number of items to skip and not display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:352
-msgid "Send arguments"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below. Note that arguments do not include the base URL; only values after the URL or set as placeholders are considered arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel. Note: use these values only as a last resort. In future versions of Panels these may go away."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:368
-msgid "Override URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:370
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:394;406 views_content/plugins/content_types/views_panes.inc:411;414
-msgid "Deleted/missing view @view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:396
-msgid "View: @name"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:409
-msgid "View information"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:412
-msgid "Using display @display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:433
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:441
-msgid "@count items displayed."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:443
-msgid "With pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:446
-msgid "Without pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:450
-msgid "Skipping first @count results"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:453
-msgid "With more link."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:456
-msgid "With feed icon."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:459
-msgid "Sending arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:462
-msgid "Using arguments: @args"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:465
-msgid "Using url: @url"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:15;94 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:92
-msgid "View panes"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:319
-msgid "Link title to page"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:326
-msgid "Provide a \"more\" link."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:363
-msgid "Num items"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:365
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:374
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:381
-msgid "Override path"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:383
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:16
-msgid "Content pane"
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:56
-msgid "Pane settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:61
-msgid "Use view name"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:70
-msgid "Admin title"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:76
-msgid "Use view description"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:85
-msgid "Admin desc"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:101
-msgid "Category"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-msgid "Link to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "Yes"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "No"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:113
-msgid "Use Panel path"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:119
-msgid "Argument input"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-msgid "Allow settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "None"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "All"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "Some"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:149
-msgid "Items per page"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:150
-msgid "Pager offset"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:152
-msgid "More link"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:153
-msgid "Path override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:154
-msgid "Title override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:171
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:193
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:199
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:204
-msgid "Link pane title to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:220
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:225
-msgid "Choose the data source for view arguments"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:242
-msgid "No argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:243
-msgid "Argument wildcard"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:244
-msgid "From context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:245
-msgid "From panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:246
-msgid "Fixed"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:247
-msgid "Input on pane config"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:250
-msgid "@arg source"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:256
-msgid "Required context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:257
-msgid "If \"From context\" is selected, which type of context to use."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:266
-msgid "Context is optional"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "This context need not be present for the pane to function. If you plan to use this, ensure that the argument handler can handle empty values gracefully."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:275
-msgid "Panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:276
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "First"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Second"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Third"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Fourth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Fifth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Sixth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:285
-msgid "Fixed argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:286
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:294
-msgid "Label"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:295
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr ""
-
diff --git a/sites/all/modules/ctools/translations/general.de.po b/sites/all/modules/ctools/translations/general.de.po
deleted file mode 100644
index e3ad38c2..00000000
--- a/sites/all/modules/ctools/translations/general.de.po
+++ /dev/null
@@ -1,451 +0,0 @@
-# $Id: general.de.po,v 1.1 2009/08/16 21:28:46 hass Exp $
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  panels.module,v 1.10.2.9 2007/03/15 23:13:41 merlinofchaos
-#  fourcol_25_25_25_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_33_33_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_25_75.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_33_66.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_38_62.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_50_50.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_62_38.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_66_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_75_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_25_50_25_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  twocol.inc,v 1.6 2006/08/22 23:54:20 merlinofchaos
-#  twocol_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: panels 5.x\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: 2009-08-16 22:16+0100\n"
-"Last-Translator: Alexander Haß\n"
-"Language-Team: Alexander Hass\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: bulk_export/bulk_export.module:165
-#: page_manager/page_manager.admin.inc:663
-#: page_manager/plugins/tasks/page.inc:182
-msgid "Export"
-msgstr "Exportieren"
-
-#: includes/ajax.inc:123
-#: page_manager/page_manager.admin.inc:906
-msgid "Error"
-msgstr "Fehler"
-
-#: includes/content.inc:539
-#: page_manager/page_manager.admin.inc:559
-msgid "Configure"
-msgstr "Konfigurieren"
-
-#: includes/content.menu.inc:45
-#: plugins/content_types/node_context/node_author.inc:36
-#: plugins/contexts/user.inc:50
-msgid "Anonymous"
-msgstr "Gast"
-
-#: includes/context-access-admin.inc:174;405
-#: includes/context-admin.inc:565;644;715;826
-#: page_manager/page_manager.admin.inc:1156
-msgid "Save"
-msgstr "Speichern"
-
-#: includes/context-access-admin.inc:214
-#: includes/context-admin.inc:793
-#: page_manager/page_manager.admin.inc:72;248;1295
-#: page_manager/plugins/tasks/page.admin.inc:645
-#: plugins/content_types/custom/custom.inc:105
-msgid "Title"
-msgstr "Titel"
-
-#: includes/context-admin.inc:26
-#: page_manager/plugins/tasks/page.inc:158
-#: views_content/plugins/content_types/views.inc:360
-msgid "Arguments"
-msgstr "Argumente"
-
-#: includes/context-admin.inc:312;436;874
-#: page_manager/plugins/tasks/page.admin.inc:948
-msgid "Invalid object name."
-msgstr "Ungültiger Objektname."
-
-#: includes/context-admin.inc:540;628;690;800
-#: plugins/content_types/node/node.inc:146
-#: plugins/content_types/node_context/node_content.inc:162
-#: plugins/content_types/node_context/node_links.inc:93
-msgid "Identifier"
-msgstr "Bezeichner"
-
-#: includes/context-admin.inc:547;635;697;807
-#: plugins/content_types/custom/custom.inc:138
-msgid "Keyword"
-msgstr "Platzhalter"
-
-#: includes/context-admin.inc:782
-#: includes/export.inc:191;254
-#: page_manager/page_manager.module:499;514
-#: page_manager/plugins/tasks/page.inc:216
-#: views_content/plugins/content_types/views.inc:449
-msgid "Default"
-msgstr "Standard"
-
-#: includes/context.inc:195;196;400
-#: page_manager/plugins/tasks/page.admin.inc:1116;1136
-msgid "No context"
-msgstr "Kein Kontext"
-
-#: includes/context.theme.inc:80
-#: page_manager/plugins/tasks/page.admin.inc:687
-#: page_manager/theme/page_manager.theme.inc:103
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:196
-msgid "Weight"
-msgstr "Reihenfolge"
-
-#: includes/context.theme.inc:82
-#: plugins/access/node_access.inc:35
-msgid "Operation"
-msgstr "Operation"
-
-#: includes/export.inc:146
-#: page_manager/page_manager.module:365
-#: page_manager/plugins/tasks/page.admin.inc:1452
-msgid "Normal"
-msgstr "Normal"
-
-#: includes/export.inc:184
-#: page_manager/page_manager.admin.inc:1453
-#: page_manager/page_manager.module:508
-#: page_manager/plugins/tasks/page.admin.inc:1481;1495;1506
-msgid "Overridden"
-msgstr "Übersteuert"
-
-#: includes/export.inc:586
-#: page_manager/page_manager.module:635
-msgid "Local"
-msgstr "Lokal"
-
-#: includes/modal.inc:54
-#: js/modal.js:0
-msgid "Loading..."
-msgstr "Laden..."
-
-#: includes/wizard.inc:273
-#: page_manager/page_manager.admin.inc:1162
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: page_manager/page_manager.admin.inc:70;219;251
-#: page_manager/plugins/tasks/page.admin.inc:633
-msgid "Type"
-msgstr "Typ"
-
-#: page_manager/page_manager.admin.inc:73;250
-#: page_manager/plugins/tasks/page.admin.inc:394;1240;1366
-#: page_manager/plugins/tasks/page.inc:629
-#: page_manager/plugins/tasks/term_view.inc:258
-msgid "Path"
-msgstr "Pfad"
-
-#: page_manager/page_manager.admin.inc:74;226;252
-#: page_manager/plugins/tasks/page.inc:46;574
-msgid "Storage"
-msgstr "Speicher"
-
-#: page_manager/page_manager.admin.inc:77
-#: page_manager/plugins/tasks/page.admin.inc:905
-msgid "Operations"
-msgstr "Operationen"
-
-#: page_manager/page_manager.admin.inc:153
-#: page_manager/plugins/tasks/page.inc:216
-msgid "In code"
-msgstr "Im Code"
-
-#: page_manager/page_manager.admin.inc:171
-#: page_manager/page_manager.module:79
-#: page_manager/plugins/tasks/page.inc:605;647;683
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:120
-msgid "Edit"
-msgstr "Bearbeiten"
-
-#: page_manager/page_manager.admin.inc:179;504;510;689;694
-#: page_manager/plugins/tasks/page.inc:580
-msgid "Enable"
-msgstr "Aktivieren"
-
-#: page_manager/page_manager.admin.inc:185;517;523;700;705
-#: page_manager/plugins/tasks/page.inc:584
-msgid "Disable"
-msgstr "Deaktivieren"
-
-#: page_manager/page_manager.admin.inc:233;234
-#: page_manager/plugins/tasks/page.inc:585
-msgid "Enabled"
-msgstr "Aktiviert"
-
-#: page_manager/page_manager.admin.inc:234
-#: page_manager/plugins/tasks/page.inc:581
-msgid "Disabled"
-msgstr "Deaktiviert"
-
-#: page_manager/page_manager.admin.inc:658
-#: page_manager/plugins/tasks/page.admin.inc:1380
-#: page_manager/plugins/tasks/page.inc:177
-msgid "Clone"
-msgstr "Duplizieren"
-
-#: page_manager/page_manager.admin.inc:669;673
-#: page_manager/plugins/tasks/page.admin.inc:1495
-#: page_manager/plugins/tasks/page.inc:188
-msgid "Revert"
-msgstr "Zurücksetzen"
-
-#: page_manager/page_manager.admin.inc:679;683
-#: page_manager/plugins/tasks/page.admin.inc:1495
-#: page_manager/plugins/tasks/page.inc:195
-#: plugins/access/node_access.inc:40
-msgid "Delete"
-msgstr "Löschen"
-
-#: page_manager/page_manager.admin.inc:795
-#: plugins/access/node_access.inc:39
-msgid "Update"
-msgstr "Aktualisieren"
-
-#: page_manager/plugins/tasks/page.admin.inc:367;1358
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:166
-msgid "Administrative title"
-msgstr "Administrativer Titel"
-
-#: page_manager/plugins/tasks/page.admin.inc:386
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:176;186
-msgid "Administrative description"
-msgstr "Administrative Beschreibung"
-
-#: page_manager/plugins/tasks/page.inc:207
-#: plugins/content_types/custom/custom.inc:26;58
-#: plugins/content_types/node/node.inc:27
-msgid "Custom"
-msgstr "Benutzerdefiniert"
-
-#: page_manager/plugins/tasks/page.inc:304
-#: page_manager/plugins/tasks/term_view.inc:133
-#: plugins/access/node_access.inc:38
-msgid "View"
-msgstr "Anzeigen"
-
-#: page_manager/plugins/tasks/term_view.inc:230
-#: plugins/arguments/terms.inc:55
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:233
-#: plugins/arguments/term.inc:94
-#: plugins/arguments/terms.inc:58
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr "Sobald aktiviert, werden übergeordnete Taxonomie-Begriffe in der Pfadnavigation erscheinen."
-
-#: plugins/access/node_access.inc:22
-#: plugins/access/perm.inc:20
-#: plugins/access/role.inc:21
-#: plugins/content_types/user_context/profile_fields.inc:15;16
-#: plugins/content_types/user_context/user_picture.inc:13;14
-#: plugins/content_types/user_context/user_profile.inc:13;14
-#: plugins/contexts/user.inc:15
-msgid "User"
-msgstr "Benutzer"
-
-#: plugins/access/node_access.inc:23
-#: plugins/access/node_language.inc:22
-#: plugins/access/node_type.inc:21
-#: plugins/content_types/node/node.inc:15
-#: plugins/content_types/node_context/node_attachments.inc:13;14
-#: plugins/content_types/node_context/node_author.inc:13;14
-#: plugins/content_types/node_context/node_body.inc:13;14
-#: plugins/content_types/node_context/node_book_nav.inc:14;15
-#: plugins/content_types/node_context/node_comment_form.inc:14;15
-#: plugins/content_types/node_context/node_comments.inc:15;16
-#: plugins/content_types/node_context/node_content.inc:13;14
-#: plugins/content_types/node_context/node_created.inc:13;14
-#: plugins/content_types/node_context/node_links.inc:14;15
-#: plugins/content_types/node_context/node_title.inc:13;14
-#: plugins/content_types/node_context/node_type_desc.inc:13;14
-#: plugins/content_types/node_context/node_updated.inc:13;14
-#: plugins/contexts/node.inc:16
-#: plugins/relationships/book_parent.inc:17
-#: plugins/relationships/term_from_node.inc:17
-#: plugins/relationships/user_from_node.inc:17
-msgid "Node"
-msgstr "Beitrag"
-
-#: plugins/access/node_type.inc:38
-#: plugins/contexts/node.inc:170
-#: plugins/contexts/node_add_form.inc:21;101
-msgid "Node type"
-msgstr "Inhaltstyp"
-
-#: plugins/access/term_vocabulary.inc:21
-#: plugins/content_types/term_context/term_description.inc:13
-#: plugins/content_types/term_context/term_list.inc:13
-#: plugins/relationships/term_parent.inc:17
-msgid "Term"
-msgstr "Begriff"
-
-#: plugins/arguments/nid.inc:15
-#: plugins/contexts/node.inc:166
-msgid "Node ID"
-msgstr "Beitrag-ID"
-
-#: plugins/arguments/node_add.inc:15
-#: plugins/contexts/node_add_form.inc:15
-msgid "Node add form"
-msgstr "Beitragserstellungsformular"
-
-#: plugins/arguments/node_edit.inc:15
-#: plugins/contexts/node_edit_form.inc:15
-msgid "Node edit form"
-msgstr "Beitragsbearbeitungsformular"
-
-#: plugins/arguments/string.inc:15
-#: plugins/contexts/string.inc:15
-msgid "String"
-msgstr "Zeichenkette"
-
-#: plugins/arguments/term.inc:15
-#: plugins/content_types/term_context/term_description.inc:14
-#: plugins/content_types/term_context/term_list.inc:14
-#: plugins/contexts/term.inc:15
-msgid "Taxonomy term"
-msgstr "Taxonomie-Begriff"
-
-#: plugins/arguments/term.inc:84
-#: plugins/contexts/term.inc:24
-msgid "Term ID"
-msgstr "Begriffs-ID"
-
-#: plugins/arguments/term.inc:84
-#: plugins/contexts/term.inc:25
-msgid "Term name"
-msgstr "Begriffsname"
-
-#: plugins/arguments/uid.inc:15
-#: plugins/contexts/user.inc:24
-msgid "User ID"
-msgstr "Benutzer-ID"
-
-#: plugins/arguments/vid.inc:15
-#: plugins/contexts/term.inc:26
-msgid "Vocabulary ID"
-msgstr "Vokabular-ID"
-
-#: plugins/content_types/block/block.inc:331;336;354;378;388
-#: views_content/views_content.module:56
-msgid "Widgets"
-msgstr "Steuerelement"
-
-#: plugins/content_types/form/form.inc:16;17;43
-#: plugins/content_types/node_form/node_form_attachments.inc:14;15
-#: plugins/content_types/node_form/node_form_author.inc:13;14
-#: plugins/content_types/node_form/node_form_book.inc:14;15
-#: plugins/content_types/node_form/node_form_buttons.inc:13;14
-#: plugins/content_types/node_form/node_form_comment.inc:14;15
-#: plugins/content_types/node_form/node_form_input_format.inc:13;14
-#: plugins/content_types/node_form/node_form_log.inc:13;14
-#: plugins/content_types/node_form/node_form_menu.inc:14;15
-#: plugins/content_types/node_form/node_form_path.inc:14;15
-#: plugins/content_types/node_form/node_form_publishing.inc:19;20
-#: plugins/content_types/node_form/node_form_taxonomy.inc:14;15
-msgid "Form"
-msgstr "Formular"
-
-#: plugins/content_types/node/node.inc:70
-#: plugins/content_types/node_context/node_content.inc:61
-msgid "Edit node"
-msgstr "Beitrag bearbeiten"
-
-#: plugins/content_types/node/node.inc:71
-#: plugins/content_types/node_context/node_content.inc:62
-msgid "Edit this node"
-msgstr "Diesen Beitrag bearbeiten"
-
-#: plugins/content_types/node/node.inc:106
-#: plugins/contexts/node.inc:81
-#: plugins/contexts/node_edit_form.inc:80
-msgid "Enter the title or NID of a node"
-msgstr "Den Titel oder die Beitrag-ID eines Beitrages eingeben"
-
-#: plugins/content_types/node/node.inc:123
-#: plugins/content_types/node_context/node_content.inc:134
-msgid "Teaser"
-msgstr "Anrisstext"
-
-#: plugins/content_types/node/node.inc:132
-#: plugins/content_types/node_context/node_content.inc:148
-msgid "Display links"
-msgstr "Links anzeigen"
-
-#: plugins/content_types/node/node.inc:133
-#: plugins/content_types/node_context/node_content.inc:149
-msgid "Check here to display the links with the post."
-msgstr "Aktivieren, um die Links mit dem Beitrag anzuzeigen."
-
-#: plugins/content_types/node/node.inc:139
-#: plugins/content_types/node_context/node_content.inc:169
-msgid "Leave node title"
-msgstr "Beitragstitel beibehalten"
-
-#: plugins/content_types/node/node.inc:140
-#: plugins/content_types/node_context/node_content.inc:170
-msgid "Advanced: if checked, do not touch the node title; this can cause the node title to appear twice unless your theme is aware of this."
-msgstr "Erweitert: Falls aktiviert, bleibt der Beitragstitel unberührt. Dies kann zur doppelten Darstellung in der Ausgabe führen, sofern die Theme dies nicht berücksichtigt."
-
-#: plugins/content_types/node/node.inc:147
-#: plugins/content_types/node_context/node_content.inc:163
-msgid "Whatever is placed here will appear in $node->panel_identifier in the node template to make it easier to theme a node or part of a node as necessary. This identifier will automatically be added as a node template suggestion: node-panel-IDENTIFIER.tpl.php"
-msgstr "Was immer hier steht wird in $node->panel_identifier bereitgestellt, um die Gestaltung von Beiträgen oder Teilen von Beiträgen zu vereinfachen. Dieser Identifikator wird automatisch als Vorlagen-Vorschlag hinzugefügt: node-panel-IDENTIFIER.tpl.php"
-
-#: plugins/content_types/node_context/node_author.inc:10
-#: plugins/relationships/user_from_node.inc:14
-msgid "Node author"
-msgstr "Beitragsauthor"
-
-#: plugins/content_types/node_context/node_title.inc:10
-#: plugins/contexts/node.inc:168
-msgid "Node title"
-msgstr "Beitragstitel"
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:14;15
-#: plugins/contexts/term.inc:68
-#: plugins/contexts/vocabulary.inc:58
-#: plugins/relationships/term_from_node.inc:52
-msgid "Vocabulary"
-msgstr "Vokabular"
-
-#: views_content/views_content.module:61
-#: views_content/plugins/content_types/views.inc:99
-msgid "Views"
-msgstr "Ansichten"
-
-#: views_content/plugins/content_types/views.inc:317
-#: views_content/plugins/content_types/views_panes.inc:341
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:148
-msgid "Use pager"
-msgstr "Seitennavigation verwenden"
-
-#: views_content/plugins/content_types/views_panes.inc:15;94
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:92
-msgid "View panes"
-msgstr ""
-
diff --git a/sites/all/modules/ctools/translations/general.hu.po b/sites/all/modules/ctools/translations/general.hu.po
deleted file mode 100644
index 435ed053..00000000
--- a/sites/all/modules/ctools/translations/general.hu.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:50+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Title"
-msgstr "Cím"
-msgid "Delete"
-msgstr "Törlés"
-msgid "Operations"
-msgstr "Műveletek"
-msgid "Type"
-msgstr "Típus"
-msgid "Cancel"
-msgstr "Mégsem"
-msgid "Language"
-msgstr "Nyelv"
-msgid "Enable"
-msgstr "Engedélyezés"
-msgid "Disable"
-msgstr "Letilt"
-msgid "Disabled"
-msgstr "Tiltott"
-msgid "Enabled"
-msgstr "Engedélyezett"
-msgid "Edit"
-msgstr "Szerkesztés"
-msgid "Search"
-msgstr "Keresés"
-msgid "Weight"
-msgstr "Súly"
-msgid "Settings"
-msgstr "Beállítások"
-msgid "Export"
-msgstr "Export"
-msgid "Taxonomy term"
-msgstr "Taxonómia kifejezés"
-msgid "Save"
-msgstr "Mentés"
-msgid "Default"
-msgstr "Alapértelmezés"
-msgid "Update"
-msgstr "Frissítés"
-msgid "Views"
-msgstr "Nézetek"
-msgid "Access"
-msgstr "Hozzáférés"
-msgid "View"
-msgstr "Megtekintés"
-msgid "Path"
-msgstr "Útvonal"
-msgid "Node type"
-msgstr "Tartalomtípus"
-msgid "Menu"
-msgstr "Menü"
-msgid "Keywords"
-msgstr "Kulcsszavak"
-msgid "User"
-msgstr "Felhasználó"
-msgid "Configure"
-msgstr "Beállítás"
-msgid "Error"
-msgstr "Hiba"
-msgid "Node"
-msgstr "Tartalom"
-msgid "Date format"
-msgstr "Dátumformátum"
-msgid "Pager ID"
-msgstr "Lapozó azonosító"
-msgid "Breadcrumb"
-msgstr "Menümorzsa"
-msgid "Custom"
-msgstr "Egyedi"
-msgid "Input format"
-msgstr "Beviteli forma"
-msgid "Vocabulary"
-msgstr "Szótár"
-msgid "Term"
-msgstr "Kifejezés"
-msgid "Term ID"
-msgstr "Kifejezés azonosító"
-msgid "Term name"
-msgstr "Kifejezés neve"
-msgid "Overridden"
-msgstr "Felülírva"
-msgid "Normal"
-msgstr "Normál"
-msgid "System"
-msgstr "Rendszer"
-msgid "Basic"
-msgstr "Alap"
-msgid "Role"
-msgstr "Csoport"
-msgid "String"
-msgstr "Karaktersorozat"
-msgid "Anonymous"
-msgstr "Anonymous"
-msgid "Clone"
-msgstr "Klónozás"
-msgid "Arguments"
-msgstr "Argumentumok"
-msgid "Operation"
-msgstr "Művelet"
-msgid "Node title"
-msgstr "Tartalom címe"
-msgid "Revert"
-msgstr "Visszaállítás"
-msgid "Open in new window"
-msgstr "Megnyitás új ablakban"
-msgid "Loading..."
-msgstr "Betöltés..."
-msgid "Storage"
-msgstr "Tárolás"
-msgid "You must select a node."
-msgstr "Ki kell választani egy tartalmat."
-msgid "Relationship type"
-msgstr "Kapcsolattípus"
-msgid "Form"
-msgstr "Űrlap"
-msgid "Node author"
-msgstr "Tartalom szerzője"
-msgid "Node title."
-msgstr "Tartalom címe."
-msgid "Edit node"
-msgstr "Tartalom szerkesztése"
-msgid "Edit this node"
-msgstr "Ennek a tartalomnak a szerkesztése"
-msgid "Link title to node"
-msgstr "A cím hivatkozzon a tartalomra"
-msgid "Check here to make the title link to the node."
-msgstr "Bejelölve a cím a tartalomra fog hivatkozni."
-msgid "Identifier"
-msgstr "Azonosító"
-msgid "Publishing options on the Node form."
-msgstr "Közzétételi beállítások a tartalom űrlapon."
-msgid "Term description goes here."
-msgstr "Ide jön a kifejezés leírása."
-msgid "Currently set to !link"
-msgstr "Jelenlegi beállítás: !link"
-msgid "Invalid node selected."
-msgstr "Érvénytelen tartalom lett kiválasztva."
-msgid "Select the vocabulary for this form."
-msgstr "Szótár kiválasztása ehhez az űrlaphoz."
-msgid "Keyword"
-msgstr "Kulcsszó"
-msgid "No context"
-msgstr "Nincs környezet."
-msgid "Local"
-msgstr "Helyi"
-msgid "Leave node title"
-msgstr "Tartalom címének meghagyása"
-msgid ""
-"Advanced: if checked, do not touch the node title; this can cause the "
-"node title to appear twice unless your theme is aware of this."
-msgstr ""
-"Haladó: ha be van jelölve, nem nyúl a tartalom címéhez; a cím "
-"kétszer jelenhet meg, kivéve ha a smink gondoskodik erről."
-msgid "Use pager"
-msgstr "Lapozó használata"
-msgid "Offset"
-msgstr "Eltolás"
-msgid "Display feed icons"
-msgstr "Hírolvasó ikon megjelenítése"
-msgid "Deleted/missing view @view"
-msgstr "Törölt/hiányzó @view nézet"
-msgid "Immediate parent"
-msgstr "Közvetlen szülő"
-msgid "Widgets"
-msgstr "Felületi elemek"
-msgid "Relcontext"
-msgstr "Relcontext"
-msgid "Simplecontext"
-msgstr "Simplecontext"
-msgid "Page elements"
-msgstr "Oldalelemek"
-msgid "Search type"
-msgstr "Keresés típusa"
-msgid "Chaos tool suite"
-msgstr "Chaos tool suite"
-msgid "Default site language"
-msgstr "A webhely alapértelmezett nyelve"
-msgid "No menu entry"
-msgstr "Nincs menübejegyzés"
-msgid "Configure settings for this item."
-msgstr "Az elem beállításainak szerkesztése."
-msgid "Remove this item."
-msgstr "Elem eltávolítása."
-msgid "Invalid object name."
-msgstr "Érvénytelen objektumnév."
-msgid "In code"
-msgstr "Kódban"
-msgid "Administrative title"
-msgstr "Adminisztratív cím"
-msgid "Administrative description"
-msgstr "Adminisztratív leírás"
-msgid "Edit name, path and other basic settings for the page."
-msgstr ""
-"Az oldal nevének, elérési útjának és egyéb "
-"alapbeállításainak szerkesztése."
-msgid "page-summary-label"
-msgstr "page-summary-label"
-msgid "page-summary-data"
-msgstr "page-summary-data"
-msgid "page-summary-operation"
-msgstr "page-summary-operation"
-msgid "This page is publicly accessible."
-msgstr "Ez az oldal nyivánosan elérhető."
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr "Az első kifejezés hierarchiájának beillesztése a morzsasávba"
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr ""
-"Ha be van jelölve, akkor a taxonómia kifejezés szülői megjelennek "
-"a morzsasávban."
-msgid "User being viewed"
-msgstr "Megtekintett felhasználó"
-msgid "Control access by role."
-msgstr "Hozzáférés szabályozása csoport alapján."
-msgid "Only the checked roles will be granted access."
-msgstr "Csak a bejelölt csoportok kapnak hozzáférési jogot."
-msgid "@identifier can have any role"
-msgstr "@identifier bármelyik csoportban lehet"
-msgid "Enter the node ID of a node for this argument"
-msgstr "Egy tartalom azonosítójának megadása ehhez az argumentumhoz"
-msgid "node_form"
-msgstr "node_form"
-msgid "'%title' [node id %nid]"
-msgstr "'%title' [tartalomazonosító %nid]"
-msgid "Reset identifier to node title"
-msgstr "Azonosító visszaállítása a tartalom címére"
-msgid ""
-"If checked, the identifier will be reset to the node title of the "
-"selected node."
-msgstr ""
-"Ha be van jelölve, akkor az azonosító a kiválasztott tartalom "
-"címére lesz visszaállítva."
-msgid "Broken/missing/deleted view."
-msgstr "Hibás/hiányzó/törölt nézet."
-msgid "View panes"
-msgstr "Nézettáblák"
-msgid "CTools Examples"
-msgstr "CTools példák"
-msgid "Enter the title or NID of a node"
-msgstr "Egy tartalom címének vagy tartalomazonosítójának megadása"
-msgid "Show only node teaser"
-msgstr "Csak a tartalom bevezetőjének mutatása"
-msgid "Include node links for \"add comment\", \"read more\" etc."
-msgstr ""
-"„Új hozzászólás”, „Tovább”, stb., tartalomhivatkozások "
-"hozzáadása."
-msgid "Template identifier"
-msgstr "Sablonazonosító"
-msgid ""
-"This identifier will be added as a template suggestion to display this "
-"node: node-panel-IDENTIFIER.tpl.php. Please see the Drupal theming "
-"guide for information about template suggestions."
-msgstr ""
-"Ez az azonosító a tartalmat megjelenítő sablonjavaslataként lesz "
-"hozzáadva: node-panel-IDENTIFIER.tpl.php. A sablonjavaslatokról "
-"részletesen a Drupal smink kézikönyvben lehet olvasni."
diff --git a/sites/all/modules/ctools/translations/general.pot b/sites/all/modules/ctools/translations/general.pot
deleted file mode 100644
index 37f603e2..00000000
--- a/sites/all/modules/ctools/translations/general.pot
+++ /dev/null
@@ -1,3829 +0,0 @@
-# $Id$
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  ctools.install,v 1.14 2009/10/17 22:58:24 sdboyer
-#  ctools.info,v 1.6 2009/10/17 22:58:24 sdboyer
-#  bulk_export.info,v 1.3 2009/10/08 11:03:24 sun
-#  ctools_plugin_example.info,v 1.2 2009/10/08 11:03:24 sun
-#  page_manager.info,v 1.4 2009/10/17 22:58:26 sdboyer
-#  views_content.info,v 1.4 2009/10/17 22:58:24 sdboyer
-#  bulk_export.module,v 1.4 2009/10/17 22:58:24 sdboyer
-#  page_manager.admin.inc,v 1.34 2009/10/15 18:38:14 merlinofchaos
-#  page.inc,v 1.20 2009/10/17 22:58:24 sdboyer
-#  ctools_plugin_example.module,v 1.2 2009/10/17 22:58:24 sdboyer
-#  arg_length.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  simplecontext_content_type.inc,v 1.2 2009/10/13 20:55:50 merlinofchaos
-#  simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  relcontext_from_simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  example_role.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  role.inc,v 1.8 2009/10/12 12:42:53 sdboyer
-#  node_access.inc,v 1.8 2009/10/12 12:42:53 sdboyer
-#  perm.inc,v 1.7 2009/10/12 12:42:53 sdboyer
-#  user_contact.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
-#  profile_fields.inc,v 1.6 2009/10/08 11:18:57 sun
-#  user_picture.inc,v 1.4 2009/09/27 03:41:03 merlinofchaos
-#  user_profile.inc,v 1.8 2009/09/27 03:41:03 merlinofchaos
-#  user.inc,v 1.6 2009/10/12 12:42:54 sdboyer
-#  simplecontext_arg.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  no_context_content_type.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  relcontext_content_type.inc,v 1.2 2009/10/13 20:55:50 merlinofchaos
-#  relcontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
-#  ajax.inc,v 1.17 2009/10/12 12:42:53 sdboyer
-#  content.inc,v 1.16 2009/10/21 21:25:35 merlinofchaos
-#  content.menu.inc,v 1.4 2009/10/17 22:58:25 sdboyer
-#  node_author.inc,v 1.1 2009/07/18 22:10:48 merlinofchaos
-#  context-access-admin.inc,v 1.10 2009/10/17 22:58:25 sdboyer
-#  context-admin.inc,v 1.12 2009/10/12 12:42:53 sdboyer
-#  page.admin.inc,v 1.23 2009/10/17 22:58:24 sdboyer
-#  custom.inc,v 1.10 2009/10/12 12:42:53 sdboyer
-#  search_result.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
-#  views.inc,v 1.14 2009/10/21 20:18:05 merlinofchaos
-#  node_links.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
-#  export.inc,v 1.22 2009/10/17 22:58:25 sdboyer
-#  page_manager.module,v 1.23 2009/10/18 01:22:28 sdboyer
-#  search_form.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
-#  context-task-handler.inc,v 1.26 2009/10/17 22:58:25 sdboyer
-#  context.inc,v 1.36 2009/10/12 12:42:53 sdboyer
-#  context.theme.inc,v 1.10 2009/10/17 22:58:25 sdboyer
-#  page_manager.theme.inc,v 1.7 2009/10/18 01:22:28 sdboyer
-#  views_content_plugin_display_panel_pane.inc,v 1.3 2009/09/09 18:25:03 merlinofchaos
-#  css.inc,v 1.13 2009/10/17 22:58:25 sdboyer
-#  form.inc,v 1.11 2009/08/13 22:24:02 merlinofchaos
-#  menu.inc,v 1.5 2009/10/17 22:58:25 sdboyer
-#  modal.inc,v 1.9 2009/10/13 20:06:56 merlinofchaos
-#  modal.js,v 1.20 2009/10/13 20:06:56 merlinofchaos
-#  wizard.inc,v 1.14 2009/10/08 11:09:56 sun
-#  term_view.inc,v 1.6 2009/10/08 11:09:57 sun
-#  search.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
-#  blog.inc,v 1.2 2009/10/13 18:11:15 merlinofchaos
-#  blog_user.inc,v 1.3 2009/10/13 18:12:09 merlinofchaos
-#  contact_user.inc,v 1.3 2009/10/13 18:11:15 merlinofchaos
-#  user_view.inc,v 1.4 2009/10/18 01:22:28 sdboyer
-#  contact_site.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
-#  node_edit.inc,v 1.4 2009/09/27 03:41:02 merlinofchaos
-#  node_view.inc,v 1.4 2009/08/04 21:43:06 merlinofchaos
-#  node.inc,v 1.8 2009/10/17 22:58:26 sdboyer
-#  poll.inc,v 1.1 2009/10/13 18:27:39 merlinofchaos
-#  terms.inc,v 1.4 2009/10/12 12:42:53 sdboyer
-#  term.inc,v 1.8 2009/10/12 12:42:53 sdboyer
-#  page_breadcrumb.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  compare_users.inc,v 1.4 2009/10/12 12:42:53 sdboyer
-#  node_language.inc,v 1.8 2009/10/12 12:42:53 sdboyer
-#  node_type.inc,v 1.10 2009/10/18 01:22:28 sdboyer
-#  node_attachments.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node_body.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
-#  node_book_nav.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node_comment_form.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node_comments.inc,v 1.4 2009/10/17 22:58:26 sdboyer
-#  node_content.inc,v 1.5 2009/09/27 03:41:02 merlinofchaos
-#  node_created.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node_title.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
-#  node_type_desc.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node_updated.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  node.inc,v 1.14 2009/10/17 22:58:25 sdboyer
-#  book_parent.inc,v 1.4 2009/10/17 22:58:26 sdboyer
-#  term_from_node.inc,v 1.4 2009/10/21 21:25:35 merlinofchaos
-#  user_from_node.inc,v 1.6 2009/10/18 01:22:28 sdboyer
-#  site_language.inc,v 1.7 2009/10/12 12:42:53 sdboyer
-#  node_add_form.inc,v 1.11 2009/10/12 12:42:54 sdboyer
-#  php.inc,v 1.4 2009/10/18 01:22:28 sdboyer
-#  term.inc,v 1.3 2009/10/18 01:22:28 sdboyer
-#  term_vocabulary.inc,v 1.5 2009/10/12 12:42:53 sdboyer
-#  term_description.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
-#  term_list.inc,v 1.5 2009/10/17 22:58:24 sdboyer
-#  term_parent.inc,v 1.5 2009/10/17 22:58:26 sdboyer
-#  vocabulary_terms.inc,v 1.5 2009/10/17 22:58:25 sdboyer
-#  term.inc,v 1.8 2009/10/17 22:58:25 sdboyer
-#  vocabulary.inc,v 1.4 2009/10/12 12:42:54 sdboyer
-#  nid.inc,v 1.9 2009/10/12 12:42:53 sdboyer
-#  node_edit.inc,v 1.6 2009/10/12 12:42:53 sdboyer
-#  node_add.inc,v 1.4 2009/10/12 12:42:53 sdboyer
-#  string.inc,v 1.5 2009/10/12 12:42:53 sdboyer
-#  string.inc,v 1.7 2009/10/12 12:42:54 sdboyer
-#  uid.inc,v 1.11 2009/10/12 12:42:53 sdboyer
-#  user_name.inc,v 1.2 2009/10/12 12:42:53 sdboyer
-#  vid.inc,v 1.5 2009/10/12 12:42:53 sdboyer
-#  block.inc,v 1.11 2009/10/18 01:22:28 sdboyer
-#  contact.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
-#  views_content.module,v 1.5 2009/10/17 22:58:24 sdboyer
-#  form.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
-#  node_form_attachments.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_author.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_book.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_buttons.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_comment.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_input_format.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_log.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_menu.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_path.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_publishing.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_form_taxonomy.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
-#  node_edit_form.inc,v 1.13 2009/10/17 22:58:25 sdboyer
-#  page_footer_message.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_help.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_messages.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_mission.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_slogan.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_tabs.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  page_title.inc,v 1.2 2009/10/17 22:58:26 sdboyer
-#  terms.inc,v 1.7 2009/10/17 22:58:25 sdboyer
-#  views_panes.inc,v 1.18 2009/10/21 19:52:00 merlinofchaos
-#  views_content.views.inc,v 1.3 2009/10/17 22:58:26 sdboyer
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-11-20 23:20+0100\n"
-"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: ctools.install:17
-msgid "CTools CSS Cache"
-msgstr ""
-
-#: ctools.install:19
-msgid "Exists"
-msgstr ""
-
-#: ctools.install:24
-msgid "The CTools CSS cache directory, %path could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories."
-msgstr ""
-
-#: ctools.install:26
-msgid "Unable to create"
-msgstr ""
-
-#: ctools.install:92
-msgid "A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment."
-msgstr ""
-
-#: ctools.info:0
-msgid "Chaos tools"
-msgstr ""
-
-#: ctools.info:0
-msgid "A library of helpful tools by Merlin of Chaos."
-msgstr ""
-
-#: ctools.info:0 bulk_export/bulk_export.info:0 ctools_plugin_example/ctools_plugin_example.info:0 page_manager/page_manager.info:0 views_content/views_content.info:0
-msgid "Chaos tool suite"
-msgstr ""
-
-#: bulk_export/bulk_export.module:15
-msgid "Access Bulk Exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:16
-msgid "Export various system objects into code."
-msgstr ""
-
-#: bulk_export/bulk_export.module:73
-msgid "Bulk export results"
-msgstr ""
-
-#: bulk_export/bulk_export.module:97;121;132
-msgid "Place this in @file"
-msgstr ""
-
-#: bulk_export/bulk_export.module:138
-msgid "There are no objects to be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:163
-msgid "Module name"
-msgstr ""
-
-#: bulk_export/bulk_export.module:164
-msgid "Enter the module name to export code to."
-msgstr ""
-
-#: bulk_export/bulk_export.module:169 page_manager/page_manager.admin.inc:682 page_manager/plugins/tasks/page.inc:183
-msgid "Export"
-msgstr ""
-
-#: bulk_export/bulk_export.module:204
-msgid "There are no objects in your system that may be exported at this time."
-msgstr ""
-
-#: bulk_export/bulk_export.module:37
-msgid "Bulk Exporter"
-msgstr ""
-
-#: bulk_export/bulk_export.module:38
-msgid "Bulk-export multiple CTools-handled data objects to code."
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Bulk Export"
-msgstr ""
-
-#: bulk_export/bulk_export.info:0
-msgid "Performs bulk exporting of data objects known about by Chaos tools."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:36
-msgid "Demonstration code, advanced help, and a demo panel to show how to build ctools plugins."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:79
-msgid "The CTools Plugin Example is simply a developer's demo of how to create plugins for CTools. It provides no useful functionality for an ordinary user."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:81
-msgid "There is a demo panel demonstrating much of the functionality provided at\n    <a href=\"@demo_url\">CTools demo panel</a>, and you can find documentation on the examples at\n    !ctools_plugin_example_help.\n    CTools itself provides documentation at !ctools_help. Mostly, though, the code itself is intended to be the teacher.\n    You can find it in %path."
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.module:35
-msgid "CTools plugin example"
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Chaos Tools (CTools) Plugin Example"
-msgstr ""
-
-#: ctools_plugin_example/ctools_plugin_example.info:0
-msgid "Shows how an external module can provide ctools plugins (for Panels, etc.)."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:15
-msgid "Arg length"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:16
-msgid "Control access by length of simplecontext argument."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:20 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:33;42 ctools_plugin_example/plugins/contexts/simplecontext.inc:16 ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:22
-msgid "Simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:30
-msgid "Grant access if simplecontext argument length is"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-msgid "Greater than"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:31
-msgid "Less than or equal to"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:36
-msgid "Length of simplecontext argument"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:39
-msgid "Access/visibility will be granted based on arg length."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/arg_length.inc:63
-msgid "Simpletext argument must be !comp @length characters"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:16
-msgid "CTools example: role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:17 plugins/access/role.inc:15
-msgid "Control access by role."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:22 plugins/access/node_access.inc:22 plugins/access/perm.inc:20 plugins/access/role.inc:21 plugins/content_types/contact/user_contact.inc:17;18 plugins/content_types/user_context/profile_fields.inc:15;16 plugins/content_types/user_context/user_picture.inc:13;14 plugins/content_types/user_context/user_profile.inc:13;14 plugins/contexts/user.inc:15
-msgid "User"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:32 plugins/access/role.inc:31
-msgid "Role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:35 plugins/access/role.inc:34
-msgid "Only the checked roles will be granted access."
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:74 plugins/access/role.inc:75
-msgid "@identifier can have any role"
-msgstr ""
-
-#: ctools_plugin_example/plugins/access/example_role.inc:76
-msgid "@identifier must have role \"@roles\""
-msgid_plural "@identifier can be one of \"@roles\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:26
-msgid "Simplecontext arg"
-msgstr ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:29
-msgid "Creates a \"simplecontext\" from the arg."
-msgstr ""
-
-#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:37
-msgid "Enter the simplecontext arg"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:19
-msgid "CTools example no context content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:20
-msgid "No context content type - requires and uses no context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:37 ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:30 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:37
-msgid "CTools Examples"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:94
-msgid "Item1"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:96
-msgid "The setting for item 1."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:103
-msgid "Item2"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:105
-msgid "The setting for item 2"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:21
-msgid "CTools example relcontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:28
-msgid "Relcontext content type - works with relcontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:29 ctools_plugin_example/plugins/contexts/relcontext.inc:16
-msgid "Relcontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:55
-msgid "\n    This is a block of data created by the Relcontent content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:87
-msgid "Config Item 1 (relcontext)"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:89
-msgid "Setting for relcontext."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:23
-msgid "Simplecontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:32
-msgid "Simplecontext content type - works with a simplecontext context."
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:82
-msgid "\n    This is a block of data created by the Simplecontext content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:111
-msgid "Config Item 1 for simplecontext content type"
-msgstr ""
-
-#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:113
-msgid "The stuff for item 1."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:17
-msgid "A relcontext object."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:53
-msgid "Relcontext context from simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:77
-msgid "Relcontext setting"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/relcontext.inc:79
-msgid "Just an example setting."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:17
-msgid "A single \"simplecontext\" context, or data element."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:25
-msgid "Enter some data to represent this \"simplecontext\"."
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:58
-msgid "Simplecontext context from config"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:87
-msgid "Setting for simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/contexts/simplecontext.inc:89
-msgid "An example setting that could be used to configure a context"
-msgstr ""
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:19
-msgid "Relcontext from simplecontext"
-msgstr ""
-
-#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:21
-msgid "Adds a relcontext from existing simplecontext."
-msgstr ""
-
-#: includes/ajax.inc:137 page_manager/page_manager.admin.inc:927
-msgid "Error"
-msgstr ""
-
-#: includes/ajax.inc:138
-msgid "Server reports invalid input error."
-msgstr ""
-
-#: includes/content.inc:337
-msgid "@type:@subtype will not display due to missing context"
-msgstr ""
-
-#: includes/content.inc:422
-msgid "No info"
-msgstr ""
-
-#: includes/content.inc:423
-msgid "No info available."
-msgstr ""
-
-#: includes/content.inc:454
-msgid "Override title"
-msgstr ""
-
-#: includes/content.inc:473
-msgid "You may use %keywords from contexts, as well as %title to contain the original title."
-msgstr ""
-
-#: includes/content.inc:544 page_manager/page_manager.admin.inc:578
-msgid "Configure"
-msgstr ""
-
-#: includes/content.inc:547
-msgid "Configure new !subtype_title"
-msgstr ""
-
-#: includes/content.inc:550
-msgid "Configure !subtype_title"
-msgstr ""
-
-#: includes/content.menu.inc:45 plugins/content_types/node_context/node_author.inc:36 plugins/contexts/user.inc:49
-msgid "Anonymous"
-msgstr ""
-
-#: includes/content.menu.inc:46
-msgid "by @user"
-msgstr ""
-
-#: includes/context-access-admin.inc:159
-msgid "Add"
-msgstr ""
-
-#: includes/context-access-admin.inc:165
-msgid "All criteria must pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:166
-msgid "Only one criteria must pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:174;405 includes/context-admin.inc:622;701;772;883 page_manager/page_manager.admin.inc:1177
-msgid "Save"
-msgstr ""
-
-#: includes/context-access-admin.inc:198
-msgid "Broken/missing access plugin %plugin"
-msgstr ""
-
-#: includes/context-access-admin.inc:205 includes/context-admin.inc:342
-msgid "Configure settings for this item."
-msgstr ""
-
-#: includes/context-access-admin.inc:206 includes/context-admin.inc:338
-msgid "Remove this item."
-msgstr ""
-
-#: includes/context-access-admin.inc:214 includes/context-admin.inc:850 page_manager/page_manager.admin.inc:90;267;1316 page_manager/plugins/tasks/page.admin.inc:654 plugins/content_types/custom/custom.inc:113 plugins/content_types/search/search_result.inc:113;151
-msgid "Title"
-msgstr ""
-
-#: includes/context-access-admin.inc:215
-msgid "Description"
-msgstr ""
-
-#: includes/context-access-admin.inc:220
-msgid "No criteria selected, this test will pass."
-msgstr ""
-
-#: includes/context-access-admin.inc:278;346;457
-msgid "Missing callback hooks."
-msgstr ""
-
-#: includes/context-access-admin.inc:303
-msgid "Add criteria"
-msgstr ""
-
-#: includes/context-access-admin.inc:367
-msgid "Edit criteria"
-msgstr ""
-
-#: includes/context-admin.inc:26 page_manager/plugins/tasks/page.inc:158 views_content/plugins/content_types/views.inc:360
-msgid "Arguments"
-msgstr ""
-
-#: includes/context-admin.inc:27;858
-msgid "argument"
-msgstr ""
-
-#: includes/context-admin.inc:29
-msgid "Add argument"
-msgstr ""
-
-#: includes/context-admin.inc:37
-msgid "Relationships"
-msgstr ""
-
-#: includes/context-admin.inc:38;748
-msgid "relationship"
-msgstr ""
-
-#: includes/context-admin.inc:40
-msgid "Add relationship"
-msgstr ""
-
-#: includes/context-admin.inc:48
-msgid "Contexts"
-msgstr ""
-
-#: includes/context-admin.inc:49;598
-msgid "context"
-msgstr ""
-
-#: includes/context-admin.inc:51
-msgid "Add context"
-msgstr ""
-
-#: includes/context-admin.inc:59
-msgid "Required contexts"
-msgstr ""
-
-#: includes/context-admin.inc:60;686
-msgid "required context"
-msgstr ""
-
-#: includes/context-admin.inc:62
-msgid "Add required context"
-msgstr ""
-
-#: includes/context-admin.inc:365;493;931 page_manager/plugins/tasks/page.admin.inc:952
-msgid "Invalid object name."
-msgstr ""
-
-#: includes/context-admin.inc:412
-msgid "Add @type \"@context\""
-msgstr ""
-
-#: includes/context-admin.inc:511
-msgid "Invalid context type"
-msgstr ""
-
-#: includes/context-admin.inc:530
-msgid "Edit @type \"@context\""
-msgstr ""
-
-#: includes/context-admin.inc:597;685;747;857 plugins/content_types/node_context/node_links.inc:93
-msgid "Identifier"
-msgstr ""
-
-#: includes/context-admin.inc:598;686;748;858
-msgid "Enter a name to identify this !type on administrative screens."
-msgstr ""
-
-#: includes/context-admin.inc:604;692;754;864 plugins/content_types/custom/custom.inc:147
-msgid "Keyword"
-msgstr ""
-
-#: includes/context-admin.inc:605;693;755;865
-msgid "Enter a keyword to use for substitution in titles."
-msgstr ""
-
-#: includes/context-admin.inc:839 includes/export.inc:184;268 page_manager/page_manager.module:500;515 page_manager/plugins/tasks/page.inc:217 plugins/content_types/search/search_form.inc:117 views_content/plugins/content_types/views.inc:432
-msgid "Default"
-msgstr ""
-
-#: includes/context-admin.inc:841
-msgid "Ignore it; content that requires this context will not be available."
-msgstr ""
-
-#: includes/context-admin.inc:842
-msgid "Display page not found or display nothing at all."
-msgstr ""
-
-#: includes/context-admin.inc:845
-msgid "If the argument is missing or is not valid, select how this should behave."
-msgstr ""
-
-#: includes/context-admin.inc:852
-msgid "Enter a title to use when this argument is present. You may use %KEYWORD substitution, where the keyword is specified below."
-msgstr ""
-
-#: includes/context-admin.inc:942
-msgid "Unable to delete missing item!"
-msgstr ""
-
-#: includes/context-task-handler.inc:118
-msgid "Edit @type"
-msgstr ""
-
-#: includes/context-task-handler.inc:308
-msgid "If there is more than one variant on a page, when the page is visited each variant is given an opportunity to be displayed. Starting from the first variant and working to the last, each one tests to see if its selection rules will pass. The first variant that its criteria (as specified below) will be used."
-msgstr ""
-
-#: includes/context-task-handler.inc:356
-msgid "Summary of contexts"
-msgstr ""
-
-#: includes/context.inc:49
-msgid "Unknown context"
-msgstr ""
-
-#: includes/context.inc:195;196;400 page_manager/plugins/tasks/page.admin.inc:1120;1140
-msgid "No context"
-msgstr ""
-
-#: includes/context.inc:311;418
-msgid "Context %count"
-msgstr ""
-
-#: includes/context.inc:311;418
-msgid "Context"
-msgstr ""
-
-#: includes/context.inc:425
-msgid "Please choose which context and how you would like it converted."
-msgstr ""
-
-#: includes/context.inc:1233
-msgid "@identifier (@keyword)"
-msgstr ""
-
-#: includes/context.inc:1297
-msgid "Logged in user"
-msgstr ""
-
-#: includes/context.inc:1335
-msgid ", and "
-msgstr ""
-
-#: includes/context.inc:1335
-msgid ", or "
-msgstr ""
-
-#: includes/context.theme.inc:80 page_manager/plugins/tasks/page.admin.inc:696 page_manager/theme/page_manager.theme.inc:103 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:196
-msgid "Weight"
-msgstr ""
-
-#: includes/context.theme.inc:82 plugins/access/node_access.inc:33
-msgid "Operation"
-msgstr ""
-
-#: includes/context.theme.inc:131;237
-msgid "Built in context"
-msgstr ""
-
-#: includes/context.theme.inc:134;158;181;201;240;259;275;290
-msgid "Keyword: %@keyword"
-msgstr ""
-
-#: includes/context.theme.inc:136;161;183;203
-msgid "@keyword --&gt; @title"
-msgstr ""
-
-#: includes/context.theme.inc:155;256
-msgid "Argument @count"
-msgstr ""
-
-#: includes/context.theme.inc:178;272
-msgid "Context @count"
-msgstr ""
-
-#: includes/context.theme.inc:198;287
-msgid "From \"@title\""
-msgstr ""
-
-#: includes/css.inc:166
-msgid "Unable to create CTools CSS cache directory. Check the permissions on your files directory."
-msgstr ""
-
-#: includes/export.inc:139 page_manager/page_manager.module:366 page_manager/plugins/tasks/page.admin.inc:1456
-msgid "Normal"
-msgstr ""
-
-#: includes/export.inc:177 page_manager/page_manager.admin.inc:1473 page_manager/page_manager.module:509 page_manager/plugins/tasks/page.admin.inc:1485;1499;1510
-msgid "Overridden"
-msgstr ""
-
-#: includes/export.inc:601 page_manager/page_manager.module:642
-msgid "Local"
-msgstr ""
-
-#: includes/form.inc:303
-msgid "Validation error, please try again. If this error persists, please contact the site administrator."
-msgstr ""
-
-#: includes/menu.inc:58
-msgid "Home"
-msgstr ""
-
-#: includes/modal.inc:52
-msgid "Close Window"
-msgstr ""
-
-#: includes/modal.inc:53;53
-msgid "Close window"
-msgstr ""
-
-#: includes/modal.inc:54 js/modal.js:0;0
-msgid "Loading..."
-msgstr ""
-
-#: includes/modal.inc:54
-msgid "Loading"
-msgstr ""
-
-#: includes/wizard.inc:373
-msgid "Continue"
-msgstr ""
-
-#: includes/wizard.inc:374
-msgid "Back"
-msgstr ""
-
-#: includes/wizard.inc:375
-msgid "Update and return"
-msgstr ""
-
-#: includes/wizard.inc:376
-msgid "Finish"
-msgstr ""
-
-#: includes/wizard.inc:377 page_manager/page_manager.admin.inc:1183
-msgid "Cancel"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:25
-msgid "See the getting started guide for more information."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:40
-msgid "This page is currently locked for editing by you. Nobody else may edit this page until these changes are saved or canceled."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:44
-msgid "This page is currently locked for editing by another user. You may not edit this page without breaking the lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:52;297
-msgid "Reset"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:88;238;270 page_manager/plugins/tasks/page.admin.inc:642
-msgid "Type"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:89;268
-msgid "Name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:91;269 page_manager/plugins/tasks/page.admin.inc:399;1244;1370 page_manager/plugins/tasks/page.inc:649 page_manager/plugins/tasks/term_view.inc:258 plugins/content_types/search/search_form.inc:115
-msgid "Path"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:92;245;271 page_manager/plugins/tasks/page.inc:46;594
-msgid "Storage"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:95 page_manager/plugins/tasks/page.admin.inc:909
-msgid "Operations"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:163 page_manager/plugins/tasks/search.inc:213
-msgid "System"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:171 page_manager/plugins/tasks/page.inc:217 page_manager/plugins/tasks/search.inc:215
-msgid "In code"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:189 page_manager/page_manager.module:79 page_manager/plugins/tasks/page.inc:625;667;703 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:120
-msgid "Edit"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:197;523;529;708;713 page_manager/plugins/tasks/page.inc:600
-msgid "Enable"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:203;536;542;719;724 page_manager/plugins/tasks/page.inc:604
-msgid "Disable"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:234
-msgid "<All>"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:252;253 page_manager/plugins/tasks/page.inc:605
-msgid "Enabled"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:253 page_manager/plugins/tasks/page.inc:601
-msgid "Disabled"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:259 page_manager/plugins/tasks/search.inc:25
-msgid "Search"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:264
-msgid "Sort by"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:266
-msgid "Enabled, title"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:278
-msgid "Order"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:280
-msgid "Up"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:281
-msgid "Down"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:290
-msgid "Apply"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:470;662
-msgid "Summary"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:471
-msgid "Get a summary of the information about this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:524
-msgid "Activate this page so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:537
-msgid "De-activate this page. The data will remain but the page will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:548
-msgid "Add variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:549
-msgid "Add a new variant to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:554;587
-msgid "Create variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:559
-msgid "Import variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:560
-msgid "Add a new variant to this page from code exported from another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:566
-msgid "Reorder variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:568
-msgid "Change the priority of the variants to ensure that the right one gets selected."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:579
-msgid "Configure a newly created variant prior to actually adding it to the page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:606;611
-msgid "Break lock"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:607
-msgid "Break the lock on this page so that you can edit it."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:630
-msgid "Variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:655
-msgid "Variant operations"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:663
-msgid "Get a summary of the information about this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:677 page_manager/plugins/tasks/page.admin.inc:1384 page_manager/plugins/tasks/page.inc:178
-msgid "Clone"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:678
-msgid "Make an exact copy of this variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:683
-msgid "Export this variant into code to import into another page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:688;692 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:189
-msgid "Revert"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:689
-msgid "Remove all changes to this variant and revert to the version in code."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:698;702 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:196 plugins/access/node_access.inc:38
-msgid "Delete"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:699
-msgid "Remove this variant from the page completely."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:709
-msgid "Activate this variant so that it will be in use in your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:720
-msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:732
-msgid "No variants"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:814 plugins/access/node_access.inc:37
-msgid "Update"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:928
-msgid "This operation trail does not exist."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:945
-msgid "The page has been updated. Changes will not be permanent until you save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:962
-msgid "Unable to update changes due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1112
-msgid "This setting contains unsaved changes."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1170
-msgid "You have unsaved changes to this page. You must select Save to write them to the database, or Cancel to discard these changes. Please note that if you have changed any form, you must submit that form before saving."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1201
-msgid "All pending changes have been discarded, and the page is now unlocked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1252
-msgid "Before this variant can be added, it must be configured. When you are finished, click \"Create variant\" at the end of this wizard to add this to your page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1317
-msgid "Administrative title of this variant. If you leave blank it will be automatically assigned."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1322
-msgid "Variant type"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1331
-msgid "Optional features"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1333
-msgid "Check any optional features you need to be presented with forms for configuring them. If you do not check them here you will still be able to utilize these features once the new page is created. If you are not sure, leave these unchecked."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1361;1516
-msgid "Variant name"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1362;1517
-msgid "Enter the name of the new variant."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1367
-msgid "Paste variant code here"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1383
-msgid "No variant found."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1386
-msgid "Unable to get a variant from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1474
-msgid "Reverting the variant will delete the variant that is in the database, reverting it to the original default variant. This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1477
-msgid "Are you sure you want to delete this variant? This deletion will not be made permanent until you click Save."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1543
-msgid "This variant is currently disabled. Enabling it will make it available in your system. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1562
-msgid "This variant is currently enabled. Disabling it will make it unavailable in your system, and it will not be used. This will not take effect until you save this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1594
-msgid "Breaking the lock on this page will <strong>discard</strong> any pending changes made by the locking user. Are you REALLY sure you want to do this?"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1606
-msgid "The lock has been cleared and all changes discarded. You may now make changes to this page."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1614
-msgid "Enabling this page will immediately make it available in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1641
-msgid "Disabling this page will immediately make it unavailable in your system (there is no need to wait for a save.)"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1699
-msgid "This page has no variants and thus no output of its own."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1704
-msgid "Add a new variant"
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1722
-msgid "Unable to disable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.admin.inc:1725
-msgid "Unable to enable due to lock."
-msgstr ""
-
-#: page_manager/page_manager.module:66
-msgid "Pages"
-msgstr ""
-
-#: page_manager/page_manager.module:67
-msgid "Add, edit and remove overridden system pages and user defined pages from the system."
-msgstr ""
-
-#: page_manager/page_manager.module:72
-msgid "List"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Page manager"
-msgstr ""
-
-#: page_manager/page_manager.info:0
-msgid "Provides a UI and API to manage pages within the site."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:17;18
-msgid "All blogs"
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the all blogs at <em>/blog</em>. If no variant is selected, the default Drupal most recent blog posts will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog.inc:56
-msgid "Page manager module is unable to enable blog because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:16;17
-msgid "User blog"
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:18
-msgid "When enabled, this overrides the default Drupal behavior for displaying user blogs at <em>blog/%user</em>. If no variant is selected, the default Drupal user blog will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:59
-msgid "Page manager module is unable to enable blog/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/blog_user.inc:109 page_manager/plugins/tasks/contact_user.inc:105 page_manager/plugins/tasks/user_view.inc:100
-msgid "User being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:17;18
-msgid "Site contact page"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the site contact page at <em>/contact</em>. If no variant is selected, the default Drupal contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_site.inc:56
-msgid "Page manager module is unable to enable contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:12;13
-msgid "User contact"
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:14
-msgid "When enabled, this overrides the default Drupal behavior for displaying the user contact form at <em>user/%user/contact</em>. If no variant is selected, the default Drupal user contact form will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/contact_user.inc:55
-msgid "Page manager module is unable to enable user/%user/contact because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:13;14
-msgid "Node add/edit form"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:15
-msgid "When enabled, this overrides the default Drupal behavior for adding or edit nodes at <em>node/%node/edit</em> and <em>node/add/%node_type</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different edit forms for nodes. If no variant is selected, the default Drupal node edit will be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:55
-msgid "Page manager module is unable to enable node/%node/edit because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:65
-msgid "Page manager module is unable to override @path because some other module already has overridden with %callback. Node edit will be enabled but that edit path will not be overridden."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:129
-msgid "Create @name"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_edit.inc:143
-msgid "Node being edited"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:22;24
-msgid "Node template"
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying nodes at <em>node/%node</em>. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations. Also please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at node/%node."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:66
-msgid "Page manager module is unable to enable node/%node because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/node_view.inc:118
-msgid "Node being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:201;279
-msgid "Basic settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:202;974;982
-msgid "Argument settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:203;439
-msgid "Access control"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:204
-msgid "Menu settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:280
-msgid "A meaningless second page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:372;1362 plugins/content_types/custom/custom.inc:106 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:166
-msgid "Administrative title"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:373;1363
-msgid "The name of this page. This will appear in the administrative interface to easily identify it."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:379
-msgid "Machine name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:380
-msgid "The machine readable name of this page. It must be unique, and it must contain only alphanumeric characters and underscores. Once created, you will not be able to change this value!"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:391 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:176;186
-msgid "Administrative description"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:392
-msgid "A description of what this page is, does or is for, for administrative use."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:400
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:422
-msgid "Make this your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:423
-msgid "To set this panel as your home page you must create a unique path name with no % placeholders in the path. The current site home page is set to %homepage."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:428
-msgid "This page is currently set to be your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:440
-msgid "Visible menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:461
-msgid "Name is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:468
-msgid "That name is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:473
-msgid "Page name must be alphanumeric or underscores only."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:480
-msgid "That path is used by another page: @page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:488
-msgid "Path is required."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:501
-msgid "You cannot have an unnamed placeholder (% or ! by itself). Please name your placeholder by adding a short piece of descriptive text to the % or !, such as %user or %node."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:506
-msgid "You cannot have a dynamic path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:515
-msgid "You cannot have a static path element after an optional path element."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:526
-msgid "That path is already in used. This system cannot override existing paths."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:534
-msgid "That path is currently assigned to be an alias for @alias. This system cannot override existing aliases."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:539
-msgid "You cannot make this page your site home page if it uses % placeholders."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:547
-msgid "Duplicated argument %arg"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:552
-msgid "Invalid arg <em>%</em>. All arguments must be named with keywords."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:645 page_manager/plugins/tasks/page.inc:700 page_manager/plugins/tasks/term_view.inc:269
-msgid "No menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:646
-msgid "Normal menu entry"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:647;709
-msgid "Menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:648
-msgid "Default menu tab"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:657
-msgid "If set to normal or tab, enter the text to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:667
-msgid "Warning: Changing this item's menu will not work reliably in Drupal 6.4 or earlier. Please upgrade your copy of Drupal at !url."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:677 page_manager/plugins/tasks/page.inc:172;705 page_manager/plugins/tasks/term_view.inc:272
-msgid "Menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:681;731
-msgid "Insert item into an available menu."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:692
-msgid "Menu selection requires the activation of menu module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:699
-msgid "The lower the weight the higher/further left it will appear."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:707
-msgid "Parent menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-msgid "Already exists"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:709
-msgid "Normal menu item"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:711
-msgid "When providing a menu item as a default tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:716
-msgid "Parent item title"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:719
-msgid "If creating a parent menu item, enter the title of the item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:727
-msgid "Parent item menu"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:744
-msgid "Tab weight"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:748
-msgid "If the parent menu item is a tab, enter the weight of the tab. The lower the number, the more to the left it will be."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:783
-msgid "Paths with non optional placeholders cannot be used as normal menu items unless the selected argument handler provides a default argument to use for the menu item."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:852
-msgid "No context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:876
-msgid "Change"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:893 page_manager/plugins/tasks/page.inc:143 page_manager/plugins/tasks/term_view.inc:50;65
-msgid "Settings"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:906
-msgid "Argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:907
-msgid "Position in path"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:908
-msgid "Context assigned"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:927
-msgid "The path %path has no arguments to configure."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:961
-msgid "Invalid keyword."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:973
-msgid "Change context type"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:978
-msgid "Change argument"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1084
-msgid "No context selected"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1167
-msgid "Error: missing argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1180
-msgid "Context identifier"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1181
-msgid "This is the title of the context used to identify it later in the administrative process. This will never be shown to a user."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1187
-msgid "Error: missing or invalid argument plugin %argument."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1235
-msgid "Import page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1238;1356
-msgid "Page name"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1239
-msgid "Enter the name to use for this page if it is different from the source page. Leave blank to use the original name of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1245
-msgid "Enter the path to use for this page if it is different from the source page. Leave blank to use the original path of the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1250
-msgid "Allow overwrite of an existing page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1251
-msgid "If the name you selected already exists in the database, this page will be allowed to overwrite the existing page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1256
-msgid "Paste page code here"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1262
-msgid "Import"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1278
-msgid "No handler found."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1280
-msgid "Unable to get a page from the import. Errors reported: @errors"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1291
-msgid "That page name is in use and locked by another user. You must <a href=\"!break\">break the lock</a> on that page before proceeding, or choose a different name."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1357
-msgid "Enter the name to the new page It must be unique and contain only alphanumeric characters and underscores."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1371
-msgid "The URL path to get to this page. You may create named placeholders for variable parts of the path by using %name for required elements and !name for optional elements. For example: \"node/%node/foo\", \"forum/%forum\" or \"dashboard/!input\". These named placeholders can be turned into contexts on the arguments form. You cannot use the same path as the original page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1377
-msgid "Clone variants"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1378
-msgid "If checked all variants associated with the page will be cloned as well. If not checked the page will be cloned without variants."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1486
-msgid "Reverting the page will delete the page that is in the database, reverting it to the original default page. Any changes you have made will be lost and cannot be recovered."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1489
-msgid "Are you sure you want to delete this page? Deleting a page cannot be undone."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1512
-msgid "The page has been deleted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.admin.inc:1516
-msgid "The page has been reverted."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:22
-msgid "Custom pages"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:23
-msgid "Administrator created pages that have a URL path, access control and entries in the Drupal menu system."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:39
-msgid "Create a new page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:150 page_manager/plugins/tasks/term_view.inc:68
-msgid "Basic"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:151 page_manager/plugins/tasks/term_view.inc:69
-msgid "Edit name, path and other basic settings for the page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:159
-msgid "Set up contexts for the arguments on this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:165;670 page_manager/plugins/tasks/term_view.inc:264
-msgid "Access"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:166
-msgid "Control what users can access this page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:167
-msgid "Access rules are used to test if the page is accessible and any menu items associated with it are visible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:173
-msgid "Provide this page a visible menu or a menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:179
-msgid "Make a copy of this page"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:184
-msgid "Export this page as code that can be imported or embedded into a module."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:190
-msgid "Remove all changes to this page and revert to the version in code."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:197
-msgid "Remove this page from your system completely."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:208 plugins/content_types/custom/custom.inc:26;58 plugins/content_types/node/node.inc:27 plugins/content_types/search/search_form.inc:119
-msgid "Custom"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:322 page_manager/plugins/tasks/term_view.inc:133 plugins/access/node_access.inc:36
-msgid "View"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:609
-msgid "Status"
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:628
-msgid "This is your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:631
-msgid "This page is set to become your site home page."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:661
-msgid "Accessible only if @conditions."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:664 page_manager/plugins/tasks/term_view.inc:265
-msgid "This page is publicly accessible."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:676
-msgid "No menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:677
-msgid "Normal menu entry."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:678
-msgid "Menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:679
-msgid "Default menu tab."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:685
-msgid "Title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:688
-msgid "Parent title: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/page.inc:693
-msgid "Menu block: %title."
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:17;18
-msgid "All polls"
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:19
-msgid "When enabled, this overrides the default Drupal behavior for the polls at <em>/poll</em>. If no variant is selected, the default Drupal most recent polls will be shown."
-msgstr ""
-
-#: page_manager/plugins/tasks/poll.inc:56
-msgid "Page manager module is unable to enable poll because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:91
-msgid "Page manager module is unable to enable search/@name/%menu_tail because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:155 plugins/content_types/search/search_form.inc:17 plugins/content_types/search/search_result.inc:13
-msgid "Keywords"
-msgstr ""
-
-#: page_manager/plugins/tasks/search.inc:212
-msgid "Search @type"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:23;24
-msgid "Taxonomy term template"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:25
-msgid "When enabled, this overrides the default Drupal behavior for displaying taxonomy terms at <em>taxonomy/term/%term</em>. If you add variants, you may use selection criteria such as vocabulary or user access to provide different displays of the taxonomy term and associated nodes. If no variant is selected, the default Drupal taxonomy term display will be used. This page only affects items actually displayed ad taxonomy/term/%term. Some taxonomy terms, such as forums, have their displays moved elsewhere. Also please note that if you are using pathauto, aliases may make a taxonomy terms appear somewhere else, but as far as Drupal is concerned, they are still at taxonomy/term/%term."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:51
-msgid "Update settings specific to the taxonomy term view."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:101
-msgid "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term(s) being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:161
-msgid "Term being viewed"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:169
-msgid "Depth"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:224
-msgid "Allow multiple terms on taxonomy/term/%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Single term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:225
-msgid "Multiple terms"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:226
-msgid "By default, Drupal allows multiple terms as an argument by separating them with commas or plus signs. If you set this to single, that feature will be disabled."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:230 plugins/arguments/terms.inc:54
-msgid "Inject hierarchy of first term into breadcrumb trail"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:233 plugins/arguments/term.inc:93 plugins/arguments/terms.inc:57
-msgid "If checked, taxonomy term parents will appear in the breadcrumb trail."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:278
-msgid "Multiple terms may be used, separated by , or +."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:281
-msgid "Only a single term may be used."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:285
-msgid "%term"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:291
-msgid "Breadcrumb trail will contain taxonomy term hierarchy"
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:294
-msgid "Breadcrumb trail will not contain taxonomy term hiearchy."
-msgstr ""
-
-#: page_manager/plugins/tasks/term_view.inc:298 plugins/content_types/page/page_breadcrumb.inc:15
-msgid "Breadcrumb"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:15;16
-msgid "User profile template"
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:17
-msgid "When enabled, this overrides the default Drupal behavior for displaying user profiles at <em>user/%user</em>. If you add variants, you may use selection criteria such as roles or user access to provide different views of user profiles. If no variant is selected, the default Drupal user view will be used. Please note that if you are using pathauto, aliases may make a node to be somewhere else, but as far as Drupal is concerned, they are still at user/%user."
-msgstr ""
-
-#: page_manager/plugins/tasks/user_view.inc:59
-msgid "Page manager module is unable to enable user/%user because some other module already has overridden with %callback."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "Locked"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:42
-msgid "This page is being edited by another user and you cannot make changes to it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "New"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:45
-msgid "This page is newly created and has not yet been saved to the database. It will not be available until you save it."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "Changed"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:48
-msgid "This page has been modified, but these modifications are not yet live. While modifying this page, it is locked from modification by other users."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:98
-msgid "No task handlers are defined for this task."
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:102
-msgid "Variant"
-msgstr ""
-
-#: page_manager/theme/page_manager.theme.inc:124
-msgid "This page is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href=\"!break\">break this lock</a>."
-msgstr ""
-
-#: plugins/access/compare_users.inc:14
-msgid "User: compare"
-msgstr ""
-
-#: plugins/access/compare_users.inc:15
-msgid "Compare two users (logged-in user and user being viewed, for example)"
-msgstr ""
-
-#: plugins/access/compare_users.inc:23
-msgid "First User"
-msgstr ""
-
-#: plugins/access/compare_users.inc:24
-msgid "Second User"
-msgstr ""
-
-#: plugins/access/compare_users.inc:36
-msgid "Grant access based on comparison of the two user contexts. For example, to grant access to a user to view their own profile, choose \"logged in user\" and \"user being viewed\" and say \"grant access if equal\". When they're the same, access will be granted."
-msgstr ""
-
-#: plugins/access/compare_users.inc:41
-msgid "Grant access if user contexts are"
-msgstr ""
-
-#: plugins/access/compare_users.inc:42
-msgid "Equal"
-msgstr ""
-
-#: plugins/access/compare_users.inc:42
-msgid "Not equal"
-msgstr ""
-
-#: plugins/access/compare_users.inc:70
-msgid "@id1 @comp @id2"
-msgstr ""
-
-#: plugins/access/node_access.inc:14
-msgid "Node: accessible"
-msgstr ""
-
-#: plugins/access/node_access.inc:15
-msgid "Control access with built in Drupal node access test."
-msgstr ""
-
-#: plugins/access/node_access.inc:23 plugins/access/node_language.inc:22 plugins/access/node_type.inc:21 plugins/content_types/node/node.inc:15 plugins/content_types/node_context/node_attachments.inc:13;14 plugins/content_types/node_context/node_author.inc:13;14 plugins/content_types/node_context/node_body.inc:13;14 plugins/content_types/node_context/node_book_nav.inc:14;15 plugins/content_types/node_context/node_comment_form.inc:14;15 plugins/content_types/node_context/node_comments.inc:15;16 plugins/content_types/node_context/node_content.inc:13;14 plugins/content_types/node_context/node_created.inc:13;14 plugins/content_types/node_context/node_links.inc:14;15 plugins/content_types/node_context/node_title.inc:13;14 plugins/content_types/node_context/node_type_desc.inc:13;14 plugins/content_types/node_context/node_updated.inc:13;14 plugins/contexts/node.inc:16 plugins/relationships/book_parent.inc:17 plugins/relationships/term_from_node.inc:17 plugins/relationships/user_from_node.inc:17
-msgid "Node"
-msgstr ""
-
-#: plugins/access/node_access.inc:39
-msgid "Create nodes of the same type"
-msgstr ""
-
-#: plugins/access/node_access.inc:41
-msgid "Using built in Drupal node access rules, determine if the user can perform the selected operation on the node."
-msgstr ""
-
-#: plugins/access/node_access.inc:78
-msgid "@user can view @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:81
-msgid "@user can edit @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:84
-msgid "@user can delete @node."
-msgstr ""
-
-#: plugins/access/node_access.inc:87
-msgid "@user can create nodes of the same type as @node."
-msgstr ""
-
-#: plugins/access/node_language.inc:15
-msgid "Node: language"
-msgstr ""
-
-#: plugins/access/node_language.inc:16
-msgid "Control access by node language."
-msgstr ""
-
-#: plugins/access/node_language.inc:32;94
-msgid "Current site language"
-msgstr ""
-
-#: plugins/access/node_language.inc:33;95 plugins/access/site_language.inc:31;69
-msgid "Default site language"
-msgstr ""
-
-#: plugins/access/node_language.inc:34;96
-msgid "No language"
-msgstr ""
-
-#: plugins/access/node_language.inc:38 plugins/access/site_language.inc:35
-msgid "Language"
-msgstr ""
-
-#: plugins/access/node_language.inc:41
-msgid "Pass only if the node is in one of the selected languages."
-msgstr ""
-
-#: plugins/access/node_language.inc:110
-msgid "@identifier is in any language"
-msgstr ""
-
-#: plugins/access/node_language.inc:113
-msgid "@identifier language is \"@languages\""
-msgid_plural "@identifier language is one of \"@languages\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/node_type.inc:14
-msgid "Node: type"
-msgstr ""
-
-#: plugins/access/node_type.inc:15
-msgid "Control access by node_type."
-msgstr ""
-
-#: plugins/access/node_type.inc:36 plugins/contexts/node.inc:171 plugins/contexts/node_add_form.inc:21;100
-msgid "Node type"
-msgstr ""
-
-#: plugins/access/node_type.inc:39
-msgid "Only the checked node types will be valid."
-msgstr ""
-
-#: plugins/access/node_type.inc:96
-msgid "@identifier is any node type"
-msgstr ""
-
-#: plugins/access/node_type.inc:99
-msgid "@identifier is type \"@types\""
-msgid_plural "@identifier type is one of \"@types\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/perm.inc:14
-msgid "User: permission"
-msgstr ""
-
-#: plugins/access/perm.inc:15
-msgid "Control access by permission string."
-msgstr ""
-
-#: plugins/access/perm.inc:41
-msgid "Permission"
-msgstr ""
-
-#: plugins/access/perm.inc:43
-msgid "Only users with the selected permission flag will be able to access this."
-msgstr ""
-
-#: plugins/access/perm.inc:65
-msgid "Error, unset permission"
-msgstr ""
-
-#: plugins/access/perm.inc:68
-msgid "@identifier has \"@perm\""
-msgstr ""
-
-#: plugins/access/php.inc:14;41
-msgid "PHP Code"
-msgstr ""
-
-#: plugins/access/php.inc:15
-msgid "Control access through arbitrary PHP code."
-msgstr ""
-
-#: plugins/access/php.inc:35
-msgid "Administrative desc"
-msgstr ""
-
-#: plugins/access/php.inc:37
-msgid "A description for this test for administrative purposes."
-msgstr ""
-
-#: plugins/access/php.inc:43
-msgid "Access will be granted if the following PHP code returns <code>TRUE</code>. Do not include &lt;?php ?&gt;. Note that executing incorrect PHP-code can break your Drupal site. All contexts will be available in the <em>$contexts</em> variable."
-msgstr ""
-
-#: plugins/access/php.inc:48
-msgid "You do not have sufficient permissions to edit PHP code."
-msgstr ""
-
-#: plugins/access/role.inc:14
-msgid "User: role"
-msgstr ""
-
-#: plugins/access/role.inc:78
-msgid "@identifier has role \"@roles\""
-msgid_plural "@identifier has one of \"@roles\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/site_language.inc:15
-msgid "User: language"
-msgstr ""
-
-#: plugins/access/site_language.inc:16
-msgid "Control access by the language the user or site currently uses."
-msgstr ""
-
-#: plugins/access/site_language.inc:38
-msgid "Pass only if the current site language is one of the selected languages."
-msgstr ""
-
-#: plugins/access/site_language.inc:83
-msgid "Site language is any language"
-msgstr ""
-
-#: plugins/access/site_language.inc:86
-msgid "Site language is \"@languages\""
-msgid_plural "Site language is one of \"@languages\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/term.inc:14
-msgid "Taxonomy: term"
-msgstr ""
-
-#: plugins/access/term.inc:15
-msgid "Control access by a specific term."
-msgstr ""
-
-#: plugins/access/term.inc:22 plugins/access/term_vocabulary.inc:21 plugins/content_types/term_context/term_description.inc:13 plugins/content_types/term_context/term_list.inc:13 plugins/relationships/term_parent.inc:17
-msgid "Term"
-msgstr ""
-
-#: plugins/access/term.inc:41 plugins/content_types/vocabulary_context/vocabulary_terms.inc:14;15 plugins/contexts/term.inc:67 plugins/contexts/vocabulary.inc:57 plugins/relationships/term_from_node.inc:53
-msgid "Vocabulary"
-msgstr ""
-
-#: plugins/access/term.inc:44 plugins/contexts/term.inc:70 plugins/contexts/vocabulary.inc:63
-msgid "Select the vocabulary for this form."
-msgstr ""
-
-#: plugins/access/term.inc:63
-msgid "Terms"
-msgstr ""
-
-#: plugins/access/term.inc:64
-msgid "Select a term or terms from @vocabulary."
-msgstr ""
-
-#: plugins/access/term.inc:148
-msgid "@term can be the term \"@terms\""
-msgid_plural "@term can be one of these terms: @terms"
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/access/term_vocabulary.inc:14
-msgid "Taxonomy: vocabulary"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:15
-msgid "Control access by term vocabulary."
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:37
-msgid "Vocabularies"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:39
-msgid "Only terms in the checked vocabularies will be valid."
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:83
-msgid "@identifier is any vocabulary"
-msgstr ""
-
-#: plugins/access/term_vocabulary.inc:86
-msgid "@identifier vocabulary is \"@vids\""
-msgid_plural "@identifier vocabulary is one of \"@vids\""
-msgstr[0] ""
-msgstr[1] ""
-
-#: plugins/arguments/nid.inc:15
-msgid "Node: ID"
-msgstr ""
-
-#: plugins/arguments/nid.inc:17
-msgid "Creates a node context from a node ID argument."
-msgstr ""
-
-#: plugins/arguments/nid.inc:21 plugins/arguments/node_edit.inc:22
-msgid "Enter the node ID of a node for this argument"
-msgstr ""
-
-#: plugins/arguments/node_add.inc:15
-msgid "Node add form: node type"
-msgstr ""
-
-#: plugins/arguments/node_add.inc:18
-msgid "Creates a node add form context from a node type argument."
-msgstr ""
-
-#: plugins/arguments/node_edit.inc:15
-msgid "Node edit form: node ID"
-msgstr ""
-
-#: plugins/arguments/node_edit.inc:18
-msgid "Creates a node edit form context from a node ID argument."
-msgstr ""
-
-#: plugins/arguments/string.inc:15 plugins/contexts/string.inc:15
-msgid "String"
-msgstr ""
-
-#: plugins/arguments/string.inc:18
-msgid "A string is a minimal context that simply holds a string that can be used for some other purpose."
-msgstr ""
-
-#: plugins/arguments/string.inc:23
-msgid "Enter a value for this argument"
-msgstr ""
-
-#: plugins/arguments/string.inc:49
-msgid "Get all arguments after this one"
-msgstr ""
-
-#: plugins/arguments/string.inc:52
-msgid "If checked, this string will include all arguments. For example, if the path is \"path/%\" and the user visits \"path/foo/bar\", if this is not checked the string will be \"foo\". If it is checked the string will be \"foo/bar\"."
-msgstr ""
-
-#: plugins/arguments/term.inc:15
-msgid "Taxonomy term: ID"
-msgstr ""
-
-#: plugins/arguments/term.inc:18
-msgid "Creates a single taxonomy term from a taxonomy ID or taxonomy term name."
-msgstr ""
-
-#: plugins/arguments/term.inc:81
-msgid "Argument type"
-msgstr ""
-
-#: plugins/arguments/term.inc:83 plugins/contexts/term.inc:24
-msgid "Term ID"
-msgstr ""
-
-#: plugins/arguments/term.inc:83 plugins/contexts/term.inc:25
-msgid "Term name"
-msgstr ""
-
-#: plugins/arguments/term.inc:90
-msgid "Inject hierarchy into breadcrumb trail"
-msgstr ""
-
-#: plugins/arguments/term.inc:106
-msgid "Enter a taxonomy term ID."
-msgstr ""
-
-#: plugins/arguments/term.inc:111
-msgid "Enter a taxonomy term name."
-msgstr ""
-
-#: plugins/arguments/terms.inc:15
-msgid "Taxonomy term (multiple): ID"
-msgstr ""
-
-#: plugins/arguments/terms.inc:18
-msgid "Creates a group of taxonomy terms from a list of tids separated by a comma or a plus sign. In general the first term of the list will be used for panes."
-msgstr ""
-
-#: plugins/arguments/terms.inc:24
-msgid "Enter a term ID or a list of term IDs separated by a + or a ,"
-msgstr ""
-
-#: plugins/arguments/uid.inc:15
-msgid "User: ID"
-msgstr ""
-
-#: plugins/arguments/uid.inc:18
-msgid "Creates a user context from a user ID argument."
-msgstr ""
-
-#: plugins/arguments/uid.inc:22
-msgid "Enter the user ID of a user for this argument"
-msgstr ""
-
-#: plugins/arguments/user_name.inc:15
-msgid "User: name"
-msgstr ""
-
-#: plugins/arguments/user_name.inc:18
-msgid "Creates a user context from a user name."
-msgstr ""
-
-#: plugins/arguments/user_name.inc:22
-msgid "Enter the username of a user for this argument"
-msgstr ""
-
-#: plugins/arguments/vid.inc:15
-msgid "Vocabulary: ID"
-msgstr ""
-
-#: plugins/arguments/vid.inc:18
-msgid "Creates a vocabulary context from a vocabulary ID argument."
-msgstr ""
-
-#: plugins/arguments/vid.inc:22
-msgid "Enter the vocabulary ID for this argument"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:21
-msgid "Block"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:91
-msgid "Configure block"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:92
-msgid "Configure this block's 'block settings' in administer >> site building >> blocks"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:227
-msgid "Deleted/missing block @module-@delta"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:265;269;344
-msgid "Miscellaneous"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:277;357
-msgid "Menus"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:284;314;319;324;348;381
-msgid "Activity"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:329;334;352;376;386 plugins/content_types/contact/contact.inc:17 plugins/content_types/search/search_form.inc:18 plugins/content_types/search/search_result.inc:14 views_content/views_content.module:56
-msgid "Widgets"
-msgstr ""
-
-#: plugins/content_types/block/block.inc:339
-msgid "Feeds"
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:14;62
-msgid "Contact form"
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:16
-msgid "The site contact form that allows users to send a message to site administrators."
-msgstr ""
-
-#: plugins/content_types/contact/contact.inc:32
-msgid "Contact"
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:14;68
-msgid "User contact form"
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:16
-msgid "The site contact form that allows users to contact other users."
-msgstr ""
-
-#: plugins/content_types/contact/user_contact.inc:38
-msgid "Contact @name"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:20
-msgid "New custom content"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:22
-msgid "Create a completely custom piece of HTML content."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:61
-msgid "Custom: @title"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:107
-msgid "This title will be used administratively to identify this pane. If blank, the regular title will be used."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:117
-msgid "Body"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:127
-msgid "Use context keywords"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:128
-msgid "If checked, context keywords will be substituted in this content."
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:132
-msgid "Substitutions"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:143
-msgid "@identifier: @title"
-msgstr ""
-
-#: plugins/content_types/custom/custom.inc:147
-msgid "Value"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:13
-msgid "General form"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:15
-msgid "Everything in the form that is not displayed by other content."
-msgstr ""
-
-#: plugins/content_types/form/form.inc:16;17;43 plugins/content_types/node_form/node_form_attachments.inc:14;15 plugins/content_types/node_form/node_form_author.inc:13;14 plugins/content_types/node_form/node_form_book.inc:14;15 plugins/content_types/node_form/node_form_buttons.inc:13;14 plugins/content_types/node_form/node_form_comment.inc:14;15 plugins/content_types/node_form/node_form_input_format.inc:13;14 plugins/content_types/node_form/node_form_log.inc:13;14 plugins/content_types/node_form/node_form_menu.inc:14;15 plugins/content_types/node_form/node_form_path.inc:14;15 plugins/content_types/node_form/node_form_publishing.inc:19;20 plugins/content_types/node_form/node_form_taxonomy.inc:14;15
-msgid "Form"
-msgstr ""
-
-#: plugins/content_types/form/form.inc:44
-msgid "Form goes here."
-msgstr ""
-
-#: plugins/content_types/form/form.inc:52
-msgid "\"@s\" base form"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:24
-msgid "Existing node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:26
-msgid "Add a node from your site as content."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:70 plugins/content_types/node_context/node_content.inc:61
-msgid "Edit node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:71 plugins/content_types/node_context/node_content.inc:62
-msgid "Edit this node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:108 plugins/content_types/node_context/node_content.inc:130
-msgid "Leave node title"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:109 plugins/content_types/node_context/node_content.inc:131
-msgid "Advanced: if checked, do not touch the node title; this can cause the node title to appear twice unless your theme is aware of this."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:115 plugins/contexts/node.inc:82 plugins/contexts/node_edit_form.inc:99
-msgid "Enter the title or NID of a node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:116
-msgid "To use a NID from the URL, you may use %0, %1, ..., %N to get URL arguments. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:132 plugins/content_types/node_context/node_content.inc:141
-msgid "Show only node teaser"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:140 plugins/content_types/node_context/node_content.inc:154
-msgid "Include node links for \"add comment\", \"read more\" etc."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:146 plugins/content_types/node_context/node_content.inc:167
-msgid "Template identifier"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:147 plugins/content_types/node_context/node_content.inc:168
-msgid "This identifier will be added as a template suggestion to display this node: node-panel-IDENTIFIER.tpl.php. Please see the Drupal theming guide for information about template suggestions."
-msgstr ""
-
-#: plugins/content_types/node/node.inc:181
-msgid "Invalid node"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:199
-msgid "Node loaded from @var"
-msgstr ""
-
-#: plugins/content_types/node/node.inc:207
-msgid "Deleted/missing node @nid"
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:10;23
-msgid "Attached files"
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:12
-msgid "A list of files attached to the node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:31
-msgid "Attached files go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_attachments.inc:39
-msgid "\"@s\" attachments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:10 plugins/relationships/user_from_node.inc:14
-msgid "Node author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:12
-msgid "The author of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:35
-msgid "Author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:49
-msgid "Link to author profile"
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:52
-msgid "Check here to link to the node author profile."
-msgstr ""
-
-#: plugins/content_types/node_context/node_author.inc:70
-msgid "\"@s\" author"
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:10
-msgid "Node body"
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:12
-msgid "The body of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_body.inc:58
-msgid "\"@s\" body"
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:11;25
-msgid "Book navigation"
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:13
-msgid "The navigation menu the book the node belongs to."
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:31
-msgid "Book navigation goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_book_nav.inc:39
-msgid "\"@s\" book navigation"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:11
-msgid "Comment form"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:13
-msgid "A form to add a new comment."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:26
-msgid "Add comment"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:29
-msgid "Comment form here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comment_form.inc:47
-msgid "\"@s\" comment form"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:12
-msgid "Node comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:14
-msgid "The comments of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:32
-msgid "Comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:34
-msgid "Node comments go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:49
-msgid "Mode"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:56
-msgid "Sort"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:62
-msgid "!a comments per page"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:65
-msgid "Pager"
-msgstr ""
-
-#: plugins/content_types/node_context/node_comments.inc:80
-msgid "\"@s\" comments"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:10
-msgid "Node content"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:12
-msgid "The content of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:44 plugins/content_types/node_context/node_links.inc:41
-msgid "Node title."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:45
-msgid "Node content goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:135 plugins/content_types/node_context/node_links.inc:78
-msgid "Link title to node"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:138 plugins/content_types/node_context/node_links.inc:81 plugins/content_types/node_context/node_title.inc:55
-msgid "Check here to make the title link to the node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:148
-msgid "Treat this as the primary node page"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:149
-msgid "This can affect title rendering and breadcrumbs from some node types."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:160
-msgid "No extras"
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:161
-msgid "Check here to disable additions that modules might make to the node, such as file attachments and CCK fields; this should just display the basic teaser or body."
-msgstr ""
-
-#: plugins/content_types/node_context/node_content.inc:182
-msgid "\"@s\" content"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:10
-msgid "Node created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:12
-msgid "The date the referenced node was created."
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:35
-msgid "Created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:49 plugins/content_types/node_context/node_updated.inc:49
-msgid "Date format"
-msgstr ""
-
-#: plugins/content_types/node_context/node_created.inc:74
-msgid "\"@s\" created date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:11
-msgid "Node links"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:13
-msgid "Node links of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:42
-msgid "Node links go here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:84
-msgid "Teaser mode"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:87
-msgid "Check here to show links in teaser mode."
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:94
-msgid "Whatever is placed here will appear in $node->panel_identifier to help theme node links displayed on the panel"
-msgstr ""
-
-#: plugins/content_types/node_context/node_links.inc:108
-msgid "\"@s\" links"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:10 plugins/contexts/node.inc:169
-msgid "Node title"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:12
-msgid "The title of the referenced node."
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:52
-msgid "Link to node"
-msgstr ""
-
-#: plugins/content_types/node_context/node_title.inc:73
-msgid "\"@s\" title"
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:10;34
-msgid "Node type description"
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:12
-msgid "Node type description."
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:35
-msgid "Node type description goes here."
-msgstr ""
-
-#: plugins/content_types/node_context/node_type_desc.inc:43
-msgid "\"@s\" type description"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:10
-msgid "Node last updated date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:12
-msgid "The date the referenced node was last updated."
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:35
-msgid "Last updated date"
-msgstr ""
-
-#: plugins/content_types/node_context/node_updated.inc:74
-msgid "\"@s\" last updated date"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:12
-msgid "Node form file attachments"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:13
-msgid "File attachments on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:22 plugins/content_types/node_form/node_form_author.inc:20 plugins/content_types/node_form/node_form_book.inc:22 plugins/content_types/node_form/node_form_buttons.inc:20 plugins/content_types/node_form/node_form_comment.inc:22 plugins/content_types/node_form/node_form_input_format.inc:20 plugins/content_types/node_form/node_form_log.inc:20 plugins/content_types/node_form/node_form_menu.inc:22 plugins/content_types/node_form/node_form_path.inc:22 plugins/content_types/node_form/node_form_publishing.inc:28 plugins/content_types/node_form/node_form_taxonomy.inc:22
-msgid "node_form"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:24
-msgid "Attach files"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:35
-msgid "Attach files."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_attachments.inc:41
-msgid "\"@s\" node form attach files"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:11
-msgid "Node form author information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:12
-msgid "Author information on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:22
-msgid "Authoring information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:35
-msgid "Authoring information."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_author.inc:41
-msgid "\"@s\" node form publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:12
-msgid "Node form book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:13
-msgid "Book options for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:24
-msgid "Book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:39
-msgid "Book options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_book.inc:45
-msgid "\"@s\" node form book options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:11
-msgid "Node form submit buttons"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:12
-msgid "Submit buttons for the node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:29
-msgid "Node form buttons."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_buttons.inc:35
-msgid "\"@s\" node form submit buttons"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:12
-msgid "Node form comment settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:13
-msgid "Comment settings on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:24
-msgid "Comment options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:35
-msgid "Comment options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_comment.inc:41
-msgid "\"@s\" node form comment settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:11
-msgid "Node form input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:12
-msgid "Input format for the body field on a node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:22 plugins/content_types/search/search_result.inc:131;169
-msgid "Input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:33
-msgid "Input format."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_input_format.inc:39
-msgid "\"@s\" node form input format"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:11
-msgid "Node form revision log message"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:12
-msgid "Revision log message for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_log.inc:28
-msgid "\"@s\" node form revision log"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:12
-msgid "Node form menu settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:13
-msgid "Menu settings on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:24
-msgid "Menu options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:36
-msgid "Menu options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_menu.inc:42
-msgid "\"@s\" node form menu settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:12
-msgid "Node form url path settings"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:13 plugins/content_types/node_form/node_form_publishing.inc:18
-msgid "Publishing options on the Node form."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:24
-msgid "URL path options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:36
-msgid "URL Path options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_path.inc:42
-msgid "\"@s\" node form path options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:16
-msgid "Node form publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:27
-msgid "Publishing options"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:39
-msgid "Publishing options."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_publishing.inc:45
-msgid "\"@s\" node form author information"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:12
-msgid "Node form categories"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:13
-msgid "Taxonomy categories for the node."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:24
-msgid "Categories"
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:35
-msgid "Categories."
-msgstr ""
-
-#: plugins/content_types/node_form/node_form_taxonomy.inc:41
-msgid "\"@s\" node form select taxonomy"
-msgstr ""
-
-#: plugins/content_types/page/page_breadcrumb.inc:18
-msgid "Add the breadcrumb trail as content."
-msgstr ""
-
-#: plugins/content_types/page/page_breadcrumb.inc:19 plugins/content_types/page/page_footer_message.inc:19 plugins/content_types/page/page_help.inc:19 plugins/content_types/page/page_messages.inc:19 plugins/content_types/page/page_mission.inc:19 plugins/content_types/page/page_slogan.inc:19 plugins/content_types/page/page_tabs.inc:19 plugins/content_types/page/page_title.inc:19
-msgid "Page elements"
-msgstr ""
-
-#: plugins/content_types/page/page_footer_message.inc:16
-msgid "Page footer message"
-msgstr ""
-
-#: plugins/content_types/page/page_footer_message.inc:18
-msgid "Add the page footer message as content."
-msgstr ""
-
-#: plugins/content_types/page/page_help.inc:15
-msgid "Help"
-msgstr ""
-
-#: plugins/content_types/page/page_help.inc:18
-msgid "Add the help text of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_messages.inc:15
-msgid "Status messages"
-msgstr ""
-
-#: plugins/content_types/page/page_messages.inc:18
-msgid "Add the status messages of the current page as content."
-msgstr ""
-
-#: plugins/content_types/page/page_mission.inc:15
-msgid "Mission"
-msgstr ""
-
-#: plugins/content_types/page/page_mission.inc:18
-msgid "Add the site mission statement as content."
-msgstr ""
-
-#: plugins/content_types/page/page_slogan.inc:15
-msgid "Site Slogan"
-msgstr ""
-
-#: plugins/content_types/page/page_slogan.inc:18
-msgid "Add the slogan trail as content."
-msgstr ""
-
-#: plugins/content_types/page/page_tabs.inc:15
-msgid "Tabs"
-msgstr ""
-
-#: plugins/content_types/page/page_tabs.inc:18
-msgid "Add the tabs (local tasks) as content."
-msgstr ""
-
-#: plugins/content_types/page/page_title.inc:16
-msgid "Page title"
-msgstr ""
-
-#: plugins/content_types/page/page_title.inc:18
-msgid "Add the page title as content."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:14
-msgid "Advanced search form"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:16
-msgid "A search form with advanced options."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:96 plugins/content_types/search/search_result.inc:95
-msgid "Search type"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:103
-msgid "Search form"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:105
-msgid "Simple"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:106
-msgid "Advanced"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:109
-msgid "The advanced form may have additional options based upon the search type. For example the advanced content (node) search form will allow searching by node type and taxonomy term."
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:118
-msgid "Same page"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:136
-msgid "Override default prompt"
-msgstr ""
-
-#: plugins/content_types/search/search_form.inc:163
-msgid "@type search form"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:10;65
-msgid "Search results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:12
-msgid "The results of a search using keywords."
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:58
-msgid "results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:70
-msgid "Your search yielded no results"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:103
-msgid "Record a watchdog log entry when searches are made"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:109
-msgid "Override \"no result\" text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:121
-msgid "No result text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:147
-msgid "Display text if no search keywords were submitted"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:159
-msgid "No keywords text"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:198
-msgid "@type search result"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:58
-msgid "search"
-msgstr ""
-
-#: plugins/content_types/search/search_result.inc:58
-msgid "%keys (@type)."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:10
-msgid "Term description"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:12
-msgid "Term description."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:14 plugins/content_types/term_context/term_list.inc:14 plugins/contexts/term.inc:15
-msgid "Taxonomy term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:30
-msgid "Edit term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:31
-msgid "Edit this term"
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:38 plugins/content_types/term_context/term_list.inc:63
-msgid "Term description goes here."
-msgstr ""
-
-#: plugins/content_types/term_context/term_description.inc:46
-msgid "\"@s\" term description"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:10
-msgid "List of related terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:12
-msgid "Terms related to an existing term; may be child, siblings or top level."
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:72
-msgid "Child terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:73
-msgid "Related terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:74
-msgid "Sibling terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:75
-msgid "Top level terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:76
-msgid "Term synonyms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:88
-msgid "Which terms"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:97
-msgid "List type"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:98
-msgid "Unordered"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:98
-msgid "Ordered"
-msgstr ""
-
-#: plugins/content_types/term_context/term_list.inc:105
-msgid "\"@s\" @type"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:12
-msgid "Profile category"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:14
-msgid "Contents of a single profile category."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:65
-msgid "Profile content goes here."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:92
-msgid "Which category"
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:102
-msgid "Text to display if category has no data. Note that title will not display unless overridden."
-msgstr ""
-
-#: plugins/content_types/user_context/profile_fields.inc:123
-msgid "\"@s\" profile fields"
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:10
-msgid "User picture"
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:12
-msgid "The picture of a user."
-msgstr ""
-
-#: plugins/content_types/user_context/user_picture.inc:37
-msgid "\"@s\" user picture"
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:10
-msgid "User profile"
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:12
-msgid "The profile of a user."
-msgstr ""
-
-#: plugins/content_types/user_context/user_profile.inc:42
-msgid "\"@s\" user profile"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:11
-msgid "Vocabulary terms"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:13
-msgid "All the terms in a vocabulary."
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:66
-msgid "\"@s\" terms"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:73
-msgid "Maximum depth"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:74
-msgid "unlimited"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:76
-msgid "Define the maximum depth of terms being displayed."
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:81
-msgid "Display as tree"
-msgstr ""
-
-#: plugins/content_types/vocabulary_context/vocabulary_terms.inc:83
-msgid "If checked, the terms are displayed in a tree, otherwise in a flat list."
-msgstr ""
-
-#: plugins/contexts/node.inc:17
-msgid "A node object."
-msgstr ""
-
-#: plugins/contexts/node.inc:29
-msgid "Enter the node ID of a node for this context."
-msgstr ""
-
-#: plugins/contexts/node.inc:92 plugins/contexts/node_edit_form.inc:109
-msgid "'%title' [node id %nid]"
-msgstr ""
-
-#: plugins/contexts/node.inc:92 plugins/contexts/node_edit_form.inc:109
-msgid "Open in new window"
-msgstr ""
-
-#: plugins/contexts/node.inc:93 plugins/contexts/node_edit_form.inc:110
-msgid "Currently set to !link"
-msgstr ""
-
-#: plugins/contexts/node.inc:105 plugins/contexts/node_edit_form.inc:122
-msgid "Reset identifier to node title"
-msgstr ""
-
-#: plugins/contexts/node.inc:106 plugins/contexts/node_edit_form.inc:123
-msgid "If checked, the identifier will be reset to the node title of the selected node."
-msgstr ""
-
-#: plugins/contexts/node.inc:118 plugins/contexts/node_edit_form.inc:135
-msgid "You must select a node."
-msgstr ""
-
-#: plugins/contexts/node.inc:144 plugins/contexts/node_edit_form.inc:164
-msgid "Invalid node selected."
-msgstr ""
-
-#: plugins/contexts/node.inc:167
-msgid "Node ID"
-msgstr ""
-
-#: plugins/contexts/node.inc:168
-msgid "Node revision ID"
-msgstr ""
-
-#: plugins/contexts/node.inc:170
-msgid "Author UID"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:15
-msgid "Node add form"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:16
-msgid "A node add form."
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:25
-msgid "Enter the node type this context."
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:78
-msgid "Submit @name"
-msgstr ""
-
-#: plugins/contexts/node_add_form.inc:104
-msgid "Select the node type for this form."
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:15
-msgid "Node edit form"
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:16
-msgid "A node edit form."
-msgstr ""
-
-#: plugins/contexts/node_edit_form.inc:27
-msgid "Enter the node ID of a node for this argument:"
-msgstr ""
-
-#: plugins/contexts/string.inc:16
-msgid "A context that is just a string."
-msgstr ""
-
-#: plugins/contexts/string.inc:22
-msgid "Raw string"
-msgstr ""
-
-#: plugins/contexts/string.inc:23
-msgid "HTML-safe string"
-msgstr ""
-
-#: plugins/contexts/string.inc:28
-msgid "Enter the string for this context."
-msgstr ""
-
-#: plugins/contexts/term.inc:16
-msgid "A single taxonomy term object."
-msgstr ""
-
-#: plugins/contexts/term.inc:26
-msgid "Vocabulary ID"
-msgstr ""
-
-#: plugins/contexts/term.inc:79
-msgid "Currently set to @term. Enter another term if you wish to change the term."
-msgstr ""
-
-#: plugins/contexts/term.inc:96
-msgid "Select a term from @vocabulary."
-msgstr ""
-
-#: plugins/contexts/term.inc:114
-msgid "Reset identifier to term title"
-msgstr ""
-
-#: plugins/contexts/term.inc:115
-msgid "If checked, the identifier will be reset to the term name of the selected term."
-msgstr ""
-
-#: plugins/contexts/term.inc:128
-msgid "You must select a term."
-msgstr ""
-
-#: plugins/contexts/term.inc:139
-msgid "Invalid term selected."
-msgstr ""
-
-#: plugins/contexts/terms.inc:16
-msgid "Taxonomy terms"
-msgstr ""
-
-#: plugins/contexts/terms.inc:17
-msgid "Multiple taxonomy terms, as a group."
-msgstr ""
-
-#: plugins/contexts/terms.inc:25
-msgid "Term ID of first term"
-msgstr ""
-
-#: plugins/contexts/terms.inc:26
-msgid "Term ID of all term, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:27
-msgid "Term name of first term"
-msgstr ""
-
-#: plugins/contexts/terms.inc:28
-msgid "Term name of all terms, separated by + or ,"
-msgstr ""
-
-#: plugins/contexts/terms.inc:29
-msgid "Vocabulary ID of first term"
-msgstr ""
-
-#: plugins/contexts/user.inc:16
-msgid "A single user object."
-msgstr ""
-
-#: plugins/contexts/user.inc:24
-msgid "User ID"
-msgstr ""
-
-#: plugins/contexts/user.inc:25
-msgid "User name"
-msgstr ""
-
-#: plugins/contexts/vocabulary.inc:15
-msgid "Taxonomy vocabulary"
-msgstr ""
-
-#: plugins/contexts/vocabulary.inc:16
-msgid "A single taxonomy vocabulary object."
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:14
-msgid "Book parent"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:16
-msgid "Adds a book parent from a node context."
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:63 plugins/relationships/term_parent.inc:63
-msgid "Relationship type"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:64 plugins/relationships/term_parent.inc:64
-msgid "Immediate parent"
-msgstr ""
-
-#: plugins/relationships/book_parent.inc:64
-msgid "Top level book"
-msgstr ""
-
-#: plugins/relationships/term_from_node.inc:14
-msgid "Term from node"
-msgstr ""
-
-#: plugins/relationships/term_from_node.inc:16
-msgid "Adds a taxonomy term from a node context; if multiple terms are selected, this will get the \"first\" term only."
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:14
-msgid "Term parent"
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:16
-msgid "Adds a taxonomy term parent from a term context."
-msgstr ""
-
-#: plugins/relationships/term_parent.inc:64
-msgid "Top level term"
-msgstr ""
-
-#: plugins/relationships/user_from_node.inc:16
-msgid "Creates the author of a node as a user context."
-msgstr ""
-
-#: views_content/views_content.module:61 views_content/plugins/content_types/views.inc:99
-msgid "Views"
-msgstr ""
-
-#: views_content/views_content.module:92
-msgid "Make all views available as panes"
-msgstr ""
-
-#: views_content/views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr ""
-
-#: views_content/views_content.module:20
-msgid "Views panes"
-msgstr ""
-
-#: views_content/views_content.module:24
-msgid "Configure Views to be used as CTools content."
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Views content panes"
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:18
-msgid "All views"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:33
-msgid "Select display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:36
-msgid "Configure view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:226
-msgid "Display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:228
-msgid "Choose which display of this view you wish to use."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:249 views_content/plugins/content_types/views_panes.inc:282
-msgid "Broken/missing/deleted view."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:253
-msgid "Configure view @view (@display)"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:275
-msgid "Link title to view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:281
-msgid "Provide a \"more\" link that links to the view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:282
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:288 views_content/plugins/content_types/views_panes.inc:335
-msgid "Display feed icons"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:294
-msgid "Custom pager settings"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:299
-msgid "Use different pager settings from view settings"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:306
-msgid "<strong>Warning: </strong> This view has AJAX enabled. Overriding the pager settings will work initially, but when the view is updated via AJAX, the original settings will be used. You should not override pager settings on Views with the AJAX setting enabled."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:313 views_content/plugins/content_types/views_panes.inc:343 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:148
-msgid "Use pager"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:322 views_content/plugins/content_types/views_panes.inc:351
-msgid "Pager ID"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:335
-msgid "Num posts"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:343 views_content/plugins/content_types/views_panes.inc:372
-msgid "Offset"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:345
-msgid "The number of items to skip and not display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:352
-msgid "Send arguments"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below. Note that arguments do not include the base URL; only values after the URL or set as placeholders are considered arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel. Note: use these values only as a last resort. In future versions of Panels these may go away."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:368
-msgid "Override URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:370
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:394;406 views_content/plugins/content_types/views_panes.inc:411;414
-msgid "Deleted/missing view @view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:396
-msgid "View: @name"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:409
-msgid "View information"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:412
-msgid "Using display @display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:433
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:441
-msgid "@count items displayed."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:443
-msgid "With pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:446
-msgid "Without pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:450
-msgid "Skipping first @count results"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:453
-msgid "With more link."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:456
-msgid "With feed icon."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:459
-msgid "Sending arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:462
-msgid "Using arguments: @args"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:465
-msgid "Using url: @url"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:15;94 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:92
-msgid "View panes"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:319
-msgid "Link title to page"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:326
-msgid "Provide a \"more\" link."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:363
-msgid "Num items"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:365
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:374
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:381
-msgid "Override path"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:383
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:16
-msgid "Content pane"
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:56
-msgid "Pane settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:61
-msgid "Use view name"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:70
-msgid "Admin title"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:76
-msgid "Use view description"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:85
-msgid "Admin desc"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:101
-msgid "Category"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-msgid "Link to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "Yes"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "No"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:113
-msgid "Use Panel path"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:119
-msgid "Argument input"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-msgid "Allow settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "None"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "All"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "Some"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:149
-msgid "Items per page"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:150
-msgid "Pager offset"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:152
-msgid "More link"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:153
-msgid "Path override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:154
-msgid "Title override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:171
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:193
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:199
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:204
-msgid "Link pane title to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:220
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:225
-msgid "Choose the data source for view arguments"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:242
-msgid "No argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:243
-msgid "Argument wildcard"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:244
-msgid "From context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:245
-msgid "From panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:246
-msgid "Fixed"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:247
-msgid "Input on pane config"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:250
-msgid "@arg source"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:256
-msgid "Required context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:257
-msgid "If \"From context\" is selected, which type of context to use."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:266
-msgid "Context is optional"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "This context need not be present for the pane to function. If you plan to use this, ensure that the argument handler can handle empty values gracefully."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:275
-msgid "Panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:276
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "First"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Second"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Third"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Fourth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Fifth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:278
-msgid "Sixth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:285
-msgid "Fixed argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:286
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:294
-msgid "Label"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:295
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr ""
-
diff --git a/sites/all/modules/ctools/views_content/plugins/content_types/translations/views_content-plugins-content_types.hu.po b/sites/all/modules/ctools/views_content/plugins/content_types/translations/views_content-plugins-content_types.hu.po
deleted file mode 100644
index d0905b1f..00000000
--- a/sites/all/modules/ctools/views_content/plugins/content_types/translations/views_content-plugins-content_types.hu.po
+++ /dev/null
@@ -1,150 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:48+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Display"
-msgstr "Képernyő"
-msgid "Override URL"
-msgstr "URL felülbírálása"
-msgid ""
-"If this is set, override the View URL; this can sometimes be useful to "
-"set to the panel URL"
-msgstr ""
-"Ha ez be van kapocsolva, akkor felülírja a nézet webcímét. Néha "
-"hasznos lehet a panel webcímére állítani."
-msgid "All views"
-msgstr "Összes nézet"
-msgid "Override path"
-msgstr "Elérési út felülbírálása"
-msgid "Link title to view"
-msgstr "A cím hivatkozzon a nézetre"
-msgid "Provide a \"more\" link that links to the view"
-msgstr "Egy, a nézetre hivatkozó „tovább” hivatkozást biztosít"
-msgid ""
-"This is independent of any more link that may be provided by the view "
-"itself; if you see two more links, turn this one off. Views will only "
-"provide a more link if using the \"block\" type, however, so if using "
-"embed, use this one."
-msgstr ""
-"Ez független bármilyen, a nézet által biztosított tovább "
-"hivatkozástól; ha két tovább hivatkozás jelenik meg, ezt ki kell "
-"kapcsolni. A nézetek csak a „blokk” típus használatakor "
-"biztosítanak tovább hivatkozást, azonban ha be van ágyazva, akkor "
-"ezt kell használni."
-msgid "Num posts"
-msgstr "Beküldések száma"
-msgid "Send arguments"
-msgstr "Argumentumok küldése"
-msgid "Select display"
-msgstr "Képernyő kiválasztása"
-msgid "Configure view"
-msgstr "Nézet beállítása"
-msgid "Choose which display of this view you wish to use."
-msgstr "A nézet használni kívánt képernyőjének kiválasztása."
-msgid "Configure view @view (@display)"
-msgstr "@view (@display) nézet beállítása"
-msgid "View: @name"
-msgstr "Nézet: @name"
-msgid "View information"
-msgstr "Nézet adatai"
-msgid "Using display @display."
-msgstr "@display képernyő használata."
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-"@context környezet által használt @arg argumentum konvertálva lett "
-"ebbe: @converter"
-msgid "@count items displayed."
-msgstr "@count elem lett megjelenítve."
-msgid "With pager."
-msgstr "Lapozóval."
-msgid "Without pager."
-msgstr "Lapozó nélkül."
-msgid "Skipping first @count results"
-msgstr "Első @count eredmény átugrása"
-msgid "With more link."
-msgstr "Tovább hivatkozással."
-msgid "With feed icon."
-msgstr "Hírforrás ikonnal."
-msgid "Sending arguments."
-msgstr "Argumentumok küldése."
-msgid "Using arguments: @args"
-msgstr "Használt argumentumok: @args"
-msgid "Using url: @url"
-msgstr "Használt url: @url"
-msgid "Link title to page"
-msgstr "A cím hivatkozzon az oldalra"
-msgid "Provide a \"more\" link."
-msgstr "Egy „tovább” hivatkozás biztosítása."
-msgid "Num items"
-msgstr "Elemek száma"
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr ""
-"A megjelenített elemek száma, vagy 0 az összes eredmény "
-"megjelenítéséhez."
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr "Az átugrott elemek száma; a 0 nem ugrik át elemet."
-msgid ""
-"If this is set, override the View URL path; this can sometimes be "
-"useful to set to the panel URL."
-msgstr ""
-"Ha be van állítva, felülírja a nézet URL elérési útját; néha "
-"hasznos lehet a panel URL címére beállítani."
-msgid "Custom pager settings"
-msgstr "Egyéni lapozó beállításai"
-msgid "Use different pager settings from view settings"
-msgstr ""
-"A lapozó eltérő beállításainak használata a nézet "
-"beállításai alapján"
-msgid ""
-"<strong>Warning: </strong> This view has AJAX enabled. Overriding the "
-"pager settings will work initially, but when the view is updated via "
-"AJAX, the original settings will be used. You should not override "
-"pager settings on Views with the AJAX setting enabled."
-msgstr ""
-"<strong>Figyelmeztetés</strong>: ez a nézet AJAX-ot használ. A "
-"lapozó beállítások felülírása kezdetben működni fog, de ahogy "
-"a nézet frissítve lesz AJAX-on keresztül, az eredeti beállítások "
-"lesznek használva. Nem kell felülírni a lapozó beállításokat "
-"azokban a nézetekben, ahol az AJAX beállítások engedélyezve "
-"vannak."
-msgid "The number of items to skip and not display."
-msgstr "Az átugrott és nem mutatott elemek száma."
-msgid ""
-"Select this to send all arguments from the panel directly to the view. "
-"If checked, the panel arguments will come after any context arguments "
-"above and precede any additional arguments passed in through the "
-"Arguments field below. Note that arguments do not include the base "
-"URL; only values after the URL or set as placeholders are considered "
-"arguments."
-msgstr ""
-"Kiválasztva a panel összes argumentuma át lesz küldve "
-"közvetlenül a nézetnek. Ha be van jelölve, a panel argumentumok a "
-"környezet argumentumok után következnek és megelőznek bármilyen "
-"további, a lenti Argumentumok mezőn keresztül átadott "
-"argumentumot. Meg kell jegyezni, hogy az argumentumok nem "
-"tartalmazzák az alap URL-t; csak az URL utáni vagy a "
-"helykitöltőkkel beállított értékek lesznek argumentumként "
-"figyelembe véve."
-msgid ""
-"Additional arguments to send to the view as if they were part of the "
-"URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab "
-"arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments "
-"passed into the panel. Note: use these values only as a last resort. "
-"In future versions of Panels these may go away."
-msgstr ""
-"További, az URL részeként arg1/arg2/arg3 formában a nézetnek "
-"küldött argumentumok. %0, %1, ..., %N használható az argumentumok "
-"kinyerésére az URL-ből. Vagy @0, @1, @2, ..., @N használható a "
-"panelben átadott argumentunokhoz. Megjegyzés: csak a legutolsó "
-"megoldásként használható. A Panels következő verzióiban ezek "
-"már nem lesznek benne."
diff --git a/sites/all/modules/ctools/views_content/plugins/content_types/views_panes.inc b/sites/all/modules/ctools/views_content/plugins/content_types/views_panes.inc
index f1ccd1a7..181f02f1 100644
--- a/sites/all/modules/ctools/views_content/plugins/content_types/views_panes.inc
+++ b/sites/all/modules/ctools/views_content/plugins/content_types/views_panes.inc
@@ -13,6 +13,7 @@ function views_content_views_panes_ctools_content_types() {
   return array(
     'title' => t('View panes'),
     'admin settings' => 'views_content_admin_form',
+    'all contexts' => TRUE,
   );
 }
 
@@ -147,7 +148,7 @@ function views_content_views_panes_content_type_render($subtype, $conf, $panel_a
   $args = array();
   $arguments = $view->display_handler->get_option('arguments');
 
-  $context_keys = array_keys($contexts);
+  $context_keys = isset($conf['context']) ? $conf['context'] : array();
   foreach ($view->display_handler->get_argument_input() as $id => $argument) {
     switch ($argument['type']) {
       case 'context':
@@ -255,7 +256,7 @@ function views_content_views_panes_content_type_render($subtype, $conf, $panel_a
       }
 
       if ($conf['use_pager']) {
-        if (!isset($pager['options']['id']) || $pager['options']['id'] != $conf['pager_id']) {
+        if (!isset($pager['options']['id']) || (isset($conf['pager_id']) && $pager['options']['id'] != $conf['pager_id'])) {
           $pager['options']['id'] = $conf['pager_id'];
         }
       }
@@ -274,7 +275,7 @@ function views_content_views_panes_content_type_render($subtype, $conf, $panel_a
   if ($allow['fields_override']) {
     if ($conf['fields_override']) {
       $fields = $view->get_items('field');
-      foreach ($conf['fields_override'] as $field => $display) {
+      foreach ($fields as $field => $display) {
         $fields[$field]['exclude'] = empty($conf['fields_override'][$field]);
       }
       $view->display_handler->set_option('fields', $fields);
@@ -536,6 +537,9 @@ function views_content_views_panes_content_type_edit_form($form, &$form_state) {
     }
   }
 
+  // Add the view object to the form to allow additional customization
+  $form_state['view'] = $view;
+
   return $form;
 }
 
@@ -596,8 +600,10 @@ function views_content_views_panes_content_type_admin_info($subtype, $conf, $con
     $argument_input = $view->display_handler->get_option('argument_input');
 
     foreach ($conf['arguments'] as $key => $value) {
-      $label = $argument_input[$key]['label'];
-      $info[] = $label . ': ' . $value;
+      if(!empty($value)){
+        $label = $argument_input[$key]['label'];
+        $info[] = $label . ': ' . $value;
+      }
     }
   }
 
@@ -606,7 +612,7 @@ function views_content_views_panes_content_type_admin_info($subtype, $conf, $con
     $block->title = array_shift($info);
 
     $info[] = $view->display_handler->get_option('pane_description');
-    $block->content = theme('item_list', $info);
+    $block->content = theme('item_list', array('items' => $info));
   }
   else {
     $block->title = $view->display_handler->get_option('pane_description');
diff --git a/sites/all/modules/ctools/views_content/plugins/content_types/views_row.inc b/sites/all/modules/ctools/views_content/plugins/content_types/views_row.inc
index 254f7b5f..9672d020 100644
--- a/sites/all/modules/ctools/views_content/plugins/content_types/views_row.inc
+++ b/sites/all/modules/ctools/views_content/plugins/content_types/views_row.inc
@@ -9,7 +9,7 @@ $plugin = array(
   'title' => t('View row'),
   'category' => t('View context'),
   'icon' => 'icon_views_page.png',
-  'description' => t('Display one or more rows from a loaded view context.'),
+  'description' => t('Display all or a specific amount of rows from a loaded view context.'),
   'required context' => new ctools_context_required(t('View'), 'view'),
   'defaults' => array(
     'rows' => array(),
@@ -44,13 +44,28 @@ function views_content_views_row_content_type_render($subtype, $conf, $panel_arg
   // This guarantees the view is rendered normally which must happen.
   $view = views_content_context_get_view($context);
   $output = views_content_context_get_output($context);
-  // Rows are keyed by result id value and need to be reset.
-  $output['rows'] = array_values($output['rows']);
-  if (empty($conf['use_fields']) || empty($view->style_plugin->row_plugin)) {
-    foreach ($conf['rows'] as $row) {
-      // We store the row number 1-indexed but they are 0-indexed internally.
-      if (isset($output['rows'][$row - 1])) {
-        $block->content .= $output['rows'][$row - 1];
+
+  $sets = array();
+  $plugin = $view->style_plugin;
+
+  // If all rows have to be displayed then simply get the key of all rows.
+  $row_indexes = array();
+  if (empty($conf['rows'])) {
+    if (is_array($output['rows'])) {
+      $row_indexes = array_keys($output['rows']);
+    }
+  }
+  else {
+    // If a subset of rows is requested collect the list of row keys.
+    foreach ($conf['rows'] as $index) {
+      $row_indexes[] = $index - 1;
+    }
+  }
+
+  if (empty($conf['use_fields']) || empty($plugin->row_plugin)) {
+    foreach ($row_indexes as $row_index) {
+      if (isset($output['rows'][$row_index])) {
+        $sets[$plugin->groups[$row_index]][$row_index] = $output['rows'][$row_index];
       }
     }
   }
@@ -61,14 +76,26 @@ function views_content_views_row_content_type_render($subtype, $conf, $panel_arg
     }
 
     // Rerender just the rows we need.
-    foreach ($conf['rows'] as $row) {
-      $view->row_index = $row - 1;
-      if (!empty($view->result[$row - 1])) {
-        $block->content .= $view->style_plugin->row_plugin->render($view->result[$row - 1]);
+    foreach ($row_indexes as $row_index) {
+      $view->row_index = $row_index;
+      if (!empty($view->result[$view->row_index])) {
+        $sets[$plugin->groups[$view->row_index]][$view->row_index] = $plugin->row_plugin->render($view->result[$view->row_index]);
       }
+      unset($view->row_index);
     }
   }
 
+  foreach ($sets as $title => $rows) {
+    $block->content .= theme($plugin->theme_functions(),
+      array(
+        'view' => $view,
+        'options' => $plugin->options,
+        'rows' => $rows,
+        'title' => $title
+      )
+    );
+  }
+
   return $block;
 }
 
@@ -106,30 +133,33 @@ function views_content_views_row_edit($form, &$form_state) {
     return $form;
   }
 
-  // Support Views 2 and Views 3.
-  if (method_exists($view, 'get_items_per_page')) {
-    $view->init_pager();
-    $rows = $view->get_items_per_page();
+  ctools_include('dependent');
+  $form['limit_rows'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Limit rows'),
+    '#default_value' => (int) !empty($conf['rows']),
+  );
+
+  $view->init_pager();
+  $rows = $view->get_items_per_page();
+
+  if (!empty($rows)) {
+    foreach (range(1, $rows) as $row) {
+      $options[$row] = t('Row @number', array('@number' => $row));
+    }
+    $form['rows'] = array(
+      '#type' => 'checkboxes',
+      '#title' => t('Select rows'),
+      '#options' => $options,
+      '#default_value' => $conf['rows'],
+      '#dependency' => array('edit-limit-rows' => array(TRUE)),
+    );
   }
   else {
-    $rows = $view->display_handler->get_option('items_per_page');
-  }
-  if (empty($rows)) {
-    $form['markup'] = array('#markup' => '<p>' . t('The view must have a maximum number of items set to use this content type.') . '</p>');
+    $form['rows'] = array('#markup' => '<p>' . t('The view must have a maximum number of items set to use this setting.') . '</p>');
     return $form;
   }
 
-  foreach (range(1, $rows) as $row) {
-    $options[$row] = t('Row @number', array('@number' => $row));
-  }
-
-  $form['rows'] = array(
-    '#type' => 'checkboxes',
-    '#title' => t('Display'),
-    '#options' => $options,
-    '#default_value' => $conf['rows'],
-  );
-
   if ($view->display_handler->uses_fields()) {
     $form['use_fields'] = array(
       '#type' => 'checkbox',
@@ -137,7 +167,6 @@ function views_content_views_row_edit($form, &$form_state) {
       '#default_value' => $conf['use_fields'],
     );
 
-    ctools_include('dependent');
     $form['fields'] = array(
       '#type' => 'checkboxes',
       '#options' => $view->display_handler->get_field_labels(),
@@ -151,9 +180,6 @@ function views_content_views_row_edit($form, &$form_state) {
 }
 
 function views_content_views_row_edit_validate(&$form, &$form_state) {
-  if (!array_filter($form_state['values']['rows'])) {
-    form_error($form['rows'], t('You must select at least one row to display.'));
-  }
 }
 
 function views_content_views_row_edit_submit(&$form, &$form_state) {
@@ -168,6 +194,7 @@ function views_content_views_row_content_type_admin_info($subtype, $conf, $conte
   $plugin = ctools_get_content_type('views_row');
   $context = ctools_content_select_context($plugin, $subtype, $conf, $contexts);
 
+  $block = new stdClass();
   $block->title = t('Row information');
 
   if (!empty($conf['use_fields'])) {
@@ -201,9 +228,10 @@ function views_content_views_row_content_type_admin_info($subtype, $conf, $conte
 
 function views_content_views_row_content_type_admin_title($subtype, $conf, $context) {
   $rows = array_filter($conf['rows']);
+  $rows = empty($rows) ? t('Show all') : implode(', ', $rows);
   return format_plural(count($rows),
     '"@context" row @rows',
     '"@context" rows @rows',
-    array('@context' => $context->identifier, '@rows' => implode(', ', $rows))
+    array('@context' => $context->identifier, '@rows' => $rows)
   );
 }
diff --git a/sites/all/modules/ctools/views_content/plugins/views/translations/views_content-plugins-views.hu.po b/sites/all/modules/ctools/views_content/plugins/views/translations/views_content-plugins-views.hu.po
deleted file mode 100644
index e3567c0b..00000000
--- a/sites/all/modules/ctools/views_content/plugins/views/translations/views_content-plugins-views.hu.po
+++ /dev/null
@@ -1,176 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-12 02:42+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Yes"
-msgstr "Igen"
-msgid "No"
-msgstr "Nem"
-msgid "None"
-msgstr "Nincs"
-msgid "Admin title"
-msgstr "Adminisztratív cím"
-msgid "Category"
-msgstr "Kategória"
-msgid "Label"
-msgstr "Címke"
-msgid "All"
-msgstr "Minden"
-msgid "Some"
-msgstr "Néhány"
-msgid "First"
-msgstr "Első"
-msgid "Second"
-msgstr "Másodperc"
-msgid "Fixed"
-msgstr "Rögzített"
-msgid "Third"
-msgstr "Harmadik"
-msgid "Fourth"
-msgstr "Negyedik"
-msgid "Fifth"
-msgstr "Ötödik"
-msgid "Argument wildcard"
-msgstr "Argumentumot helyettesítő karakter"
-msgid "No argument"
-msgstr "Nincs argumentum"
-msgid "From context"
-msgstr "Környezetből"
-msgid "From panel argument"
-msgstr "Panel argumentumból"
-msgid "Input on pane config"
-msgstr "Bemenet a táblabeállításon"
-msgid "Required context"
-msgstr "Szükséges környezet"
-msgid "Panel argument"
-msgstr "Panel argumentum"
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr ""
-"Ha a „Panel argumentumból” van kiválasztva, akkor melyik panel "
-"argumentum legyen felhasználva."
-msgid "Sixth"
-msgstr "Hatodik"
-msgid "Fixed argument"
-msgstr "Rögzített argumentum"
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr ""
-"Ha a „Rögzített” van kiválasztva, akkor mi legyen "
-"argumentumként felhasználva."
-msgid ""
-"If this argument is presented to the panels user, what label to apply "
-"to it."
-msgstr ""
-"Ha ez az argumentum a panels felhasználónak szól, akkor milyen "
-"címke legyen alkalmazva hozzá."
-msgid "Link to view"
-msgstr "Hivatkozás a nézetre"
-msgid "More link"
-msgstr "Tovább hivatkozás"
-msgid "Items per page"
-msgstr "Elemek oldalanként"
-msgid "Content pane"
-msgstr "Tartalomtábla"
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-"Tartalomként elérhető egy panel, vagy egy irányítópult "
-"képernyő számára."
-msgid "Pane settings"
-msgstr "Tábla beállítások"
-msgid "Use view name"
-msgstr "Nézetnév használata"
-msgid "Use view description"
-msgstr "Nézetleírás használata"
-msgid "Admin desc"
-msgstr "Adminisztratív leírás"
-msgid "Use Panel path"
-msgstr "Panel elérési út használata"
-msgid "Argument input"
-msgstr "Argumentum bemenet"
-msgid "Allow settings"
-msgstr "Beállítások engedélyezése"
-msgid ""
-"Checked settings will be available in the panel pane config dialog for "
-"modification by the panels user. Unchecked settings will not be "
-"available and will only use the settings in this display."
-msgstr ""
-"A bejelölt beállítások elérhetőek lesznek a panel "
-"táblabeállítás párbeszédablakában, ahol a panels felhasználó "
-"módosítani tudja azokat. A be nem jelölt beállítások nem lesznek "
-"elérhetőek, továbbá a beállítások csak ebben a képernyőben "
-"lesznek használva."
-msgid "Pager offset"
-msgstr "Lapozó eltolása"
-msgid "Path override"
-msgstr "Elérési út felülbírálása"
-msgid "Title override"
-msgstr "Cím felülírása"
-msgid ""
-"This is the title that will appear for this view pane in the add "
-"content dialog. If left blank, the view name will be used."
-msgstr ""
-"Ez az a cím, ami ebben a nézettáblában a tartalom hozzáadása "
-"párbeszédablakban fog megjelenni. Üresen hagyva a nézet neve lesz "
-"használva."
-msgid ""
-"This is text that will be displayed when the user mouses over the pane "
-"in the add content dialog. If blank the view description will be used."
-msgstr ""
-"Ez a szöveg akkor fog megjelenni, amikor a felhasználó az egeret a "
-"tartalom hozzáadása párbeszédablakban a tábla fölé viszi. "
-"Üresen hagyva a nézet leírása lesz használva."
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr ""
-"Ez az a kategória, amiben a tábla megjelenik a tartalom hozzáadása "
-"párbeszédablakban."
-msgid ""
-"This is the default weight of the category. Note that if the weight of "
-"a category is defined in multiple places, only the first one Panels "
-"sees will get that definition, so if the weight does not appear to be "
-"working, check other places that the weight might be set."
-msgstr ""
-"A kategória alapértelmezett súlya. Meg kell jegyezni, hogy ha a "
-"kategória súlya több helyen is be van állítva, akkor csak az "
-"első panelek fogják megkapni ezt a beállítást, vagyis ha a súly "
-"nem tűnik működőnek, le kell ellenőrizni azokat a helyeket ahol a "
-"súly be lett állítva."
-msgid "Link pane title to view"
-msgstr "A tábla címe hivatkozzon a nézetre"
-msgid "Inherit path from panel display"
-msgstr "Panel képernyőről örökölt elérési út"
-msgid ""
-"If yes, all links generated by Views, such as more links, summary "
-"links, and exposed input links will go to the panels display path, not "
-"the view, if the display has a path."
-msgstr ""
-"Ha igen, minden a Views által létrehozott tovább, összefoglaló "
-"és felfedett bemenet hivatkozás a panelek elérési útjába kerül "
-"és nem a nézetébe, amennyiben a megjelenítésnek van elérési "
-"útja."
-msgid "Choose the data source for view arguments"
-msgstr "Nézetargumentumok adatforrásának kiválasztása"
-msgid "@arg source"
-msgstr "@arg forrás"
-msgid "If \"From context\" is selected, which type of context to use."
-msgstr ""
-"A „Környezetből” kiválasztása esetén melyik környezettípus "
-"legyen használva."
-msgid "Context is optional"
-msgstr "A környezet nem kötelező"
-msgid ""
-"This context need not be present for the pane to function. If you plan "
-"to use this, ensure that the argument handler can handle empty values "
-"gracefully."
-msgstr ""
-"Ennek a környezetnek jelen kell lennie a tábla működéséhez. Ha "
-"szükség van a használatára, meg kell győződni róla, hogy az "
-"argumentumkezelő tudja elegánsan kezelni az üres értékeket."
diff --git a/sites/all/modules/ctools/views_content/plugins/views/views_content.views.inc b/sites/all/modules/ctools/views_content/plugins/views/views_content.views.inc
index db564c7f..6724d3c5 100644
--- a/sites/all/modules/ctools/views_content/plugins/views/views_content.views.inc
+++ b/sites/all/modules/ctools/views_content/plugins/views/views_content.views.inc
@@ -19,6 +19,7 @@ function views_content_views_plugins() {
         'path' => drupal_get_path('module', 'views_content') . '/plugins/views',
         'theme path' => drupal_get_path('module', 'views') . '/theme',
         'theme' => 'views_view',
+        'register theme' => FALSE,
         'use ajax' => TRUE,
         'use pager' => TRUE,
         'use more' => TRUE,
@@ -33,6 +34,7 @@ function views_content_views_plugins() {
         'path' => drupal_get_path('module', 'views_content') . '/plugins/views',
         'theme path' => drupal_get_path('module', 'views') . '/theme',
         'theme' => 'views_view',
+        'register theme' => FALSE,
         'use ajax' => FALSE,
         'use pager' => TRUE,
         'use more' => FALSE,
@@ -49,7 +51,9 @@ function views_content_views_plugins() {
         'path' => drupal_get_path('module', 'views_content') . '/plugins/views',
         'theme path' => drupal_get_path('module', 'views') . '/theme',
         'theme' => 'views_view_unformatted',
+        'register theme' => FALSE,
         'uses row plugin' => TRUE,
+        'uses row class' => TRUE,
         'uses fields' => TRUE,
         'uses options' => TRUE,
         'type' => 'context',
diff --git a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
index 55febe17..967f2fa8 100644
--- a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
+++ b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
@@ -109,8 +109,8 @@ class views_content_plugin_display_ctools_context extends views_plugin_display {
       $admin_title = t('Use view name');
     }
 
-    if (strlen($admin_title) > 16) {
-      $admin_title = substr($admin_title, 0, 16) . '...';
+    if (drupal_strlen($admin_title) > 16) {
+      $admin_title = drupal_substr($admin_title, 0, 16) . '...';
     }
 
     $options['admin_title'] = array(
@@ -261,6 +261,9 @@ class views_content_plugin_display_ctools_context extends views_plugin_display {
   }
 
   function get_path() {
+    if ($this->get_option('link_display') == 'custom_url' && $override_path = $this->get_option('link_url')) {
+      return $override_path;
+    }
     if ($this->get_option('inherit_panels_path')) {
       return $_GET['q'];
     }
diff --git a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_panel_pane.inc b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
index 2b45849b..e02f896a 100644
--- a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
+++ b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
@@ -75,8 +75,8 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
       $pane_title = t('Use view name');
     }
 
-    if (strlen($pane_title) > 16) {
-      $pane_title = substr($pane_title, 0, 16) . '...';
+    if (drupal_strlen($pane_title) > 16) {
+      $pane_title = drupal_substr($pane_title, 0, 16) . '...';
     }
 
     $options['pane_title'] = array(
@@ -90,8 +90,8 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
       $pane_description = t('Use view description');
     }
 
-    if (strlen($pane_description) > 16) {
-      $pane_description = substr($pane_description, 0, 16) . '...';
+    if (drupal_strlen($pane_description) > 16) {
+      $pane_description = drupal_substr($pane_description, 0, 16) . '...';
     }
 
     $options['pane_description'] = array(
@@ -106,8 +106,8 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
       $pane_category = t('View panes');
     }
 
-    if (strlen($pane_category) > 16) {
-      $pane_category = substr($pane_category, 0, 16) . '...';
+    if (drupal_strlen($pane_category) > 16) {
+      $pane_category = drupal_substr($pane_category, 0, 16) . '...';
     }
 
     $options['pane_category'] = array(
@@ -384,6 +384,13 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
     return $this->view->override_path;
   }
 
+  function get_url() {
+    if ($this->get_option('inherit_panels_path')) {
+      return $this->get_path();
+    }
+    return parent::get_url();
+  }
+
   function uses_exposed_form_in_block() {
     // We'll always allow the exposed form in a block, regardless of path.
     return TRUE;
diff --git a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_style_ctools_context.inc b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_style_ctools_context.inc
index 513de3ce..aafbebc1 100644
--- a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_style_ctools_context.inc
+++ b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_style_ctools_context.inc
@@ -22,11 +22,17 @@ class views_content_plugin_style_ctools_context extends views_plugin_style {
     }
 
     $this->rows = array();
+    $this->groups = array();
     if ($this->uses_row_plugin() && empty($this->row_plugin)) {
       vpr('views_plugin_style_default: Missing row plugin');
       return;
     }
 
+    // Some engines like solr key results on ids, but rendering really expects
+    // things to be keyed exclusively by row index. Using array_values()
+    // guarantees that.
+    $this->view->result = array_values($this->view->result);
+
     // Group the rows according to the grouping field, if specified.
     $sets = $this->render_grouping($this->view->result, $this->options['grouping']);
 
@@ -37,6 +43,7 @@ class views_content_plugin_style_ctools_context extends views_plugin_style {
       foreach ($records as $row_index => $row) {
         $this->view->row_index = $row_index;
         $this->rows[$row_index] = $this->row_plugin->render($row);
+        $this->groups[$row_index] = $title;
       }
     }
     unset($this->view->row_index);
diff --git a/sites/all/modules/ctools/views_content/translations/views_content.de.po b/sites/all/modules/ctools/views_content/translations/views_content.de.po
deleted file mode 100644
index d21d8788..00000000
--- a/sites/all/modules/ctools/views_content/translations/views_content.de.po
+++ /dev/null
@@ -1,457 +0,0 @@
-# $Id: views_content.de.po,v 1.1 2009/08/16 21:28:45 hass Exp $
-#
-# LANGUAGE translation of Drupal (general)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  panels.module,v 1.10.2.9 2007/03/15 23:13:41 merlinofchaos
-#  fourcol_25_25_25_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_33_33_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_25_75.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_33_66.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_38_62.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_50_50.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_62_38.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_66_33.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  twocol_75_25.inc,v 1.0 2006/09/02 11:47:00 alexander.hass
-#  threecol_25_50_25_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  threecol_33_34_33_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#  twocol.inc,v 1.6 2006/08/22 23:54:20 merlinofchaos
-#  twocol_stacked.inc,v 1.5 2006/08/22 23:54:20 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: panels 5.x\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: 2009-08-16 23:27+0100\n"
-"Last-Translator: Alexander Haß\n"
-"Language-Team: Alexander Hass\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: views_content/plugins/content_types/views.inc:18
-msgid "All views"
-msgstr "Alle Ansichten"
-
-#: views_content/plugins/content_types/views.inc:32
-msgid "Select display"
-msgstr "Anzeige auswählen"
-
-#: views_content/plugins/content_types/views.inc:35
-msgid "Configure view"
-msgstr "Ansicht konfigurieren"
-
-#: views_content/plugins/content_types/views.inc:234
-msgid "Display"
-msgstr "Anzeige"
-
-#: views_content/plugins/content_types/views.inc:236
-msgid "Choose which display of this view you wish to use."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:266
-#: views_content/plugins/content_types/views_panes.inc:277
-msgid "Broken/missing/deleted view."
-msgstr "Beschädigte/Fehlende/Gelöschte Ansicht."
-
-#: views_content/plugins/content_types/views.inc:272
-msgid "Configure view @view (@display)"
-msgstr "Ansicht @view (@display) konfigurieren"
-
-#: views_content/plugins/content_types/views.inc:294
-msgid "Link title to view"
-msgstr "Titel mit Ansicht verlinken"
-
-#: views_content/plugins/content_types/views.inc:295
-msgid "If checked, the title will be a link to the view."
-msgstr "Falls aktiviert, verlinkt Titel zur Ansicht."
-
-#: views_content/plugins/content_types/views.inc:301
-msgid "Provide a \"more\" link that links to the view"
-msgstr "Stellt einen „Mehr“-Link bereit, der zur Ansicht verlinkt"
-
-#: views_content/plugins/content_types/views.inc:302
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr "Dies ist unabhängig von jeglichem Mehr-Link, welcher von der Ansicht selbst bereitgestellt wird; falls zwei Mehr-Links angezeigt werden, diesen hier deaktivieren. Ansichten stellen nur in der Block-Ausgabe einen Mehr-Link bereit. Für eingebettete Ansichten diesen verwenden."
-
-#: views_content/plugins/content_types/views.inc:308
-#: views_content/plugins/content_types/views_panes.inc:330
-msgid "Display feed icons"
-msgstr "Newsfeed-Symbole anzeigen"
-
-#: views_content/plugins/content_types/views.inc:309
-msgid "If checked, any feed icons provided by this view will be displayed."
-msgstr "Falls aktiviert, werden alle von der Ansicht bereitgestellten Feed-Symbole angezeigt."
-
-#: views_content/plugins/content_types/views.inc:324
-#: views_content/plugins/content_types/views_panes.inc:348
-msgid "Pager ID"
-msgstr "Pager-ID"
-
-#: views_content/plugins/content_types/views.inc:337
-msgid "Num posts"
-msgstr "Beitragsanzahl"
-
-#: views_content/plugins/content_types/views.inc:339
-msgid "Select the number of posts to display, or 0 to display all results."
-msgstr "Die Anzahl der anzuzeigenden Beiträge auswählen, oder 0 um alle Ergebnisse anzuzeigen."
-
-#: views_content/plugins/content_types/views.inc:345
-#: views_content/plugins/content_types/views_panes.inc:371
-msgid "Offset"
-msgstr "Offset"
-
-#: views_content/plugins/content_types/views.inc:347
-msgid "Offset in the node list or 0 to start at 1st item."
-msgstr "Offset in der Beitragsliste oder 0, um beim erstem Eintrag zu beginnen."
-
-#: views_content/plugins/content_types/views.inc:352
-msgid "Send arguments"
-msgstr "Argumente übergeben"
-
-#: views_content/plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below."
-msgstr "Aktivieren, um alle Argumente des Panels direkt zur Ansicht zu übergeben. Falls aktiviert, kommen die Panel-Argumente nach jeglichen Kontext-Argumenten oben und vor jeglichen, zusätzlichen Argumenten, welche durch das Argument-Feld unten hinzugefügt wurden."
-
-#: views_content/plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr "Zusätzliche Argumente, die der Ansicht übergeben werden, als ob diese Bestandteil der URL wären; in der Form arg1/arg2/arg3. %0, %1, ..., %N kann verwendet werden, um Argumente aus der URL zu übergeben. Oder @0, @1, @2, ..., @N verwenden, um Panel-Argumente zu übergeben."
-
-#: views_content/plugins/content_types/views.inc:368
-msgid "Override URL"
-msgstr "URL überschreiben"
-
-#: views_content/plugins/content_types/views.inc:370
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr "Falls aktiviert, wird die URL der Ansicht überschrieben; manchmal kann es sinnvoll sein, die Panel-URL einzusetzen."
-
-#: views_content/plugins/content_types/views.inc:402;422
-#: views_content/plugins/content_types/views_panes.inc:410;413
-msgid "Deleted/missing view @view"
-msgstr "Entfernte/fehlende Ansicht @view"
-
-#: views_content/plugins/content_types/views.inc:404
-msgid "View: @name"
-msgstr "Ansicht: @name"
-
-#: views_content/plugins/content_types/views.inc:426
-msgid "View information"
-msgstr "Ansichtsinformation"
-
-#: views_content/plugins/content_types/views.inc:429
-msgid "Using display @display."
-msgstr "Anzeige @display wurd verwendet."
-
-#: views_content/plugins/content_types/views.inc:450
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:458
-msgid "@count items displayed."
-msgstr "@count Einträge wurden angezeigt."
-
-#: views_content/plugins/content_types/views.inc:460
-msgid "With pager."
-msgstr "Mit Seitennavigation."
-
-#: views_content/plugins/content_types/views.inc:463
-msgid "Without pager."
-msgstr "Ohne Seitennavigation."
-
-#: views_content/plugins/content_types/views.inc:467
-#, fuzzy
-msgid "Skipping first @count results"
-msgstr "Überspringe die ersten @count Ergebnisse"
-
-#: views_content/plugins/content_types/views.inc:470
-msgid "With more link."
-msgstr "Mit „Mehr“-Link"
-
-#: views_content/plugins/content_types/views.inc:473
-msgid "With feed icon."
-msgstr "Mit Feed-Symbole."
-
-#: views_content/plugins/content_types/views.inc:476
-msgid "Sending arguments."
-msgstr "Argumente übergeben."
-
-#: views_content/plugins/content_types/views.inc:479
-#, fuzzy
-msgid "Using arguments: @args"
-msgstr "Argumente verwenden: @arg"
-
-#: views_content/plugins/content_types/views.inc:482
-msgid "Using url: @url"
-msgstr "Verwende URL: @url"
-
-#: views_content/plugins/content_types/views_panes.inc:314
-msgid "Link title to page"
-msgstr "Titel mit Seite verlinken"
-
-#: views_content/plugins/content_types/views_panes.inc:321
-msgid "Provide a \"more\" link."
-msgstr "Stellt einen „Mehr“-Link bereit."
-
-#: views_content/plugins/content_types/views_panes.inc:362
-msgid "Num items"
-msgstr "Anzahl Einträge"
-
-#: views_content/plugins/content_types/views_panes.inc:364
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr "Die Anzahl der anzuzeigenden Einträge auswählen, oder 0 um alle Ergebnisse anzuzeigen."
-
-#: views_content/plugins/content_types/views_panes.inc:373
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr "Die Anzahl der zu überspringenden Einträge eingeben, oder 0 um alle Einträge zu überspringen."
-
-#: views_content/plugins/content_types/views_panes.inc:380
-msgid "Override path"
-msgstr "Pfad überschreiben"
-
-#: views_content/plugins/content_types/views_panes.inc:382
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr "Sobald aktiviert, wird die Ansichten-URL übersteuert; manchmal kann es sinnvoll sein, die Panel-URL einzusetzen."
-
-#: views_content/plugins/views/views_content.views.inc:16
-msgid "Content pane"
-msgstr "Inhaltsausschnitt"
-
-#: views_content/plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:56
-msgid "Pane settings"
-msgstr "Ausschnitt-Einstellungen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:61
-msgid "Use view name"
-msgstr "Ansichtsname verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:70
-msgid "Admin title"
-msgstr "Admin Titel"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:76
-msgid "Use view description"
-msgstr "Ansichtsbeschreibung verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:85
-msgid "Admin desc"
-msgstr "Admin-Beschreibung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:101
-msgid "Category"
-msgstr "Kategorie"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-msgid "Link to view"
-msgstr "Zur Ansicht verlinken"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "Yes"
-msgstr "Ja"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "No"
-msgstr "Nein"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:113
-msgid "Use Panel path"
-msgstr "Panel-Pfad verwenden"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:119
-msgid "Argument input"
-msgstr "Argumenteingabe"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-msgid "Allow settings"
-msgstr "Einstellungen zulassen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "None"
-msgstr "Nichts"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "All"
-msgstr "Alle"
-
-# context senstive issue?
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-#, fuzzy
-msgid "Some"
-msgstr "Einige"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:149
-msgid "Items per page"
-msgstr "Beträge pro Seite"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:150
-msgid "Pager offset"
-msgstr "Offset der Seitennavigation"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:152
-msgid "More link"
-msgstr "„Mehr“-Link"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:153
-msgid "Path override"
-msgstr "Pfad-Übersteuerung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:154
-msgid "Title override"
-msgstr "Titel-Übersteuerung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:171
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr "Dies ist der Titel, der für diesen Ansichten-Ausschnitt im „Inhalt hinzufügen“-Dialog erscheint. Falls nicht gesetzt, wird der Ansichten-Name verwendet."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:193
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr "Die ist die Kategorie, in welcher der Ausschnitt im „Inhalt hinzufügen“-Dialog erscheint."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:199
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:204
-msgid "Link pane title to view"
-msgstr "Ausschnitt-Titel mit Ansicht verlinken"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:220
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:225
-msgid "Choose the data source for view arguments"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:242
-msgid "No argument"
-msgstr "Kein Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:243
-msgid "Argument wildcard"
-msgstr "Argument-Platzhalter"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:244
-msgid "From context"
-msgstr "Aus Kontext"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:245
-msgid "From panel argument"
-msgstr "Aus Panel-Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:246
-msgid "Fixed"
-msgstr "Statisch"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:247
-msgid "Input on pane config"
-msgstr "Eingabe in Panel-Inhalt-Einstellungen"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:250
-msgid "@arg source"
-msgstr "@arg-Quelle"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:256
-msgid "Required context"
-msgstr "Erfoderlicher Kontext"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:257
-msgid "If \"From context\" is selected, which context to require."
-msgstr "Der erforderliche Kontext, falls „Aus Kontext“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:266
-msgid "Panel argument"
-msgstr "Panel-Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr "Das zu verwendende Panel-Argument, falls „Aus Panel-Argument“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "First"
-msgstr "Erstes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Second"
-msgstr "Zweites"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Third"
-msgstr "Drittes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fourth"
-msgstr "Viertes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fifth"
-msgstr "Fünftes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Sixth"
-msgstr "Sechstes"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:276
-msgid "Fixed argument"
-msgstr "Statisches Argument"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:277
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr "Das Argument, falls „Statisch“ ausgewählt wurde."
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:285
-msgid "Label"
-msgstr "Bezeichnung"
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:286
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr "Die verwendete Bezeichnung, falls dieses Argument für den Benutzer erscheint."
-
-#: views_content/views_content.module:92
-msgid "Make all views available as panes"
-msgstr "Alle Ansichten als Ausschnitte zu Verfügung stellen"
-
-#: views_content/views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr ""
-
-#: views_content/views_content.module:20
-msgid "Views panes"
-msgstr "Panel-Ansichten"
-
-#: views_content/views_content.module:24
-msgid "Configure Views to be used as CTools content."
-msgstr "Ansichten konfigurieren, die als CTools-Inhalt verwendet werden."
-
-#: views_content/views_content.module:0
-msgid "views_content"
-msgstr "views_content"
-
-#: views_content/views_content.info:0
-msgid "Views content panes"
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr ""
-
diff --git a/sites/all/modules/ctools/views_content/translations/views_content.fr.po b/sites/all/modules/ctools/views_content/translations/views_content.fr.po
deleted file mode 100644
index 59e1ee6b..00000000
--- a/sites/all/modules/ctools/views_content/translations/views_content.fr.po
+++ /dev/null
@@ -1,490 +0,0 @@
-# $Id: views_content.fr.po,v 1.1 2009/08/16 20:10:09 hass Exp $
-#
-# French translation of Drupal (general)
-# Copyright 2009 Jérémy Chatard <jchatard@breek.fr>
-# Generated from files:
-#  views_content.module,v 1.4 2009/08/07 19:58:33 merlinofchaos
-#  views.inc,v 1.11 2009/05/12 00:17:27 merlinofchaos
-#  views_content.info,v 1.2 2009/07/12 18:11:59 merlinofchaos
-#  views_panes.inc,v 1.13 2009/07/20 17:45:21 merlinofchaos
-#  views_content_plugin_display_panel_pane.inc,v 1.2 2009/04/20 21:35:25 merlinofchaos
-#  views_content.views.inc,v 1.2 2009/04/30 22:37:52 merlinofchaos
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-15 12:16+0200\n"
-"PO-Revision-Date: 2009-08-16 11:19+0100\n"
-"Last-Translator: Jérémy Chatard <jchatard@breek.fr>\n"
-"Language-Team: French <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n>1);\n"
-
-#: views_content.module:56
-msgid "Widgets"
-msgstr "Widgtes"
-
-#: views_content.module:61
-#: plugins/content_types/views.inc:99
-msgid "Views"
-msgstr "Vues"
-
-#: views_content.module:92
-msgid "Make all views available as panes"
-msgstr "Rend toutes les vues disponibles en panneaux"
-
-#: views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr "Si sélectionné, toutes les vues seront disponibles sous forme de content pane pour être ajoutées aux types de contenu. Si non sélectionné, seules les vues qui disposent d'un affichage Content pane seront disponible en tant que content panes. Désélectionnez ceci si vous souhaitez contrôler plus finement quelles vues sont diponibles l'interface des panels pour les utilisateurs."
-
-#: views_content.module:20
-msgid "Views panes"
-msgstr ""
-
-#: views_content.module:24
-msgid "Configure Views to be used as CTools content."
-msgstr "Configurer des vues pour être utilisées comme contenu avec CTools."
-
-#: views_content.info:0
-msgid "Views content panes"
-msgstr ""
-
-#: views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr "Permet au contenu des vues d'être utilisé dans les panels, le Dashboard et d'autres modules qui utilisent l'API de contenu de CTools."
-
-#: views_content.info:0
-msgid "Chaos tool suite"
-msgstr "Chaos tool suite"
-
-#: plugins/content_types/views.inc:18
-msgid "All views"
-msgstr "Toutes les vues"
-
-#: plugins/content_types/views.inc:32
-msgid "Select display"
-msgstr "Sélectionnez un affichage"
-
-#: plugins/content_types/views.inc:35
-msgid "Configure view"
-msgstr "Configurer la vue"
-
-#: plugins/content_types/views.inc:234
-msgid "Display"
-msgstr "Affichage"
-
-#: plugins/content_types/views.inc:236
-msgid "Choose which display of this view you wish to use."
-msgstr "Choisissez quel affichage de la vue vous souhaitez utiliser."
-
-#: plugins/content_types/views.inc:266
-#: plugins/content_types/views_panes.inc:277
-msgid "Broken/missing/deleted view."
-msgstr "Vue cassée/manquante/supprimée."
-
-#: plugins/content_types/views.inc:272
-msgid "Configure view @view (@display)"
-msgstr "Configurer la vue @view (@display)"
-
-#: plugins/content_types/views.inc:294
-msgid "Link title to view"
-msgstr "Lier le titre à la vue"
-
-#: plugins/content_types/views.inc:295
-msgid "If checked, the title will be a link to the view."
-msgstr "Si cette option est sélectionnée, le titre sera un lien vers la vue."
-
-#: plugins/content_types/views.inc:301
-msgid "Provide a \"more\" link that links to the view"
-msgstr "Fournit un lien \"plus\" qui renvoit vers la vue"
-
-#: plugins/content_types/views.inc:302
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr "Ceci est indépendant de tout lien fournit par la vue elle-même ; si vous voyez deux lien \"plus\", désactivez celui-ci. Views ne fournira un lien plus que si vous utilisez l'affichage \"block\", donc si vous en disposez pas utilisez celui-ci."
-
-#: plugins/content_types/views.inc:308
-#: plugins/content_types/views_panes.inc:330
-msgid "Display feed icons"
-msgstr "Afficher les icônes des flux"
-
-#: plugins/content_types/views.inc:309
-msgid "If checked, any feed icons provided by this view will be displayed."
-msgstr "Si cette option est sélectionnée, tous les icônes des flux fournis par cette vue seront affichés."
-
-#: plugins/content_types/views.inc:317
-#: plugins/content_types/views_panes.inc:341
-#: plugins/views/views_content_plugin_display_panel_pane.inc:148
-msgid "Use pager"
-msgstr "Utiliser la pagination"
-
-#: plugins/content_types/views.inc:324
-#: plugins/content_types/views_panes.inc:348
-msgid "Pager ID"
-msgstr "ID de la pagination"
-
-#: plugins/content_types/views.inc:337
-msgid "Num posts"
-msgstr "Nombre de posts"
-
-#: plugins/content_types/views.inc:339
-msgid "Select the number of posts to display, or 0 to display all results."
-msgstr "Sélectionnez le nombre d'éléments à afficher, ou 0 pour afficher tous les résultats."
-
-#: plugins/content_types/views.inc:345
-#: plugins/content_types/views_panes.inc:371
-msgid "Offset"
-msgstr "Décalage"
-
-#: plugins/content_types/views.inc:347
-msgid "Offset in the node list or 0 to start at 1st item."
-msgstr "Décalage dans la liste de noeuds ou 0 pour commencer avec le 1er élément."
-
-#: plugins/content_types/views.inc:352
-msgid "Send arguments"
-msgstr "Envoyer l'argument"
-
-#: plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below."
-msgstr "Sélectionnez ceci pour envoyer tous les arguments du panel directement à la vue. Si sélectionné, les arguments du panel arriveront après les contextes ci-dessous et précèderont n'importe quel argument supplémentaire défini dans le champ argument ci-dessous."
-
-#: plugins/content_types/views.inc:360
-msgid "Arguments"
-msgstr "Arguments"
-
-#: plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr "Arguments supplémentaires à envoyer à la vue comme si ceux-ci faisaient partie de l'URL, sous la forme arg1/arg2/arg3. Vous pouvez utiliser %0, %1, ..., %N pour récupérer les arguments depuis l'URL. Ou utiliser @0, @1, @2, ..., @N pour utiliser les arguments passés dans le panel."
-
-#: plugins/content_types/views.inc:368
-msgid "Override URL"
-msgstr "Surcharger l'URL"
-
-#: plugins/content_types/views.inc:370
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr "Si ceci est défini, surcharge l'URL de la vue ; ce qui peut être pratique pour la définir à l'URL de la vue"
-
-#: plugins/content_types/views.inc:402;422
-#: plugins/content_types/views_panes.inc:410;413
-msgid "Deleted/missing view @view"
-msgstr "Vue @view supprimée/manquante"
-
-#: plugins/content_types/views.inc:404
-msgid "View: @name"
-msgstr "Vue : @name"
-
-#: plugins/content_types/views.inc:426
-msgid "View information"
-msgstr "Information de la vue"
-
-#: plugins/content_types/views.inc:429
-msgid "Using display @display."
-msgstr "Utilise l'affichage @display."
-
-#: plugins/content_types/views.inc:449
-msgid "Default"
-msgstr "Par défaut"
-
-#: plugins/content_types/views.inc:450
-msgid "Argument @arg using context @context converted into @converter"
-msgstr "L'argument @arg utilisant le contexte @context a été converti en @converter"
-
-#: plugins/content_types/views.inc:458
-msgid "@count items displayed."
-msgstr "@count éléments affichés."
-
-#: plugins/content_types/views.inc:460
-msgid "With pager."
-msgstr "Avec pagination."
-
-#: plugins/content_types/views.inc:463
-msgid "Without pager."
-msgstr "Sans pagination."
-
-#: plugins/content_types/views.inc:467
-msgid "Skipping first @count results"
-msgstr "Sauter les @count premiers résultats"
-
-#: plugins/content_types/views.inc:470
-msgid "With more link."
-msgstr "Avec un lien plus."
-
-#: plugins/content_types/views.inc:473
-msgid "With feed icon."
-msgstr "Avec une icône de flux."
-
-#: plugins/content_types/views.inc:476
-msgid "Sending arguments."
-msgstr "Envoi des arguments"
-
-#: plugins/content_types/views.inc:479
-msgid "Using arguments: @args"
-msgstr "Avec les arguments : @args"
-
-#: plugins/content_types/views.inc:482
-msgid "Using url: @url"
-msgstr "Avec l'URL : @url"
-
-#: plugins/content_types/views_panes.inc:15;94
-#: plugins/views/views_content_plugin_display_panel_pane.inc:92
-msgid "View panes"
-msgstr ""
-
-#: plugins/content_types/views_panes.inc:314
-msgid "Link title to page"
-msgstr "Lier le titre à la page"
-
-#: plugins/content_types/views_panes.inc:321
-msgid "Provide a \"more\" link."
-msgstr "Fournir un lien \"plus\"."
-
-#: plugins/content_types/views_panes.inc:362
-msgid "Num items"
-msgstr "Nombre d'éléments"
-
-#: plugins/content_types/views_panes.inc:364
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr "Sélectionnez le nombre d'éléments à afficher, ou 0 pour afficher tous les résultats."
-
-#: plugins/content_types/views_panes.inc:373
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr "Saisissez le nombre d'éléments à sauter ; entrez 0 pour ne sauter aucun élément."
-
-#: plugins/content_types/views_panes.inc:380
-msgid "Override path"
-msgstr "Surcharger le chemin"
-
-#: plugins/content_types/views_panes.inc:382
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr "Si ceci est défini, surcharge le chemin de la Vue ; ceci peut être pratique pour la définir à l'URL du panel."
-
-#: plugins/views/views_content.views.inc:16
-msgid "Content pane"
-msgstr ""
-
-#: plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr "Est disponible comme contenu pour un panel ou affichage de type dashboard."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:56
-msgid "Pane settings"
-msgstr "Paramètres du pane"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:61
-msgid "Use view name"
-msgstr "Utiliser le nom de la vue"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:70
-msgid "Admin title"
-msgstr "Titre d'administratif"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:76
-msgid "Use view description"
-msgstr "Utiliser la description de la vue"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:85
-msgid "Admin desc"
-msgstr "Description administrative"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:101
-msgid "Category"
-msgstr "Catégorie"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-msgid "Link to view"
-msgstr "Lier à la vue"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "Yes"
-msgstr "Oui"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "No"
-msgstr "Non"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:113
-msgid "Use Panel path"
-msgstr "Utiliser le chemin du Panel"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:119
-msgid "Argument input"
-msgstr ""
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:120
-msgid "Edit"
-msgstr "Modifier"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-#, fuzzy
-msgid "Allow settings"
-msgstr "Permettre les paramètres"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "None"
-msgstr "Aucun"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "All"
-msgstr "Tous / Toutes"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "Some"
-msgstr "Plusieurs"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr "Les paramètres sélectionnés seront disponibles dans la fenêtre de configuration du pane pour être modifié par l'utilisateur. Les paramètres non sélectionnés ne seront pas disponibles et n'utiliseront que les paramètres de cet affichage."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:149
-msgid "Items per page"
-msgstr "Éléments par page"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:150
-msgid "Pager offset"
-msgstr "Décalage de la pagination"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:152
-msgid "More link"
-msgstr "Lien \"plus\""
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:153
-msgid "Path override"
-msgstr "Surchargement du chemin"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:154
-msgid "Title override"
-msgstr "Surchargement du titre"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:166
-msgid "Administrative title"
-msgstr "Titre pour l'administration"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:171
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr "Ceci est le titre qui va apparaître pour le pane de cette vue dans la fenêtre d'ajout de contenu. Si vide, le nom de la vue sera utilisé."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:176;186
-msgid "Administrative description"
-msgstr "Description pour l'administration"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr "Ceci est le texte qui va apparaître quand l'utilisateur va placer sa souris au-dessus du pane dans la fenêtre d'ajout de contenu. Si vide, la description de la vue sera utilisée."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:193
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr "Ceci est la catégorie dans laquelle apparaîtra le pane dans la fenêtre d'ajout de contenu."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:196
-msgid "Weight"
-msgstr "Poids"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:199
-#, fuzzy
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr "Ceci est le poids par défaut de la catégorie. Notez que si le poids de la catégorie est défini à plusieurs endroits, seul le premier est visible par Panels, donc si le poids ne semble pas fonctionner, vérifiez dans les autres endroits où le poids pourrait avoir été défini."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:204
-msgid "Link pane title to view"
-msgstr "Lier le titre du pane à la vue"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr "Hérite le chemin de l'affichage du panel"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:220
-#, fuzzy
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr "Si oui, tous les liens générés par Views, tel que les liens plus, les liens de résumé, et les liens de saisies exposés vont aller dans l'affichage des chemins des panels, pas la vue, si l'affichage a un chemin."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:225
-msgid "Choose the data source for view arguments"
-msgstr "Choisissez la source de données des arguments de la vue"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:242
-msgid "No argument"
-msgstr "Aucun argument"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:243
-msgid "Argument wildcard"
-msgstr "Caractères de remplacement de l'arguement"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:244
-msgid "From context"
-msgstr "Depuis le contexte"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:245
-msgid "From panel argument"
-msgstr "Depuis l'argument du panel"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:246
-msgid "Fixed"
-msgstr "Fixe"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:247
-#, fuzzy
-msgid "Input on pane config"
-msgstr "Saisie sur la configuration du pane"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:250
-msgid "@arg source"
-msgstr "source de @arg"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:256
-msgid "Required context"
-msgstr "Conexte requis"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:257
-msgid "If \"From context\" is selected, which context to require."
-msgstr "Si \"Depuis le contexte\" est sélectionné, quel contexte nécessiter."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:266
-msgid "Panel argument"
-msgstr "Argument du panel"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr "Si \"Depuis l'argument du panel\" est sélectionné, quel argument du panel utiliser."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "First"
-msgstr "Premier"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Second"
-msgstr "Seconde"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Third"
-msgstr "Troisième"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fourth"
-msgstr "Quatrième"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fifth"
-msgstr "Cinquième"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Sixth"
-msgstr "Sixième"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:276
-msgid "Fixed argument"
-msgstr "Argument fixe"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:277
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr "Si \"Fixe\" est sélectionné, quoi utiliser comme argument."
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:285
-msgid "Label"
-msgstr "Étiquette"
-
-#: plugins/views/views_content_plugin_display_panel_pane.inc:286
-#, fuzzy
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr "Si cet argument est présenté aux panels des utilisateurs, quel intitulé doit y être appliqué."
-
diff --git a/sites/all/modules/ctools/views_content/translations/views_content.hu.po b/sites/all/modules/ctools/views_content/translations/views_content.hu.po
deleted file mode 100644
index a7c44e2a..00000000
--- a/sites/all/modules/ctools/views_content/translations/views_content.hu.po
+++ /dev/null
@@ -1,41 +0,0 @@
-# Hungarian translation of Chaos tool suite (6.x-1.2)
-# Copyright (c) 2009 by the Hungarian translation team
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Chaos tool suite (6.x-1.2)\n"
-"POT-Creation-Date: 2009-12-13 13:41+0000\n"
-"PO-Revision-Date: 2009-12-13 12:48+0000\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-msgid "Views panes"
-msgstr "Views táblák"
-msgid "Make all views available as panes"
-msgstr "Legyen minden nézet elérhető táblaként"
-msgid ""
-"If checked, all views will be made available as content panes to be "
-"added to content types. If not checked, only Views that have a "
-"'Content pane' display will be available as content panes. Uncheck "
-"this if you want to be able to more carefully control what view "
-"content is available to users using the panels layout UI."
-msgstr ""
-"Ha be van jelölve, minden nézet elérhető lesz tartalomtípusokhoz "
-"hozzáadható tartalomtáblaként. Ha nincs bejelölve, csak a "
-"„Tartalomtábla” megjelenítéssel rendelkező nézetek lesznek "
-"elérhetőek tartalomtáblaként. Kikapcsolva gondosabban "
-"szabályozható, hogy mely nézet tartalma lesz elérhető a panelek "
-"elrendezési felületét használók számára."
-msgid "Configure Views to be used as CTools content."
-msgstr "Nézetek beállítása Ctools tartalomként történő használatra."
-msgid "Views content panes"
-msgstr "Views tartalomtáblák"
-msgid ""
-"Allows Views content to be used in Panels, Dashboard and other modules "
-"which use the CTools Content API."
-msgstr ""
-"Engedélyezi a Views tartalmak használatát a Panels, a Dashboard és "
-"egyéb, a CTools Content API-t használó modulokban."
diff --git a/sites/all/modules/ctools/views_content/translations/views_content.pot b/sites/all/modules/ctools/views_content/translations/views_content.pot
deleted file mode 100644
index 6e1b4ef9..00000000
--- a/sites/all/modules/ctools/views_content/translations/views_content.pot
+++ /dev/null
@@ -1,437 +0,0 @@
-# $Id: views_content.pot,v 1.1 2009/08/16 19:13:58 hass Exp $
-#
-# LANGUAGE translation of Drupal (views_content-plugins-content_types)
-# Copyright YEAR NAME <EMAIL@ADDRESS>
-# Generated from files:
-#  views.inc,v 1.11 2009/05/12 00:17:27 merlinofchaos
-#  views_panes.inc,v 1.13 2009/07/20 17:45:21 merlinofchaos
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2009-08-16 20:47+0200\n"
-"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: views_content/plugins/content_types/views.inc:18
-msgid "All views"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:32
-msgid "Select display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:35
-msgid "Configure view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:234
-msgid "Display"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:236
-msgid "Choose which display of this view you wish to use."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:266
-#: views_content/plugins/content_types/views_panes.inc:277
-msgid "Broken/missing/deleted view."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:272
-msgid "Configure view @view (@display)"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:294
-msgid "Link title to view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:295
-msgid "If checked, the title will be a link to the view."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:301
-msgid "Provide a \"more\" link that links to the view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:302
-msgid "This is independent of any more link that may be provided by the view itself; if you see two more links, turn this one off. Views will only provide a more link if using the \"block\" type, however, so if using embed, use this one."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:308
-#: views_content/plugins/content_types/views_panes.inc:330
-msgid "Display feed icons"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:309
-msgid "If checked, any feed icons provided by this view will be displayed."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:324
-#: views_content/plugins/content_types/views_panes.inc:348
-msgid "Pager ID"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:337
-msgid "Num posts"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:339
-msgid "Select the number of posts to display, or 0 to display all results."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:345
-#: views_content/plugins/content_types/views_panes.inc:371
-msgid "Offset"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:347
-msgid "Offset in the node list or 0 to start at 1st item."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:352
-msgid "Send arguments"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:354
-msgid "Select this to send all arguments from the panel directly to the view. If checked, the panel arguments will come after any context arguments above and precede any additional arguments passed in through the Arguments field below."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:362
-msgid "Additional arguments to send to the view as if they were part of the URL in the form of arg1/arg2/arg3. You may use %0, %1, ..., %N to grab arguments from the URL. Or use @0, @1, @2, ..., @N to use arguments passed into the panel."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:368
-msgid "Override URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:370
-msgid "If this is set, override the View URL; this can sometimes be useful to set to the panel URL"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:402;422
-#: views_content/plugins/content_types/views_panes.inc:410;413
-msgid "Deleted/missing view @view"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:404
-msgid "View: @name"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:426
-msgid "View information"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:429
-msgid "Using display @display."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:450
-msgid "Argument @arg using context @context converted into @converter"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:458
-msgid "@count items displayed."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:460
-msgid "With pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:463
-msgid "Without pager."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:467
-msgid "Skipping first @count results"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:470
-msgid "With more link."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:473
-msgid "With feed icon."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:476
-msgid "Sending arguments."
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:479
-msgid "Using arguments: @args"
-msgstr ""
-
-#: views_content/plugins/content_types/views.inc:482
-msgid "Using url: @url"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:314
-msgid "Link title to page"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:321
-msgid "Provide a \"more\" link."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:362
-msgid "Num items"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:364
-msgid "Select the number of items to display, or 0 to display all results."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:373
-msgid "Enter the number of items to skip; enter 0 to skip no items."
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:380
-msgid "Override path"
-msgstr ""
-
-#: views_content/plugins/content_types/views_panes.inc:382
-msgid "If this is set, override the View URL path; this can sometimes be useful to set to the panel URL."
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:16
-msgid "Content pane"
-msgstr ""
-
-#: views_content/plugins/views/views_content.views.inc:17
-msgid "Is available as content for a panel or dashboard display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:56
-msgid "Pane settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:61
-msgid "Use view name"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:70
-msgid "Admin title"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:76
-msgid "Use view description"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:85
-msgid "Admin desc"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:101
-msgid "Category"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:107;151
-msgid "Link to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "Yes"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:108;114;208;218
-msgid "No"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:113
-msgid "Use Panel path"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:119
-msgid "Argument input"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:128;142
-msgid "Allow settings"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "None"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "All"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:129
-msgid "Some"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:144
-msgid "Checked settings will be available in the panel pane config dialog for modification by the panels user. Unchecked settings will not be available and will only use the settings in this display."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:149
-msgid "Items per page"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:150
-msgid "Pager offset"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:152
-msgid "More link"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:153
-msgid "Path override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:154
-msgid "Title override"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:171
-msgid "This is the title that will appear for this view pane in the add content dialog. If left blank, the view name will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:181
-msgid "This is text that will be displayed when the user mouses over the pane in the add content dialog. If blank the view description will be used."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:193
-msgid "This is category the pane will appear in on the add content dialog."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:199
-msgid "This is the default weight of the category. Note that if the weight of a category is defined in multiple places, only the first one Panels sees will get that definition, so if the weight does not appear to be working, check other places that the weight might be set."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:204
-msgid "Link pane title to view"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:214
-msgid "Inherit path from panel display"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:220
-msgid "If yes, all links generated by Views, such as more links, summary links, and exposed input links will go to the panels display path, not the view, if the display has a path."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:225
-msgid "Choose the data source for view arguments"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:242
-msgid "No argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:243
-msgid "Argument wildcard"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:244
-msgid "From context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:245
-msgid "From panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:246
-msgid "Fixed"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:247
-msgid "Input on pane config"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:250
-msgid "@arg source"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:256
-msgid "Required context"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:257
-msgid "If \"From context\" is selected, which context to require."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:266
-msgid "Panel argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:267
-msgid "If \"From panel argument\" is selected, which panel argument to use."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "First"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Second"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Third"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fourth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Fifth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:269
-msgid "Sixth"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:276
-msgid "Fixed argument"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:277
-msgid "If \"Fixed\" is selected, what to use as an argument."
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:285
-msgid "Label"
-msgstr ""
-
-#: views_content/plugins/views/views_content_plugin_display_panel_pane.inc:286
-msgid "If this argument is presented to the panels user, what label to apply to it."
-msgstr ""
-
-#: views_content/views_content.module:92
-msgid "Make all views available as panes"
-msgstr ""
-
-#: views_content/views_content.module:93
-msgid "If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes. Uncheck this if you want to be able to more carefully control what view content is available to users using the panels layout UI."
-msgstr ""
-
-#: views_content/views_content.module:20
-msgid "Views panes"
-msgstr ""
-
-#: views_content/views_content.module:24
-msgid "Configure Views to be used as CTools content."
-msgstr ""
-
-#: views_content/views_content.module:0
-msgid "views_content"
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Views content panes"
-msgstr ""
-
-#: views_content/views_content.info:0
-msgid "Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API."
-msgstr ""
diff --git a/sites/all/modules/ctools/views_content/views_content.info b/sites/all/modules/ctools/views_content/views_content.info
index f484b855..a85ae302 100644
--- a/sites/all/modules/ctools/views_content/views_content.info
+++ b/sites/all/modules/ctools/views_content/views_content.info
@@ -9,9 +9,9 @@ files[] = plugins/views/views_content_plugin_display_ctools_context.inc
 files[] = plugins/views/views_content_plugin_display_panel_pane.inc
 files[] = plugins/views/views_content_plugin_style_ctools_context.inc
 
-; Information added by drupal.org packaging script on 2011-07-28
-version = "7.x-1.0-rc1"
+; Information added by drupal.org packaging script on 2012-03-28
+version = "7.x-1.0"
 core = "7.x"
 project = "ctools"
-datestamp = "1311894415"
+datestamp = "1332962446"
 
-- 
GitLab