diff --git a/public/help/ru/wiki_syntax_detailed_textile.html b/public/help/ru/wiki_syntax_detailed_textile.html index b2be4ca..03090de 100644 --- a/public/help/ru/wiki_syntax_detailed_textile.html +++ b/public/help/ru/wiki_syntax_detailed_textile.html @@ -44,15 +44,15 @@
Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.
+Redmine допускает гиперссылки между ресурсами (задачи, версии, wiki-страницы) отовсюду в wiki-формате.
Wiki ссылки:
@@ -120,14 +120,14 @@Выводит список доступных макросов с описаниями, если они имеются.
child_pages
Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:
-{{child_pages}} -- can be used from a wiki page only
-{{child_pages(depth=2)}} -- display 2 levels nesting only
Вывод списка дочерних страниц. Без аргументов выводится список дочерних страниц для текущей wiki-страницы. Пример:
+{{child_pages}} -- можно использователь только на wiki-странице
+{{child_pages(depth=2)}} -- вывести только 2 уровня вложенности
include
Вставить wiki страницу. Пример:
+Вставить wiki-страницу. Пример:
{{include(Foo)}}
- or to include a page of a specific project wiki:
+или вставить сраницу wiki конкретного проекта:
{{include(projectname:Foo)}}
collapse
Inserts of collapsed block of text. Example:
-{{collapse(View details...)
-This is a block of text that is collapsed by default.
-It can be expanded by clicking a link.
+ Вставить скрываемый текст. Пример:
+ {{collapse(Читать дальше...)
+Этот блок текста по умолчанию скрыт.
+Он расскроется, если нажать на ссылку.
}}
thumbnail
- Displays a clickable thumbnail of an attached image. Examples:
+ Отображет кликабельный эскиз приложенной картинки. Пример:
{{thumbnail(image.png)}}
-{{thumbnail(image.png, size=300, title=Thumbnail)}}
+{{thumbnail(image.png, size=300, title=Эскиз)}}