System messages
From Hypercard Dev 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 | |
paramvalidator-emptystring (talk) (Translate) | the empty string |
paramvalidator-help-default (talk) (Translate) | Default: $1 |
paramvalidator-help-default-empty (talk) (Translate) | Default: (empty) |
paramvalidator-help-deprecated (talk) (Translate) | This parameter is deprecated. |
paramvalidator-help-multi-all (talk) (Translate) | To specify all values, use <kbd>$1</kbd>. |
paramvalidator-help-multi-max (talk) (Translate) | Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits). |
paramvalidator-help-multi-max-simple (talk) (Translate) | Maximum number of values is {{PLURAL:$1|$1}}. |
paramvalidator-help-multi-separate (talk) (Translate) | Separate values with "|", or prefix the list with U+001F and separate with U+001F. |
paramvalidator-help-required (talk) (Translate) | This parameter is required. |
paramvalidator-help-type-boolean (talk) (Translate) | Type: {{PLURAL:$1|1=boolean|2=list of booleans}} |
paramvalidator-help-type-enum (talk) (Translate) | {{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2 |
paramvalidator-help-type-enum-can-be-empty (talk) (Translate) | {{PLURAL:$2|0=Must be empty|Can be empty, or $1}} |
paramvalidator-help-type-expiry (talk) (Translate) | Type: {{PLURAL:$1|1=expiry|2=list of expiries}}. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2. |
paramvalidator-help-type-float (talk) (Translate) | Type: {{PLURAL:$1|1=float|2=list of floats}} |
paramvalidator-help-type-integer (talk) (Translate) | Type: {{PLURAL:$1|1=integer|2=list of integers}} |
paramvalidator-help-type-limit (talk) (Translate) | Type: integer or "max" |
paramvalidator-help-type-number-max (talk) (Translate) | The {{PLURAL:$1|1=value|2=values}} must be no greater than $3. |
paramvalidator-help-type-number-min (talk) (Translate) | The {{PLURAL:$1|1=value|2=values}} must be no less than $2. |
paramvalidator-help-type-number-minmax (talk) (Translate) | The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3. |
paramvalidator-help-type-presenceboolean (talk) (Translate) | Type: boolean |
paramvalidator-help-type-string-maxbytes (talk) (Translate) | Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}. |
paramvalidator-help-type-string-maxchars (talk) (Translate) | Cannot be longer than $1 {{PLURAL:$1|character|characters}}. |
paramvalidator-help-type-timestamp (talk) (Translate) | Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} |
paramvalidator-help-type-title (talk) (Translate) | Type: page title |
paramvalidator-help-type-title-must-exist (talk) (Translate) | Only accepts pages that exist. |
paramvalidator-help-type-title-no-must-exist (talk) (Translate) | Accepts non-existent pages. |
paramvalidator-help-type-upload (talk) (Translate) | Must be posted as a file upload using multipart/form-data. |
paramvalidator-help-type-user (talk) (Translate) | Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2 |
paramvalidator-help-type-user-subtype-cidr (talk) (Translate) | IP range |
paramvalidator-help-type-user-subtype-id (talk) (Translate) | user ID (e.g. "#12345") |
paramvalidator-help-type-user-subtype-interwiki (talk) (Translate) | interwiki name (e.g. "prefix>ExampleName") |
paramvalidator-help-type-user-subtype-ip (talk) (Translate) | IP |
paramvalidator-help-type-user-subtype-name (talk) (Translate) | username |
paramvalidator-help-type-user-subtype-temp (talk) (Translate) | Temporary user |
paramvalidator-maxbytes (talk) (Translate) | The value for parameter "$1" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4). |
paramvalidator-maxchars (talk) (Translate) | The value for parameter "$1" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4). |
paramvalidator-missingparam (talk) (Translate) | The "$1" parameter must be set. |
paramvalidator-missingtitle (talk) (Translate) | Invalid value "$2" for title parameter <var>$1</var>: the page does not exist. |
paramvalidator-multivalue-must-be-array (talk) (Translate) | Multi-value parameter "$1" must be given as an array. |
paramvalidator-needstring (talk) (Translate) | Parameter "$1" accepts only a string value, but got $2 |
paramvalidator-notarray (talk) (Translate) | Invalid value for parameter <var>$1</var>: array expected. |
paramvalidator-notmulti (talk) (Translate) | Parameter "$1" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters. |
paramvalidator-outofrange-max (talk) (Translate) | The value "$2" for parameter "$1" must be no greater than $4. |
paramvalidator-outofrange-min (talk) (Translate) | The value "$2" for parameter "$1" must be no less than $3. |
paramvalidator-outofrange-minmax (talk) (Translate) | The value "$2" for parameter "$1" must be between $3 and $4. |
paramvalidator-param-deprecated (talk) (Translate) | The parameter "$1" has been deprecated. |
paramvalidator-param-sensitive (talk) (Translate) | |
paramvalidator-schema-validation-failed (talk) (Translate) | Invalid value for provided schema |
paramvalidator-toomanyvalues (talk) (Translate) | Too many values supplied for parameter "$1". The limit is $2. |
paramvalidator-unclearnowtimestamp (talk) (Translate) | Passing "$2" for timestamp parameter "$1" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use "now". |