r60327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60326‎ | r60327 | r60328 >
Date:17:26, 23 December 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
new (stub) translation for subcategory_of property
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageAr.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageArz.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEs.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFr.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageHe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageIt.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNl.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePl.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePt.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageSk.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_cn.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_tw.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_cn.php
@@ -55,6 +55,7 @@
5656 '_TYPE' => '设有型态', //'Has type',
5757 '_URI' => '对应的URI', //'Equivalent URI',
5858 '_SUBP' => '所属的子性质', //'Subproperty of',
 59+ '_SUBC' => 'Subcategory of', // TODO: translate
5960 '_UNIT' => '显示单位', //Display unit
6061 '_IMPO' => '输入来源', //Imported from
6162 '_CONV' => '符合于', //Corresponds to
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageAr.php
@@ -49,6 +49,7 @@
5050 '_TYPE' => 'لديه نوع',
5151 '_URI' => 'معرف الموارد الموحد معادلة',
5252 '_SUBP' => 'الخاصية الفرعية ل',
 53+ '_SUBC' => 'Subcategory of', // TODO: translate
5354 '_UNIT' => 'عرض الوحدات',
5455 '_IMPO' => 'المستوردة من',
5556 '_CONV' => 'يقابل',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -52,6 +52,7 @@
5353 '_TYPE' => 'Has type',
5454 '_URI' => 'Equivalent URI',
5555 '_SUBP' => 'Subproperty of',
 56+ '_SUBC' => 'Subcategory of',
5657 '_UNIT' => 'Display units',
5758 '_IMPO' => 'Imported from',
5859 '_CONV' => 'Corresponds to',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEs.php
@@ -49,6 +49,7 @@
5050 '_TYPE' => 'Tiene tipo de datos',
5151 '_URI' => 'URI equivalente',
5252 '_SUBP' => 'Subproperty of', // TODO: translate
 53+ '_SUBC' => 'Subcategory of', // TODO: translate
5354 '_UNIT' => 'Unidad de medida', // TODO: should be plural now ("units"), singluar stays alias
5455 '_IMPO' => 'Importado de',
5556 '_CONV' => 'Corresponde a',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFr.php
@@ -49,6 +49,7 @@
5050 '_TYPE' => 'A le type',
5151 '_URI' => 'URI équivalente',
5252 '_SUBP' => 'Sous^-propriété de',
 53+ '_SUBC' => 'Subcategory of', // TODO: translate
5354 '_UNIT' => 'Unités de mesure',
5455 '_IMPO' => 'Importé de',
5556 '_CONV' => 'Correspond à',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNl.php
@@ -51,6 +51,7 @@
5252 '_TYPE' => 'Heeft type',
5353 '_URI' => 'Equivalent URI',
5454 '_SUBP' => 'Subeigenschap van',
 55+ '_SUBC' => 'Subcategory of', // TODO: translate
5556 '_UNIT' => 'Weergaveeenheden',
5657 '_IMPO' => 'Geïmporteerd uit',
5758 '_CONV' => 'Komt overeen met',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePl.php
@@ -68,6 +68,7 @@
6969 '_TYPE' => 'Ma typ',
7070 '_URI' => 'Równoważne URI',
7171 '_SUBP' => 'Jest podwłasnością',
 72+ '_SUBC' => 'Subcategory of', // TODO: translate
7273 '_UNIT' => 'Wyświetlane jednostki',
7374 '_IMPO' => 'Zaimportowane z',
7475 '_CONV' => 'Odpowiada',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageIt.php
@@ -52,13 +52,14 @@
5353 '_TYPE' => 'Ha tipo', //'Has type',
5454 '_URI' => 'URI equivalente', //'Equivalent URI',
5555 '_SUBP' => 'Sottoproprietà di', // 'Subproperty of',
56 - '_UNIT' => 'Visualizza unità', //TODO
 56+ '_SUBC' => 'Subcategory of', // TODO: translate
 57+ '_UNIT' => 'Visualizza unità',
5758 '_IMPO' => 'Importato da', // 'Imported from',
5859 '_CONV' => 'Corrisponde a ', // 'Corresponds to',
5960 '_SERV' => 'Fornisce servizio', // 'Provides service',
6061 '_PVAL' => 'Ammette valore', //'Allows value'
61 - '_MDAT' => 'Data di modifica', // TODO: translate
62 - '_ERRP' => 'Ha un valore improprio per' // TODO: translate
 62+ '_MDAT' => 'Data di modifica',
 63+ '_ERRP' => 'Ha un valore improprio per'
6364 );
6465
6566 protected $m_SpecialPropertyAliases = array(
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php
@@ -56,6 +56,7 @@
5757 '_TYPE' => 'Har type',
5858 '_URI' => 'Ekvivalent URI',
5959 '_SUBP' => 'Underkategori av',
 60+ '_SUBC' => 'Subcategory of', // TODO: translate
6061 '_UNIT' => 'Visningsenhet',
6162 '_IMPO' => 'Importert fra',
6263 '_CONV' => 'Svarer til',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageSk.php
@@ -48,6 +48,7 @@
4949 '_TYPE' => 'Má typ',
5050 '_URI' => 'Ekvivalent URI',
5151 '_SUBP' => 'Subproperty of', // TODO: translate
 52+ '_SUBC' => 'Subcategory of', // TODO: translate
5253 '_UNIT' => 'Zobrazovacia jednotka', // TODO: should be plural now ("units"), singluar stays alias
5354 '_IMPO' => 'Importovaný z',
5455 '_CONV' => 'Zodpovedá',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePt.php
@@ -49,6 +49,7 @@
5050 '_TYPE' => 'Tem o tipo',
5151 '_URI' => 'URI equivalente',
5252 '_SUBP' => 'Sub-propriedade de',
 53+ '_SUBC' => 'Subcategory of', // TODO: translate
5354 '_UNIT' => 'Unidades de amostra',
5455 '_IMPO' => 'Importado de',
5556 '_CONV' => 'Corresponde a',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php
@@ -50,6 +50,7 @@
5151 '_TYPE' => 'Имеет тип',
5252 '_URI' => 'Эквивалентный URI',
5353 '_SUBP' => 'Подчиненное свойству',
 54+ '_SUBC' => 'Subcategory of', // TODO: translate
5455 '_UNIT' => 'Отображаемые единицы',
5556 '_IMPO' => 'Импортировано из',
5657 '_CONV' => 'Относится к',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php
@@ -57,6 +57,7 @@
5858 '_TYPE' => 'Datentyp',
5959 '_URI' => 'Gleichwertige URI',
6060 '_SUBP' => 'Unterattribut von',
 61+ '_SUBC' => 'Unterkategorie von',
6162 '_UNIT' => 'Einheiten',
6263 '_IMPO' => 'Importiert aus',
6364 '_CONV' => 'Entspricht',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_tw.php
@@ -53,6 +53,7 @@
5454 '_TYPE' => '設有型態', //'Has type',
5555 '_URI' => '對應的URI', //'Equivalent URI',
5656 '_SUBP' => '所屬的子性質', //'Subproperty of',
 57+ '_SUBC' => 'Subcategory of', // TODO: translate
5758 '_UNIT' => '顯示單位', //Display unit
5859 '_IMPO' => '輸入來源', //Imported from
5960 '_CONV' => '符合於', //Corresponds to
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageHe.php
@@ -51,6 +51,7 @@
5252 '_TYPE' => 'מטיפוס',
5353 '_URI' => 'מזהה יחודי תואם',
5454 '_SUBP' => 'רכוש כפוף ל',
 55+ '_SUBC' => 'Subcategory of', // TODO: translate
5556 '_UNIT' => 'יחידות מידה',
5657 '_IMPO' => 'יובא מ',
5758 '_CONV' => 'מתורגם ל',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageArz.php
@@ -49,6 +49,7 @@
5050 '_TYPE' => 'لديه نوع',
5151 '_URI' => 'معرف الموارد الموحد معادلة',
5252 '_SUBP' => 'الخاصية الفرعية ل',
 53+ '_SUBC' => 'Subcategory of', // TODO: translate
5354 '_UNIT' => 'عرض الوحدات',
5455 '_IMPO' => 'المستوردة من',
5556 '_CONV' => 'يقابل',

Status & tagging log