File: de.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,066 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
# de.msg --
#
#       German message for the Debug Tkabber plugin.
#
# Author: Roger Sondermann
# Last-Modified: 18.02.2009

::msgcat::mcset de "Debug live plugin options." \
        "Optionen für das 'Debug'-Plugin."
::msgcat::mcset de "Debug" "Debuggen"
::msgcat::mcset de "Log debug messages for module %s to a tab/window." \
        "'Debug'-Nachrichten für Modul '%s' in Tab/Fenster schreiben."
::msgcat::mcset de "Log debug messages to a separate tab/window." \
        "'Debug'-Nachrichten in separates Tab/Fenster schreiben."
::msgcat::mcset de "Log debug messages to file %s." \
        "'Debug'-Nachrichten in Datei %s schreiben."
::msgcat::mcset de "Log to file" "In Datei schreiben"
::msgcat::mcset de "Log to window" "In Tab/Fenster schreiben"
::msgcat::mcset de "Plugins options." "Optionen für Plugins."
::msgcat::mcset de "Profile on" "'Profiling' aktivieren"
::msgcat::mcset de "Profile report" "'Profiling'-Bericht"
::msgcat::mcset de "Whether the Debug live plugin is loaded." \
        "'Debug'-Plugin laden."

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