Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -80,8 +80,8 @@ |
81 | 81 | 'sf_createclass_success' => 'Properties, template, form and category will be created.', |
82 | 82 | 'addpage' => 'Add page with form', |
83 | 83 | 'sf_addpage_badform' => 'Error: no form page was found at $1', |
84 | | - 'sf_addpage_badtitle' => 'Error: \'$1\' is an invalid title for a page.', |
85 | | - 'sf_addpage_docu' => 'Enter the name of the page here, to be edited with the form \'$1\'. |
| 84 | + 'sf_addpage_badtitle' => 'Error: "$1" is an invalid title for a page.', |
| 85 | + 'sf_addpage_docu' => 'Enter the name of the page here, to be edited with the form "$1". |
86 | 86 | If this page already exists, you will be sent to the form for editing that page. |
87 | 87 | Otherwise, you will be sent to the form for adding the page.', |
88 | 88 | 'sf_addpage_noform_docu' => 'Enter the name of the page here, and select the form to edit it with. |
— | — | @@ -127,10 +127,10 @@ |
128 | 128 | 'sf_property_isproperty' => 'This is a property of type $1.', |
129 | 129 | 'sf_property_linkstoform' => 'It links to pages that use the form $1.', |
130 | 130 | 'sf_property_allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
131 | | - 'sf_template_docu' => 'This is the \'$1\' template. |
| 131 | + 'sf_template_docu' => 'This is the "$1" template. |
132 | 132 | It should be called in the following format:', |
133 | 133 | 'sf_template_docufooter' => 'Edit the page to see the template text.', |
134 | | - 'sf_form_docu' => 'This is the \'$1\' form. |
| 134 | + 'sf_form_docu' => 'This is the "$1" form. |
135 | 135 | To add a page with this form, enter the page name below; |
136 | 136 | if a page with that name already exists, you will be sent to a form to edit that page.', |
137 | 137 | 'sf_form_freetextlabel' => 'Free text', |