From a4bdb824b41beb7cc40d8ca3c80cdac6aa4e39ee Mon Sep 17 00:00:00 2001 From: mss Date: Fri, 25 Jan 2002 21:07:18 +0000 Subject: preliminary russian translation for templates --- templates/ru/Makefile | 24 +++ templates/ru/admindbdetails.html | 65 ++++++++ templates/ru/admindbpreamble.html | 39 +++++ templates/ru/admindbpreamble.html.diff | 67 ++++++++ templates/ru/admindbsummary.html | 14 ++ templates/ru/adminsubscribeack.txt | 2 + templates/ru/adminunsubscribeack.txt | 2 + templates/ru/admlogin.html | 36 ++++ templates/ru/approve.txt | 15 ++ templates/ru/article.html | 46 ++++++ templates/ru/bounce.txt | 13 ++ templates/ru/checkdbs.txt | 9 + templates/ru/convert.txt | 33 ++++ templates/ru/cronpass.txt | 19 +++ templates/ru/disabled.txt | 23 +++ templates/ru/emptyarchive.html | 15 ++ templates/ru/headfoot.html | 25 +++ templates/ru/help.txt | 106 ++++++++++++ templates/ru/listinfo.html | 133 +++++++++++++++ templates/ru/masthead.txt | 15 ++ templates/ru/newlist.txt | 42 +++++ templates/ru/options.html | 294 +++++++++++++++++++++++++++++++++ templates/ru/postack.txt | 7 + templates/ru/postauth.txt | 12 ++ templates/ru/postheld.txt | 12 ++ templates/ru/private.html | 43 +++++ templates/ru/refuse.txt | 13 ++ templates/ru/roster.html | 50 ++++++ templates/ru/s2s.py | 46 ++++++ templates/ru/status | 33 ++++ templates/ru/subauth.txt | 11 ++ templates/ru/subscribe.html | 8 + templates/ru/subscribeack.txt | 36 ++++ templates/ru/unsub.txt | 24 +++ templates/ru/unsubauth.txt | 9 + templates/ru/userpass.txt | 22 +++ templates/ru/verify.txt | 26 +++ 37 files changed, 1389 insertions(+) create mode 100644 templates/ru/Makefile create mode 100644 templates/ru/admindbdetails.html create mode 100644 templates/ru/admindbpreamble.html create mode 100644 templates/ru/admindbpreamble.html.diff create mode 100644 templates/ru/admindbsummary.html create mode 100644 templates/ru/adminsubscribeack.txt create mode 100644 templates/ru/adminunsubscribeack.txt create mode 100644 templates/ru/admlogin.html create mode 100644 templates/ru/approve.txt create mode 100644 templates/ru/article.html create mode 100644 templates/ru/bounce.txt create mode 100644 templates/ru/checkdbs.txt create mode 100644 templates/ru/convert.txt create mode 100644 templates/ru/cronpass.txt create mode 100644 templates/ru/disabled.txt create mode 100644 templates/ru/emptyarchive.html create mode 100644 templates/ru/headfoot.html create mode 100644 templates/ru/help.txt create mode 100644 templates/ru/listinfo.html create mode 100644 templates/ru/masthead.txt create mode 100644 templates/ru/newlist.txt create mode 100644 templates/ru/options.html create mode 100644 templates/ru/postack.txt create mode 100644 templates/ru/postauth.txt create mode 100644 templates/ru/postheld.txt create mode 100644 templates/ru/private.html create mode 100644 templates/ru/refuse.txt create mode 100644 templates/ru/roster.html create mode 100755 templates/ru/s2s.py create mode 100644 templates/ru/status create mode 100644 templates/ru/subauth.txt create mode 100644 templates/ru/subscribe.html create mode 100644 templates/ru/subscribeack.txt create mode 100644 templates/ru/unsub.txt create mode 100644 templates/ru/unsubauth.txt create mode 100644 templates/ru/userpass.txt create mode 100644 templates/ru/verify.txt (limited to 'templates') diff --git a/templates/ru/Makefile b/templates/ru/Makefile new file mode 100644 index 000000000..1f0148920 --- /dev/null +++ b/templates/ru/Makefile @@ -0,0 +1,24 @@ +FILES=admindbpreamble.html adminsubscribeack.txt adminunsubscribeack.txt admlogin.html approve.txt article.html bounce.txt checkdbs.txt convert.txt cronpass.txt headfoot.html help.txt listinfo.html masthead.txt newlist.txt nopass.txt options.html postack.txt postauth.txt postheld.txt private.html reenable.txt refuse.txt roster.html subauth.txt subscribeack.txt subscribe.html unsub.txt userpass.txt verify.txt +TARGET=/var/home/mailman/templates/ru + +TFILES=$(addprefix $(TARGET),$(FILES)) + +diff_args=-ub + +all: + @echo there is nothing to do + +diff-%: % + (cd ../en/ ; cvs -z6 diff $(diff_args) -r$(shell fgrep $< status | awk '{ print $$2; }') $<) + +check: + (cd ../en/ ; cvs -z6 status ) | ./s2s.py + +todo: + @cat status | while read name version status rest; do [ "$$status" == "done" ] || echo $$name; done | sort + +done: + @cat status | while read name version status rest; do [ "$$status" == "done" ] && echo $$name; done | sort + +install: + sudo install $(FILES) $(TARGET) diff --git a/templates/ru/admindbdetails.html b/templates/ru/admindbdetails.html new file mode 100644 index 000000000..1958b3629 --- /dev/null +++ b/templates/ru/admindbdetails.html @@ -0,0 +1,65 @@ +The administrative requests are displayed in one of two ways, on a summary page, and on a details +page. The summary page contains pending subscription and +unsubscription requests, as well as postings being held for your +approval, grouped by sender email address. The details page contains +a more detailed view of each held message, including the all the +message's headers and an excerpt of the message body. + +

On all the pages, the following actions are available: + +

+ +

For held messages, turn on the Preserve option if you want +to save a copy of the message for the site administrator. This is +useful for abusive messages that you want to discard, but need to keep +a record of for later inspection. + +

Turn on the Forward to option, and fill in the forwarding +address if you want to forward the message to someone else not on the +list. To edit a held message before it is sent on to the list, you +should forward the message to yourself (or the list owners), and +discard the original message. Then, when the message shows up in your +mailbox, make your edits and resend the message to the list, including +an Approved: header with the list password as its value. It +is proper netiquette in this case to include a note in the resent +message, explaining that you have modified the text. + +

If the sender is a list member who is being moderated, you can +optionally clear their moderation flag. This is useful when your list +is configured to put new members on probation, and you've decided that +this member can be trusted to post to the list without approval. + +

If the sender is not a list member, you can add the email address to +a sender filter. Sender filters are described on the sender filter privacy page, and may be one of +auto-accept (Accepts), auto-hold (Holds), +auto-reject (Rejects), or auto-discard (Discards). This +option will not be available if the address is already on one of the +sender filters. + +

When you're finished, click on the Submit All Data button +at the top or bottom of the page. This button will submit all +selected actions for all administrative requests that you've made a +decision for. + +

Return to the summary page. diff --git a/templates/ru/admindbpreamble.html b/templates/ru/admindbpreamble.html new file mode 100644 index 000000000..7d2f31cc5 --- /dev/null +++ b/templates/ru/admindbpreamble.html @@ -0,0 +1,39 @@ +На этой странице Вы увидите административные запросы, требующие +Вашего решения. + +This page contains the current set of administrative requests +requiring your approval for the mailing list %(listname)s. +First you will find the list of pending subscription requests (if +there are any), followed by any mailing list postings being held for +your approval. + +

Для каждого административного запроса, Вы можете выбрать одно из следующих +действий: +

+ +

Параметр Сохранить позволяет вам сохранить копию сообщения для +администратора сервера. Это может оказаться полезным в случае, если было +получено оскорбительное сообщение. Параметр Переслать копию позволяет +вам переслать копию сообщения конкретному получателю. +not on the list. + +

После того, как вы обработали все запросы, нажмите на кнопку +Выполнить в начале или в конце этой страницы. + +<-- + vim:tw=78 + --> diff --git a/templates/ru/admindbpreamble.html.diff b/templates/ru/admindbpreamble.html.diff new file mode 100644 index 000000000..49ea286de --- /dev/null +++ b/templates/ru/admindbpreamble.html.diff @@ -0,0 +1,67 @@ +Index: admindbpreamble.html +=================================================================== +RCS file: /cvsroot/mailman/mailman/templates/en/admindbpreamble.html,v +retrieving revision 2.0 +retrieving revision 2.1 +diff -u -b -r2.0 -r2.1 +--- admindbpreamble.html 2001/05/18 21:28:54 2.0 ++++ admindbpreamble.html 2001/11/06 22:59:17 2.1 +@@ -4,32 +4,37 @@ + there are any), followed by any mailing list postings being held for + your approval. + +-

For each subscription request, select Refuse or +-Subscribe. If you refuse the subscription, you can +-optionally add a reason for the refusal in the accompanying text box. ++

For each administrative request, please select the action to take ++by choosing one of: + +-

For each held posting, select the action +-to take by choosing one of +

+ +-

Turn on the Preserve option if you want to save a copy if +-this message for the site administrator. This is useful for abusive +-messages. Turn on the Forward to option, and fill in the +-forwarding address if you want to forward the message to someone else +-not on the list. ++

For held messages, turn on the Preserve option if you want ++to save a copy of this message for the site administrator. This is ++useful for abusive messages. Turn on the Forward to option, ++and fill in the forwarding address if you want to forward the message ++to someone else not on the list. + +

When you're finished, click on the Submit All Data button + at the top or bottom of this page. This button will submit all + selected actions for all administrative requests that you've made a +-decision for. If you don't want to make a decision for some requests, +-leave all the action radio buttons unselected, and that request will +-not be removed from the pending database. You can also ++decision for. diff --git a/templates/ru/admindbsummary.html b/templates/ru/admindbsummary.html new file mode 100644 index 000000000..20ffef584 --- /dev/null +++ b/templates/ru/admindbsummary.html @@ -0,0 +1,14 @@ +This page contains a summary of the current set of administrative +requests requiring your approval for the +%(listname)s mailing list. +First, you will find the list of pending +subscription and unsubscription requests, if any, followed by any +postings being held for your approval. + +

For each administrative request, please select the action to take, +clicking on the Submit All Data button when finished. +More detailed instructions are also +available. + +

You can also view the details of all +held postings. diff --git a/templates/ru/adminsubscribeack.txt b/templates/ru/adminsubscribeack.txt new file mode 100644 index 000000000..1f8118dc6 --- /dev/null +++ b/templates/ru/adminsubscribeack.txt @@ -0,0 +1,2 @@ +%(member)s был успешно подписан на список рассылки %(listname)s. + diff --git a/templates/ru/adminunsubscribeack.txt b/templates/ru/adminunsubscribeack.txt new file mode 100644 index 000000000..65ec1557c --- /dev/null +++ b/templates/ru/adminunsubscribeack.txt @@ -0,0 +1,2 @@ +%(member)s был удален из подписчиков списка рассылки %(listname)s. + diff --git a/templates/ru/admlogin.html b/templates/ru/admlogin.html new file mode 100644 index 000000000..0d0e38545 --- /dev/null +++ b/templates/ru/admlogin.html @@ -0,0 +1,36 @@ + + + Аутентификация %(who)s списка рассылки %(listname)s + + +

+%(message)s + + + + + + + + + + + + + +
+ Аутентификация %(who)s списка рассылки %(listname)s +
Введите пароль %(who)s:
+

Важно: Для того, чтобы Вы могли вносить изменения в + , Вам необходимо включить куки (cookies). + +

Session cookies are used in Mailman's + administrative interface so that you don't need to + re-authenticate with every administrative operation. This + cookie will expire automatically when you exit your browser, or + you can explicitly expire the cookie by hitting the + Logout link under Other Administrative + Activities (which you'll see once you successfully log in). +

+ + diff --git a/templates/ru/approve.txt b/templates/ru/approve.txt new file mode 100644 index 000000000..04306e61c --- /dev/null +++ b/templates/ru/approve.txt @@ -0,0 +1,15 @@ +Ваш запрос, отправленный по адресу %(requestaddr)s: + + %(cmd)s + +был переправлен человеку, отвечающему за этот список рассылки. + +Это, скорее всего, связано с тем, что Вы пытаетесь подписаться на +'закрытый' список рассылки. + +О решении Вы будете оповещены по почте. + +Все вопросы, связанные с политикой данного списка рассылки, Вы можете +отправить по адресу + + %(adminaddr)s. diff --git a/templates/ru/article.html b/templates/ru/article.html new file mode 100644 index 000000000..bad6a40cf --- /dev/null +++ b/templates/ru/article.html @@ -0,0 +1,46 @@ + + + + %(title)s + + + + + %(encoding)s + %(prev)s + %(next)s + + +

%(subject_html)s

+ %(author_html)s + %(email_html)s +
+ %(datestr_html)s +

+
+ +%(body)s + +
+

+ diff --git a/templates/ru/bounce.txt b/templates/ru/bounce.txt new file mode 100644 index 000000000..628168365 --- /dev/null +++ b/templates/ru/bounce.txt @@ -0,0 +1,13 @@ +Это извещение от обработчика ошибок программы Mailman: + + Список рассылки: %(listname)s + Подписчик: %(addr)s + Действие: подписка %(negative)s%(did)s. + Причина: Повторная или критическая ошибка. + %(but)s + +%(reenable)s +Сообщение, вызвавшее данную реакцию, Вы можете найти ниже. + +Если у Вас возникли вопросы, Вы можете задать их, отправив письмо по +адресу %(owneraddr)s. diff --git a/templates/ru/checkdbs.txt b/templates/ru/checkdbs.txt new file mode 100644 index 000000000..944b2d10b --- /dev/null +++ b/templates/ru/checkdbs.txt @@ -0,0 +1,9 @@ +В очереди запросов списка рассылки %(real_name)s@%(host_name)s находятся +%(count)d запросов. Вы можете просмотреть просмотреть очередь, посетив +страницу + + %(adminDB)s + +Пожалуйста, обработайте эти запросы как только у вас появится возможность. +Это оповещение о необработанных запросах, если таковые присутствуют, будет +присылаться каждый день. diff --git a/templates/ru/convert.txt b/templates/ru/convert.txt new file mode 100644 index 000000000..d92376678 --- /dev/null +++ b/templates/ru/convert.txt @@ -0,0 +1,33 @@ +Список рассылки %(listname)s претерпел значительные изменения. Теперь +он находится под управлением программы "Mailman". Это было сделано в +надежде, что администрирование списка рассылки упростится. + +Что вам важно узнать? + +1) Письма в список рассылки должны отправляться по адресу: %(listaddr)s. + +2) Вам был назначен случайный пароль; это позволит исключить ситуацию, +когда кто-нибудь прекратил вашу подписку без вашего на то желания. +Этот пароль будет вам отправлен отдельным письмом, которое, возможно +Вы уже получили. Не волнуйтесь: для того, чтобы Вы не забыли пароль, +система будет вам его присылать в начале каждого месяца. + +3) Если у вас есть непосредственный доступ в Интернет, Вы можете им +воспользоваться для того, чтобы изменять параметры своей подписки, а +также для того, чтобы отказаться от подписки на этот список рассылки. +Адрес страницы параметров вашей подписки: + + %(listinfo_url)s + +4) Если у вас нет доступа к Интернету, Вы можете производить те же +действия при помощи электронной почты. Отправьте по адресу +%(requestaddr)s письмо, в теме или теле которого необходимо написать +слово "help" (без кавычек). В ответ Вы получите автоматический ответ, +в котором будут приведены дальнейшие инструкции. + +Все вопросы или проблемы Вы можете адресовать администратору по адресу +%(adminaddr)s. + +Это сообщение было автоматически отправлено программой Mailman, версии +%(version)s. Более полную информацию об этой программе Вы можете +найти по адресу http://www.list.org/ diff --git a/templates/ru/cronpass.txt b/templates/ru/cronpass.txt new file mode 100644 index 000000000..37546f3fa --- /dev/null +++ b/templates/ru/cronpass.txt @@ -0,0 +1,19 @@ +This is a reminder, sent out once a month, about your %(hostname)s +mailing list memberships. It includes your subscription info and how +to use it to change it or unsubscribe from a list. + +You can visit the URLs to change your membership status or +configuration, including unsubscribing, setting digest-style delivery +or disabling delivery altogether (e.g., for a vacation), and so on. + +In addition to the URL interfaces, you can also use email to make such +changes. For more info, send a message to the '-request' address of +the list (for example, %(exreq)s) containing just the word 'help' in +the message body, and an email message will be sent to you with +instructions. + +Если у вас возникли вопросы, Вы можете задать их, отправив письмо по +адресу %(owner)s. + +Пароли для %(useraddr)s: + diff --git a/templates/ru/disabled.txt b/templates/ru/disabled.txt new file mode 100644 index 000000000..d5fe16bc9 --- /dev/null +++ b/templates/ru/disabled.txt @@ -0,0 +1,23 @@ +Ваша подписка на список рассылки %(listname)s приостановлена в следствие +большого количества ошибок, возникших при доставке. Это означает, что Вы +не будете получать писем этого списка рассылки, пока Вы не возобновите +подписку. Перед тем как ваша подписка на этот список рассылки будет +полностью прекращена, Вы получите еще %(noticesleft)s сообщений, подобных +этому. + +Для того, чтобы возобновить подписку, вам достаточно ответить на это письмо, +не изменяя поле темы письма. Вы также можете сделать это, посетив страницу + + %(confirmurl)s + +На странице + + %(optionsurl)s + +Вы можете найти параметры своей подписки. На всякий случай, пароль вашей +подписки + + %(password)s + +Если у Вас возникли вопросы, Вы можете задать их, отправив письмо по +адресу %(owneraddr)s. diff --git a/templates/ru/emptyarchive.html b/templates/ru/emptyarchive.html new file mode 100644 index 000000000..2f10766ce --- /dev/null +++ b/templates/ru/emptyarchive.html @@ -0,0 +1,15 @@ + + + + The %(listname)s Archives + + + +

The %(listname)s Archives

+

+ No messages have been posted to this list yet, so the archives are + currently empty. You can get more information + about this list. +

+ + diff --git a/templates/ru/headfoot.html b/templates/ru/headfoot.html new file mode 100644 index 000000000..d833e7a3a --- /dev/null +++ b/templates/ru/headfoot.html @@ -0,0 +1,25 @@ +Этот текст может включать строки вида %(attribute)s, +вместо которых подставляются значения соответствующих атрибутов +списка рассылки. Подробную информацию о правилах форматирования, вы можете +найти на странице "Python's + string formatting rules" (по-английски). Некоторые из полезных +атрибутов перечислены ниже. + + diff --git a/templates/ru/help.txt b/templates/ru/help.txt new file mode 100644 index 000000000..85aeaa98d --- /dev/null +++ b/templates/ru/help.txt @@ -0,0 +1,106 @@ +Информация о списке рассылки %(listname)s: + +Это письмо содержит информацию о командах программы управления +списками рассылки Mailman, версии %(version)s. Нижеприведенные +команды позволят Вам получить информацию и управлять своей подпиской +на списки рассылки, доступные на этом сайте. Вы можете указывать +команды как в теле письма, так и в теме сообщения. + +Обратите также внимание, что большинство действий может быть также +выполнено с помощью веб-интерфейса, доступного как + + %(listinfo_url)s + +В частности, Вы можете воспользоваться этой возможностью для того, +чтобы отправить Ваш пароль по адресу, который Вы использовали при +подписке. + +Команды, относящиеся к конкретному списку рассылки (subscribe, who, +и т.п.) должны отправляться на адрес *-request соответствующего +списка рассылки. Например, для списка рассылки `mailman' Вы должны +использовать `mailman-request@...'. + +Используемые соглашения. Текст в "<>" является обязательным, тогда +как текст в "[]" является необязательным. Символы "<>" и "[]" +нужно опускать. + +Допустимы следующие команды: + + subscribe [пароль] [тип-дайджеста] [address=<адрес>] + Подписаться на список рассылки. Пароль вам понадобится для + того, чтобы изменить параметры подписки или чтобы отписаться + от списка рассылки. Раз в месяц система будет вам присылать + письмо со списком ваших паролей на списке рассылки, + поддерживаемые этим сервером. + + Параметр 'тип-дайджеста' может принимать два значения: + 'nodigest' или 'digest' (без кавычек). + + Если Вы хотите подписать на список рассылки адрес, отличный от + того, с которого Вы отправляете запрос, Вы должны указать + параметр "address=<адрес, который Вы хотите подписать>" (адрес + необходимо указать без угловых скобок; кавычки необходимо + опустить). + + unsubscribe <пароль> [адрес] + Unsubscribe from the mailing list. Your password must match + the one you gave when you subscribed. If you are trying to + unsubscribe from a different address than the one you + subscribed from, you may specify it in the 'address' field. + + who + Получить список подписчиков на этот список рассылки. + + info + Прислать введение в этот список рассылки. + + lists + Вывести список списков рассылки, доступных на этом сервере. + + help + Получить текст этого сообщения. + + set <параметр> <пароль> + Включить или выключить соответствующий параметр. Допустимые + параметры: + + ack: + Turn this on to receive acknowledgement mail when you send + mail to the list. + + digest: + Receive mail from the list bundled together instead of one + post at a time. + + plain: + Get plain-text, not MIME-compliant, digests (only if + digest is set) + + nomail: + Stop delivering mail. Useful if you plan on taking a + short vacation. + + norcv: + Turn this on to NOT receive posts you send to the list. + Does not work if digest is set. + + hide: + Conceals your address when people look at who is on this + list. + + + options + напечатать текущие значения параметров Вашей подписки. + + password <старый-пароль> <новый-пароль> + изменить пароль подписки + + end или -- + Прекратить выполнение команд (это может оказаться полезным, + если Ваша программа для работы с почтой автоматически + добавляет подпись; воспользовавшись этой командой, Вы + избежите многих непонятных ситуаций). + +Все эти команды Вы должны отправлять по адресу %(requestaddr)s + +Вопросы и замечания Вы можете отправить по адресу %(adminaddr)s diff --git a/templates/ru/listinfo.html b/templates/ru/listinfo.html new file mode 100644 index 000000000..4c92eaa2e --- /dev/null +++ b/templates/ru/listinfo.html @@ -0,0 +1,133 @@ + + + + Общая информация о списке рассылки <MM-List-Name> + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

  +

О списке рассылки + + + +
+

+

Для поиска необходимой вам информации, вы можете воспользоваться архивом сообщений списка рассылки . +

+
Как пользоваться списком рассылки
+ Для того, чтобы отправить сообщение всем подписчикам списка рассылки, отправьте сообщение + по адресу . + +

Ниже приведена информация о том, как вы можете подписаться на этот список рассылки + или изменить параметры своей подписки

+
+ Подписаться на список рассылки +
+

+ Для того, чтобы подписаться на список рассылки , заполните следующую форму. + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Ваш электронный адрес: +  
    Ваше имя (необязательно): 
    You may enter a + privacy password below. This provides only mild security, + but should prevent others from messing with your + subscription. Do not use a valuable password as + it will occasionally be emailed back to you in cleartext. + +

    If you choose not to enter a password, one will be + automatically generated for you, and it will be sent to + you once you've confirmed your subscription. You can + always request a mail-back of your password when you edit + your personal options. + +

    Pick a password: 
    Reenter password to confirm: 
    Which language do you prefer to display your messages?  
    Would you like to receive list mail batched in a daily digest? No + Yes +
    +

    +
    + +
+
+ + Subscribers +
+ + + +

+ + + +

+ + + + + diff --git a/templates/ru/masthead.txt b/templates/ru/masthead.txt new file mode 100644 index 000000000..1d9c9f913 --- /dev/null +++ b/templates/ru/masthead.txt @@ -0,0 +1,15 @@ +Сообщения, предназначенные для списка рассылки %(real_name)s, необходимо +отправлять по адресу + %(got_list_email)s + +Для того, чтобы изменить параметры +To subscribe or unsubscribe via the World Wide Web, visit + %(got_listinfo_url)s +or, via email, send a message with subject or body 'help' to + %(got_request_email)s + +You can reach the person managing the list at + %(got_owner_email)s + +When replying, please edit your Subject line so it is more specific than +"Re: Contents of %(real_name)s digest..." diff --git a/templates/ru/newlist.txt b/templates/ru/newlist.txt new file mode 100644 index 000000000..7eae37f14 --- /dev/null +++ b/templates/ru/newlist.txt @@ -0,0 +1,42 @@ +Для вас был только что создан список рассылки `%(listname)s'. Ниже +приведена общая информация об этом списке рассылки. + +Ваш пароль для этого списка рассылки + + %(password)s + +Он вам понадобится для настройки параметров списка рассылки и для +обработки административных запросов, например, модерирования, если Вы +решите, что это будет полезно. + +Для настройки параметров списка рассылки Вы можете воспользоваться +следующей страницей: + + %(admin_url)s + +Общая информация о списке рассылке доступна по следующему адресу: + + %(listinfo_url)s + +Вы можете изменить вид этих страниц, воспользовашись модулем +настройки; помните, однако, что для этого Вы должны знать HTML. + +Пользователи (не администраторы) могут воспользоваться почтовым +интерфейсом для изменения параметров своей подписки. Для того, чтобы +получить описание возможностей этого интерфейса, по нижеприведенному +адресу отправьте письмо, в теле которого будет слово 'help' + + %(requestaddr)s + +Для того, чтобы удалить пользователя из подписчиков списка рассылки, +откройте страницу с общей информацией о списке рассылки, укажите адрес +пользовател в поле + +To unsubscribe a user: from the mailing list 'listinfo' web page, +click on or enter the user's email address as if you were that user. +Where that user would put in their password to unsubscribe, put in +your admin password. You can also use your password to change +member's options, including digestification, delivery disabling, etc. + +Все вопросы о системе Вы можете задать, отправив письмо по адресу +mailman-owner@%(hostname)s. diff --git a/templates/ru/options.html b/templates/ru/options.html new file mode 100644 index 000000000..d6d610390 --- /dev/null +++ b/templates/ru/options.html @@ -0,0 +1,294 @@ + + + + <MM-Presentable-User> membership configuration for <MM-List-Name> + + + + + +
+ + mailing list membership configuration for + +
+ +

+ + + + + +
+ 's subscription status, + password, and options for the mailing list. +
+ + + + +

+

+ +

+ + + + + + + + +
+ + Changing your membership information +
You can change the address that you are subscribed + to the mailing list with by entering the new address in the + fields below. Note that a confirmation email will be sent to + the new address, and the change must be confirmed before it is + processed. + +

Confirmations time out after about . + +

You can also optionally set or change your real name + (i.e. John Smith). + +

If you want to make the membership changes for all the + lists that you are subscribed to at , turn on the + Change globally check box. + +

+ + + + + + + +
New address:
Again to + confirm:
+
+ + + + +
Your name + (optional):
+
+

Change globally

+ +

+ + + + + + + +
+ Unsubscribing from + Your other subscriptions +
+ Turn on the confirmation checkbox and hit this button to + unsubscribe from this mailing list. Warning: + This action will be taken immediately! +

+

+ You can view a list of all the other mailing lists at + for which you are a member. Use this if you want to + make the same membership option changes to this other + subscriptions. + +

+

+
+ + + + + + +
+ Your Password +
+ +
+

Forgotten Your Password?

+
+ Click this button to have your password emailed to your + membership address. +

+

+ +
+
+ +
+

Change Your Password

+ + + + + + + + +
New + password:
Again to + confirm:
+ + +

Change globally. +
+
+ +

+ + +
+ Your Subscription Options +
+ +

+Current values are checked. + +

Note that some of the options have a Set globally +checkbox. Checking this field will cause the changes to be made to +every mailing list that you are a member of on . Click on +List my other subscriptions above to see which other mailing +lists you are subscribed to. +

+ + + + + + + + + + + + + + + + + + + + + + + +
+ + Mail delivery

+ Set this option to Enabled to receive messages posted + to this mailing list. Set it to Disabled if you + don't want mail delivered to you for a while (i.e. you're + going on vacation). If you disable mail delivery, don't + forget to come back after your vacation to re-enable it! +

+ Enabled
+ Disabled

+ Set globally +

+ Set Digest Mode

+ If you turn digest mode on, you'll get posts bundled together + once a day, instead of singly when they're sent. If digest mode + is changed from on to off, you may receive one last + digest. +

+ Off
+ On +
+ Get MIME or Plain Text Digests?

+ Your mail reader may or may not support MIME digests. In + general MIME digests are preferred, but if you have a problem + reading them, select plain text digests. +

+ MIME
+ Plain Text +
+ Receive your own posts to the list?

+ Ordinarily, you will get a copy of every message you post to + the list. If you don't want to receive this copy, set this + option to No. +

+ No
+ Yes +
+ Receive acknowledgement mail when you send mail to + the list?

+

+ No
+ Yes +
+ Get password reminder email for this list?

+ Once a month, you will get an email containing a password + reminder for every list at this host to which you are + subscribed. You can turn this off on a per-list basis by + selecting No for this option. If you turn off + password reminders for all the lists you are subscribed to, no + reminder email will be sent to you. +

+ No
+ Yes

+ Set globally +

+ Conceal yourself from subscriber list?

+ When someone views the list membership, your email address is + normally shown (in an obscured fashion to thwart spam + harvesters). If you do not want your email address to show up + on this membership roster, select No for this option. +

+ No
+ Yes +
+ What language do you prefer?

+

+ +
+ Which topic categories would you like to subscribe + to?

+ By selecting one or more topics, you can filter the + traffic on the mailing list, so as to receive only a + subset of the messages. If a message matches one of + your selected topics, then you will get the message, + otherwise you will not. + +

If a message does not match any topic, the delivery + rule depends on the setting of the option below. If + you do not select any topics of interest, you will get + all the messages sent to the mailing list. +

+ +
+ Do you want to receive message that do not match any + topic filter?

+ + This option only takes effect if you've subscribed to + at least one topic above. It describes what the + default delivery rule is for messages that don't match + any topic filter. Selecting No says that if + the message does not match any topic filters, then you + won't get the message, while selecting Yes + says to delivery such non-matching messages to you. + +

If no topics of interest are selected above, then + you will receive every message sent to the mailing + list. +

+ No
+ Yes +
+
+
+ +

+ + + + + diff --git a/templates/ru/postack.txt b/templates/ru/postack.txt new file mode 100644 index 000000000..4f7af2f83 --- /dev/null +++ b/templates/ru/postack.txt @@ -0,0 +1,7 @@ +Ваше сообщение под темой + + %(subject)s + +было успешно переслано в список рассылки %(listname)s. + +Инорфмация о списке рассылки: %(listinfo_url)s diff --git a/templates/ru/postauth.txt b/templates/ru/postauth.txt new file mode 100644 index 000000000..8352af6c6 --- /dev/null +++ b/templates/ru/postauth.txt @@ -0,0 +1,12 @@ +Вы, как администратор списка рассылки, должны рассмотреть и +авторизовать следущее сообщение: + + Список рассылки: %(listname)s@%(hostname)s + Автор: %(sender)s + Тема: %(subject)s + Причина: %(reason)s + +Для того, чтобы сделать это, Вы можете воспользовать следующей +ссылкой: + + %(admindb_url)s diff --git a/templates/ru/postheld.txt b/templates/ru/postheld.txt new file mode 100644 index 000000000..07d49a9af --- /dev/null +++ b/templates/ru/postheld.txt @@ -0,0 +1,12 @@ +Ваше сообщение под темой + + %(subject)s + +было отложено для рассмотрения модератором списка рассылки. + +Причина: + + %(reason)s + +После рассмотрения, сообщения может быть переправлено в список +рассылки, или же Вы получите извещение о решении о модератора. diff --git a/templates/ru/private.html b/templates/ru/private.html new file mode 100644 index 000000000..79a27dadd --- /dev/null +++ b/templates/ru/private.html @@ -0,0 +1,43 @@ + + + %(realname)s Private Archives Authentication + + +

+%(message)s + + + + + + + + + + + + + + + +
+ %(realname)s Private + Archives Authentication +
Email address:
Password:
+
+

Important: From this point on, you + must have cookies enabled in your browser, otherwise no + administrative changes will take effect. + +

Session cookies are used in Mailman's + administrative interface so that you don't need to + re-authenticate with every administrative operation. This + cookie will expire automatically when you exit your browser, or + you can explicitly expire the cookie by hitting the + Logout link under Other Administrative + Activities (which you'll see once you successfully log in). +

+ + diff --git a/templates/ru/refuse.txt b/templates/ru/refuse.txt new file mode 100644 index 000000000..86a1931c7 --- /dev/null +++ b/templates/ru/refuse.txt @@ -0,0 +1,13 @@ +Ваш запрос, отправленный в список рассылки %(listname)s + + %(request)s + +был отклонен модератором списка рассылки. Причина для отказа, +указанная модератором, приведена ниже: + +"%(reason)s" + +Любые вопросы и/или комментарии Вы можете направить на администратору +списка рассылки по адресу: + + %(adminaddr)s diff --git a/templates/ru/roster.html b/templates/ru/roster.html new file mode 100644 index 000000000..7ae27dd74 --- /dev/null +++ b/templates/ru/roster.html @@ -0,0 +1,50 @@ + + + + %(encoding)s + Подписчики списка рассылки <MM-List-Name> + + +

+ + + + + + + + + + + + + + + +
+ Подписчики списка рассылки +
+ +

+

+ +

Click on your address to visit your subscription + options page.
(Parenthesized entries have list delivery disabled.)

+
+
+ + Non-digested Members of : +
+
+
+ Digested + Members of : +
+
+

+

+

+

+ + + diff --git a/templates/ru/s2s.py b/templates/ru/s2s.py new file mode 100755 index 000000000..74b5cf44b --- /dev/null +++ b/templates/ru/s2s.py @@ -0,0 +1,46 @@ +#! /usr/bin/python + +import sys, string +from pprint import pprint + +def chop (line): + if line[-2:] == '\r\n': + line = line[:-2] + + if line[-1:] == '\n': + line = line[:-1] + + return line + +name = None +revision = None + +files = {} + +for line in sys.stdin.readlines (): + parts = string.split (chop (line)) + + if len (parts) > 0: + if parts[0] == 'File:': + name = parts[1] + elif parts[0] == 'Repository': + files[name] = parts[2] + +# pprint (files) + +for line in open ('status', 'r').readlines (): + parts = string.split (chop (line)) + + if len (parts) > 0: + if files.has_key (parts[0]): + pass # check the version + + if files[parts[0]] != parts[1]: + print 'Update: %s (%s -> %s)' % (parts[0], parts[1], files[parts[0]]) + + del files[parts[0]] # delete the item + else: + print 'Delete:', parts[0] + +for file in files.keys (): + print 'New:', file diff --git a/templates/ru/status b/templates/ru/status new file mode 100644 index 000000000..309e09ad6 --- /dev/null +++ b/templates/ru/status @@ -0,0 +1,33 @@ +admindbpreamble.html 2.1 +adminsubscribeack.txt 2.0 done +adminunsubscribeack.txt 2.0 done +admlogin.html 2.0 +approve.txt 2.0 done +article.html 2.0 done +bounce.txt 2.1 done +checkdbs.txt 2.0 done +convert.txt 2.0 done +cronpass.txt 2.0 started +headfoot.html 2.0 started +help.txt 2.0 started +listinfo.html 2.3 +masthead.txt 2.0 started +newlist.txt 2.1 started +options.html 2.3 +postack.txt 2.0 done +postauth.txt 2.0 done +postheld.txt 2.1 done +private.html 2.1 +refuse.txt 2.0 done +roster.html 2.0 +subauth.txt 2.1 +subscribeack.txt 2.1 started +subscribe.html 2.1 done +unsub.txt 2.1 done +unsubauth.txt 2.0 done +userpass.txt 2.1 done +verify.txt 2.1 done +admindbdetails.html 2.1 +emptyarchive.html 2.0 +admindbsummary.html 2.0 +disabled.txt 2.0 done diff --git a/templates/ru/subauth.txt b/templates/ru/subauth.txt new file mode 100644 index 000000000..9c20c3dac --- /dev/null +++ b/templates/ru/subauth.txt @@ -0,0 +1,11 @@ +Your authorization is required for a mailing list subscription request +approval: + + For: %(username)s + List: %(listname)s@%(hostname)s + +At your convenience, visit: + + %(admindb_url)s + +to process the request. diff --git a/templates/ru/subscribe.html b/templates/ru/subscribe.html new file mode 100644 index 000000000..3e39fcaaa --- /dev/null +++ b/templates/ru/subscribe.html @@ -0,0 +1,8 @@ + +Результаты подписки на список рассылки <MM-List-Name> + +

Результаты подписки на список рассылки

+ + + + diff --git a/templates/ru/subscribeack.txt b/templates/ru/subscribeack.txt new file mode 100644 index 000000000..e7049d917 --- /dev/null +++ b/templates/ru/subscribeack.txt @@ -0,0 +1,36 @@ +Добро пожаловать в список рассылки %(real_name)s@%(host_name)s. +%(welcom)s +Для того, чтобы отправить сообщение в список рассылки, используйте адрес + + %(emailaddr)s + +Общая информация о списке рассылке доступна на странице + + %(listinfo_url)s + +If you ever want to unsubscribe or change your options (eg, switch to or +from digest mode, change your password, etc.), visit your subscription +page at: + + %(optionsurl)s +%(umbrella)s +You can also make such adjustments via email by sending a message to: + + %(real_name)s-request@%(host_name)s + +with the word `help' in the subject or body (don't include the +quotes), and you will get back a message with instructions. + +You must know your password to change your options (including changing +the password, itself) or to unsubscribe. It is: + + %(password)s + +По умолчанию Mailman будет вам напоминать про списки рассылки машина +%(host_name)s, на которые Вы подписались + +Normally, Mailman will remind you of your %(host_name)s mailing list +passwords once every month, although you can disable this if you +prefer. This reminder will also include instructions on how to +unsubscribe or change your account options. There is also a button on +your options page that will email your current password to you. diff --git a/templates/ru/unsub.txt b/templates/ru/unsub.txt new file mode 100644 index 000000000..29bfc7b63 --- /dev/null +++ b/templates/ru/unsub.txt @@ -0,0 +1,24 @@ +Подтверждение удаления подписки на список рассылки %(listname)s + +Для вашего адреса -- %(email)s -- был получен запрос (отправленный с +адреса %(remote)s) на удаление подписки на список рассылки +%(listaddr)s. Для того, чтобы подтвердить эту операцию, вам +достаточно ответить на это письмо, не изменяя строчку темы письма. Вы +также можете подтвердить эту операцию, посетив страницу + + %(confirmurl)s + +Или же в теле письма укажите (это должна быть единственная строчка +вашего письма): + + confirm %(cookie)s + +Обратите внимание, что если Вы просто ответите на это письмо, этого +должно быть достаточно, поскольку большинство современных программ для +работы с электронной почты, оставляют тему письма неизменной +(добавление "Re:" или "На:" не влияет на результат). + +Если Вы не хотите отказываться от подписки на этот список рассылки, +просто проигнорируйте это сообщение. Если Вы считаете, что кто-то +попытался удалить вашу подписку по злому умыслу, Вы можете связаться +с админинстратором списка рассылки по адресу %(listadmin)s. diff --git a/templates/ru/unsubauth.txt b/templates/ru/unsubauth.txt new file mode 100644 index 000000000..0d83de0f0 --- /dev/null +++ b/templates/ru/unsubauth.txt @@ -0,0 +1,9 @@ +Требуется ваша санкция на прекращение подписки + + Кто: %(username)s + Список: %(listname)s@%(hostname)s + +Для того, чтобы Вы могли перейти прямо к обработке административных +запросов, воспользуйтесь этой ссылкой: + + %(admindb_url)s diff --git a/templates/ru/userpass.txt b/templates/ru/userpass.txt new file mode 100644 index 000000000..7efb934fc --- /dev/null +++ b/templates/ru/userpass.txt @@ -0,0 +1,22 @@ +Вы или кто-то вместо вас запросил пароль вашей подписки на список +рассылки $(fqdn_lname)s. Этот пароль вам необходим для как того, +чтобы изменять параметры вашей подписки, так и для того, чтобы +отказаться от подписки на этот список рассылки. + +Адрес вашей подписки: %(user)s + +Пароль вашей подписки на список рассылки %(listname)s: %(password)s + +Для изменения параметров вашей подписки Вы можете перейти на страницу + + %(options_url)s + +Либо Вы можете это сделать, отправив письмо по адресу + + %(requestaddr)s + +(для получения списка команд отправьте письмо, в теле которого будет +команда "help"). + +Все вопросы и/или комментарии Вы можете отправлять администратору +списка рассылки по адресу %(owneraddr)s. diff --git a/templates/ru/verify.txt b/templates/ru/verify.txt new file mode 100644 index 000000000..af7342f39 --- /dev/null +++ b/templates/ru/verify.txt @@ -0,0 +1,26 @@ +Подтверждение подписки на список рассылки %(listname)s + +Для вашего адреса -- %(email)s -- был получен запрос (отправленный с +адреса %(remote)s) на добавления его к списку подписчиков на список +рассылки %(listaddr)s. Для того, чтобы подтвердить эту операцию, вам +достаточно ответить на это письмо, не изменяя строчку темы письма. Вы +также можете подтвердить эту операцию, посетив страницу + + %(confirmurl)s + +Или же по адресу %(requestaddr)s Вы можете отправить письмо, в теле +которого вам необходимо указать (это должна быть единственная строчка +вашего письма): + + confirm %(cookie)s + +Обратите внимание, что если Вы просто ответите на это письмо, этого +должно быть достаточно, поскольку большинство современных программ для +работы с электронной почты, оставляют тему письма неизменной +(добавление "Re:" или "На:" не влияет на результат). + +Если Вы не желаете подписываться на этот список рассылки, вам не нужно +ничего делать, просто проигнорируйте это сообщение. Если Вы думаете, +что вас пытаются подписать на этот список рассылки по злому умыслу, +или же у вас возникли другие вопросы, Вы можете отправить их под +адресу %(listadmin)s. -- cgit v1.3.1