-
Notifications
You must be signed in to change notification settings - Fork 0
/
texts-en.json
3990 lines (3990 loc) · 89.9 KB
/
texts-en.json
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
[
{
"-id": "en",
"en": "English"
},
{
"-id": "de",
"en": "German"
},
{
"-id": "ru",
"en": "Russian"
},
{
"-id": "ua",
"en": "Ukrainian"
},
{
"-id": "neru",
"en": "Language of the tribes Neru (with seconds)"
},
{
"-id": "ErrCreatingClassInstance",
"en": "The class '%s' could not be loaded. Some application files seem to be absent or contain programming errors, or the module does not support the current database type '%s'!"
},
{
"-id": "ErrNoDBConfig",
"en": "No database connection information available ot it is incomplete! Please login as Master Administrator and check the database connection settings!"
},
{
"-id": "ErrDbInaccessible",
"en": "The database cannot be conected! Please check the database connection settings!"
},
{
"-id": "ErrDbExtenstionNotInstalled",
"en": "PHP extension '%s' is not installed or is too old. Work with the database '%s' is not possible!"
},
{
"-id": "ErrDbConnNoAccess",
"en": "The server '%s' is unreachable or the user login '%s' or password are invalid!"
},
{
"-id": "ErrDbConnNoDB",
"en": "The database '%s' does not exist or is not accessible for this database user!"
},
{
"-id": "Guest",
"en": "Guest"
},
{
"-id": "Guests",
"en": "Guests"
},
{
"-id": "PrivilegedMember",
"en": "Privileged member"
},
{
"-id": "GlobalBlockAllowed",
"en": "Allow to block globally"
},
{
"-id": "ShowIP",
"en": "May see IP addresses"
},
{
"-id": "Member",
"en": "Member"
},
{
"-id": "Members",
"en": "Members"
},
{
"-id": "Login",
"en": "Login"
},
{
"-id": "Logout",
"en": "Logout"
},
{
"-id": "Search",
"en": "Search"
},
{
"-id": "SearchComment",
"en": "A space or the symbol & as separator means means all words, the symbol | any of the words. You can also use the conjunction 'and' instead of & and the conjunction 'or' instead of |. To look for the exact phrase, take it in double quotes."
},
{
"-id": "WarnSearchCriteriaNotSpecified",
"en": "Search criteria are not specified!"
},
{
"-id": "WarnSearchWait",
"en": "You can do next search in %s seconds!"
},
{
"-id": "SearchCriteria",
"en": "Search criteria"
},
{
"-id": "SearchKeys",
"en": "Search keys"
},
{
"-id": "SearchWithMorphology",
"en": "Consider morphology"
},
{
"-id": "SearchTopicNameOnly",
"en": "Search only in topic names"
},
{
"-id": "SearchTopicFavourites",
"en": "Search favourite topics"
},
{
"-id": "SearchPostsOnly",
"en": "Search only in messages"
},
{
"-id": "SearchPollsOnly",
"en": "Search topics with polls"
},
{
"-id": "SearchAttachmentsOnly",
"en": "Search the messages with attachments"
},
{
"-id": "SearchPicturesOnly",
"en": "Search the messages with pictures"
},
{
"-id": "SearchVideosOnly",
"en": "Search the messages with videos"
},
{
"-id": "SearchAudioOnly",
"en": "Search the messages with audio files"
},
{
"-id": "SearchDeletedOnly",
"en": "Search only in deleted messages"
},
{
"-id": "DoSearch",
"en": "Search"
},
{
"-id": "AuthorIgnoringTopic",
"en": "Search topics ignored by the author"
},
{
"-id": "AuthorCreatedTopic",
"en": "Search topics created by the author / in the specified date range"
},
{
"-id": "AuthorParticipatedInTopic",
"en": "Search topics with participation of the author"
},
{
"-id": "AuthorWrotePost",
"en": "Search messages of the author / in the specified date range"
},
{
"-id": "SearchResultsAsPostList",
"en": "Show results as post list instead of topic list"
},
{
"-id": "NewSearch",
"en": "New search"
},
{
"-id": "Profile",
"en": "Profile"
},
{
"-id": "Favourites",
"en": "Favourites"
},
{
"-id": "NewMessages",
"en": "New messages"
},
{
"-id": "PreferredForums",
"en": "Preferred forums"
},
{
"-id": "Topics",
"en": "Topics"
},
{
"-id": "MyTopics",
"en": "My topics"
},
{
"-id": "ParticipatedTopics",
"en": "Participated"
},
{
"-id": "Password",
"en": "Password"
},
{
"-id": "Reset",
"en": "Reset"
},
{
"-id": "Save",
"en": "Save"
},
{
"-id": "Back",
"en": "Back"
},
{
"-id": "PasswordChange",
"en": "Password change"
},
{
"-id": "PasswordConfirmation",
"en": "Password (repeat)"
},
{
"-id": "EntranceWarning",
"en": "The forum '%s' is protected by password!"
},
{
"-id": "Enter",
"en": "Enter"
},
{
"-id": "Warning",
"en": "Warning"
},
{
"-id": "Information",
"en": "Information"
},
{
"-id": "Error",
"en": "Error"
},
{
"-id": "OK",
"en": "OK"
},
{
"-id": "Yes",
"en": "Yes"
},
{
"-id": "No",
"en": "No"
},
{
"-id": "ErrWrongPassword",
"en": "The password is wrong!"
},
{
"-id": "ErrActionNotAllowed",
"en": "You are not allowed to perform this action!"
},
{
"-id": "ErrWrongHashCode",
"en": "The protection hash code is invalid or the session has expired. Action is not permitted!"
},
{
"-id": "Forums",
"en": "Forums"
},
{
"-id": "Forum",
"en": "Forum"
},
{
"-id": "UserLogin",
"en": "Login"
},
{
"-id": "UserLoginComment",
"en": "Your internal login name for logging in into the forum. The login is not visible to other members. This makes harder the possible\n try to break your account through password brute force. It is not recommended to set the login indentical to the user name."
},
{
"-id": "UserLoginComment2",
"en": "The internal login name for logging in into the forum. The login is not visible to other members."
},
{
"-id": "UserName",
"en": "User name"
},
{
"-id": "UserNameComment",
"en": "Your name that will be displayed on the forum. Please note, you will not be able to change the name."
},
{
"-id": "UserNameComment2",
"en": "User name that will be displayed on the forum."
},
{
"-id": "UserEmailComment",
"en": "Please, enter a valid e-mail address. The activation link will sent to that e-mail address. The link should\n be clicked to complete the registration on the foum."
},
{
"-id": "UserEmailComment2",
"en": "If you change your e-mail address, you will have to enter your current password and re-activate your user account."
},
{
"-id": "Authorization",
"en": "Authorization"
},
{
"-id": "LoginAutomatically",
"en": "Remember login"
},
{
"-id": "Registration",
"en": "Registration"
},
{
"-id": "CreateForum",
"en": "Create forum"
},
{
"-id": "Name",
"en": "Name"
},
{
"-id": "Description",
"en": "Description"
},
{
"-id": "Access",
"en": "Access"
},
{
"-id": "PasswordProtected",
"en": "Access through password"
},
{
"-id": "AccessRestricted",
"en": "Access through permission"
},
{
"-id": "RegisteredsRestricted",
"en": "Access only for the registered members"
},
{
"-id": "NotWritableForGuests",
"en": "Not writable for guests"
},
{
"-id": "RestrictedGuestMode",
"en": "Limited guest mode"
},
{
"-id": "MessagesCount",
"en": "Message count"
},
{
"-id": "Messages",
"en": "Messages"
},
{
"-id": "Views",
"en": "Views"
},
{
"-id": "TopicsCount",
"en": "Topics count"
},
{
"-id": "Rating",
"en": "Rating"
},
{
"-id": "Moderators",
"en": "Moderators"
},
{
"-id": "FirstMessage",
"en": "First message"
},
{
"-id": "LastMessage",
"en": "Last message"
},
{
"-id": "DateTimeFormat",
"en": "Y-m-d, H:i"
},
{
"-id": "DateFormat",
"en": "Y-m-d"
},
{
"-id": "NoForums",
"en": "No forums."
},
{
"-id": "Yesterday",
"en": "Yesterday"
},
{
"-id": "Today",
"en": "Today"
},
{
"-id": "Tomorrow",
"en": "Tomorrow"
},
{
"-id": "closed",
"en": "closed"
},
{
"-id": "closed_for_guests",
"en": "closed for guests"
},
{
"-id": "Administrator",
"en": "Administrator"
},
{
"-id": "Add",
"en": "Add"
},
{
"-id": "Delete",
"en": "Delete"
},
{
"-id": "Restore",
"en": "Restore"
},
{
"-id": "Edit",
"en": "Edit"
},
{
"-id": "Close",
"en": "Close"
},
{
"-id": "Open",
"en": "Open"
},
{
"-id": "ErrQueryFailed",
"en": "SQL query error!"
},
{
"-id": "MsgForumOpened",
"en": "Forum has been successfully opened."
},
{
"-id": "MsgForumClosed",
"en": "Forum has been successfully closed."
},
{
"-id": "MsgForumDeleted",
"en": "Forum has been successfully deleted."
},
{
"-id": "MsgForumMarkedDeleted",
"en": "Forum has been marked as deleted and will be not visible to the visitors any more. To delete it physically, delete or move the topic to another forum."
},
{
"-id": "MsgForumRestored",
"en": "Forum has been successfully restored."
},
{
"-id": "MsgConfirmForumDelete",
"en": "Are you sure to delete the forum '%s'?"
},
{
"-id": "MsgConfirmForumClose",
"en": "Are you sure to close the forum '%s'?"
},
{
"-id": "Confirmation",
"en": "Confirmation"
},
{
"-id": "Question",
"en": "Question"
},
{
"-id": "DeletedTopics",
"en": "Deleted topics"
},
{
"-id": "DisplayDeleted",
"en": "Display deleted"
},
{
"-id": "HideDeleted",
"en": "Hide deleted"
},
{
"-id": "HideIgnored",
"en": "Hide ignored forums, topics and users in the lists"
},
{
"-id": "OnlineStatus",
"en": "Online status"
},
{
"-id": "HideOnlineStatus",
"en": "Hide"
},
{
"-id": "EditForum",
"en": "Edit forum"
},
{
"-id": "MsgCancelConfirm",
"en": "The changes have not been saved yet! Are you sure to proceed?"
},
{
"-id": "MsgResetConfirm",
"en": "Are you sure to reset all fields to their original values?"
},
{
"-id": "MsgDataSaved",
"en": "Data has been successfully saved."
},
{
"-id": "ErrForumNameEmpty",
"en": "Forum name is not specified!"
},
{
"-id": "ErrForumNameExists",
"en": "A forum with that name already exists!"
},
{
"-id": "ErrPasswordEmpty",
"en": "Password is not specified!"
},
{
"-id": "ErrPwdNotIdentical",
"en": "The password confirmation is not identical to the password!"
},
{
"-id": "SearchUser",
"en": "Search the member"
},
{
"-id": "FoundUsers",
"en": "Found members"
},
{
"-id": "UserNotFound",
"en": "No members are found"
},
{
"-id": "Help",
"en": "Help"
},
{
"-id": "Contact",
"en": "Contact"
},
{
"-id": "FAQ",
"en": "FAQ"
},
{
"-id": "Rules",
"en": "Rules"
},
{
"-id": "Settings",
"en": "Settings"
},
{
"-id": "Moderator",
"en": "Moderator"
},
{
"-id": "ModeratorOfForums",
"en": "Moderator of the forums"
},
{
"-id": "Status",
"en": "Status"
},
{
"-id": "RegisteredUser",
"en": "Registered user"
},
{
"-id": "ModeratorLog",
"en": "Moderator log"
},
{
"-id": "OnlineMembers",
"en": "Online members"
},
{
"-id": "ReadingForum",
"en": "Reading forum"
},
{
"-id": "ReadingTopic",
"en": "Reading topic"
},
{
"-id": "ReadTopics",
"en": "Read topics"
},
{
"-id": "IgnoredTopics",
"en": "Ignored topics"
},
{
"-id": "ModeratedTopics",
"en": "Moderated topics"
},
{
"-id": "Never",
"en": "Never"
},
{
"-id": "MarkRead",
"en": "Mark read"
},
{
"-id": "AddToFavourites",
"en": "Add to favourites"
},
{
"-id": "RemoveFromFavourites",
"en": "Remove from favourites"
},
{
"-id": "AddToIgnoredTopics",
"en": "Ignore topic"
},
{
"-id": "AddTopicsToIgnoredTopics",
"en": "Ignore topics"
},
{
"-id": "MsgConfirmTopicsIgnore",
"en": "Are you sure to ignore the selected topics?"
},
{
"-id": "RemoveFromIgnoredTopics",
"en": "Do not ignore topic"
},
{
"-id": "SubscribeToTopic",
"en": "Subscribe for notification"
},
{
"-id": "UnubscribeFromTopic",
"en": "Unsubscribe from notification"
},
{
"-id": "Notifications",
"en": "Notifications"
},
{
"-id": "AddressOfTheDefaultSender",
"en": "E-mail address of the default sender"
},
{
"-id": "AddressOfTheContactReceiver",
"en": "E-mail address for the contact requests"
},
{
"-id": "KB",
"en": "KB"
},
{
"-id": "MB",
"en": "MB"
},
{
"-id": "Attachment",
"en": "Attachment"
},
{
"-id": "Restrictions",
"en": "Restrictions"
},
{
"-id": "MinDurationComment",
"en": "Minimal number of days after the registration"
},
{
"-id": "MinMessageCountComment",
"en": "Minimal number of messages"
},
{
"-id": "ErrMessagePostNotAllowed",
"en": "You are not allowed to post or rate messages on the forum '%s' due to the following restrictions"
},
{
"-id": "MaxAttachmentSize",
"en": "Maximal attachment size"
},
{
"-id": "MaxAttachmentSizeAudioVideo",
"en": "Maximal attachment size for audio/video"
},
{
"-id": "MaxAttachmentSizeComment",
"en": "Maximal attachment size: %s, audio/video: %s. The larger pictures will be compressed if possible."
},
{
"-id": "MaxMessagesPerMinute",
"en": "Maximal number of messages per minute"
},
{
"-id": "MaxTopicsPerDay",
"en": "Maximal number of topics per day"
},
{
"-id": "MaxPinnedTopics",
"en": "Maximal number of pinned topics per forum"
},
{
"-id": "MaxMembersInPrivateTopic",
"en": "Maximal number of members in a private topic"
},
{
"-id": "MaxComplainsPerDay",
"en": "Maximal number of complains per day"
},
{
"-id": "MaxSymbolsUserName",
"en": "Maximal number of symbols in the user name"
},
{
"-id": "MaxSymbolsTopicName",
"en": "Maximal number of symbols in the topic name"
},
{
"-id": "MaxMessageLengh",
"en": "Maximal message length"
},
{
"-id": "ErrMessageTooLong",
"en": "The message exceeds the maximal length %s KB!"
},
{
"-id": "MaxPollOptions",
"en": "Maximal number of options in the poll"
},
{
"-id": "MaxRatesPerHour",
"en": "Maximal number of ratings for an user per hour"
},
{
"-id": "MinSearchInterval",
"en": "Minimal interval between searches in seconds"
},
{
"-id": "VisibleForModeratorsOnly",
"en": "visible only for modeators"
},
{
"-id": "VisibleForAdministratorsOnly",
"en": "visible for administrators"
},
{
"-id": "VisibleForAll",
"en": "visible for all"
},
{
"-id": "VisibleForAllNamesHidden",
"en": "visible for all (moderator names are hidden)"
},
{
"-id": "ErrAddressOfTheDefaultSenderEmpty",
"en": "E-mail address of the default sender is not specified!"
},
{
"-id": "ErrAddressOfTheContactReceiverEmpty",
"en": "E-mail address for the contact requests is not specified!"
},
{
"-id": "Email",
"en": "E-mail"
},
{
"-id": "Subject",
"en": "Subject"
},
{
"-id": "Message",
"en": "Message"
},
{
"-id": "ErrSubjectEmpty",
"en": "The subject is not specified!"
},
{
"-id": "ErrMessageEmpty",
"en": "The message is not specified!"
},
{
"-id": "ErrSenderEmailEmpty",
"en": "E-mail address of the sender is not specified!"
},
{
"-id": "Send",
"en": "Send"
},
{
"-id": "Register",
"en": "Register"
},
{
"-id": "MsgMessageSent",
"en": "The message has been successfully sent."
},
{
"-id": "ErrFileDoesNotExists",
"en": "The file '%s' does not exist!"
},
{
"-id": "ErrEmailTemplateInvalid",
"en": "The e-mail template '%s' is invalid!"
},
{
"-id": "ErrMailFailed",
"en": "Sending of e-mail failed!"
},
{
"-id": "MsgSpamProtect",
"en": "Please enter the code displayed on the picture. If it is not readable, click the picture to load another variant."
},
{
"-id": "ErrSpamProtectError",
"en": "The entered code of the spam protection was not correct. Please try again!"
},
{
"-id": "ErrTooManyFailedLogins",
"en": "You have %s failed login tries! Wait for %s seconds to continue!"
},
{
"-id": "ErrForumNameTooLong",
"en": "The name of the forum cannot contain more than %s characters!"
},
{
"-id": "ErrForumDescriptionTooLong",
"en": "The description of the forum cannot contain more than %s characters!"
},
{
"-id": "ErrSubjectTooLong",
"en": "The subject cannot contain more than %s characters!"
},
{
"-id": "ErrTagNameTooLong",
"en": "The tag name cannot contain more than %s characters!"
},
{
"-id": "WhoisServer",
"en": "URL of whois server"
},
{
"-id": "ErrUserLoginEmpty",
"en": "Login is not specified!"
},
{
"-id": "ErrUserNameEmpty",
"en": "User name is not specified!"
},
{
"-id": "ErrEmailEmpty",
"en": "E-mail is not specified!"
},
{
"-id": "ErrUserLoginTooLong",
"en": "Login cannot contain more than %s characters!"
},
{
"-id": "ErrUserNameTooLong",
"en": "User name cannot contain more than %s characters!"
},
{
"-id": "ErrEmailTooLong",
"en": "Email cannot contain more than %s characters!"
},
{
"-id": "MsgRegistrationSuccess",
"en": "Your account has been successfully created. For completion of the registration, please, click the activation link that has been sent to the e-mail address specified by the registration.\n\n If the e-mail with the activation link does not come, you can login anyway and request the activation e-mail again or change the e-mail address. If the e-mail still does not come, please contact the administration of the forum over the menu \"Contact\"."
},
{
"-id": "MessageEditingAllowed",
"en": "Allow editing own messages"
},
{
"-id": "RegistrationComment",
"en": "After completion of the registration, you will be able to setup additional properties of your user profile like photo, avatar, location, signature etc."
},
{
"-id": "ErrUserLoginInUse",
"en": "This login is already used!"
},
{
"-id": "ErrUserNameInUse",
"en": "This user name is already used!"
},
{
"-id": "ErrUserNameReserved",
"en": "This user name is reserved and cannot be used!"
},
{
"-id": "ErrUserEmailInUse",
"en": "This e-mail address is already used! If it is your address, and you do not remember the login data, use the password reset function."
},
{
"-id": "ErrEmailDomainNotAllowed",
"en": "This e-mail domain '%s' is not allowed for registration!"
},
{
"-id": "ErrUserEmailInUseShort",
"en": "This e-mail address is already used!"
},
{
"-id": "HideEmail",
"en": "Hide e-mail address"
},
{
"-id": "RegistrationRulesAgreement",
"en": {
"#cdata-section": "By performing the registration, I agree with the <a href='rules.php' target='_blank'>forum rules</a> and I accept the <a href='user_agreement.php' target='_blank'>user agreement</a>."
}
},
{
"-id": "PostRulesAgreement",
"en": {
"#cdata-section": "By posting the message, I agree with the <a href='rules.php' target='_blank'>forum rules</a> and I accept the <a href='user_agreement.php' target='_blank'>user agreement</a>."
}
},
{
"-id": "ErrAgreementRequired",
"en": "You have to read and accept the rules of the forum and the user agreement!"
},
{
"-id": "ErrActivationLinkExpired",
"en": "The activation link is invalid or is expired! But you can login anyway and request the activation e-mail again."
},
{
"-id": "ErrActivationSuccess",
"en": "Your account has been successfully activated. Now, you can setup additional properties of your user profile like photo, avatar, location, signature etc."
},
{
"-id": "PasswordRestoration",
"en": "Password restoration"
},
{
"-id": "ErrCookiesNotEnabled",
"en": "The session could not be started. Either your browser disallows cookies for this site or generally, or the session cookie path is set wrong in relation to the application URL."
},
{
"-id": "ErrWrongLogin",
"en": "Wrong login name or password!"
},
{
"-id": "ErrAccountDeleted",
"en": "Your user account has been deleted!"
},
{
"-id": "ErrAccountNotActivated",
"en": "Your user account is not yet activated! You can request the activation e-mail again or change the e-mail address in your profile.\n\n If the e-mail still does not come, please contact the administration of the forum over the menu \"Contact\"."
},
{
"-id": "ErrAccountNotApproved",
"en": "Your user account is not yet approved by the administrator! You have to wait until the administrator checks and approves your account.\n\n If the approval takes too long, please contact the administration of the forum over the menu \"Contact\"."
},
{
"-id": "WarningAccountNotActivated",
"en": "Your user account is not yet activated! You can request the activation e-mail again."
},
{
"-id": "ErrAccountIsBlocked",
"en": "Your account has been blocked! You can view the reason in your profile in the moderator log."
},
{
"-id": "ErrAccountIsBlockedUntil",
"en": "Your account has been blocked until %s! Time remaining: %s. You can view the reason in your profile."
},
{
"-id": "MsgMasterAdminWarning",
"en": "You are logged in as the master administrator. The master administrator has no profile, no favourites etc. and should be used for system purposes only!"
},
{
"-id": "PasswordRestoreComment",
"en": "Enter the e-mail address assigned to your account. We will send the e-mail with the instructions how to reset your password."
},
{
"-id": "MsgErrEmailNotFound",
"en": "The e-mail '%s' is not associated with any account!"