r82521 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82520‎ | r82521 | r82522 >
Date:18:06, 20 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added messages for descriptions of form field parameters, made some improvements to two existing English-language messages
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -46,9 +46,34 @@
4747 'sf_createtemplate_addtemplatebeforesave' => 'You must add at least one template to this form before you can save it.',
4848 'forms' => 'Forms',
4949 'sf_forms_docu' => 'The following forms exist in the wiki.',
 50+ 'sf_forminputs_class' => 'The HTML "class" attribute for this input',
 51+ 'sf_forminputs_default' => 'The default value for this input',
 52+ 'sf_forminputs_preload' => 'A wiki page whose contents will become this input\'s default value',
 53+ 'sf_forminputs_property' => 'A semantic property that this field corresponds to',
 54+ 'sf_forminputs_size' => 'The size of this text field, in characters',
 55+ 'sf_forminputs_maxlength' => 'The maximum allowed length of the text in this field',
 56+ 'sf_forminputs_uploadable' => 'Place an "Upload file" link next to this input',
 57+ 'sf_forminputs_defaultfilename' => 'The default filename for uploaded files',
 58+ 'sf_forminputs_rows' => 'The number of rows for this input',
 59+ 'sf_forminputs_cols' => 'The number of columns for this input',
 60+ 'sf_forminputs_autogrow' => 'Set this input to grow in size if the text exceeds its boundaries',
 61+ 'sf_forminputs_valuesfromproperty' => 'A property whose values in the wiki should be this input\'s set of values',
 62+ 'sf_forminputs_valuesfromcategory' => 'A category whose pages should be this input\'s set of values',
 63+ 'sf_forminputs_valuesfromnamespace' => 'A namespace whose pages should be this input\'s set of values',
 64+ 'sf_forminputs_valuesfromconcept' => 'A Semantic MediaWiki "concept" page whose pages should be this input\'s set of values',
 65+ 'sf_forminputs_valuesfromurl' => 'A URL holding structured data that should be this input\'s set of values',
 66+ 'sf_forminputs_values' => 'The set of values for this input, separated by commas',
 67+ 'sf_forminputs_list' => 'Mark this input as holding a list of values',
 68+ 'sf_forminputs_delimiter' => 'The delimiter between field values, if this input holds a list of them',
 69+ 'sf_forminputs_remoteautocompletion' => 'Use remote autocompletion',
 70+ 'sf_forminputs_showonselect' => 'Page elements to display only if certain values are selected (example: "value1=>div1;value2=>div2")',
 71+ 'sf_forminputs_includetimezone' => 'Include an input for the time zone',
 72+ 'sf_forminputs_topcategory' => 'The parent category of this set of categories (required)',
 73+ 'sf_forminputs_height' => 'The height of this input, in pixels',
 74+ 'sf_forminputs_width' => 'The width of this input, in pixels',
5075 'createform' => 'Create a form',
5176 'sf_createform_nameinput' => 'Form name',
52 - 'sf_createform_nameinputdesc' => '(convention is to name the form after the main template it populates):',
 77+ 'sf_createform_nameinputdesc' => '(the form is usually given the same name as its main template):',
5378 'sf_createform_template' => 'Template:',
5479 'sf_createform_templatelabelinput' => 'Template label (optional):',
5580 'sf_createform_allowmultiple' => 'Allow for multiple (or zero) instances of this template in the created page',
@@ -60,7 +85,7 @@
6186 'sf_createform_inputtypedefault' => '(default)',
6287 'sf_createform_formlabel' => 'Form label:',
6388 'sf_createform_hidden' => 'Hidden',
64 - 'sf_createform_restricted' => 'Restricted (only sysop users can modify it)',
 89+ 'sf_createform_restricted' => 'Restricted (only administrators can modify it)',
6590 'sf_createform_mandatory' => 'Mandatory',
6691 'sf_createform_removetemplate' => 'Remove template',
6792 'sf_createform_addtemplate' => 'Add template:',