File: ru.msg

package info (click to toggle)
tkabber-plugins 1.1.2%2B20170328-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,392 kB
  • sloc: tcl: 27,289; xml: 2,313; makefile: 83; sh: 21
file content (25 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download | duplicates (4)
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
# ru.msg --
#
#       Russian messages for the Quote last message Tkabber plugin.
#
# Author: Sergei Golovan <sgolovan@nes.ru>

::msgcat::mcset ru "Format string used to quote the message.\
        Format specifer \"%m\" is replaced by the whole message\
        being quoted. Format specifier \"%%\" is replaced by\
        a single character \"%\"."\
        "Строка формата для цитирования сообщения. Спецификатор\
        формата \"%m\" заменяется на все цитируемое сообщение.\
        Спецификатор формата \"%%\" заменяется на один знак процента \"%\"."
::msgcat::mcset ru "Plugins options." "Настройки расширений."
::msgcat::mcset ru "Whether the last message quoting plugin is loaded." \
        "Загружено ли расширение цитирования последнего сообщения."
::msgcat::mcset ru "Quote Last Message plugin options." \
        "Настройки расширения цитирования последнего сообщения."
::msgcat::mcset ru "This plugin provides a way to copy a message located at\
        the bottom of a chat window conversation log to the input\
        box of that chat window." \
        "Это расширение позволяет копировать сообщение, находящееся в самом\
        низу окна разговора, в окно ввода сообщения."

# vim:ft=tcl:ts=8:sw=4:sts=4:et