Komunikaty systemowe
Przejdź do nawigacji
Przejdź do wyszukiwania
Lista wszystkich komunikatów systemowych dostępnych w przestrzeni nazw MediaWiki.
Odwiedź Tłumaczenie MediaWiki oraz translatewiki.net, jeśli chcesz uczestniczyć w tłumaczeniu oprogramowania MediaWiki.
| Nazwa | Tekst domyślny |
|---|---|
| Tekst obecny | |
| apihelp-undelete-param-undeletetalk (dyskusja) (Przetłumacz) | Undelete all revisions of the associated talk page, if any. |
| apihelp-undelete-param-watchlist (dyskusja) (Przetłumacz) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
| apihelp-undelete-param-watchlistexpiry (dyskusja) (Przetłumacz) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-undelete-summary (dyskusja) (Przetłumacz) | Odtwórz wersje usuniętej strony. |
| apihelp-unlinkaccount-example-simple (dyskusja) (Przetłumacz) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-unlinkaccount-summary (dyskusja) (Przetłumacz) | Remove a linked third-party account from the current user. |
| apihelp-upload-example-filekey (dyskusja) (Przetłumacz) | Complete an upload that failed due to warnings. |
| apihelp-upload-example-url (dyskusja) (Przetłumacz) | Upload from a URL. |
| apihelp-upload-extended-description (dyskusja) (Przetłumacz) | Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>. |
| apihelp-upload-param-async (dyskusja) (Przetłumacz) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-checkstatus (dyskusja) (Przetłumacz) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (dyskusja) (Przetłumacz) | Chunk contents. |
| apihelp-upload-param-comment (dyskusja) (Przetłumacz) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (dyskusja) (Przetłumacz) | Zawartość pliku. |
| apihelp-upload-param-filekey (dyskusja) (Przetłumacz) | Key that identifies a previous upload that was stashed temporarily. |
| apihelp-upload-param-filename (dyskusja) (Przetłumacz) | Nazwa pliku docelowego. |
| apihelp-upload-param-filesize (dyskusja) (Przetłumacz) | Filesize of entire upload. |
| apihelp-upload-param-ignorewarnings (dyskusja) (Przetłumacz) | Ignoruj wszystkie ostrzeżenia. |
| apihelp-upload-param-offset (dyskusja) (Przetłumacz) | Offset of chunk in bytes. |
| apihelp-upload-param-sessionkey (dyskusja) (Przetłumacz) | Same as $1filekey, maintained for backward compatibility. |
| apihelp-upload-param-stash (dyskusja) (Przetłumacz) | If set, the server will stash the file temporarily instead of adding it to the repository. |
| apihelp-upload-param-tags (dyskusja) (Przetłumacz) | Change tags to apply to the upload log entry and file page revision. |
| apihelp-upload-param-text (dyskusja) (Przetłumacz) | Initial page text for new files. |
| apihelp-upload-param-url (dyskusja) (Przetłumacz) | URL to fetch the file from. |
| apihelp-upload-param-watch (dyskusja) (Przetłumacz) | Obserwuj stronę. |
| apihelp-upload-param-watchlist (dyskusja) (Przetłumacz) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
| apihelp-upload-param-watchlistexpiry (dyskusja) (Przetłumacz) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-upload-summary (dyskusja) (Przetłumacz) | Upload a file, or get the status of pending uploads. |
| apihelp-userrights-example-expiry (dyskusja) (Przetłumacz) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
| apihelp-userrights-example-user (dyskusja) (Przetłumacz) | Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
| apihelp-userrights-example-userid (dyskusja) (Przetłumacz) | Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
| apihelp-userrights-param-add (dyskusja) (Przetłumacz) | Dodaj użytkownika do tych grup, lub, jeżeli jest już ich członkiem, zmień czas wygaśnięcia członkostwa w tych grupach. |
| apihelp-userrights-param-expiry (dyskusja) (Przetłumacz) | Sygnatury czasowe wygaśnięcia. Mogą być względne (np. <kbd>5 months</kbd> lub <kbd>2 weeks</kbd>) lub bezwzględne (np. <kbd>2014-09-18T12:34:56Z</kbd>). Jeśli ustawiona jest tylko jedna sygnatura, to zostanie zastosowana do wszystkich grup podanych w parametrze <var>$1add</var>. Użyj <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> lub <kbd>never</kbd> aby grupa nigdy nie wygasła. |
| apihelp-userrights-param-reason (dyskusja) (Przetłumacz) | Powód zmiany. |
| apihelp-userrights-param-remove (dyskusja) (Przetłumacz) | Usuń użytkownika z tych grup. |
| apihelp-userrights-param-tags (dyskusja) (Przetłumacz) | Change tags to apply to the entry in the user rights log. |
| apihelp-userrights-param-user (dyskusja) (Przetłumacz) | Użytkownik. |
| apihelp-userrights-param-userid (dyskusja) (Przetłumacz) | Zamiast tego podaj parametr <kbd>$1user=#<var>ID</var></kbd>. |
| apihelp-userrights-param-watchlistexpiry (dyskusja) (Przetłumacz) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-userrights-param-watchuser (dyskusja) (Przetłumacz) | Obserwuj strony osobiste i strony dyskusji tego użytkownika. |
| apihelp-userrights-summary (dyskusja) (Przetłumacz) | Zmień przynależność użytkownika do grup. |
| apihelp-validatepassword-example-1 (dyskusja) (Przetłumacz) | Validate the password <kbd>foobar</kbd> for the current user. |
| apihelp-validatepassword-example-2 (dyskusja) (Przetłumacz) | Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>. |
| apihelp-validatepassword-extended-description (dyskusja) (Przetłumacz) | Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable. |
| apihelp-validatepassword-param-email (dyskusja) (Przetłumacz) | Email address, for use when testing account creation. |
| apihelp-validatepassword-param-password (dyskusja) (Przetłumacz) | Hasło do walidacji. |
| apihelp-validatepassword-param-realname (dyskusja) (Przetłumacz) | Real name, for use when testing account creation. |
| apihelp-validatepassword-param-user (dyskusja) (Przetłumacz) | Username, for use when testing account creation. The named user must not exist. |
| apihelp-validatepassword-summary (dyskusja) (Przetłumacz) | Validate a password against the wiki's password policies. |
| apihelp-visualeditor-param-badetag (dyskusja) (Przetłumacz) | Jeśli zapytanie do RESTBase zwróciło ETag wyglądający na nieprawidłowy, podaj go tutaj w celu logowania problemu. |