MediaWiki  REL1_19
LanguageQqx.php
Go to the documentation of this file.
00001 <?php
00011 class LanguageQqx extends Language {
00016         function getMessage( $key ) {
00017                 return "($key)";
00018         }
00019 }