Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_cn.php |
— | — | @@ -7,7 +7,12 @@ |
8 | 8 | |
9 | 9 | /* private */ var $m_ContentMessages = array( |
10 | 10 | '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. |
12 | 17 | 'sd_filter_hasvalues' => '其有着$1的这些值。', //It has the values $1. |
13 | 18 | 'sd_filter_haslabel' => '其有着此一$1标签' //It has the label $1. |
14 | 19 | ); |
— | — | @@ -15,6 +20,7 @@ |
16 | 21 | /* private */ var $m_UserMessages = array( |
17 | 22 | 'viewdata' => '查看资料', |
18 | 23 | 'sd_viewdata_choosecategory' => '选取某项分类(category)', |
| 24 | + 'sd_viewdata_viewcategory' => '查看分类页面', |
19 | 25 | 'sd_viewdata_subcategory' => '子分类', |
20 | 26 | 'sd_viewdata_other' => '其他的', |
21 | 27 | 'sd_viewdata_none' => '无', |
— | — | @@ -25,6 +31,10 @@ |
26 | 32 | 'sd_createfilter_property' => '此一筛选器所涵盖的性质:', //Property that this filter covers: |
27 | 33 | 'sd_createfilter_usepropertyvalues' => '使用此一性质的「允许值」做为筛选器', //Use allowed values for this property for the filter |
28 | 34 | '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' => '在此一筛选器展示其作用之前要求须选取其他的筛选器:', |
29 | 39 | 'sd_createfilter_entervalues' => '以手工的方式键入筛选器的筛选值(其值必须以半型逗号","分隔,如果您的输入值内包含半型逗号则须则"\,"取代):', |
30 | 40 | 'sd_createfilter_label' => '为此一筛选选器设置标签(选择性的):', |
31 | 41 | |
— | — | @@ -34,12 +44,14 @@ |
35 | 45 | /* private */ var $m_SpecialProperties = array( |
36 | 46 | //always start upper-case |
37 | 47 | // category properties |
38 | | - SD_SP_HAS_FILTER => '设置筛选器', |
| 48 | + SD_SP_HAS_FILTER => '设置筛选器', //'Has filter' |
39 | 49 | // 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' |
44 | 56 | ); |
45 | 57 | |
46 | 58 | var $m_Namespaces = array( |
— | — | @@ -48,3 +60,4 @@ |
49 | 61 | ); |
50 | 62 | |
51 | 63 | } |
| 64 | + |
Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageEn.php |
— | — | @@ -8,13 +8,18 @@ |
9 | 9 | /* private */ var $m_ContentMessages = array( |
10 | 10 | 'sd_filter_coversproperty' => 'This filter covers the property $1.', |
11 | 11 | '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', |
12 | 15 | 'sd_filter_hasvalues' => 'It has the values $1.', |
| 16 | + 'sd_filter_requiresfilter' => 'It requires the presence of the filter $1.', |
13 | 17 | 'sd_filter_haslabel' => 'It has the label $1.' |
14 | 18 | ); |
15 | 19 | |
16 | 20 | /* private */ var $m_UserMessages = array( |
17 | 21 | 'viewdata' => 'View data', |
18 | 22 | 'sd_viewdata_choosecategory' => 'Choose a category', |
| 23 | + 'sd_viewdata_viewcategory' => 'view category', |
19 | 24 | 'sd_viewdata_subcategory' => 'Subcategory', |
20 | 25 | 'sd_viewdata_other' => 'Other', |
21 | 26 | 'sd_viewdata_none' => 'None', |
— | — | @@ -25,8 +30,10 @@ |
26 | 31 | 'sd_createfilter_property' => 'Property that this filter covers:', |
27 | 32 | 'sd_createfilter_usepropertyvalues' => 'Use allowed values for this property for the filter', |
28 | 33 | 'sd_createfilter_usecategoryvalues' => 'Get values for filter from this category:', |
| 34 | + 'sd_createfilter_usedatevalues' => 'Use date ranges for this filter with this time period:', |
29 | 35 | 'sd_createfilter_entervalues' => 'Enter values for filter manually (values should be separated by commas - if a value contains a comma, replace it with "\,"):', |
30 | 36 | 'sd_createfilter_label' => 'Label for this filter (optional):', |
| 37 | + 'sd_createfilter_requirefilter' => 'Require another filter to be selected before this one is displayed:', |
31 | 38 | |
32 | 39 | 'sd_blank_error' => 'cannot be blank' |
33 | 40 | ); |
— | — | @@ -39,6 +46,8 @@ |
40 | 47 | SD_SP_COVERS_PROPERTY => 'Covers property', |
41 | 48 | SD_SP_HAS_VALUE => 'Has value', |
42 | 49 | 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', |
43 | 52 | SD_SP_HAS_LABEL => 'Has label' |
44 | 53 | ); |
45 | 54 | |
Index: trunk/extensions/SemanticDrilldown/languages/SD_LanguageZh_tw.php |
— | — | @@ -7,7 +7,12 @@ |
8 | 8 | |
9 | 9 | /* private */ var $m_ContentMessages = array( |
10 | 10 | '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. |
12 | 17 | 'sd_filter_hasvalues' => '其有著$1的這些值。', //It has the values $1. |
13 | 18 | 'sd_filter_haslabel' => '其有著此一$1標籤' //It has the label $1. |
14 | 19 | ); |
— | — | @@ -15,6 +20,7 @@ |
16 | 21 | /* private */ var $m_UserMessages = array( |
17 | 22 | 'viewdata' => '查看資料', |
18 | 23 | 'sd_viewdata_choosecategory' => '選取某項分類(category)', |
| 24 | + 'sd_viewdata_viewcategory' => '查看分類頁面', |
19 | 25 | 'sd_viewdata_subcategory' => '子分類', |
20 | 26 | 'sd_viewdata_other' => '其他的', |
21 | 27 | 'sd_viewdata_none' => '無', |
— | — | @@ -25,6 +31,10 @@ |
26 | 32 | 'sd_createfilter_property' => '此一篩選器所涵蓋的性質:', //Property that this filter covers: |
27 | 33 | 'sd_createfilter_usepropertyvalues' => '使用此一性質的「允許值」做為篩選器', //Use allowed values for this property for the filter |
28 | 34 | '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:', |
29 | 39 | 'sd_createfilter_entervalues' => '以手工的方式鍵入篩選器的篩選值(其值必須以半型逗號","分隔,如果您的輸入值內包含半型逗號則須則"\,"取代):', |
30 | 40 | 'sd_createfilter_label' => '為此一篩選選器設定標籤(選擇性的):', |
31 | 41 | |
— | — | @@ -34,12 +44,14 @@ |
35 | 45 | /* private */ var $m_SpecialProperties = array( |
36 | 46 | //always start upper-case |
37 | 47 | // category properties |
38 | | - SD_SP_HAS_FILTER => '設置篩選器', |
| 48 | + SD_SP_HAS_FILTER => '設置篩選器', //'Has filter' |
39 | 49 | // 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' |
44 | 56 | ); |
45 | 57 | |
46 | 58 | var $m_Namespaces = array( |