Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php |
— | — | @@ -0,0 +1,25 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * @file |
| 5 | + * @ingroup SMWLanguage |
| 6 | + */ |
| 7 | + |
| 8 | +/* |
| 9 | + * Protect against register_globals vulnerabilities. |
| 10 | + * This line must be present before any global variable is referenced. |
| 11 | + */ |
| 12 | +if (!defined('MEDIAWIKI')) die(); |
| 13 | + |
| 14 | +global $smwgIP; |
| 15 | +include_once($smwgIP . '/languages/SMW_LanguageDe.php'); |
| 16 | + |
| 17 | +/** |
| 18 | + * Translations for formal German are just the same as for German regarding |
| 19 | + * the core notions of SMW. Hence this class just extends SMWLanguageDe. |
| 20 | + * |
| 21 | + * @author Markus Krötzsch |
| 22 | + * @ingroup SMWLanguage |
| 23 | + * @ingroup Language |
| 24 | + */ |
| 25 | +class SMWLanguageDe_formal extends SMWLanguageDe { |
| 26 | +} |
Property changes on: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 27 | + native |