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 (23 lines) | stat: -rw-r--r-- 1,325 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
# ru.msg --
#
#       Russian messages for the Debug Tkabber plugin.
#
# Author: Sergei Golovan <sgolovan@nes.ru>

::msgcat::mcset ru "Debug" "Отладка"
::msgcat::mcset ru "Debug live plugin options." "Настройки расширения отладки."
::msgcat::mcset ru "Log debug messages for module %s to a tab/window." \
    "Сохранять отладочные сообщения для модуля %s во вкладку или окно."
::msgcat::mcset ru "Log debug messages to a separate tab/window." \
    "Сохранять отладочные сообщения в отдельную вкладку или окно."
::msgcat::mcset ru "Log debug messages to file %s." \
    "Сохранять отладочные сообщения в файл %s."
::msgcat::mcset ru "Log to file" "Сохранять в файл"
::msgcat::mcset ru "Log to window" "Сохранять в окно"
::msgcat::mcset ru "Plugins options." "Настройки расширений."
::msgcat::mcset ru "Profile on" "Включить профилирование"
::msgcat::mcset ru "Profile report" "Отчет о профилировании"
::msgcat::mcset ru "Whether the Debug live plugin is loaded." \
    "Загружено ли расширение отладки."

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