File: pl.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 (24 lines) | stat: -rw-r--r-- 1,043 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
# pl.msg --
#
#       Polish messages for the Debug Tkabber plugin.
#
# Author: Irek Chmielowiec <irek.ch@gmail.com>

::msgcat::mcset pl "Debug" "Debugowanie"
::msgcat::mcset pl "Debug live plugin options." \
        "Ustawienia wtyczki debugowania."
::msgcat::mcset pl "Log debug messages for module %s to a tab/window." \
        "Zapisuj komunikaty debugowania dla modułu %s do karty/okna."
::msgcat::mcset pl "Log debug messages to a separate tab/window." \
        "Zapisuj komunikaty debugowania do oddzielnej karty/okna."
::msgcat::mcset pl "Log debug messages to file %s." \
        "Zapisuj komunikaty debugowania do pliku %s."
::msgcat::mcset pl "Log to file" "Zapisuj do pliku"
::msgcat::mcset pl "Log to window" "Zapisuj do okna"
::msgcat::mcset pl "Plugins options." "Ustawienia wtyczek."
::msgcat::mcset pl "Profile on" "Włącz profil"
::msgcat::mcset pl "Profile report" "Raport profilu"
::msgcat::mcset pl "Whether the Debug live plugin is loaded." \
        "Załaduj wtyczkę debugowania."

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