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 (19 lines) | stat: -rw-r--r-- 960 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
# pl.msg --
#
#       Polish messages for the Singularity plugin.
#
# Author: Irek Chmielowiec <irek.ch@gmail.com>

::msgcat::mcset pl "Allows closing obsolete chat windows for a contact when a\
        new chat session window with that contact is about to be opened." \
        "Pozwalaj na zamykanie niepotrzebnych okien rozmów kiedy otwierane\
        jest nowe okno rozmowy z danym użytkownikiem."
::msgcat::mcset pl "Plugins options." "Ustawienia wtyczek."
::msgcat::mcset pl "Singularity plugin options. What this plugin makes is to\
        do cleanup by closing obsolete chat windows opened for different\
        resources of the same contact ensuring only one chat window for a\
        contact is opened at any given time." "Opcje wtyczki singularity.\
        Wtyczka ta pozwala na utrzymanie porządku w oknach rozmów poprzez\
        zamykanie wielu okien rozmów dla różnych zasobów tego samego kontaktu."

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