-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmessages.pot
10582 lines (8535 loc) · 347 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# en_US translation of FOSSBilling Application
# Copyright 2022 FOSSBilling
# Copyright 2011-2021 BoxBilling
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 4\n"
"POT-Creation-Date: 2024-06-07 20:48-0700\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: FOSSBilling TM <[email protected]>\n"
"Language-Team: FOSSBilling TM <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Poedit 3.4.3\n"
"X-Poedit-Basepath: ../FOSSBilling/src\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SearchPathExcluded-1: *.html\n"
"X-Poedit-SearchPathExcluded-2: *.css\n"
"X-Poedit-SearchPathExcluded-3: *.scss\n"
"X-Poedit-SearchPathExcluded-4: *.md\n"
"X-Poedit-SearchPathExcluded-5: vendor\n"
"X-Poedit-SearchPathExcluded-6: load.php\n"
"X-Poedit-SearchPathExcluded-7: install\n"
#: di.php:310
msgid ""
"It appears you are trying to use FOSSBilling without the PHP intl extension "
"enabled. FOSSBilling includes a polyfill for the intl extension, however it "
"does not support :locale. Please enable the intl extension."
msgstr ""
#: di.php:358 di.php:432
msgid "Client is not logged in"
msgstr ""
#: di.php:398 di.php:470
msgid "Admin is not logged in"
msgstr ""
#: di.php:510
msgid "Unrecognized Handler type: "
msgstr ""
#: di.php:520
msgid "Please check your mailbox and confirm your email address."
msgstr ""
#: index.php:80 library/Box/App.php:335 library/Box/AppClient.php:70
msgid "Page :url not found"
msgstr ""
#: index.php:87
msgid "HTTP Error :err_code occurred while attempting to load :url"
msgstr ""
#: library/Api/Abstract.php:59
msgid "Mod object is not set for the service"
msgstr ""
#: library/Api/Handler.php:41
msgid "Method :method must contain underscore"
msgstr ""
#: library/Api/Handler.php:54 library/Box/Mod.php:57
msgid "Invalid module name"
msgstr ""
#: library/Api/Handler.php:60
msgid "FOSSBilling module :mod is not installed/activated"
msgstr ""
#: library/Api/Handler.php:68
msgid "You do not have access to the :mod module"
msgstr ""
#: library/Api/Handler.php:84
msgid "Api class must be an instance of Api_Abstract"
msgstr ""
#: library/Api/Handler.php:100
msgid ":type API call :method does not exist in module :module"
msgstr ""
#: library/Box/App.php:297
msgid "The system is undergoing maintenance. Please try again later"
msgstr ""
#: library/Box/AppAdmin.php:35 modules/Extension/Service.php:757
msgid "You do not have permission to access the :mod: module"
msgstr ""
#: library/Box/AppClient.php:89
msgid "Page not found"
msgstr ""
#: library/Box/Crypt.php:23
msgid "The PHP OpenSSL extension must be enabled on your server"
msgstr ""
#: library/Box/Log.php:69
msgid "Missing log message"
msgstr ""
#: library/Box/Log.php:86 library/Box/Log.php:101
msgid "Bad log priority"
msgstr ""
#: library/Box/Mod.php:76
msgid "Module :mod manifest file is missing"
msgstr ""
#: library/Box/Mod.php:81
msgid "Module :mod manifest file is invalid. Check file syntax and permissions."
msgstr ""
#: library/Box/Mod.php:125
msgid "Module :mod does not have service class"
msgstr ""
#: library/Box/Mod.php:144
msgid "Module :mod Client controller class was not found"
msgstr ""
#: library/Box/Mod.php:219
msgid "Core modules cannot be updated"
msgstr ""
#: library/Box/Pagination.php:44 library/Box/Pagination.php:77
msgid "Invalid page number"
msgstr ""
#: library/Box/Pagination.php:47 library/Box/Pagination.php:80
#: modules/Client/Service.php:183
msgid "Invalid per page number"
msgstr ""
#: library/Box/Period.php:43
msgid "Invalid period code. Period definition must be 2 chars length"
msgstr ""
#: library/Box/Period.php:52
msgid "Period Error. Unit :unit is not defined"
msgstr ""
#: library/Box/Period.php:63
msgid ""
"Invalid period quantity :qty for unit :unit. Allowed range is from :from to :to"
msgstr ""
#: library/Box/Period.php:83
msgid "Every week"
msgstr ""
#: library/Box/Period.php:84
msgid "Every month"
msgstr ""
#: library/Box/Period.php:85
#: themes/admin_default/html/partial_pricing.html.twig:90
msgid "Every 3 months"
msgstr ""
#: library/Box/Period.php:86
#: themes/admin_default/html/partial_pricing.html.twig:108
msgid "Every 6 months"
msgstr ""
#: library/Box/Period.php:87
#: themes/admin_default/html/partial_pricing.html.twig:125
msgid "Every year"
msgstr ""
#: library/Box/Period.php:88
#: themes/admin_default/html/partial_pricing.html.twig:142
msgid "Every 2 years"
msgstr ""
#: library/Box/Period.php:89
#: themes/admin_default/html/partial_pricing.html.twig:160
msgid "Every 3 years"
msgstr ""
#: library/Box/Period.php:124
msgid "Every :number day"
msgid_plural "Every :number days"
msgstr[0] ""
msgstr[1] ""
#: library/Box/Period.php:125
msgid "Every :number week"
msgid_plural "Every :number weeks"
msgstr[0] ""
msgstr[1] ""
#: library/Box/Period.php:126
msgid "Every :number month"
msgid_plural "Every :number months"
msgstr[0] ""
msgstr[1] ""
#: library/Box/Period.php:127
msgid "Every :number year"
msgid_plural "Every :number years"
msgstr[0] ""
msgstr[1] ""
#: library/Box/Period.php:128 library/Box/Period.php:164
msgid "Unit not defined"
msgstr ""
#: library/Box/Period.php:149
msgid "Unable to get the number of months for :unit"
msgstr ""
#: library/Box/Translate.php:55
msgid ""
"Unable to set up FOSSBilling translation functionality, locale was undefined."
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "second"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "minute"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "hour"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "day"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "week"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "month"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "year"
msgstr ""
#: library/Box/TwigExtensions.php:251
msgid "decade"
msgstr ""
#: library/Box/TwigLoader.php:23 library/Box/TwigLoader.php:27
#: library/Box/TwigLoader.php:31
msgid "Missing :missing: param for Box_TwigLoader"
msgstr ""
#: library/FOSSBilling/CentralAlerts.php:119
msgid ""
"Unable to fetch alerts from Central Alerts System. See the error log for more "
"information."
msgstr ""
#: library/FOSSBilling/CentralAlerts.php:127
msgid "Invalid response from the FOSSBilling Central Alerts System."
msgstr ""
#: library/FOSSBilling/Config.php:90
msgid "An error occurred when creating a backup of the configuration file."
msgstr ""
#: library/FOSSBilling/Config.php:96
msgid "An error occurred when writing the updated configuration file."
msgstr ""
#: library/FOSSBilling/Config.php:145
msgid "Too many iterations were performed while formatting the config file"
msgstr ""
#: library/FOSSBilling/ExtensionManager.php:57
msgid ""
"Unable to fetch the extension details from the FOSSBilling extension directory."
msgstr ""
#: library/FOSSBilling/ExtensionManager.php:79
msgid "An error occurred when fetching the extensions releases"
msgstr ""
#: library/FOSSBilling/ExtensionManager.php:102
msgid "Unable to fetch the latest extension release."
msgstr ""
#: library/FOSSBilling/ExtensionManager.php:175
msgid "Unable to connect to the FOSSBilling extension directory."
msgstr ""
#: library/FOSSBilling/ExtensionManager.php:183
msgid "Invalid response from the FOSSBilling extension directory."
msgstr ""
#: library/FOSSBilling/Mail.php:119
msgid ""
"Provided priority (:priority) is invalid. Please provide an integer between 1 "
"and 5 or use the pre-defined symfony constants."
msgstr ""
#: library/FOSSBilling/Mail.php:136
msgid ""
"FOSSBilling requires the proc_open PHP function to be enabled when using the "
"sendmail transport"
msgstr ""
#: library/FOSSBilling/Mail.php:146
msgid "A SendGrid API key is required to send emails via SendGrid"
msgstr ""
#: library/FOSSBilling/Mail.php:153
msgid ""
"Unable to send email: 'Custom' transport method was selected without a custom "
"DSN"
msgstr ""
#: library/FOSSBilling/Mail.php:159
msgid "Unknown mail transport: :transport"
msgstr ""
#: library/FOSSBilling/Mail.php:167
msgid "Failed to send email via :transport with the exception :e"
msgstr ""
#: library/FOSSBilling/Mail.php:183
msgid "SMTP host or port is not configured"
msgstr ""
#: library/FOSSBilling/PasswordManager.php:35
msgid "Invalid password hash provided"
msgstr ""
#: library/FOSSBilling/Tools.php:59 library/FOSSBilling/Tools.php:252
msgid "Service class :class was not found in :path"
msgstr ""
#: library/FOSSBilling/Tools.php:161
msgid "We were unable to generate a password with the required parameters"
msgstr ""
#: library/FOSSBilling/Tools.php:301
#: modules/Staff/html_admin/mod_staff_password_reset.html.twig:21
#: modules/Staff/html_admin/mod_staff_password_update.html.twig:21
msgid "Email address"
msgstr ""
#: library/FOSSBilling/Tools.php:303 library/FOSSBilling/Validate.php:187
#: modules/Servicehosting/Api/Guest.php:38
msgid ":friendlyName: is invalid"
msgstr ""
#: library/FOSSBilling/Update.php:148
msgid ""
"Failed to download the latest version information. Further details are "
"available in the error log."
msgstr ""
#: library/FOSSBilling/Update.php:213 modules/System/Api/Admin.php:192
msgid "You have the latest version of FOSSBilling. You do not need to update."
msgstr ""
#: library/FOSSBilling/Update.php:225
msgid ""
"FOSSBilling :version: requires at least PHP :min_php:, but you are running :"
"current_php:."
msgstr ""
#: library/FOSSBilling/Update.php:236
msgid ""
"The download URL for this release was not specified as a trusted one. Update "
"canceled for security reasons."
msgstr ""
#: library/FOSSBilling/Update.php:257
msgid ""
"Failed to download the update archive. Further details are available in the "
"error log."
msgstr ""
#: library/FOSSBilling/Update.php:271 modules/Extension/Service.php:481
msgid ""
"Failed to extract file, please check file and folder permissions. Further "
"details are available in the error log."
msgstr ""
#: library/FOSSBilling/Update.php:299
msgid ""
"Unable to clear cache and/or remove install folder. Further details are "
"available in the error log."
msgstr ""
#: library/FOSSBilling/UpdatePatcher.php:49
msgid "Unable to load existing configuration"
msgstr ""
#: library/FOSSBilling/UpdatePatcher.php:153
msgid ""
"There was an error while applying database patches. Please check the error log "
"for information on the error, correct it, and then perform the backup patching "
"method to complete the update."
msgstr ""
#: library/FOSSBilling/Validate.php:130
msgid "Minimum password length is 8 characters."
msgstr ""
#: library/FOSSBilling/Validate.php:134
msgid "Maximum password length is 256 characters."
msgstr ""
#: library/FOSSBilling/Validate.php:138
msgid "Password must include at least one number."
msgstr ""
#: library/FOSSBilling/Validate.php:142
msgid "Password must include at least one lowercase letter."
msgstr ""
#: library/FOSSBilling/Validate.php:146
msgid "Password must include at least one uppercase letter."
msgstr ""
#: library/FOSSBilling/Validate.php:185
#: modules/Client/html_client/mod_client_profile.html.twig:71
msgid "Birthdate"
msgstr ""
#: library/FOSSBilling/i18n.php:149
msgid ""
"Unable to enable / disable the locale as it is not present in the locale "
"folder."
msgstr ""
#: library/Model/ProductDomainTable.php:219
msgid "Could not determine domain price. Domain action is missing"
msgstr ""
#: library/Model/ProductDomainTable.php:236
msgid "Unknown TLD. Could not determine registration price"
msgstr ""
#: library/Model/ProductDomainTable.php:257
msgid "Domain product cannot be removed."
msgstr ""
#: library/Model/ProductTable.php:61
msgid "Unknown period selected "
msgstr ""
#: library/Model/ProductTable.php:74
msgid "Product pricing could not be determined. "
msgstr ""
#: library/Model/ProductTable.php:104
msgid "Unknown period selected for setup price"
msgstr ""
#: library/Model/ProductTable.php:126
msgid "Product :id payment type is recurrent, but period was not selected"
msgstr ""
#: library/Model/ProductTable.php:138
msgid "Unknown Period selected for price"
msgstr ""
#: library/Payment/Adapter/ClientBalance.php:59
msgid "Your account balance is insufficient to cover this invoice."
msgstr ""
#: library/Payment/Adapter/ClientBalance.php:64
#: library/Payment/Adapter/ClientBalance.php:92
#: library/Payment/Adapter/ClientBalance.php:127
msgid "You may not pay a deposit invoice with this payment gateway."
msgstr ""
#: library/Payment/Adapter/ClientBalance.php:82
#: library/Payment/Adapter/PayPalEmail.php:75
msgid "IPN is invalid"
msgstr ""
#: library/Payment/Adapter/ClientBalance.php:121
msgid "ClientBalance gateway is not enabled"
msgstr ""
#: library/Payment/Adapter/PayPalEmail.php:30
#: library/Payment/Adapter/Stripe.php:34 library/Payment/Adapter/Stripe.php:37
#: library/Payment/Adapter/Stripe.php:43 library/Payment/Adapter/Stripe.php:46
msgid ""
"The \":pay_gateway\" payment gateway is not fully configured. Please configure "
"the :missing"
msgstr ""
#: library/Payment/Adapter/PayPalEmail.php:121
msgid "Cannot process duplicate IPN"
msgstr ""
#: library/Payment/Adapter/PayPalEmail.php:265
msgid "Redirecting to PayPal.com"
msgstr ""
#: library/Payment/Adapter/PayPalEmail.php:305
#: library/Payment/Adapter/Stripe.php:113 modules/Invoice/Service.php:1359
msgid "Payment for invoice :serie:id [:title]"
msgstr ""
#: library/Payment/Adapter/Stripe.php:115 modules/Invoice/Service.php:1361
msgid "Payment for invoice :serie:id"
msgstr ""
#: library/Payment/Adapter/Stripe.php:188
msgid "There was an error when processing the transaction"
msgstr ""
#: library/Payment/AdapterAbstract.php:51
msgid "Return URL for the payment gateway was not set"
msgstr ""
#: library/Payment/AdapterAbstract.php:58
msgid "Cancel URL for the payment gateway was not set"
msgstr ""
#: library/Payment/AdapterAbstract.php:66
msgid "IPN Notification URL for the payment gateway was not set"
msgstr ""
#: library/Payment/AdapterAbstract.php:76
msgid "IPN redirect URL for the payment gateway was not set"
msgstr ""
#: library/Registrar/Adapter/Email.php:23
#: library/Registrar/Adapter/Internetbs.php:18
#: library/Registrar/Adapter/Internetbs.php:25
#: library/Registrar/Adapter/Namecheap.php:30
#: library/Registrar/Adapter/Namecheap.php:36
#: library/Registrar/Adapter/Namecheap.php:48
#: library/Registrar/Adapter/Netearthone.php:11
#: library/Registrar/Adapter/Netearthone.php:18
#: library/Registrar/Adapter/Resellbiz.php:11
#: library/Registrar/Adapter/Resellbiz.php:18
#: library/Registrar/Adapter/Resellerclub.php:41
#: library/Registrar/Adapter/Resellerclub.php:48
#: library/Registrar/Adapter/Resellerid.php:11
#: library/Registrar/Adapter/Resellerid.php:18
msgid ""
"The \":domain_registrar\" domain registrar is not fully configured. Please "
"configure the :missing"
msgstr ""
#: library/Registrar/Adapter/Email.php:64 library/Registrar/Adapter/Email.php:69
msgid ":type: registrar is unable to :action:"
msgstr ""
#: library/Registrar/Adapter/Internetbs.php:161
msgid "get domain details"
msgstr ""
#: library/Registrar/Adapter/Internetbs.php:163
#: library/Registrar/Adapter/Namecheap.php:158
#: library/Registrar/Adapter/Namecheap.php:165
#: library/Registrar/Adapter/Namecheap.php:241
#: library/Registrar/Adapter/Namecheap.php:346
#: library/Registrar/Adapter/Namecheap.php:593
#: library/Registrar/Adapter/Namecheap.php:660
#: library/Registrar/Adapter/Namecheap.php:687
#: library/Registrar/Adapter/Namecheap.php:719
#: library/Registrar/Adapter/Resellerclub.php:386
#: library/Registrar/Adapter/Resellerclub.php:708
#: library/Registrar/Adapter/Resellerclub.php:715
#: library/Registrar/Adapter/Resellerclub.php:722
msgid ""
"Failed to :action: with the :type: registrar, check the error logs for further "
"details"
msgstr ""
#: library/Registrar/Adapter/Internetbs.php:169
#: library/Registrar/Adapter/Namecheap.php:568
msgid "deleting domains"
msgstr ""
#: library/Registrar/Adapter/Internetbs.php:169
#: library/Registrar/Adapter/Namecheap.php:428
#: library/Registrar/Adapter/Namecheap.php:568 library/Server/Manager/CWP.php:344
#: library/Server/Manager/CWP.php:357 library/Server/Manager/CWP.php:370
#: library/Server/Manager/Directadmin.php:132
#: library/Server/Manager/Directadmin.php:146
#: library/Server/Manager/Directadmin.php:208
#: library/Server/Manager/Directadmin.php:457
#: library/Server/Manager/Hestia.php:296 library/Server/Manager/Hestia.php:306
#: library/Server/Manager/Hestia.php:341 library/Server/Manager/Plesk.php:101
#: library/Server/Manager/Plesk.php:314 library/Server/Manager/Plesk.php:360
msgid ":type: does not support :action:"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:99
msgid "Premium domains cannot be registered."
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:239
msgid "update nameservers"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:344
msgid "retrieve domain details"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:428
msgid "retrieving the transfer code"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:591
msgid "retrieve privacy information"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:658
msgid "get the domain lock status"
msgstr ""
#: library/Registrar/Adapter/Namecheap.php:685
#: library/Registrar/Adapter/Namecheap.php:717
msgid "set the domain lock status"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:317
msgid ""
"A valid contact company number is mandatory for registering an .AU domain name"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:384
msgid "get the transfer code"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:583
msgid "You are already registered as reseller"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:846
msgid ""
"Valid contact passport information is required while registering ES domain name"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:865
msgid ""
"Valid contact passport information is required while registering ASIA domain "
"name"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:889
msgid "Valid contact birthdate is required while registering RU domain name"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:893
msgid ""
"Valid contact passport information is required while registering RU domain name"
msgstr ""
#: library/Registrar/Adapter/Resellerclub.php:980
msgid "Contact not found"
msgstr ""
#: library/Server/Manager/CWP.php:52 library/Server/Manager/CWP.php:56
#: library/Server/Manager/CWP.php:60 library/Server/Manager/Directadmin.php:66
#: library/Server/Manager/Directadmin.php:71
#: library/Server/Manager/Directadmin.php:76 library/Server/Manager/Whm.php:63
#: library/Server/Manager/Whm.php:67 library/Server/Manager/Whm.php:71
msgid ""
"The \":server_manager\" server manager is not fully configured. Please "
"configure the :missing"
msgstr ""
#: library/Server/Manager/CWP.php:115 library/Server/Manager/Directadmin.php:677
#: library/Server/Manager/Hestia.php:111 library/Server/Manager/Hestia.php:378
#: library/Server/Manager/Plesk.php:86
msgid ""
"Failed to connect to the :type: server. Please verify your credentials and "
"configuration"
msgstr ""
#: library/Server/Manager/CWP.php:184 library/Server/Manager/Plesk.php:144
msgid "create account"
msgstr ""
#: library/Server/Manager/CWP.php:186 library/Server/Manager/CWP.php:213
#: library/Server/Manager/CWP.php:240 library/Server/Manager/CWP.php:270
#: library/Server/Manager/CWP.php:299 library/Server/Manager/CWP.php:328
#: library/Server/Manager/Directadmin.php:693
#: library/Server/Manager/Hestia.php:164 library/Server/Manager/Hestia.php:181
#: library/Server/Manager/Hestia.php:208 library/Server/Manager/Hestia.php:232
#: library/Server/Manager/Hestia.php:257 library/Server/Manager/Hestia.php:283
#: library/Server/Manager/Hestia.php:328 library/Server/Manager/Plesk.php:146
#: library/Server/Manager/Whm.php:578 library/Server/Manager/Whm.php:585
#: library/Server/Manager/Whm.php:592 library/Server/Manager/Whm.php:599
#: library/Server/Manager/Whm.php:606
msgid ""
"Failed to :action: on the :type: server, check the error logs for further "
"details"
msgstr ""
#: library/Server/Manager/CWP.php:211 library/Server/Manager/Hestia.php:206
msgid "suspend account"
msgstr ""
#: library/Server/Manager/CWP.php:238 library/Server/Manager/Hestia.php:230
msgid "unsuspend account"
msgstr ""
#: library/Server/Manager/CWP.php:268 library/Server/Manager/Hestia.php:255
msgid "cancel account"
msgstr ""
#: library/Server/Manager/CWP.php:297 library/Server/Manager/Hestia.php:281
msgid "change account package"
msgstr ""
#: library/Server/Manager/CWP.php:326 library/Server/Manager/Hestia.php:326
msgid "change account password"
msgstr ""
#: library/Server/Manager/CWP.php:344 library/Server/Manager/Directadmin.php:208
#: library/Server/Manager/Hestia.php:296 library/Server/Manager/Plesk.php:314
msgid "username changes"
msgstr ""
#: library/Server/Manager/CWP.php:357 library/Server/Manager/Directadmin.php:132
#: library/Server/Manager/Hestia.php:306
msgid "changing the account domain"
msgstr ""
#: library/Server/Manager/CWP.php:370 library/Server/Manager/Directadmin.php:146
#: library/Server/Manager/Hestia.php:341 library/Server/Manager/Plesk.php:360
msgid "changing the account IP"
msgstr ""
#: library/Server/Manager/Directadmin.php:226
msgid "There are no available IPs on this server."
msgstr ""
#: library/Server/Manager/Directadmin.php:342
msgid ""
"Unable to assign the Reseller ANY IPs. Make sure to have free, unassigned IPs."
msgstr ""
#: library/Server/Manager/Directadmin.php:346
msgid "Error creating user"
msgstr ""
#: library/Server/Manager/Directadmin.php:457
msgid "synchronizing the account"
msgstr ""
#: library/Server/Manager/Directadmin.php:502
msgid "Server Manager DirectAdmin Error: \"Account is not suspended\""
msgstr ""
#: library/Server/Manager/Directadmin.php:669 library/Server/Manager/Whm.php:561
msgid "HttpClientException: :error"
msgstr ""
#: library/Server/Manager/Directadmin.php:682
msgid ""
"Server Manager DirectAdmin Error: \"The request you have made cannot be "
"executed because it does not exist in your authority level\""
msgstr ""
#: library/Server/Manager/Hestia.php:162
msgid "create user"
msgstr ""
#: library/Server/Manager/Hestia.php:175
msgid "delete domain"
msgstr ""
#: library/Server/Manager/Hestia.php:175 library/Server/Manager/Hestia.php:179
msgid "create domain"
msgstr ""
#: library/Server/Manager/Hestia.php:177
msgid ""
"Failed to :action1: on the :type: server after failed to :action2:, check the "
"error logs for further details"
msgstr ""
#: library/Server/Manager/Plesk.php:101
msgid "account synchronization"
msgstr ""
#: library/Server/Manager/Plesk.php:255
msgid "Can't modify client"
msgstr ""
#: modules/Activity/Controller/Admin.php:33
msgid "Activity"
msgstr ""
#: modules/Activity/Controller/Admin.php:40
msgid "Event history"
msgstr ""
#: modules/Activity/Service.php:35
msgid "Delete activity"
msgstr ""
#: modules/Activity/Service.php:36
msgid "Allows the staff member to delete recorded activity."
msgstr ""
#: modules/Api/Controller/Client.php:50 modules/Api/Controller/Client.php:256
msgid "Unknown API call :call"
msgstr ""
#: modules/Api/Controller/Client.php:132
msgid "Invalid request. Make sure request origin is :from"
msgstr ""
#: modules/Api/Controller/Client.php:143
msgid "Unauthorized IP"
msgstr ""
#: modules/Api/Controller/Client.php:198 modules/Api/Controller/Client.php:202
#: modules/Api/Controller/Client.php:206 modules/Api/Controller/Client.php:220
#: modules/Api/Controller/Client.php:229 modules/Api/Controller/Client.php:243
msgid "Authentication Failed"
msgstr ""
#: modules/Api/Controller/Client.php:335
msgid "CSRF token invalid"
msgstr ""
#: modules/Cart/Api/Guest.php:57 modules/Currency/Api/Admin.php:68
#: modules/Currency/Api/Admin.php:199 modules/Currency/Api/Guest.php:47
#: modules/Currency/Service.php:335 modules/Currency/Service.php:401
#: modules/Currency/Service.php:648
msgid "Currency not found"
msgstr ""
#: modules/Cart/Api/Guest.php:96 modules/Cart/Api/Guest.php:104
#: modules/Cart/Service.php:450
msgid "The promo code has expired or does not exist"
msgstr ""
#: modules/Cart/Api/Guest.php:100 modules/Cart/Service.php:454
msgid "Promo code cannot be applied to your account"
msgstr ""
#: modules/Cart/Api/Guest.php:161
msgid "Addon products cannot be added separately."
msgstr ""
#: modules/Cart/Api/Guest.php:175
msgid ""
"One or more of your selected add-ons are invalid for the associated product."
msgstr ""
#: modules/Cart/Service.php:102
msgid "Selected billing period is invalid"
msgstr ""
#: modules/Cart/Service.php:109
msgid "This item is currently out of stock"
msgstr ""
#: modules/Cart/Service.php:142
msgid "Selected billing period is invalid for the selected add-on"
msgstr ""
#: modules/Cart/Service.php:236 modules/Product/Api/Guest.php:82
msgid "Product not found"
msgstr ""
#: modules/Cart/Service.php:298
msgid "Add products to your cart before applying promo code"
msgstr ""
#: modules/Cart/Service.php:446
msgid ""
"You have already used this promo code. Please remove the promo code and "
"checkout again."
msgstr ""
#: modules/Cart/Service.php:506
msgid "Cannot checkout an empty cart"
msgstr ""
#: modules/Cart/Service.php:518
msgid ""
"Selected currency :selected does not match your profile currency :code. Please "
"change cart currency to continue."
msgstr ""
#: modules/Cart/Service.php:534
msgid ""
"Unable to complete order. One or more of the selected products are invalid."
msgstr ""
#: modules/Cart/Service.php:609
msgid "Discount: :product"
msgstr ""
#: modules/Cart/Service.php:621
msgid ":product setup"
msgstr ""
#: modules/Client/Api/Admin.php:149 modules/Client/Api/Admin.php:239
#: modules/Client/Api/Guest.php:84 modules/Profile/Service.php:133
msgid "This email address is already registered."
msgstr ""
#: modules/Client/Api/Admin.php:323 modules/Client/Api/Guest.php:227
#: modules/Profile/Api/Admin.php:111 modules/Profile/Api/Client.php:113
#: modules/Staff/Api/Admin.php:123 modules/Staff/Api/Guest.php:107
msgid "Passwords do not match"
msgstr ""
#: modules/Client/Api/Admin.php:483
msgid "Event not found"
msgstr ""
#: modules/Client/Api/Admin.php:567
msgid "Group has clients assigned. Please reassign them first."
msgstr ""
#: modules/Client/Api/Guest.php:59
msgid "New registrations are temporary disabled"
msgstr ""
#: modules/Client/Api/Guest.php:71
msgid "Passwords do not match."
msgstr ""
#: modules/Client/Api/Guest.php:130
msgid "Please check your login details."
msgstr ""
#: modules/Client/Api/Guest.php:232 modules/Client/Api/Guest.php:236
#: modules/Client/Service.php:698
msgid "The link has expired or you have already reset your password."
msgstr ""
#: modules/Client/Controller/Admin.php:33
#: modules/Client/html_admin/mod_client_index.html.twig:7
#: modules/Client/html_admin/mod_client_index.html.twig:175
#: modules/Client/html_admin/mod_client_manage.html.twig:17
#: themes/admin_default/html/mod_index_dashboard.html.twig:178
#: themes/admin_default/html/mod_index_dashboard.html.twig:453
#: themes/admin_default/html/mod_index_dashboard.html.twig:549
msgid "Clients"
msgstr ""
#: modules/Client/Controller/Admin.php:41
#: modules/Extension/Controller/Admin.php:40
#: modules/Invoice/Controller/Admin.php:41 modules/Order/Controller/Admin.php:42
msgid "Overview"
msgstr ""
#: modules/Client/Controller/Admin.php:48 modules/Invoice/Controller/Admin.php:48
#: modules/Order/Controller/Admin.php:49
msgid "Advanced search"
msgstr ""
#: modules/Client/Controller/Admin.php:56
msgid "Client login history"
msgstr ""
#: modules/Client/Controller/Client.php:48
msgid "Email address was confirmed"
msgstr ""
#: modules/Client/Service.php:35
msgid "Invalid email confirmation link"
msgstr ""
#: modules/Client/Service.php:71
msgid "The password you chose when creating your account."
msgstr ""
#: modules/Client/Service.php:225
msgid "Currency cannot be changed. Client already has invoices issued."
msgstr ""
#: modules/Client/Service.php:230
msgid "Currency cannot be changed. Client already has orders."
msgstr ""
#: modules/Client/Service.php:239
msgid "You must define the client's currency before adding funds."
msgstr ""
#: modules/Client/Service.php:243 modules/Client/ServiceBalance.php:125
msgid "Funds amount is invalid"
msgstr ""