summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-30 06:24:43 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-30 06:24:43 +0000
commit0476f2d6f1898d6a1939c5f64966a56909c96db3 (patch)
tree4d84015b75d92b89716d22db2abb970e1c37f9e2 /public
parent98f9b0de7f275f572a5d5fb555fd7d6676ca70b5 (diff)
downloadredmine-0476f2d6f1898d6a1939c5f64966a56909c96db3.tar.gz
redmine-0476f2d6f1898d6a1939c5f64966a56909c96db3.zip
Russian wiki translation for 3.2-stable updated by Kirill Gritsaenko (#21883)
git-svn-id: http://svn.redmine.org/redmine/trunk@15114 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/help/ru/wiki_syntax_detailed_textile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/help/ru/wiki_syntax_detailed_textile.html b/public/help/ru/wiki_syntax_detailed_textile.html
index 6e2d1ecd2..989b3343b 100644
--- a/public/help/ru/wiki_syntax_detailed_textile.html
+++ b/public/help/ru/wiki_syntax_detailed_textile.html
@@ -334,9 +334,9 @@ bq. Rails - это полноценный, многоуровневый фрей
<h2><a name="13" class="wiki-page"></a>Подсветка кода</h2>
- <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.</p>
+ <p>По умолчанию за подсветку код отвечает <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, и для лучшей производительности библиотеки написаны на Ruby. Сейчас поддерживаются c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) языки.</p>
-<p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p>
+<p>Вы можете подсветить код в любом месте, где поддерживается wiki-форматирование (название языка не зависит от регистра):</p>
<pre>
&lt;pre&gt;&lt;code class="ruby"&gt;