language/english/tools.json
changeset 426 f5718d7c2a6a
parent 403 2c9745b5c09d
child 541 acb7e23b6ffa
equal deleted inserted replaced
423:990ccfb20120 426:f5718d7c2a6a
    86       result_tag_special: 'Special page',
    86       result_tag_special: 'Special page',
    87     },
    87     },
    88     pagetools: {
    88     pagetools: {
    89       
    89       
    90       // Create a page
    90       // Create a page
    91       create_err_title: 'The page could not be created.',
    91       create_err_invalid_namespace: 'You have selected an invalid page type.',
    92       create_err_name_invalid: 'The name "%page_name%" is invalid.',
    92       create_err_invalid_urlname: 'Please enter a title for your page and a custom URL if desired.',
    93       create_err_project_shortcut: 'The page title can\'t start with "Project:" because this prefix is reserved for a parser shortcut.',
    93       create_err_already_exists: 'A page with that URL already exists. Please enter another title or enter a custom URL. (You can have two pages with the same name, but not two pages with the same URL.)',
    94       create_err_already_exist: 'The page already exists.',
    94       create_err_no_permission: 'You don\'t have permission to create this page. Try another URL or title; if that does not work, please contact the site administration for permission to create pages.',
       
    95       create_err_nodb_namespace: 'You cannot create Special or Admin pages - they can\'t be stored in the database.',
       
    96       create_err_reserved_prefix: 'The prefix "Project:" is reserved for internal links and can\'t be used on a page name.',
    95       
    97       
    96       create_blurb: 'Using the form below you can create a page.',
    98       create_blurb: 'Add a new page to the site.',
    97       create_namespace_none: '[No prefix]',
    99       create_field_title: 'Page title:',
    98       create_btn_create: 'Create Page',
   100       create_field_namespace: 'Page type:',
       
   101       create_group_advanced: 'Advanced options',
       
   102       create_field_url_auto: 'Generate a URL based on the title',
       
   103       create_field_url_manual: 'Enter a custom page URL',
       
   104       create_field_url: 'Page ID:',
       
   105       create_field_preview: 'Preview of URL:',
       
   106       create_field_preview_hint: '(Requires Javascript support)',
       
   107       create_btn_create: 'Create page',
    99       
   108       
   100       // All pages
   109       // All pages
   101       allpages_blurb: 'Below is a list of all of the pages on this website.',
   110       allpages_blurb: 'Below is a list of all of the pages on this website.',
   102       
   111       
   103       // Special pages
   112       // Special pages