Added result properties to action=paraminfo
[lhc/web/wiklou.git] / languages / classes / LanguageQqx.php
1 <?php
2 /**
3 * For all translated messages, this returns the name of the message bracketed.
4 * This does not affect untranslated messages.
5 *
6 * NOTE: It returns a valid title, because there are some poorly written
7 * extentions that assume the contents of some messages are valid.
8 *
9 * @ingroup Language
10 */
11 class LanguageQqx extends Language {
12 /**
13 * @param $key string
14 * @return string
15 */
16 function getMessage( $key ) {
17 return "($key)";
18 }
19 }