r46471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46470‎ | r46471 | r46472 >
Date:19:46, 28 January 2009
Author:malafaya
Status:deferred
Tags:
Comment:
Special:Transaction messages i18n
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/SpecialTransaction.php (modified) (history)
  • /trunk/extensions/Wikidata/SpecialLanguages.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/SpecialLanguages.i18n.php
@@ -78,7 +78,8 @@
7979 'transaction' => 'Wikidata: Transaction log',
8080 'ow_transaction_operation' => 'Operation',
8181 'ow_transaction_is_latest' => 'Is latest',
82 -
 82+ 'ow_transaction_class_member' => 'Class member',
 83+
8384 'conceptmapping' => 'Wikidata: Concept mapping',
8485 'ow_conceptmapping_title' => 'Concept Mapping',
8586 'ow_conceptmapping_help' => '<p>possible actions: <ul>
Index: trunk/extensions/Wikidata/OmegaWiki/SpecialTransaction.php
@@ -185,7 +185,7 @@
186186
187187 $o->updatedRelations = new Attribute('updated-relations', 'Relations', $o->updatedRelationsStructure);
188188
189 - $o->classMember = new Attribute('class-member', 'Class member', $o->definedMeaningReferenceStructure);
 189+ $o->classMember = new Attribute('class-member', wfMsg('ow_transaction_class_member'), $o->definedMeaningReferenceStructure);
190190
191191 $o->updatedClassMembershipStructure = new Structure(
192192 $o->rollBack,
@@ -196,7 +196,7 @@
197197 $o->isLatest
198198 );
199199
200 - $o->updatedClassMembership = new Attribute('updated-class-membership', 'Class membership', $o->updatedClassMembershipStructure);
 200+ $o->updatedClassMembership = new Attribute('updated-class-membership', wfMsg('ow_ClassMembership'), $o->updatedClassMembershipStructure);
201201
202202
203203
@@ -213,13 +213,13 @@
214214 $o->operation
215215 );
216216
217 - $o->updatedCollectionMembership = new Attribute('updated-collection-membership', 'Collection membership', $o->updatedCollectionMembershipStructure);
 217+ $o->updatedCollectionMembership = new Attribute('updated-collection-membership', wfMsg('ow_CollectionMembership'), $o->updatedCollectionMembershipStructure);
218218
219219
220220
221221 $o->objectId = new Attribute('object-id', 'Object', 'object-id');
222222 $o->valueId = new Attribute('value-id', 'Value identifier', 'object-id');
223 - $o->attribute = new Attribute('attribute', 'Attribute', $o->definedMeaningReferenceStructure);
 223+ $o->attribute = new Attribute('attribute', wfMsg('ow_ClassAttributeAttribute'), $o->definedMeaningReferenceStructure);
224224
225225
226226
@@ -280,8 +280,8 @@
281281
282282
283283 $o->classId = new Attribute('class-attribute-id', 'Class attribute id', 'object-id');
284 - $o->level = new Attribute('level', 'Level', $o->definedMeaningReferenceStructure);
285 - $o->type = new Attribute('type', 'Type', 'text');
 284+ $o->level = new Attribute('level', wfMsg('ow_ClassAttributeLevel'), $o->definedMeaningReferenceStructure);
 285+ $o->type = new Attribute('type', wfMsg('ow_ClassAttributeType'), 'text');
286286
287287 $o->updatedClassAttributesStructure = new Structure(
288288 $o->rollBack,

Status & tagging log