Системные сообщения
Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
Сообщение | Текст по умолчанию |
---|---|
Текущий текст | |
apihelp-dbgfm-description (обсуждение) (Перевести) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
apihelp-delete-description (обсуждение) (Перевести) | Удалить страницу. |
apihelp-delete-example-reason (обсуждение) (Перевести) | Удалить <kbd>Main Page</kbd> причина <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (обсуждение) (Перевести) | удалить <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (обсуждение) (Перевести) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (обсуждение) (Перевести) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (обсуждение) (Перевести) | Reason for the deletion. If not set, an automatically generated reason will be used. |
apihelp-delete-param-title (обсуждение) (Перевести) | Заголовок страницы удалить. Совместное использование с <var>$1страницы</var> невозможно. |
apihelp-delete-param-unwatch (обсуждение) (Перевести) | Удалить страницу из списка наблюдения текущего пользователя. |
apihelp-delete-param-watch (обсуждение) (Перевести) | Добавить страницу к текущему списку наблюдения пользователя. |
apihelp-delete-param-watchlist (обсуждение) (Перевести) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-disabled-description (обсуждение) (Перевести) | Этот модуль был отключен. |
apihelp-edit-description (обсуждение) (Перевести) | Создать и отредактировать страницы. |
apihelp-edit-example-edit (обсуждение) (Перевести) | Редактировать страницу |
apihelp-edit-example-prepend (обсуждение) (Перевести) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (обсуждение) (Перевести) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (обсуждение) (Перевести) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-basetimestamp (обсуждение) (Перевести) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
apihelp-edit-param-bot (обсуждение) (Перевести) | Пометить правку как сделанную ботом. |
apihelp-edit-param-contentformat (обсуждение) (Перевести) | Формат сериализации содержимого, используемый для ввода текста. |
apihelp-edit-param-contentmodel (обсуждение) (Перевести) | Content model of the new content. |
apihelp-edit-param-createonly (обсуждение) (Перевести) | Не редактировать страницу, если она уже существует. |
apihelp-edit-param-md5 (обсуждение) (Перевести) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (обсуждение) (Перевести) | Незначительное изменение (малая правка). |
apihelp-edit-param-nocreate (обсуждение) (Перевести) | Выбрасывать ошибку, если страницы не существует. |
apihelp-edit-param-notminor (обсуждение) (Перевести) | Значительное изменение (обычная, не «малая», правка). |
apihelp-edit-param-pageid (обсуждение) (Перевести) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (обсуждение) (Перевести) | Add this text to the beginning of the page. Overrides $1text. |
apihelp-edit-param-recreate (обсуждение) (Перевести) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (обсуждение) (Перевести) | Автоматически разрешать редиректы. |
apihelp-edit-param-section (обсуждение) (Перевести) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-edit-param-sectiontitle (обсуждение) (Перевести) | Заголовок для нового раздела. |
apihelp-edit-param-starttimestamp (обсуждение) (Перевести) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (обсуждение) (Перевести) | Edit summary. Also section title when $1section=new and $1sectiontitle is not set. |
apihelp-edit-param-tags (обсуждение) (Перевести) | Change tags to apply to the revision. |
apihelp-edit-param-text (обсуждение) (Перевести) | Содержание страницы. |
apihelp-edit-param-title (обсуждение) (Перевести) | Title of the page to edit. Cannot be used together with <var>$1pageid</var>. |
apihelp-edit-param-token (обсуждение) (Перевести) | The token should always be sent as the last parameter, or at least after the $1text parameter. |
apihelp-edit-param-undo (обсуждение) (Перевести) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (обсуждение) (Перевести) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (обсуждение) (Перевести) | Удалить страницу из списка наблюдения текущего пользователя. |
apihelp-edit-param-watch (обсуждение) (Перевести) | Добавить страницу к текущему списку наблюдения пользователя. |
apihelp-edit-param-watchlist (обсуждение) (Перевести) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-emailuser-description (обсуждение) (Перевести) | Письмо участнику |
apihelp-emailuser-example-email (обсуждение) (Перевести) | Отправить письмо пользователю <kbd>WikiSysop</kbd> с текстом <kbd>контентом</kbd>. |
apihelp-emailuser-param-ccme (обсуждение) (Перевести) | Отправить копию этого сообщения мне. |
apihelp-emailuser-param-subject (обсуждение) (Перевести) | Заголовок темы. |
apihelp-emailuser-param-target (обсуждение) (Перевести) | Адресат электронного письма |
apihelp-emailuser-param-text (обсуждение) (Перевести) | Содержание письма |
apihelp-expandtemplates-description (обсуждение) (Перевести) | Разворачивает все шаблоны в wikitext. |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |