language/english/tools.json
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 359 e0787bb6285b
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    16 // via Javascript as well.
    16 // via Javascript as well.
    17 
    17 
    18 var enano_lang = {
    18 var enano_lang = {
    19   categories: [
    19   categories: [
    20     'search', 'specialpage'
    20     'search', 'specialpage', 'pagetools'
    21   ],
    21   ],
    22   strings: {
    22   strings: {
    23     meta: {
    23     meta: {
    24       search: 'Search page',
    24       search: 'Search page',
    25       specialpage: 'Special pages',
    25       specialpage: 'Special pages',
       
    26       pagetools: 'Userspace page-management tools',
    26     },
    27     },
    27     specialpage: {
    28     specialpage: {
    28       administration: 'Administration',
    29       administration: 'Administration',
    29       manage_sidebar: 'Manage the Sidebar',
    30       manage_sidebar: 'Manage the Sidebar',
    30       css: 'Templated style sheet generator',
    31       css: 'Templated style sheet generator',
    66       // note the case difference with th_advanced_search
    67       // note the case difference with th_advanced_search
    67       btn_advanced_search: 'Advanced search',
    68       btn_advanced_search: 'Advanced search',
    68       
    69       
    69       msg_no_results: 'No results.',
    70       msg_no_results: 'No results.',
    70       msg_result_detail: 'Results <b>%start_string%</b> - <b>%per_string%</b> of about <b>%num_results%</b> for <b>%q_trim%</b> in %search_time%s.',
    71       msg_result_detail: 'Results <b>%start_string%</b> - <b>%per_string%</b> of about <b>%num_results%</b> for <b>%q_trim%</b> in %search_time%s.',
       
    72       body_no_results_title: 'Your search for <b>"%query%"</b> didn\'t turn up any results.',
       
    73       body_no_results_body: '<p>There are a few things you can try:</p>
       
    74                              <ul>
       
    75                                <li>Were you looking for a specific Special page? Special pages are not searchable. You may want to see a <a href="%special_url%">list of special pages</a>.</li>
       
    76                                <li>If you have the appropriate permissions, you can <a href="%create_url%">start the %query% page</a>.</li>
       
    77                                <li>Try using fewer keywords. You can get broader results if you remove quotes from your search query.</li>
       
    78                                <li>Did your search trigger any warnings? Sometimes a search can be cancelled if there aren\'t any terms in a search query that are 4 characters or greater in length.</li>
       
    79                              </ul>',
    71       
    80       
    72       lbl_site_search: 'Site search',
    81       lbl_site_search: 'Site search',
    73       lbl_relevance: 'Relevance:',
    82       lbl_relevance: 'Relevance:',
    74       lbl_field_any: 'Search for pages with <b>any of these words</b>:',
    83       lbl_field_any: 'Search for pages with <b>any of these words</b>:',
    75       lbl_field_exact: 'with <b>this exact phrase</b>:',
    84       lbl_field_exact: 'with <b>this exact phrase</b>:',
    76       lbl_field_none: 'with <b>none of these words</b>:',
    85       lbl_field_none: 'with <b>none of these words</b>:',
    77       lbl_field_all: 'with <b>all of these words</b>:',
    86       lbl_field_all: 'with <b>all of these words</b>:',
    78       lbl_field_casesensitive: 'Case-sensitive search:',
    87       lbl_field_casesensitive: 'Case-sensitive search:',
    79     }
    88       
       
    89       result_tag_special: 'Special page',
       
    90     },
       
    91     pagetools: {
       
    92       
       
    93       // Create a page
       
    94       create_err_title: 'The page could not be created.',
       
    95       create_err_name_invalid: 'The name "%page_name%" is invalid.',
       
    96       create_err_project_shortcut: 'The page title can\'t start with "Project:" because this prefix is reserved for a parser shortcut.',
       
    97       create_err_already_exist: 'The page already exists.',
       
    98       
       
    99       create_blurb: 'Using the form below you can create a page.',
       
   100       create_namespace_none: '[No prefix]',
       
   101       create_btn_create: 'Create Page',
       
   102       
       
   103       // All pages
       
   104       allpages_blurb: 'Below is a list of all of the pages on this website.',
       
   105       
       
   106       // Special pages
       
   107       specialpages_blurb: 'Below is a list of all of the special pages on this website.',
       
   108       
       
   109       // GPL page
       
   110       gpl_blurb: 'The following text represents the license that the <a href="%about_url%">Enano</a> content management system is under. To make it easier to read, the text has been wiki-formatted; in no other way has it been changed.',
       
   111       // The following three strings will be used only in non-English languages. A Spanish example is provided here.
       
   112       
       
   113       // "Version in Spanish"
       
   114       gpl_title_native: 'Versión en español',
       
   115       // "Version in English"
       
   116       gpl_title_english: 'Versión en inglés',
       
   117       // "View the license in English"
       
   118       gpl_link_to_english: 'Vea la licencia en inglés',
       
   119       
       
   120       gpl_err_file_missing: 'It appears that the file "GPL" is missing from your Enano installation. You may find a wiki-formatted copy of the GPL at: <a href="http://enanocms.org/GPL">http://enanocms.org/GPL</a>. In the mean time, you may wish to contact the site administration and ask them to replace the GPL file.',
       
   121       
       
   122       // Tag cloud
       
   123       tagcloud_pagelist_th: 'Pages tagged "%tag%"',
       
   124       tagcloud_blurb: 'Summary of page tagging',
       
   125       tagcloud_msg_no_tags: 'No pages are tagged yet.',
       
   126       tagcloud_btn_return: 'Return to tag cloud',
       
   127       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.',
       
   128       tagcloud_sidebar_title: 'Tag cloud',
       
   129       tagcloud_sidebar_btn_larger: 'Larger version',
       
   130     },
    80   }
   131   }
    81 };
   132 };
    82 
   133 
    83 // All done! :-)
   134 // All done! :-)
    84 
   135