Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -600,6 +600,8 @@ |
601 | 601 | 'edit-conflict', |
602 | 602 | 'edit-no-change', |
603 | 603 | 'edit-already-exists', |
| 604 | + 'talk-addsection-preload', |
| 605 | + 'talk-addsection-editintro', |
604 | 606 | ), |
605 | 607 | 'parserwarnings' => array( |
606 | 608 | 'expensive-parserfunction-warning', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -157,6 +157,9 @@ |
158 | 158 | 'wantedtemplates-summary', |
159 | 159 | 'activeusers-summary', |
160 | 160 | 'editpage-tos-summary', |
| 161 | + 'talk-addsection-preload', |
| 162 | + 'talk-addsection-editintro', |
| 163 | + |
161 | 164 | ); |
162 | 165 | |
163 | 166 | /** Optional messages, which may be translated only if changed in the target language. */ |