Sistemske poruke

Pređi na navigaciju Pređi na pretragu
Ovo je spisak sistemskih poruka dostupnih u imenskom prostoru „Medijaviki”. Posetite lokalizaciju Medijavikija i translatewiki.net ako želite da doprinesete opštoj lokalizaciji Medijavikija.
Sistemske poruke
Prva stranicaPrethodna stranicaSledeća stranicaPoslednja stranica
Naziv Podrazumevani tekst
Aktuelni tekst poruke
apihelp-import-example-import (razgovor) (Prevedite) Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.
apihelp-import-extended-description (razgovor) (Prevedite) Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.
apihelp-import-param-assignknownusers (razgovor) (Prevedite) Assign edits to local users where the named user exists locally.
apihelp-import-param-fullhistory (razgovor) (Prevedite) For interwiki imports: import the full history, not just the current version.
apihelp-import-param-interwikipage (razgovor) (Prevedite) For interwiki imports: page to import.
apihelp-import-param-interwikiprefix (razgovor) (Prevedite) For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).
apihelp-import-param-interwikisource (razgovor) (Prevedite) For interwiki imports: wiki to import from.
apihelp-import-param-namespace (razgovor) (Prevedite) Import to this namespace. Cannot be used together with <var>$1rootpage</var>.
apihelp-import-param-rootpage (razgovor) (Prevedite) Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.
apihelp-import-param-summary (razgovor) (Prevedite) Log entry import summary.
apihelp-import-param-tags (razgovor) (Prevedite) Change tags to apply to the entry in the import log and to the null revision on the imported pages.
apihelp-import-param-templates (razgovor) (Prevedite) For interwiki imports: import all included templates as well.
apihelp-import-param-xml (razgovor) (Prevedite) Uploaded XML file.
apihelp-import-summary (razgovor) (Prevedite) Import a page from another wiki, or from an XML file.
apihelp-infobox-param-args (razgovor) (Prevedite) Variable list to use during parse (json format)
apihelp-infobox-param-text (razgovor) (Prevedite) Infobox to parse (xml string)
apihelp-infobox-param-title (razgovor) (Prevedite) Title of page the text belongs to
apihelp-infobox-summary (razgovor) (Prevedite) This module provides infobox parser
apihelp-json-param-ascii (razgovor) (Prevedite) If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.
apihelp-json-param-callback (razgovor) (Prevedite) If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.
apihelp-json-param-formatversion (razgovor) (Prevedite) Output formatting
apihelp-json-param-utf8 (razgovor) (Prevedite) If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.
apihelp-json-paramvalue-formatversion-1 (razgovor) (Prevedite) Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).
apihelp-json-paramvalue-formatversion-2 (razgovor) (Prevedite) Modern format.
apihelp-json-paramvalue-formatversion-latest (razgovor) (Prevedite) Use the latest format (currently <kbd>2</kbd>), may change without warning.
apihelp-json-summary (razgovor) (Prevedite) Output data in JSON format.
apihelp-jsonfm-summary (razgovor) (Prevedite) Output data in JSON format (pretty-print in HTML).
apihelp-link (razgovor) (Prevedite) [[Special:ApiHelp/$1|$2]]
apihelp-linkaccount-example-link (razgovor) (Prevedite) Start the process of linking to an account from <kbd>Example</kbd>.
apihelp-linkaccount-summary (razgovor) (Prevedite) Link an account from a third-party provider to the current user.
apihelp-login-example-login (razgovor) (Prevedite) Пријавa.
apihelp-login-extended-description (razgovor) (Prevedite) This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-extended-description-nobotpasswords (razgovor) (Prevedite) This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-param-domain (razgovor) (Prevedite) Domain (optional).
apihelp-login-param-name (razgovor) (Prevedite) Корисничко име.
apihelp-login-param-password (razgovor) (Prevedite) Лозинка.
apihelp-login-param-token (razgovor) (Prevedite) Login token obtained in first request.
apihelp-login-summary (razgovor) (Prevedite) Log in and get authentication cookies.
apihelp-logout-example-logout (razgovor) (Prevedite) Log the current user out.
apihelp-logout-summary (razgovor) (Prevedite) Log out and clear session data.
apihelp-main-extended-description (razgovor) (Prevedite) <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|Documentation]] * [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]] * [[mw:Special:MyLanguage/API:FAQ|FAQ]] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests] </div> <strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/[email protected]/ the mediawiki-api-announce mailing list] for notice of updates. <strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key "MediaWiki-API-Error" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]]. <p class="mw-apisandbox-link"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>
apihelp-main-param-action (razgovor) (Prevedite) Коју радњу извршити.
apihelp-main-param-assert (razgovor) (Prevedite) Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.
apihelp-main-param-assertuser (razgovor) (Prevedite) Verify the current user is the named user.
apihelp-main-param-curtimestamp (razgovor) (Prevedite) Include the current timestamp in the result.
apihelp-main-param-errorformat (razgovor) (Prevedite) Format to use for warning and error text output
apihelp-main-param-errorlang (razgovor) (Prevedite) Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki's content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.
apihelp-main-param-errorsuselocal (razgovor) (Prevedite) If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.
apihelp-main-param-format (razgovor) (Prevedite) Формат излаза.
apihelp-main-param-maxage (razgovor) (Prevedite) Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.
Prva stranicaPrethodna stranicaSledeća stranicaPoslednja stranica