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 | |
apisandbox-dynamic-parameters (talk) (Translate) | Additional parameters |
apisandbox-dynamic-parameters-add-label (talk) (Translate) | Add parameter: |
apisandbox-dynamic-parameters-add-placeholder (talk) (Translate) | Parameter name |
apisandbox-examples (talk) (Translate) | Examples |
apisandbox-fetch-token (talk) (Translate) | Auto-fill the token |
apisandbox-helpurls (talk) (Translate) | Help links |
apisandbox-intro (talk) (Translate) | Use this page to experiment with the <strong>MediaWiki web service API</strong>. Refer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples. Note that, although this is a sandbox, actions you carry out on this page may modify the wiki. |
apisandbox-jsonly (talk) (Translate) | JavaScript is required to use the API sandbox. |
apisandbox-load-error (talk) (Translate) | An error occurred while loading information for API module "$1": $2 |
apisandbox-loading (talk) (Translate) | Loading information for API module "$1"... |
apisandbox-loading-results (talk) (Translate) | Receiving API results... |
apisandbox-multivalue-all-namespaces (talk) (Translate) | $1 (All namespaces) |
apisandbox-multivalue-all-values (talk) (Translate) | $1 (All values) |
apisandbox-no-parameters (talk) (Translate) | This API module has no parameters. |
apisandbox-param-limit (talk) (Translate) | Enter <kbd>max</kbd> to use the maximum limit. |
apisandbox-request-format-json-label (talk) (Translate) | JSON |
apisandbox-request-format-php-label (talk) (Translate) | PHP array |
apisandbox-request-format-url-label (talk) (Translate) | URL query string |
apisandbox-request-formdata (talk) (Translate) | This request must be sent as a file upload (i.e. using <code>multipart/form-data</code>). |
apisandbox-request-json-label (talk) (Translate) | Request JSON: |
apisandbox-request-php-label (talk) (Translate) | Request PHP array: |
apisandbox-request-post (talk) (Translate) | This request must be sent using the HTTP POST method. |
apisandbox-request-selectformat-label (talk) (Translate) | Show request data as: |
apisandbox-request-time (talk) (Translate) | Request time: {{PLURAL:$1|$1 ms}} |
apisandbox-request-url-label (talk) (Translate) | Request URL: |
apisandbox-reset (talk) (Translate) | Clear |
apisandbox-results (talk) (Translate) | Results |
apisandbox-results-error (talk) (Translate) | An error occurred while loading the API query response: $1. |
apisandbox-results-fixtoken (talk) (Translate) | Correct token and resubmit |
apisandbox-results-fixtoken-fail (talk) (Translate) | Failed to fetch "$1" token. |
apisandbox-results-login-suppressed (talk) (Translate) | This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox's automatic token handling does not work properly with such requests, please fill them in manually. |
apisandbox-retry (talk) (Translate) | Retry |
apisandbox-sending-request (talk) (Translate) | Sending API request... |
apisandbox-submit (talk) (Translate) | Make request |
apisandbox-submit-invalid-fields-message (talk) (Translate) | Please correct the marked fields and try again. |
apisandbox-submit-invalid-fields-title (talk) (Translate) | Some fields are invalid |
apisandbox-summary (talk) (Translate) | |
apisandbox-templated-parameter-reason (talk) (Translate) | This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2. |
apiwarn-alldeletedrevisions-performance (talk) (Translate) | For better performance when generating titles, set <kbd>$1dir=newer</kbd>. |
apiwarn-badurlparam (talk) (Translate) | Could not parse <var>$1urlparam</var> for $2. Using only width and height. |
apiwarn-badutf8 (talk) (Translate) | The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\t), LF (\n), and CR (\r). |
apiwarn-checktoken-percentencoding (talk) (Translate) | Check that symbols such as "+" in the token are properly percent-encoded in the URL. |
apiwarn-compare-no-next (talk) (Translate) | Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to. |
apiwarn-compare-no-prev (talk) (Translate) | Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to. |
apiwarn-compare-nocontentmodel (talk) (Translate) | No content model could be determined, assuming $1. |
apiwarn-deprecation-deletedrevs (talk) (Translate) | <kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead. |
apiwarn-deprecation-httpsexpected (talk) (Translate) | HTTP used when HTTPS was expected. |
apiwarn-deprecation-login-botpw (talk) (Translate) | Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>. |
apiwarn-deprecation-login-nobotpw (talk) (Translate) | Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>. |
apiwarn-deprecation-login-token (talk) (Translate) | Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead. |