blob: e5afbd4667eb7cfb9c4b52717ccd331b7967a6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Russian translations for cs_appendtopic
# ?????????? ???????? ??? ?????? cs_appendtopic
# Copyright (C) 2010 Anope Team
# This file is distributed under the same license as Anope IRC Services
# Adam <adam@anope.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-25 20:53-0400\n"
"PO-Revision-Date: 2010-09-25 21:02-0400\n"
"Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\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"
#: cs_appendtopic.cpp:105
msgid " APPENDTOPIC Add text to a channels topic"
msgstr " APPENDTOPIC Добавляет текст к топику канала"
#: cs_appendtopic.cpp:89 cs_appendtopic.cpp:100
msgid "Syntax: APPENDTOPIC channel text"
msgstr "Синтаксис: APPENDTOPIC #канал текст"
#: cs_appendtopic.cpp:91
msgid ""
"This command allows users to append text to a currently set\n"
"channel topic. When TOPICLOCK is on, the topic is updated and\n"
"the new, updated topic is locked."
msgstr ""
"Данная команда позволяет добавить текст к топику, который установлен на указанном\n"
"канале. Если активирован режим TOPICLOCK, топик будет обновлен и заблокирован.\n"
"Примечание: текст будет ДОБАВЛЕН к топику, то есть старый топик удален НЕ БУДЕТ."
|