-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathproperties.inc.php
More file actions
93 lines (93 loc) · 7.22 KB
/
properties.inc.php
File metadata and controls
93 lines (93 loc) · 7.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?php
/**
* SimpleSearch
*
* Copyright 2010-11 by Shaun McCormick <shaun+sisea@modx.com>
*
* This file is part of SimpleSearch, a simple search component for MODx
* Revolution. It is loosely based off of AjaxSearch for MODx Evolution by
* coroico/kylej, minus the ajax.
*
* SimpleSearch 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.
*
* SimpleSearch 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
* SimpleSearch; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA
*
* @package simplesearch
*/
/**
* Japanese Properties Lexicon Topic for SimpleSearch
*
* @package simplesearch
* @subpackage lexicon
* @language ja
*/
$_lang['sisea.activefacet_desc'] = 'The current active facet. Leave this alone unless you want a result to show from a non-standard facet derived through a postHook.';
$_lang['sisea.containertpl_desc'] = 'The chunk that will be used to wrap all the search results, pagination and message.';
$_lang['sisea.contexts_desc'] = 'The contexts to search. Defaults to the current context if none are explicitly specified.';
$_lang['sisea.currentpagetpl_desc'] = 'The chunk to use for the current pagination link.';
$_lang['sisea.depth_desc'] = 'If idtype is set to parents, the depth down the Resource tree that will be searched with the specified IDs.';
$_lang['sisea.documents'] = 'Documents';
$_lang['sisea.exclude_desc'] = 'A comma-separated list of resource IDs to exclude from search eg. "10,15,19". This will exclude the resources with the ID "10","15" or "19".';
$_lang['sisea.extractellipsis_desc'] = 'The string used to wrap extract results with. Defaults to an ellipsis.';
$_lang['sisea.extractlength_desc'] = 'The number of characters for the content extraction of each search result.';
$_lang['sisea.facetlimit_desc'] = 'The number of non-active-facet results to show on the main results page. Defaults to 5.';
$_lang['sisea.fieldpotency_desc'] = 'Specify weighting of search results. Example: pagetitle:3,alias:10 will give 3 points if result is found in pagetitle, 10 points if result is found in alias.';
$_lang['sisea.get'] = 'get';
$_lang['sisea.hidemenu_desc'] = 'Whether or not to return Resources that have hidemenu on. 0 shows only visible Resources, 1 shows only hidden Resources, 2 shows both.';
$_lang['sisea.hidemenu_visible'] = 'Visible Only';
$_lang['sisea.hidemenu_hidden'] = 'Hidden Only';
$_lang['sisea.hidemenu_both'] = 'Show All';
$_lang['sisea.highlightclass_desc'] = 'The CSS class name to add to highlighted terms in results.';
$_lang['sisea.highlightresults_desc'] = 'Whether or not to highlight the search term in results.';
$_lang['sisea.highlighttag_desc'] = 'The html tag to wrap the highlighted term within search results.';
$_lang['sisea.ids_desc'] = 'A comma-separated list of IDs to restrict the search to.';
$_lang['sisea.idtype_desc'] = 'The type of restriction for the ids parameter. If parents, will add all the children of the IDs in the ids parameter to the search. If documents, will only use the specified IDs in the search.';
$_lang['sisea.includetvs_desc'] = 'Indicates if TemplateVar values should be included in the properties available to each resource template. Defaults to false. Turning this on might make your search slower if you have lots of TVs.';
$_lang['sisea.landing_desc'] = 'The Resource that the SimpleSearch snippet is called on, that will display the results of the search.';
$_lang['sisea.match'] = 'Match';
$_lang['sisea.maxwords_desc'] = 'The maximum number of words to include in the search. Only applicable if useAllWords is off.';
$_lang['sisea.method_desc'] = 'Whether to send the search over POST or GET.';
$_lang['sisea.minchars_desc'] = 'The minimum number of characters to trigger the search.';
$_lang['sisea.offsetindex_desc'] = 'The name of the REQUEST parameter to use for the pagination offset.';
$_lang['sisea.pagelimit_desc'] = 'The maximum number of page links to display when rendering page navigation controls.';
$_lang['sisea.pagetpl_desc'] = 'The chunk to use for a pagination link.';
$_lang['sisea.pagefirsttpl_desc'] = 'The chunk to use for the first page pagination link.';
$_lang['sisea.pagelasttpl_desc'] = 'The chunk to use for the last page pagination link.';
$_lang['sisea.pageprevtpl_desc'] = 'The chunk to use for the previous page pagination link.';
$_lang['sisea.pagenexttpl_desc'] = 'The chunk to use for the next page pagination link.';
$_lang['sisea.pagingseparator_desc'] = 'The separator to use between pagination links.';
$_lang['sisea.parents'] = 'Parents';
$_lang['sisea.partial'] = 'Partial';
$_lang['sisea.perpage_desc'] = 'The number of search results to show per page.';
$_lang['sisea.placeholderprefix_desc'] = 'The prefix for global placeholders set by this snippet.';
$_lang['sisea.post'] = 'post';
$_lang['sisea.posthooks_desc'] = 'Any hooks to run post-search that can add faceted results to the search result set.';
$_lang['sisea.processtvs_desc'] = 'Indicates if TemplateVar values should be rendered as they would on the resource being summarized. Defaults to false. Note: TVs are processed during indexing for Solr searching, so there is no need to do this here.';
$_lang['sisea.searchindex_desc'] = 'The name of the REQUEST parameter that the search will use.';
$_lang['sisea.showextract_desc'] = 'Whether or not to show an extract of the content of each search result.';
$_lang['sisea.sortby_desc'] = 'A comma-separated list of Resource fields to sort the results by. Leave blank to sort by relevance and score.';
$_lang['sisea.sortdir_desc'] = 'A comma-separated list of directions to sort the results by. Must match the number of items in the sortBy parameter.';
$_lang['sisea.tpl_desc'] = 'The chunk that will be used to display the contents of each search result.';
$_lang['sisea.tpl_form_desc'] = 'The chunk that will be used to display the search form.';
$_lang['sisea.toplaceholder_desc'] = 'Whether to set the output to directly return, or set to a placeholder with this propertys name.';
$_lang['sisea.useallwords_desc'] = 'If true, will only find results with all the specified search words.';
$_lang['sisea.searchstyle_desc'] = 'To search either with a partial LIKE search, or a relevance-based MATCH search.';
$_lang['sisea.andterms_desc'] = 'Whether or not to add a logical AND between words.';
$_lang['sisea.matchwildcard_desc'] = 'Enable wildcard search. Set to false to do exact searching on a search term.';
$_lang['sisea.docfields_desc'] = 'A comma-separated list of specific Resource fields to search.';
$_lang['sisea.urlscheme_desc'] = 'The URL scheme you want: http, https, full, abs, relative, etc. See the $modx->makeUrl() documentation. This is used when the pagination links are generated.';
$_lang['sisea.url_relative'] = 'Relative';
$_lang['sisea.url_absolute'] = 'Absolute';
$_lang['sisea.url_full'] = 'Full';
$_lang['sisea.ascending'] = 'Ascending';
$_lang['sisea.descending'] = 'Descending';