r95845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95844‎ | r95845 | r95846 >
Date:10:19, 31 August 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Tweak 'ps-generatepages-noschema'
Update whitespace.
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php
@@ -15,38 +15,38 @@
1616 $messages = array();
1717
1818 $messages['en'] = array(
19 - 'ps-desc' => 'Supports templates defining their data structure via XML markup',
 19+ 'ps-desc' => 'Supports templates defining their data structure via XML markup',
2020
2121 # FIXME: Is 'pageschemas-header' used anywhere? If not, please delete it from this file.
22 - 'pageschemas-header' => 'The XML definition for this template is:',
 22+ 'pageschemas-header' => 'The XML definition for this template is:',
2323
24 - 'ps-property-isproperty' => 'This is a property of type $1.',
25 - 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:',
26 - 'ps-schema-description' => 'Schema description:',
27 - 'generatepages' => 'Generate pages',
28 - 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:',
29 - 'ps-generatepages-success' => 'Pages will be generated.',
30 - 'ps-generatepages-noschema' => 'Error: there is no page schema defined for this category',
31 - 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema:',
32 - 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:',
33 - 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:',
34 - 'ps-delimiter-label' => 'Delimiter for values (default is ","):',
35 - 'ps-multiple-temp-label' => 'Allow multiple instances of this template',
36 - 'ps-field-list-label' => 'This field can hold a list of values',
37 - 'ps-template' => 'Template',
38 - 'ps-add-template' => 'Add template',
39 - 'ps-remove-template' => 'Remove template',
40 - 'ps-field' => 'Field',
41 - 'ps-displaylabel' => 'Display label:',
42 - 'ps-add-field' => 'Add field',
43 - 'ps-remove-field' => 'Remove field',
44 - 'ps-add-xml-label' => 'Additional XML:',
45 - 'ps-schema-name-label' => 'Name of schema:',
46 - 'editschema' => 'Edit schema',
 24+ 'ps-property-isproperty' => 'This is a property of type $1.',
 25+ 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:',
 26+ 'ps-schema-description' => 'Schema description:',
 27+ 'generatepages' => 'Generate pages',
 28+ 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:',
 29+ 'ps-generatepages-success' => 'Pages will be generated.',
 30+ 'ps-generatepages-noschema' => 'Error: There is no page schema defined for this category.',
 31+ 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema:',
 32+ 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:',
 33+ 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:',
 34+ 'ps-delimiter-label' => 'Delimiter for values (default is ","):',
 35+ 'ps-multiple-temp-label' => 'Allow multiple instances of this template',
 36+ 'ps-field-list-label' => 'This field can hold a list of values',
 37+ 'ps-template' => 'Template',
 38+ 'ps-add-template' => 'Add template',
 39+ 'ps-remove-template' => 'Remove template',
 40+ 'ps-field' => 'Field',
 41+ 'ps-displaylabel' => 'Display label:',
 42+ 'ps-add-field' => 'Add field',
 43+ 'ps-remove-field' => 'Remove field',
 44+ 'ps-add-xml-label' => 'Additional XML:',
 45+ 'ps-schema-name-label' => 'Name of schema:',
 46+ 'editschema' => 'Edit schema',
4747 );
4848
4949 /** Message documentation (Message documentation)
50 - * @author Ankit Garg
 50+ * @author Ankit Garg
5151 */
5252 $messages['qqq'] = array(
5353 'ps-desc' => '{{desc}}',

Status & tagging log