Všechna systémová hlášení
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-commentlatestid-param-pageID (diskuse) (přeložit) | Page ID of the page on which latest comment is there |
| apihelp-commentlatestid-summary (diskuse) (přeložit) | The commentlatestID API allows to retrieve latest comment ID after filling out the following parameters: pageID |
| apihelp-commentlist-description (diskuse) (přeložit) | The commentlist API retrieves multiple comments and outputs them as a list after filling out the following parameters: pageID, order, pagerPage, and showForm. |
| apihelp-commentlist-param-order (diskuse) (přeložit) | Defined whether comment list in ascending or descending order |
| apihelp-commentlist-param-pageID (diskuse) (přeložit) | Page ID of the page from which comment list is retrieved |
| apihelp-commentlist-param-pagerPage (diskuse) (přeložit) | Comments page number |
| apihelp-commentlist-param-showForm (diskuse) (přeložit) | Show comments form |
| apihelp-commentlist-summary (diskuse) (přeložit) | The commentlist API retrieves multiple comments and outputs them as a list after filling out the following parameters: pageID, order, pagerPage, and showForm. |
| apihelp-commentsubmit-description (diskuse) (přeložit) | The commentsubmit API allows to submit/post a comment after filling out the following parameters: pageID, parentID, commentText. |
| apihelp-commentsubmit-param-commentText (diskuse) (přeložit) | Comment Text |
| apihelp-commentsubmit-param-pageID (diskuse) (přeložit) | Page ID of the page on which comment is to be submitted |
| apihelp-commentsubmit-param-parentID (diskuse) (přeložit) | Comment ID of the parent comment |
| apihelp-commentsubmit-summary (diskuse) (přeložit) | The commentsubmit API allows to submit/post a comment after filling out the following parameters: pageID, parentID, commentText. |
| apihelp-commentvote-description (diskuse) (přeložit) | The commentvote API allows to vote on a comment after filling out the following parameters: commentID, voteValue. |
| apihelp-commentvote-param-commentID (diskuse) (přeložit) | Comment ID of the comment that is voted for |
| apihelp-commentvote-param-voteValue (diskuse) (přeložit) | Vote value for the comment |
| apihelp-commentvote-summary (diskuse) (přeložit) | The commentvote API allows to vote on a comment after filling out the following parameters: commentID, voteValue. |
| apihelp-compare-example-1 (diskuse) (přeložit) | Porovnat revize 1 a 2. |
| apihelp-compare-extended-description (diskuse) (přeložit) | Ve „from“ i „to“ musíte zadat číslo revize, název stránky nebo ID stránky. |
| apihelp-compare-param-fromcontentformat (diskuse) (přeložit) | Content serialization format of <var>fromtext</var>. |
| apihelp-compare-param-fromcontentmodel (diskuse) (přeložit) | Content model of <var>fromtext</var>. If not supplied, it will be guessed based on the other parameters. |
| apihelp-compare-param-fromid (diskuse) (přeložit) | ID první stránky k porovnání. |
| apihelp-compare-param-frompst (diskuse) (přeložit) | Do a pre-save transform on <var>fromtext</var>. |
| apihelp-compare-param-fromrev (diskuse) (přeložit) | Číslo revize první stránky k porovnání. |
| apihelp-compare-param-fromsection (diskuse) (přeložit) | Only use the specified section of the specified 'from' content. |
| apihelp-compare-param-fromtext (diskuse) (přeložit) | Use this text instead of the content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. |
| apihelp-compare-param-fromtitle (diskuse) (přeložit) | Název první stránky k porovnání. |
| apihelp-compare-param-prop (diskuse) (přeložit) | Which pieces of information to get. |
| apihelp-compare-param-tocontentformat (diskuse) (přeložit) | Content serialization format of <var>totext</var>. |
| apihelp-compare-param-tocontentmodel (diskuse) (přeložit) | Content model of <var>totext</var>. If not supplied, it will be guessed based on the other parameters. |
| apihelp-compare-param-toid (diskuse) (přeložit) | ID druhé stránky k porovnání. |
| apihelp-compare-param-topst (diskuse) (přeložit) | Do a pre-save transform on <var>totext</var>. |
| apihelp-compare-param-torelative (diskuse) (přeložit) | Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other 'to' options will be ignored. |
| apihelp-compare-param-torev (diskuse) (přeložit) | Číslo revize druhé stránky k porovnání. |
| apihelp-compare-param-tosection (diskuse) (přeložit) | Only use the specified section of the specified 'to' content. |
| apihelp-compare-param-totext (diskuse) (přeložit) | Use this text instead of the content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>. |
| apihelp-compare-param-totitle (diskuse) (přeložit) | Název druhé stránky k porovnání. |
| apihelp-compare-paramvalue-prop-comment (diskuse) (přeložit) | The comment on the 'from' and 'to' revisions. |
| apihelp-compare-paramvalue-prop-diff (diskuse) (přeložit) | The diff HTML. |
| apihelp-compare-paramvalue-prop-diffsize (diskuse) (přeložit) | The size of the diff HTML, in bytes. |
| apihelp-compare-paramvalue-prop-ids (diskuse) (přeložit) | The page and revision IDs of the 'from' and 'to' revisions. |
| apihelp-compare-paramvalue-prop-parsedcomment (diskuse) (přeložit) | The parsed comment on the 'from' and 'to' revisions. |
| apihelp-compare-paramvalue-prop-rel (diskuse) (přeložit) | The revision IDs of the revision previous to 'from' and after 'to', if any. |
| apihelp-compare-paramvalue-prop-size (diskuse) (přeložit) | The size of the 'from' and 'to' revisions. |
| apihelp-compare-paramvalue-prop-title (diskuse) (přeložit) | The page titles of the 'from' and 'to' revisions. |
| apihelp-compare-paramvalue-prop-user (diskuse) (přeložit) | The user name and ID of the 'from' and 'to' revisions. |
| apihelp-compare-summary (diskuse) (přeložit) | Vrátí rozdíl dvou stránek. |
| apihelp-createaccount-example-create (diskuse) (přeložit) | Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
| apihelp-createaccount-example-mail (diskuse) (přeložit) | Vytvořit uživatele <kbd>testmailuser</kbd> a zaslat mu e-mail s náhodně vygenerovaným heslem. |
| apihelp-createaccount-example-pass (diskuse) (přeložit) | Vytvořit uživatele <kbd>testuser</kbd> s heslem <kbd>test123</kbd>. |