r59930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59929‎ | r59930 | r59931 >
Date:16:03, 10 December 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
updated Italian namespace translation from user Melos (closing Bug 21804)
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageIt.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageIt.php
@@ -35,7 +35,7 @@
3636 '_dat' => 'Data', // name of the datetime (calendar) type
3737 '_ema' => 'Email', // name of the email type
3838 '_uri' => 'URL', // name of the URL type
39 - '_anu' => 'Annotation URI' // name of the annotation URI type (OWL annotation property)
 39+ '_anu' => 'Annotazione URI' // name of the annotation URI type (OWL annotation property)
4040 );
4141
4242 protected $m_DatatypeAliases = array(
@@ -52,13 +52,13 @@
5353 '_TYPE' => 'Ha tipo', //'Has type',
5454 '_URI' => 'URI equivalente', //'Equivalent URI',
5555 '_SUBP' => 'Sottoproprietà di', // 'Subproperty of',
56 - '_UNIT' => 'Display units', //TODO
 56+ '_UNIT' => 'Visualizza unità', //TODO
5757 '_IMPO' => 'Importato da', // 'Imported from',
5858 '_CONV' => 'Corrisponde a ', // 'Corresponds to',
5959 '_SERV' => 'Fornisce servizio', // 'Provides service',
6060 '_PVAL' => 'Ammette valore', //'Allows value'
61 - '_MDAT' => 'Modification date', // TODO: translate
62 - '_ERRP' => 'Has improper value for' // TODO: translate
 61+ '_MDAT' => 'Data di modifica', // TODO: translate
 62+ '_ERRP' => 'Ha un valore improprio per' // TODO: translate
6363 );
6464
6565 protected $m_SpecialPropertyAliases = array(
@@ -66,14 +66,16 @@
6767 );
6868
6969 protected $m_Namespaces = array( // TODO: translate (English aliases can be kept, see other language files
70 - SMW_NS_PROPERTY => 'Property',
71 - SMW_NS_PROPERTY_TALK => 'Property_talk',
72 - SMW_NS_TYPE => 'Type',
73 - SMW_NS_TYPE_TALK => 'Type_talk',
74 - SMW_NS_CONCEPT => 'Concept',
75 - SMW_NS_CONCEPT_TALK => 'Concept_talk'
 70+ SMW_NS_PROPERTY => 'Proprietà',
 71+ SMW_NS_PROPERTY_TALK => 'Discussione proprietà',
 72+ SMW_NS_TYPE => 'Tipo',
 73+ SMW_NS_TYPE_TALK => 'Discussione tipo',
 74+ SMW_NS_CONCEPT => 'Concetto',
 75+ SMW_NS_CONCEPT_TALK => 'Discussione concetto'
7676 );
7777
78 -}
 78+protected $m_months = array("gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre");
7979
 80+protected $m_monthsshort = array("gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic");
8081
 82+}
\ No newline at end of file

Status & tagging log