r95734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95733‎ | r95734 | r95735 >
Date:03:28, 30 August 2011
Author:yaron
Status:deferred
Tags:
Comment:
Improved formatting, added some values
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php
@@ -15,31 +15,37 @@
1616 $messages = array();
1717
1818 $messages['en'] = array(
19 - 'ps-pageschemas-desc' => 'Supports templates defining their data structure via XML markup',
20 - 'pageschemas-header' => 'The XML definition for this template is:',
21 - 'ps-property-isproperty' => 'This is a property of type $1.',
22 - 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:',
23 - 'ps-generatepages' => 'Generate pages',
24 - 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:',
25 - 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema: ',
26 - 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:',
27 - 'ps-page-desc-edit-schema' => 'This category exists,have a page schema. Edit schema:',
28 - 'ps-delimeter-label' => 'Delimiter for values (default is ","): ',
29 - 'ps-multiple-temp-label' => 'Allow multiple instances of this template',
30 - 'ps-field-list-label' => 'This field can hold a list of values',
31 - 'ps-add-xml-label' => 'Additional XML:',
32 - 'ps-schema-name-label' => 'Name of schema:',
33 - 'editschema' => 'Edit schema',
34 - 'generatepages' => 'Generate pages',
35 - 'createpages' => 'Create schema' ,
36 -
 19+ 'ps-pageschemas-desc' => 'Supports templates defining their data structure via XML markup',
 20+ 'pageschemas-header' => 'The XML definition for this template is:',
 21+ 'ps-property-isproperty' => 'This is a property of type $1.',
 22+ 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:',
 23+ 'ps-generatepages' => 'Generate pages',
 24+ 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:',
 25+ 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema: ',
 26+ 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:',
 27+ 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:',
 28+ 'ps-delimiter-label' => 'Delimiter for values (default is ","): ',
 29+ 'ps-multiple-temp-label' => 'Allow multiple instances of this template',
 30+ 'ps-field-list-label' => 'This field can hold a list of values',
 31+ 'pageschemas-template' => 'Template',
 32+ 'ps-add-template' => 'Add template',
 33+ 'ps-remove-template' => 'Remove template',
 34+ 'pageschemas-field' => 'Field',
 35+ 'pageschemas-displaylabel' => 'Display label:',
 36+ 'ps-add-field' => 'Add field',
 37+ 'ps-remove-field' => 'Remove field',
 38+ 'ps-add-xml-label' => 'Additional XML:',
 39+ 'ps-schema-name-label' => 'Name of schema:',
 40+ 'editschema' => 'Edit schema',
 41+ 'createschema' => 'Create schema',
 42+ 'generatepages' => 'Generate pages',
3743 );
3844
3945 /** Message documentation (Message documentation)
4046 * @author Ankit Garg
4147 */
4248 $messages['qqq'] = array(
43 - 'ps-ps-pageschemas-desc' => '{{desc}}',
 49+ 'ps-pageschemas-desc' => '{{desc}}',
4450 'pageschemas-header' => 'Header to display XML definition in template page',
4551 );
4652

Status & tagging log