Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -118,10 +118,11 @@ |
119 | 119 | 'sf_formstart_createoredit' => 'Create or edit', |
120 | 120 | 'formedit' => 'Edit with form', |
121 | 121 | 'sf_formedit_createtitle' => 'Create $1: $2', |
122 | | - 'sf_formedit_badurl' => 'This is the page for editing with a form. You must specify both a form name and a target page in the URL; |
| 122 | + 'sf_formedit_createtitlenotarget' => 'Create $1', |
| 123 | + 'sf_formedit_badurl' => 'This is the page for editing with a form. You must specify both a form name and a target page in the URL; |
123 | 124 | it should look like \'Special:FormEdit?form=<form name>&target=<target page>\', or \'Special:FormEdit/<form name>/<target page>\'.', |
124 | | - 'sf_formedit_altforms' => 'You can instead add this page with one of the following forms:', |
125 | | - 'sf_formedit_altformsonly' => 'Please select from one of the following forms to add this page:', |
| 125 | + 'sf_formedit_altforms' => 'You can instead add this page with one of the following forms:', |
| 126 | + 'sf_formedit_altformsonly' => 'Please select from one of the following forms to add this page:', |
126 | 127 | 'sf_formcreate' => 'Create with form', |
127 | 128 | 'sf_viewform' => 'View form', |
128 | 129 | 'sf_editsource' => 'Edit source', |