System messages
From GameSalad Fans Wiki
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
rest-compare-wrong-content (talk) (Translate) | The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text. |
rest-cross-origin-anon-write (talk) (Translate) | Anonymous cross-origin write requests are not allowed |
rest-edit-conflict (talk) (Translate) | Edit conflict ($1) |
rest-extraneous-body-fields (talk) (Translate) | Extraneous fields found in request body: $1 |
rest-extraneous-csrf-token (talk) (Translate) | Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks. |
rest-html-backend-error (talk) (Translate) | Unable to fetch Parsoid HTML: $1 |
rest-html-key-expected (talk) (Translate) | Expected <var>html</var> key in body |
rest-html-stash-failure (talk) (Translate) | Unable to stash Parsoid HTML. |
rest-invalid-ip (talk) (Translate) | The specified IP ($1) is invalid |
rest-invalid-title (talk) (Translate) | The specified title ($1) does not refer to a wiki page. |
rest-invalid-transform (talk) (Translate) | Invalid transform: $1 to $2 |
rest-invalid-user (talk) (Translate) | The specified username ($1) is invalid |
rest-json-body-parse-error (talk) (Translate) | Parsing request body as JSON failed: $1 |
rest-media-too-many-links (talk) (Translate) | Too many media links found on title $1 ($2 allowed) |
rest-missing-body-field (talk) (Translate) | Mandatory field "$1" missing from request body. |
rest-missing-revision-html (talk) (Translate) | Missing revision html |
rest-missing-revision-html-content-type (talk) (Translate) | Content-type of revision html is missing. |
rest-mock-error (talk) (Translate) | Mock error. |
rest-no-json-decode (talk) (Translate) | Payload does not JSON decode to an array |
rest-no-match (talk) (Translate) | The requested relative path ($1) did not match any known handler |
rest-no-revision (talk) (Translate) | Unable to retrieve revision for title $1 |
rest-no-stashed-content (talk) (Translate) | No stashed content found for $1 |
rest-nonexistent-revision (talk) (Translate) | The specified revision ($1) does not exist |
rest-nonexistent-title (talk) (Translate) | The specified page ($1) does not exist |
rest-nonexistent-title-revision (talk) (Translate) | The specified revision ($1) does not exist for the specified page ($2) |
rest-nonexistent-user (talk) (Translate) | The specified user ($1) does not exist |
rest-page-bundle-validation-error (talk) (Translate) | PageBundle does not match contentVersion: $1 |
rest-page-source-type-error (talk) (Translate) | The content type of the page source requested is unsupported |
rest-pagehistory-incompatible-params (talk) (Translate) | Parameters "older_than" and "newer_than" cannot both be specified |
rest-pagehistory-param-range-error (talk) (Translate) | Revision id must be greater than 0 |
rest-pagehistory-timestamp-error (talk) (Translate) | Unable to retrieve timestamp for the specified revision ($1) |
rest-pagehistorycount-parameters-invalid (talk) (Translate) | The specified combination of parameters is not supported. |
rest-pagehistorycount-too-many-revisions (talk) (Translate) | The specified title contains too many revisions to retrieve this count. |
rest-pagehistorycount-type-unrecognized (talk) (Translate) | The specified count type ($1) is not valid |
rest-param-desc-revision-id (talk) (Translate) | Revision id |
rest-parsoid-bad-render-id (talk) (Translate) | Bad Parsoid render ID: $1 |
rest-parsoid-error (talk) (Translate) | Parsoid error. |
rest-parsoid-resource-exceeded (talk) (Translate) | Resource limit exceeded |
rest-parsoid-unsupported-media (talk) (Translate) | Unsupported Media Type |
rest-permission-denied-anon (talk) (Translate) | Not accessible by anonymous user |
rest-permission-denied-revision (talk) (Translate) | User doesn't have access to the requested revision ($1). |
rest-permission-denied-title (talk) (Translate) | The user does not have rights to read title ($1) |
rest-permission-error (talk) (Translate) | Permission denied: $1 |
rest-prefix-mismatch (talk) (Translate) | The requested path ($1) was not inside the REST API base path ($2) |
rest-previous-revision-unavailable (talk) (Translate) | Could not find previous revision. Has the page been locked or deleted? |
rest-rate-limit-exceeded (talk) (Translate) | A rate limit was exceeded. Please try again later. |
rest-request-body-expected (talk) (Translate) | The $1 request method expects a request body |
rest-request-body-unaccepted (talk) (Translate) | The $1 request method does not accept a request body |
rest-requires-content-type-header (talk) (Translate) | A Content-Type header must be supplied with a request payload. |
rest-requires-safe-against-csrf (talk) (Translate) | This endpoint requires a CSRF-safe session provider. |