~ubuntu-branches/ubuntu/natty/kadu/natty

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
#
# KADU CONFIGURATION FILE
#
# PL: PLIK KONFIGURACYJNY KADU

#
# Below are some internal modules, made by Kadu Team or got from others
# but placed in sources because of important functionality
#
# y - yes, compiled into kadu (static)
# m - module, compiles as .so (shared)
# n - no, module disabled
#
# PL: Poniżej znajduje się lista wewnętrznych modułów Kadu, stworzonych przez Kadu Team
# PL: lub przez inne osoby, ale umieszczone w źródłach ze względu na ich użyteczność
#
# PL: y - wkompiluj moduł na stałe w Kadu (statycznie)
# PL: m - kompiluj jako ładowalny moduł (biblioteka dzielona)
# PL: n - nie kompiluj wcale
#
# PL: w polu "needs" znajduje się lista bibliotek potrzebnych do kompilacji modułu
# PL:                (w dystrybucjach pakietowych zwróć uwagę na to, że obrócz
# PL:                np. pakietu libsndfile do kompilacji będziesz potrzebował
# PL:                także pakietu libsndfile-dev lub libsndfile-devel)
# PL: w polu "depends" znajduje się lista innych modułów wymaganych
# PL:                do działania tego modułu

#################### protocols #######################################
# PL: ############## protokoły #######################################

module_gadu_protocol=m
module_jabber_protocol=m

# BLACKLISTED
# tlen is not supported, it does not compile and does not work
# only here for reference reasons
module_tlen_protocol=n

#################### docking #########################################
# PL: ############## dokowanie #######################################

# Description: Tray icon support (common part of all docking modules)
# PL: Obsługa ikony na tacce systemowej (wspólna część wszystkich modułów dokujących)
# Platform: Linux, Mac OS X, Windows
module_docking=m

# Description: Qt tray docking techniques module (works everywhere)
# PL: Standardowy moduł obsługi tacki systemowej przy pomocy Qt
# PL: (działa m.in. w KDE, GNOME, Xfce, ...)
# Platform: Linux, Mac OS X, Windows
# Depends: docking
module_qt4_docking=m

# Description: Always on top window docking module
# PL: Moduł służący symulacji dokowania przy pomocy małego okna
# PL: (bez ramek i z ustawioną flagą "Zawsze na wierzchu")
# Platform: Linux, Mac OS X, Windows
# Depends: docking
module_desktop_docking=m

# Description: MacOS X docking module
# PL: Moduł służący symulacji dokowania na MacOS X
# Platform: Mac OS X
# Depends: docking
module_macosx_docking=n

###################### notifications #################################
# PL: ################ powiadamianie #################################

# Description: Notification by hints module
# PL: Powiadamianie za pomocą dymków
# Platform: Linux, Mac OS X, Windows
module_hints=m

# Description: Notification by external commands module
# PL: Moduł powiadamiania o zdarzeniach za pomocą zewnętrznych poleceń
# Platform: Linux, Mac OS X, Windows
module_exec_notify=m

# Description: Notification by qt4 docking module
# PL: Powiadamianie za pomocą modulu qt4_docking
# Platform: Linux, Windows
# Depends: qt4_docking
module_qt4_docking_notify=m

# Description: Notification using Growl (MacOS X)
# PL: Powiadamianie za pomocą programu Growl (MacOS X)
# Platform: Mac OS X
module_growl_notify=n

# Description: PC-Speaker support
# PL: Powiadamianie przy pomocy PC-Speakera
# Platform: Linux, Mac OS X, Windows
# Needs: libX11
module_pcspeaker=m

# Description: KDE4 notification support
# PL: Powiadamianie przy pomocy notyfikacji KDE
# Platform: KDE
# Needs: KDE
module_kde_notify=m

# Description: Speech synthesis support ("powiedz")
# PL: Powiadamianie mową za pomocą programu "powiedz"
module_speech=m

##################### sound ##########################################
# PL: ############### dźwięk #########################################

# Description: General sound support (common part of all sound modules)
# PL: Podstawowa obsługa dźwięku (wspólna część wszystkich modułów dźwiękowych)
# Platform: Linux, Mac OS X, Windows
# Needs: libsndfile
module_sound=m

# Description: ALSA sound support
# PL: Obsługa dźwięku przez ALSĘ
# Platform: Linux
# Needs: libasound
# Depends: sound
module_alsa_sound=m

# Description: QtSound sound support
# PL: Obsługa dźwięku przez QtSound
# Platform: Linux (requires NAS), Mac OS X, Windows
# Needs: QtSound
# Depends: sound
module_qt4_sound=m

# Description: Phonon sound support
# PL: Obsługa dźwięku przez Phonon
# Platform: Linux, Mac OS X, Windows
# Needs: (GStreamer on Linux, QuickTime on Mac OS X and DirectShow on Windows)
# Depends: sound
module_phonon_sound=m

# Description: ao library sound module (ALSA, OSS, ESD, AIX, IRIX, NAS, Sun, NenBSD, OpenBSD)
# PL: Obsługa dźwięku przy pomocy biblioteki libao (która obsługuje:
# PL:                                    ALSA, OSS, ESD, AIX, IRIX, NAS, Sun, NenBSD, OpenBSD)
# Platform: Linux
# Needs: libao
# Depends: sound
module_ao_sound=m

# Description: External application sound support
# PL: Obsługa dźwięku poprzez zewnętrzną aplikację
# Platform: Linux, Mac OS X, Windows
# Depends: sound
module_ext_sound=m

# Description: Direct Show sound module (Windows only)
# PL: Obsżuga dzwiżku poprzez Direct Show (tylko dla Windows)
# Platform: Windows
# Depends: sound
module_dshow_sound=n

# Description: Windows wave in/out sound module
# PL: Obsługa dzwięku dla systemu Windows
# Platform: Windows
# Depends: sound
module_win32_sound=n

###################### sms ###########################################

# Description: General SMS support module
# PL: Podstawowy moduł obsługi bramek SMSowych
# Platform: Linux, Mac OS X, Windows
# Depends: history
module_sms=m

###################### other #########################################
# PL: ################ inne ##########################################

# Description: Idle time counter
# PL: Odmierzacz czasu bezczynnosci
# Platform: Linux, Mac OS X, Windows
module_idle=m

# Description: Chat history storing, browsing and searching support
# PL: Obsługa przechowywania historii rozmów, przeglądania i wyszukiwania w niej
# Platform: Linux, Mac OS X, Windows
module_history=m
module_sql_history=m
module_history_migration=m

# Description: OpenSSL encrypted chat support
# PL: Obsługa szyfrowania wiadomości przy pomocy OpenSSLa
# Platform: Linux, Mac OS X, Windows
# Needs: libcrypto, libssl
module_encryption_ng=m
module_encryption_ng_simlite=m

# Description: Auto away module
# PL: Obsługa automatycznej zmiany statusu po określonym czasie bezczynności
# Platform: Linux, Mac OS X, Windows
# Depends: idle
module_autoaway=m

# Description: Configuration wizard module
# PL: Moduł konfiguracji Kadu za pomocą wizarda (kreatora)
# Depends: account_management sound hints
# Platform: Linux, Mac OS X, Windows
module_config_wizard=m

# Description: Autoresponder module
# PL: Moduł automatycznej odpowiedzi
# Platform: Linux, Mac OS X, Windows
module_autoresponder=m

# Description: Protection against unwanted chats
# PL: Ochrona przed "klikaczami"
# Platform: Linux, Mac OS X, Windows
module_firewall=m

# Description: Antistring
# PL: Ochrona przed lancuszkami
# Platform: Linux, Mac OS X, Windows
module_antistring=m

# Description: Auto hide Kadu window
# PL: Automatyczne ukrywanie okna Kadu
# Platform: Linux, Mac OS X, Windows
# Depends: idle
module_auto_hide=m

# Description: Cenzor
# PL: Cenzor
# Platform: Linux, Mac OS X, Windows
module_cenzor=m

# Description: Extends Kadu Parser
# PL: Rozszerza mozliwosci Parsera Kadu
# Platform: Linux, Mac OS X, Windows
module_parser_extender=m

# Description: Automatic word replacement
# PL: Automatyczna zamiana slow
# Platform: Linux, Mac OS X, Windows
module_word_fix=m

# Description: Autostatus
# PL: Automatyczne zmiany statusu
# Platform: Linux, Mac OS X, Windows
module_autostatus=m

# Description: Last status infos
# PL: Informacje o ostatnich statusach kontaktĂłw
# Platform: Linux, Mac OS X, Windows
module_last_seen=m

# Description:
# PL: Dodaje możliwość zaznaczenia fragmentu ekranu i wysłania obrazka z jego zawartością
# Platform: Linux
module_screenshot=m

# Description: Description from file module
# PL: Obsługa statusów pobieranych z pliku
# Platform: Linux, Mac OS X, Windows
module_filedesc=m

# Description: Spellchecking in chat window
# PL: Sprawdzanie błędów pisowni w oknie rozmowy
# Platform: Linux, Mac OS X
# Needs: libaspell
module_spellchecker=m

# Description: Tabbed chat dialog module
# PL: Moduł okna rozmowy z zakładkami
# Platform: Linux, Mac OS X, Windows
module_tabs=m

# Description: Single Window Mode
# PL: Tryb pojedynczego okna
# Platform: Linux, Mac OS X, Windows
module_single_window=m

# Description: Module monitoring state of Gadu-Gadu servers.
# PL: Moduł monitorujący stan serwerów Gadu-Gadu
# Platform: Linux, Mac OS X, Windows
module_server_monitor=m

# Description: Simple view
# PL: Moduł uproszczonego widoku
# Platform: Linux
# Depends: docking
module_simpleview=m

# Description: Imports profiles from old Kadu
# PL: Importuje profile z poprzednich wersji Kadu
# Platform: Linux, Mac OS X, Windows
# Depends: gadu_protocol, history_migration
module_profiles_import=m

# Description: Shows image links and youtube links as images and videos in chat
# PL: Pokazuje linki do obrazków i youtube jako obrazki i filmiki
# Platform: Linux, Mac OS X, Windows
# Depends:
module_imagelink=m

############################################# BLACKLISTED ########################################################################

# Below there are some modules, that are incompatible with current Kadu's version.
# They won't compile and are only provided for reference reasons

# BLACKLISTED
# Description: Direct /dev/dsp sound support (Open Sound System)
# PL: Obsługa dźwięku przez bezpośredni dostęp do urządzenia /dev/dsp (Open Sound System)
# Platform: Linux
# Depends: sound
module_dsp_sound=n

# BLACKLISTED
# Description: User list: support for priorities (VIP/NIP) and changing order of sorting functions.
# PL: Obsługa priorytetów (VIP/NIP) oraz zmiany kryteriów sortowania listy kontaktów
# Platform: Linux, Mac OS X, Windows
module_advanced_userlist=n

# BLACKLISTED
# Description: Adds DBus interface.
# PL: Dodaje interfejs DBus
module_dbus=n
# Platform: Linux

# BLACKLISTED
# Description: Echo module (only example!)
# PL: Moduł automatycznej odpowiedzi z przedrostkiem "KADU ECHO: "
# PL: (to tylko przykład jak się pisze moduły do Kadu)
# Platform: Linux, Mac OS X, Windows
module_echo=n

# BLACKLISTED
# Description: Automatically split too long messages
# PL: Automatyczne dzielenie zbyt dlugich wiadomosci
# Platform: Linux, Mac OS X, Windows
module_split_messages=n

# BLACKLISTED
# Desctiption: Weather checking.
# PL: Sprawdzanie pogody
# Platform: Linux, Mac OS X, Windows
# Depends: notify
module_weather=n

############################################# EXTERNAL ###########################################################################
# PL: ####################################### ZEWNĘTRZNE #########################################################################

#
# Below there are some external modules, made by third parties, but
# accepted by Kadu Team and quite well supported on our forum. When
# you choose to install any of these, the sources will be downloaded
# from their original web pages, so dont blame us when they are
# (maybe just temporarily) unavailable.
#
# y - yes, compiled into kadu (static)
# m - module, compiles as .so (shared)
# n - no, module disabled
#

# PL: Poniżej znajduje się lista zewnętrznych modułów, stworzonych przez niezależnych programistów,
# PL: ale zaakceptowanych przez Kadu Team i wspieranych na naszym forum. Gdy wybierzesz któryś
# PL: z tych modułów, jego źródła zostaną pobrane ze strony twórcy, więc w razie problemów nie wiń
# PL: nas z powodu ich (prawdopodobnie czasowej) niedostępności.

# Description: Notifications using Scroll Lock LED
# PL: Powiadomiania diodą Scroll Lock
# Platform: Linux
# Needs: libX11
module_lednotify=m

# Description: TeX formula support
# PL: Wsparcie dla formuł TeX-owych
# Platform: Linux
module_mime_tex=m

# Description: Makes a panel from Kadu main window
# PL: Zamienia Kadu w panel na skraju ekranu
# Platform: Linux
module_panelkadu=m

# Description: Automatic lookup of an interlocutor in public directory
# PL: Automatyczne wyszukiwanie nieznajomych rozmówców w publicznym katalogu
# Platform: Linux, Mac OS X, Windows
module_anonymous_check=m

# Description: Adds global hotkeys support to Kadu
# PL: Dodaje do Kadu obsługę skrótów globalnych
# Platform: Linux
module_globalhotkeys=m

# Description: Adds history of sent messages to chat windows
# PL: Dodaje historię wysłanych wiadomości do okien rozmowy
module_senthistory=m
# Platform: Linux, Mac OS X, Windows

# Description: New ext_info module providing extended contact information support
# PL: Nowy moduł ext_info wprowadzający obsługę dodatkowych informacji o kontaktach
# Platform: Linux, Mac OS X, Windows
module_nextinfo=m

######################## MEDIAPLAYER ########################

# Description: Puts your current song in description
# PL: Wstawia tytuł aktualnie słuchanej piosenki do opisu
# Platform: Linux, Mac OS X, Windows
module_mediaplayer=m

# Description: Amarok 1.x support for mediaplayer
# PL: Wsparcie dla Amarok w mediaplayer
# Platform: Linux
module_amarok1_mediaplayer=n

# Description: Amarok 2 support for mediaplayer
# PL: Wsparcie dla Amarok 2 w mediaplayer
# Platform: Linux
module_amarok2_mediaplayer=m

# Description: Audacious support for mediaplayer
# PL: Wsparcie dla Audacious w mediaplayer
# Platform: Linux
module_audacious_mediaplayer=m

# Description: BMPx support for mediaplayer
# PL: Wsparcie dla BMPx w mediaplayer
# Platform: Linux
module_bmpx_mediaplayer=m

# Description: Dragon Player support for mediaplayer
# PL: Wsparcie dla Dragon Player w mediaplayer
# Platform: Linux
module_dragon_mediaplayer=m

# Description: FALF support for mediaplayer
# PL: Wsparcie dla FALF w mediaplayer
# Platform: Linux
module_falf_mediaplayer=m

# Description: iTunes support for mediaplayer
# PL: Wsparcie dla iTunes w mediaplayer
# Platform: Mac OS X
module_itunes_mediaplayer=n

# Description: MPD support for mediaplayer
# PL: Wsparcie dla  MPD w mediaplayer
# Needs: libmpdclient
# Platform: Linux
module_mpd_mediaplayer=m

# Description: Media player support for mediaplayer using MPRIS interface
# PL: Wsparcie w mediaplayer dla odtwarzaczy z interfejsem MPRIS
# Platform: Linux
module_mpris_mediaplayer=m

# Description: VLC support for mediaplayer
# PL: Wsparcie dla VLC w mediaplayer
# Platform: Linux
module_vlc_mediaplayer=m

# Description: Winamp support for mediaplayer
# PL: Wsparcie dla Winamp'a w mediaplayer
# Platform: Windows
module_winamp_mediaplayer=n

# Description: XMMS support for mediaplayer
# PL: Wsparcie dla XMMS w mediaplayer
# Platform: Linux
module_xmms_mediaplayer=n

# Description: XMMS2 support for mediaplayer
# PL: Wsparcie dla XMMS2 w mediaplayer
# Platform: Linux
module_xmms2_mediaplayer=m

############################################# ICONS ###########################################################################
# PL: ####################################### IKONY ###########################################################################

#
# Below are some icon themes. When you choose to install any of these,
# the package will be downloaded from their original web pages, so don't
# blame us when they are (maybe just temporarily) unavailable.
#
# y - yes, install with kadu
# n - no, icon theme disabled
# PL: y - Tak, zainstaluj z kadu
# PL: n - Nie, zestaw wylaczony
#

# PL: Poniżej znajduje się lista zestawów ikon. Gdy wybierzesz któryś z nich,
# PL: odpowiednia paczka zostanie pobrana ze strony twórcy, więc w razie problemów
# PL: nie wiń nas z powodu ich (prawdopodobnie czasowej) niedostępności.

# Description: Default icon theme shipped with sources
# PL: Standardowy zestaw ikon dostępny razem ze źródłami Kadu
icons_default=y

# Description: Oxygen icon theme made by Piotr Dąbrowski
icons_oxygen=y

# Description: Glass icon theme made by Mariusz Waluga
icons_glass=y

########################################### EMOTICONS #########################################################################
# PL: ##################################### EMOTIKONY #########################################################################

#
# Below are some emoticon themes.
# PL: Poniżej znajduje się lista zestawów emotikon.

# y - yes, install with kadu
# n - no, emoticon theme disabled
# PL: y - Tak, zainstaluj z kadu
# PL: n - Nie, zestaw wylaczony

# Description: Default emoticon theme shipped with sources
# PL: Standardowy zestaw emotikon dostępny razem ze źródłami Kadu
emoticons_penguins=y

# Description: Tango emoticons
# PL: Emotki Tango
emoticons_tango=y

# Description: Old Gadu-Gadu 6.x emoticons
# PL: Kompatybilne ze starą wersją Gadu-Gadu 6.x
emoticons_gg6_compatible=y

########################################### SOUNDS ############################################################################
# PL: ##################################### DŹWIĘKI ###########################################################################

#
# Below are some sound themes.
# PL: Poniżej znajduje się lista zestawów dźwięków.

# y - yes, install with kadu
# n - no, sound theme disabled
# PL: y - Tak, zainstaluj z kadu
# PL: n - Nie, zestaw wylaczony

# Description: Default sound theme shipped with sources
# PL: Standardowy zestaw dźwięków dostępny razem ze źródłami Kadu
sound_default=y

sound_bns=y

sound_drums=y

sound_florkus=y

sound_michalsrodek=y

sound_percussion=y

sound_ultr=y