Index: trunk/extensions/Babel/Babel.i18n.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | 'babel-cellpadding' => '0', # Do not translate or duplicate this message to other languages. |
51 | 51 | |
52 | 52 | 'babel-portal' => '', # Do not translate or duplicate this message to other languages. |
53 | | - 'babel-template' => 'Template:$1', # Do not translate or duplicate this message to other languages. |
| 53 | + 'babel-template' => 'Template:User $1', # Optional. |
54 | 54 | |
55 | 55 | 'babel-footer' => 'Users by language', |
56 | 56 | ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -102,10 +102,8 @@ |
103 | 103 | optional = babel-1-male, babel-2-male, babel-3-male, babel-4-male, babel-5-male |
104 | 104 | optional = babel-N-male, babel-0-n-male, babel-1-n-male, babel-2-n-male |
105 | 105 | optional = babel-3-n-male, babel-4-n-male, babel-5-n-male, babel-N-n-male |
106 | | -optional = babel-autocreate-user |
107 | | -ignored = babel-box-cellspacing, babel-cellspacing |
108 | | -ignored = babel-portal, babel-template |
109 | | -ignored = babel-box-cellpadding, babel-cellpadding |
| 106 | +optional = babel-autocreate-user, babel-template |
| 107 | +ignored = babel-box-cellspacing, babel-cellspacing, babel-portal |
110 | 108 | |
111 | 109 | Back and Forth |
112 | 110 | file = BackAndForth/BackAndForth.i18n.php |