Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php |
— | — | @@ -72,8 +72,8 @@ |
73 | 73 | protected $m_SpecialPropertyAliases = array( |
74 | 74 | 'Type' => '_TYPE', |
75 | 75 | 'Enhet' => '_UNIT', |
76 | | - 'Synonym URI' => '_URI', |
77 | | - 'Synonym adresse' => '_URI' |
| 76 | + 'Synonym URI' => '_URI', |
| 77 | + 'Synonym adresse' => '_URI' |
78 | 78 | ); |
79 | 79 | |
80 | 80 | |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFi.php |
— | — | @@ -40,6 +40,23 @@ |
41 | 41 | '_rec' => 'Tietue', // name of record data type |
42 | 42 | '_qty' => 'Määrä', // name of the number type with units of measurement |
43 | 43 | ); |
| 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 | + ); |
44 | 61 | |
45 | 62 | protected $m_Namespaces = array( |
46 | 63 | SMW_NS_PROPERTY => 'Ominaisuus', |