Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_cn.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | '_cod' => 'Code', // name of the (source) code type //TODO: translate |
33 | 33 | '_boo' => '布林', // 'Boolean', // name of the boolean type |
34 | 34 | '_num' => '数字', // 'Number', // name for the datatype of numbers |
35 | | - '_geo' => '地理学的座标', // 'Geographic coordinate', // name of the geocoord type |
| 35 | + '_geo' => '地理学的座标', // 'Geographic coordinates', // name of the geocoord type |
36 | 36 | '_tem' => '温度', // 'Temperature', // name of the temperature type |
37 | 37 | '_dat' => '日期', // 'Date', // name of the datetime (calendar) type |
38 | 38 | '_ema' => 'Email', // 'Email', // name of the email type |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | '_cod' => 'Code', // name of the (source) code type |
34 | 34 | '_boo' => 'Boolean', // name of the boolean type |
35 | 35 | '_num' => 'Number', // name for the datatype of numbers |
36 | | - '_geo' => 'Geographic coordinate', // name of the geocoord type |
| 36 | + '_geo' => 'Geographic coordinates', // name of the geocoord type |
37 | 37 | '_tem' => 'Temperature', // name of the temperature type |
38 | 38 | '_dat' => 'Date', // name of the datetime (calendar) type |
39 | 39 | '_ema' => 'Email', // name of the email type |
— | — | @@ -49,6 +49,7 @@ |
50 | 50 | 'Integer' => '_num', |
51 | 51 | 'Enumeration' => '_str', |
52 | 52 | 'Phone number' => '_tel', |
| 53 | + 'Geographic coordinate' => '_geo' |
53 | 54 | ); |
54 | 55 | |
55 | 56 | protected $m_SpecialProperties = array( |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php |
— | — | @@ -56,7 +56,8 @@ |
57 | 57 | 'Code' => '_cod', |
58 | 58 | 'Boolean' => '_boo', |
59 | 59 | 'Number' => '_num', |
60 | | - 'Geographic coordinate' => '_geo', |
| 60 | + 'Geographic coordinates'=> '_geo', |
| 61 | + 'Geographic coordinate' => '_geo', // deprecated, see Bug 30990 |
61 | 62 | 'Temperature' => '_tem', |
62 | 63 | 'Quantity' => '_qty', |
63 | 64 | 'Date' => '_dat', |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_tw.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | '_cod' => 'Code', // name of the (source) code type //TODO: translate |
31 | 31 | '_boo' => '布林', // 'Boolean', // name of the boolean type |
32 | 32 | '_num' => '數字', // 'Number', // name for the datatype of numbers |
33 | | - '_geo' => '地理學的座標', // 'Geographic coordinate', // name of the geocoord type |
| 33 | + '_geo' => '地理學的座標', // 'Geographic coordinates', // name of the geocoord type |
34 | 34 | '_tem' => '溫度', // 'Temperature', // name of the temperature type |
35 | 35 | '_dat' => '日期', // 'Date', // name of the datetime (calendar) type |
36 | 36 | '_ema' => 'Email', // 'Email', // name of the email type |