r84950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84949‎ | r84950 | r84951 >
Date:10:06, 29 March 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Update Dutch.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNl.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNl.php
@@ -29,23 +29,24 @@
3030 '_str' => 'String', // name of the string type
3131 '_txt' => 'Tekst', // name of the text type
3232 '_cod' => 'Code', // name of the (source) code type
33 - '_boo' => 'Booleans', // name of the boolean type
 33+ '_boo' => 'Booleaans', // name of the boolean type
3434 '_num' => 'Getal', // name for the datatype of numbers
35 - '_geo' => 'Geographische coördinaat', // name of the geocoord type
 35+ '_geo' => 'Geografische coördinaat', // name of the geocoord type
3636 '_tem' => 'Temperatuur', // name of the temperature type
3737 '_dat' => 'Datum', // name of the datetime (calendar) type
3838 '_ema' => 'E-mail', // name of the email type
3939 '_uri' => 'URL', // name of the URL type
40 - '_anu' => 'Annotatie URI', // name of the annotation URI type (OWL annotation property)
41 - '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate
 40+ '_anu' => 'Annotatie-URI', // name of the annotation URI type (OWL annotation property)
 41+ '_tel' => 'Telefoonnummer', // name of the telephone (URI) type //TODO: translate
4242 '_rec' => 'Record', // name of record data type //TODO: translate
4343 );
4444
4545 protected $m_DatatypeAliases = array(
46 - 'URI' => '_uri',
47 - 'Integer' => '_num',
48 - 'Float' => '_num',
49 - 'Opsomming' => '_str',
 46+ 'URI' => '_uri',
 47+ 'Drijvende komma' => '_num',
 48+ 'Integer' => '_num',
 49+ 'Opsomming' => '_str',
 50+ 'Telefoonnummer' => '_tel',
5051 );
5152
5253 protected $m_SpecialProperties = array(
@@ -53,17 +54,21 @@
5455 '_TYPE' => 'Heeft type',
5556 '_URI' => 'Equivalent URI',
5657 '_SUBP' => 'Subeigenschap van',
57 - '_SUBC' => 'Subcategory of', // TODO: translate
 58+ '_SUBC' => 'Subcategorie van',
5859 '_UNIT' => 'Weergaveeenheden',
5960 '_IMPO' => 'Geïmporteerd uit',
6061 '_CONV' => 'Komt overeen met',
6162 '_SERV' => 'Verleent dienst',
6263 '_PVAL' => 'Geldige waarde',
6364 '_MDAT' => 'Wijzigingsdatum',
64 - '_ERRP' => 'Has improper value for', // TODO: translate
65 - '_LIST' => 'Has fields', // TODO: translate
 65+ '_ERRP' => 'Heeft ongeldige waarde voor',
 66+ '_LIST' => 'Heeft velden',
6667 );
6768
 69+protected $m_SpecialPropertyAliases = array(
 70+ 'Weergave-eenheid' => '_UNIT'
 71+);
 72+
6873 protected $m_Namespaces = array(
6974 SMW_NS_PROPERTY => 'Eigenschap',
7075 SMW_NS_PROPERTY_TALK => 'Overleg_eigenschap',

Status & tagging log