Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -95,6 +95,8 @@ |
96 | 96 | 'revision-nav', |
97 | 97 | 'rfcurl', |
98 | 98 | 'shareddescriptionfollows', |
| 99 | + 'signature', |
| 100 | + 'signature-anon', |
99 | 101 | 'signupend', |
100 | 102 | 'sitenotice', |
101 | 103 | 'sitesubtitle', |
— | — | @@ -254,8 +256,6 @@ |
255 | 257 | 'hebrew-calendar-m10-gen', |
256 | 258 | 'hebrew-calendar-m11-gen', |
257 | 259 | 'hebrew-calendar-m12-gen', |
258 | | - 'signature', |
259 | | - 'signature-anon', |
260 | 260 | ); |
261 | 261 | |
262 | 262 | /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */ |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3044,8 +3044,8 @@ |
3045 | 3045 | 'hebrew-calendar-m11-gen' => 'Av', # only translate this message to other languages if you have to change it |
3046 | 3046 | 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it |
3047 | 3047 | |
3048 | | -# Default signatures for all languages. Do not duplicate to other languages |
3049 | | -'signature' => '[[User:$1|$2]]', # default signature for registered users |
3050 | | -'signature-anon' => '[[Special:Contributions/$1|$2]]', # default signature for anonymous users |
| 3048 | +# Signatures |
| 3049 | +'signature' => '[[User:$1|$2]]', # don't translate or duplicate this message to other languages |
| 3050 | +'signature-anon' => '[[Special:Contributions/$1|$2]]', # don't translate or duplicate this message to other languages |
3051 | 3051 | |
3052 | 3052 | ); |