punbb/lang/English/search.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in search.php
       
     4 $lang_search = array(
       
     5 
       
     6 // The search form
       
     7 'No search permission'		=>	'You do not have permission to use the search feature.',
       
     8 'Search heading'			=>	'Search forums using your own criteria or predefined searches',
       
     9 'Predefined searches'		=>	'Predefined searches',
       
    10 'Using criteria'			=>	'Using your own criteria',
       
    11 'Search legend'				=>	'Search criteria:',
       
    12 'Results legend'			=>	'Search results:',
       
    13 'Search info'				=>	'Search for posts by keyword, author\'s username or both.',
       
    14 'Keyword info'				=>	'Enter a term or multiple terms separated with spaces.',
       
    15 'Refine info'				=>	'You may use <strong>AND</strong>, <strong>OR</strong> and <strong>NOT</strong> to refine your searches by keyword.',
       
    16 'Refine info fulltext'		=>	'You may use <strong>+</strong> and <strong>-</strong> before keywords to refine your search.',
       
    17 'Author info'				=>	'Enter the author\'s username.',
       
    18 'Wildcard info'				=>	'Use the wildcard character <strong>*</strong> for partial keyword or username matches.',
       
    19 'Wildcard info fulltext'	=>	'Use the wildcard character <strong>*</strong> for partial username matches or as a keyword suffix.',
       
    20 'User defined search'		=>	'User defined search:',
       
    21 'Keyword search'			=>	'Keyword:',
       
    22 'Author search'				=>	'Author:',
       
    23 'Forum search'				=>	'Forum to search:',
       
    24 'All forums'				=>	'All forums',
       
    25 'Sort by'					=>	'Sort results by:',
       
    26 'Sort order'				=>	'Results sort order:',
       
    27 'Sort by post time'			=>	'Post time',
       
    28 'Sort by author'			=>	'Author',
       
    29 'Sort by subject'			=>	'Subject',
       
    30 'Sort by forum'				=>	'Forum',
       
    31 'Sort by relevance'			=>	'Relevance',
       
    32 'Ascending'					=>	'Ascending',
       
    33 'Descending'				=>	'Descending',
       
    34 'Display results'			=>	'Display results:',
       
    35 'Show as topics'			=>	'As topics',
       
    36 'Show as posts'				=>	'As posts',
       
    37 'Submit search'				=>	'Submit search',
       
    38 
       
    39 // Results
       
    40 'Search results'			=>	'Search results',
       
    41 'Topic'						=>	'Topic:',
       
    42 'Topics by'					=>	'Topics by %s',
       
    43 'Post by'					=>	'Post by %s',
       
    44 'Posts by'					=>	'Posts by %s',
       
    45 'Topic info'				=>	'[ Started by %s in %s : %s replies ]',
       
    46 'Topics with new'			=>	'Topics with new posts',
       
    47 'Topics with recent'		=>	'Topics with recent posts',
       
    48 'Perform new search'		=>	'Perform new search',
       
    49 'No terms'					=>	'You have to enter at least one keyword and/or an author to search for.',
       
    50 'No hits'					=>	'Your search returned no hits.',
       
    51 'No user posts'				=>	'There are no posts by this user in this forum.',
       
    52 'No user topics'			=>	'There are no topics by this user in this forum.',
       
    53 'No subscriptions'			=>	'You are currently not subscribed to any topics.',
       
    54 'No new posts'				=>	'There are no topics with new posts since your last visit.',
       
    55 'No recent posts'			=>	'No posts have been made recently.',
       
    56 'No unanswered'				=>	'There are no unanswered posts in this forum.',
       
    57 'Go to post'				=>	'Go to post',
       
    58 'Go to forum'				=>	'Go to forum',
       
    59 'Go to topic'				=>	'Go to topic',
       
    60 'Table summary'				=>	'Search results listed by topic',
       
    61 'Go to profile'				=>	'Go to %s\'s profile',
       
    62 
       
    63 );