r28727 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28726‎ | r28727 | r28728 >
Date:20:54, 20 December 2007
Author:yaron
Status:old
Tags:
Comment:
Updates for version 0.2.1
Modified paths:
  • /trunk/extensions/SemanticDrilldown/languages/SD_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_cn.php (modified) (history)
  • /trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_tw.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_cn.php
@@ -7,7 +7,12 @@
88
99 /* private */ var $m_ContentMessages = array(
1010 'sd_filter_coversproperty' => '此筛选器涵盖了$1性质。', //This filter covers the property $1.
11 - 'sd_filter_getsvaluesfromcategory' => '其从$1取得它的值。', //It gets its values from the category $1
 11+ 'sd_filter_getsvaluesfromcategory' => '其从$1分类取得它的值。', //It gets its values from the category $1
 12+ 'sd_filter_usestimeperiod' => '其使用「$1」做为时间期限值', //It uses $1 as the time period
 13+ 'sd_filter_year' => '年',
 14+ 'sd_filter_month' => '月',
 15+ 'sd_filter_hasvalues' => '其含有$1值。', //It has the values $1
 16+ 'sd_filter_requiresfilter' => '其以$1筛选器为基础。', //It requires the presence of the filter $1.
1217 'sd_filter_hasvalues' => '其有着$1的这些值。', //It has the values $1.
1318 'sd_filter_haslabel' => '其有着此一$1标签' //It has the label $1.
1419 );
@@ -15,6 +20,7 @@
1621 /* private */ var $m_UserMessages = array(
1722 'viewdata' => '查看资料',
1823 'sd_viewdata_choosecategory' => '选取某项分类(category)',
 24+ 'sd_viewdata_viewcategory' => '查看分类页面',
1925 'sd_viewdata_subcategory' => '子分类',
2026 'sd_viewdata_other' => '其他的',
2127 'sd_viewdata_none' => '无',
@@ -25,6 +31,10 @@
2632 'sd_createfilter_property' => '此一筛选器所涵盖的性质:', //Property that this filter covers:
2733 'sd_createfilter_usepropertyvalues' => '使用此一性质的「允许值」做为筛选器', //Use allowed values for this property for the filter
2834 'sd_createfilter_usecategoryvalues' => '从此分类中为筛选器取得筛选值:', //Get values for filter from this category:
 35+ 'sd_createfilter_usedatevalues' => '以此一期间为此筛选器设置日期范围值:', //Use date ranges for this filter with this time period:
 36+ 'sd_createfilter_entervalues' => '以手工赋予值的方式设置此一筛选器(其值必须以半型逗号分隔「,」,如果您的资料中已含有半型逗号,则须以「\,」符号取代):', //Enter values for filter manually (values should be separated by commas - if a value contains a comma, replace it with "\,"):
 37+ 'sd_createfilter_label' => '为此一筛选器设置标签(选择性的):',
 38+ 'sd_createfilter_requirefilter' => '在此一筛选器展示其作用之前要求须选取其他的筛选器:',
2939 'sd_createfilter_entervalues' => '以手工的方式键入筛选器的筛选值(其值必须以半型逗号","分隔,如果您的输入值内包含半型逗号则须则"\,"取代):',
3040 'sd_createfilter_label' => '为此一筛选选器设置标签(选择性的):',
3141
@@ -34,12 +44,14 @@
3545 /* private */ var $m_SpecialProperties = array(
3646 //always start upper-case
3747 // category properties
38 - SD_SP_HAS_FILTER => '设置筛选器',
 48+ SD_SP_HAS_FILTER => '设置筛选器', //'Has filter'
3949 // filter properties
40 - SD_SP_COVERS_PROPERTY => '涵盖性质',
41 - SD_SP_HAS_VALUE => '筛选值',
42 - SD_SP_GETS_VALUES_FROM_CATEGORY => '应用筛选值于分类',
43 - SD_SP_HAS_LABEL => '设置标签'
 50+ SD_SP_COVERS_PROPERTY => '涵盖性质', //'Covers property',
 51+ SD_SP_HAS_VALUE => '筛选值', //'Has value',
 52+ SD_SP_GETS_VALUES_FROM_CATEGORY => '设分类为筛选值', //'Gets values from category',
 53+ SD_SP_USES_TIME_PERIOD => '时间期限', //'Uses time period',
 54+ SD_SP_REQUIRES_FILTER => '基础筛选器', //'Requires filter',
 55+ SD_SP_HAS_LABEL => '设置标签' //'Has label'
4456 );
4557
4658 var $m_Namespaces = array(
@@ -48,3 +60,4 @@
4961 );
5062
5163 }
 64+
Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageEn.php
@@ -8,13 +8,18 @@
99 /* private */ var $m_ContentMessages = array(
1010 'sd_filter_coversproperty' => 'This filter covers the property $1.',
1111 'sd_filter_getsvaluesfromcategory' => 'It gets its values from the category $1.',
 12+ 'sd_filter_usestimeperiod' => 'It uses $1 as the time period.',
 13+ 'sd_filter_year' => 'Year',
 14+ 'sd_filter_month' => 'Month',
1215 'sd_filter_hasvalues' => 'It has the values $1.',
 16+ 'sd_filter_requiresfilter' => 'It requires the presence of the filter $1.',
1317 'sd_filter_haslabel' => 'It has the label $1.'
1418 );
1519
1620 /* private */ var $m_UserMessages = array(
1721 'viewdata' => 'View data',
1822 'sd_viewdata_choosecategory' => 'Choose a category',
 23+ 'sd_viewdata_viewcategory' => 'view category',
1924 'sd_viewdata_subcategory' => 'Subcategory',
2025 'sd_viewdata_other' => 'Other',
2126 'sd_viewdata_none' => 'None',
@@ -25,8 +30,10 @@
2631 'sd_createfilter_property' => 'Property that this filter covers:',
2732 'sd_createfilter_usepropertyvalues' => 'Use allowed values for this property for the filter',
2833 'sd_createfilter_usecategoryvalues' => 'Get values for filter from this category:',
 34+ 'sd_createfilter_usedatevalues' => 'Use date ranges for this filter with this time period:',
2935 'sd_createfilter_entervalues' => 'Enter values for filter manually (values should be separated by commas - if a value contains a comma, replace it with "\,"):',
3036 'sd_createfilter_label' => 'Label for this filter (optional):',
 37+ 'sd_createfilter_requirefilter' => 'Require another filter to be selected before this one is displayed:',
3138
3239 'sd_blank_error' => 'cannot be blank'
3340 );
@@ -39,6 +46,8 @@
4047 SD_SP_COVERS_PROPERTY => 'Covers property',
4148 SD_SP_HAS_VALUE => 'Has value',
4249 SD_SP_GETS_VALUES_FROM_CATEGORY => 'Gets values from category',
 50+ SD_SP_USES_TIME_PERIOD => 'Uses time period',
 51+ SD_SP_REQUIRES_FILTER => 'Requires filter',
4352 SD_SP_HAS_LABEL => 'Has label'
4453 );
4554
Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_tw.php
@@ -7,7 +7,12 @@
88
99 /* private */ var $m_ContentMessages = array(
1010 'sd_filter_coversproperty' => '此篩選器涵蓋了$1性質。', //This filter covers the property $1.
11 - 'sd_filter_getsvaluesfromcategory' => '其從$1取得它的值。', //It gets its values from the category $1
 11+ 'sd_filter_getsvaluesfromcategory' => '其從$1分類取得它的值。', //It gets its values from the category $1
 12+ 'sd_filter_usestimeperiod' => '其使用「$1」做為時間期限值', //It uses $1 as the time period
 13+ 'sd_filter_year' => '年',
 14+ 'sd_filter_month' => '月',
 15+ 'sd_filter_hasvalues' => '其含有$1值。', //It has the values $1
 16+ 'sd_filter_requiresfilter' => '其以$1篩選器為基礎。', //It requires the presence of the filter $1.
1217 'sd_filter_hasvalues' => '其有著$1的這些值。', //It has the values $1.
1318 'sd_filter_haslabel' => '其有著此一$1標籤' //It has the label $1.
1419 );
@@ -15,6 +20,7 @@
1621 /* private */ var $m_UserMessages = array(
1722 'viewdata' => '查看資料',
1823 'sd_viewdata_choosecategory' => '選取某項分類(category)',
 24+ 'sd_viewdata_viewcategory' => '查看分類頁面',
1925 'sd_viewdata_subcategory' => '子分類',
2026 'sd_viewdata_other' => '其他的',
2127 'sd_viewdata_none' => '無',
@@ -25,6 +31,10 @@
2632 'sd_createfilter_property' => '此一篩選器所涵蓋的性質:', //Property that this filter covers:
2733 'sd_createfilter_usepropertyvalues' => '使用此一性質的「允許值」做為篩選器', //Use allowed values for this property for the filter
2834 'sd_createfilter_usecategoryvalues' => '從此分類中為篩選器取得篩選值:', //Get values for filter from this category:
 35+ 'sd_createfilter_usedatevalues' => '以此一期間為此篩選器設置日期範圍值:', //Use date ranges for this filter with this time period:
 36+ 'sd_createfilter_entervalues' => '以手工賦予值的方式設置此一篩選器(其值必須以半型逗號分隔「,」,如果您的資料中已含有半型逗號,則須以「\,」符號取代):', //Enter values for filter manually (values should be separated by commas - if a value contains a comma, replace it with "\,"):
 37+ 'sd_createfilter_label' => '為此一篩選器設置標籤(選擇性的):',
 38+ 'sd_createfilter_requirefilter' => '在此一篩選器展示其作用之前要求須選取其他的篩選器(即此一篩選器的作用係以另一篩選器為其基礎):', //'Require another filter to be selected before this one is displayed:',
2939 'sd_createfilter_entervalues' => '以手工的方式鍵入篩選器的篩選值(其值必須以半型逗號","分隔,如果您的輸入值內包含半型逗號則須則"\,"取代):',
3040 'sd_createfilter_label' => '為此一篩選選器設定標籤(選擇性的):',
3141
@@ -34,12 +44,14 @@
3545 /* private */ var $m_SpecialProperties = array(
3646 //always start upper-case
3747 // category properties
38 - SD_SP_HAS_FILTER => '設置篩選器',
 48+ SD_SP_HAS_FILTER => '設置篩選器', //'Has filter'
3949 // filter properties
40 - SD_SP_COVERS_PROPERTY => '涵蓋性質',
41 - SD_SP_HAS_VALUE => '篩選值',
42 - SD_SP_GETS_VALUES_FROM_CATEGORY => '應用篩選值於分類',
43 - SD_SP_HAS_LABEL => '設置標籤'
 50+ SD_SP_COVERS_PROPERTY => '涵蓋性質', //'Covers property',
 51+ SD_SP_HAS_VALUE => '篩選值', //'Has value',
 52+ SD_SP_GETS_VALUES_FROM_CATEGORY => '設分類為篩選值', //'Gets values from category',
 53+ SD_SP_USES_TIME_PERIOD => '時間期限', //'Uses time period',
 54+ SD_SP_REQUIRES_FILTER => '基礎篩選器', //'Requires filter',
 55+ SD_SP_HAS_LABEL => '設置標籤' //'Has label'
4456 );
4557
4658 var $m_Namespaces = array(

Status & tagging log