aboutsummaryrefslogtreecommitdiff
path: root/src/msgs/ejabberd.pot
blob: fbef5b03ec54ae1fbfd5669a928688aadc0ca9f6 (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
msgid ""
msgstr ""
"Project-Id-Version: 2.1.0-alpha\n"
"X-Language: Language Name\n"
"Last-Translator: Translator name and contact method\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ejabberd_c2s.erl:358 ejabberd_c2s.erl:662
msgid "Use of STARTTLS required"
msgstr ""

#: ejabberd_c2s.erl:442
msgid "No resource provided"
msgstr ""

#: ejabberd_c2s.erl:1067
msgid "Replaced by new connection"
msgstr ""

#: ejabberd_captcha.erl:74 ejabberd_captcha.erl:106
msgid "Enter the text you see"
msgstr ""

#: ejabberd_captcha.erl:78
msgid "Your messages to ~s are being blocked. To unblock them, visit ~s"
msgstr ""

#: ejabberd_captcha.erl:212
msgid "The captcha is valid."
msgstr ""

#: mod_adhoc.erl:95 mod_adhoc.erl:125 mod_adhoc.erl:143 mod_adhoc.erl:161
msgid "Commands"
msgstr ""

#: mod_adhoc.erl:149 mod_adhoc.erl:243
msgid "Ping"
msgstr ""

#: mod_adhoc.erl:260
msgid "Pong"
msgstr ""

#: mod_announce.erl:505
msgid "Really delete message of the day?"
msgstr ""

#: mod_announce.erl:513 mod_configure.erl:1051 mod_configure.erl:1096
msgid "Subject"
msgstr ""

#: mod_announce.erl:518 mod_configure.erl:1056 mod_configure.erl:1101
msgid "Message body"
msgstr ""

#: mod_announce.erl:598
msgid "No body provided for announce message"
msgstr ""

#: mod_announce.erl:633
msgid "Announcements"
msgstr ""

#: mod_announce.erl:635
msgid "Send announcement to all users"
msgstr ""

#: mod_announce.erl:637
msgid "Send announcement to all users on all hosts"
msgstr ""

#: mod_announce.erl:639
msgid "Send announcement to all online users"
msgstr ""

#: mod_announce.erl:641 mod_configure.erl:1046 mod_configure.erl:1091
msgid "Send announcement to all online users on all hosts"
msgstr ""

#: mod_announce.erl:643
msgid "Set message of the day and send to online users"
msgstr ""

#: mod_announce.erl:645
msgid "Set message of the day on all hosts and send to online users"
msgstr ""

#: mod_announce.erl:647
msgid "Update message of the day (don't send)"
msgstr ""

#: mod_announce.erl:649
msgid "Update message of the day on all hosts (don't send)"
msgstr ""

#: mod_announce.erl:651
msgid "Delete message of the day"
msgstr ""

#: mod_announce.erl:653
msgid "Delete message of the day on all hosts"
msgstr ""

#: mod_configure.erl:114 mod_configure.erl:258 mod_configure.erl:280
#: mod_configure.erl:466
msgid "Configuration"
msgstr ""

#: mod_configure.erl:125 mod_configure.erl:544 web/ejabberd_web_admin.erl:1721
msgid "Database"
msgstr ""

#: mod_configure.erl:127 mod_configure.erl:563
msgid "Start Modules"
msgstr ""

#: mod_configure.erl:129 mod_configure.erl:564
msgid "Stop Modules"
msgstr ""

#: mod_configure.erl:131 mod_configure.erl:572 web/ejabberd_web_admin.erl:1722
msgid "Backup"
msgstr ""

#: mod_configure.erl:133 mod_configure.erl:573
msgid "Restore"
msgstr ""

#: mod_configure.erl:135 mod_configure.erl:574
msgid "Dump to Text File"
msgstr ""

#: mod_configure.erl:137 mod_configure.erl:583
msgid "Import File"
msgstr ""

#: mod_configure.erl:139 mod_configure.erl:584
msgid "Import Directory"
msgstr ""

#: mod_configure.erl:141 mod_configure.erl:549 mod_configure.erl:1025
msgid "Restart Service"
msgstr ""

#: mod_configure.erl:143 mod_configure.erl:550 mod_configure.erl:1070
msgid "Shut Down Service"
msgstr ""

#: mod_configure.erl:145 mod_configure.erl:486 mod_configure.erl:1165
#: web/ejabberd_web_admin.erl:1371
msgid "Add User"
msgstr ""

#: mod_configure.erl:147 mod_configure.erl:487 mod_configure.erl:1187
msgid "Delete User"
msgstr ""

#: mod_configure.erl:149 mod_configure.erl:488 mod_configure.erl:1199
msgid "End User Session"
msgstr ""

#: mod_configure.erl:151 mod_configure.erl:489 mod_configure.erl:1211
#: mod_configure.erl:1223
msgid "Get User Password"
msgstr ""

#: mod_configure.erl:153 mod_configure.erl:490
msgid "Change User Password"
msgstr ""

#: mod_configure.erl:155 mod_configure.erl:491 mod_configure.erl:1240
msgid "Get User Last Login Time"
msgstr ""

#: mod_configure.erl:157 mod_configure.erl:492 mod_configure.erl:1252
msgid "Get User Statistics"
msgstr ""

#: mod_configure.erl:159 mod_configure.erl:493
msgid "Get Number of Registered Users"
msgstr ""

#: mod_configure.erl:161 mod_configure.erl:494
msgid "Get Number of Online Users"
msgstr ""

#: mod_configure.erl:163 mod_configure.erl:477 web/ejabberd_web_admin.erl:631
#: web/ejabberd_web_admin.erl:649 web/ejabberd_web_admin.erl:706
#: web/ejabberd_web_admin.erl:746
msgid "Access Control Lists"
msgstr ""

#: mod_configure.erl:165 mod_configure.erl:478 web/ejabberd_web_admin.erl:633
#: web/ejabberd_web_admin.erl:651 web/ejabberd_web_admin.erl:813
#: web/ejabberd_web_admin.erl:848
msgid "Access Rules"
msgstr ""

#: mod_configure.erl:281 mod_configure.erl:467
msgid "User Management"
msgstr ""

#: mod_configure.erl:468 web/ejabberd_web_admin.erl:654
#: web/ejabberd_web_admin.erl:925 web/ejabberd_web_admin.erl:1308
msgid "Online Users"
msgstr ""

#: mod_configure.erl:469
msgid "All Users"
msgstr ""

#: mod_configure.erl:470
msgid "Outgoing s2s Connections"
msgstr ""

#: mod_configure.erl:471 web/ejabberd_web_admin.erl:1692
msgid "Running Nodes"
msgstr ""

#: mod_configure.erl:472 web/ejabberd_web_admin.erl:1694
msgid "Stopped Nodes"
msgstr ""

#: mod_configure.erl:545 mod_configure.erl:555 web/ejabberd_web_admin.erl:1738
msgid "Modules"
msgstr ""

#: mod_configure.erl:546
msgid "Backup Management"
msgstr ""

#: mod_configure.erl:547
msgid "Import Users From jabberd14 Spool Files"
msgstr ""

#: mod_configure.erl:667
msgid "To ~s"
msgstr ""

#: mod_configure.erl:685
msgid "From ~s"
msgstr ""

#: mod_configure.erl:881
msgid "Database Tables Configuration at "
msgstr ""

#: mod_configure.erl:886
msgid "Choose storage type of tables"
msgstr ""

#: mod_configure.erl:894 mod_configure.erl:896
msgid "Disc only copy"
msgstr ""

#: mod_configure.erl:894 mod_configure.erl:896
msgid "RAM and disc copy"
msgstr ""

#: mod_configure.erl:894 mod_configure.erl:896
msgid "RAM copy"
msgstr ""

#: mod_configure.erl:894 mod_configure.erl:896
msgid "Remote copy"
msgstr ""

#: mod_configure.erl:918
msgid "Stop Modules at "
msgstr ""

#: mod_configure.erl:922
msgid "Choose modules to stop"
msgstr ""

#: mod_configure.erl:937
msgid "Start Modules at "
msgstr ""

#: mod_configure.erl:941
msgid "Enter list of {Module, [Options]}"
msgstr ""

#: mod_configure.erl:942
msgid "List of modules to start"
msgstr ""

#: mod_configure.erl:951
msgid "Backup to File at "
msgstr ""

#: mod_configure.erl:955 mod_configure.erl:969
msgid "Enter path to backup file"
msgstr ""

#: mod_configure.erl:956 mod_configure.erl:970 mod_configure.erl:984
#: mod_configure.erl:998
msgid "Path to File"
msgstr ""

#: mod_configure.erl:965
msgid "Restore Backup from File at "
msgstr ""

#: mod_configure.erl:979
msgid "Dump Backup to Text File at "
msgstr ""

#: mod_configure.erl:983
msgid "Enter path to text file"
msgstr ""

#: mod_configure.erl:993
msgid "Import User from File at "
msgstr ""

#: mod_configure.erl:997
msgid "Enter path to jabberd14 spool file"
msgstr ""

#: mod_configure.erl:1007
msgid "Import Users from Dir at "
msgstr ""

#: mod_configure.erl:1011
msgid "Enter path to jabberd14 spool dir"
msgstr ""

#: mod_configure.erl:1012
msgid "Path to Dir"
msgstr ""

#: mod_configure.erl:1028 mod_configure.erl:1073
msgid "Time delay"
msgstr ""

#: mod_configure.erl:1111
msgid "Access Control List Configuration"
msgstr ""

#: mod_configure.erl:1115
msgid "Access control lists"
msgstr ""

#: mod_configure.erl:1139
msgid "Access Configuration"
msgstr ""

#: mod_configure.erl:1143
msgid "Access rules"
msgstr ""

#: mod_configure.erl:1168 mod_configure.erl:1190 mod_configure.erl:1202
#: mod_configure.erl:1214 mod_configure.erl:1226 mod_configure.erl:1243
#: mod_configure.erl:1255 mod_configure.erl:1620 mod_configure.erl:1670
#: mod_configure.erl:1691 mod_roster.erl:822 mod_roster_odbc.erl:922
#: mod_vcard.erl:462 mod_vcard_ldap.erl:546 mod_vcard_odbc.erl:437
msgid "Jabber ID"
msgstr ""

#: mod_configure.erl:1173 mod_configure.erl:1231 mod_configure.erl:1621
#: mod_configure.erl:1833 mod_muc/mod_muc_room.erl:2801
#: web/ejabberd_web_admin.erl:1364
msgid "Password"
msgstr ""

#: mod_configure.erl:1178
msgid "Password Verification"
msgstr ""

#: mod_configure.erl:1269
msgid "Number of registered users"
msgstr ""

#: mod_configure.erl:1283
msgid "Number of online users"
msgstr ""

#: mod_configure.erl:1652 web/ejabberd_web_admin.erl:1430
msgid "Never"
msgstr ""

#: mod_configure.erl:1666 web/ejabberd_web_admin.erl:1444
msgid "Online"
msgstr ""

#: mod_configure.erl:1671
msgid "Last login"
msgstr ""

#: mod_configure.erl:1692
msgid "Roster size"
msgstr ""

#: mod_configure.erl:1693
msgid "IP addresses"
msgstr ""

#: mod_configure.erl:1694
msgid "Resources"
msgstr ""

#: mod_configure.erl:1820
msgid "Administration of "
msgstr ""

#: mod_configure.erl:1823
msgid "Action on user"
msgstr ""

#: mod_configure.erl:1827
msgid "Edit Properties"
msgstr ""

#: mod_configure.erl:1830 web/ejabberd_web_admin.erl:1556
msgid "Remove User"
msgstr ""

#: mod_irc/mod_irc.erl:198 mod_muc/mod_muc.erl:335
msgid "Access denied by service policy"
msgstr ""

#: mod_irc/mod_irc.erl:311
msgid "IRC Transport"
msgstr ""

#: mod_irc/mod_irc.erl:323
msgid "ejabberd IRC module"
msgstr ""

#: mod_irc/mod_irc.erl:441
msgid "You need an x:data capable client to configure mod_irc settings"
msgstr ""

#: mod_irc/mod_irc.erl:448
msgid "Registration in mod_irc for "
msgstr ""

#: mod_irc/mod_irc.erl:453
msgid ""
"Enter username and encodings you wish to use for connecting to IRC servers"
msgstr ""

#: mod_irc/mod_irc.erl:458
msgid "IRC Username"
msgstr ""

#: mod_irc/mod_irc.erl:468
msgid ""
"If you want to specify different encodings for IRC servers, fill this list "
"with values in format '{\"irc server\", \"encoding\"}'.  By default this "
"service use \"~s\" encoding."
msgstr ""

#: mod_irc/mod_irc.erl:478
msgid ""
"Example: [{\"irc.lucky.net\", \"koi8-r\"}, {\"vendetta.fef.net\", \"iso8859-1"
"\"}]."
msgstr ""

#: mod_irc/mod_irc.erl:483
msgid "Encodings"
msgstr ""

#: mod_muc/mod_muc.erl:433
msgid "Only service administrators are allowed to send service messages"
msgstr ""

#: mod_muc/mod_muc.erl:478
msgid "Room creation is denied by service policy"
msgstr ""

#: mod_muc/mod_muc.erl:485
msgid "Conference room does not exist"
msgstr ""

#: mod_muc/mod_muc.erl:549
msgid "Chatrooms"
msgstr ""

#: mod_muc/mod_muc.erl:668
msgid "You need an x:data capable client to register nickname"
msgstr ""

#: mod_muc/mod_muc.erl:674
msgid "Nickname Registration at "
msgstr ""

#: mod_muc/mod_muc.erl:678
msgid "Enter nickname you want to register"
msgstr ""

#: mod_muc/mod_muc.erl:679 mod_roster.erl:823 mod_roster_odbc.erl:923
#: mod_vcard.erl:357 mod_vcard.erl:467 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:442
msgid "Nickname"
msgstr ""

#: mod_muc/mod_muc.erl:718 mod_muc/mod_muc_room.erl:924
#: mod_muc/mod_muc_room.erl:1511
msgid "That nickname is registered by another person"
msgstr ""

#: mod_muc/mod_muc.erl:742
msgid "You must fill in field \"Nickname\" in the form"
msgstr ""

#: mod_muc/mod_muc.erl:764
msgid "ejabberd MUC module"
msgstr ""

#: mod_muc/mod_muc_log.erl:364
msgid "Chatroom configuration modified"
msgstr ""

#: mod_muc/mod_muc_log.erl:367
msgid "joins the room"
msgstr ""

#: mod_muc/mod_muc_log.erl:370 mod_muc/mod_muc_log.erl:373
msgid "leaves the room"
msgstr ""

#: mod_muc/mod_muc_log.erl:376 mod_muc/mod_muc_log.erl:379
msgid "has been banned"
msgstr ""

#: mod_muc/mod_muc_log.erl:382 mod_muc/mod_muc_log.erl:385
msgid "has been kicked"
msgstr ""

#: mod_muc/mod_muc_log.erl:388
msgid "has been kicked because of an affiliation change"
msgstr ""

#: mod_muc/mod_muc_log.erl:391
msgid "has been kicked because the room has been changed to members-only"
msgstr ""

#: mod_muc/mod_muc_log.erl:394
msgid "has been kicked because of a system shutdown"
msgstr ""

#: mod_muc/mod_muc_log.erl:397
msgid "is now known as"
msgstr ""

#: mod_muc/mod_muc_log.erl:400 mod_muc/mod_muc_log.erl:661
#: mod_muc/mod_muc_room.erl:2032
msgid " has set the subject to: "
msgstr ""

#: mod_muc/mod_muc_log.erl:431
msgid "Monday"
msgstr ""

#: mod_muc/mod_muc_log.erl:432
msgid "Tuesday"
msgstr ""

#: mod_muc/mod_muc_log.erl:433
msgid "Wednesday"
msgstr ""

#: mod_muc/mod_muc_log.erl:434
msgid "Thursday"
msgstr ""

#: mod_muc/mod_muc_log.erl:435
msgid "Friday"
msgstr ""

#: mod_muc/mod_muc_log.erl:436
msgid "Saturday"
msgstr ""

#: mod_muc/mod_muc_log.erl:437
msgid "Sunday"
msgstr ""

#: mod_muc/mod_muc_log.erl:441
msgid "January"
msgstr ""

#: mod_muc/mod_muc_log.erl:442
msgid "February"
msgstr ""

#: mod_muc/mod_muc_log.erl:443
msgid "March"
msgstr ""

#: mod_muc/mod_muc_log.erl:444
msgid "April"
msgstr ""

#: mod_muc/mod_muc_log.erl:445
msgid "May"
msgstr ""

#: mod_muc/mod_muc_log.erl:446
msgid "June"
msgstr ""

#: mod_muc/mod_muc_log.erl:447
msgid "July"
msgstr ""

#: mod_muc/mod_muc_log.erl:448
msgid "August"
msgstr ""

#: mod_muc/mod_muc_log.erl:449
msgid "September"
msgstr ""

#: mod_muc/mod_muc_log.erl:450
msgid "October"
msgstr ""

#: mod_muc/mod_muc_log.erl:451
msgid "November"
msgstr ""

#: mod_muc/mod_muc_log.erl:452
msgid "December"
msgstr ""

#: mod_muc/mod_muc_log.erl:719
msgid "Room Configuration"
msgstr ""

#: mod_muc/mod_muc_log.erl:820 mod_muc/mod_muc_room.erl:2777
msgid "Room title"
msgstr ""

#: mod_muc/mod_muc_room.erl:167
msgid "Traffic rate limit is exceeded"
msgstr ""

#: mod_muc/mod_muc_room.erl:239
msgid ""
"This participant is kicked from the room because he sent an error message"
msgstr ""

#: mod_muc/mod_muc_room.erl:248
msgid "It is not allowed to send private messages to the conference"
msgstr ""

#: mod_muc/mod_muc_room.erl:293
msgid "Improper message type"
msgstr ""

#: mod_muc/mod_muc_room.erl:403
msgid ""
"This participant is kicked from the room because he sent an error message to "
"another participant"
msgstr ""

#: mod_muc/mod_muc_room.erl:416
msgid "It is not allowed to send private messages of type \"groupchat\""
msgstr ""

#: mod_muc/mod_muc_room.erl:428 mod_muc/mod_muc_room.erl:482
msgid "Recipient is not in the conference room"
msgstr ""

#: mod_muc/mod_muc_room.erl:448 mod_muc/mod_muc_room.erl:823
#: mod_muc/mod_muc_room.erl:3388
msgid "Only occupants are allowed to send messages to the conference"
msgstr ""

#: mod_muc/mod_muc_room.erl:457
msgid "It is not allowed to send private messages"
msgstr ""

#: mod_muc/mod_muc_room.erl:503
msgid "Only occupants are allowed to send queries to the conference"
msgstr ""

#: mod_muc/mod_muc_room.erl:515
msgid "Queries to the conference members are not allowed in this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:600
msgid "private, "
msgstr ""

#: mod_muc/mod_muc_room.erl:799
msgid ""
"Only moderators and participants are allowed to change the subject in this "
"room"
msgstr ""

#: mod_muc/mod_muc_room.erl:804
msgid "Only moderators are allowed to change the subject in this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:814
msgid "Visitors are not allowed to send messages to all occupants"
msgstr ""

#: mod_muc/mod_muc_room.erl:882
msgid ""
"This participant is kicked from the room because he sent an error presence"
msgstr ""

#: mod_muc/mod_muc_room.erl:900
msgid "Visitors are not allowed to change their nicknames in this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:913 mod_muc/mod_muc_room.erl:1503
msgid "That nickname is already in use by another occupant"
msgstr ""

#: mod_muc/mod_muc_room.erl:1492
msgid "You have been banned from this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:1495
msgid "Membership is required to enter this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:1531
msgid "This room is not anonymous"
msgstr ""

#: mod_muc/mod_muc_room.erl:1557
msgid "A password is required to enter this room"
msgstr ""

#: mod_muc/mod_muc_room.erl:1579
msgid "Unable to generate a captcha"
msgstr ""

#: mod_muc/mod_muc_room.erl:1589
msgid "Incorrect password"
msgstr ""

#: mod_muc/mod_muc_room.erl:2087
msgid "Administrator privileges required"
msgstr ""

#: mod_muc/mod_muc_room.erl:2102
msgid "Moderator privileges required"
msgstr ""

#: mod_muc/mod_muc_room.erl:2257
msgid "Jabber ID ~s is invalid"
msgstr ""

#: mod_muc/mod_muc_room.erl:2271
msgid "Nickname ~s does not exist in the room"
msgstr ""

#: mod_muc/mod_muc_room.erl:2297 mod_muc/mod_muc_room.erl:2673
msgid "Invalid affiliation: ~s"
msgstr ""

#: mod_muc/mod_muc_room.erl:2354
msgid "Invalid role: ~s"
msgstr ""

#: mod_muc/mod_muc_room.erl:2650 mod_muc/mod_muc_room.erl:2686
msgid "Owner privileges required"
msgstr ""

#: mod_muc/mod_muc_room.erl:2772
msgid "Configuration of room ~s"
msgstr ""

#: mod_muc/mod_muc_room.erl:2780 mod_muc/mod_muc_room.erl:3187
msgid "Room description"
msgstr ""

#: mod_muc/mod_muc_room.erl:2787
msgid "Make room persistent"
msgstr ""

#: mod_muc/mod_muc_room.erl:2792
msgid "Make room public searchable"
msgstr ""

#: mod_muc/mod_muc_room.erl:2795
msgid "Make participants list public"
msgstr ""

#: mod_muc/mod_muc_room.erl:2798
msgid "Make room password protected"
msgstr ""

#: mod_muc/mod_muc_room.erl:2809
msgid "Maximum Number of Occupants"
msgstr ""

#: mod_muc/mod_muc_room.erl:2816
msgid "No limit"
msgstr ""

#: mod_muc/mod_muc_room.erl:2827
msgid "Present real Jabber IDs to"
msgstr ""

#: mod_muc/mod_muc_room.erl:2835
msgid "moderators only"
msgstr ""

#: mod_muc/mod_muc_room.erl:2837
msgid "anyone"
msgstr ""

#: mod_muc/mod_muc_room.erl:2839
msgid "Make room members-only"
msgstr ""

#: mod_muc/mod_muc_room.erl:2842
msgid "Make room moderated"
msgstr ""

#: mod_muc/mod_muc_room.erl:2845
msgid "Default users as participants"
msgstr ""

#: mod_muc/mod_muc_room.erl:2848
msgid "Allow users to change the subject"
msgstr ""

#: mod_muc/mod_muc_room.erl:2851
msgid "Allow users to send private messages"
msgstr ""

#: mod_muc/mod_muc_room.erl:2854
msgid "Allow users to query other users"
msgstr ""

#: mod_muc/mod_muc_room.erl:2857
msgid "Allow users to send invites"
msgstr ""

#: mod_muc/mod_muc_room.erl:2860
msgid "Allow visitors to send status text in presence updates"
msgstr ""

#: mod_muc/mod_muc_room.erl:2863
msgid "Allow visitors to change nickname"
msgstr ""

#: mod_muc/mod_muc_room.erl:2869
msgid "Make room captcha protected"
msgstr ""

#: mod_muc/mod_muc_room.erl:2878
msgid "Enable logging"
msgstr ""

#: mod_muc/mod_muc_room.erl:2886
msgid "You need an x:data capable client to configure room"
msgstr ""

#: mod_muc/mod_muc_room.erl:3189
msgid "Number of occupants"
msgstr ""

#: mod_muc/mod_muc_room.erl:3308
msgid "~s invites you to the room ~s"
msgstr ""

#: mod_muc/mod_muc_room.erl:3317
msgid "the password is"
msgstr ""

#: mod_offline.erl:451 mod_offline_odbc.erl:303
msgid ""
"Your contact offline message queue is full. The message has been discarded."
msgstr ""

#: mod_offline.erl:500 mod_offline_odbc.erl:358
msgid "~s's Offline Messages Queue"
msgstr ""

#: mod_offline.erl:503 mod_offline_odbc.erl:361 mod_roster.erl:866
#: mod_roster_odbc.erl:966 mod_shared_roster.erl:778 mod_shared_roster.erl:879
#: web/ejabberd_web_admin.erl:708 web/ejabberd_web_admin.erl:748
#: web/ejabberd_web_admin.erl:815 web/ejabberd_web_admin.erl:850
#: web/ejabberd_web_admin.erl:890 web/ejabberd_web_admin.erl:1352
#: web/ejabberd_web_admin.erl:1548 web/ejabberd_web_admin.erl:1716
#: web/ejabberd_web_admin.erl:1748 web/ejabberd_web_admin.erl:1810
#: web/ejabberd_web_admin.erl:1878 web/ejabberd_web_admin.erl:1903
#: web/ejabberd_web_admin.erl:1991
msgid "Submitted"
msgstr ""

#: mod_offline.erl:511
msgid "Time"
msgstr ""

#: mod_offline.erl:512
msgid "From"
msgstr ""

#: mod_offline.erl:513
msgid "To"
msgstr ""

#: mod_offline.erl:514 mod_offline_odbc.erl:369
msgid "Packet"
msgstr ""

#: mod_offline.erl:527 mod_offline_odbc.erl:382 mod_shared_roster.erl:785
#: web/ejabberd_web_admin.erl:756 web/ejabberd_web_admin.erl:858
msgid "Delete Selected"
msgstr ""

#: mod_offline.erl:562 mod_offline_odbc.erl:447
msgid "Offline Messages:"
msgstr ""

#: mod_offline.erl:562 mod_offline_odbc.erl:447
msgid "Remove All Offline Messages"
msgstr ""

#: mod_proxy65/mod_proxy65_service.erl:209
msgid "ejabberd SOCKS5 Bytestreams module"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1022
msgid "Publish-Subscribe"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1118
msgid "ejabberd Publish-Subscribe module"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1271
msgid "PubSub subscriber request"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1273
msgid "Choose whether to approve this entity's subscription."
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1279
msgid "Node ID"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1284
msgid "Subscriber Address"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:1290
msgid "Allow this Jabber ID to subscribe to this pubsub node?"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3005
msgid "Deliver payloads with event notifications"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3006
msgid "Deliver event notifications"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3007
msgid "Notify subscribers when the node configuration changes"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3008
msgid "Notify subscribers when the node is deleted"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3009
msgid "Notify subscribers when items are removed from the node"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3010
msgid "Persist items to storage"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3011
msgid "A friendly name for the node"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3012
msgid "Max # of items to persist"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3013
msgid "Whether to allow subscriptions"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3014
msgid "Specify the access model"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3017
msgid "Roster groups allowed to subscribe"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3018
msgid "Specify the publisher model"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3020
msgid "Max payload size in bytes"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3021
msgid "When to send the last published item"
msgstr ""

#: mod_pubsub/mod_pubsub.erl:3023
msgid "Only deliver notifications to available users"
msgstr ""

#: mod_register.erl:190
msgid "Choose a username and password to register with this server"
msgstr ""

#: mod_register.erl:243
msgid "Users are not allowed to register accounts so quickly"
msgstr ""

#: mod_roster.erl:817 mod_roster_odbc.erl:917 web/ejabberd_web_admin.erl:1514
#: web/ejabberd_web_admin.erl:1671 web/ejabberd_web_admin.erl:1682
#: web/ejabberd_web_admin.erl:1962
msgid "None"
msgstr ""

#: mod_roster.erl:824 mod_roster_odbc.erl:924
msgid "Subscription"
msgstr ""

#: mod_roster.erl:825 mod_roster_odbc.erl:925
msgid "Pending"
msgstr ""

#: mod_roster.erl:826 mod_roster_odbc.erl:926
msgid "Groups"
msgstr ""

#: mod_roster.erl:853 mod_roster_odbc.erl:953
msgid "Validate"
msgstr ""

#: mod_roster.erl:861 mod_roster_odbc.erl:961
msgid "Remove"
msgstr ""

#: mod_roster.erl:864 mod_roster_odbc.erl:964
msgid "Roster of "
msgstr ""

#: mod_roster.erl:867 mod_roster_odbc.erl:967 mod_shared_roster.erl:779
#: mod_shared_roster.erl:880 web/ejabberd_web_admin.erl:709
#: web/ejabberd_web_admin.erl:749 web/ejabberd_web_admin.erl:816
#: web/ejabberd_web_admin.erl:851 web/ejabberd_web_admin.erl:891
#: web/ejabberd_web_admin.erl:1353 web/ejabberd_web_admin.erl:1549
#: web/ejabberd_web_admin.erl:1717 web/ejabberd_web_admin.erl:1879
#: web/ejabberd_web_admin.erl:1904 web/ejabberd_web_admin.erl:1992
msgid "Bad format"
msgstr ""

#: mod_roster.erl:874 mod_roster_odbc.erl:974
msgid "Add Jabber ID"
msgstr ""

#: mod_roster.erl:973 mod_roster_odbc.erl:1073
msgid "Roster"
msgstr ""

#: mod_shared_roster.erl:734 mod_shared_roster.erl:776
#: mod_shared_roster.erl:876
msgid "Shared Roster Groups"
msgstr ""

#: mod_shared_roster.erl:772 web/ejabberd_web_admin.erl:1222
#: web/ejabberd_web_admin.erl:2176
msgid "Add New"
msgstr ""

#: mod_shared_roster.erl:847
msgid "Name:"
msgstr ""

#: mod_shared_roster.erl:852
msgid "Description:"
msgstr ""

#: mod_shared_roster.erl:860
msgid "Members:"
msgstr ""

#: mod_shared_roster.erl:868
msgid "Displayed Groups:"
msgstr ""

#: mod_shared_roster.erl:877
msgid "Group "
msgstr ""

#: mod_shared_roster.erl:886 web/ejabberd_web_admin.erl:715
#: web/ejabberd_web_admin.erl:758 web/ejabberd_web_admin.erl:822
#: web/ejabberd_web_admin.erl:897 web/ejabberd_web_admin.erl:1802
msgid "Submit"
msgstr ""

#: mod_vcard.erl:165 mod_vcard_ldap.erl:237 mod_vcard_odbc.erl:129
msgid "Erlang Jabber Server"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:468 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:443
msgid "Birthday"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:470 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:445
msgid "City"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:469 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:444
msgid "Country"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:471 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:446
msgid "Email"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:466 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:441
msgid "Family Name"
msgstr ""

#: mod_vcard.erl:357 mod_vcard_odbc.erl:334
msgid ""
"Fill in the form to search for any matching Jabber User (Add * to the end of "
"field to match substring)"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:463 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:438
msgid "Full Name"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:465 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:440
msgid "Middle Name"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:464 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:439 web/ejabberd_web_admin.erl:1791
msgid "Name"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:472 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:447
msgid "Organization Name"
msgstr ""

#: mod_vcard.erl:357 mod_vcard.erl:473 mod_vcard_odbc.erl:334
#: mod_vcard_odbc.erl:448
msgid "Organization Unit"
msgstr ""

#: mod_vcard.erl:357 mod_vcard_ldap.erl:457 mod_vcard_odbc.erl:334
msgid "Search users in "
msgstr ""

#: mod_vcard.erl:357 mod_vcard_odbc.erl:334 web/ejabberd_web_admin.erl:1359
#: web/ejabberd_web_admin.erl:1414
msgid "User"
msgstr ""

#: mod_vcard.erl:357 mod_vcard_ldap.erl:457 mod_vcard_odbc.erl:334
msgid "You need an x:data capable client to search"
msgstr ""

#: mod_vcard.erl:379 mod_vcard_ldap.erl:479 mod_vcard_odbc.erl:356
msgid "vCard User Search"
msgstr ""

#: mod_vcard.erl:435 mod_vcard_ldap.erl:533 mod_vcard_odbc.erl:410
msgid "ejabberd vCard module"
msgstr ""

#: mod_vcard.erl:459 mod_vcard_ldap.erl:543 mod_vcard_odbc.erl:434
msgid "Search Results for "
msgstr ""

#: mod_vcard_ldap.erl:457
msgid "Fill in fields to search for any matching Jabber User"
msgstr ""

#: web/ejabberd_web_admin.erl:151 web/ejabberd_web_admin.erl:168
msgid "ejabberd Web Admin"
msgstr ""

#: web/ejabberd_web_admin.erl:629 web/ejabberd_web_admin.erl:647
msgid "Administration"
msgstr ""

#: web/ejabberd_web_admin.erl:632 web/ejabberd_web_admin.erl:634
#: web/ejabberd_web_admin.erl:650 web/ejabberd_web_admin.erl:652
msgid "(Raw)"
msgstr ""

#: web/ejabberd_web_admin.erl:635
msgid "Virtual Hosts"
msgstr ""

#: web/ejabberd_web_admin.erl:636 web/ejabberd_web_admin.erl:656
#: web/ejabberd_web_admin.erl:1691
msgid "Nodes"
msgstr ""

#: web/ejabberd_web_admin.erl:637 web/ejabberd_web_admin.erl:657
#: web/ejabberd_web_admin.erl:970 web/ejabberd_web_admin.erl:1724
msgid "Statistics"
msgstr ""

#: web/ejabberd_web_admin.erl:653 web/ejabberd_web_admin.erl:912
#: web/ejabberd_web_admin.erl:918
msgid "Users"
msgstr ""

#: web/ejabberd_web_admin.erl:655 web/ejabberd_web_admin.erl:1416
msgid "Last Activity"
msgstr ""

#: web/ejabberd_web_admin.erl:752 web/ejabberd_web_admin.erl:854
msgid "Raw"
msgstr ""

#: web/ejabberd_web_admin.erl:888
msgid "~s access rule configuration"
msgstr ""

#: web/ejabberd_web_admin.erl:905
msgid "ejabberd virtual hosts"
msgstr ""

#: web/ejabberd_web_admin.erl:944
msgid "Users Last Activity"
msgstr ""

#: web/ejabberd_web_admin.erl:946
msgid "Period: "
msgstr ""

#: web/ejabberd_web_admin.erl:956
msgid "Last month"
msgstr ""

#: web/ejabberd_web_admin.erl:957
msgid "Last year"
msgstr ""

#: web/ejabberd_web_admin.erl:958
msgid "All activity"
msgstr ""

#: web/ejabberd_web_admin.erl:960
msgid "Show Ordinary Table"
msgstr ""

#: web/ejabberd_web_admin.erl:962
msgid "Show Integral Table"
msgstr ""

#: web/ejabberd_web_admin.erl:981
msgid "Not Found"
msgstr ""

#: web/ejabberd_web_admin.erl:996
msgid "Node not found"
msgstr ""

#: web/ejabberd_web_admin.erl:1306
msgid "Host"
msgstr ""

#: web/ejabberd_web_admin.erl:1307
msgid "Registered Users"
msgstr ""

#: web/ejabberd_web_admin.erl:1415
msgid "Offline Messages"
msgstr ""

#: web/ejabberd_web_admin.erl:1472 web/ejabberd_web_admin.erl:1488
msgid "Registered Users:"
msgstr ""

#: web/ejabberd_web_admin.erl:1474 web/ejabberd_web_admin.erl:1490
#: web/ejabberd_web_admin.erl:1935
msgid "Online Users:"
msgstr ""

#: web/ejabberd_web_admin.erl:1476
msgid "Outgoing s2s Connections:"
msgstr ""

#: web/ejabberd_web_admin.erl:1478
msgid "Outgoing s2s Servers:"
msgstr ""

#: web/ejabberd_web_admin.erl:1543
msgid "Change Password"
msgstr ""

#: web/ejabberd_web_admin.erl:1546
msgid "User "
msgstr ""

#: web/ejabberd_web_admin.erl:1553
msgid "Connected Resources:"
msgstr ""

#: web/ejabberd_web_admin.erl:1554
msgid "Password:"
msgstr ""

#: web/ejabberd_web_admin.erl:1615
msgid "No Data"
msgstr ""

#: web/ejabberd_web_admin.erl:1714 web/ejabberd_web_admin.erl:1736
msgid "Node "
msgstr ""

#: web/ejabberd_web_admin.erl:1723
msgid "Listened Ports"
msgstr ""

#: web/ejabberd_web_admin.erl:1725 web/ejabberd_web_admin.erl:2003
#: web/ejabberd_web_admin.erl:2164
msgid "Update"
msgstr ""

#: web/ejabberd_web_admin.erl:1728 web/ejabberd_web_admin.erl:2268
msgid "Restart"
msgstr ""

#: web/ejabberd_web_admin.erl:1730 web/ejabberd_web_admin.erl:2270
msgid "Stop"
msgstr ""

#: web/ejabberd_web_admin.erl:1744
msgid "RPC Call Error"
msgstr ""

#: web/ejabberd_web_admin.erl:1785
msgid "Database Tables at "
msgstr ""

#: web/ejabberd_web_admin.erl:1792
msgid "Storage Type"
msgstr ""

#: web/ejabberd_web_admin.erl:1793
msgid "Elements"
msgstr ""

#: web/ejabberd_web_admin.erl:1794
msgid "Memory"
msgstr ""

#: web/ejabberd_web_admin.erl:1811 web/ejabberd_web_admin.erl:1880
msgid "Error"
msgstr ""

#: web/ejabberd_web_admin.erl:1813
msgid "Backup of "
msgstr ""

#: web/ejabberd_web_admin.erl:1815
msgid ""
"Please note that these options will only backup the builtin Mnesia database. "
"If you are using the ODBC module, you also need to backup your SQL database "
"separately."
msgstr ""

#: web/ejabberd_web_admin.erl:1820
msgid "Store binary backup:"
msgstr ""

#: web/ejabberd_web_admin.erl:1824 web/ejabberd_web_admin.erl:1831
#: web/ejabberd_web_admin.erl:1839 web/ejabberd_web_admin.erl:1846
#: web/ejabberd_web_admin.erl:1853
msgid "OK"
msgstr ""

#: web/ejabberd_web_admin.erl:1827
msgid "Restore binary backup immediately:"
msgstr ""

#: web/ejabberd_web_admin.erl:1835
msgid ""
"Restore binary backup after next ejabberd restart (requires less memory):"
msgstr ""

#: web/ejabberd_web_admin.erl:1842
msgid "Store plain text backup:"
msgstr ""

#: web/ejabberd_web_admin.erl:1849
msgid "Restore plain text backup immediately:"
msgstr ""

#: web/ejabberd_web_admin.erl:1875
msgid "Listened Ports at "
msgstr ""

#: web/ejabberd_web_admin.erl:1900
msgid "Modules at "
msgstr ""

#: web/ejabberd_web_admin.erl:1926
msgid "Statistics of ~p"
msgstr ""

#: web/ejabberd_web_admin.erl:1929
msgid "Uptime:"
msgstr ""

#: web/ejabberd_web_admin.erl:1932
msgid "CPU Time:"
msgstr ""

#: web/ejabberd_web_admin.erl:1938
msgid "Transactions Committed:"
msgstr ""

#: web/ejabberd_web_admin.erl:1941
msgid "Transactions Aborted:"
msgstr ""

#: web/ejabberd_web_admin.erl:1944
msgid "Transactions Restarted:"
msgstr ""

#: web/ejabberd_web_admin.erl:1947
msgid "Transactions Logged:"
msgstr ""

#: web/ejabberd_web_admin.erl:1989
msgid "Update "
msgstr ""

#: web/ejabberd_web_admin.erl:1997
msgid "Update plan"
msgstr ""

#: web/ejabberd_web_admin.erl:1998
msgid "Modified modules"
msgstr ""

#: web/ejabberd_web_admin.erl:1999
msgid "Update script"
msgstr ""

#: web/ejabberd_web_admin.erl:2000
msgid "Low level update script"
msgstr ""

#: web/ejabberd_web_admin.erl:2001
msgid "Script check"
msgstr ""

#: web/ejabberd_web_admin.erl:2144
msgid "Port"
msgstr ""

#: web/ejabberd_web_admin.erl:2145
msgid "IP"
msgstr ""

#: web/ejabberd_web_admin.erl:2146 web/ejabberd_web_admin.erl:2255
msgid "Module"
msgstr ""

#: web/ejabberd_web_admin.erl:2147 web/ejabberd_web_admin.erl:2256
msgid "Options"
msgstr ""

#: web/ejabberd_web_admin.erl:2166
msgid "Delete"
msgstr ""

#: web/ejabberd_web_admin.erl:2278
msgid "Start"
msgstr ""