| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php
- /**
- * BreadCrumb
- *
- *
- *
- * BreadCrumb 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.
- *
- * BreadCrumb 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
- * BreadCrumb; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
- * Suite 330, Boston, MA 02111-1307 USA
- *
- * @package breadcrumb
- */
- /**
- * Properties (property descriptions) Lexicon Topic
- *
- * @package breadcrumb
- * @subpackage lexicon
- */
- /* BreadCrumb Property Description Example strings */
- $_lang['breadcrumb_snippet_from_desc'] = 'Resource ID of the first crumb.';
- $_lang['breadcrumb_snippet_to_desc'] = 'Resource ID of the last crumb.';
- $_lang['breadcrumb_snippet_maxcrumbs_desc'] = 'Max crumbs shown in breadcrumb';
- $_lang['breadcrumb_snippet_showhidden_desc'] = 'Show hidden resources in breadcrumb.';
- $_lang['breadcrumb_snippet_showcontainer_desc'] = 'Show container resources in breadcrumb.';
- $_lang['breadcrumb_snippet_showunpub_desc'] = 'Show unpublished resources in breadcrumb.';
- $_lang['breadcrumb_snippet_showcurrentcrumb_desc'] = 'Show current resource as a crumb.';
- $_lang['breadcrumb_snippet_showbreadcrumbatHome_desc'] = 'Show BreadCrumb on the home page.';
- $_lang['breadcrumb_snippet_showhomecrumb_desc'] = 'Show the home page as a crumb.';
- $_lang['breadcrumb_snippet_useweblinkurl_desc'] = 'Use the weblink url instead of the url to the weblink.';
- $_lang['breadcrumb_snippet_direction_desc'] = 'Direction or breadcrumb : Left To Right (ltr) or Right To Left (rtl) for Arabic language for example.';
- $_lang['breadcrumb_snippet_scheme_desc'] = 'URL Generation Scheme.';
- $_lang['breadcrumb_snippet_containertpl_desc'] = 'Container template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
- $_lang['breadcrumb_snippet_homecrumbtpl_desc'] = 'Home crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
- $_lang['breadcrumb_snippet_currentcrumbtpl_desc'] = 'Current crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
- $_lang['breadcrumb_snippet_linkcrumbtpl_desc'] = 'Default crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
- $_lang['breadcrumb_snippet_categorycrumbtpl_desc'] = 'Default category crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
- $_lang['breadcrumb_snippet_maxcrumbtpl_desc'] = 'Max delimiter crumb template for BreadCrumb. Can be file (@FILE ), code (@INLINE ) or chunk name.';
|