# 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 "" "
\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" "
\n" "\n" " In BBCode terms, you use \"tags\" to add formatting to your text. " "Every\n" " tag is enclosed in [ and ] " "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 [/, " "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" "
\n" "\n" "\n" " BBCode allows you to make some parts of your texts stand out from " "the\n" " context by adding [b]old, " "[i]talic,\n" " [u]nderlined and [s]trikeout " "formatting \n" " to them. The [color], [size] and \n" " [font] 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" "
\n" "\n" "\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 [color] tag. The [size] 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 [font] 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" "
\n" "\n" "| usage | display | \n" "
|---|---|
| I [b]need to do[/b] this by the weekend | \n" "I need to do this by the weekend | \n" "
| John said that [i]we should[/i] ask her | \n" "John said that we should ask her | \n" "
| I [u]would not like to[/u] offend you | \n" "I would not like " "to offend you | \n" "
| Let's correct this [s]mispelled[/s] misspelled word | \n" "Let's correct this | \n"
"
| Jane was at [color=blue]the coast[/color] | \n" "Jane was at the coast | \n" "
| Joe was in [color=#FF0000]the forest[/color] | \n" "Joe was in the " "forest | \n" "
| You said: [size=30]HEY![/size] | \n" "You said: HEY! | \n" "
| She said: [font=Courier]What?[/font] | \n" "She said: What? | \n" "
\n" " You have multiple options to specify links to other destinations in\n" " your posts.\n" "
\n" "\n" "\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 [url] 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" "
\n" "\n" " Email addresses in posts are also automatically converted to email " "links. \n" " For compatibility with common BBCode implementations, an \n" " [email] tag is provided. \n" "
\n" "\n" "| usage | display | \n" "
|---|---|
| For more examples, visit www.example.com | \n" "For more examples, visit www.example.com | \n" "
| For more examples, visit http://example.com | \n" "For more examples, visit http://example.com | \n" "
| If you have questions ask me at joe@example.com | \n" "If you have questions ask me at joe@example.com | \n" "
| If you have questions ask me at " "[email]joe@example.com[/email] | \n" "If you have questions ask me at joe@example.com | \n" "
| We use [url=http://example.com/]the example site[/url] in these " "examples | \n" "We use the " "example site in these examples | \n" "
| We use [url]http://example.com/[/url] in these examples | \n" "We use http://example.com/ in these examples | \n" "
\n" " The [img] 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" "
\n" "\n" "\n"
" If you enclose a URL in an [img] tag, then it will\n"
" be replaced with code to display the image. For example A "
"good\n"
" screenshot: [img]http://example.com/screenshot.png[/img]\n"
" will show you the screenshot (if it exists). \n"
"
\n"
" You can also specify the desired display dimensions of the image by\n"
" adding a dimension parameter to the [img] tag. "
"A\n"
" good screenshot: "
"[img=640x480]http://example.com/screenshot.png[/img]\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"
"
\n"
" You are free to link an image to an external destination by "
"enclosing\n"
" the [img] tag with a [url] tag: "
"See\n"
" "
"[url=http://example.com][img]http://example.com/screenshot.png[/img][/url].\n"
"
\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 [list] opening and closing " "tags.\n" " Specify the start of one element with the [*] list " "element\n" " marker, which has no closing tag pair.\n" "
\n" "\n" "\n" " To create an ordered list, you should add a parameter to the \n" " [list] 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" "
\n" "\n" "| usage | display | \n" "
|---|---|
\n" "I love\n" " [list]\n" " [*]Oranges\n" " [*]Apples\n" " [*]Bananas\n" " [/list]\n" " | \n"
" \n"
" I love \n"
"
| \n"
"
\n" "I love\n" " [list=I]\n" " [*]Oranges\n" " [*]Apples\n" " [*]Bananas\n" " [/list]\n" " | \n"
" \n"
" I love \n"
"
| \n"
"
\n" "I love\n" " [list=1]\n" " [*]Oranges\n" " [*]Apples\n" " [*]Bananas\n" " [/list]\n" " | \n"
" \n"
" I love \n"
"
| \n"
"
\n" " You can use the [code] 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" "
\n" "\n" "\n" " Similarly, the [php] tag can be used to post PHP " "code. \n" " PHP code will automatically be syntax highlighted for easier " "readability.\n" "
\n" "\n" "| usage | display | \n" "
|---|---|
| Edit your [code]robots.txt[/code] file | \n" "Edit your robots.txt file | \n"
"
| \n"
"An HTML title example: \n" "[code] \n" "<head> \n" " <title>Page Title</title> \n" "</head> \n" "[/code]\n" " | \n"
" \n"
"An HTML title example: \n" " \n"
"<head>\n"
" | \n"
"
| \n"
"Some PHP code: \n" "[php] \n" "<?php \n" "function hello() \n" "{ \n" " echo \"Hello World!\"; \n" "} \n" "?> \n" "[/php]\n" " | \n"
" \n"
"Some PHP code: \n" " \n"
"\n"
"<?php\n"
" | \n"
"
\n" " You can also set the alignment of the text by using " "[left],\n" " [right] and [center] tags. The \n" " [float] 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" " [float=left] and [float=right]. The " "\n" " [justify] tag can be used justify text on both sides " "of \n" " the page.\n" "
\n" "\n" "\n" " It is possible to quote something that has already been posted, by " "just \n" " putting [quote][/quote] tags around it. To quote a " "\n" " specific person, use something like [quote=John]. Quote tags can \n" " be nested.\n" "
\n" "\n" "\n" " The [sub] and [sup] tags can be " "used \n" " to add subscript and superscript text. For example,\n" " H[sub]2[/sub]O gives H2O, while \n" " X[sup]3[/sup] gives X3.\n" "
\n" "\n" "\n" " The [acronym] 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" " SQL.\n" "
\n" "\n" "\n" " The [abbr] 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" " WWW.\n" "
\n" "\n" "\n" " The [notag] 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" "
\n" "\n" "\n" " The [hr] tag draws a horizontal line across the " "page. Handy\n" " for separating chunks of text.\n" "
\n" "\n" "\n"
" You can apply more than one formatting specification to a portion of "
"some\n"
" text. I was at [b][i]the coast[/i][/b] will be\n"
" rendered as I was at the "
"coast.\n"
"
\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" "
" msgstr "" "\\n" "\r\n" " BBCode позволяет вам указывать правила " "форматирования вашего\\n" "\r\n" " текста даже в тех случаях, когда вым " "запрещено использовать HTML.\\n" "\r\n" " Своё начало BBCode ведёт с форумного " "движка PHPBB, на этом сайте\\n" "\r\n" " своя реализация этого формата " "разметки.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" " В терминах BBCode вы используете " "\\\"метки\\\", чтобы добавить разметку\\n" "\r\n" " вашего текста. Каждая метка заключена " "в квадратные кавычки ([\\n" " \r\n" " и ]). Если вам нужно разметить " "определённый регион\\n" "\r\n" " текста, необходимо использовать " "открывающую и закрывающую метки. " "Закрывающая\\n" "\r\n" " метка начинается с [/, как вы " "увидите из наших примеров.\\n" "\r\n" " Если вы опечатаетесь при наборе метки " "или забудете закрыть его, вы просто\\n" "\r\n" " не получите желаемой разметки.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " BBCode позволяет вам выделять части " "текстов из того контекста, в который\\n" "\r\n" " они помещены, с помощью жирного " "([b]) или наклонного\\n" "\r\n" " ([i]) начертания, " "подчёркивания ([u])\\n" "\r\n" " или перечёркивания ([s]) " "нужных фрагментов. Метки\\n" " \r\n" " [color], [size] и " "[font]\\n" "\r\n" " позволяют менять цвет, размер и " "начертание шрифта в внутри " "выделенных\\n" "\r\n" " частей текста. Каждый из них требует " "указания параметра (какой цвет, " "размер,\\n" "\r\n" " начертание требуется), который " "передаётся в качестве суффикса к " "имени метки\\n" "\r\n" " (примеры ниже). Вам не следует " "указывать параметр в закрывающей " "метке!\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Вы можете указать любое стандартное " "имя (red, blue, green, white и т.д.)\\n" "\r\n" " или код цвета в шестнадцатиричном " "формате (#CDCDCD, #FFFFFF и др.) в\\n" " \r\n" " качестве параметра для метки " "[color]. Чтобы определить\\n" "\r\n" " размер текста, испольуйте как " "параметр для метки [size]\\n" "\r\n" " значения от 6 до 48, где 6 - наименьший " "размер.\\n" "\r\n" " Имейте в виду, что использование " "слишком больших букв многих " "раздражает,\\n" "\r\n" " так что привлечение внимания к " "сообщению таким способом - не самая " "лучшая\\n" "\r\n" " идея. Метке [font] в качестве " "параметра можно передавать\\n" "\r\n" " название любого распространённого " "начертания, например, Arial, Arial Black,\\n" "\r\n" " Courier, Courier New, Helvetica, Impact, Times New Roman, Verdana и " "т.п.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "| Примеры | использования | \\n" "\r\n" "
|---|---|
| Мне [b]нужно сделать[/b] это к " "выходным | \\n" "\r\n" "Мне нужно сделать это к " "выходным | \\n" "\r\n" "
| Петя сказал, что [i]нам нужно[/i] " "спросить у неё | \\n" "\r\n" "Петя сказал, что нам нужно " "спросить у неё | \\n" "\r\n" "
| Я [u]не хотел бы[/u] причинять вам " "беспокойство | \\n" "\r\n" "Я не " "хотел бы причинять вам " "беспокойство | \\n" "\r\n" "
| Давайте исправим эту " "[s]бизграмотную[/s] безграмотную " "фразу | \\n" "\r\n" "Давайте исправим эту "
" | \\n"
"\r\n"
"
| Маша была на " "[color=blue]побережье[/color] | \\n" "\r\n" "Маша была на побережье | \\n" "\r\n" "
| Саша ходил в [color=#FF0000]лес[/color] | \\n" "\r\n" "Саша ходил в лес | \\n" "\r\n" "
| Вы крикнули: [size=30]ЭЙ![/size] | \\n" "\r\n" "Вы крикнули: ЭЙ! | \\n" "\r\n" "
| Она спросила: [font=Courier]Что?[/font] | \\n" "\r\n" "Она спросила: Что? | \\n" "\r\n" "
\\n" "\r\n" " У вас есть масса возможностей " "вставлять ссылки на другие страницы " "в\\n" "\r\n" " своих сообщениях.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Адреса URL (Uniform Resource Locators), " "начинающиеся с \\\"www\\\" или \\\"ftp\\\"\\n" "\r\n" " (например, www.example.com), автоматически " "распознаются и замещаются\\n" "\r\n" " ссылками. Вы можете также " "использовать метку [url] c\\n" "\r\n" " параметром, чтобы указать ссылку с " "текстом, на котором надо кликнуть.\\n" "\r\n" " Если вы используете метку [url] без " "параметров, то текст, заключённый\\n" "\r\n" " между метками, считается адресом, и " "создаётся соответствующая ссылка.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" " Адреса электронной почты также " "автоматически замещаются " "ссылками.Для\\n" "\r\n" " обеспечения совместимости с другими " "реализациями BBCode всё же создана\\n" "\r\n" " метка [email].\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "| Примеры | использования | \\n" "\r\n" "
|---|---|
| За примерами обращайтесь на " "www.example.com | \\n" "\r\n" "За примерами обращайтесь на www.example.com | \\n" "\r\n" "
| За примерами обращайтесь на " "http://example.com | \\n" "\r\n" "За примерами обращайтесь на http://example.com | \\n" "\r\n" "
| По всем вопросам пишите мне на " "pupkin@example.com | \\n" "\r\n" "По всем вопросам пишите мне на pupkin@example.com | \\n" "\r\n" "
| По всем вопросам пишите мне на " "[email]pupkin@example.com[/email] | \\n" "\r\n" "По всем вопросам пишите мне на pupkin@example.com | \\n" "\r\n" "
| Мы использовали " "[url=http://example.com/]сайт-фантом[/url] в этих " "примерах | \\n" "\r\n" "Мы использовали сайт-фантом в этих " "примерах | \\n" "\r\n" "
| Мы использовали [url]http://example.com/[/url] в " "этих примерах | \\n" "\r\n" "Мы использовали http://example.com/ в этих " "примерах | \\n" "\r\n" "
\\n" "\r\n" " Метка [img] позволяет вам " "показывать изображения в\\n" "\r\n" " вашем сообщении. Вам необходимо " "указать адрес URL изображения, так что\\n" "\r\n" " оно должно быть доступно через " "Интернет. Не стоит добавлять очень\\n" "\r\n" " большие картинки, так как страница " "будет грузиться очень долго!\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n"
"\r\n"
" Если вы заключите адрес URL между "
"метками [img]\\n"
"\r\n"
" он будет заменён кодом для показа "
"изображения. Например, Хороший\\n"
"\r\n"
" скриншот: "
"[img]http://example.com/screenshot.png[/img]\\n"
"\r\n"
" отобразит скриншот (если он, конечно, "
"есть). \\n"
"\r\n"
"
\\n"
"\r\n"
" Вы можете также указать желаемое "
"разрешение картинки, дополнив метку\\n"
"\r\n"
" [img] соответствующим "
"параметром. Например, \\n"
"\r\n"
" хороший скриншот: "
"[img=640x480]http://example.com/screenshot.png[/img]\\n"
"\r\n"
" покажет изображение в разрешении 640x480 "
"(хотя будет скачано полноразмерное\\n"
"\r\n"
" изображение). Не используйте это для "
"отображения миниатюр картинок!\\n"
"\r\n"
"
\\n"
"\r\n"
" Вы можете свободно сделать ссылку на "
"изображение, хранящееся на "
"стороннем\\n"
"\r\n"
" сервере, заключив [img] в "
"[url]: Смотри\\n"
"\r\n"
" "
"[url=http://example.com][img]http://example.com/screenshot.png[/img][/url].\\n"
"\r\n"
"
\\n" "\r\n" " Самый простой тип списка - " "неупорядоченный, то есть такой список, " "элементы\\n" "\r\n" " которого не отмечены номерами или " "буквами. такой список можно создать, " "заключив\\n" "\r\n" " элементы списка между открывающей и " "закрывающей метками [list].\\n" "\r\n" " Перед каждым элементом также надо " "поставить метку [*],\\n" "\r\n" " у которой нет закрывающей пары.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Чтобы создать упорядоченный список, " "добавьте параметр к метке\\n" "\r\n" " [list], который определит, " "какой тип списка вы хотите\\n" "\r\n" " получить. Возможны параметры \\\"i\\\", " "\\\"I\\\", \\\"1\\\", \\\"a\\\", \\\"A\\\", \\\"c\\\", \\n" "\r\n" " \\\"d\\\" и \\\"s\\\", каждый из которых " "соотносится с отображением первого\\n" "\r\n" " элемента списка.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "| Примеры | использования | \\n" "\r\n" "
|---|---|
\\n" "\r\n" "Я люблю\\n" "\r\n" " [list]\\n" "\r\n" " [*]Стаут\\n" "\r\n" " [*]Виски\\n" "\r\n" " [*]Джин\\n" "\r\n" " [/list]\\n" "\r\n" " | \\n"
"\r\n"
" \\n"
"\r\n"
" Я люблю \\n"
"\r\n"
"
| \\n"
"\r\n"
"
\\n" "\r\n" "Я люблю\\n" "\r\n" " [list=I]\\n" "\r\n" " [*]Стаут\\n" "\r\n" " [*]Виски\\n" "\r\n" " [*]Джин\\n" "\r\n" " [/list]\\n" "\r\n" " | \\n"
"\r\n"
" \\n"
"\r\n"
" Я люблю \\n"
"\r\n"
"
| \\n"
"\r\n"
"
\\n" "\r\n" "Я люблю\\n" "\r\n" " [list=1]\\n" "\r\n" " [*]Стаут\\n" "\r\n" " [*]Виски\\n" "\r\n" " [*]Джин\\n" "\r\n" " [/list]\\n" "\r\n" " | \\n"
"\r\n"
" \\n"
"\r\n"
" Я люблю \\n"
"\r\n"
"
| \\n"
"\r\n"
"
\\n" "\r\n" " Вы можете использовать метку " "[code], чтобы добавить\\n" "\r\n" " в строку текст фиксированной ширины " "или добавить блок (обычно \\n" "\r\n" " программного) кода. Если между " "открывающей и закрывающей метками " "есть\\n" "\r\n" " символы новой строки, тогда будет " "отображаться блок.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Схожим образом применяется метка " "[php] для кода PHP.\\n" "\r\n" " Синтаксис кода PHP будет автоматически " "подсвечен для лучшей читаемости.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "| Примеры | использования | \\n" "\r\n" "
|---|---|
| Отредактируйте свой файл " "[code]robots.txt[/code] | \\n" "\r\n" "Отредактируйте свой файл "
"robots.txt | \\n"
"\r\n"
"
| \\n"
"\r\n"
"Пример заголовка HTML: \\n" "\r\n" "[code] \\n" "\r\n" "<head> \\n" "\r\n" " <title>Заголовок " "страницы</title> \\n" "\r\n" "</head> \\n" "\r\n" "[/code]\\n" "\r\n" " | \\n"
"\r\n"
" \\n"
"\r\n"
"Пример заголовка HTML: \\n" "\r\n" " \\n"
"\r\n"
"<head>\\n"
"\r\n"
" | \\n"
"\r\n"
"
| \\n"
"\r\n"
"Какой-то код PHP: \\n" "\r\n" "[php] \\n" "\r\n" "<?php \\n" "\r\n" "function hello() \\n" "\r\n" "{ \\n" "\r\n" " echo \\\"Привет, мир!\\\"; \\n" "\r\n" "} \\n" "\r\n" "?> \\n" "\r\n" "[/php]\\n" "\r\n" " | \\n"
"\r\n"
" \\n"
"\r\n"
"Какой-то код PHP: \\n" "\r\n" " \\n"
"\r\n"
"\\n"
"\r\n"
"<?php\\n"
"\r\n"
" | \\n"
"\r\n"
"
\\n" "\r\n" " Можно также указать выравнивание " "текста при помощи меток " "[left],\\n" "\r\n" " [right] и [center]. Метка " "[float]\\n" "\r\n" " может использоваться для обтекания " "блоков текстом (удобно применять для " "картинок).\\n" "\r\n" " Вы можете указать направление " "обтекания через [float=left] и\\n" "\r\n" " [float=right]. Метка [justify] " "может использоваться\\n" "\r\n" " для растягивания текста по обеим " "сторонам страницы.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Возможно цитировать что-то, что было " "размещено ранее, просто поставив " "метки \\n" "\r\n" " [quote][/quote] вокруг фрагмента. " "Чтобы цитировать кого-то \\n" "\r\n" " конкретно, используйте конструкцию " "вида [quote=Валя]. Метки цитирования \\n" "\r\n" " могут быть вложенными.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Метки [sub] и [sup] " "могут применяться для\\n" "\r\n" " размещения фрагмента ниже или выше " "уровня строки. Например,\\n" "\r\n" " H[sub]2[/sub]O даст в результате H2O, а " "\\n" "\r\n" " X[sup]3[/sup] превратится в X3.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Метка [acronym] позволяет " "обозначить текст как \\n" "\r\n" " акроним и снабдить его описанием, " "отображаемым, когда пользователь \\n" "\r\n" " проводит над ним мышью. Например,\\n" "\r\n" " [acronym=Structured Query Language]SQL[/acronym] создаст \\n" "\r\n" " SQL.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Метка [abbr] позволяет " "обозначить текст как \\n" "\r\n" " аббревиатуру и добавить описание, " "которое пользователь видит, проводя \\n" "\r\n" " мышью над меткой. Например,\\n" "\r\n" " [abbr=World Wide Web]WWW[/abbr] создаст \\n" "\r\n" " WWW.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Метки [notag] служат для " "предотвращения анализа текста \\n" "\r\n" " внутри них. Это позволяет вам " "вставлять примеры BBCode, который не " "будет\\n" "\r\n" " превращён в HTML. Например: [notag]Вот эти " "[b]метки[/b] не \\n" "\r\n" " разбираются[/notag] даст в итоге \\\"Вот " "эти [b]метки[/b] не разбираются\\\".\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n" "\r\n" " Метка [hr] рисует " "горизонтальную линии через " "страницу.\\n" "\r\n" " Это удобно для отделения частей " "текста друг от друга.\\n" "\r\n" "
\\n" "\r\n" "\\n" "\r\n" "\\n"
"\r\n"
" Вы можете накладывать разные метки "
"вместе на один фрагмент текста\\n"
"\r\n"
" Я был на [b][i]побережье[/i][/b] "
"превратится\\n"
"\r\n"
" в Я был на "
"побережье.\\n"
"\r\n"
"
\\n" "\r\n" " Не забывайте проверять порядок " "следования открывающих и закрывающих " "меток.\\n" "\r\n" " Метки нужно закрывать в порядке, " "противоположном тому, в котором вы " "открывали\\n" "\r\n" " их. Иначе на выходе могут получиться " "очень странные результата. Также\\n" "\r\n" " проверяйте своё сообщение, используя " "предпросмотр, это поможет избежать\\n" "\r\n" " ошибок разметки от неправильного " "использования BBCode.\\n" "\r\n" "
" #: 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\" ко всем ссылкам, " "что снизит эффективность спамерских " "ссылок. Внимание: это также помешает " "поисковым машинам проследовать по " "«правильным» ссылкам, так что " "эффективнее всего было бы " "использовать эту опцию для анонимных " "пользователей."