# Russian translation of bbcode (6.x-1.2)
# Copyright (c) 2009 by the Russian translation team
# Generated from files:
#  bbcode.module,v 1.50 2008/02/07 14:05:30 naudefj
#  bbcode-filter.inc,v 1.66 2008/11/30 08:50:08 naudefj
#  bbcode-help.inc,v 1.8 2007/01/28 21:18:45 naudefj
#  bbcode/bbcode.info: n/a
#
msgid ""
msgstr ""
"Project-Id-Version: bbcode (6.x-1.2)\n"
"POT-Creation-Date: 2009-03-04 14:43+0300\n"
"PO-Revision-Date: 2009-03-04 14:42+0300\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"

#: bbcode.module:57,63,69,81
msgid "Enabled"
msgstr "Включено"

#: bbcode.module:57,63,69,75,81
msgid "Disabled"
msgstr "Отключено"

#: bbcode.module:61
msgid "Spam link deterrent"
msgstr "Защита от спамерских ссылок"

#: bbcode-filter.inc:7
msgid "\\1 wrote:"
msgstr "\\1 написал:"

#: bbcode.module:30
msgid "Converts BBCode to HTML."
msgstr "Конвертировать BBCode в HTML"

#: bbcode.module:50
msgid "BBCode filter"
msgstr "Фильтр BBCode"

#: bbcode.module:55
msgid "Convert addresses to links"
msgstr "Конвертировать адреса в ссылки"

#: bbcode.module:58
msgid ""
"Turn web and e-mail addresses into clickable links. This is useful if "
"content authors do not explicitly mark addresses as links with [url] "
"and [email] tags."
msgstr ""
"Сделать кликабельными ссылками "
"адреса web и e-mail. Это полезно, когда "
"авторы сообщений забывают (или не "
"хотят) заключать адреса в теги [url] и "
"[email]."

#: bbcode.module:67
msgid "Email address encoding"
msgstr "Шифровать адреса e-mail"

#: bbcode.module:70
msgid ""
"Whether to encode email addresses with javascript. With this method "
"you will have clickable mailto links, but it will be a bit harder for "
"spam robots to collect them."
msgstr ""
"Шифровать или нет адреса e-mail с помощью "
"javascript. С помощью этого метода можно "
"сделать адреса e-mail ссылками, на "
"которые можно будет кликать, но "
"которые будут трудно читаемыми (или не "
"читаемыми вообще) для спам-роботов."

#: bbcode.module:73
msgid "Smart paragraph and line breaks"
msgstr "\"Умные\" переводы строк и абзацы"

#: bbcode.module:75
msgid "Line breaks only"
msgstr "Только переводы строк"

#: bbcode.module:75
msgid "Line and paragraph breaks"
msgstr "Переводы строк и абзацы"

#: bbcode.module:76
msgid ""
"Add line and paragraph breaks to text, excluding text in preformatted "
"code blocks. If you disable this option, you need to enable Drupal's "
"\"Line break converter\". Don't use both together!"
msgstr ""
"Добавлять переводы строк и абзацы в "
"текст, за исключением формата кода. "
"Если вы выключили эту опцию, "
"обязательно включите опцию самого "
"Друпала \"Конвертировать переводы "
"строк\". Не используйте эти опции "
"вместе!"

#: bbcode.module:79
msgid "Print debugging info"
msgstr "Выводить отладочную информацию"

#: bbcode.module:82
msgid ""
"Print BBCode parse date and execution time. This option should be "
"disabled on production sites. You may need to clear the cache after "
"changing this option."
msgstr ""
"Выводить время разбора текста "
"фильтром BBCode и времени работы. На "
"работающих сайтах эта опция должна "
"быть выключена. После изменения этой "
"опции может быть необходимо очистить "
"кэш сайта."

#: bbcode.module:0
msgid "bbcode"
msgstr "Фильтр BBCode"

#: bbcode-filter.inc:6
msgid "Quote:"
msgstr "Цитата:"

#: bbcode-help.inc:5
msgid ""
"<a id=\"filter-bbcode\"></a><h2>BBCode Guide</h2>\n"
"\n"
"<p>\n"
" BBCode allows you to specify formatting rules for your text,\n"
" even if you are not allowed to use HTML in your posts. BBCode\n"
" originated from the forum software named PHPBB, and this site\n"
" has a special implementation of it.\n"
"</p>\n"
"<p>\n"
" In BBCode terms, you use \"tags\" to add formatting to your text. "
"Every\n"
" tag is enclosed in <strong>[</strong> and <strong>]</strong> "
"brackets. \n"
" If you want to mark some region in your text, you need to use an "
"opening \n"
" tag and a closing tag. Closing tags start with <strong>[/</strong>, "
"as\n"
" you will see in the examples below. If you mistype a tag or forget to "
"\n"
" close it, you will not get the desired formatting.\n"
"</p>\n"
"\n"
"<h3>Simple text formatting</h3>\n"
"\n"
"<p>\n"
" BBCode allows you to make some parts of your texts stand out from "
"the\n"
" context by adding <strong>[b]</strong>old, "
"<strong>[i]</strong>talic,\n"
" <strong>[u]</strong>nderlined and <strong>[s]</strong>trikeout "
"formatting \n"
" to them. The <strong>[color]</strong>, <strong>[size]</strong> and \n"
" <strong>[font]</strong> tags allow you to change the color, size and "
"font \n"
" of portions of the text you enclose with these tags. Both require a "
"\n"
" parameter (which colour, how big, what font) that is suffixed to the "
"name \n"
" of the tag by an equals sign (example below).  You should not repeat "
"the \n"
" parameter in the closing tag!\n"
"</p>\n"
"\n"
"<p>\n"
" You can specify any recognized color name (red, blue, green, white, "
"etc.)\n"
" or a hexadecimal color value (#CDCDCD, #FFFFFF, etc.) as the "
"parameter of\n"
" a <strong>[color]</strong> tag. The <strong>[size]</strong> tag "
"allows you\n"
" to set the font size between 6 and 48, 6 being the smallest size.\n"
" Note that using very large text is considered by many to be annoying, "
"and\n"
" it is seldom a good idea to try to attract more attention to your "
"post in\n"
" this way. The <strong>[font]</strong> tag can be set to any valid "
"font face,\n"
" such as Arial, Arial Black, Courier, Courier New, Helvetica, Impact, "
"\n"
" Times New Roman, Verdana, etc.\n"
"</p>\n"
"\n"
"<table width=\"98%\">\n"
" <tr>\n"
"  <th>usage</th><th>display</th>\n"
" </tr>\n"
" <tr>\n"
"  <td>I [b]need to do[/b] this by the weekend</td>\n"
"  <td>I <strong>need to do</strong> this by the weekend</td>\n"
" </tr>\n"
" <tr>\n"
"  <td>John said that [i]we should[/i] ask her</td>\n"
"  <td>John said that <em>we should</em> ask her</td>\n"
" </tr>\n"
" <tr>\n"
"  <td>I [u]would not like to[/u] offend you</td>\n"
"  <td>I <span style=\"text-decoration: underline;\">would not like "
"to</span> offend you</td>\n"
" </tr>\n"
" <tr>\n"
"  <td>Let's correct this [s]mispelled[/s] misspelled word</td>\n"
"  <td>Let's correct this <s>mispelled</s> misspelled word</td>\n"
" </tr>\n"
" <tr>\n"
"  <td>Jane was at [color=blue]the coast[/color]</td>\n"
"  <td>Jane was at <span style=\"color: blue;\">the coast</span></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>Joe was in [color=#FF0000]the forest[/color]</td>\n"
"  <td>Joe was in <span style=\"color: #FF0000;\">the "
"forest</span></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>You said: [size=30]HEY![/size]</td>\n"
"  <td>You said: <span style=\"font-size: 30px;\">HEY!</span></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>She said: [font=Courier]What?[/font]</td>\n"
"  <td>She said: <span style=\"font-family: "
"Courier;\">What?</span></td>\n"
" </tr>\n"
"</table>\n"
"\n"
"<h3>Creating links</h3>\n"
"\n"
"<p>\n"
" You have multiple options to specify links to other destinations in\n"
" your posts.\n"
"</p>\n"
"\n"
"<p>\n"
" URLs (Uniform Resource Locators) starting with \"www\" or \"ftp\" "
"(eg.\n"
" www.example.com) are automatically recognized and replaced with "
"links. \n"
" You can also use the <strong>[url]</strong> tag with a parameter to "
"\n"
" specify a link with meaningful text to click on. If you use the url "
"\n"
" tag without the parameter, the enclosed text is assumed to be a "
"URL,\n"
" and a link is created to that destination.\n"
"</p>\n"
"<p>\n"
" Email addresses in posts are also automatically converted to email "
"links. \n"
" For compatibility with common BBCode implementations, an \n"
" <strong>[email]</strong> tag is provided. \n"
"</p>\n"
"\n"
"<table width=\"98%\">\n"
" <tr>\n"
"  <th>usage</th><th>display</th>\n"
" </tr>\n"
" <tr>\n"
"  <td>For more examples, visit www.example.com</td>\n"
"  <td>For more examples, visit <a href=\"http://www.example.com\" "
"target=\"_blank\">www.example.com</a></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>For more examples, visit http://example.com</td>\n"
"  <td>For more examples, visit <a href=\"http://example.com\" "
"target=\"_blank\">http://example.com</a></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>If you have questions ask me at joe@example.com</td>\n"
"  <td>If you have questions ask me at <a "
"href=\"mailto:joe@example.com\">joe@example.com</a></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>If you have questions ask me at "
"[email]joe@example.com[/email]</td>\n"
"  <td>If you have questions ask me at <a "
"href=\"mailto:joe@example.com\">joe@example.com</a></td>\n"
" </tr>\n"
" <tr>\n"
"  <td>We use [url=http://example.com/]the example site[/url] in these "
"examples</td>\n"
"  <td>We use <a href=\"http://example.com/\" target=\"_blank\">the "
"example site</a> in these examples</td>\n"
" </tr>\n"
" <tr>\n"
"  <td>We use [url]http://example.com/[/url] in these examples</td>\n"
"  <td>We use <a href=\"http://example.com/\" "
"target=\"_blank\">http://example.com/</a> in these examples</td>\n"
" </tr>\n"
"</table>\n"
"\n"
"<h3>Displaying images</h3>\n"
"\n"
"<p>\n"
" The <strong>[img]</strong> tag allows you to display an image in "
"your\n"
" post. You need to specify a URL to the image, so it needs to be\n"
" accessible somewhere on the internet. Beware of adding very large\n"
" images to your text, or the page will load very slowly!\n"
"</p>\n"
"\n"
"<p>\n"
" If you enclose a URL in an <strong>[img]</strong> tag, then it will\n"
" be replaced with code to display the image. For example <code>A "
"good\n"
" screenshot: [img]http://example.com/screenshot.png[/img]</code>\n"
" will show you the screenshot (if it exists). \n"
"</p>\n"
"<p>\n"
" You can also specify the desired display dimensions of the image by\n"
" adding a dimension parameter to the <strong>[img]</strong> tag. "
"<code>A\n"
" good screenshot: "
"[img=640x480]http://example.com/screenshot.png[/img]</code>\n"
" will display the image in 640x480 (though the full image will be\n"
" downloaded). Do not use this to show a thumbnail of an image!\n"
"</p>\n"
"\n"
"<p>\n"
" You are free to link an image to an external destination by "
"enclosing\n"
" the <strong>[img]</strong> tag with a <strong>[url]</strong> tag: "
"<code>See\n"
" "
"[url=http://example.com][img]http://example.com/screenshot.png[/img][/url]</code>.\n"
"</p>\n"
"\n"
"<h3>Ordered and unordered lists</h3>\n"
"\n"
"<p>\n"
" The simplest list type is the unordered list, which means that there "
"is\n"
" no numbering applied to the elements. You can make such a list by "
"enclosing\n"
" the list elements in <strong>[list]</strong> opening and closing "
"tags.\n"
" Specify the start of one element with the <strong>[*]</strong> list "
"element\n"
" marker, which has no closing tag pair.\n"
"</p>\n"
"\n"
"<p>\n"
" To create an ordered list, you should add a parameter to the \n"
" <strong>[list]</strong> list tag specifying what type of ordered list "
"\n"
" you would like to see. The possible parameters are \"i\", \"I\", "
"\"1\", \n"
" \"a\", \"A\", \"c\", \"d\" and \"s\" which all correspond to the "
"display \n"
" of the first list element.\n"
"</p>\n"
"\n"
"<table width=\"98%\">\n"
" <tr>\n"
"  <th>usage</th><th>display</th>\n"
" </tr>\n"
" <tr>\n"
"  <td><pre>\n"
"I love\n"
" [list]\n"
"  [*]Oranges\n"
"  [*]Apples\n"
"  [*]Bananas\n"
" [/list]\n"
"</pre></td>\n"
"  <td>\n"
"   I love \n"
"   <ul>\n"
"    <li>Oranges</li>\n"
"    <li>Apples</li>\n"
"    <li>Bananas</li>\n"
"   </ul>\n"
"  </td>\n"
" </tr>\n"
" <tr>\n"
"  <td><pre>\n"
"I love\n"
" [list=I]\n"
"  [*]Oranges\n"
"  [*]Apples\n"
"  [*]Bananas\n"
" [/list]\n"
"</pre></td>\n"
"  <td>\n"
"   I love \n"
"   <ol style=\"list-style-type: upper-roman;\">\n"
"    <li>Oranges</li>\n"
"    <li>Apples</li>\n"
"    <li>Bananas</li>\n"
"   </ol>\n"
"  </td>\n"
" </tr>\n"
" <tr>\n"
"  <td><pre>\n"
"I love\n"
" [list=1]\n"
"  [*]Oranges\n"
"  [*]Apples\n"
"  [*]Bananas\n"
" [/list]\n"
"</pre></td>\n"
"  <td>\n"
"   I love \n"
"   <ol style=\"list-style-type: decimal;\">\n"
"    <li>Oranges</li>\n"
"    <li>Apples</li>\n"
"    <li>Bananas</li>\n"
"   </ol>\n"
"  </td>\n"
" </tr>\n"
"</table>\n"
"\n"
"<h3>Fixed-width text and block formatting</h3>\n"
"\n"
"<p>\n"
" You can use the <strong>[code]</strong> tag to add an inline "
"fixed-width\n"
" formatted part or to add a block of (usually program) code. If there "
"is\n"
" any newline present between the opening and closing tags, then a "
"block\n"
" will be displayed.\n"
"</p>\n"
"\n"
"<p>\n"
" Similarly, the <strong>[php]</strong> tag can be used to post PHP "
"code. \n"
" PHP code will automatically be syntax highlighted for easier "
"readability.\n"
"</p>\n"
"\n"
"<table width=\"98%\">\n"
" <tr>\n"
"  <th>usage</th><th>display</th>\n"
" </tr>\n"
" <tr>\n"
"  <td>Edit your [code]robots.txt[/code] file</td>\n"
"  <td>Edit your <code>robots.txt</code> file</td>\n"
" </tr>\n"
" <tr>\n"
" </tr>\n"
" <tr>\n"
"  <td>\n"
"An HTML title example:<br />\n"
"[code]<br />\n"
"&lt;head&gt;<br />\n"
"&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />\n"
"&lt;/head&gt;<br />\n"
"[/code]\n"
"  </td>\n"
"  <td>\n"
"An HTML title example:<br />\n"
"<div class=\"codeblock\"><code>\n"
"&lt;head&gt;<br />\n"
"&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />\n"
"&lt;/head&gt;<br />\n"
"</code>\n"
"  </td>\n"
" </tr>\n"
" <tr>\n"
" </tr>\n"
" <tr>\n"
"  <td>\n"
"Some PHP code:<br />\n"
"[php]<br />\n"
"&lt;?php<br />\n"
"function hello()<br />\n"
"{<br />\n"
"&nbsp;&nbsp;echo \"Hello World!\";<br />\n"
"}<br />\n"
"?&gt;<br />\n"
"[/php]\n"
"  </td>\n"
"  <td valign=top>\n"
"Some PHP code:<br />\n"
"<div class=\"codeblock\"><code>\n"
"<font color=\"#000000\">\n"
"<font color=\"#0000BB\">&lt;?php<br /></font><font "
"color=\"#007700\">function </font><font "
"color=\"#0000BB\">hello</font><font color=\"#007700\">()<br />{<br "
"/>&nbsp;&nbsp;echo </font><font color=\"#DD0000\">\"Hello "
"World!\"</font><font color=\"#007700\">;<br />}<br /><font "
"color=\"#0000BB\">?&gt;</font>\n"
"</font>\n"
"</code>\n"
"  </td>\n"
" </tr>\n"
"</table>\n"
"\n"
"<h3>Text and block alignment</h3>\n"
"\n"
"<p>\n"
" You can also set the alignment of the text by using "
"<strong>[left]</strong>,\n"
" <strong>[right]</strong> and <strong>[center]</strong> tags. The \n"
" <strong>[float]</strong> tag can be used to place floating boxes in "
"the text \n"
" (especially handy for images). You can specify the direction of the "
"floating with\n"
" <strong>[float=left]</strong> and <strong>[float=right]</strong>. The "
"\n"
" <strong>[justify]</strong> tag can be used justify text on both sides "
"of \n"
" the page.\n"
"</p>\n"
"\n"
"<h3>Other supported tags</h3>\n"
"\n"
"<p>\n"
" It is possible to quote something that has already been posted, by "
"just \n"
" putting <strong>[quote][/quote]</strong> tags around it. To quote a "
"\n"
" specific person, use something like [quote=John]. Quote tags can \n"
" be nested.\n"
"</p>\n"
"\n"
"<p>\n"
"  The <strong>[sub]</strong> and <strong>[sup]</strong> tags can be "
"used \n"
"  to add subscript and superscript text. For example,\n"
"  H[sub]2[/sub]O gives H<sub>2</sub>O, while \n"
"  X[sup]3[/sup] gives X<sup>3</sup>.\n"
"</p>\n"
"\n"
"<p>\n"
" The <strong>[acronym]</strong> tag allow you to identify text as \n"
" an acronym and provide a description when users move their mouse \n"
" over the tag. For example,\n"
" [acronym=Structured Query Language]SQL[/acronym] produces \n"
" <acronym title=\"Structured Query Language\">SQL</acronym>.\n"
"</p>\n"
"\n"
"<p>\n"
" The <strong>[abbr]</strong> tag allow you to identify text as \n"
" an abbreviation and provide a description when users move their mouse "
"\n"
" over the tag. For example,\n"
" [abbr=World Wide Web]WWW[/abbr] produces \n"
" <abbr title=\"World Wide Web\">WWW</abbr>.\n"
"</p>\n"
"\n"
"<p>\n"
" The <strong>[notag]</strong> tags prevent text inside the tags from "
"being \n"
" parsed. This allows you to give examples of BBcode and not have it \n"
" converted to HTML. For example: [notag]These [b]tags[/b] are not \n"
" rendered[/notag] will produce \"These [b]tags[/b] are not "
"rendered\".\n"
"</p>\n"
"\n"
"<p>\n"
" The <strong>[hr]</strong> tag draws a horizontal line across the "
"page. Handy\n"
" for separating chunks of text.\n"
"</p>\n"
"\n"
"<h3>Using multiple formatting tags</h3>\n"
"\n"
"<p>\n"
" You can apply more than one formatting specification to a portion of "
"some\n"
" text. <code>I was at [b][i]the coast[/i][/b]</code> will be\n"
" rendered as <code>I was at <strong><em>the "
"coast</em></strong></code>.\n"
"</p>\n"
"\n"
"<p>\n"
" Make sure that you take care of the proper order of the opening and "
"closing\n"
" tags. You should close the tags in the opposite order in which you "
"opened\n"
" them. Otherwise you might get very strange rendering results. Also "
"check\n"
" your post with the preview function before submitting it, in case "
"there are\n"
" formatting errors due to improper BBCode usage.\n"
"</p>"
msgstr ""
"<a id=\\\"filter-bbcode\\\"></a><h2>Руководство "
"BBCode</h2>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" BBCode позволяет вам указывать правила "
"форматирования вашего\\n"
"\r\n"
" текста даже в тех случаях, когда вым "
"запрещено использовать HTML.\\n"
"\r\n"
" Своё начало BBCode ведёт с форумного "
"движка PHPBB, на этом сайте\\n"
"\r\n"
" своя реализация этого формата "
"разметки.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"<p>\\n"
"\r\n"
" В терминах BBCode вы используете "
"\\\"метки\\\", чтобы добавить разметку\\n"
"\r\n"
" вашего текста. Каждая метка заключена "
"в квадратные кавычки (<strong>[</strong>\\n"
" \r\n"
" и <strong>]</strong>). Если вам нужно разметить "
"определённый регион\\n"
"\r\n"
" текста, необходимо использовать "
"открывающую и закрывающую метки. "
"Закрывающая\\n"
"\r\n"
" метка начинается с <strong>[/</strong>, как вы "
"увидите из наших примеров.\\n"
"\r\n"
" Если вы опечатаетесь при наборе метки "
"или забудете закрыть его, вы просто\\n"
"\r\n"
" не получите желаемой разметки.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Простое форматирование текста</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" BBCode позволяет вам выделять части "
"текстов из того контекста, в который\\n"
"\r\n"
" они помещены, с помощью жирного "
"(<strong>[b]</strong>) или наклонного\\n"
"\r\n"
" (<strong>[i]</strong>) начертания, "
"подчёркивания (<strong>[u]</strong>)\\n"
"\r\n"
" или перечёркивания (<strong>[s]</strong>) "
"нужных фрагментов. Метки\\n"
" \r\n"
" <strong>[color]</strong>, <strong>[size]</strong> и "
"<strong>[font]</strong>\\n"
"\r\n"
" позволяют менять цвет, размер и "
"начертание шрифта в внутри "
"выделенных\\n"
"\r\n"
" частей текста. Каждый из них требует "
"указания параметра (какой цвет, "
"размер,\\n"
"\r\n"
" начертание требуется), который "
"передаётся в качестве суффикса к "
"имени метки\\n"
"\r\n"
" (примеры ниже). Вам не следует "
"указывать параметр в закрывающей "
"метке!\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Вы можете указать любое стандартное "
"имя (red, blue, green, white и т.д.)\\n"
"\r\n"
" или код цвета в шестнадцатиричном "
"формате (#CDCDCD, #FFFFFF и др.) в\\n"
" \r\n"
" качестве параметра для метки "
"<strong>[color]</strong>. Чтобы определить\\n"
"\r\n"
" размер текста, испольуйте как "
"параметр для метки <strong>[size]</strong>\\n"
"\r\n"
" значения от 6 до 48, где 6 - наименьший "
"размер.\\n"
"\r\n"
" Имейте в виду, что использование "
"слишком больших букв многих "
"раздражает,\\n"
"\r\n"
" так что привлечение внимания к "
"сообщению таким способом - не самая "
"лучшая\\n"
"\r\n"
" идея. Метке <strong>[font]</strong> в качестве "
"параметра можно передавать\\n"
"\r\n"
" название любого распространённого "
"начертания, например, Arial, Arial Black,\\n"
"\r\n"
" Courier, Courier New, Helvetica, Impact, Times New Roman, Verdana и "
"т.п.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<table width=\\\"98%\\\">\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <th>Примеры</th><th>использования</th>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Мне [b]нужно сделать[/b] это к "
"выходным</td>\\n"
"\r\n"
"  <td>Мне <strong>нужно сделать</strong> это к "
"выходным</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Петя сказал, что [i]нам нужно[/i] "
"спросить у неё</td>\\n"
"\r\n"
"  <td>Петя сказал, что <em>нам нужно</em> "
"спросить у неё</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Я [u]не хотел бы[/u] причинять вам "
"беспокойство</td>\\n"
"\r\n"
"  <td>Я <span style=\\\"text-decoration: underline;\\\">не "
"хотел бы</span> причинять вам "
"беспокойство</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Давайте исправим эту "
"[s]бизграмотную[/s] безграмотную "
"фразу</td>\\n"
"\r\n"
"  <td>Давайте исправим эту "
"<s>бизграмотную</s> безграмотную "
"фразу</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Маша была на "
"[color=blue]побережье[/color]</td>\\n"
"\r\n"
"  <td>Маша была на <span style=\\\"color: "
"blue;\\\">побережье</span></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Саша ходил в [color=#FF0000]лес[/color]</td>\\n"
"\r\n"
"  <td>Саша ходил в <span style=\\\"color: "
"#FF0000;\\\">лес</span></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Вы крикнули: [size=30]ЭЙ![/size]</td>\\n"
"\r\n"
"  <td>Вы крикнули: <span style=\\\"font-size: "
"30px;\\\">ЭЙ!</span></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Она спросила: [font=Courier]Что?[/font]</td>\\n"
"\r\n"
"  <td>Она спросила: <span style=\\\"font-family: "
"Courier;\\\">Что?</span></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
"</table>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Создание ссылок</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" У вас есть масса возможностей "
"вставлять ссылки на другие страницы "
"в\\n"
"\r\n"
" своих сообщениях.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Адреса URL (Uniform Resource Locators), "
"начинающиеся с \\\"www\\\" или \\\"ftp\\\"\\n"
"\r\n"
" (например, www.example.com), автоматически "
"распознаются и замещаются\\n"
"\r\n"
" ссылками. Вы можете также "
"использовать метку <strong>[url]</strong> c\\n"
"\r\n"
" параметром, чтобы указать ссылку с "
"текстом, на котором надо кликнуть.\\n"
"\r\n"
" Если вы используете метку [url] без "
"параметров, то текст, заключённый\\n"
"\r\n"
" между метками, считается адресом, и "
"создаётся соответствующая ссылка.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Адреса электронной почты также "
"автоматически замещаются "
"ссылками.Для\\n"
"\r\n"
" обеспечения совместимости с другими "
"реализациями BBCode всё же создана\\n"
"\r\n"
" метка <strong>[email]</strong>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<table width=\\\"98%\\\">\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <th>Примеры</th><th>использования</th>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>За примерами обращайтесь на "
"www.example.com</td>\\n"
"\r\n"
"  <td>За примерами обращайтесь на <a "
"href=\\\"http://www.example.com\\\" "
"target=\\\"_blank\\\">www.example.com</a></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>За примерами обращайтесь на "
"http://example.com</td>\\n"
"\r\n"
"  <td>За примерами обращайтесь на <a "
"href=\\\"http://example.com\\\" "
"target=\\\"_blank\\\">http://example.com</a></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>По всем вопросам пишите мне на "
"pupkin@example.com</td>\\n"
"\r\n"
"  <td>По всем вопросам пишите мне на <a "
"href=\\\"mailto:pupkin@example.com\\\">pupkin@example.com</a></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>По всем вопросам пишите мне на "
"[email]pupkin@example.com[/email]</td>\\n"
"\r\n"
"  <td>По всем вопросам пишите мне на <a "
"href=\\\"mailto:pupkin@example.com\\\">pupkin@example.com</a></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Мы использовали "
"[url=http://example.com/]сайт-фантом[/url] в этих "
"примерах</td>\\n"
"\r\n"
"  <td>Мы использовали <a "
"href=\\\"http://example.com/\\\" "
"target=\\\"_blank\\\">сайт-фантом</a> в этих "
"примерах</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Мы использовали [url]http://example.com/[/url] в "
"этих примерах</td>\\n"
"\r\n"
"  <td>Мы использовали <a "
"href=\\\"http://example.com/\\\" "
"target=\\\"_blank\\\">http://example.com/</a> в этих "
"примерах</td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
"</table>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Отображение картинок</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Метка <strong>[img]</strong> позволяет вам "
"показывать изображения в\\n"
"\r\n"
" вашем сообщении. Вам необходимо "
"указать адрес URL изображения, так что\\n"
"\r\n"
" оно должно быть доступно через "
"Интернет. Не стоит добавлять очень\\n"
"\r\n"
" большие картинки, так как страница "
"будет грузиться очень долго!\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Если вы заключите адрес URL между "
"метками <strong>[img]</strong>\\n"
"\r\n"
" он будет заменён кодом для показа "
"изображения. Например, <code>Хороший\\n"
"\r\n"
" скриншот: "
"[img]http://example.com/screenshot.png[/img]</code>\\n"
"\r\n"
" отобразит скриншот (если он, конечно, "
"есть). \\n"
"\r\n"
"</p>\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Вы можете также указать желаемое "
"разрешение картинки, дополнив метку\\n"
"\r\n"
" <strong>[img]</strong> соответствующим "
"параметром. Например, <code>\\n"
"\r\n"
" хороший скриншот: "
"[img=640x480]http://example.com/screenshot.png[/img]</code>\\n"
"\r\n"
" покажет изображение в разрешении 640x480 "
"(хотя будет скачано полноразмерное\\n"
"\r\n"
" изображение). Не используйте это для "
"отображения миниатюр картинок!\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Вы можете свободно сделать ссылку на "
"изображение, хранящееся на "
"стороннем\\n"
"\r\n"
" сервере, заключив <strong>[img]</strong> в "
"<strong>[url]</strong>: <code>Смотри\\n"
"\r\n"
" "
"[url=http://example.com][img]http://example.com/screenshot.png[/img][/url]</code>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Упорядоченные и неупорядоченные "
"списки</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Самый простой тип списка - "
"неупорядоченный, то есть такой список, "
"элементы\\n"
"\r\n"
" которого не отмечены номерами или "
"буквами. такой список можно создать, "
"заключив\\n"
"\r\n"
" элементы списка между открывающей и "
"закрывающей метками <strong>[list]</strong>.\\n"
"\r\n"
" Перед каждым элементом также надо "
"поставить метку <strong>[*]</strong>,\\n"
"\r\n"
" у которой нет закрывающей пары.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Чтобы создать упорядоченный список, "
"добавьте параметр к метке\\n"
"\r\n"
" <strong>[list]</strong>, который определит, "
"какой тип списка вы хотите\\n"
"\r\n"
" получить. Возможны параметры \\\"i\\\", "
"\\\"I\\\", \\\"1\\\", \\\"a\\\", \\\"A\\\", \\\"c\\\", \\n"
"\r\n"
" \\\"d\\\" и \\\"s\\\", каждый из которых "
"соотносится с отображением первого\\n"
"\r\n"
" элемента списка.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<table width=\\\"98%\\\">\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <th>Примеры</th><th>использования</th>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td><pre>\\n"
"\r\n"
"Я люблю\\n"
"\r\n"
" [list]\\n"
"\r\n"
"  [*]Стаут\\n"
"\r\n"
"  [*]Виски\\n"
"\r\n"
"  [*]Джин\\n"
"\r\n"
" [/list]\\n"
"\r\n"
"</pre></td>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"   Я люблю \\n"
"\r\n"
"   <ul>\\n"
"\r\n"
"    <li>Стаут</li>\\n"
"\r\n"
"    <li>Виски</li>\\n"
"\r\n"
"    <li>Джин</li>\\n"
"\r\n"
"   </ul>\\n"
"\r\n"
"  </td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td><pre>\\n"
"\r\n"
"Я люблю\\n"
"\r\n"
" [list=I]\\n"
"\r\n"
"  [*]Стаут\\n"
"\r\n"
"  [*]Виски\\n"
"\r\n"
"  [*]Джин\\n"
"\r\n"
" [/list]\\n"
"\r\n"
"</pre></td>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"   Я люблю \\n"
"\r\n"
"   <ol style=\\\"list-style-type: upper-roman;\\\">\\n"
"\r\n"
"    <li>Стаут</li>\\n"
"\r\n"
"    <li>Виски</li>\\n"
"\r\n"
"    <li>Джин</li>\\n"
"\r\n"
"   </ol>\\n"
"\r\n"
"  </td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td><pre>\\n"
"\r\n"
"Я люблю\\n"
"\r\n"
" [list=1]\\n"
"\r\n"
"  [*]Стаут\\n"
"\r\n"
"  [*]Виски\\n"
"\r\n"
"  [*]Джин\\n"
"\r\n"
" [/list]\\n"
"\r\n"
"</pre></td>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"   Я люблю \\n"
"\r\n"
"   <ol style=\\\"list-style-type: decimal;\\\">\\n"
"\r\n"
"    <li>Стаут</li>\\n"
"\r\n"
"    <li>Виски</li>\\n"
"\r\n"
"    <li>Джин</li>\\n"
"\r\n"
"   </ol>\\n"
"\r\n"
"  </td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
"</table>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Текст фиксированной ширины и "
"разметка блоков</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Вы можете использовать метку "
"<strong>[code]</strong>, чтобы добавить\\n"
"\r\n"
" в строку текст фиксированной ширины "
"или добавить блок (обычно \\n"
"\r\n"
" программного) кода. Если между "
"открывающей и закрывающей метками "
"есть\\n"
"\r\n"
" символы новой строки, тогда будет "
"отображаться блок.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Схожим образом применяется метка "
"<strong>[php]</strong> для кода PHP.\\n"
"\r\n"
" Синтаксис кода PHP будет автоматически "
"подсвечен для лучшей читаемости.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<table width=\\\"98%\\\">\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <th>Примеры</th><th>использования</th>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>Отредактируйте свой файл "
"[code]robots.txt[/code]</td>\\n"
"\r\n"
"  <td>Отредактируйте свой файл "
"<code>robots.txt</code></td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"Пример заголовка HTML:<br />\\n"
"\r\n"
"[code]<br />\\n"
"\r\n"
"&lt;head&gt;<br />\\n"
"\r\n"
"&nbsp;&lt;title&gt;Заголовок "
"страницы&lt;/title&gt;<br />\\n"
"\r\n"
"&lt;/head&gt;<br />\\n"
"\r\n"
"[/code]\\n"
"\r\n"
"  </td>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"Пример заголовка HTML:<br />\\n"
"\r\n"
"<div class=\\\"codeblock\\\"><code>\\n"
"\r\n"
"&lt;head&gt;<br />\\n"
"\r\n"
"&nbsp;&lt;title&gt;Заголовок "
"страницы&lt;/title&gt;<br />\\n"
"\r\n"
"&lt;/head&gt;<br />\\n"
"\r\n"
"</code>\\n"
"\r\n"
"  </td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
" <tr>\\n"
"\r\n"
"  <td>\\n"
"\r\n"
"Какой-то код PHP:<br />\\n"
"\r\n"
"[php]<br />\\n"
"\r\n"
"&lt;?php<br />\\n"
"\r\n"
"function hello()<br />\\n"
"\r\n"
"{<br />\\n"
"\r\n"
"&nbsp;&nbsp;echo \\\"Привет, мир!\\\";<br />\\n"
"\r\n"
"}<br />\\n"
"\r\n"
"?&gt;<br />\\n"
"\r\n"
"[/php]\\n"
"\r\n"
"  </td>\\n"
"\r\n"
"  <td valign=top>\\n"
"\r\n"
"Какой-то код PHP:<br />\\n"
"\r\n"
"<div class=\\\"codeblock\\\"><code>\\n"
"\r\n"
"<font color=\\\"#000000\\\">\\n"
"\r\n"
"<font color=\\\"#0000BB\\\">&lt;?php<br /></font><font "
"color=\\\"#007700\\\">function </font><font "
"color=\\\"#0000BB\\\">hello</font><font color=\\\"#007700\\\">()<br "
"/>{<br />&nbsp;&nbsp;echo </font><font "
"color=\\\"#DD0000\\\">\\\"Привет, мир!\\\"</font><font "
"color=\\\"#007700\\\">;<br />}<br /><font "
"color=\\\"#0000BB\\\">?&gt;</font>\\n"
"\r\n"
"</font>\\n"
"\r\n"
"</code>\\n"
"\r\n"
"  </td>\\n"
"\r\n"
" </tr>\\n"
"\r\n"
"</table>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Выравнивание текста и блоков</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Можно также указать выравнивание "
"текста при помощи меток "
"<strong>[left]</strong>,\\n"
"\r\n"
" <strong>[right]</strong> и <strong>[center]</strong>. Метка "
"<strong>[float]</strong>\\n"
"\r\n"
" может использоваться для обтекания "
"блоков текстом (удобно применять для "
"картинок).\\n"
"\r\n"
" Вы можете указать направление "
"обтекания через <strong>[float=left]</strong> и\\n"
"\r\n"
" <strong>[float=right]</strong>. Метка <strong>[justify]</strong> "
"может использоваться\\n"
"\r\n"
" для растягивания текста по обеим "
"сторонам страницы.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Другие поддерживаемые метки</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Возможно цитировать что-то, что было "
"размещено ранее, просто поставив "
"метки \\n"
"\r\n"
" <strong>[quote][/quote]</strong> вокруг фрагмента. "
"Чтобы цитировать кого-то \\n"
"\r\n"
" конкретно, используйте конструкцию "
"вида [quote=Валя]. Метки цитирования \\n"
"\r\n"
" могут быть вложенными.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
"  Метки <strong>[sub]</strong> и <strong>[sup]</strong> "
"могут применяться для\\n"
"\r\n"
"  размещения фрагмента ниже или выше "
"уровня строки. Например,\\n"
"\r\n"
"  H[sub]2[/sub]O даст в результате H<sub>2</sub>O, а "
"\\n"
"\r\n"
"  X[sup]3[/sup] превратится в X<sup>3</sup>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Метка <strong>[acronym]</strong> позволяет "
"обозначить текст как \\n"
"\r\n"
" акроним и снабдить его описанием, "
"отображаемым, когда пользователь \\n"
"\r\n"
" проводит над ним мышью. Например,\\n"
"\r\n"
" [acronym=Structured Query Language]SQL[/acronym] создаст \\n"
"\r\n"
" <acronym title=\\\"Structured Query Language\\\">SQL</acronym>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Метка <strong>[abbr]</strong> позволяет "
"обозначить текст как \\n"
"\r\n"
" аббревиатуру и добавить описание, "
"которое пользователь видит, проводя \\n"
"\r\n"
" мышью над меткой. Например,\\n"
"\r\n"
" [abbr=World Wide Web]WWW[/abbr] создаст \\n"
"\r\n"
" <abbr title=\\\"World Wide Web\\\">WWW</abbr>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Метки <strong>[notag]</strong> служат для "
"предотвращения анализа текста \\n"
"\r\n"
" внутри них. Это позволяет вам "
"вставлять примеры BBCode, который не "
"будет\\n"
"\r\n"
" превращён в HTML. Например: [notag]Вот эти "
"[b]метки[/b] не \\n"
"\r\n"
" разбираются[/notag] даст в итоге \\\"Вот "
"эти [b]метки[/b] не разбираются\\\".\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Метка <strong>[hr]</strong> рисует "
"горизонтальную линии через "
"страницу.\\n"
"\r\n"
" Это удобно для отделения частей "
"текста друг от друга.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<h3>Использование нескольких меток "
"разметки</h3>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Вы можете накладывать разные метки "
"вместе на один фрагмент текста\\n"
"\r\n"
" <code>Я был на [b][i]побережье[/i][/b]</code> "
"превратится\\n"
"\r\n"
" в <code>Я был на "
"<strong><em>побережье</em></strong></code>.\\n"
"\r\n"
"</p>\\n"
"\r\n"
"\\n"
"\r\n"
"<p>\\n"
"\r\n"
" Не забывайте проверять порядок "
"следования открывающих и закрывающих "
"меток.\\n"
"\r\n"
" Метки нужно закрывать в порядке, "
"противоположном тому, в котором вы "
"открывали\\n"
"\r\n"
" их. Иначе на выходе могут получиться "
"очень странные результата. Также\\n"
"\r\n"
" проверяйте своё сообщение, используя "
"предпросмотр, это поможет избежать\\n"
"\r\n"
" ошибок разметки от неправильного "
"использования BBCode.\\n"
"\r\n"
"</p>"

#: bbcode.info:0
msgid "Input filters"
msgstr "Фильтры ввода"

#: bbcode.module:16
msgid "You can use !BBCode tags in the text."
msgstr ""
"Вы можете использовать в тексте теги "
"!BBCode."

#: bbcode.module:18
msgid "URLs will automatically be converted to links."
msgstr ""
"Адреса URL будут автоматически "
"преобразованы в ссылки."

#: bbcode.module:64
msgid ""
"If enabled, BBCode will add rel=\"nofollow\" to all links, as a "
"measure to reduce the effectiveness of spam links. Note: this will "
"also prevent valid links from being followed by search engines, "
"therefore it is likely most effective when enabled for anonymous "
"users."
msgstr ""
"Если опция включена, BBCode будет "
"добавлять rel=\"nofollow\" ко всем ссылкам, "
"что снизит эффективность спамерских "
"ссылок. Внимание: это также помешает "
"поисковым машинам проследовать по "
"«правильным» ссылкам, так что "
"эффективнее всего было бы "
"использовать эту опцию для анонимных "
"пользователей."

