-
Notifications
You must be signed in to change notification settings - Fork 7
/
messages.pot
1111 lines (848 loc) · 23.3 KB
/
messages.pot
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.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-30 20:01+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: commands/basic.py:45
msgid ""
"<b>Impersonation:</b><br /><b><pre>{}</pre></b><br /><b><pre>{}</pre></"
"b><br />"
msgstr ""
#: commands/basic.py:51
msgid "<b>User commands:</b>"
msgstr ""
#: commands/basic.py:56
msgid "<i>For more information, please see: {}</i>"
msgstr ""
#: commands/basic.py:60
msgid "<b>Admin commands:</b>"
msgstr ""
#: commands/basic.py:85
msgid "command help not available"
msgstr ""
#: commands/basic.py:114
msgid "<i>{}, I've sent you some help ;)</i>"
msgstr ""
#: commands/basic.py:123
msgid "locale set to: {}"
msgstr ""
#: commands/basic.py:125
msgid "locale unchanged"
msgstr ""
#: commands/basic.py:127
msgid "language code required"
msgstr ""
#: commands/basic.py:177
msgid "<i>{}, search did not match a single group conversation</i>"
msgstr ""
#: commands/basic.py:218
msgid "<i>{}, you <b>opted-in</b> for bot private messages</i>"
msgstr ""
#: commands/basic.py:221
msgid "<i>{}, you <b>opted-out</b> from bot private messages</i>"
msgstr ""
#: commands/basic.py:223
msgid ""
"<i>{}, you are <b>opted-out</b> from the following conversations:\n"
"{}</i>"
msgstr ""
#: commands/basic.py:234
msgid "Bot Version: <b>{}</b>"
msgstr ""
#: commands/basic.py:265
msgid "{}: Unknown Command"
msgstr ""
#: commands/basic.py:275
msgid "{}: Can't do that."
msgstr ""
#: commands/convid.py:32
msgid ""
"<em>1 parameter required, {} supplied - enclose parameter in double-quotes</"
"em>"
msgstr ""
#: commands/convid.py:35
msgid "<em>supply 1 parameter</em>"
msgstr ""
#: commands/convid.py:40 plugins/default.py:203
msgid "<b>Total: {}</b>"
msgstr ""
#: commands/convid.py:55
msgid "<em>sending to ALL conversations not allowed</em>"
msgstr ""
#: commands/convid.py:64
msgid "<em>command echo blocked</em>"
msgstr ""
#: commands/convid.py:68
msgid "<em>missing text</em>"
msgstr ""
#: commands/convid.py:72
msgid "<em>required parameters: convfilter text</em>"
msgstr ""
#: commands/convid.py:76
msgid "<em>no conversations filtered</em>"
msgstr ""
#: commands/convid.py:97
msgid "<em>missing title</em>"
msgstr ""
#: commands/convid.py:102
msgid "<em>required parameters: convfilter title</em>"
msgstr ""
#: commands/convid.py:112
msgid "<em>should be 1 parameter, {} supplied</em>"
msgstr ""
#: commands/convid.py:115
msgid "<em>retrieving ALL conversations blocked</em>"
msgstr ""
#: commands/convid.py:132
msgid "<b>Users: {}</b>"
msgstr ""
#: commands/convid.py:149
msgid "<em>cannot leave ALL conversations</em>"
msgstr ""
#: commands/convid.py:156
msgid "<em>required parameters: convfilter</em>"
msgstr ""
#: commands/convid.py:162
msgid "I'll be back!"
msgstr ""
#: commands/tagging.py:32
msgid "tagged <b><pre>{}</pre></b> with <b><pre>{}</pre></b>"
msgstr ""
#: commands/tagging.py:34 commands/tagging.py:49
msgid "<b><pre>{}</pre></b> unchanged"
msgstr ""
#: commands/tagging.py:36 commands/tagging.py:51
msgid "<b>supply type, id, tag</b>"
msgstr ""
#: commands/tagging.py:47
msgid "removed <b><pre>{}</pre></b> from <b><pre>{}</pre></b>"
msgstr ""
#: commands/tagging.py:62
msgid "entries removed: <b><pre>{}</pre></b>"
msgstr ""
#: commands/tagging.py:64
msgid "<b>supply type, id</b>"
msgstr ""
#: commands/tagging.py:75
msgid "<b><pre>COMMAND: {}</pre></b> does not exist"
msgstr ""
#: commands/tagging.py:125
msgid "<b><pre>COMMAND: {}</pre></b> has no tags"
msgstr ""
#: commands/tagging.py:127
msgid "<b><pre>COMMAND: {}</pre></b>, match <b>ANY</b>:"
msgstr ""
#: commands/tagging.py:131
msgid "<b>supply command name</b>"
msgstr ""
#: commands/tagging.py:144
msgid "index: <b><pre>{}</pre></b>"
msgstr ""
#: commands/tagging.py:146
msgid "key: <pre>{}</pre>"
msgstr ""
#: commands/tagging.py:154
msgid "<b>no entries to list</b>"
msgstr ""
#: commands/tagging.py:191
msgid "<b>supply chat_id, optional conv_id</b>"
msgstr ""
#: commands/tagging.py:218
msgid "<b>supply conv_id, optional tag list</b>"
msgstr ""
#: commands/tagging.py:229
msgid "<em>no tags returned</em>"
msgstr ""
#: commands/tagging.py:233
msgid "<b>no users found</b>"
msgstr ""
#: handlers.py:182
msgid "{}: {}"
msgstr ""
#: handlers.py:191
msgid "{}: Missing parameter(s)"
msgstr ""
#: hangupsbot.py:116
msgid "{} already registered in shared"
msgstr ""
#: hangupsbot.py:400
msgid "memory: {} is 1on1 with {}"
msgstr ""
#: hangupsbot.py:457
#, python-brace-format
msgid ""
"<i>Hi there! I'll be using this channel to send private messages and alerts. "
"For help, type <b>{0} help</b>. To keep me quiet, reply with <b>{0} optout</"
"b>.</i>"
msgstr ""
#: hangupsbot.py:799
msgid "Unidentified User"
msgstr ""
#: hangupsbot.py:807
msgid ""
"<i>{}, you are currently opted-out. Private message me or enter <b>{} "
"optout</b> to get me to talk to you.</i>"
msgstr ""
#: hangupsbot.py:810
msgid ""
"<i>{}, before I can help you, you need to private message me and say hi.</i>"
msgstr ""
#: hangupsbot.py:963
msgid "log detailed debugging messages"
msgstr ""
#: hangupsbot.py:965
msgid "log file path"
msgstr ""
#: hangupsbot.py:967
msgid "cookie storage path"
msgstr ""
#: hangupsbot.py:969
msgid "memory storage path"
msgstr ""
#: hangupsbot.py:971
msgid "config storage path"
msgstr ""
#: hangupsbot.py:973
msgid "Maximum disconnect / reconnect retries before quitting"
msgstr ""
#: hangupsbot.py:975
msgid "show program's version number and exit"
msgstr ""
#: hangupsbot.py:987
msgid "Failed to create directory: {}"
msgstr ""
#: hangupsbot.py:995
msgid "Failed to copy default config file: {}"
msgstr ""
#: plugins/_DEPRECATED_simplytranslate.py:48
msgid "Translation server error: <i>{}</i>"
msgstr ""
#: plugins/_DEPRECATED_syncrooms_autotranslate.py:68
msgid "<i>syncroom \"{}\" language is {}</i>"
msgstr ""
#: plugins/_DEPRECATED_syncrooms_autotranslate.py:81
msgid "<i>syncroom \"{}\" language set to {}</i>"
msgstr ""
#: plugins/_example/example_memory.py:22
msgid "<b>{}</b>, remembered!"
msgstr ""
#: plugins/_example/example_memory.py:27
msgid "<b>{}</b>, remembered something else!"
msgstr ""
#: plugins/_example/example_memory.py:38
msgid "<b>{}</b>, nothing remembered!"
msgstr ""
#: plugins/_example/example_memory.py:43
msgid "<b>{}</b> asked me to remember <i>\"{}\"</i>"
msgstr ""
#: plugins/_example/example_memory.py:54
msgid "<b>{}</b>, nothing to forget!"
msgstr ""
#: plugins/_example/example_memory.py:60
msgid "<b>{}</b>, forgotten!"
msgstr ""
#: plugins/_example/example_memory.py:76
msgid "<b>{}</b>, remembered for this conversation"
msgstr ""
#: plugins/_example/example_memory.py:81
msgid "<b>{}</b>, remembered something else for this conversation!"
msgstr ""
#: plugins/_example/example_memory.py:92
msgid "<b>{}</b>, nothing remembered for this conversation!"
msgstr ""
#: plugins/_example/example_memory.py:97
msgid "<b>{}</b> asked me to remember <i>\"{}\" for this conversation</i>"
msgstr ""
#: plugins/_example/example_memory.py:108
msgid "<b>{}</b>, nothing to forget for this conversation!"
msgstr ""
#: plugins/_example/example_memory.py:114
msgid "<b>{}</b>, forgotten for this conversation!"
msgstr ""
#: plugins/autoreply.py:110
msgid "Unidentified Conversation"
msgstr ""
#: plugins/botaliases.py:50
msgid "<i>bot alias: {}</i>"
msgstr ""
#: plugins/botaliases.py:79
msgid "<i>not authorised to change bot alias</i>"
msgstr ""
#: plugins/chance.py:50
msgid "<i>{} rolled "
msgstr ""
#: plugins/chance.py:57
msgid "<b>{}</b>"
msgstr ""
#: plugins/chance.py:59
msgid " totalling <b>{}</b></i>"
msgstr ""
#: plugins/chance.py:66
msgid "<i>{}, coin turned up <b>heads</b></i>"
msgstr ""
#: plugins/chance.py:68
msgid "<i>{}, coin turned up <b>tails</b></i>"
msgstr ""
#: plugins/convtools.py:77
msgid "supply the id of the conversation to join"
msgstr ""
#: plugins/convtools.py:155
msgid "conversation {} not found"
msgstr ""
#: plugins/convtools.py:158
msgid "conversation {} is not a GROUP"
msgstr ""
#: plugins/convtools.py:161
msgid "[DEFUNCT] {}"
msgstr ""
#: plugins/convtools.py:178
msgid ""
"<b>refresh:</b> {}<br /><b>rename old: {}</b><br /><b>removed {}:</b> {}<br /"
"><b>added {}:</b> {}"
msgstr ""
#: plugins/convtools.py:182
msgid "<em>unchanged</em>"
msgstr ""
#: plugins/convtools.py:184 plugins/convtools.py:186 plugins/convtools.py:211
msgid "<em>none</em>"
msgstr ""
#: plugins/convtools.py:191
msgid "<i>refreshing group...</i><br />"
msgstr ""
#: plugins/convtools.py:194
msgid "<i>all users added</i><br />"
msgstr ""
#: plugins/convtools.py:202
msgid "<i>group has been obsoleted</i>"
msgstr ""
#: plugins/convtools.py:205
msgid ""
"refreshed: <b><pre>{}</pre></b> (original id: <pre>{}</pre>).<br />new "
"conversation id: <b><pre>{}</pre></b>.<br />removed {}: {}"
msgstr ""
#: plugins/convtools.py:214
msgid "<b>nobody to add in the new conversation</b>"
msgstr ""
#: plugins/convtools.py:240
msgid "supply optional conversation id and valid user ids to kick"
msgstr ""
#: plugins/convtools.py:243
msgid "supply at least one valid user id to kick"
msgstr ""
#: plugins/convtools_invitations.py:121
msgid "<i>group created</i>"
msgstr ""
#: plugins/convtools_invitations.py:123
msgid "GROUP: {}"
msgstr ""
#: plugins/convtools_invitations.py:177
msgid "<em>insufficient parameters for invite</em>"
msgstr ""
#: plugins/convtools_invitations.py:196
msgid "<b>Test Invitation Purge</b>"
msgstr ""
#: plugins/convtools_invitations.py:198
msgid "<b>Invitation Purge</b>"
msgstr ""
#: plugins/convtools_invitations.py:201
msgid "<b>Invitation List</b>"
msgstr ""
#: plugins/convtools_invitations.py:230
msgid "<em>no invites found</em>"
msgstr ""
#: plugins/convtools_invitations.py:298
msgid "<em>invite: specify \"from\" or explicit list of \"users\"</em>"
msgstr ""
#: plugins/convtools_invitations.py:307
msgid "<em>invite: could not identify target conversation"
msgstr ""
#: plugins/convtools_invitations.py:373
msgid "<em>invite: nobody invited</em>"
msgstr ""
#: plugins/convtools_invitations.py:399
msgid "<em>invite: {} invitations created</em>"
msgstr ""
#: plugins/convtools_invitations.py:418
msgid "<b>Invites for {}:</b>"
msgstr ""
#: plugins/convtools_invitations.py:423
msgid ""
"<em>To claim an invite, use the rsvp command followed by the invite code</em>"
msgstr ""
#: plugins/convtools_invitations.py:426
msgid "<em>no invites to display</em>"
msgstr ""
#: plugins/default.py:35
msgid "<b>only admins can echo other conversations</b>"
msgstr ""
#: plugins/default.py:64
msgid "broadcast: no message set"
msgstr ""
#: plugins/default.py:68
msgid "broadcast: no conversations available"
msgstr ""
#: plugins/default.py:72
msgid "<b>message:</b><br />{}<br /><b>to:</b><br />{}"
msgstr ""
#: plugins/default.py:83
msgid "broadcast: message not allowed"
msgstr ""
#: plugins/default.py:88
msgid "broadcast: message must be supplied after subcommand"
msgstr ""
#: plugins/default.py:111
msgid "broadcast: {} conversation(s)"
msgstr ""
#: plugins/default.py:128
msgid "broadcast: removed {}"
msgstr ""
#: plugins/default.py:135
msgid "broadcast: message sent to {} chats"
msgstr ""
#: plugins/default.py:138
msgid "broadcast: /bot broadcast [info|message|add|remove|NOW] ..."
msgstr ""
#: plugins/default.py:141
msgid "broadcast: /bot broadcast [info|message|add|remove|NOW]"
msgstr ""
#: plugins/default.py:155
msgid "supply search term"
msgstr ""
#: plugins/default.py:160
msgid "results for user named \"{}\":"
msgstr ""
#: plugins/default.py:205
msgid "<b>List of hangouts with keyword:</b> \"<pre>{}</pre>\""
msgstr ""
#: plugins/default.py:306
msgid "<em>note: testing single parameter as json</em>"
msgstr ""
#: plugins/default.py:333
msgid "append failed on non-list"
msgstr ""
#: plugins/default.py:347
msgid "remove failed on non-list"
msgstr ""
#: plugins/default.py:357
msgid "Parameter does not exist!"
msgstr ""
#: plugins/default.py:382
msgid "<b><pre>{}</pre></b>, chat_id = <i>{}</i>"
msgstr ""
#: plugins/default.py:390
msgid "You are at <b><pre>{}</pre></b>, conv_id = <i><pre>{}</pre></i>"
msgstr ""
#: plugins/forecast.py:32
msgid "No location was specified, please specify a location."
msgstr ""
#: plugins/forecast.py:37
msgid "Unable to find the specified location."
msgstr ""
#: plugins/forecast.py:45
msgid "This hangouts default location has been set to {}."
msgstr ""
#: plugins/humor_hangoutcalls.py:32
msgid ""
"<b>It's been {} since the last call. Lonely? I can't reply you as I don't "
"have speech synthesis (or speech recognition either!)</b>"
msgstr ""
#: plugins/humor_hangoutcalls.py:37
msgid "<b>It's been {} since the last call. The last caller was <i>{}</i>.</b>"
msgstr ""
#: plugins/humor_hangoutcalls.py:42
msgid "<b>No prizes for that call</b>"
msgstr ""
#: plugins/lookup.py:20
msgid "Spreadsheet function disabled"
msgstr ""
#: plugins/lookup.py:24
msgid "Spreadsheet URL not set"
msgstr ""
#: plugins/lookup.py:37
msgid "Results for keyword <b>{}</b>:<br />"
msgstr ""
#: plugins/lookup.py:71
msgid "<br />Row {}: "
msgstr ""
#: plugins/lookup.py:82
#, python-brace-format
msgid "<br />{0} rows found. Only returning first {1}."
msgstr ""
#: plugins/lookup.py:84
#, python-brace-format
msgid "<br />Hint: Use <b>/bot lookup <{0} {1}</b> to view {0} rows"
msgstr ""
#: plugins/lookup.py:87
msgid "No match found"
msgstr ""
#: plugins/lottery.py:98
msgid "prepare: min and max are the same ({})"
msgstr ""
#: plugins/lottery.py:116
msgid "prepare: unrecognised match (!csv, !range, !numberToken): {}"
msgstr ""
#: plugins/lottery.py:122
msgid ""
"Wow! Too many items to draw in <b>{}</b> lottery. Try {} items or less..."
msgstr ""
#: plugins/lottery.py:127
msgid ""
"The <b>{}</b> lottery is ready: {} items loaded and shuffled into the box."
msgstr ""
#: plugins/lottery.py:129
msgid "prepare: {} was initialised empty"
msgstr ""
#: plugins/lottery.py:177
msgid "<b>{}</b>, you have already drawn <b>{}</b> from the <b>{}</b> box"
msgstr ""
#: plugins/lottery.py:186
msgid "<b>{}</b> draws <b>{}</b> from the <b>{}</b> box. "
msgstr ""
#: plugins/lottery.py:188
msgid "...AAAAAND its all gone! The <b>{}</b> lottery is over folks."
msgstr ""
#: plugins/lottery.py:194
msgid "<b>{}</b>, the <b>{}</b> lottery is over. "
msgstr ""
#: plugins/lottery.py:197
msgid "You drew a {} previously."
msgstr ""
#: plugins/mentions.py:117
msgid ""
"<b>{}</b>, you cannot @mention anyone until your DND status is toggled off."
msgstr ""
#: plugins/mentions.py:127
msgid "<b>{}</b> cannot @mention anyone until they say something to me first."
msgstr ""
#: plugins/mentions.py:168
msgid "You are not allowed to mention all users in <b>{}</b>"
msgstr ""
#: plugins/mentions.py:173
msgid "<b>{}</b> blocked from mentioning all users"
msgstr ""
#: plugins/mentions.py:272
msgid ""
"{} users would be mentioned with \"@{}\"! Be more specific. List of matching "
"users:<br />"
msgstr ""
#: plugins/mentions.py:307
msgid "{} mentioned you in {}"
msgstr ""
#: plugins/mentions.py:332
msgid "<b>{}</b> @mentioned ALL in <i>{}</i>:<br />{}"
msgstr ""
#: plugins/mentions.py:334
msgid "<b>{}</b> @mentioned you in <i>{}</i>:<br />{}"
msgstr ""
#: plugins/mentions.py:350
msgid ""
"@mention didn't work for <b>{}</b>. User must say something to me first."
msgstr ""
#: plugins/mentions.py:355
msgid "<b>@mentions:</b><br />"
msgstr ""
#: plugins/mentions.py:357
msgid "1-to-1 fail: <i>{}</i><br />"
msgstr ""
#: plugins/mentions.py:359
msgid "PushBullet fail: <i>{}</i><br />"
msgstr ""
#: plugins/mentions.py:361
msgid "Ignored (DND): <i>{}</i><br />"
msgstr ""
#: plugins/mentions.py:363
msgid "Alerted: <i>{}</i><br />"
msgstr ""
#: plugins/mentions.py:365
msgid "Nobody was successfully @mentioned ;-(<br />"
msgstr ""
#: plugins/mentions.py:368
msgid "Users failing 1-to-1 need to say something to me privately first.<br />"
msgstr ""
#: plugins/mentions.py:384
msgid "deactivating pushbullet integration"
msgstr ""
#: plugins/mentions.py:388
msgid "setting pushbullet api key"
msgstr ""
#: plugins/mentions.py:396
msgid "pushbullet configuration not changed"
msgstr ""
#: plugins/mentions.py:412
msgid "<em>\"be more specific\" for mentions toggled ON</em>"
msgstr ""
#: plugins/mentions.py:416
msgid "<em>\"be more specific\" for mentions toggled OFF</em>"
msgstr ""
#: plugins/mentions.py:435
msgid ""
"Error: Minimum length of nickname is {} characters. Only alphabetical and "
"numeric characters allowed."
msgstr ""
#: plugins/mentions.py:473
msgid "<i>Your nickname is already <b>`{}`</b></i>"
msgstr ""
#: plugins/mentions.py:478
msgid "<i>Nickname <b>`{}`</b> is already in use by another user"
msgstr ""
#: plugins/mentions.py:497
msgid "Removing nickname"
msgstr ""
#: plugins/mentions.py:501
msgid "Setting nickname to '{}'"
msgstr ""
#: plugins/monitoradds.py:52
#, python-brace-format
msgid ""
"<b>!!! WARNING !!!</b><br /><br /><b>{0}</b> invited <b>{1}</b> without "
"authorization.<br /><br /><b>{1}</b>: Please leave this hangout and ask a "
"moderator to add you. Thank you for your understanding."
msgstr ""
#: plugins/monitoradds.py:69 plugins/monitoradds.py:74
msgid "<i>Moderators updated: {} added</i>"
msgstr ""
#: plugins/monitoradds.py:90
msgid "<i>Moderators updated: {} removed</i>"
msgstr ""
#: plugins/namelock.py:71
msgid "Removing topic"
msgstr ""
#: plugins/namelock.py:75
msgid "Setting topic to '{}'"
msgstr ""
#: plugins/remind.py:15
msgid "Usage: /bot remindme <b>delay (minutes)</b> <i>Message</i>"
msgstr ""
#: plugins/remind.py:20
msgid "Private reminder for <b>{}</b> in {}m"
msgstr ""
#: plugins/remind.py:23 plugins/remind.py:43
msgid "<b>Reminder:</b> "
msgstr ""
#: plugins/remind.py:25 plugins/remind.py:45
msgid "Error creating reminder, invalid delay"
msgstr ""
#: plugins/remind.py:36
msgid "Usage: /bot remindall <b>delay (minutes)</b> <i>Message</i>"
msgstr ""
#: plugins/remind.py:41
msgid "Public reminder in {}m"
msgstr ""
#: plugins/restrictedadd.py:72
msgid ""
"<i>{}, you need to be authorised to add me to another conversation. I'm "
"leaving now...</i>"
msgstr ""
#: plugins/restrictedadd.py:117
msgid "<i>There is no botkeeper in here. I have to go...</i>"
msgstr ""
#: plugins/restrictedadd.py:141
msgid "user id {} added as botkeeper"
msgstr ""
#: plugins/restrictedadd.py:163
msgid "user id {} removed as botkeeper"
msgstr ""
#: plugins/restrictedadd.py:172
msgid "user id {} is not authorised"
msgstr ""
#: plugins/showme/__init__.py:59
msgid "I'm sorry, I couldn't upload a {} image"
msgstr ""
#: plugins/showme/__init__.py:67
msgid "Show you what?"
msgstr ""
#: plugins/showme/__init__.py:77
msgid "I don't know a \"{}\", try sources"
msgstr ""
#: plugins/simplewikipedia.py:20
msgid "<i>source: <a href=\"{}\">{}</a></i>"
msgstr ""
#: plugins/simplewikipedia.py:24
msgid "<i>no entry found for {}</i>"
msgstr ""
#: plugins/spotify.py:85
msgid "<em>Unable to get the song title :(</em>"
msgstr ""
#: plugins/spotify.py:111
msgid "<em>Spotify is <b>{}</b>.</em>"
msgstr ""
#: plugins/spotify.py:118
msgid "<em>Spotify {} on. Now it's <b>{}</b>.</em>"
msgstr ""
#: plugins/spotify.py:126
msgid "<em>Did you mean <b>/bot help spotify</b>?</em>"
msgstr ""
#: plugins/spotify.py:129
msgid "<em>Spotify playlist: {}</em>"
msgstr ""
#: plugins/spotify.py:132
msgid "<em>You must specify a Spotify track.</em>"
msgstr ""
#: plugins/spotify.py:162
msgid "<em>No tracks found for '{}'.</em>"
msgstr ""
#: plugins/spotify.py:258
msgid "<em>Added <b>{} by {}</b></em>"
msgstr ""
#: plugins/spotify.py:261
msgid "<em><b>Unable to add track:</b> {}</em>"
msgstr ""
#: plugins/spotify.py:272
msgid "<em>Removed track <b>{} by {}</b>.</em>"
msgstr ""
#: plugins/spotify.py:275
msgid "<em><b>Unable to remove track:</b> {}</em>"
msgstr ""
#: plugins/starter.py:18
msgid "<i>Starter: Configuring first admin: {}</i>"
msgstr ""
#: plugins/starter.py:23
msgid "<i>No! I am Spartacus!</i>"
msgstr ""
#: plugins/starter.py:31
msgid "<i>config: {}<br />memory: {}</i>"
msgstr ""
#: plugins/starter.py:53
msgid ""
"<i>verification completed - this is your one-to-one chat with the bot</i>"
msgstr ""
#: plugins/starter.py:58
msgid "<i>verified - user has a one-to-one conversation with me</i>"
msgstr ""
#: plugins/starter.py:73
msgid ""
"<i>User must say \"hi\" to me first via a 1-on-1 hangout with <b>{}</b>."
msgstr ""
#: plugins/starter.py:74
msgid "Then let me know by sending <b>/bot verifyme</b> in this chat.</i>"
msgstr ""
#: plugins/subscribe.py:126
msgid "<b>{}</b> mentioned '{}' in <i>{}</i>:<br />{}"
msgstr ""
#: plugins/subscribe.py:149
msgid ""
"Note: I am unable to ping you until you start a 1 on 1 conversation with me!"
msgstr ""
#: plugins/subscribe.py:153
msgid "Usage: /bot subscribe [keyword]"
msgstr ""
#: plugins/subscribe.py:157 plugins/subscribe.py:190
msgid "Subscribed to: {}"
msgstr ""
#: plugins/subscribe.py:164
msgid "Already subscribed to '{}'!"
msgstr ""
#: plugins/subscribe.py:173 plugins/subscribe.py:181
msgid ""
"Note: You will not be able to trigger your own subscriptions. To test, "
"please ask somebody else to test this for you."
msgstr ""
#: plugins/subscribe.py:202
msgid "Unsubscribing all keywords"
msgstr ""
#: plugins/subscribe.py:206
msgid "Unsubscribing from keyword '{}'"
msgstr ""
#: plugins/subscribe.py:210
msgid "Error: keyword not found"
msgstr ""
#: plugins/syncrooms.py:277
msgid "<b>Sync Rooms: {}</b>"
msgstr ""