r94177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94176‎ | r94177 | r94178 >
Date:18:03, 10 August 2011
Author:ankitgarg833
Status:deferred (Comments)
Tags:
Comment:
some i18n msgs
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php
@@ -19,8 +19,17 @@
2020 'pageschemas-header' => 'The XML definition for this template is:',
2121 'ps-property-isproperty' => 'This is a property of type $1.',
2222 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:',
23 - 'ps-generate-pages' => 'Generate Pages',
24 - 'ps-generate-pages-desc' => 'Generate the following pages, based on this category\'s schema:',
 23+ 'generatepages' => 'Generate pages',
 24+ 'generatepages-desc' => 'Generate the following pages, based on this category\'s schema:',
 25+ 'page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema: ',
 26+ 'page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:',
 27+ 'page-desc-edit-schema' => 'This category exists,have a page schema. Edit schema:',
 28+ 'delimeter-label' => 'Delimiter for values (default is ","): ',
 29+ 'multiple-temp-label' => 'Allow multiple instances of this template',
 30+ 'field-list-label' => 'This field can hold a list of values',
 31+ 'add-xml-label' => 'Additional XML:',
 32+ 'schema-name-label' => 'Name of schema:',
 33+
2534 );
2635
2736 /** Message documentation (Message documentation)

Follow-up revisions

RevisionCommit summaryAuthorDate
r94272Temporarly disabled due to FIXME r94177raymond19:22, 11 August 2011

Comments

#Comment by Raymond (talk | contribs)   18:37, 10 August 2011

Please prefix all messages with "ps-" or similar to avoid conflicts with core and/or other extensions

#Comment by Nikerabbit (talk | contribs)   04:41, 11 August 2011

The indentation is inconsistent. Use tabs only in the beginning of the line.

Also, please commit all related files together, not one by one.

Status & tagging log