forked from hexchat/hexchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrw.po
6258 lines (4812 loc) · 119 KB
/
rw.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.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Antoine Bigirimana <[email protected]>, 2005
# Augustin KIBERWA <[email protected]>, 2005
# Carole Karema <[email protected]>, 2005
# Donatien NSENGIYUMVA <[email protected]>, 2005
# JEAN BAPTISTE NGENDAHAYO <[email protected]>, 2005
# Noëlla Mupole <[email protected]>, 2005
# Philibert Ndandali <[email protected]>, 2005
# Steve Murphy <[email protected]>, 2005
# Viateur MUGENZI <[email protected]>, 2005
msgid ""
msgstr ""
"Project-Id-Version: HexChat\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-15 19:25-0400\n"
"PO-Revision-Date: 2017-08-03 18:35+0000\n"
"Last-Translator: TingPing <[email protected]>\n"
"Language-Team: Kinyarwanda (http://www.transifex.com/hexchat/hexchat/"
"language/rw/)\n"
"Language: rw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/misc/hexchat.appdata.xml.in:4 data/misc/hexchat.appdata.xml.in:5
#: data/misc/hexchat.desktop.in.in:3
msgid "HexChat"
msgstr ""
#: data/misc/hexchat.appdata.xml.in:9 data/misc/hexchat.desktop.in.in:4
msgid "IRC Client"
msgstr ""
#: data/misc/hexchat.appdata.xml.in:11
msgid ""
"HexChat is an easy to use yet extensible IRC Client. It allows you to "
"securely join multiple networks and talk to users privately or in channels "
"using a customizable interface. You can even transfer files."
msgstr ""
#: data/misc/hexchat.appdata.xml.in:12
msgid ""
"HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
"logging, custom themes, and Python/Perl scripts."
msgstr ""
#: data/misc/hexchat.appdata.xml.in:22
msgid "Main Chat Window"
msgstr ""
#: data/misc/hexchat.desktop.in.in:5
msgid "Chat with other people online"
msgstr ""
#: data/misc/hexchat.desktop.in.in:6
msgid "IM;Chat;"
msgstr ""
#: data/misc/hexchat.desktop.in.in:8 data/misc/htm.desktop.in:5
msgid "hexchat"
msgstr ""
#: data/misc/hexchat.desktop.in.in:18
msgid "Open Safe Mode"
msgstr ""
#: data/misc/htm.desktop.in:3
msgid "HexChat Theme Manager"
msgstr ""
#. 0 means unlimited
#. STRINGS
#: src/common/cfgfiles.c:841
msgid "I'm busy"
msgstr ""
#: src/common/cfgfiles.c:878
msgid "Leaving"
msgstr ""
#: src/common/chanopt.c:79
msgid "OFF"
msgstr ""
#: src/common/chanopt.c:81
msgid "ON"
msgstr ""
#: src/common/chanopt.c:83
msgid "{unset}"
msgstr ""
#: src/common/chanopt.c:128 src/common/text.c:1314 src/fe-gtk/notifygui.c:125
#: src/fe-gtk/setup.c:1886
msgid "Network"
msgstr "urusobe"
#: src/common/chanopt.c:129 src/common/chanopt.c:131 src/fe-gtk/maingui.c:1539
#: src/fe-gtk/maingui.c:1659 src/fe-gtk/maingui.c:3353
msgid "<none>"
msgstr "<tacyo>"
#: src/common/chanopt.c:130 src/common/text.c:1014 src/common/text.c:1018
#: src/common/text.c:1487 src/fe-gtk/chanlist.c:777 src/fe-gtk/ignoregui.c:159
#: src/fe-gtk/servlistgui.c:1791
msgid "Channel"
msgstr ""
#: src/common/dcc.c:72
msgid "Waiting"
msgstr "Tegereza"
#. black
#: src/common/dcc.c:73
msgid "Active"
msgstr "Gikora"
#. cyan
#: src/common/dcc.c:74
msgid "Failed"
msgstr "Byanze"
#. red
#: src/common/dcc.c:75
msgid "Done"
msgstr "Byakozwe"
#. green
#: src/common/dcc.c:76 src/fe-gtk/menu.c:970
msgid "Connect"
msgstr "Kwihuza"
#. black
#: src/common/dcc.c:77
msgid "Aborted"
msgstr ""
#: src/common/dcc.c:1790 src/common/dcc.c:1801 src/common/dcc.c:1817
#: src/common/outbound.c:2601
#, c-format
msgid "Cannot access %s\n"
msgstr ""
#. ! if (osvi.dwMajorVersion >= 5)
#. fallback to error number
#: src/common/dcc.c:1791 src/common/dcc.c:1802 src/common/dcc.c:1818
#: src/common/text.c:1298 src/common/text.c:1341 src/common/text.c:1352
#: src/common/text.c:1359 src/common/text.c:1372 src/common/text.c:1389
#: src/common/text.c:1494 src/common/util.c:175
msgid "Error"
msgstr "Ikosa"
#: src/common/dcc.c:2487
#, c-format
msgid "%s is offering \"%s\". Do you want to accept?"
msgstr ""
#: src/common/dcc.c:2704
msgid "No active DCCs\n"
msgstr ""
#: src/common/hexchat.c:885
msgid "_Open Dialog Window"
msgstr ""
#: src/common/hexchat.c:886
msgid "_Send a File"
msgstr ""
#: src/common/hexchat.c:887
msgid "_User Info (WhoIs)"
msgstr ""
#: src/common/hexchat.c:888
msgid "_Add to Friends List"
msgstr ""
#: src/common/hexchat.c:889
msgid "_Ignore"
msgstr ""
#: src/common/hexchat.c:890
msgid "O_perator Actions"
msgstr ""
#: src/common/hexchat.c:892
msgid "Give Ops"
msgstr ""
#: src/common/hexchat.c:893
msgid "Take Ops"
msgstr ""
#: src/common/hexchat.c:894
msgid "Give Voice"
msgstr ""
#: src/common/hexchat.c:895
msgid "Take Voice"
msgstr ""
#: src/common/hexchat.c:897
msgid "Kick/Ban"
msgstr ""
#: src/common/hexchat.c:898 src/common/hexchat.c:935
msgid "Kick"
msgstr ""
#: src/common/hexchat.c:899 src/common/hexchat.c:900 src/common/hexchat.c:901
#: src/common/hexchat.c:902 src/common/hexchat.c:903 src/common/hexchat.c:934
#: src/fe-gtk/banlist.c:50
msgid "Ban"
msgstr ""
#: src/common/hexchat.c:904 src/common/hexchat.c:905 src/common/hexchat.c:906
#: src/common/hexchat.c:907
msgid "KickBan"
msgstr ""
#: src/common/hexchat.c:917
msgid "Leave Channel"
msgstr ""
#: src/common/hexchat.c:918
msgid "Join Channel..."
msgstr ""
#: src/common/hexchat.c:919 src/fe-gtk/menu.c:1411
msgid "Enter Channel to Join:"
msgstr ""
#: src/common/hexchat.c:920
msgid "Server Links"
msgstr ""
#: src/common/hexchat.c:921
msgid "Ping Server"
msgstr ""
#: src/common/hexchat.c:922
msgid "Hide Version"
msgstr ""
#: src/common/hexchat.c:932
msgid "Op"
msgstr ""
#: src/common/hexchat.c:933
msgid "DeOp"
msgstr ""
#: src/common/hexchat.c:936
msgid "bye"
msgstr ""
#: src/common/hexchat.c:937
#, c-format
msgid "Enter reason to kick %s:"
msgstr ""
#: src/common/hexchat.c:938
#, fuzzy
msgid "Send File"
msgstr "Kohereza"
#: src/common/hexchat.c:939
msgid "Dialog"
msgstr "Ikiganiro"
#: src/common/hexchat.c:948
msgid "WhoIs"
msgstr ""
#: src/common/hexchat.c:949
msgid "Send"
msgstr "Kohereza"
#: src/common/hexchat.c:950
msgid "Chat"
msgstr ""
#: src/common/hexchat.c:951 src/fe-gtk/banlist.c:847 src/fe-gtk/dccgui.c:889
#: src/fe-gtk/ignoregui.c:387 src/fe-gtk/urlgrab.c:214
msgid "Clear"
msgstr "Gusiba"
#: src/common/hexchat.c:952
msgid "Ping"
msgstr ""
#: src/common/hexchat.c:1125
#, c-format
msgid ""
"You do not have write access to %s. Nothing from this session can be saved."
msgstr ""
#: src/common/hexchat.c:1134
msgid ""
"* Running IRC as root is stupid! You should\n"
" create a User Account and use that to login.\n"
msgstr ""
#: src/common/ignore.c:127 src/common/ignore.c:131 src/common/ignore.c:135
#: src/common/ignore.c:139 src/common/ignore.c:143 src/common/ignore.c:147
#: src/common/ignore.c:151
msgid "YES "
msgstr ""
#: src/common/ignore.c:129 src/common/ignore.c:133 src/common/ignore.c:137
#: src/common/ignore.c:141 src/common/ignore.c:145 src/common/ignore.c:149
#: src/common/ignore.c:153
msgid "NO "
msgstr ""
#: src/common/ignore.c:378
#, c-format
msgid "You are being CTCP flooded from %s, ignoring %s\n"
msgstr ""
#: src/common/ignore.c:403
#, c-format
msgid "You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"
msgstr ""
#: src/common/inbound.c:1279
#, c-format
msgid "Resolved to %s"
msgstr ""
#: src/common/inbound.c:1281 src/common/inbound.c:1309
msgid "Not found"
msgstr ""
#: src/common/inbound.c:1298
msgid "Resolved to:"
msgstr ""
#: src/common/inbound.c:1328
#, c-format
msgid "Looking up %s..."
msgstr ""
#: src/common/notify.c:559
#, c-format
msgid " %-20s online\n"
msgstr ""
#: src/common/notify.c:561
#, c-format
msgid " %-20s offline\n"
msgstr ""
#: src/common/outbound.c:69
msgid "No channel joined. Try /join #<channel>\n"
msgstr ""
#: src/common/outbound.c:75
msgid "Not connected. Try /server <host> [<port>]\n"
msgstr ""
#: src/common/outbound.c:277
#, c-format
msgid "Server %s already exists on network %s.\n"
msgstr ""
#: src/common/outbound.c:283
#, c-format
msgid "Added server %s to network %s.\n"
msgstr ""
#: src/common/outbound.c:368
#, c-format
msgid "Already marked away: %s\n"
msgstr ""
#: src/common/outbound.c:405
msgid "Already marked back.\n"
msgstr ""
#: src/common/outbound.c:1839
msgid "I need /bin/sh to run!\n"
msgstr ""
#: src/common/outbound.c:2262
msgid "Commands Available:"
msgstr ""
#: src/common/outbound.c:2276
msgid "User defined commands:"
msgstr ""
#: src/common/outbound.c:2292
msgid "Plugin defined commands:"
msgstr ""
#: src/common/outbound.c:2303
msgid "Type /HELP <command> for more information, or /HELP -l"
msgstr ""
#: src/common/outbound.c:2387
#, c-format
msgid "Unknown arg '%s' ignored."
msgstr ""
#: src/common/outbound.c:3145 src/common/outbound.c:3175
msgid "Quiet is not supported by this server."
msgstr ""
#. error
#: src/common/outbound.c:3622 src/common/outbound.c:3647
msgid "No such plugin found.\n"
msgstr ""
#: src/common/outbound.c:3627 src/fe-gtk/plugingui.c:191
msgid "That plugin is refusing to unload.\n"
msgstr ""
#: src/common/outbound.c:3929
msgid "ADDBUTTON <name> <action>, adds a button under the user-list"
msgstr ""
#: src/common/outbound.c:3930
msgid ""
"ADDSERVER <NewNetwork> <newserver/6667>, adds a new network with a new "
"server to the network list"
msgstr ""
#: src/common/outbound.c:3932
msgid "ALLCHAN <cmd>, sends a command to all channels you're in"
msgstr ""
#: src/common/outbound.c:3934
msgid "ALLCHANL <cmd>, sends a command to all channels on the current server"
msgstr ""
#: src/common/outbound.c:3936
msgid "ALLSERV <cmd>, sends a command to all servers you're in"
msgstr ""
#: src/common/outbound.c:3937
msgid "AWAY [<reason>], sets you away (use /BACK to unset)"
msgstr ""
#: src/common/outbound.c:3938
msgid "BACK, sets you back (not away)"
msgstr ""
#: src/common/outbound.c:3940
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 ""
#: src/common/outbound.c:3941
msgid "CHANOPT [-quiet] <variable> [<value>]"
msgstr ""
#: src/common/outbound.c:3942
msgid ""
"CHARSET [<encoding>], get or set the encoding used for the current connection"
msgstr ""
#: src/common/outbound.c:3943
msgid ""
"CLEAR [ALL|HISTORY|[-]<amount>], Clears the current text window or command "
"history"
msgstr ""
#: src/common/outbound.c:3944
msgid ""
"CLOSE [-m], Closes the current tab, closing the window if this is the only "
"open tab, or with the \"-m\" flag, closes all queries."
msgstr ""
#: src/common/outbound.c:3947
msgid "COUNTRY [-s] <code|wildcard>, finds a country code, eg: au = australia"
msgstr ""
#: src/common/outbound.c:3949
msgid ""
"CTCP <nick> <message>, send the CTCP message to nick, common messages are "
"VERSION and USERINFO"
msgstr ""
#: src/common/outbound.c:3951
msgid ""
"CYCLE [<channel>], parts the current or given channel and immediately rejoins"
msgstr ""
#: src/common/outbound.c:3953
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 ""
#: src/common/outbound.c:3965
msgid ""
"DEHOP <nick>, removes chanhalf-op status from the nick on the current "
"channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:3967
msgid "DELBUTTON <name>, deletes a button from under the user-list"
msgstr ""
#: src/common/outbound.c:3969
msgid ""
"DEOP <nick>, removes chanop status from the nick on the current channel "
"(needs chanop)"
msgstr ""
#: src/common/outbound.c:3971
msgid ""
"DEVOICE <nick>, removes voice status from the nick on the current channel "
"(needs chanop)"
msgstr ""
#: src/common/outbound.c:3972
msgid "DISCON, Disconnects from server"
msgstr ""
#: src/common/outbound.c:3973
msgid "DNS <nick|host|ip>, Resolves an IP or hostname"
msgstr ""
#: src/common/outbound.c:3974
msgid "DOAT <channel,list,/network> <command>"
msgstr ""
#: src/common/outbound.c:3975
msgid "ECHO <text>, Prints text locally"
msgstr ""
#: src/common/outbound.c:3978
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 ""
#: src/common/outbound.c:3980
msgid "EXECCONT, sends the process SIGCONT"
msgstr ""
#: src/common/outbound.c:3983
msgid ""
"EXECKILL [-9], kills a running exec in the current session. If -9 is given "
"the process is SIGKILL'ed"
msgstr ""
#: src/common/outbound.c:3985
msgid "EXECSTOP, sends the process SIGSTOP"
msgstr ""
#: src/common/outbound.c:3986
msgid "EXECWRITE, sends data to the processes stdin"
msgstr ""
#: src/common/outbound.c:3990
msgid "EXPORTCONF, exports HexChat settings"
msgstr ""
#: src/common/outbound.c:3993
msgid "FLUSHQ, flushes the current server's send queue"
msgstr ""
#: src/common/outbound.c:3995
msgid "GATE <host> [<port>], proxies through a host, port defaults to 23"
msgstr ""
#: src/common/outbound.c:4000
msgid "GHOST <nick> [password], Kills a ghosted nickname"
msgstr ""
#: src/common/outbound.c:4005
msgid "HOP <nick>, gives chanhalf-op status to the nick (needs chanop)"
msgstr ""
#: src/common/outbound.c:4006
msgid "ID <password>, identifies yourself to nickserv"
msgstr ""
#: src/common/outbound.c:4008
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 ""
#: src/common/outbound.c:4015
msgid ""
"INVITE <nick> [<channel>], invites someone to a channel, by default the "
"current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4016
msgid "JOIN <channel>, joins the channel"
msgstr ""
#: src/common/outbound.c:4018
msgid ""
"KICK <nick> [reason], kicks the nick from the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4020
msgid ""
"KICKBAN <nick> [reason], bans then kicks the nick from the current channel "
"(needs chanop)"
msgstr ""
#: src/common/outbound.c:4023
msgid "LAGCHECK, forces a new lag check"
msgstr ""
#: src/common/outbound.c:4025
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:4031
msgid "LOAD [-e] <file>, loads a plugin or script"
msgstr ""
#: src/common/outbound.c:4034
msgid ""
"MDEHOP, Mass deop's all chanhalf-ops in the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4036
msgid "MDEOP, Mass deop's all chanops in the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4038
msgid ""
"ME <action>, sends the action to the current channel (actions are written in "
"the 3rd person, like /me jumps)"
msgstr ""
#: src/common/outbound.c:4042
msgid "MHOP, Mass hop's all users in the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4044
msgid ""
"MKICK, Mass kicks everyone except you in the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4047
msgid "MOP, Mass op's all users in the current channel (needs chanop)"
msgstr ""
#: src/common/outbound.c:4048
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:4051
msgid "NAMES [channel], Lists the nicks on the channel"
msgstr ""
#: src/common/outbound.c:4053
msgid "NCTCP <nick> <message>, Sends a CTCP notice"
msgstr ""
#: src/common/outbound.c:4054
msgid "NEWSERVER [-noconnect] <hostname> [<port>]"
msgstr ""
#: src/common/outbound.c:4055
msgid "NICK <nickname>, sets your nick"
msgstr ""
#: src/common/outbound.c:4058
msgid "NOTICE <nick/channel> <message>, sends a notice"
msgstr ""
#: src/common/outbound.c:4060
msgid ""
"NOTIFY [-n network1[,network2,...]] [<nick>], displays your notify list or "
"adds someone to it"
msgstr ""
#: src/common/outbound.c:4062
msgid "OP <nick>, gives chanop status to the nick (needs chanop)"
msgstr ""
#: src/common/outbound.c:4064
msgid ""
"PART [<channel>] [<reason>], leaves the channel, by default the current one"
msgstr ""
#: src/common/outbound.c:4066
msgid "PING <nick | channel>, CTCP pings nick or channel"
msgstr ""
#: src/common/outbound.c:4068
msgid ""
"QUERY [-nofocus] <nick> [message], opens up a new privmsg window to someone "
"and optionally sends a message"
msgstr ""
#: src/common/outbound.c:4070
msgid ""
"QUIET <mask> [<quiettype>], quiet everyone matching the mask in the current "
"channel if supported by the server."
msgstr ""
#: src/common/outbound.c:4072
msgid "QUIT [<reason>], disconnects from the current server"
msgstr ""
#: src/common/outbound.c:4074
msgid "QUOTE <text>, sends the text in raw form to the server"
msgstr ""
#: src/common/outbound.c:4077
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 ""
#: src/common/outbound.c:4080
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 ""
#: src/common/outbound.c:4082
msgid ""
"RECV <text>, send raw data to HexChat, as if it was received from the IRC "
"server"
msgstr ""
#: src/common/outbound.c:4083
msgid "RELOAD <name>, reloads a plugin or script"
msgstr ""
#: src/common/outbound.c:4085
msgid "SAY <text>, sends the text to the object in the current window"
msgstr ""
#: src/common/outbound.c:4086
msgid "SEND <nick> [<file>]"
msgstr ""
#: src/common/outbound.c:4089
msgid "SERVCHAN [-ssl] <host> <port> <channel>, connects and joins a channel"
msgstr ""
#: src/common/outbound.c:4092
msgid "SERVCHAN <host> <port> <channel>, connects and joins a channel"
msgstr ""
#: src/common/outbound.c:4096
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:4099
msgid ""
"SERVER <host> [<port>] [<password>], connects to a server, the default port "
"is 6667"
msgstr ""
#: src/common/outbound.c:4101
msgid "SET [-e] [-off|-on] [-quiet] <variable> [<value>]"
msgstr ""
#: src/common/outbound.c:4102
msgid "SETCURSOR [-|+]<position>, reposition the cursor in the inputbox"
msgstr ""
#: src/common/outbound.c:4103
msgid "SETTAB <new name>, change a tab's name, tab_trunc limit still applies"
msgstr ""
#: src/common/outbound.c:4104
msgid "SETTEXT <new text>, replace the text in the input box"
msgstr ""
#: src/common/outbound.c:4107
msgid ""
"TOPIC [<topic>], sets the topic if one is given, else shows the current topic"
msgstr ""
#: src/common/outbound.c:4109
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 ""
#: src/common/outbound.c:4116
msgid "UNBAN <mask> [<mask>...], unbans the specified masks."
msgstr ""
#: src/common/outbound.c:4117
msgid "UNIGNORE <mask> [QUIET]"
msgstr ""
#: src/common/outbound.c:4118
msgid "UNLOAD <name>, unloads a plugin or script"
msgstr ""
#: src/common/outbound.c:4120
msgid ""
"UNQUIET <mask> [<mask>...], unquiets the specified masks if supported by the "
"server."
msgstr ""
#: src/common/outbound.c:4121
msgid "URL <url>, opens a URL in your browser"
msgstr ""
#: src/common/outbound.c:4123
msgid ""
"USELECT [-a] [-s] <nick1> <nick2> etc, highlights nick(s) in channel userlist"
msgstr ""
#: src/common/outbound.c:4126
msgid "VOICE <nick>, gives voice status to someone (needs chanop)"
msgstr ""
#: src/common/outbound.c:4128
msgid "WALLCHAN <message>, writes the message to all channels"
msgstr ""
#: src/common/outbound.c:4130
msgid ""
"WALLCHOP <message>, sends the message to all chanops on the current channel"
msgstr ""
#: src/common/outbound.c:4163
#, c-format
msgid "User Command for: %s\n"
msgstr ""
#: src/common/outbound.c:4190
#, c-format
msgid "Usage: %s\n"
msgstr ""
#: src/common/outbound.c:4195
msgid ""
"\n"
"No help available on that command.\n"
msgstr ""
#: src/common/outbound.c:4201
msgid "No such command.\n"
msgstr ""
#: src/common/outbound.c:4534
msgid "Bad arguments for user command.\n"
msgstr ""
#: src/common/outbound.c:4740
msgid "Too many recursive usercommands, aborting."
msgstr ""
#: src/common/outbound.c:4829
#, c-format
msgid "Unknown Command %s. Try /help\n"
msgstr ""
#: src/common/plugin.c:401
msgid "No hexchat_plugin_init symbol; is this really a HexChat plugin?"
msgstr ""
#: src/common/plugin-identd.c:175
#, c-format
msgid "*\tServicing ident request from %s as %s"
msgstr ""
#: src/common/plugin-identd.c:238
#, c-format
msgid "*\tError starting identd server: %s"
msgstr ""
#: src/common/plugin-identd.c:262
msgid "IDENTD <port> <username>"
msgstr ""
#: src/common/plugin-timer.c:75
#, c-format
msgid "Timer %d deleted.\n"
msgstr ""
#: src/common/plugin-timer.c:81
msgid "No such ref number found.\n"
msgstr ""
#: src/common/plugin-timer.c:145
msgid "No timers installed.\n"
msgstr ""
#. 00000 00000000 0000000 abc
#: src/common/plugin-timer.c:150
msgid " Ref# Seconds Repeat Command \n"
msgstr ""
#: src/common/plugin-timer.c:155
#, c-format
msgid "%5d %8.1f %7d %s\n"
msgstr ""
#: src/common/server.c:511
msgid "Are you sure this is a SSL capable server and port?\n"
msgstr ""
#: src/common/server.c:870
#, c-format
msgid ""
"Cannot resolve hostname %s\n"
"Check your IP Settings!\n"
msgstr ""
#: src/common/server.c:875
msgid "Proxy traversal failed.\n"
msgstr ""
#: src/common/servlist.c:546
#, c-format
msgid "Cycling to next server in %s...\n"
msgstr ""
#: src/common/servlist.c:1184
#, c-format
msgid ""
"Warning: \"%s\" character set is unknown. No conversion will be applied for "
"network %s."
msgstr ""
#: src/common/textevents.h:7
msgid "%C18*%O$t%C18$1%O added to notify list."
msgstr ""
#: src/common/textevents.h:10
msgid "%C22*%O$t%C22$1%O: %C18$2%O on %C24$4%O by %C26$3%O"
msgstr ""
#: src/common/textevents.h:13
msgid "%C22*%O$tCannot join %C22$1 %O(%C20You are banned%O)."
msgstr ""
#: src/common/textevents.h:19
msgid "%C29*%O$tCapabilities acknowledged: %C29$2%O"
msgstr ""
#: src/common/textevents.h:22
msgid "%C29*%O$tCapabilities removed: %C29$2%O"
msgstr ""
#: src/common/textevents.h:25
msgid "%C23*%O$tCapabilities supported: %C29$2%O"
msgstr ""
#: src/common/textevents.h:28
msgid "%C23*%O$tCapabilities requested: %C29$1%O"
msgstr ""
#: src/common/textevents.h:31
msgid "%C24*%O$t%C28$1%O is now known as %C18$2%O"
msgstr ""
#: src/common/textevents.h:40
msgid "%C22*%O$t%C26$1%O sets ban on %C18$2%O"
msgstr ""
#: src/common/textevents.h:43
msgid "%C22*%O$tChannel %C22$1%O created on %C24$2%O"
msgstr ""