diff -r c72b545f1304 -r 67bd3121a12e language/english/tools.json --- a/language/english/tools.json Wed Dec 26 00:37:26 2007 -0500 +++ b/language/english/tools.json Thu Dec 27 22:09:33 2007 -0500 @@ -17,12 +17,13 @@ var enano_lang = { categories: [ - 'search', 'specialpage' + 'search', 'specialpage', 'pagetools' ], strings: { meta: { search: 'Search page', specialpage: 'Special pages', + pagetools: 'Userspace page-management tools', }, specialpage: { administration: 'Administration', @@ -68,6 +69,14 @@ msg_no_results: 'No results.', msg_result_detail: 'Results %start_string% - %per_string% of about %num_results% for %q_trim% in %search_time%s.', + body_no_results_title: 'Your search for "%query%" didn\'t turn up any results.', + body_no_results_body: '

There are a few things you can try:

+ ', lbl_site_search: 'Site search', lbl_relevance: 'Relevance:', @@ -76,7 +85,49 @@ lbl_field_none: 'with none of these words:', lbl_field_all: 'with all of these words:', lbl_field_casesensitive: 'Case-sensitive search:', - } + + result_tag_special: 'Special page', + }, + pagetools: { + + // Create a page + create_err_title: 'The page could not be created.', + create_err_name_invalid: 'The name "%page_name%" is invalid.', + create_err_project_shortcut: 'The page title can\'t start with "Project:" because this prefix is reserved for a parser shortcut.', + create_err_already_exist: 'The page already exists.', + + create_blurb: 'Using the form below you can create a page.', + create_namespace_none: '[No prefix]', + create_btn_create: 'Create Page', + + // All pages + allpages_blurb: 'Below is a list of all of the pages on this website.', + + // Special pages + specialpages_blurb: 'Below is a list of all of the special pages on this website.', + + // GPL page + gpl_blurb: 'The following text represents the license that the Enano 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.', + // The following three strings will be used only in non-English languages. A Spanish example is provided here. + + // "Version in Spanish" + gpl_title_native: 'Versión en español', + // "Version in English" + gpl_title_english: 'Versión en inglés', + // "View the license in English" + gpl_link_to_english: 'Vea la licencia en inglés', + + 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: http://enanocms.org/GPL. In the mean time, you may wish to contact the site administration and ask them to replace the GPL file.', + + // Tag cloud + tagcloud_pagelist_th: 'Pages tagged "%tag%"', + tagcloud_blurb: 'Summary of page tagging', + tagcloud_msg_no_tags: 'No pages are tagged yet.', + tagcloud_btn_return: 'Return to tag cloud', + 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.', + tagcloud_sidebar_title: 'Tag cloud', + tagcloud_sidebar_btn_larger: 'Larger version', + }, } };