properties.inc.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /**
  3. * BreadCrumb
  4. *
  5. *
  6. *
  7. * BreadCrumb is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the Free
  9. * Software Foundation; either version 2 of the License, or (at your option) any
  10. * later version.
  11. *
  12. * BreadCrumb is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * BreadCrumb; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  18. * Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package breadcrumb
  21. */
  22. /**
  23. * Properties (property descriptions) Lexicon Topic
  24. *
  25. * @package breadcrumb
  26. * @subpackage lexicon
  27. */
  28. /* BreadCrumb Property Description Example strings */
  29. $_lang['breadcrumb_snippet_from_desc'] = 'Resource ID of the first crumb.';
  30. $_lang['breadcrumb_snippet_to_desc'] = 'Resource ID of the last crumb.';
  31. $_lang['breadcrumb_snippet_maxcrumbs_desc'] = 'Max crumbs shown in breadcrumb';
  32. $_lang['breadcrumb_snippet_showhidden_desc'] = 'Show hidden resources in breadcrumb.';
  33. $_lang['breadcrumb_snippet_showcontainer_desc'] = 'Show container resources in breadcrumb.';
  34. $_lang['breadcrumb_snippet_showunpub_desc'] = 'Show unpublished resources in breadcrumb.';
  35. $_lang['breadcrumb_snippet_showcurrentcrumb_desc'] = 'Show current resource as a crumb.';
  36. $_lang['breadcrumb_snippet_showbreadcrumbatHome_desc'] = 'Show BreadCrumb on the home page.';
  37. $_lang['breadcrumb_snippet_showhomecrumb_desc'] = 'Show the home page as a crumb.';
  38. $_lang['breadcrumb_snippet_useweblinkurl_desc'] = 'Use the weblink url instead of the url to the weblink.';
  39. $_lang['breadcrumb_snippet_direction_desc'] = 'Direction or breadcrumb : Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.';
  40. $_lang['breadcrumb_snippet_scheme_desc'] = 'URL Generation Scheme.';
  41. $_lang['breadcrumb_snippet_containertpl_desc'] = 'Container template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
  42. $_lang['breadcrumb_snippet_homecrumbtpl_desc'] = 'Home crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
  43. $_lang['breadcrumb_snippet_currentcrumbtpl_desc'] = 'Current crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
  44. $_lang['breadcrumb_snippet_linkcrumbtpl_desc'] = 'Default crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
  45. $_lang['breadcrumb_snippet_categorycrumbtpl_desc'] = 'Default category crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
  46. $_lang['breadcrumb_snippet_maxcrumbtpl_desc'] = 'Max delimiter crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';