Index: trunk/extensions/SemanticForms/languages/SF_LanguageEn.php |
— | — | @@ -49,8 +49,6 @@ |
50 | 50 | 'sf_forms_docu' => 'The following forms exist in the wiki.', |
51 | 51 | 'createform' => 'Create form', |
52 | 52 | 'sf_createform_nameinput' => 'Form name (convention is to name the form after the main template it populates):', |
53 | | - 'sf_createform_titlefield' => 'Title field', |
54 | | - 'sf_createform_titledesc' => 'This is a string field, entered using a standard text entry.', |
55 | 53 | 'sf_createform_template' => 'Template:', |
56 | 54 | 'sf_createform_templatelabelinput' => 'Template label (optional):', |
57 | 55 | 'sf_createform_allowmultiple' => 'Allow for multiple (or zero) instances of this template in the created page', |
— | — | @@ -58,8 +56,9 @@ |
59 | 57 | 'sf_createform_fieldattr' => 'This field defines the attribute $1, of type $2.', |
60 | 58 | 'sf_createform_fieldattrunknowntype' => 'This field defines the attribute $1, of unspecified type (assuming to be $2).', |
61 | 59 | 'sf_createform_fieldrel' => 'This field defines the relation $1.', |
62 | | - 'sf_createform_formlabel' => 'Form label', |
| 60 | + 'sf_createform_formlabel' => 'Form label:', |
63 | 61 | 'sf_createform_hidden' => 'Hidden', |
| 62 | + 'sf_createform_restricted' => 'Restricted (only sysop users can modify it)', |
64 | 63 | 'sf_createform_mandatory' => 'Mandatory', |
65 | 64 | 'sf_createform_removetemplate' => 'Remove template', |
66 | 65 | 'sf_createform_addtemplate' => 'Add template:', |