1###############################################################################
2# Search.lng (Search text definitions)                                        #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by:  The YaBB Development Team                                     #
12#               with assistance from the YaBB community.                      #
13###############################################################################
14
15$searchlngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%search_txt = (
18'1' => 'This post was made in the last...',
19'2' => 'week',
20'3' => 'month',
21'4' => 'three months',
22'5' => 'year',
23'6' => '(all posts)',
24'30' => 'on',
25'70' => 'Subject',
26'72' => 'Message',
27'73' => 'IP Address',
28'105' => 'Post',
29'107' => 'at',
30'109' => 'Started by',
31'166' => 'Search Results',
32'167' => 'End of results',
33'170' => 'Sorry, no matches were found',
34'171' => 'Go back to search here.',
35'182' => 'Search',
36'183' => 'Set Search Parameters',
37'186' => 'Search for topics started by someone',
38'187' => 'Search for topics posted in by someone',
39'189' => 'Choose the board(s) to search in',
40'190' => 'Press and hold down the &#39;Control&#39; key or<br />&#39;Apple&#39; key to select more than one.',
41'191' => 'Display how many results?',
42'191a' => 'Display only one result per thread?',
43'191b' => "Maximum allowed: $maxsearchdisplay",
44'191x' => "You are allowed to set max. $maxsearchdisplay results to be displayed. Please change your value.",
45'236' => 'Return',
46'237' => 'to the board index.',
47'343' => 'Match all words',
48'344' => 'Match any words',
49'345' => 'Match as phrase',
50'345a' => 'Match partial words',
51'346' => 'Search -All- Members only',
52'525' => 'by',
53'572' => 'Search -All- Guests only',
54'573' => 'Fields to Search',
55'574' => 'Age since last post',
56'575' => 'Min',
57'576' => 'Max',
58'577' => 'Any poster',
59'578' => 'hours',
60'579' => 'days',
61'582' => 'Search for',
62'583' => 'By Member name',
63'737' => 'Check all',
64'pmfrom' => 'From', ## new
65'pmto' => 'To',
66'pmcc' => 'CC',
67'pmbcc' => 'BCC',
68'pmgroup' => 'Group',
69'searchme' => 'Search own posts',
70'casesensitiv' => 'Case-Sensitive',
71'searchyabbtags' => 'Search also inside YaBBCode-tags <span class="small">(brackets like this [...]. Takes much more time.)</span>',
72);
73
74%pmboxes_txt = (
75'in' => 'In',
76'inbox' => 'Inbox',
77'out' => 'Out',
78'outbox' => 'Sent box',
79'store' => 'Store in folder',
80);
81
82%searchselector_txt = (
83'select' => 'Select',
84'remove' => 'Remove',
85'removeconfirm' => 'Are you sure you want to remove member name?',
86);
87
881;