(bug 6527) Allow customising interface text for the namespace selector label thing
This commit is contained in:
parent
cd1e5bab85
commit
90aeaaa07c
2 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ function wfSpecialImport( $page = '' ) {
|
|||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
Transfer pages into namespace: " .
|
||||
" . wfMsgHtml( 'import-interwiki-namespace' ) . " " .
|
||||
HTMLnamespaceselector( $namespace, '' ) . "
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -1460,6 +1460,7 @@ Revision dates and editors\' names will be preserved.
|
|||
All transwiki import actions are logged at the [[Special:Log/import|import log]].',
|
||||
'import-interwiki-history' => 'Copy all history versions for this page',
|
||||
'import-interwiki-submit' => 'Import',
|
||||
'import-interwiki-namespace' => 'Transfer pages into namespace:',
|
||||
'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
|
||||
'importstart' => "Importing pages...",
|
||||
'import-revision-count' => '$1 revision(s)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue