Sistemske poruke
Idi na navigaciju
Idi na pretragu
Ovo je spisak sistemskih poruka dostupnih u imenskom prostoru „Medijaviki“.
Posetite Medijaviki lokalizaciju i translatewiki.net ako želite da doprinesete opštoj lokalizaciji Medijavikija.
Naziv | Podrazumevani tekst |
---|---|
Aktuelni tekst poruke | |
apihelp-unblock-param-userid (razgovor) (Prevedite) | User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>. |
apihelp-unblock-summary (razgovor) (Prevedite) | Unblock a user. |
apihelp-undelete-example-page (razgovor) (Prevedite) | Undelete page <kbd>Main Page</kbd>. |
apihelp-undelete-example-revisions (razgovor) (Prevedite) | Undelete two revisions of page <kbd>Main Page</kbd>. |
apihelp-undelete-extended-description (razgovor) (Prevedite) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
apihelp-undelete-param-fileids (razgovor) (Prevedite) | IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
apihelp-undelete-param-reason (razgovor) (Prevedite) | Reason for restoring. |
apihelp-undelete-param-tags (razgovor) (Prevedite) | Change tags to apply to the entry in the deletion log. |
apihelp-undelete-param-timestamps (razgovor) (Prevedite) | Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
apihelp-undelete-param-title (razgovor) (Prevedite) | Title of the page to restore. |
apihelp-undelete-param-watchlist (razgovor) (Prevedite) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-undelete-summary (razgovor) (Prevedite) | Restore revisions of a deleted page. |
apihelp-unlinkaccount-example-simple (razgovor) (Prevedite) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
apihelp-unlinkaccount-summary (razgovor) (Prevedite) | Remove a linked third-party account from the current user. |
apihelp-upload-example-filekey (razgovor) (Prevedite) | Complete an upload that failed due to warnings. |
apihelp-upload-example-url (razgovor) (Prevedite) | Upload from a URL. |
apihelp-upload-extended-description (razgovor) (Prevedite) | 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 (razgovor) (Prevedite) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-checkstatus (razgovor) (Prevedite) | Only fetch the upload status for the given file key. |
apihelp-upload-param-chunk (razgovor) (Prevedite) | Chunk contents. |
apihelp-upload-param-comment (razgovor) (Prevedite) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
apihelp-upload-param-file (razgovor) (Prevedite) | File contents. |
apihelp-upload-param-filekey (razgovor) (Prevedite) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-upload-param-filename (razgovor) (Prevedite) | Target filename. |
apihelp-upload-param-filesize (razgovor) (Prevedite) | Filesize of entire upload. |
apihelp-upload-param-ignorewarnings (razgovor) (Prevedite) | Ignore any warnings. |
apihelp-upload-param-offset (razgovor) (Prevedite) | Offset of chunk in bytes. |
apihelp-upload-param-sessionkey (razgovor) (Prevedite) | Same as $1filekey, maintained for backward compatibility. |
apihelp-upload-param-stash (razgovor) (Prevedite) | If set, the server will stash the file temporarily instead of adding it to the repository. |
apihelp-upload-param-tags (razgovor) (Prevedite) | Change tags to apply to the upload log entry and file page revision. |
apihelp-upload-param-text (razgovor) (Prevedite) | Initial page text for new files. |
apihelp-upload-param-url (razgovor) (Prevedite) | URL to fetch the file from. |
apihelp-upload-param-watch (razgovor) (Prevedite) | Watch the page. |
apihelp-upload-param-watchlist (razgovor) (Prevedite) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-upload-summary (razgovor) (Prevedite) | Upload a file, or get the status of pending uploads. |
apihelp-userrights-example-expiry (razgovor) (Prevedite) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
apihelp-userrights-example-user (razgovor) (Prevedite) | 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 (razgovor) (Prevedite) | 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 (razgovor) (Prevedite) | Add the user to these groups, or if they are already a member, update the expiry of their membership in that group. |
apihelp-userrights-param-expiry (razgovor) (Prevedite) | Expiry timestamps. 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 only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group. |
apihelp-userrights-param-reason (razgovor) (Prevedite) | Reason for the change. |
apihelp-userrights-param-remove (razgovor) (Prevedite) | Remove the user from these groups. |
apihelp-userrights-param-tags (razgovor) (Prevedite) | Change tags to apply to the entry in the user rights log. |
apihelp-userrights-param-user (razgovor) (Prevedite) | User name. |
apihelp-userrights-param-userid (razgovor) (Prevedite) | User ID. |
apihelp-userrights-summary (razgovor) (Prevedite) | Change a user's group membership. |
apihelp-validatepassword-example-1 (razgovor) (Prevedite) | Validate the password <kbd>foobar</kbd> for the current user. |
apihelp-validatepassword-example-2 (razgovor) (Prevedite) | Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>. |
apihelp-validatepassword-extended-description (razgovor) (Prevedite) | 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 (razgovor) (Prevedite) | Email address, for use when testing account creation. |