forked from hexchat/hexchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cs.po
6089 lines (4666 loc) · 137 KB
/
cs.po
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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
#
# Translators:
# Jakub Moc <[email protected]>, 1999
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"
"Report-Msgid-Bugs-To: www.hexchat.org\n"
"POT-Creation-Date: 2013-09-08 01:16-0400\n"
"PO-Revision-Date: 2013-11-20 09:21+0000\n"
"Last-Translator: TingPing <[email protected]>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/hexchat/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: src/common/cfgfiles.c:797
msgid "I'm busy"
msgstr "Pracuji"
#: src/common/cfgfiles.c:828
msgid "Leaving"
msgstr "Odcházím"
#: src/common/dcc.c:72
msgid "Waiting"
msgstr "Čekám"
#: src/common/dcc.c:73
msgid "Active"
msgstr "Aktivní"
#: src/common/dcc.c:74
msgid "Failed"
msgstr "Selhalo"
#: src/common/dcc.c:75
msgid "Done"
msgstr "Hotovo"
#: src/common/dcc.c:76 src/fe-gtk/menu.c:943
msgid "Connect"
msgstr "Připojit"
#: src/common/dcc.c:77
msgid "Aborted"
msgstr "Zrušeno"
#: src/common/dcc.c:1888 src/common/outbound.c:2518
#, c-format
msgid "Cannot access %s\n"
msgstr "Nemohu přistoupit k %s\n"
#: src/common/dcc.c:1889 src/common/text.c:1339 src/common/text.c:1382
#: src/common/text.c:1393 src/common/text.c:1400 src/common/text.c:1413
#: src/common/text.c:1430 src/common/text.c:1535 src/common/util.c:368
msgid "Error"
msgstr "Chyba"
#: src/common/dcc.c:2367
#, c-format
msgid "%s is offering \"%s\". Do you want to accept?"
msgstr "%s nabízí \"%s\". Souhlasíte?"
#: src/common/dcc.c:2584
msgid "No active DCCs\n"
msgstr "Žádné aktivní DCC\n"
#: src/common/hexchat.c:860
msgid "_Open Dialog Window"
msgstr ""
#: src/common/hexchat.c:861
msgid "_Send a File"
msgstr ""
#: src/common/hexchat.c:862
msgid "_User Info (WhoIs)"
msgstr ""
#: src/common/hexchat.c:863
msgid "_Add to Friends List"
msgstr ""
#: src/common/hexchat.c:864
msgid "_Ignore"
msgstr ""
#: src/common/hexchat.c:865
msgid "O_perator Actions"
msgstr ""
#: src/common/hexchat.c:867
msgid "Give Ops"
msgstr "Dát práva Op"
#: src/common/hexchat.c:868
msgid "Take Ops"
msgstr "Vzít práva Op"
#: src/common/hexchat.c:869
msgid "Give Voice"
msgstr "Dát hlas"
#: src/common/hexchat.c:870
msgid "Take Voice"
msgstr "Vzít hlas"
#: src/common/hexchat.c:872
msgid "Kick/Ban"
msgstr "Kick/Ban"
#: src/common/hexchat.c:873 src/common/hexchat.c:910
msgid "Kick"
msgstr "Kick"
#: src/common/hexchat.c:874 src/common/hexchat.c:875 src/common/hexchat.c:876
#: src/common/hexchat.c:877 src/common/hexchat.c:878 src/common/hexchat.c:909
#: src/fe-gtk/banlist.c:50
msgid "Ban"
msgstr "Ban"
#: src/common/hexchat.c:879 src/common/hexchat.c:880 src/common/hexchat.c:881
#: src/common/hexchat.c:882
msgid "KickBan"
msgstr "KickBan"
#: src/common/hexchat.c:892
msgid "Leave Channel"
msgstr "Opustit kanál"
#: src/common/hexchat.c:893
msgid "Join Channel..."
msgstr "Vstoupit do kanálu..."
#: src/common/hexchat.c:894 src/fe-gtk/menu.c:1377
msgid "Enter Channel to Join:"
msgstr "Zadat kanál pro připojení:"
#: src/common/hexchat.c:895
msgid "Server Links"
msgstr "Odkazy serveru"
#: src/common/hexchat.c:896
msgid "Ping Server"
msgstr "Ping serveru"
#: src/common/hexchat.c:897
msgid "Hide Version"
msgstr "Ukrýt verzi"
#: src/common/hexchat.c:907
msgid "Op"
msgstr "Op"
#: src/common/hexchat.c:908
msgid "DeOp"
msgstr "DeOp"
#: src/common/hexchat.c:911
msgid "bye"
msgstr "hoj"
#: src/common/hexchat.c:912
#, c-format
msgid "Enter reason to kick %s:"
msgstr "Zadat důvod vyhození %s:"
#: src/common/hexchat.c:913
msgid "Sendfile"
msgstr "Poslat soubor"
#: src/common/hexchat.c:914
msgid "Dialog"
msgstr "Dialog"
#: src/common/hexchat.c:923
msgid "WhoIs"
msgstr "KdoJe"
#: src/common/hexchat.c:924
msgid "Send"
msgstr "Poslat"
#: src/common/hexchat.c:925
msgid "Chat"
msgstr "Chat"
#: src/common/hexchat.c:926 src/fe-gtk/banlist.c:847 src/fe-gtk/dccgui.c:886
#: src/fe-gtk/ignoregui.c:385 src/fe-gtk/urlgrab.c:212
msgid "Clear"
msgstr "Smazat"
#: src/common/hexchat.c:927
msgid "Ping"
msgstr "Ping"
#: src/common/hexchat.c:1120
msgid ""
"* Running IRC as root is stupid! You should\n"
" create a User Account and use that to login.\n"
msgstr "* Spuštění IRC pod uživatelem root je hloupé! Měli byste si\n vytvořit uživatelský účet a ten používat pro přihlášení.\n"
#: src/common/ignore.c:126 src/common/ignore.c:130 src/common/ignore.c:134
#: src/common/ignore.c:138 src/common/ignore.c:142 src/common/ignore.c:146
#: src/common/ignore.c:150
msgid "YES "
msgstr "ANO "
#: src/common/ignore.c:128 src/common/ignore.c:132 src/common/ignore.c:136
#: src/common/ignore.c:140 src/common/ignore.c:144 src/common/ignore.c:148
#: src/common/ignore.c:152
msgid "NO "
msgstr "NE "
#: src/common/ignore.c:383
#, c-format
msgid "You are being CTCP flooded from %s, ignoring %s\n"
msgstr "Jste zavalen CTCP od %s, ignoruji %s\n"
#: src/common/ignore.c:408
#, c-format
msgid "You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"
msgstr ""
#: src/common/notify.c:555
#, c-format
msgid " %-20s online\n"
msgstr " %-20s online\n"
#: src/common/notify.c:557
#, c-format
msgid " %-20s offline\n"
msgstr " %-20s offline\n"
#: src/common/outbound.c:72
msgid "No channel joined. Try /join #<channel>\n"
msgstr "Nejste připojeni k žádnému kanálu. Zkuste /join #<channel>\n"
#: src/common/outbound.c:78
msgid "Not connected. Try /server <host> [<port>]\n"
msgstr "Nepřipojeno. Zkuste /server <host> [<port>]\n"
#: src/common/outbound.c:281
#, c-format
msgid "Server %s already exists on network %s.\n"
msgstr ""
#: src/common/outbound.c:287
#, c-format
msgid "Added server %s to network %s.\n"
msgstr ""
#: src/common/outbound.c:372
#, c-format
msgid "Already marked away: %s\n"
msgstr "Označen jako pryč: %s\n"
#: src/common/outbound.c:410
msgid "Already marked back.\n"
msgstr "Označen jako zpět.\n"
#: src/common/outbound.c:1790
msgid "I need /bin/sh to run!\n"
msgstr "Pro spuštění potřebuji /bin/sh !\n"
#: src/common/outbound.c:2181
msgid "Commands Available:"
msgstr "Dostupné příkazy:"
#: src/common/outbound.c:2195
msgid "User defined commands:"
msgstr "Uživatelské příkazy:"
#: src/common/outbound.c:2211
msgid "Plugin defined commands:"
msgstr "Příkazy obsažené v pluginu:"
#: src/common/outbound.c:2222
msgid "Type /HELP <command> for more information, or /HELP -l"
msgstr "Pro více informací zadejte /HELP <command>, nebo /HELP -l"
#: src/common/outbound.c:2306
#, c-format
msgid "Unknown arg '%s' ignored."
msgstr "Ignorován neznámý argument '%s'."
#: src/common/outbound.c:3007 src/common/outbound.c:3037
msgid "Quiet is not supported by this server."
msgstr ""
#: src/common/outbound.c:3488 src/common/outbound.c:3522
msgid "No such plugin found.\n"
msgstr "Nebyl nalezen žádný plugin.\n"
#: src/common/outbound.c:3493 src/fe-gtk/plugingui.c:204
msgid "That plugin is refusing to unload.\n"
msgstr "Tento plugin se odmítá uvolnit z paměti.\n"
#: src/common/outbound.c:3804
msgid "ADDBUTTON <name> <action>, adds a button under the user-list"
msgstr "ADDBUTTON <name> <action>, přidá tlačítko pod uživatelským seznamem."
#: src/common/outbound.c:3805
msgid ""
"ADDSERVER <NewNetwork> <newserver/6667>, adds a new network with a new "
"server to the network list"
msgstr ""
#: src/common/outbound.c:3807
msgid "ALLCHAN <cmd>, sends a command to all channels you're in"
msgstr "ALLCHAN <cmd>, pošle příkaz na všechny kanály, na kterých jste"
#: src/common/outbound.c:3809
msgid "ALLCHANL <cmd>, sends a command to all channels on the current server"
msgstr ""
#: src/common/outbound.c:3811
msgid "ALLSERV <cmd>, sends a command to all servers you're in"
msgstr "ALLSERV <cmd>, pošle příkaz na všechny servery, na kterých jste"
#: src/common/outbound.c:3812
msgid "AWAY [<reason>], sets you away"
msgstr "AWAY [<reason>], nastaví že jste pryč"
#: src/common/outbound.c:3813
msgid "BACK, sets you back (not away)"
msgstr "BACK, vás nastaví zpět (přítomen)"
#: src/common/outbound.c:3815
msgid ""
"BAN <mask> [<bantype>], bans everyone matching the mask from the current "
"channel. If they are already on the channel this doesn't kick them (needs "
"chanop)"
msgstr "BAN <mask> [<bantype>], zakáže každého, kdo odpovídá masce na aktuálním kanálu. Pokud se již nacházíte na kanálu, nedojde k jeho vyhození (na to je potřeba chanop)"
#: src/common/outbound.c:3816
msgid "CHANOPT [-quiet] <variable> [<value>]"
msgstr ""
#: src/common/outbound.c:3817
msgid ""
"CHARSET [<encoding>], get or set the encoding used for the current "
"connection"
msgstr ""
#: src/common/outbound.c:3818
msgid ""
"CLEAR [ALL|HISTORY|[-]<amount>], Clears the current text window or command "
"history"
msgstr ""
#: src/common/outbound.c:3819
msgid "CLOSE [-m], Closes the current window/tab or all queries"
msgstr ""
#: src/common/outbound.c:3822
msgid "COUNTRY [-s] <code|wildcard>, finds a country code, eg: au = australia"
msgstr "COUNTRY [-s] <code|wildcard>, nalezne kód země, např: cs = CR"
#: src/common/outbound.c:3824
msgid ""
"CTCP <nick> <message>, send the CTCP message to nick, common messages are "
"VERSION and USERINFO"
msgstr "CTCP <nick> <zpráva>, pošle zprávu CTCP dané přezdívce, běžné zprávy jsou VERSION a USERINFO"
#: src/common/outbound.c:3826
msgid ""
"CYCLE [<channel>], parts the current or given channel and immediately "
"rejoins"
msgstr "CYCLE [<channel>], odejde z aktuálního nebo zadaného kanálu a ihned se zas připojí"
#: src/common/outbound.c:3828
msgid ""
"\n"
"DCC GET <nick> - accept an offered file\n"
"DCC SEND [-maxcps=#] <nick> [file] - send a file to someone\n"
"DCC PSEND [-maxcps=#] <nick> [file] - send a file using passive mode\n"
"DCC LIST - show DCC list\n"
"DCC CHAT <nick> - offer DCC CHAT to someone\n"
"DCC PCHAT <nick> - offer DCC CHAT using passive mode\n"
"DCC CLOSE <type> <nick> <file> example:\n"
" /dcc close send johnsmith file.tar.gz"
msgstr "\nDCC GET <nick> - přijme nabízený soubor\nDCC SEND [-maxcps=#] <nick> [file] - pošle někomu soubor\nDCC PSEND [-maxcps=#] <nick> [file] - pošle soubor pomocí pasivního módu\nDCC LIST - zobrazí seznam DCC\nDCC CHAT <nick> - nabídne někomu DCC CHAT\nDCC PCHAT <nick> - nabídne DCC CHAT v pasivní režimu\nDCC CLOSE <type> <nick> <file> příklad:\n /dcc close send johnsmith file.tar.gz"
#: src/common/outbound.c:3840
msgid ""
"DEHOP <nick>, removes chanhalf-op status from the nick on the current "
"channel (needs chanop)"
msgstr "DEHOP <nick>, odstraní právo chanhalf-op z přezdívky na aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3842
msgid "DELBUTTON <name>, deletes a button from under the user-list"
msgstr "DELBUTTON <name>, smaže tlačítko pod uživatelským seznamem"
#: src/common/outbound.c:3844
msgid ""
"DEOP <nick>, removes chanop status from the nick on the current channel "
"(needs chanop)"
msgstr "DEOP <nick>, odstraní právo chanop z přezdívky na aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3846
msgid ""
"DEVOICE <nick>, removes voice status from the nick on the current channel "
"(needs chanop)"
msgstr "DEVOICE <nick>, odstraní právo voice z přezdívky na aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3847
msgid "DISCON, Disconnects from server"
msgstr "DISCON, odpojí se od serveru"
#: src/common/outbound.c:3848
msgid "DNS <nick|host|ip>, Finds a users IP number"
msgstr "DNS <nick|host|ip>, nalezne uživatelovu IP adresu"
#: src/common/outbound.c:3849
msgid "ECHO <text>, Prints text locally"
msgstr "ECHO <text>, napíše text lokálně"
#: src/common/outbound.c:3852
msgid ""
"EXEC [-o] <command>, runs the command. If -o flag is used then output is "
"sent to current channel, else is printed to current text box"
msgstr "EXEC [-o] <command>, spustí příkaz. Je-li nastavena značka -o, bude výstup zobrazen na aktuálním kanálu, jinak se vytiskne do aktuálního textového pole"
#: src/common/outbound.c:3854
msgid "EXECCONT, sends the process SIGCONT"
msgstr "EXECCONT, pošle procesu SIGCONT"
#: src/common/outbound.c:3857
msgid ""
"EXECKILL [-9], kills a running exec in the current session. If -9 is given "
"the process is SIGKILL'ed"
msgstr "EXECKILL [-9], zabije spuštěný příkaz v současném sezení. Pokud předáte procesu -9, bude proces SIGKILLed"
#: src/common/outbound.c:3859
msgid "EXECSTOP, sends the process SIGSTOP"
msgstr "EXECSTOP, pošle procesu signál SIGSTOP"
#: src/common/outbound.c:3860
msgid "EXECWRITE, sends data to the processes stdin"
msgstr "EXECWRITE, pošle data z procesu na stdin"
#: src/common/outbound.c:3864
msgid "EXPORTCONF, exports HexChat settings"
msgstr ""
#: src/common/outbound.c:3867
msgid "FLUSHQ, flushes the current server's send queue"
msgstr "FLUSHQ, vymaže aktuální frontu zpráv serveru"
#: src/common/outbound.c:3869
msgid "GATE <host> [<port>], proxies through a host, port defaults to 23"
msgstr "GATE <host> [<port>], použije proxy hostitele, výchozí port je 23"
#: src/common/outbound.c:3873
msgid "GHOST <nick> [password], Kills a ghosted nickname"
msgstr ""
#: src/common/outbound.c:3878
msgid "HOP <nick>, gives chanhalf-op status to the nick (needs chanop)"
msgstr "HOP <nick>, předá právo chanhalf-op přezdívce (vyžaduje chanop)"
#: src/common/outbound.c:3879
msgid "ID <password>, identifies yourself to nickserv"
msgstr "ID <password>, identifikuje vás pro nickserv"
#: src/common/outbound.c:3881
msgid ""
"IGNORE <mask> <types..> <options..>\n"
" mask - host mask to ignore, eg: *!*@*.aol.com\n"
" types - types of data to ignore, one or all of:\n"
" PRIV, CHAN, NOTI, CTCP, DCC, INVI, ALL\n"
" options - NOSAVE, QUIET"
msgstr "IGNORE <mask> <types..> <options..>\n mask - maska hostitele, kterého chcete ignorovat, např: *!*@*.aol.com\n types - typ igrnorování, jeden nebo všechny z:\n PRIV, CHAN, NOTI, CTCP, DCC, INVI, ALL\n options - NOSAVE, QUIET"
#: src/common/outbound.c:3888
msgid ""
"INVITE <nick> [<channel>], invites someone to a channel, by default the "
"current channel (needs chanop)"
msgstr "INVITE <nick> [<channel>], pozve někoho na kanál, výchozí je aktuální aktuální kanál (vyžaduje chanop)"
#: src/common/outbound.c:3889
msgid "JOIN <channel>, joins the channel"
msgstr "JOIN <channel>, připojí se ke kanálu"
#: src/common/outbound.c:3891
msgid "KICK <nick>, kicks the nick from the current channel (needs chanop)"
msgstr "KICK <nick>, vyhodí nick z aktuálního kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3893
msgid ""
"KICKBAN <nick>, bans then kicks the nick from the current channel (needs "
"chanop)"
msgstr "KICKBAN <nick>, vypoví a pak vyhodí nick z aktuálního kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3896
msgid "LAGCHECK, forces a new lag check"
msgstr "LAGCHECK, vynutí novou kontrolu lagu"
#: src/common/outbound.c:3898
msgid ""
"LASTLOG [-h] [-m] [-r] [--] <string>, searches for a string in the buffer\n"
" Use -h to highlight the found string(s)\n"
" Use -m to match case\n"
" Use -r when string is a Regular Expression\n"
" Use -- (double hyphen) to end options when searching for, say, the string '-r'"
msgstr ""
#: src/common/outbound.c:3904
msgid "LOAD [-e] <file>, loads a plugin or script"
msgstr "LOAD [-e] <file>, nahraje plugin nebo skript"
#: src/common/outbound.c:3907
msgid ""
"MDEHOP, Mass deop's all chanhalf-ops in the current channel (needs chanop)"
msgstr "MDEHOP, hromadný deop všech chanhalf-op v aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3909
msgid "MDEOP, Mass deop's all chanops in the current channel (needs chanop)"
msgstr "MDEHOP, hromadný deop všech chanop v aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3911
msgid ""
"ME <action>, sends the action to the current channel (actions are written in"
" the 3rd person, like /me jumps)"
msgstr "ME <action>, pošle na aktuální kanál nějakou akci (akce jsou psány v třetí osobě, např. /me jumps)"
#: src/common/outbound.c:3915
msgid ""
"MKICK, Mass kicks everyone except you in the current channel (needs chanop)"
msgstr "MKICK, hromadný vyhozov všech kromě vás aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3918
msgid "MOP, Mass op's all users in the current channel (needs chanop)"
msgstr "MOP, hromadný op všech uživatelů na aktuálním kanálu (vyžaduje chanop)"
#: src/common/outbound.c:3919
msgid ""
"MSG <nick> <message>, sends a private message, message \".\" to send to last"
" nick or prefix with \"=\" for dcc chat"
msgstr ""
#: src/common/outbound.c:3922
msgid "NAMES, Lists the nicks on the current channel"
msgstr "NAMES, zobrazí seznam přezdívek v aktuálním kanálu"
#: src/common/outbound.c:3924
msgid "NCTCP <nick> <message>, Sends a CTCP notice"
msgstr "NCTCP <nick> <message>, pošle poznámku CTCP"
#: src/common/outbound.c:3925
msgid "NEWSERVER [-noconnect] <hostname> [<port>]"
msgstr "NEWSERVER [-noconnect] <hostname> [<port>]"
#: src/common/outbound.c:3926
msgid "NICK <nickname>, sets your nick"
msgstr "NICK <nickname>, nastaví váš nick"
#: src/common/outbound.c:3929
msgid "NOTICE <nick/channel> <message>, sends a notice"
msgstr ""
#: src/common/outbound.c:3931
msgid ""
"NOTIFY [-n network1[,network2,...]] [<nick>], displays your notify list or "
"adds someone to it"
msgstr "NOTIFY [-n network1[,network2,...]] [<nick>], zobrazí váš seznam upozornění nebo tam někoho přidá"
#: src/common/outbound.c:3933
msgid "OP <nick>, gives chanop status to the nick (needs chanop)"
msgstr "OP <nick>, dá právo chanop určené přezdívce (vyžaduje chanop)"
#: src/common/outbound.c:3935
msgid ""
"PART [<channel>] [<reason>], leaves the channel, by default the current one"
msgstr "PART [<channel>] [<reason>], opustí kanál, ve výchozím nastavení ten aktuální"
#: src/common/outbound.c:3937
msgid "PING <nick | channel>, CTCP pings nick or channel"
msgstr "PING <nick | channel>, CTCP ping přezdívky nebo kanálu"
#: src/common/outbound.c:3939
msgid "QUERY [-nofocus] <nick>, opens up a new privmsg window to someone"
msgstr "QUERY [-nofocus] <nick>, otevře nové okno pro privmsg přezdívky"
#: src/common/outbound.c:3941
msgid ""
"QUIET <mask> [<quiettype>], quiet everyone matching the mask in the current "
"channel if supported by the server."
msgstr ""
#: src/common/outbound.c:3943
msgid "QUIT [<reason>], disconnects from the current server"
msgstr "QUIT [<reason>], odpojí se od aktuálního serveru"
#: src/common/outbound.c:3945
msgid "QUOTE <text>, sends the text in raw form to the server"
msgstr "QUOTE <text>, pošle text serveru"
#: src/common/outbound.c:3948
msgid ""
"RECONNECT [-ssl] [<host>] [<port>] [<password>], Can be called just as "
"/RECONNECT to reconnect to the current server or with /RECONNECT ALL to "
"reconnect to all the open servers"
msgstr "RECONNECT [-ssl] [<host>] [<port>] [<password>], Může být volán stejně jako /RECONNECT pro nové připojení k aktuálnímu serveru nebo pomocí /RECONNECT ALL pro připojení ke všem otevřeným serverům"
#: src/common/outbound.c:3951
msgid ""
"RECONNECT [<host>] [<port>] [<password>], Can be called just as /RECONNECT "
"to reconnect to the current server or with /RECONNECT ALL to reconnect to "
"all the open servers"
msgstr "RECONNECT [<host>] [<port>] [<password>], Může být volán stejně jako /RECONNECT pro nové připojení k aktuálnímu serveru nebo pomocí /RECONNECT ALL pro připojení ke všem otevřeným serverům"
#: src/common/outbound.c:3953
msgid ""
"RECV <text>, send raw data to HexChat, as if it was received from the IRC "
"server"
msgstr ""
#: src/common/outbound.c:3954
msgid "RELOAD <name>, reloads a plugin or script"
msgstr ""
#: src/common/outbound.c:3956
msgid "SAY <text>, sends the text to the object in the current window"
msgstr "SAY <text>, pošle text do aktuálního okna"
#: src/common/outbound.c:3957
msgid "SEND <nick> [<file>]"
msgstr "SEND <nick> [<file>]"
#: src/common/outbound.c:3960
msgid "SERVCHAN [-ssl] <host> <port> <channel>, connects and joins a channel"
msgstr "SERVCHAN [-ssl] <host> <port> <channel>, připojí se a vstoupí do kanálu"
#: src/common/outbound.c:3963
msgid "SERVCHAN <host> <port> <channel>, connects and joins a channel"
msgstr "SERVCHAN <host> <port> <channel>, připojí se a vstoupí do kanálu"
#: src/common/outbound.c:3967
msgid ""
"SERVER [-ssl] <host> [<port>] [<password>], connects to a server, the "
"default port is 6667 for normal connections, and 6697 for ssl connections"
msgstr ""
#: src/common/outbound.c:3970
msgid ""
"SERVER <host> [<port>] [<password>], connects to a server, the default port "
"is 6667"
msgstr "SERVER <host> [<port>] [<password>], připojí se k serveru na výchozím portu 6667"
#: src/common/outbound.c:3972
msgid "SET [-e] [-off|-on] [-quiet] <variable> [<value>]"
msgstr ""
#: src/common/outbound.c:3973
msgid "SETCURSOR [-|+]<position>, reposition the cursor in the inputbox"
msgstr ""
#: src/common/outbound.c:3974
msgid "SETTAB <new name>, change a tab's name, tab_trunc limit still applies"
msgstr ""
#: src/common/outbound.c:3975
msgid "SETTEXT <new text>, replace the text in the input box"
msgstr ""
#: src/common/outbound.c:3978
msgid ""
"TOPIC [<topic>], sets the topic if one is given, else shows the current "
"topic"
msgstr "TOPIC [<topic>], nastaví téma kanálu, jinak ukáže aktuální téma"
#: src/common/outbound.c:3980
msgid ""
"\n"
"TRAY -f <timeout> <file1> [<file2>] Blink tray between two icons.\n"
"TRAY -f <filename> Set tray to a fixed icon.\n"
"TRAY -i <number> Blink tray with an internal icon.\n"
"TRAY -t <text> Set the tray tooltip.\n"
"TRAY -b <title> <text> Set the tray balloon."
msgstr "\nTRAY -f <timeout> <file1> [<file2>] Změní ikonu podle jmen souborů.\nTRAY -f <filename> Nastaví ikonu na pevnou.\nTRAY -i <number> Zabliká ikonou v daném intervalu.\nTRAY -t <text> Nastaví tip ikony.\nTRAY -b <title> <text> Nastaví kontextovou nápovědu ikony.."
#: src/common/outbound.c:3987
msgid "UNBAN <mask> [<mask>...], unbans the specified masks."
msgstr "UNBAN <mask> [<mask>...], povolí danou masku."
#: src/common/outbound.c:3988
msgid "UNIGNORE <mask> [QUIET]"
msgstr "UNIGNORE <mask> [QUIET]"
#: src/common/outbound.c:3989
msgid "UNLOAD <name>, unloads a plugin or script"
msgstr "UNLOAD <name>, uvolní z paměti plugin nebo skript"
#: src/common/outbound.c:3991
msgid ""
"UNQUIET <mask> [<mask>...], unquiets the specified masks if supported by the"
" server."
msgstr ""
#: src/common/outbound.c:3992
msgid "URL <url>, opens a URL in your browser"
msgstr "URL <url>, otevře URL ve vašem prohlížeči"
#: src/common/outbound.c:3994
msgid ""
"USELECT [-a] [-s] <nick1> <nick2> etc, highlights nick(s) in channel "
"userlist"
msgstr "USELECT [-a] [-s] <nick1> <nick2> atd, zvýrazní nick v uživatelském seznamu kanálu"
#: src/common/outbound.c:3997
msgid "VOICE <nick>, gives voice status to someone (needs chanop)"
msgstr "VOICE <nick>, přidá právo hlasování někomu (vyžaduje chanop)"
#: src/common/outbound.c:3999
msgid "WALLCHAN <message>, writes the message to all channels"
msgstr "WALLCHAN <message>, napíše zpráva všem na kanálu"
#: src/common/outbound.c:4001
msgid ""
"WALLCHOP <message>, sends the message to all chanops on the current channel"
msgstr "WALLCHOP <message>, pošle zprávu všem chanop na aktuálním kanálu"
#: src/common/outbound.c:4034
#, c-format
msgid "Usage: %s\n"
msgstr "Použití: %s\n"
#: src/common/outbound.c:4039
msgid ""
"\n"
"No help available on that command.\n"
msgstr "\nK přikazu není k dispozici žádná nápověda.\n"
#: src/common/outbound.c:4045
msgid "No such command.\n"
msgstr "Takový příkaz neexistuje.\n"
#: src/common/outbound.c:4378
msgid "Bad arguments for user command.\n"
msgstr "Špatné argumenty přikazu.\n"
#: src/common/outbound.c:4592
msgid "Too many recursive usercommands, aborting."
msgstr "Příliš mnoho rekurzivních příkazů, ruším."
#: src/common/outbound.c:4697
msgid "Unknown Command. Try /help\n"
msgstr "Neznámý příkaz. Zkuste /help\n"
#: src/common/plugin.c:407 src/common/plugin.c:443
msgid "No hexchat_plugin_init symbol; is this really a HexChat plugin?"
msgstr ""
#: src/common/server.c:644
msgid "Are you sure this is a SSL capable server and port?\n"
msgstr "Jste si jistí, že server podporuje SSL a tento port?\n"
#: src/common/server.c:1012
#, c-format
msgid ""
"Cannot resolve hostname %s\n"
"Check your IP Settings!\n"
msgstr "Nemohu přeložit hostitele %s\nZkontrolujte vaše nastavení IP!\n"
#: src/common/server.c:1017
msgid "Proxy traversal failed.\n"
msgstr "Překlad proxy selhal.\n"
#: src/common/servlist.c:845
#, c-format
msgid "Cycling to next server in %s...\n"
msgstr "Zkouším další server v %s...\n"
#: src/common/servlist.c:1487
#, c-format
msgid ""
"Warning: \"%s\" character set is unknown. No conversion will be applied for "
"network %s."
msgstr "Čekám: symbol \"%s\" je neznámý. Pro síť %s nebude použita žádná konverze."
#: src/common/textevents.h:6
msgid "%C18*%O$t%C18$1%O added to notify list."
msgstr ""
#: src/common/textevents.h:9
msgid "%C22*%O$t%C22$1%O: %C18$2%O on %C24$4%O by %C26$3%O"
msgstr ""
#: src/common/textevents.h:12
msgid "%C22*%O$tCannot join %C22$1 %O(%C20You are banned%O)."
msgstr ""
#: src/common/textevents.h:18
msgid "%C29*%O$tCapabilities acknowledged: %C29$2%O"
msgstr ""
#: src/common/textevents.h:21
msgid "%C23*%O$tCapabilities supported: %C29$2%O"
msgstr ""
#: src/common/textevents.h:24
msgid "%C23*%O$tCapabilities requested: %C29$1%O"
msgstr ""
#: src/common/textevents.h:27
msgid "%C24*%O$t%C28$1%O is now known as %C18$2%O"
msgstr ""
#: src/common/textevents.h:36
msgid "%C22*%O$t%C26$1%O sets ban on %C18$2%O"
msgstr ""
#: src/common/textevents.h:39
msgid "%C22*%O$tChannel %C22$1%O created on %C24$2%O"
msgstr ""
#: src/common/textevents.h:42
msgid "%C22*%O$t%C26$1%O removes channel half-operator status from %C18$2%O"
msgstr ""
#: src/common/textevents.h:45
msgid "%C22*%O$t%C26$1%O removes channel operator status from %C18$2%O"
msgstr ""
#: src/common/textevents.h:48
msgid "%C22*%O$t%C26$1%O removes voice from %C18$2%O"
msgstr ""
#: src/common/textevents.h:51
msgid "%C22*%O$t%C26$1%C sets exempt on %C18$2%O"
msgstr ""
#: src/common/textevents.h:54
msgid "%C22*%O$t%C26$1%O gives channel half-operator status to %C18$2%O"
msgstr ""
#: src/common/textevents.h:57
msgid "%C22*%O$t%C26$1%C sets invite exempt on %C18$2%O"
msgstr ""
#: src/common/textevents.h:60
msgid "%UChannel Users Topic"
msgstr "%UKanál Uživatelé Téma"
#: src/common/textevents.h:66
msgid "%C22*%O$t%C26$1%O sets mode %C24$2$3%O on %C22$4%O"
msgstr ""
#: src/common/textevents.h:69
msgid "%C22*%O$tChannel %C22$1%O modes: %C24$2"
msgstr ""
#: src/common/textevents.h:78
msgid "%C22*%O$t%C26$1%O gives channel operator status to %C18$2%O"
msgstr ""
#: src/common/textevents.h:81
msgid "%C22*%O$t%C26$1%O sets quiet on %C18$2%O"
msgstr ""
#: src/common/textevents.h:84
msgid "%C22*%O$t%C26$1%O removes exempt on %C18$2%O"
msgstr ""
#: src/common/textevents.h:87
msgid "%C22*%O$t%C26$1%O removes invite exempt on %C18$2%O"
msgstr ""
#: src/common/textevents.h:90
msgid "%C22*%O$t%C26$1%O removes channel keyword"
msgstr ""
#: src/common/textevents.h:93
msgid "%C22*%O$t%C26$1%O removes user limit"
msgstr ""
#: src/common/textevents.h:96
msgid "%C22*%O$t%C26$1%O sets channel keyword to %C24$2%O"
msgstr ""
#: src/common/textevents.h:99
msgid "%C22*%O$t%C26$1%O sets channel limit to %C24$2%O"
msgstr ""
#: src/common/textevents.h:102
msgid "%C22*%O$t%C26$1%O removes ban on %C18$2%O"
msgstr ""
#: src/common/textevents.h:105
msgid "%C22*%O$t%C26$1%O removes quiet on %C18$2%O"
msgstr ""
#: src/common/textevents.h:108
msgid "%C22*%O$tChannel %C22$1%O url: %C24$2"
msgstr ""
#: src/common/textevents.h:111
msgid "%C22*%O$t%C26$1%O gives voice to %C18$2%O"
msgstr ""
#: src/common/textevents.h:114
msgid "%C23*%O$tConnected. Now logging in."
msgstr ""
#: src/common/textevents.h:117
msgid "%C23*%O$tConnecting to %C29$1%C (%C23$2:$3%O)"
msgstr ""
#: src/common/textevents.h:120
msgid "%C20*%O$tConnection failed (%C20$1%O)"
msgstr ""
#: src/common/textevents.h:123
msgid "%C24*%O$tReceived a CTCP %C24$1%C from %C18$2%O"
msgstr ""
#: src/common/textevents.h:126
msgid "%C24*%C$tReceived a CTCP %C24$1%C from %C18$2%C (to %C22$3%C)%O"
msgstr ""
#: src/common/textevents.h:132
msgid "%C24*%O$tReceived a CTCP Sound %C24$1%C from %C18$2%O"
msgstr ""
#: src/common/textevents.h:135
msgid "%C24*%O$tReceived a CTCP Sound %C24$1%C from %C18$2%C (to %C22$3%O)"
msgstr ""
#: src/common/textevents.h:138
msgid "%C23*%O$tDCC CHAT to %C18$1%O aborted."
msgstr ""
#: src/common/textevents.h:141
msgid ""
"%C24*%O$tDCC CHAT connection established to %C18$1%C %C30[%C24$2%C30]%O"
msgstr ""
#: src/common/textevents.h:144
msgid "%C20*%O$tDCC CHAT to %C18$1%O lost (%C20$4%O)"
msgstr ""
#: src/common/textevents.h:147
msgid "%C24*%O$tReceived a DCC CHAT offer from %C18$1%O"
msgstr ""
#: src/common/textevents.h:150
msgid "%C24*%O$tOffering DCC CHAT to %C18$1%O"
msgstr ""
#: src/common/textevents.h:153
msgid "%C24*%O$tAlready offering CHAT to %C18$1%O"
msgstr ""
#: src/common/textevents.h:156
msgid "%C20*%O$tDCC $1 connect attempt to %C18$2%O failed (%C20$3%O)"
msgstr ""
#: src/common/textevents.h:159
msgid "%C23*%O$tReceived '%C23$1%C' from %C18$2%O"
msgstr ""
#: src/common/textevents.h:162
#, c-format
msgid "%C16,17 Type To/From Status Size Pos File "
msgstr ""
#: src/common/textevents.h:165
msgid ""
"%C20*%O$tReceived a malformed DCC request from "
"%C18$1%O.%010%C23*%O$tContents of packet: %C23$2%O"
msgstr ""
#: src/common/textevents.h:168
msgid "%C24*%O$tOffering '%C24$1%O' to %C18$2%O"
msgstr ""
#: src/common/textevents.h:171
msgid "%C23*%O$tNo such DCC offer."
msgstr ""
#: src/common/textevents.h:174
msgid "%C23*%O$tDCC RECV '%C23$2%O' to %C18$1%O aborted."
msgstr ""
#: src/common/textevents.h:177
msgid ""
"%C24*%O$tDCC RECV '%C23$1%O' from %C18$3%O complete %C30[%C24$4%O cps%C30]%O"
msgstr ""
#: src/common/textevents.h:180
msgid ""
"%C24*%O$tDCC RECV connection established to %C18$1 %C30[%O%C24$2%C30]%O"
msgstr ""