r95624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95623‎ | r95624 | r95625 >
Date:14:27, 28 August 2011
Author:nikerabbit
Status:deferred
Tags:
Comment:
Followup r95622 - apparently I can't just leave things out and have them fallback to defaults
Also fixed whitespace in no
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFi.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php
@@ -72,8 +72,8 @@
7373 protected $m_SpecialPropertyAliases = array(
7474 'Type' => '_TYPE',
7575 'Enhet' => '_UNIT',
76 - 'Synonym URI' => '_URI',
77 - 'Synonym adresse' => '_URI'
 76+ 'Synonym URI' => '_URI',
 77+ 'Synonym adresse' => '_URI'
7878 );
7979
8080
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFi.php
@@ -40,6 +40,23 @@
4141 '_rec' => 'Tietue', // name of record data type
4242 '_qty' => 'Määrä', // name of the number type with units of measurement
4343 );
 44+
 45+ /// @todo: translate
 46+ protected $m_SpecialProperties = array(
 47+ // always start upper-case
 48+ '_TYPE' => 'Has type',
 49+ '_URI' => 'Equivalent URI',
 50+ '_SUBP' => 'Subproperty of',
 51+ '_SUBC' => 'Subcategory of',
 52+ '_UNIT' => 'Display units',
 53+ '_IMPO' => 'Imported from',
 54+ '_CONV' => 'Corresponds to',
 55+ '_SERV' => 'Provides service',
 56+ '_PVAL' => 'Allows value',
 57+ '_MDAT' => 'Modification date',
 58+ '_ERRP' => 'Has improper value for',
 59+ '_LIST' => 'Has fields',
 60+ );
4461
4562 protected $m_Namespaces = array(
4663 SMW_NS_PROPERTY => 'Ominaisuus',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95622Added some Finnish translation to SMW and SFnikerabbit14:03, 28 August 2011