r98501 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98500‎ | r98501 | r98502 >
Date:05:34, 30 September 2011
Author:questpc
Status:ok
Tags:
Comment:
Message documentation for some of new message keys introduced.
Modified paths:
  • /trunk/extensions/QPoll/i18n/qp.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/QPoll/i18n/qp.i18n.php
@@ -150,6 +150,7 @@
151151 */
152152 $messages['qqq'] = array(
153153 'pollresults' => 'Special page name in [[Special:SpecialPages]]',
 154+ 'qpollwebinstall' => 'Special page name in [[Special:SpecialPages]]',
154155 '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.',
155156 'qp_result_error' => '{{Identical|Syntax error}}',
156157 'qp_vote_button' => '{{Identical|Vote}}',
@@ -191,7 +192,7 @@
192193 * $1 is a language code,
193194 * $2 is a language code.',
194195 'qp_error_eval_unsupported_language' => 'Parameters:
195 -* $1 is a language code.',
 196+* $1 is a language code (usually is a value of qpinterpret tag lang attribute).',
196197 'qp_error_eval_illegal_token' => 'Parameters:
197198 * $1 is a PHP token
198199 * $2 is a PHP token value
@@ -221,6 +222,8 @@
222223 'qp_error_eval_self_check' => 'Parameters:
223224 * $1 is self check that has failed.',
224225 'qp_error_eval_unable_to_lint' => '"Lint" is the term that is now applied generically to tools that flag suspicious usage in software written in any computer language [[w:en:Lint_%28software%29]].',
 226+ 'qp_error_interpretation_no_return' => 'Interpretation script missed an return statement.',
 227+ 'qp_error_structured_interpretation_is_too_long' => 'Structured interpretation is serialized string containing scalar value or an associative array stored into database table field. It\'s purpose is to have measurable, easily processable interpretation result for the particular poll which then can be processed by external tools (via XLS export) or, to be read and processed by next poll interpretation script (data import and in the future maybe an export as well). When the serialized string is too long, it should never be stored, otherwise it will be truncated by DBMS so it cannot be properly unserialized later.',
225228 );
226229
227230 /** Afrikaans (Afrikaans)

Status & tagging log