Index: trunk/extensions/QPoll/qp_i18n.php |
— | — | @@ -101,13 +101,13 @@ |
102 | 102 | Either remove the dependance attribute, or create the poll with id=$3 at the page $2 and save it. |
103 | 103 | To save a poll, submit it while not answering to any proposal questions.', |
104 | 104 | 'qp_error_vote_dependance_poll' => 'Please vote for poll $1 first.', |
105 | | - 'qp_error_too_many_spans' => 'Too many category classes for the subcategories defined', |
| 105 | + 'qp_error_too_many_spans' => 'Too many category groups for the total number of subcategories defined', |
106 | 106 | 'qp_error_unanswered_span' => 'Unanswered subcategory', |
107 | 107 | 'qp_error_non_unique_choice' => 'This question requires unique proposal answer', |
108 | 108 | 'qp_error_category_name_empty' => 'Category name is empty', |
109 | 109 | 'qp_error_proposal_text_empty' => 'Proposal text is empty', |
110 | 110 | 'qp_error_too_few_categories' => 'At least two categories must be defined', |
111 | | - 'qp_error_too_few_spans' => 'Every category class requires at least two possible answers defined', |
| 111 | + 'qp_error_too_few_spans' => 'Every category group must contain at least two subcategories', |
112 | 112 | 'qp_error_no_answer' => 'Unanswered proposal', |
113 | 113 | 'qp_error_unique' => 'Question of type unique() has more proposals than possible answers defined: impossible to complete' |
114 | 114 | ); |
— | — | @@ -121,14 +121,14 @@ |
122 | 122 | */ |
123 | 123 | $messages['qqq'] = array( |
124 | 124 | 'pollresults' => 'Special page name in [[Special:SpecialPages]]', |
125 | | - 'qp_desc' => '{{desc}}', |
| 125 | + 'qp_desc' => '{{desc}} Important notice: Categories can be grouped into category groups, which are internally referred as "spans". Such grouped categories become "subcategories". While the extension evolved, these groups were consequentially called as "spans", "metacategories", "category groups". Please read the on-line documentation carefully before translating.', |
126 | 126 | 'qp_result_error' => '{{Identical|Syntax error}}', |
127 | 127 | 'qp_vote_button' => '{{Identical|Vote}}', |
128 | 128 | 'qp_source_link' => '"Source" is the link text for a link to the page where the poll is defined. |
129 | 129 | {{Identical|Source}}', |
130 | 130 | 'qp_stats_link' => '{{Identical|Statistics}}', |
131 | 131 | 'qp_users_link' => '{{Identical|User}}', |
132 | | - 'qp_voice_link_inv' => "What '?' means?", |
| 132 | + 'qp_voice_link_inv' => "At the moment of query generation there was no user answer for the selected poll yet. Question mark encourages wiki administrator to re-submit the query again.", |
133 | 133 | 'qp_user_polls_link' => 'Parameters: |
134 | 134 | * $1 is the number of polls participated in. |
135 | 135 | * $2 is the name of the user this message refers to (optional - use for GENDER)', |
— | — | @@ -156,6 +156,8 @@ |
157 | 157 | !$3|| |
158 | 158 | |is the poll ID of the poll, which this erroneous poll depends on. |
159 | 159 | |}', |
| 160 | + 'qp_error_too_many_spans' => 'There cannot be more category groups defined than the total count of subcategories.', |
| 161 | + 'qp_error_too_few_spans' => 'Every category group should include at least two subcategories', |
160 | 162 | ); |
161 | 163 | |
162 | 164 | /** Afrikaans (Afrikaans) |