punbb/lang/English/search.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in search.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_search = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
// The search form
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'User search'				=>	'User search',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'No search permission'		=>	'You do not have permission to use the search feature.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Search'					=>	'Search',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Search criteria legend'	=>	'Enter your search criteria',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'Search info'				=>	'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Keyword search'			=>	'Keyword search',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'Author search'				=>	'Author search',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'Search in legend'			=>	'Select where to search',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'Search in info'			=>	'Choose in which forum you would like to search and if you want to search in topic subjects, message text or both.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'Forum search'				=>	'Forum',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'All forums'				=>	'All forums',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Search in'					=>	'Search in',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
'Message and subject'		=>	'Message text and topic subject',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
'Message only'				=>	'Message text only',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
'Topic only'				=>	'Topic subject only',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'Sort by'					=>	'Sort by',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Sort order'				=>	'Sort order',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
'Search results legend'		=>	'Select how to view search results',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
'Search results info'		=>	'You can choose how you wish to sort and show your results.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
'Sort by post time'			=>	'Post time',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
'Sort by author'			=>	'Author',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Sort by subject'			=>	'Subject',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'Sort by forum'				=>	'Forum',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
'Ascending'					=>	'Ascending',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Descending'				=>	'Descending',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
'Show as'					=>	'Show results as',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
'Show as topics'			=>	'Topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
'Show as posts'				=>	'Posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
// Results
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
'Search results'			=>	'Search results',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
'No terms'					=>	'You have to enter at least one keyword and/or an author to search for.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
'No hits'					=>	'Your search returned no hits.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
'No user posts'				=>	'There are no posts by this user in this forum.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    41
'No subscriptions'			=>	'You are currently not subscribed to any topics.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
'No new posts'				=>	'There are no topics with new posts since your last visit.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    43
'No recent posts'			=>	'No new posts have been made within the last 24 hours.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    44
'No unanswered'				=>	'There are no unanswered posts in this forum.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    45
'Go to post'				=>	'Go to post'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    46
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    47
);