Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -46,9 +46,34 @@ |
47 | 47 | 'sf_createtemplate_addtemplatebeforesave' => 'You must add at least one template to this form before you can save it.', |
48 | 48 | 'forms' => 'Forms', |
49 | 49 | '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', |
50 | 75 | 'createform' => 'Create a form', |
51 | 76 | '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):', |
53 | 78 | 'sf_createform_template' => 'Template:', |
54 | 79 | 'sf_createform_templatelabelinput' => 'Template label (optional):', |
55 | 80 | 'sf_createform_allowmultiple' => 'Allow for multiple (or zero) instances of this template in the created page', |
— | — | @@ -60,7 +85,7 @@ |
61 | 86 | 'sf_createform_inputtypedefault' => '(default)', |
62 | 87 | 'sf_createform_formlabel' => 'Form label:', |
63 | 88 | '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)', |
65 | 90 | 'sf_createform_mandatory' => 'Mandatory', |
66 | 91 | 'sf_createform_removetemplate' => 'Remove template', |
67 | 92 | 'sf_createform_addtemplate' => 'Add template:', |