-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcore.pot
More file actions
17121 lines (12056 loc) · 299 KB
/
core.pot
File metadata and controls
17121 lines (12056 loc) · 299 KB
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
# Clientexec language file.
# Copyright (C) 2021 Clientexec LLC
# This file is distributed under the same license as the Clientexec package.
# Clientexec <i18n@clientexec.com>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Clientexec 6.3.0\n"
"Report-Msgid-Bugs-To: i18n@clientexec.com\n"
"POT-Creation-Date: 2021-01-20 20:48-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#, php-format
msgid " from %s"
msgstr ""
#, php-format
msgid " from %s to %s"
msgstr ""
#, php-format
msgid " to %s"
msgstr ""
#, php-format
msgid "%s Added the attachment %s"
msgstr ""
#, php-format
msgid "%s Comments"
msgstr ""
#, php-format
msgid "%s Deleted the attachment %s"
msgstr ""
#, php-format
msgid "%s POP3 support rules processed"
msgstr ""
#, php-format
msgid "%s assigned this ticket to %s"
msgstr ""
#, php-format
msgid "%s attached"
msgstr ""
#, php-format
msgid "%s billing cycles were deleted successfully."
msgstr ""
#, php-format
msgid "%s billing cycles were not deleted, as they are still in use."
msgstr ""
#, php-format
msgid "%s billing types were deleted successfully."
msgstr ""
#, php-format
msgid "%s billing types were not deleted, as they are still in use."
msgstr ""
#, php-format
msgid "%s changed status to %s"
msgstr ""
#, php-format
msgid "%s changed type to %s"
msgstr ""
#, php-format
msgid "%s customer(s) were notified."
msgstr ""
#, php-format
msgid "%s invoice reminders were sent"
msgstr ""
#, php-format
msgid "%s linked to package %s"
msgstr ""
#, php-format
msgid "%s message(s) sent"
msgstr ""
#, php-format
msgid "%s order(s) processed"
msgstr ""
#, php-format
msgid "%s package(s) suspended"
msgstr ""
#, php-format
msgid "%s package(s) terminated"
msgstr ""
#, php-format
msgid "%s package(s) unsuspended"
msgstr ""
#, php-format
msgid "%s payment Accepted for Invoice #%s"
msgstr ""
#, php-format
msgid "%s payment Rejected for Invoice #%s"
msgstr ""
#, php-format
msgid "%s payment is Pending for Invoice #%s"
msgstr ""
#, php-format
msgid "%s set priority to %s"
msgstr ""
#, php-format
msgid "%s ticket(s) closed"
msgstr ""
#, php-format
msgid "%s ticket(s) notified"
msgstr ""
#, php-format
msgid ""
"%s tickets entered anonymously through the email %s where moved to this "
"customer."
msgstr ""
#, php-format
msgid "%s upgrade(s) / downgrade(s) processed"
msgstr ""
#, php-format
msgid "%s was removed from your cart since you did not finish completing it"
msgstr ""
#, php-format
msgid "%s, Department %s"
msgstr ""
msgid ""
"'Secret Word' used to calculate the MD5 hash. <br>NOTE: Please take in "
"count, you will also need to set the 'Secret Word' on the 2Checkout Site "
"Management page, and it is to avoid frauds."
msgstr ""
msgid "'Subdirs under /uploads Writable"
msgstr ""
msgid "'config.php' Writable"
msgstr ""
msgid "(No subject)"
msgstr ""
msgid "(Recurring)"
msgstr ""
msgid "(Setup)"
msgstr ""
msgid "(e.g. yourdomain)"
msgstr ""
msgid "(e.g. yourdomain.com)"
msgstr ""
msgid ""
"* Select \"One-Time\" for the domain to be free only the first billing "
"period.\n"
"* Select \"Recurring\" for the domain to be free on every billing period."
msgstr ""
#, php-format
msgid ""
"** This ticket has been generated automatically **\n"
"\n"
"%s's credit card on file ending with %s has expired on %s."
msgstr ""
msgid "+"
msgstr ""
msgid "- - - - - - - - - - - - - - - - -"
msgstr ""
msgid "- Buffers"
msgstr ""
msgid "- Cached"
msgstr ""
msgid "- Kernel + applications"
msgstr ""
msgid "-- No Live Support --"
msgstr ""
msgid "-- Select VPS Plan --"
msgstr ""
msgid "--- SELECT ONE ---"
msgstr ""
#, php-format
msgid "...with a total of %s E-mails"
msgstr ""
msgid "0 Comments"
msgstr ""
msgid "0 Days"
msgstr ""
msgid "0 Months"
msgstr ""
msgid "0 Weeks"
msgstr ""
msgid "0 Years"
msgstr ""
msgid "0 days"
msgstr ""
msgid "0 months"
msgstr ""
msgid "0 weeks"
msgstr ""
msgid "0 years"
msgstr ""
msgid "1"
msgstr ""
msgid ""
"1 = Create, update or remove Gateway client information through the function "
"UpdateGateway when client choose to use this gateway, client profile is "
"updated, client is deleted or client status is changed. 0 = Do nothing."
msgstr ""
msgid ""
"1 = Only used to specify a billing type for a client. 0 = full fledged "
"plugin requiring complete functions"
msgstr ""
msgid "1 Comment"
msgstr ""
msgid "1 Min. Load Average"
msgstr ""
msgid "1 Minute"
msgstr ""
msgid ""
"1- Make sure 'Old Passphrase' contains the same value used in the previous "
"update"
msgstr ""
msgid "1. Select Package"
msgstr ""
msgid "10 Minutes"
msgstr ""
msgid "10 Years"
msgstr ""
msgid "10 years"
msgstr ""
msgid "11 Days"
msgstr ""
msgid "11 Months"
msgstr ""
msgid "11 Weeks"
msgstr ""
msgid "11 Years"
msgstr ""
msgid "11 days"
msgstr ""
msgid "11 months"
msgstr ""
msgid "11 weeks"
msgstr ""
msgid "11 years"
msgstr ""
msgid "15 Minutes"
msgstr ""
msgid "1=Auto, 2=Location Addon (package addon called sv_location)"
msgstr ""
msgid "2"
msgstr ""
msgid "2 Days"
msgstr ""
msgid "2 Minutes"
msgstr ""
msgid "2 Months"
msgstr ""
msgid "2 Weeks"
msgstr ""
msgid "2 Years"
msgstr ""
msgid "2 days"
msgstr ""
msgid "2 months"
msgstr ""
msgid "2 weeks"
msgstr ""
msgid "2 years"
msgstr ""
msgid ""
"2- Make sure you also contain the same 'New Passphrase' used in your last "
"update attempt"
msgstr ""
msgid "2. Package Configuration"
msgstr ""
msgid "20 Minutes"
msgstr ""
msgid "21 Days"
msgstr ""
msgid "21 Months"
msgstr ""
msgid "21 Weeks"
msgstr ""
msgid "21 Years"
msgstr ""
msgid "21 days"
msgstr ""
msgid "21 months"
msgstr ""
msgid "21 weeks"
msgstr ""
msgid "21 years"
msgstr ""
msgid "2Checkout"
msgstr ""
msgid "3 Days"
msgstr ""
msgid "3 Minutes"
msgstr ""
msgid "3 Months"
msgstr ""
msgid "3 Weeks"
msgstr ""
msgid "3 Years"
msgstr ""
msgid "3 days"
msgstr ""
msgid "3 months"
msgstr ""
msgid "3 weeks"
msgstr ""
msgid "3 years"
msgstr ""
msgid "3. Payment Details"
msgstr ""
msgid "31 Days"
msgstr ""
msgid "31 Weeks"
msgstr ""
msgid "31 days"
msgstr ""
msgid "31 weeks"
msgstr ""
msgid ""
"32 bit alphanumber CCAvenue key.<br>Note: This key is available at 'Generate "
"Working Key' of the 'Settings & Options' section."
msgstr ""
msgid "3rd party subscription"
msgstr ""
msgid "4 Days"
msgstr ""
msgid "4 Minutes"
msgstr ""
msgid "4 Months"
msgstr ""
msgid "4 Weeks"
msgstr ""
msgid "4 Years"
msgstr ""
msgid "4 days"
msgstr ""
msgid "4 months"
msgstr ""
msgid "4 weeks"
msgstr ""
msgid "4 years"
msgstr ""
msgid "41 Weeks"
msgstr ""
msgid "41 weeks"
msgstr ""
msgid "5 Days"
msgstr ""
msgid "5 Min. Load Average"
msgstr ""
msgid "5 Minutes"
msgstr ""
msgid "5 Months"
msgstr ""
msgid "5 Weeks"
msgstr ""
msgid "5 Years"
msgstr ""
msgid "5 days"
msgstr ""
msgid "5 months"
msgstr ""
msgid "5 weeks"
msgstr ""
msgid "5 years"
msgstr ""
msgid "51 Weeks"
msgstr ""
msgid "51 weeks"
msgstr ""
msgid "6 Days"
msgstr ""
msgid "6 Minutes"
msgstr ""
msgid "6 Months"
msgstr ""
msgid "6 Weeks"
msgstr ""
msgid "6 Years"
msgstr ""
msgid "6 days"
msgstr ""
msgid "6 months"
msgstr ""
msgid "6 weeks"
msgstr ""
msgid "6 years"
msgstr ""
msgid "7 Days"
msgstr ""
msgid "7 Minutes"
msgstr ""
msgid "7 Months"
msgstr ""
msgid "7 Weeks"
msgstr ""
msgid "7 Years"
msgstr ""
msgid "7 days"
msgstr ""
msgid "7 months"
msgstr ""
msgid "7 weeks"
msgstr ""
msgid "7 years"
msgstr ""
msgid "8 Days"
msgstr ""
msgid "8 Minutes"
msgstr ""
msgid "8 Months"
msgstr ""
msgid "8 Weeks"
msgstr ""
msgid "8 Years"
msgstr ""
msgid "8 days"
msgstr ""
msgid "8 months"
msgstr ""
msgid "8 weeks"
msgstr ""
msgid "8 years"
msgstr ""
msgid "9 Days"
msgstr ""
msgid "9 Minutes"
msgstr ""
msgid "9 Months"
msgstr ""
msgid "9 Weeks"
msgstr ""
msgid "9 Years"
msgstr ""
msgid "9 days"
msgstr ""
msgid "9 months"
msgstr ""
msgid "9 weeks"
msgstr ""
msgid "9 years"
msgstr ""
msgid ""
"<b>American Express:</b><br />The CVV2 number is the 4 digit value printed "
"on the front of the card above the credit card number."
msgstr ""
msgid ""
"<b>Duration (months)</b> should be used only for Billing Cycles which have "
"their Time Unit in Months or Years."
msgstr ""
msgid ""
"<b>Duration in months</b> should be used only for Billing Cycles which have "
"their Time Unit in Months or Years."
msgstr ""
msgid ""
"<b>For late invoice remainder</b>: Enter the number of days after the due "
"date to send a late invoice reminder. You may enter more than one day by "
"seperating the numbers with a comma. <strong><i>Note: A number followed by "
"a + sign indicates to send for all days greater than the previous number or "
"use * to send reminders each day.</i></strong><br><br><b>For upcoming "
"invoice reminder</b>: Enter the number of days before the due date to send "
"an upcoming invoice reminder. You may enter more than one day by seperating "
"the numbers by commas: these numbers must start with a - sign (negative "
"numbers). <strong><i>Note: this only works if the invoice is already "
"generated</i></strong>.<br><br><b>Example</b>: -10,-5,-1,1,5,10+ would send "
"on the tenth days before the due date, five days before, one day before, one "
"day late, five days late and ten or more days late"
msgstr ""
msgid ""
"<b>Prorate To Day</b> and <b>Include Following Payment</b> should be used "
"only for Billing Cycles which have their Time Unit in Months or Years."
msgstr ""
msgid ""
"<b>Prorate To Day</b> and <b>Include Following Payment</b> will also apply "
"to the addons purchased with the product."
msgstr ""
msgid ""
"<b>Required for refunds</b>.<br>As 2Checkout users cannot access both the "
"API and Seller Area, you need to go to your 2Checkout dashboard, then click "
"<b>Account</b> > <b>User Management</b> > <b>Create Username</b> and create "
"another account, making sure to provide <b>API Access</b> and <b>API "
"Updating</b> permissions. Use that password here."
msgstr ""
msgid ""
"<b>Required for refunds</b>.<br>As 2Checkout users cannot access both the "
"API and Seller Area, you need to go to your 2Checkout dashboard, then click "
"<b>Account</b> > <b>User Management</b> > <b>Create Username</b> and create "
"another account, making sure to provide <b>API Access</b> and <b>API "
"Updating</b> permissions. Use that username here."
msgstr ""
msgid "<b>Total saved</b>"
msgstr ""
msgid ""
"<b>Visa/MasterCard/Discover:</b><br />The CVV2 number is the 3 digit value "
"printed on the back of the card. It follows the credit card number in the "
"signature area of the card."
msgstr ""
msgid ""
"<i>For email piping only</i><br />If set to NO, customers must answer their "
"tickets using only the emails accounts they have registered in ClientExec. "
"Set to YES to allow any email, which could be useful when the customer "
"replies to a ticket and CCs unregistered users who might then reply "
"afterwards as well."
msgstr ""
msgid ""
"<i>For email piping only</i><br />If set to NO, support staff must answer "
"their tickets using the same email account they have registered in "
"ClientExec. Set to YES to allow any email. In this case ticket logs will be "
"marked as \"Tech Support (via email)\"."
msgstr ""
msgid ""
"<img src=../images/sub_dot.gif> Generate Invoice:<br>Creates an invoice "
"with one entry for the hosting work. Invoice will still need to be sent."
"<br><br><img src=../images/sub_dot.gif> Generate Invoice & Send:"
"<br>Creates the invoice and sends."
msgstr ""
msgid "@-domains support"
msgstr ""
msgid ""
"A Template is a pre-configured OS image that you can build a Virtual Machine "
"on."
msgstr ""
msgid ""
"A notification email will be sent when the number of remaining queries "
"reaches this value."
msgstr ""
msgid "A page refresh will be performed on close."
msgstr ""
msgid ""
"A percentage to increase the amount to charge, due to the high Onebip "
"payment fees. For example, a value of 20 (20%) will charge an amount of $120 "
"for an invoice of $100"
msgstr ""
msgid ""
"A relative or absolute URL pointing to a square image of your brand or "
"product.</br>The recommended minimum size is 128x128px.</br>The recommended "
"image types are .gif, .jpeg, and .png.</br>Leave this field empty to use the "
"default image."
msgstr ""
msgid "A report to migrate a payment method to a different one."
msgstr ""
msgid ""
"A report to process the next due date of all recurring products and ensure "
"payments have been processed. The report also shows a summary of packages "
"ordered and payments processed."
msgstr ""
msgid "A report to remove the subscription association on a given invoice."
msgstr ""
msgid "A set of actions that the user will be allowed to perform."
msgstr ""
msgid "ACL field for reseller account"
msgstr ""
msgid "API Client ID"
msgstr ""
msgid "API ID"
msgstr ""
msgid "API Key"
msgstr ""
msgid "API Key has not been generated"
msgstr ""
msgid "API Pass"
msgstr ""
msgid "API Password"
msgstr ""
msgid "API Port"
msgstr ""
msgid "API Secret"
msgstr ""
msgid "API Signature"
msgstr ""
msgid "API Token"
msgstr ""
msgid "API Username"
msgstr ""
msgid "ASP.NET support"
msgstr ""
msgid "Accept CC Number"
msgstr ""
msgid "Accept Coupons"
msgstr ""
msgid "Accept sold out orders?"
msgstr ""
msgid "Accepted"
msgstr ""
msgid "Accepted Credit Cards"
msgstr ""
msgid "Accepting"
msgstr ""
msgid "Access"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Access Denied."
msgstr ""
msgid "Access Hash"
msgstr ""
msgid "Access Key"
msgstr ""
msgid "Access denied"
msgstr ""
msgid "Access disabled. Software upgrade in progress."
msgstr ""
msgid "Access key used to authenticate to server."
msgstr ""
msgid "Access the client portal by registering below."
msgstr ""
msgid ""
"According to our records we have previously called you. If you did not "
"receive a call within 30 seconds please click the back button and verify "
"that your phone number is in the correct format. Please be aware that a new "
"code will be issued"
msgstr ""
msgid "Account"
msgstr ""
msgid "Account Creation"
msgstr ""
msgid "Account Creation Email sent"
msgstr ""
msgid "Account Credit Balance"
msgstr ""
msgid "Account Dates"
msgstr ""
msgid "Account Modification"
msgstr ""
msgid "Account No"
msgstr ""
msgid "Account Notes"
msgstr ""
msgid "Account Review"
msgstr ""
msgid "Account Statistics"
msgstr ""
msgid "Account Status"
msgstr ""
msgid "Account Suspension"
msgstr ""
msgid "Account Termination"
msgstr ""
msgid "Account Upgrades"
msgstr ""
msgid "Account(s) have been deleted"
msgstr ""
msgid "Accounts"
msgstr ""
msgid "Accounts will be notified if"
msgstr ""
msgid "Action"
msgstr ""
msgid "Actions"
msgstr ""
msgid "Actions currently available for this plugin."
msgstr ""
msgid "Activate Cancelled Users"
msgstr ""
msgid "Activate Manually Added Packages"
msgstr ""
msgid "Activate Packages(s)"
msgstr ""
msgid "Activated"
msgstr ""
msgid "Active"
msgstr ""
msgid "Active Billing Types"
msgstr ""
msgid "Active Certificates"
msgstr ""
msgid "Active Coupons"
msgstr ""
msgid "Active Domains"
msgstr ""
msgid "Active Packages"
msgstr ""
msgid "Active Products"
msgstr ""
msgid "Active Users"
msgstr ""
msgid "Add"
msgstr ""
msgid "Add & configure products to start selling"
msgstr ""
msgid ""
"Add 1 Minute server load average threshold you want this service to E-mail "
"if passed.<br/>Ex: 1.5, will E-mail when load goes over 1.5"
msgstr ""
msgid ""
"Add 5 Minute server load average threshold you want this service to E-mail "
"if passed.<br/>Ex: 1.5, will E-mail when load goes over 1.5"
msgstr ""
msgid "Add Account"
msgstr ""
msgid "Add Alias"
msgstr ""
msgid "Add Announcement"
msgstr ""
msgid "Add Charge"
msgstr ""
msgid "Add Client Group"
msgstr ""
msgid "Add Comment"
msgstr ""
msgid "Add Coupon"
msgstr ""
msgid "Add Credit Balance"
msgstr ""
msgid "Add Currency"
msgstr ""
msgid "Add Custom Field"
msgstr ""
msgid "Add Cycle"
msgstr ""
msgid "Add DNS"
msgstr ""
msgid "Add Department"
msgstr ""
msgid "Add Filter"
msgstr ""
msgid "Add Invoice"
msgstr ""
msgid "Add License(s)"
msgstr ""
msgid "Add Line"
msgstr ""
msgid "Add Main Email As Alternate Email"
msgstr ""