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 | |
| 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. |
| apihelp-block-param-watchlistexpiry (diskuse) (přeložit) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-block-param-watchuser (diskuse) (přeložit) | Sledovat stránku uživatele nebo IP adresy a jejich diskuzní stránky. |
| apihelp-block-summary (diskuse) (přeložit) | Zablokovat uživatele. |
| apihelp-categorytree-param-category (diskuse) (přeložit) | Title in the category namespace, prefix will be ignored if given. |
| apihelp-categorytree-param-options (diskuse) (přeložit) | Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>. |
| apihelp-categorytree-summary (diskuse) (přeložit) | Internal module for the CategoryTree extension. |
| apihelp-changeauthenticationdata-example-password (diskuse) (přeložit) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
| apihelp-changeauthenticationdata-summary (diskuse) (přeložit) | Change authentication data for the current user. |
| apihelp-changecontentmodel-example (diskuse) (přeložit) | Change the main page to have the <code>text</code> content model |
| apihelp-changecontentmodel-param-bot (diskuse) (přeložit) | Mark the content model change with a bot flag. |
| apihelp-changecontentmodel-param-model (diskuse) (přeložit) | Content model of the new content. |
| apihelp-changecontentmodel-param-pageid (diskuse) (přeložit) | Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>. |
| apihelp-changecontentmodel-param-summary (diskuse) (přeložit) | Edit summary and log entry reason |
| apihelp-changecontentmodel-param-tags (diskuse) (přeložit) | Change tags to apply to the log entry and edit. |
| apihelp-changecontentmodel-param-title (diskuse) (přeložit) | Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>. |
| apihelp-changecontentmodel-summary (diskuse) (přeložit) | Change the content model of a page |
| apihelp-checktoken-example-simple (diskuse) (přeložit) | Testuje správnost tokenu <kbd>csrf</kbd>. |
| apihelp-checktoken-param-maxtokenage (diskuse) (přeložit) | Nejvyšší povolené stáří tokenu v sekundách. |
| apihelp-checktoken-param-token (diskuse) (přeložit) | Token, který se má otestovat. |
| apihelp-checktoken-param-type (diskuse) (přeložit) | Typ testovaného tokenu. |
| apihelp-checktoken-summary (diskuse) (přeložit) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
| apihelp-clearhasmsg-example-1 (diskuse) (přeložit) | Clear the <code>hasmsg</code> flag for the current user. |
| apihelp-clearhasmsg-summary (diskuse) (přeložit) | Clears the <code>hasmsg</code> flag for the current user. |
| apihelp-clientlogin-example-login (diskuse) (přeložit) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
| apihelp-clientlogin-example-login2 (diskuse) (přeložit) | 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 (diskuse) (přeložit) | Log in to the wiki using the interactive flow. |
| apihelp-collection+addarticle-example (diskuse) (přeložit) | Add a page to the collection. |
| apihelp-collection+addarticle-param-namespace (diskuse) (přeložit) | Namespace of page to add |
| apihelp-collection+addarticle-param-oldid (diskuse) (přeložit) | Oldid of page to add |
| apihelp-collection+addarticle-param-title (diskuse) (přeložit) | Title of page to add |
| apihelp-collection+addarticle-summary (diskuse) (přeložit) | API module for adding a page to the collection |
| apihelp-collection+addcategory-example (diskuse) (přeložit) | Add pages from a given category to a user's collection. |
| apihelp-collection+addcategory-param-title (diskuse) (přeložit) | Category to add |
| apihelp-collection+addcategory-summary (diskuse) (přeložit) | API module for adding pages from a given category to a user's collection. |
| apihelp-collection+addchapter-example (diskuse) (přeložit) | Add a chapter to the collection. |
| apihelp-collection+addchapter-param-chaptername (diskuse) (přeložit) | Name of chapter to add |
| apihelp-collection+addchapter-summary (diskuse) (přeložit) | API module for adding a chapter to the collection |
| apihelp-collection+clearcollection-example (diskuse) (přeložit) | Clears collection and suggestions |
| apihelp-collection+clearcollection-summary (diskuse) (přeložit) | API module for clearing the collection and the suggestions |
| apihelp-collection+getbookcreatorboxcontent-example (diskuse) (přeložit) | Get book creator box content of the user's collection. |
| apihelp-collection+getbookcreatorboxcontent-param-hint (diskuse) (přeložit) | Hint shown in the creator box |
| apihelp-collection+getbookcreatorboxcontent-param-oldid (diskuse) (přeložit) | Oldid of a collection |