mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Improve message for the infamous "HTTP 404" error
(This is the error from T233127.) It's still somewhat unhelpfully generic because it can appear in many situations. But at least it'll be searchable, and less ambiguous about where the 404 happened when a user reports getting this error. Change-Id: I9e771934c436f39dd380fa5a06edcfbce9efad4c
This commit is contained in:
parent
b901f8f107
commit
3a7f5703dd
|
@ -23,10 +23,10 @@
|
|||
},
|
||||
"apierror-visualeditor-badcachekey": "No cached serialization found with that key",
|
||||
"apierror-visualeditor-difffailed": "Diff failed",
|
||||
"apierror-visualeditor-docserver-http-error": "$1",
|
||||
"apierror-visualeditor-docserver-http": "HTTP $1",
|
||||
"apierror-visualeditor-docserver-http-error": "Error contacting the Parsoid/RESTBase server: $1",
|
||||
"apierror-visualeditor-docserver-http": "Error contacting the Parsoid/RESTBase server (HTTP $1)",
|
||||
"apierror-visualeditor-docserver-unconfigured": "The VirtualRESTService for the document server is not defined; see https://www.mediawiki.org/wiki/Extension:VisualEditor",
|
||||
"apierror-visualeditor-docserver": "Error contacting the Parsoid/RESTbase server",
|
||||
"apierror-visualeditor-docserver": "Error contacting the Parsoid/RESTBase server (no response)",
|
||||
"apierror-visualeditor-latestnotfound": "Could not find latest revision for title",
|
||||
"apihelp-visualeditor-description": "Returns HTML5 for a page from the Parsoid service.",
|
||||
"apihelp-visualeditor-param-basetimestamp": "When saving, set this to the timestamp of the revision that was edited. Used to detect edit conflicts.",
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
},
|
||||
"apierror-visualeditor-badcachekey": "{{doc-apierror}}",
|
||||
"apierror-visualeditor-difffailed": "{{doc-apierror}}",
|
||||
"apierror-visualeditor-docserver-http-error": "{{Ignored}}\n{{doc-apierror}}\n\nParameters:\n* $1 - Error message, probably in English",
|
||||
"apierror-visualeditor-docserver-http": "{{Ignored}}\n{{doc-apierror}}\n\nParameters:\n* $1 - HTTP status code (numeric)",
|
||||
"apierror-visualeditor-docserver-http-error": "{{Related|apierror-visualeditor-docserver}}\n{{doc-apierror}}\n\nParameters:\n* $1 - Error message, probably in English",
|
||||
"apierror-visualeditor-docserver-http": "{{Related|apierror-visualeditor-docserver}}\n{{doc-apierror}}\n\nParameters:\n* $1 - HTTP status code (numeric)",
|
||||
"apierror-visualeditor-docserver-unconfigured": "{{doc-apierror}}",
|
||||
"apierror-visualeditor-docserver": "{{doc-apierror}}",
|
||||
"apierror-visualeditor-docserver": "{{Related|apierror-visualeditor-docserver}}\n{{doc-apierror}}",
|
||||
"apierror-visualeditor-latestnotfound": "{{doc-apierror}}",
|
||||
"apihelp-visualeditor-description": "{{doc-apihelp-description|visualeditor}}",
|
||||
"apihelp-visualeditor-param-basetimestamp": "{{doc-apihelp-param|visualeditor|basetimestamp}}",
|
||||
|
|
Loading…
Reference in a new issue