mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 02:00:06 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I198e8734168b68c1984efebcd837fa4669421323
This commit is contained in:
parent
f4ea523b58
commit
422e1d6692
|
@ -49,6 +49,7 @@ $messages['en'] = array(
|
||||||
/** Message documentation (Message documentation)
|
/** Message documentation (Message documentation)
|
||||||
* @author Raymond
|
* @author Raymond
|
||||||
* @author Ryan Lane <rlane@wikimedia.org>
|
* @author Ryan Lane <rlane@wikimedia.org>
|
||||||
|
* @author Shirayuki
|
||||||
*/
|
*/
|
||||||
$messages['qqq'] = array(
|
$messages['qqq'] = array(
|
||||||
'oathauth-desc' => '{{desc}}',
|
'oathauth-desc' => '{{desc}}',
|
||||||
|
@ -78,7 +79,8 @@ Extension name, found on Special:Version',
|
||||||
'oathauth-failedtodisableoauth' => 'Plain text found Special:OATH when disabling OATH has been unsuccessful.',
|
'oathauth-failedtodisableoauth' => 'Plain text found Special:OATH when disabling OATH has been unsuccessful.',
|
||||||
'oathauth-reattemptdisable' => 'Link found when disabling OATH credentials has failed on Special:OATH.',
|
'oathauth-reattemptdisable' => 'Link found when disabling OATH credentials has failed on Special:OATH.',
|
||||||
'oathauth-failedtoresetoath' => 'Plain text found on Special:OATH when reseting OATH has been unsuccessful.',
|
'oathauth-failedtoresetoath' => 'Plain text found on Special:OATH when reseting OATH has been unsuccessful.',
|
||||||
'oathauth-notloggedin' => 'Page title seen on Special:OATH when a user is not logged in.',
|
'oathauth-notloggedin' => 'Page title seen on Special:OATH when a user is not logged in.
|
||||||
|
{{Identical|Login required}}',
|
||||||
'oathauth-mustbeloggedin' => 'Plain text seen on Special:OATH when a user is not logged in.',
|
'oathauth-mustbeloggedin' => 'Plain text seen on Special:OATH when a user is not logged in.',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue