Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
Сообщение | Текст по умолчанию |
---|---|
Текущий текст | |
apihelp-undelete-param-title (обсуждение) (Перевести) | Заголовок страницы для восстановления. |
apihelp-undelete-param-watchlist (обсуждение) (Перевести) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-unlinkaccount-description (обсуждение) (Перевести) | Remove a linked third-party account from the current user. |
apihelp-unlinkaccount-example-simple (обсуждение) (Перевести) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
apihelp-upload-description (обсуждение) (Перевести) | Upload a file, or get the status of pending uploads. 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-example-filekey (обсуждение) (Перевести) | Complete an upload that failed due to warnings. |
apihelp-upload-example-url (обсуждение) (Перевести) | Загрузить через URL |
apihelp-upload-param-async (обсуждение) (Перевести) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-checkstatus (обсуждение) (Перевести) | Only fetch the upload status for the given file key. |
apihelp-upload-param-chunk (обсуждение) (Перевести) | Кусок содержимого. |
apihelp-upload-param-comment (обсуждение) (Перевести) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
apihelp-upload-param-file (обсуждение) (Перевести) | Содержимое файла. |
apihelp-upload-param-filekey (обсуждение) (Перевести) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-upload-param-filename (обсуждение) (Перевести) | целевое название файла |
apihelp-upload-param-filesize (обсуждение) (Перевести) | Filesize of entire upload. |
apihelp-upload-param-ignorewarnings (обсуждение) (Перевести) | Игнорируйте любые предупреждения. |
apihelp-upload-param-offset (обсуждение) (Перевести) | Смещение блока в байтах. |
apihelp-upload-param-sessionkey (обсуждение) (Перевести) | Same as $1filekey, maintained for backward compatibility. |
apihelp-upload-param-stash (обсуждение) (Перевести) | If set, the server will stash the file temporarily instead of adding it to the repository. |
apihelp-upload-param-tags (обсуждение) (Перевести) | Change tags to apply to the upload log entry and file page revision. |
apihelp-upload-param-text (обсуждение) (Перевести) | Первоначальный текст страницы для новых файлов. |
apihelp-upload-param-url (обсуждение) (Перевести) | URL-Адрес для извлечения файла из. |
apihelp-upload-param-watch (обсуждение) (Перевести) | Наблюдать за этой страницей |
apihelp-upload-param-watchlist (обсуждение) (Перевести) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-userrights-description (обсуждение) (Перевести) | Изменить членство в группе пользователей. |
apihelp-userrights-example-expiry (обсуждение) (Перевести) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
apihelp-userrights-example-user (обсуждение) (Перевести) | 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 (обсуждение) (Перевести) | 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 (обсуждение) (Перевести) | Добавить пользователя в эти группы. |
apihelp-userrights-param-expiry (обсуждение) (Перевести) | 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 (обсуждение) (Перевести) | Причина изменений |
apihelp-userrights-param-remove (обсуждение) (Перевести) | Удалить пользователя из этих групп. |
apihelp-userrights-param-tags (обсуждение) (Перевести) | Изменить теги для подачи заявки на запись в журнале прав пользователей. |
apihelp-userrights-param-user (обсуждение) (Перевести) | Имя учётной записи. |
apihelp-userrights-param-userid (обсуждение) (Перевести) | Идентификатор пользователя. |
apihelp-validatepassword-description (обсуждение) (Перевести) | Validate a password against the wiki's password policies. 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-example-1 (обсуждение) (Перевести) | Validate the password <kbd>foobar</kbd> for the current user. |
apihelp-validatepassword-example-2 (обсуждение) (Перевести) | Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>. |
apihelp-validatepassword-param-email (обсуждение) (Перевести) | Email address, for use when testing account creation. |
apihelp-validatepassword-param-password (обсуждение) (Перевести) | Password to validate. |
apihelp-validatepassword-param-realname (обсуждение) (Перевести) | Real name, for use when testing account creation. |
apihelp-validatepassword-param-user (обсуждение) (Перевести) | User name, for use when testing account creation. The named user must not exist. |
apihelp-watch-description (обсуждение) (Перевести) | Add or remove pages from the current user's watchlist. |
apihelp-watch-example-generator (обсуждение) (Перевести) | Watch the first few pages in the main namespace. |
apihelp-watch-example-unwatch (обсуждение) (Перевести) | Не следить за страницей <kbd>Main Page</kbd>. |
apihelp-watch-example-watch (обсуждение) (Перевести) | Следить за страницей <kbd>Main Page</kbd>. |
apihelp-watch-param-title (обсуждение) (Перевести) | The page to (un)watch. Use <var>$1titles</var> instead. |
apihelp-watch-param-unwatch (обсуждение) (Перевести) | If set the page will be unwatched rather than watched. |
apihelp-xml-description (обсуждение) (Перевести) | Выходные данные в формате XML. |
apihelp-xml-param-includexmlnamespace (обсуждение) (Перевести) | If specified, adds an XML namespace. |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |