Všechna systémová hlášení
Skočit na navigaci
Skočit na vyhledávání
Toto je seznam všech hlášení dostupných ve jmenném prostoru MediaWiki.
Pokud si přejete přispívat k lokalizaci softwaru MediaWiki, navštivte lokalizační stránku na mediawiki.org a server translatewiki.net.
Označení hlášení | Původní text |
---|---|
Aktuální text | |
apierror-spamdetected (diskuse) (přeložit) | Your edit was refused because it contained a spam fragment: <code>$1</code>. |
apierror-specialpage-cantexecute (diskuse) (přeložit) | You don't have permission to view the results of this special page. |
apierror-stashedfilenotfound (diskuse) (přeložit) | Could not find the file in the stash: $1. |
apierror-stashedit-missingtext (diskuse) (přeložit) | No stashed text found with the given hash. |
apierror-stashexception (diskuse) (přeložit) | $1 |
apierror-stashfailed-complete (diskuse) (přeložit) | Chunked upload is already completed, check status for details. |
apierror-stashfailed-nosession (diskuse) (přeložit) | No chunked upload session with this key. |
apierror-stashfilestorage (diskuse) (přeložit) | Could not store upload in the stash: $1 |
apierror-stashinvalidfile (diskuse) (přeložit) | Invalid stashed file. |
apierror-stashnosuchfilekey (diskuse) (přeložit) | No such filekey: $1. |
apierror-stashpathinvalid (diskuse) (přeložit) | File key of improper format or otherwise invalid: $1. |
apierror-stashwrongowner (diskuse) (přeložit) | Wrong owner: $1 |
apierror-stashzerolength (diskuse) (přeložit) | File is of zero length, and could not be stored in the stash: $1. |
apierror-systemblocked (diskuse) (přeložit) | You have been blocked automatically by MediaWiki. |
apierror-templateexpansion-notwikitext (diskuse) (přeložit) | Template expansion is only supported for wikitext content. $1 uses content model $2. |
apierror-toofewexpiries (diskuse) (přeložit) | $1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed. |
apierror-toomanyvalues (diskuse) (přeložit) | Too many values supplied for parameter <var>$1</var>. The limit is $2. |
apierror-unknownaction (diskuse) (přeložit) | The action specified, <kbd>$1</kbd>, is not recognized. |
apierror-unknownerror (diskuse) (přeložit) | Unknown error: "$1". |
apierror-unknownerror-editpage (diskuse) (přeložit) | Unknown EditPage error: $1. |
apierror-unknownerror-nocode (diskuse) (přeložit) | Unknown error. |
apierror-unknownformat (diskuse) (přeložit) | Unrecognized format "$1". |
apierror-unrecognizedparams (diskuse) (přeložit) | Unrecognized {{PLURAL:$2|parameter|parameters}}: $1. |
apierror-unrecognizedvalue (diskuse) (přeložit) | Unrecognized value for parameter <var>$1</var>: $2. |
apierror-unsupportedrepo (diskuse) (přeložit) | Local file repository does not support querying all images. |
apierror-upload-filekeyneeded (diskuse) (přeložit) | Must supply a <var>filekey</var> when <var>offset</var> is non-zero. |
apierror-upload-filekeynotallowed (diskuse) (přeložit) | Cannot supply a <var>filekey</var> when <var>offset</var> is 0. |
apierror-upload-inprogress (diskuse) (přeložit) | Upload from stash already in progress. |
apierror-upload-missingresult (diskuse) (přeložit) | No result in status data. |
apierror-urlparamnormal (diskuse) (přeložit) | Could not normalize image parameters for $1. |
apierror-writeapidenied (diskuse) (přeložit) | You're not allowed to edit this wiki through the API. |
apihelp (diskuse) (přeložit) | Nápověda k API |
apihelp-block-example-ip-simple (diskuse) (přeložit) | Na tři dny zablokovat IP adresu <kbd>192.0.2.5</kbd> s odůvodněním <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (diskuse) (přeložit) | Trvale zablokovat uživatele <kbd>Vandal</kbd> s odůvodněním <kbd>Vandalism</kbd> a zabránit vytváření nových účtů a odesílání e-mailů. |
apihelp-block-param-actionrestrictions (diskuse) (přeložit) | List of actions to block the user from performing. Only applies when <var>partial</var> is set to true. |
apihelp-block-param-allowusertalk (diskuse) (přeložit) | Povolit uživateli editovat svou vlastní diskusní stránku (závisí na <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (diskuse) (přeložit) | Zablokovat pouze neregistrované uživatele (tj. zakázat editovat z této IP bez registrace). |
apihelp-block-param-autoblock (diskuse) (přeložit) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (diskuse) (přeložit) | 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 (diskuse) (přeložit) | Skrýt uživatelské jméno v knize zablokování. (Vyžaduje oprávnění <code>hideuser</code>.) |
apihelp-block-param-namespacerestrictions (diskuse) (přeložit) | List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true. |
apihelp-block-param-nocreate (diskuse) (přeložit) | Nedovolit registraci nových uživatelů. |
apihelp-block-param-noemail (diskuse) (přeložit) | Zakázat uživateli posílat e-maily prostřednictvím wiki. (Vyžaduje oprávnění „<code>blockemail</code>“.) |
apihelp-block-param-pagerestrictions (diskuse) (přeložit) | List of titles to block the user from editing. Only applies when <var>partial</var> is set to true. |
apihelp-block-param-partial (diskuse) (přeložit) | Block user from specific pages or namespaces rather than the entire site. |
apihelp-block-param-reason (diskuse) (přeložit) | Důvod bloku. |
apihelp-block-param-reblock (diskuse) (přeložit) | Pokud již uživatel blokován je, přepsat současný blok. |
apihelp-block-param-tags (diskuse) (přeložit) | Change tags to apply to the entry in the block log. |
apihelp-block-param-user (diskuse) (přeložit) | Uživatelské jméno, IP adresa nebo rozsah IP adres, které chcete zablokovat. Nelze použít dohromady s <var>$1userid</var>. |
apihelp-block-param-userid (diskuse) (přeložit) | Specify <kbd>$1user=#<var>ID</var></kbd> instead. |