Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | '_geo' => 'Geografische Koordinaten', // name of the geocoord type |
42 | 42 | '_tem' => 'Temperatur', // name of the temperature type |
43 | 43 | '_dat' => 'Datum', // name of the datetime (calendar) type |
44 | | - '_ema' => 'Email', // name of the email type |
| 44 | + '_ema' => 'E-Mail', // name of the email type |
45 | 45 | '_uri' => 'URL', // name of the URL type |
46 | 46 | '_anu' => 'URI-Annotation', // name of the annotation URI type (OWL annotation property) |
47 | 47 | '_tel' => 'Telefonnummer', // name of the telephone number URI datatype |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php |
— | — | @@ -48,7 +48,8 @@ |
49 | 49 | 'Float' => '_num', |
50 | 50 | 'Integer' => '_num', |
51 | 51 | 'Enumeration' => '_str', |
52 | | - 'Phone number' => '_tel', |
| 52 | + 'Phone number' => '_tel' |
| 53 | + 'E-mail' => '_ema', |
53 | 54 | 'Geographic coordinate' => '_geo' |
54 | 55 | ); |
55 | 56 | |