xref: /plugin/qc/lang/en/lang.php (revision 8dfaf9b596a5dfe1b3050ac75fc5a8256288f43f)
1<?php
2
3$lang['intro_h']       = 'Page Analysis';
4
5$lang['g_created']     = 'Created:';
6$lang['g_modified']    = 'Last Modified:';
7$lang['g_words']       = 'Words:';
8$lang['g_chars']       = 'Characters:';
9$lang['g_changes']     = 'Number of Edits:';
10$lang['g_authors']     = 'Top Authors:';
11
12$lang['anonymous']     = 'Anonymous';
13
14$lang['i_qcscore']     = 'Quality:';
15
16$lang['errorsfound_h'] = 'Possible Quality Problems Identified';
17$lang['errorsfound']   = 'After analyzing the page structure, a few possible problems about the readability and usability of the page where identified. Please have a look at the points below and see if you can correct them. Keep in mind that this was an automatic analysis - you need to judge yourself if it is correct.';
18
19$lang['fixme_h']       = '%d FIXME(s)';
20$lang['fixme']         = 'The page contains markers about missing or incorrect content. You should replace the FIXME markers with corrected content.';
21
22$lang['noh1_h']        = 'No Main Headline';
23$lang['noh1']          = 'A page should always start with a level 1 headline. This headline should reflect the main topic of the page.';
24
25$lang['manyh1_h']      = '%d Main Headlines';
26$lang['manyh1']        = 'The page contains multiple level 1 headlines. A page should always contain exactly one level 1 headline reflecting the main topic of the page. If your page contains multiple main topics, consider splitting the page into several pages.';
27
28$lang['headernest_h']  = 'Incorrectly Nested Sections';
29$lang['headernest']    = 'The page contains sections that skip section levels. This hinders readability and structure. A section should only directly contain the next subsection levels. Consider adding missing sub section headlines or move up your existing sub sections to the correct level.';
30
31$lang['manyhr_h']      = 'Many Horizontal Rules';
32$lang['manyhr']        = 'The page contains multiple horizontal rules (<code>----</code>). Horizontal rules should be used very rarely as they hinder readability and structure of a document. Consider restructuring the page using sections and paragraphs instead.';
33
34$lang['manybr_h']      = 'Many Forced Line Breaks';
35$lang['manybr']        = 'The page contains multiple forced line breaks (<code>\\\\ </code>). Line breaks should be avoided as much as possible because they hinder the flow and readability of the text. Instead the page should be formatted using paragraphs to support the content\'s message. To create a paragraph just insert an empty line into your text.';
36
37$lang['deepquote_h']   = 'Deeply Nested Quotes';
38$lang['deepquote']     = 'Your page contains deeply nested quotes, this might indicate a discussion style page. Discussions are hard to read after while. It is recommended to refactor them into proper documentation, incorpoorating all the facts that were mentioned in the discussion before.';
39
40$lang['singleauthor_h'] = 'Single Author Only';
41$lang['singleauthor'] = 'The page was only edited by a single author so far. Others should recheck the page for correctness and readability.';
42
43/*
44$lang['_h'] = '';
45$lang[''] = '';
46*/
47