-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathglobal.pot
15711 lines (13267 loc) · 940 KB
/
global.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
msgid ""
msgstr ""
"Project-Id-Version: pH7Builder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-12 23:42+1300\n"
"PO-Revision-Date: 2022-08-06 11:29+0930\n"
"Last-Translator: Pierre-Henry Soria <hi@ph7.me>\n"
"Language-Team: ¡pH7! - Pierre-Henry Soria <hello@ph7builder.com>\n"
"Language: en_US\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"
"X-Poedit-KeywordsList: t;nt:1,2\n"
"X-Poedit-Basepath: ../../../../..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 3.1.1\n"
"X-Poedit-SearchPath-0: .\n"
#: _protected/app/includes/classes/Cron.php:35
msgid "This cron has already been executed."
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:115
msgid "Whoops! \"%0%\" profile is only visible to members. Please <a href=\"%1%\">login</a> or <a href=\"%2%\">register</a> to see this profile."
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:118
msgid "Whoops! \"%0%\" profile is not available to you."
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:153
msgid "Meet <b>%0%</b> near here!"
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:183
msgid "Register now to message %0%!"
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:213
msgid "Register now to talk to %0%."
msgstr ""
#: _protected/app/includes/classes/ProfileBaseController.php:244
msgid "Free Sign up for %site_name% to become friend with %0%."
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:29
msgid "Hello World"
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:30
msgid "This module is just an example to show how easy you can create modules with pH7Builder"
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:31
msgid "hello world, test, developpers, CMS, Dating CMS, CMS Dating, Social CMS, pH7, pH7 CMS, Dating Script, Social Dating Script, Dating Software, Social Network Software, Social Networking Software"
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:34
msgid "Example of a simple module that displays \"Hello World\""
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:35
msgid "H3 title example"
msgstr ""
#: _protected/app/modules/helloworld/controllers/HomeController.php:36
msgid "Hello %0% %1% How are you on this %2%?"
msgstr ""
#: _protected/app/modules/helloworld/controllers/SecureController.php:26
#: _protected/app/modules/helloworld/controllers/SecureController.php:31
msgid "HTTP Secure Page"
msgstr ""
#: _protected/app/modules/helloworld/controllers/SecureController.php:27
msgid "Simple HTTP Secure Page"
msgstr ""
#: _protected/app/modules/helloworld/controllers/SecureController.php:28
msgid "secure,CMS,PHP,framework,MVC,page,HTTP"
msgstr ""
#: _protected/app/modules/helloworld/install/info/in_conclusion.php:19
msgid "Congrats! The module has been successfully installed."
msgstr ""
#: _protected/app/modules/helloworld/install/info/in_conclusion.php:20
msgid "Thank you for using our module!"
msgstr ""
#: _protected/app/modules/helloworld/install/info/un_conclusion.php:19
msgid "The module has been successfully uninstalled."
msgstr ""
#: _protected/app/modules/helloworld/install/info/un_conclusion.php:20
#: _protected/app/system/modules/payment/controllers/MainController.php:239
#: _repository/module/fake-admin-panel/install/info/un_conclusion.php:35
msgid "Thank you!"
msgstr ""
#: _protected/app/system/core/assets/ajax/LikeCoreAjax.php:58
msgid "You and one other have voted for this!"
msgid_plural "You and %n% other people have voted for this!"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/assets/ajax/LikeCoreAjax.php:59
msgid "Congrats! You're the first one!"
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:60
msgid "Please <b>register</b> or <b>login</b> to vote."
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:97
msgid "You can not vote your own profile!"
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:109
msgid "You have already voted!"
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:119
msgid "Votes"
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:119
msgid "Vote"
msgstr ""
#: _protected/app/system/core/assets/ajax/RatingCoreAjax.php:120
msgid "Score: %0% - %2%: %1%"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:132
msgid "This Username is available!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:132
msgid "Sorry, but this Username is not available."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:151
msgid "Invalid Email Address!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:153
msgid "This email already used by another member."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:155
msgid "Oops! \"%0%\" is not associated with any %site_name% accounts."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:158
msgid "Valid Email!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:175
#, php-format
msgid "Your Password has to contain from %0% to %1% characters."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:178
msgid "Correct Password!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:198
msgid "Your must enter a valid date (Month-Day-Year)."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:200
#, php-format
msgid "You must be %0% to %1% years to register on the site."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:203
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:228
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:248
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:265
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:282
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:301
msgid "OK!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:221
#, php-format
msgid "Please, enter %0% character(s) or more."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:223
#, php-format
msgid "Please, enter %0% character(s) or less."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:225
#: _protected/framework/Layout/Form/Engine/PFBC/Validation/Str.php:57
msgid "Please enter a string."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:231
msgid "This field is required!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:245
msgid "Your name doesn't seem to be correct."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:262
msgid "Your must enter a valid url (e.g. http://ph7builder.com)."
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:284
msgid "Captcha check failed!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:298
msgid "Please enter a correct phone number with area code!"
msgstr ""
#: _protected/app/system/core/assets/ajax/ValidateCoreAjax.php:315
msgid "You need to read and accept the terms of use."
msgstr ""
#: _protected/app/system/core/assets/ajax/popup/confirmCoreAjax.php:43
msgid "Wrong parameters in the URL!"
msgstr ""
#: _protected/app/system/core/assets/ajax/popup/confirmCoreAjax.php:54
msgid "You must be registered to report an abuse."
msgstr ""
#: _protected/app/system/core/assets/cron/24h/BirthdayCoreCron.php:33
msgid "No birthday today."
msgstr ""
#: _protected/app/system/core/assets/cron/24h/BirthdayCoreCron.php:35
msgid "%n% email sent."
msgid_plural "%n% emails sent."
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:69
#: _protected/app/system/core/assets/cron/96h/GeneralCoreCron.php:27
#: _repository/upgrade/0.1.2-0.1.3/info/conclusion.php:16
#: _repository/upgrade/0.1.3-0.1.4/info/conclusion.php:16
#: _repository/upgrade/0.1.4-0.1.6/info/conclusion.php:16
#: _repository/upgrade/0.1.6-0.1.7/info/conclusion.php:16
#: _repository/upgrade/0.1.7-0.8.7/info/conclusion.php:16
#: _repository/upgrade/0.8.7-0.9.8/info/conclusion.php:16
#: _repository/upgrade/0.9.8-0.9.9/info/conclusion.php:16
#: _repository/upgrade/0.9.9-1.0.0/info/conclusion.php:16
#: _repository/upgrade/1.0.0-1.0.1/info/conclusion.php:16
#: _repository/upgrade/1.0.1-1.0.2/info/conclusion.php:16
#: _repository/upgrade/1.0.10-1.1.0/info/conclusion.php:16
#: _repository/upgrade/1.0.2-1.0.3/info/conclusion.php:16
#: _repository/upgrade/1.0.3-1.0.10/info/conclusion.php:17
#: _repository/upgrade/1.1.0-1.1.2/info/conclusion.php:16
#: _repository/upgrade/1.3.6-1.3.7/info/conclusion.php:17
#: _repository/upgrade/1.3.9-1.4.0/info/conclusion.php:17
#: _repository/upgrade/10.2.0-12.0.0/info/conclusion.php:17
#: _repository/upgrade/12.0.0-12.1.0/info/conclusion.php:17
#: _repository/upgrade/12.1.0-12.6.0/info/conclusion.php:17
#: _repository/upgrade/12.6.0-12.9.0/info/conclusion.php:17
#: _repository/upgrade/12.9.0-12.9.7/info/conclusion.php:17
#: _repository/upgrade/12.9.7-12.9.8/info/conclusion.php:17
#: _repository/upgrade/12.9.8-14.0.0/info/conclusion.php:17
#: _repository/upgrade/14.0.0-14.3.0/info/conclusion.php:17
#: _repository/upgrade/14.3.0-14.3.4/info/conclusion.php:17
#: _repository/upgrade/2.0.4-3.1.0/info/conclusion.php:17
#: _repository/upgrade/3.1.0-5.0.0/info/conclusion.php:17
#: _repository/upgrade/5.0.0-6.0.0/info/conclusion.php:17
#: _repository/upgrade/6.0.13-7.1.3/info/conclusion.php:17
#: _repository/upgrade/7.1.3-8.0.2/info/conclusion.php:17
#: _repository/upgrade/8.0.2-10.0.8/info/conclusion.php:17
msgid "Done!"
msgstr ""
#: _protected/app/system/modules/admin123/controllers/UserController.php:460
#: _protected/app/system/modules/affiliate/controllers/AdminController.php:410
msgid "Done! ✔"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:114
msgid "Restart Statistics... OK!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:121
msgid "Backup of the Database... Ok!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:128
msgid "Optimizing tables... OK!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:135
msgid "Repair Database... Ok!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:143
msgid "Deleted %n% temporary message... OK!"
msgid_plural "Deleted %n% temporary messages... OK!"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:163
msgid "Deleting Log... OK!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:182
msgid "Deleted %0% %1% comment(s) ... OK!"
msgstr ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:190
msgid "Deleted %n% message... OK!"
msgid_plural "Deleted %n% messages... OK!"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/assets/cron/96h/DatabaseCoreCron.php:197
msgid "Deleted %n% IM message... OK!"
msgid_plural "Deleted %n% IM messages... OK!"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/assets/cron/96h/GeneralCoreCron.php:42
msgid "Chmod file... Ok!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:114
msgid "Upgrade %software_name% | Version %0%"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:116
msgid "Psst! Do not forget to read the <a href=\"%0%\">documentation page</a> before proceeding with the update."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:149
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:309
msgid "You must be logged in as administrator to upgrade your site."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:158
msgid "No upgrade patches available for %software_name%."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:160
msgid "Upgrade available for %software_name%:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:179
msgid "Version Name: %0%, Version Number: %1%, Version Build: %2%"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:181
msgid "Upgrade <span class=\"bold italic\">%software_version_name% %software_version% Build %software_build%</span> to version <span class=\"bold italic\">%0%</span>"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:182
msgid "Have you made a backup of your website files, folders and database?"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:184
msgid "Description of the upgrade patch:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:187
msgid "Instruction:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:193
msgid "Upgrade patch is not valid!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:201
msgid "No upgrade patches available for your current version: %software_version%, build %software_build%"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:227
msgid "Your update ran successfully!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:231
msgid "The upgrade directory <em>(~%0%)</em> has been deleted!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:232
msgid "Status... OK!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:234
msgid "The upgrade directory <em>(~%0%)</em> could not be deleted, please delete it manually using an FTP client or SSH."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:235
msgid "Status... Failure!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:238
msgid "Please delete the upgrade folder using an FTP client or SSH."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:241
msgid "Conclusion Message:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:300
msgid "Unable to execute the upgrade of the database SQL.<br />Error Message: %0%"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:313
msgid "Your site must be in maintenance mode to begin the upgrade."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:317
msgid "You must put your site in development mode in order to launch the upgrade of your site!"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:318
msgid "1) Please change the permission of the ~%0% file for writing for all groups (0666 in octal)."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:319
msgid "2) Edit ~%0% file and find the code:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:321
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:325
msgid "and replace it with the code:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:323
msgid "3) After installation, please edit ~%0% file and find the code:"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:327
msgid "4) Change the permission of the file to write only for users and reading for the other groups (0644 in octal)."
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:368
msgid "You have %0% error(s):"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:371
msgid "%0%) %1%"
msgstr ""
#: _protected/app/system/core/assets/file/UpgradeCoreFile.php:500
#: _protected/app/system/modules/admin123/inc/class/Module.php:160
msgid "Instruction file not found!"
msgstr ""
#: _protected/app/system/core/assets/js/mailcheck.jsCoreJs.php:33
msgid "Did you mean %0%?"
msgstr ""
#: _protected/app/system/core/classes/BirthdayCore.php:62
#: _protected/app/system/modules/newsletter/forms/processing/SubscriptionFormProcess.php:90
msgid "Hi %0%!"
msgstr ""
#: _protected/app/system/core/classes/BirthdayCore.php:63
msgid "We wish you a very Happy Birthday!"
msgstr ""
#: _protected/app/system/core/classes/BirthdayCore.php:64
msgid "Enjoy yourself and have an amazing day!"
msgstr ""
#: _protected/app/system/core/classes/BirthdayCore.php:72
msgid "Happy Birthday %0%!"
msgstr ""
#: _protected/app/system/core/classes/CommentCore.php:70
msgid "%n% Comment"
msgid_plural "%n% Comments"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/classes/PermissionCore.php:63
msgid "Please register or login to continue."
msgstr ""
#: _protected/app/system/core/classes/PermissionCore.php:77
msgid "Please sign in first 😉"
msgstr ""
#: _protected/app/system/core/classes/PermissionCore.php:91
msgid "Oops! You are already connected."
msgstr ""
#: _protected/app/system/core/classes/PermissionCore.php:110
msgid "Please upgrade your membership!"
msgstr ""
#: _protected/app/system/core/classes/PermissionCore.php:115
msgid "Please go to the admin panel and log in as administrator."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:57
msgid "Password: %0% (please change it next time you login)."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:59
msgid "Password: ****** (hidden to protect against theft of your account. If you have forgotten your password, please request a new one <a href=\"%0%\">here</a>)."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:62
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:59
msgid "Welcome to %site_name%, %0%!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:63
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:60
msgid "Hi %0%! We are proud to welcome you as a member of %site_name%!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:65
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:62
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:38
msgid "Please save the following information for future reference:"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:66
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:63
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:39
msgid "Email: %0%."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:67
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:64
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:40
msgid "Username: %0%."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:70
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:67
#: _protected/app/system/modules/admin123/controllers/UserController.php:444
#: _protected/app/system/modules/affiliate/controllers/AdminController.php:394
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:43
#: _protected/app/system/modules/newsletter/forms/processing/SubscriptionFormProcess.php:94
msgid "You are receiving this email because we received a registration application with \"%0%\" email address for %site_name% (%site_url%)."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:71
#: _protected/app/system/core/forms/processing/ResendActivationCoreFormProcess.php:68
#: _protected/app/system/modules/admin123/controllers/UserController.php:445
#: _protected/app/system/modules/affiliate/controllers/AdminController.php:395
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:44
#: _protected/app/system/modules/newsletter/forms/processing/SubscriptionFormProcess.php:95
msgid "If you think someone has used your email address without your knowledge to create an account on %site_name%, please contact us using our contact form available on our website."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:78
msgid "Hello %0%, Welcome to %site_name%!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:95
msgid "Your account has just been created. You can now login!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:99
msgid "Please activate your account by clicking the activation link you received by email. If you can not find the email, please look in your SPAM FOLDER and mark as not spam."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:103
msgid "Your account must be approved by an administrator. You will receive an email of any decision."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:107
msgid "You have been successfully registered!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:124
#: _protected/app/system/modules/admin123/controllers/UserController.php:435
#: _protected/app/system/modules/affiliate/controllers/AdminController.php:384
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:69
msgid "log in"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:124
msgid "Please %0% to meet new people from today!"
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:130
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:75
#: _protected/app/system/modules/newsletter/forms/processing/SubscriptionFormProcess.php:92
msgid "Activation link: %0%."
msgstr ""
#: _protected/app/system/core/classes/RegistrationCore.php:134
#: _protected/app/system/modules/affiliate/inc/class/Registration.php:79
msgid "Caution! Your account is not activated yet. You will receive an email of any decision."
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:37
msgid "Hi %0%"
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:38
msgid "Someone tried to login more than %0% times with the IP address: \"%1%\"."
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:39
msgid "For safety and security reasons, we have blocked access to this person for a delay of %0% minutes."
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:40
msgid "If it was you who tried to login to your account, we suggest to <a href=\"%1%\">request a new password</a> in %0% minutes."
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:41
msgid "If you don't know the person who made the login attempts, you should be very careful and change your password to a new complex one."
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:43
msgid "Have a nice day!"
msgstr ""
#: _protected/app/system/core/classes/SecurityCore.php:52
msgid "Security Alert: Login Attempts - %site_name%"
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:468
msgid "Sorry, your account has not been activated yet. Please activate it by clicking on the activation link you received by email."
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:470
msgid "Sorry, your account has not been activated yet. An administrator has to review it manually."
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:472
msgid "Your account does not have a valid activation status. Please <a href=\"%0%\">contact the database administrator</a> in order to fix the issue with your account."
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:475
msgid "Sorry, Your account has been banned."
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:499
msgid "Your subscription to our newsletters has been successfully validated!"
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:499
msgid "Your account has been successfully validated. You can now login!"
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:517
msgid "Oops! The URL is either invalid or you already have activated your account."
msgstr ""
#: _protected/app/system/core/classes/UserCore.php:525
msgid "Invalid approach, please use the link that has been send to your email."
msgstr ""
#: _protected/app/system/core/classes/design/AvatarDesignCore.php:114
msgid "See any matching images with this profile photo"
msgstr ""
#: _protected/app/system/core/classes/design/AvatarDesignCore.php:118
msgid "Check it on Google Images"
msgstr ""
#: _protected/app/system/core/classes/design/AvatarDesignCore.php:143
msgid "Administrator"
msgstr ""
#: _protected/app/system/core/classes/design/AvatarDesignCore.php:155
msgid "Ghost"
msgstr ""
#: _protected/app/system/core/classes/design/CommentDesignCore.php:34
msgid "Add a comment"
msgstr ""
#: _protected/app/system/core/classes/design/CommentDesignCore.php:37
#: _protected/app/system/modules/comment/controllers/CommentController.php:71
msgid "Read Comment"
msgid_plural "Read the Comments"
msgstr[0] ""
msgstr[1] ""
#: _protected/app/system/core/classes/design/CommentDesignCore.php:40
msgid "RSS Feed"
msgstr ""
#: _protected/app/system/core/classes/design/LostPwdDesignCore.php:32
msgid "Forgot your password?"
msgstr ""
#: _protected/app/system/core/classes/design/RatingDesignCore.php:47
msgid "Score: %0% - Votes: %1%"
msgstr ""
#: _protected/app/system/core/classes/design/RatingDesignCore.php:55
msgid "You need to be a member for voting."
msgstr ""
#: _protected/app/system/core/classes/design/TwoFactorAuthDesignCore.php:32
#: _protected/app/system/modules/two-factor-auth/controllers/MainController.php:61
msgid "Two-Factor Authentication"
msgstr ""
#: _protected/app/system/core/classes/design/VideoDesignCore.php:94
msgid "Your browser is obsolete. Please use a browser that supports HTML5."
msgstr ""
#: _protected/app/system/core/classes/design/VideoDesignCore.php:97
msgid "Play/Pause"
msgstr ""
#: _protected/app/system/core/classes/design/VideoDesignCore.php:98
msgid "Big"
msgstr ""
#: _protected/app/system/core/classes/design/VideoDesignCore.php:99
msgid "Normal"
msgstr ""
#: _protected/app/system/core/classes/design/VideoDesignCore.php:100
msgid "Small"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:60
#: _protected/app/system/core/classes/design/XmlDesignCore.php:61
msgid "Latest Blog Posts"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:62
msgid "Latest Notes"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:63
msgid "Latest Forum Topics"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:64
msgid "Latest Profile Comments"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:65
msgid "Latest Blog Comments"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:66
msgid "Latest Note Comments"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:67
msgid "Latest Picture Comments"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:68
msgid "Latest Video Comments"
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:90
msgid "No %software_name%'s news found."
msgstr ""
#: _protected/app/system/core/classes/design/XmlDesignCore.php:94
msgid "It seems you don't have Internet (or pH7Builder feed news is temporarily unavailable). Some features on the dashboard won't be available."
msgstr ""
#: _protected/app/system/core/forms/ChangePasswordCoreForm.php:32
msgid "Current password:"
msgstr ""
#: _protected/app/system/core/forms/ChangePasswordCoreForm.php:35
msgid "New password:"
msgstr ""
#: _protected/app/system/core/forms/ChangePasswordCoreForm.php:47
msgid "Repeat new password:"
msgstr ""
#: _protected/app/system/core/forms/ChangePasswordCoreForm.php:48
msgid "Change Password!"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:63
#: _protected/app/system/modules/admin123/forms/SettingForm.php:64
#: _protected/app/system/modules/admin123/forms/SettingForm.php:66
#: _protected/app/system/modules/admin123/forms/SettingForm.php:70
#: _protected/app/system/modules/admin123/forms/SettingForm.php:74
#: _protected/app/system/modules/admin123/forms/SettingForm.php:76
#: _protected/app/system/modules/admin123/forms/SettingForm.php:78
#: _protected/app/system/modules/admin123/forms/SettingForm.php:80
#: _protected/app/system/modules/admin123/forms/SettingForm.php:82
#: _protected/app/system/modules/admin123/forms/SettingForm.php:131
#: _protected/app/system/modules/admin123/forms/SettingForm.php:137
#: _protected/app/system/modules/admin123/forms/SettingForm.php:139
#: _protected/app/system/modules/admin123/forms/SettingForm.php:141
#: _protected/app/system/modules/admin123/forms/SettingForm.php:143
#: _protected/app/system/modules/admin123/forms/SettingForm.php:145
#: _protected/app/system/modules/admin123/forms/SettingForm.php:147
#: _protected/app/system/modules/admin123/forms/SettingForm.php:149
#: _protected/app/system/modules/admin123/forms/SettingForm.php:175
#: _protected/app/system/modules/admin123/forms/SettingForm.php:178
#: _protected/app/system/modules/admin123/forms/SettingForm.php:181
#: _protected/app/system/modules/admin123/forms/SettingForm.php:207
#: _protected/app/system/modules/blog/forms/AdminBlogForm.php:80
#: _protected/app/system/modules/blog/forms/EditAdminBlogForm.php:111
#: _protected/app/system/modules/note/forms/EditNoteForm.php:114
#: _protected/app/system/modules/note/forms/NoteForm.php:83
#: _protected/app/system/modules/user/forms/NotificationForm.php:35
msgid "Enable"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:63
#: _protected/app/system/modules/admin123/forms/SettingForm.php:62
#: _protected/app/system/modules/admin123/forms/SettingForm.php:64
#: _protected/app/system/modules/admin123/forms/SettingForm.php:66
#: _protected/app/system/modules/admin123/forms/SettingForm.php:70
#: _protected/app/system/modules/admin123/forms/SettingForm.php:74
#: _protected/app/system/modules/admin123/forms/SettingForm.php:76
#: _protected/app/system/modules/admin123/forms/SettingForm.php:78
#: _protected/app/system/modules/admin123/forms/SettingForm.php:82
#: _protected/app/system/modules/admin123/forms/SettingForm.php:131
#: _protected/app/system/modules/admin123/forms/SettingForm.php:137
#: _protected/app/system/modules/admin123/forms/SettingForm.php:139
#: _protected/app/system/modules/admin123/forms/SettingForm.php:141
#: _protected/app/system/modules/admin123/forms/SettingForm.php:143
#: _protected/app/system/modules/admin123/forms/SettingForm.php:145
#: _protected/app/system/modules/admin123/forms/SettingForm.php:147
#: _protected/app/system/modules/admin123/forms/SettingForm.php:149
#: _protected/app/system/modules/admin123/forms/SettingForm.php:175
#: _protected/app/system/modules/admin123/forms/SettingForm.php:178
#: _protected/app/system/modules/admin123/forms/SettingForm.php:181
#: _protected/app/system/modules/admin123/forms/SettingForm.php:207
#: _protected/app/system/modules/blog/forms/AdminBlogForm.php:80
#: _protected/app/system/modules/blog/forms/EditAdminBlogForm.php:111
#: _protected/app/system/modules/note/forms/EditNoteForm.php:114
#: _protected/app/system/modules/note/forms/NoteForm.php:83
#: _protected/app/system/modules/user/forms/NotificationForm.php:35
msgid "Disable"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:67
msgid "Production"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:67
msgid "Development"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:67
msgid "If you see \"Internal Server Error\" message on your site, please set to \"development\" mode in order to see the details of the error. If your site is on production (and visible by everyone) please set it to the production mode for security reasons."
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:106
msgid "Enable General Cache. Database caching and other expensive server calculations"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:110
msgid "Enable HTML Cache. Caches some HTML pages (e.g., TOS, privacy, site map, ... pages)"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:114
msgid "Enable Static Cache. Used to store compressed/minified JS/CSS files"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:118
msgid "Enable data-URIs; Converts images to base64 (if file size is lower than %0%)"
msgstr ""
#: _protected/app/system/core/forms/ConfigFileCoreForm.php:122
msgid "Currency Sign (for display purposes only)"
msgstr ""
#: _protected/app/system/core/forms/ConfirmCoreForm.php:31
msgid "Are you sure you want to do this?"
msgstr ""
#: _protected/app/system/core/forms/ConfirmCoreForm.php:32
msgid "Warning, this action is irreversible!"
msgstr ""
#: _protected/app/system/core/forms/ConfirmCoreForm.php:40
#: _protected/app/system/modules/invite/forms/InviteForm.php:40
#: _protected/app/system/modules/report/forms/ReportForm.php:40
msgid "Cancel"
msgstr ""
#: _protected/app/system/core/forms/CountryRestrictionCoreForm.php:34
msgid "List of countries"
msgstr ""
#: _protected/app/system/core/forms/CountryRestrictionCoreForm.php:44
#: _protected/app/system/modules/admin123/forms/AdsForm.php:35
#: _protected/app/system/modules/admin123/forms/BlockCountryForm.php:44
#: _protected/app/system/modules/admin123/forms/DisableModuleForm.php:65
#: _protected/app/system/modules/admin123/forms/EditForm.php:60
#: _protected/app/system/modules/admin123/forms/ProtectedFileForm.php:54
#: _protected/app/system/modules/admin123/forms/PublicFileForm.php:39
#: _protected/app/system/modules/admin123/forms/SettingForm.php:324
#: _protected/app/system/modules/affiliate/forms/EditForm.php:86
#: _protected/app/system/modules/comment/forms/EditCommentForm.php:37
#: _protected/app/system/modules/user/forms/AvatarForm.php:38
#: _protected/app/system/modules/user/forms/DesignForm.php:37
#: _protected/app/system/modules/user/forms/EditForm.php:108
msgid "Save"
msgstr ""
#: _protected/app/system/core/forms/CountryRestrictionCoreForm.php:73
msgid "You can select/multi-select the list of available countries <strong>to be shown on the registration and user search forms</strong>."
msgstr ""
#: _protected/app/system/core/forms/CountryRestrictionCoreForm.php:75
msgid "You can select/multi-select the list of available countries <strong>to be shown on the registration form</strong>."
msgstr ""
#: _protected/app/system/core/forms/CountryRestrictionCoreForm.php:79
msgid "If you need to block all Internet traffic to your website from a specific country, please use <a href=\"%0%\">Country Blocker</a> tool."
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:32
#: _protected/app/system/modules/admin123/forms/LoginForm.php:32
#: _protected/app/system/modules/affiliate/forms/JoinForm.php:46
#: _protected/app/system/modules/affiliate/forms/LoginForm.php:32
#: _protected/app/system/modules/user/forms/LoginForm.php:32
#: _repository/module/fake-admin-panel/forms/LoginForm.php:34
msgid "Your Password:"
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:33
msgid "Your Reason:"
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:33
msgid "Please be specific why you want to leave us."
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:33
msgid "It will hep us to improve our service and make it the best one for you!"
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:35
msgid "Why:"
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:35
msgid "I'm not happy with the service."
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:35
msgid "I met someone."
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:35
msgid "Other. I said the reason above."
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:36
#: _protected/app/system/core/forms/ResendActivationCoreForm.php:40
#: _protected/app/system/modules/admin123/forms/LoginForm.php:37
#: _protected/app/system/modules/admin123/forms/SettingForm.php:245
#: _protected/app/system/modules/affiliate/forms/JoinForm.php:76
#: _protected/app/system/modules/affiliate/forms/LoginForm.php:35
#: _protected/app/system/modules/comment/forms/CommentForm.php:34
#: _protected/app/system/modules/contact/forms/ContactForm.php:47
#: _protected/app/system/modules/forum/forms/MsgForm.php:59
#: _protected/app/system/modules/forum/forms/ReplyMsgForm.php:32
#: _protected/app/system/modules/invite/forms/InviteForm.php:37
#: _protected/app/system/modules/lost-password/forms/ForgotPasswordForm.php:49
#: _protected/app/system/modules/mail/forms/MailForm.php:83
#: _protected/app/system/modules/newsletter/forms/SubscriptionForm.php:39
#: _protected/app/system/modules/note/forms/NoteForm.php:86
#: _protected/app/system/modules/user/forms/JoinForm.php:57
#: _protected/app/system/modules/user/forms/LoginForm.php:36
#: _repository/module/fake-admin-panel/forms/LoginForm.php:37
msgid "Captcha"
msgstr ""
#: _protected/app/system/core/forms/DeleteUserCoreForm.php:36
#: _protected/app/system/core/forms/ResendActivationCoreForm.php:40
#: _protected/app/system/modules/admin123/forms/LoginForm.php:42
#: _protected/app/system/modules/affiliate/forms/JoinForm.php:76
#: _protected/app/system/modules/affiliate/forms/LoginForm.php:35
#: _protected/app/system/modules/comment/forms/CommentForm.php:34
#: _protected/app/system/modules/contact/forms/ContactForm.php:47
#: _protected/app/system/modules/forum/forms/MsgForm.php:59
#: _protected/app/system/modules/forum/forms/ReplyMsgForm.php:32
#: _protected/app/system/modules/invite/forms/InviteForm.php:37
#: _protected/app/system/modules/lost-password/forms/ForgotPasswordForm.php:54
#: _protected/app/system/modules/mail/forms/MailForm.php:88
#: _protected/app/system/modules/newsletter/forms/SubscriptionForm.php:39
#: _protected/app/system/modules/note/forms/NoteForm.php:86
#: _protected/app/system/modules/user/forms/JoinForm.php:57
#: _protected/app/system/modules/user/forms/LoginForm.php:36
#: _repository/module/fake-admin-panel/forms/LoginForm.php:37
msgid "Enter the below code:"
msgstr ""
#: _protected/app/system/core/forms/DynamicFieldCoreForm.php:47
#: _protected/app/system/modules/admin123/forms/AddUserForm.php:69
#: _protected/app/system/modules/affiliate/forms/AddAffiliateForm.php:52
#: _protected/app/system/modules/forum/forms/EditForumForm.php:46