language/english/tools.json
changeset 391 85f91037cd4f
parent 371 dc6026376919
child 403 2c9745b5c09d
equal deleted inserted replaced
390:9bcc185dc151 391:85f91037cd4f
    55       err_query_body: 'There was a problem with your search query, and as a result there may be a reduced number of search results.',
    55       err_query_body: 'There was a problem with your search query, and as a result there may be a reduced number of search results.',
    56       err_query_too_many_terms: 'Some of your search terms were excluded because searches are limited to 20 terms to prevent excessive server load.',
    56       err_query_too_many_terms: 'Some of your search terms were excluded because searches are limited to 20 terms to prevent excessive server load.',
    57       err_query_has_stopwords: 'One or more of your search terms was excluded because either it was less than 2 characters in length or is a common word (a stopword) that is typically found on a large number of pages. Examples of stopwords include "the", "this", "which", "with", etc.',
    57       err_query_has_stopwords: 'One or more of your search terms was excluded because either it was less than 2 characters in length or is a common word (a stopword) that is typically found on a large number of pages. Examples of stopwords include "the", "this", "which", "with", etc.',
    58       err_query_dup_terms: 'One or more of your search terms was excluded because duplicate terms were encountered.',
    58       err_query_dup_terms: 'One or more of your search terms was excluded because duplicate terms were encountered.',
    59       err_query_term_too_short: 'One or more of your search terms was excluded because terms must be at least 4 characters in length.',
    59       err_query_term_too_short: 'One or more of your search terms was excluded because terms must be at least 4 characters in length.',
       
    60       err_query_no_positive: 'You need to have at least one keyword in your search query. Searching only for pages not containing a term is not allowed.',
    60       
    61       
    61       btn_search: 'Search',
    62       btn_search: 'Search',
    62       // note the case difference with th_advanced_search
    63       // note the case difference with th_advanced_search
    63       btn_advanced_search: 'Advanced search',
    64       btn_advanced_search: 'Advanced search',
    64       
    65       
   120       tagcloud_msg_no_tags: 'No pages are tagged yet.',
   121       tagcloud_msg_no_tags: 'No pages are tagged yet.',
   121       tagcloud_btn_return: 'Return to tag cloud',
   122       tagcloud_btn_return: 'Return to tag cloud',
   122       tagcloud_instructions: 'Hover your mouse over a tag to see how many pages have the tag. Click on a tag to see a list of the pages that have it.',
   123       tagcloud_instructions: 'Hover your mouse over a tag to see how many pages have the tag. Click on a tag to see a list of the pages that have it.',
   123       tagcloud_sidebar_title: 'Tag cloud',
   124       tagcloud_sidebar_title: 'Tag cloud',
   124       tagcloud_sidebar_btn_larger: 'Larger version',
   125       tagcloud_sidebar_btn_larger: 'Larger version',
       
   126       tagcloug_tip_popularity_one: '1 page',
       
   127       tagcloug_tip_popularity_plural: '%popularity% pages',
   125     },
   128     },
   126   }
   129   }
   127 };
   130 };
   128 
   131 
   129 // All done! :-)
   132 // All done! :-)