Alle beskeder
Dette er en liste med alle systembeskeder i MediaWiki-navnerummet. Besøg venligst MediaWiki-lokalisering og translatewiki.net hvis du ønsker at bidrage til den generelle lokalisering (oversættelse og andre lokale tilpasninger) af MediaWiki.
Første side |
Forrige side |
Næste side |
Sidste side |
Navn | Standardtekst |
---|---|
Nuværende tekst | |
apierror-sizediffdisabled (diskussion) (Oversæt) | Size difference is disabled in Miser Mode. |
apierror-spamdetected (diskussion) (Oversæt) | Your edit was refused because it contained a spam fragment: <code>$1</code>. |
apierror-specialpage-cantexecute (diskussion) (Oversæt) | You don't have permission to view the results of this special page. |
apierror-stashedfilenotfound (diskussion) (Oversæt) | Could not find the file in the stash: $1. |
apierror-stashedit-missingtext (diskussion) (Oversæt) | No stashed text found with the given hash. |
apierror-stashexception (diskussion) (Oversæt) | $1 |
apierror-stashfailed-complete (diskussion) (Oversæt) | Chunked upload is already completed, check status for details. |
apierror-stashfailed-nosession (diskussion) (Oversæt) | No chunked upload session with this key. |
apierror-stashfilestorage (diskussion) (Oversæt) | Could not store upload in the stash: $1 |
apierror-stashinvalidfile (diskussion) (Oversæt) | Invalid stashed file. |
apierror-stashnosuchfilekey (diskussion) (Oversæt) | No such filekey: $1. |
apierror-stashpathinvalid (diskussion) (Oversæt) | File key of improper format or otherwise invalid: $1. |
apierror-stashwrongowner (diskussion) (Oversæt) | Wrong owner: $1 |
apierror-stashzerolength (diskussion) (Oversæt) | File is of zero length, and could not be stored in the stash: $1. |
apierror-systemblocked (diskussion) (Oversæt) | You have been blocked automatically by MediaWiki. |
apierror-templateexpansion-notwikitext (diskussion) (Oversæt) | Template expansion is only supported for wikitext content. $1 uses content model $2. |
apierror-toofewexpiries (diskussion) (Oversæt) | $1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed. |
apierror-unknownaction (diskussion) (Oversæt) | The action specified, <kbd>$1</kbd>, is not recognized. |
apierror-unknownerror (diskussion) (Oversæt) | Unknown error: "$1". |
apierror-unknownerror-editpage (diskussion) (Oversæt) | Unknown EditPage error: $1. |
apierror-unknownerror-nocode (diskussion) (Oversæt) | Unknown error. |
apierror-unknownformat (diskussion) (Oversæt) | Unrecognized format "$1". |
apierror-unrecognizedparams (diskussion) (Oversæt) | Unrecognized {{PLURAL:$2|parameter|parameters}}: $1. |
apierror-unrecognizedvalue (diskussion) (Oversæt) | Unrecognized value for parameter <var>$1</var>: $2. |
apierror-unsupportedrepo (diskussion) (Oversæt) | Local file repository does not support querying all images. |
apierror-upload-filekeyneeded (diskussion) (Oversæt) | Must supply a <var>filekey</var> when <var>offset</var> is non-zero. |
apierror-upload-filekeynotallowed (diskussion) (Oversæt) | Cannot supply a <var>filekey</var> when <var>offset</var> is 0. |
apierror-upload-inprogress (diskussion) (Oversæt) | Upload from stash already in progress. |
apierror-upload-missingresult (diskussion) (Oversæt) | No result in status data. |
apierror-urlparamnormal (diskussion) (Oversæt) | Could not normalize image parameters for $1. |
apierror-writeapidenied (diskussion) (Oversæt) | You're not allowed to edit this wiki through the API. |
apihelp (diskussion) (Oversæt) | API-hjælp |
apihelp-block-description (diskussion) (Oversæt) | Block a user. |
apihelp-block-example-ip-simple (diskussion) (Oversæt) | Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (diskussion) (Oversæt) | Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending. |
apihelp-block-param-allowusertalk (diskussion) (Oversæt) | Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (diskussion) (Oversæt) | Block anonymous users only (i.e. disable anonymous edits for this IP address). |
apihelp-block-param-autoblock (diskussion) (Oversæt) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (diskussion) (Oversæt) | Expiry time. 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>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire. |
apihelp-block-param-hidename (diskussion) (Oversæt) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
apihelp-block-param-nocreate (diskussion) (Oversæt) | Prevent account creation. |
apihelp-block-param-noemail (diskussion) (Oversæt) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
apihelp-block-param-reason (diskussion) (Oversæt) | Reason for block. |
apihelp-block-param-reblock (diskussion) (Oversæt) | If the user is already blocked, overwrite the existing block. |
apihelp-block-param-tags (diskussion) (Oversæt) | Change tags to apply to the entry in the block log. |
apihelp-block-param-user (diskussion) (Oversæt) | Username, IP address, or IP address range to block. Cannot be used together with <var>$1userid</var> |
apihelp-block-param-userid (diskussion) (Oversæt) | User ID to block. Cannot be used together with <var>$1user</var>. |
apihelp-block-param-watchuser (diskussion) (Oversæt) | Watch the user's or IP address's user and talk pages. |
apihelp-changeauthenticationdata-description (diskussion) (Oversæt) | Change authentication data for the current user. |
apihelp-changeauthenticationdata-example-password (diskussion) (Oversæt) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
Første side |
Forrige side |
Næste side |
Sidste side |