MediaWiki  REL1_20
LanguageQqx.php
Go to the documentation of this file.
00001 <?php
00033 class LanguageQqx extends Language {
00038         function getMessage( $key ) {
00039                 return "($key)";
00040         }
00041 }