mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 10:59:28 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I66e6b9dc9040ad6f3f92d5b7136103f08df36582
This commit is contained in:
parent
64f54a5d20
commit
8352b08f3b
|
@ -160,7 +160,7 @@ $specialPageAliases['mk'] = array(
|
|||
|
||||
/** Malayalam (മലയാളം) */
|
||||
$specialPageAliases['ml'] = array(
|
||||
'ReplaceText' => array( 'പകരംഎഴുത്ത്' ),
|
||||
'ReplaceText' => array( 'എഴുത്ത്മാറ്റിച്ചേർക്കുക' ),
|
||||
);
|
||||
|
||||
/** Marathi (मराठी) */
|
||||
|
|
|
@ -73,11 +73,45 @@ $messages['qqq'] = array(
|
|||
'replacetext_regexdocu' => '* "Original text" - {{msg-mw|replacetext_originaltext}}
|
||||
* "Replacement text" - {{msg-mw|replacetext_replacementtext}}',
|
||||
'replacetext_choosepagesforedit' => 'Displayed over the list of pages where the given text was found.',
|
||||
'replacetext_choosepagesformove' => 'Used in [[Special:ReplaceText]].
|
||||
|
||||
This message is followed by list of the pages.
|
||||
|
||||
Parameters:
|
||||
* $1 - target string
|
||||
* $2 - replacement string
|
||||
* $3 - number of pages',
|
||||
'replacetext_cannotmove' => 'Used in [[Special:ReplaceText]].
|
||||
|
||||
This message is followed by list of the pages.
|
||||
|
||||
Parameters:
|
||||
* $1 - number of pages which cannot be moved',
|
||||
'replacetext_invertselections' => '{{Identical|Invert selection}}',
|
||||
'replacetext_replace' => 'Label of the button, which triggers the begin of replacment.
|
||||
|
||||
{{Identical|Replace}}',
|
||||
'replacetext_success' => 'Used as success message in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - target string
|
||||
* $2 - replacement string
|
||||
* $3 - number of affected pages',
|
||||
'replacetext_noreplacement' => 'Used in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - target string
|
||||
See also:
|
||||
* {{msg-mw|Replacetext nomove}}',
|
||||
'replacetext_nomove' => 'Used in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - target string
|
||||
See also:
|
||||
* {{msg-mw|Replacetext noreplacement}}',
|
||||
'replacetext_nosuchcategory' => 'Used in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - category name (with link)',
|
||||
'replacetext_warning' => 'Used in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - number of pages
|
||||
* $2 - replacement string',
|
||||
'replacetext_continue' => '{{Identical|Continue}}',
|
||||
'replacetext_editsummary' => 'Used as Edit Summary in [[Special:ReplaceText]]. Parameters:
|
||||
* $1 - target string
|
||||
* $2 - replacement string',
|
||||
'right-replacetext' => '{{doc-right|replacetext}}',
|
||||
'action-replacetext' => '{{doc-action|replacetext}}',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue