Kerfismeldingar
Jump to navigation
Jump to search
Þetta er listi yfir kerfismeldingar í MediaWiki-nafnrýminu. Skoðaðu vefinn fyrir MediaWiki-staðfærsluna og translatewiki.net ef þú vilt taka þátt í almennri MediaWiki-staðfærslu.
Titill | Sjálfgefinn texti skilaboða |
---|---|
Núverandi texti | |
apierror-stashwrongowner (Spjall) (Þýða) | Wrong owner: $1 |
apierror-stashzerolength (Spjall) (Þýða) | File is of zero length, and could not be stored in the stash: $1. |
apierror-systemblocked (Spjall) (Þýða) | You have been blocked automatically by MediaWiki. |
apierror-templateexpansion-notwikitext (Spjall) (Þýða) | Template expansion is only supported for wikitext content. $1 uses content model $2. |
apierror-timeout (Spjall) (Þýða) | The server did not respond within the expected time. |
apierror-toofewexpiries (Spjall) (Þýða) | $1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed. |
apierror-toomanyvalues (Spjall) (Þýða) | Too many values supplied for parameter <var>$1</var>. The limit is $2. |
apierror-unknownaction (Spjall) (Þýða) | The action specified, <kbd>$1</kbd>, is not recognized. |
apierror-unknownerror (Spjall) (Þýða) | Unknown error: "$1". |
apierror-unknownerror-editpage (Spjall) (Þýða) | Unknown EditPage error: $1. |
apierror-unknownerror-nocode (Spjall) (Þýða) | Unknown error. |
apierror-unknownformat (Spjall) (Þýða) | Unrecognized format "$1". |
apierror-unrecognizedparams (Spjall) (Þýða) | Unrecognized {{PLURAL:$2|parameter|parameters}}: $1. |
apierror-unrecognizedvalue (Spjall) (Þýða) | Unrecognized value for parameter <var>$1</var>: $2. |
apierror-unsupportedrepo (Spjall) (Þýða) | Local file repository does not support querying all images. |
apierror-upload-filekeyneeded (Spjall) (Þýða) | Must supply a <var>filekey</var> when <var>offset</var> is non-zero. |
apierror-upload-filekeynotallowed (Spjall) (Þýða) | Cannot supply a <var>filekey</var> when <var>offset</var> is 0. |
apierror-upload-inprogress (Spjall) (Þýða) | Upload from stash already in progress. |
apierror-upload-missingresult (Spjall) (Þýða) | No result in status data. |
apierror-urlparamnormal (Spjall) (Þýða) | Could not normalize image parameters for $1. |
apierror-writeapidenied (Spjall) (Þýða) | You're not allowed to edit this wiki through the API. |
apihelp (Spjall) (Þýða) | API hjálp |
apihelp-block-example-ip-simple (Spjall) (Þýða) | Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (Spjall) (Þýða) | Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending. |
apihelp-block-param-allowusertalk (Spjall) (Þýða) | Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (Spjall) (Þýða) | Block anonymous users only (i.e. disable anonymous edits for this IP address). |
apihelp-block-param-autoblock (Spjall) (Þýða) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (Spjall) (Þýða) | 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 (Spjall) (Þýða) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
apihelp-block-param-nocreate (Spjall) (Þýða) | Prevent account creation. |
apihelp-block-param-noemail (Spjall) (Þýða) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
apihelp-block-param-reason (Spjall) (Þýða) | Reason for block. |
apihelp-block-param-reblock (Spjall) (Þýða) | If the user is already blocked, overwrite the existing block. |
apihelp-block-param-tags (Spjall) (Þýða) | Change tags to apply to the entry in the block log. |
apihelp-block-param-user (Spjall) (Þýða) | Username, IP address, or IP address range to block. Cannot be used together with <var>$1userid</var> |
apihelp-block-param-userid (Spjall) (Þýða) | User ID to block. Cannot be used together with <var>$1user</var>. |
apihelp-block-param-watchuser (Spjall) (Þýða) | Watch the user's or IP address's user and talk pages. |
apihelp-block-summary (Spjall) (Þýða) | Block a user. |
apihelp-changeauthenticationdata-example-password (Spjall) (Þýða) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
apihelp-changeauthenticationdata-summary (Spjall) (Þýða) | Change authentication data for the current user. |
apihelp-checktoken-example-simple (Spjall) (Þýða) | Test the validity of a <kbd>csrf</kbd> token. |
apihelp-checktoken-param-maxtokenage (Spjall) (Þýða) | Maximum allowed age of the token, in seconds. |
apihelp-checktoken-param-token (Spjall) (Þýða) | Token to test. |
apihelp-checktoken-param-type (Spjall) (Þýða) | Type of token being tested. |
apihelp-checktoken-summary (Spjall) (Þýða) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
apihelp-clearhasmsg-example-1 (Spjall) (Þýða) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-summary (Spjall) (Þýða) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clientlogin-example-login (Spjall) (Þýða) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-clientlogin-example-login2 (Spjall) (Þýða) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
apihelp-clientlogin-summary (Spjall) (Þýða) | Log in to the wiki using the interactive flow. |