jenkins-bot has submitted this change and it was merged.

Change subject: Add missing message mwoauthdatastore-callback-not-found
......................................................................


Add missing message mwoauthdatastore-callback-not-found

Change-Id: I02115cf89f177fbd197e68c6ec55b61e5a41535e
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  CSteipp: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index 770b860..1e5f1e1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -186,6 +186,7 @@
        "mwoauth-bad-request-invalid-action-contact": "Sorry, something went 
wrong. You'll need to [$1 contact] the application author for help with 
this.\n\n<span class=\"plainlinks mw-mwoautherror-details\">Unknown URL, 
[https://www.mediawiki.org/wiki/Help:OAuth/Errors#E003 E003]</span>",
        "mwoauthdatastore-access-token-not-found": "No approved grant was found 
for that authorization token.",
        "mwoauthdatastore-request-token-not-found": "Sorry, something went 
wrong connecting this application.\nGo back and try to connect your account 
again, or contact the application author.\n\n<span class=\"plainlinks 
mw-mwoautherror-details\">OAuth token not found, 
[https://www.mediawiki.org/wiki/Help:OAuth/Errors#E004 E004]</span>",
+       "mwoauthdatastore-callback-not-found": "OAuth callback URL not found in 
cache. This is probably an error in how the application makes requests to the 
server.",
        "mwoauthdatastore-request-token-already-used": "This request has 
already been completed and cannot be resubmitted.\nGo back to the application 
and try to connect your account again, or contact the application 
author.\n\n<span class=\"plainlinks mw-mwoautherror-details\">OAuth token 
already used, [https://www.mediawiki.org/wiki/Help:OAuth/Errors#E009 
E009]</span>",
        "mwoauthdatastore-bad-token": "No token was found matching your 
request.",
        "mwoauthdatastore-bad-source-ip": "The request came from an invalid IP 
address.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 845b170..c768cc0 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -194,6 +194,7 @@
        "mwoauth-bad-request-invalid-action-contact": "Error, when the 
3rd-party OAuth developers sends users to a bad authorization url, but we know 
which application made the request and we can link the user to a page to 
contact the developer.\n\nParameters:\n* $1 - URL",
        "mwoauthdatastore-access-token-not-found": "Error message when an 
invalid access token was submitted",
        "mwoauthdatastore-request-token-not-found": "Error message when an 
invalid request token was submitted",
+       "mwoauthdatastore-callback-not-found": "Error message when the callback 
URL is not found in cache.",
        "mwoauthdatastore-request-token-already-used": "Error message when a 
request token that has already been used was resubmitted",
        "mwoauthdatastore-bad-token": "Error message when an invalid token was 
submitted",
        "mwoauthdatastore-bad-source-ip": "Error message when a request comes 
from an IP address which is not among those whitelisted",

-- 
To view, visit https://gerrit.wikimedia.org/r/248477
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I02115cf89f177fbd197e68c6ec55b61e5a41535e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: GergÅ‘ Tisza <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to