forked from virtuousgiant/id-language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ignitiondeck.pot
1262 lines (961 loc) · 27.5 KB
/
ignitiondeck.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: IgnitionDeck\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-27 14:27-0500\n"
"PO-Revision-Date: 2012-12-27 14:28-0500\n"
"Last-Translator: Nathan Hangen <[email protected]>\n"
"Language-Team: Virtuous Giant <[email protected]>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-SearchPath-0: .\n"
#: text_variables.php:2 text_variables.php:153
msgid "Projects"
msgstr "Projects"
#: text_variables.php:3 text_variables.php:12
msgid "Project"
msgstr "Project"
#: text_variables.php:4
msgid "Add New Project"
msgstr "Add New Project"
#: text_variables.php:5 text_variables.php:127
msgid "Edit"
msgstr "Edit"
#: text_variables.php:6 text_variables.php:201
msgid "Edit Project"
msgstr "Edit Project"
#: text_variables.php:7
msgid "New Project"
msgstr "New Project"
#: text_variables.php:8
msgid "View Project"
msgstr "View Project"
#: text_variables.php:9
msgid "Search Project"
msgstr "Search Project"
#: text_variables.php:10
msgid "No Projects Found"
msgstr "No Projects Found"
#: text_variables.php:11
msgid "No Projects Found in Trash"
msgstr "No Projects Found in Trash"
#: text_variables.php:13
msgid "Funding Goal"
msgstr "Funding Goal"
#: text_variables.php:14
msgid "End Date"
msgstr "End Date"
#: text_variables.php:15
msgid "Days Remaining"
msgstr "Days Remaining"
#: text_variables.php:16
msgid "No funding goal set"
msgstr "No funding goal set"
#: text_variables.php:17
msgid "No date set"
msgstr "No date set"
#: text_variables.php:18
msgid "Enter Project Name Here"
msgstr "Enter Project Name Here"
#: text_variables.php:19
msgid "Add"
msgstr "Add"
#: text_variables.php:20
msgid "Update"
msgstr "Update"
#: text_variables.php:21
msgid "IgnitionDeck Control Panel"
msgstr "IgnitionDeck Control Panel"
#: text_variables.php:22
msgid "Facebook Application Settings"
msgstr "Facebook Application Settings"
#: text_variables.php:23
msgid "Save"
msgstr "Save"
#: text_variables.php:24
msgid "Facebook settings have been successfully updated."
msgstr "Facebook settings have been successfully updated."
#: text_variables.php:25
msgid "Twitter Application Settings"
msgstr "Twitter Application Settings"
#: text_variables.php:26
msgid "Twitter settings have been successfully updated."
msgstr "Twitter settings have been successfully updated."
#: text_variables.php:28
msgid "Settings saved."
msgstr "Settings saved."
#: text_variables.php:29
msgid "Save Settings"
msgstr "Save Settings"
#: text_variables.php:30
msgid "Update Settings"
msgstr "Update Settings"
#: text_variables.php:31
msgid "Form settings have been successfully updated."
msgstr "Form settings have been successfully updated."
#: text_variables.php:32
msgid "Twitter settings have been successfully saved."
msgstr "Twitter settings have been successfully saved."
#: text_variables.php:33
msgid "Aweber settings have been successfully saved."
msgstr "Aweber settings have been successfully saved."
#: text_variables.php:34
msgid "Aweber settings have been successfully updated."
msgstr "Aweber settings have been successfully updated."
#: text_variables.php:35
msgid "Mailchimp settings have been successfully saved."
msgstr "Mailchimp settings have been successfully saved."
#: text_variables.php:36
msgid "Mailchimp settings have been successfully updated."
msgstr "Mailchimp settings have been successfully updated."
#: text_variables.php:37
msgid "Payment settings have been successfully saved."
msgstr "Payment settings have been successfully saved."
#: text_variables.php:38
msgid "Please fill all fields."
msgstr "Please fill all fields."
#: text_variables.php:39
msgid "Projects successfully added."
msgstr "Projects successfully added."
#: text_variables.php:40
msgid "previous"
msgstr "previous"
#: text_variables.php:41
msgid "next"
msgstr "next"
#: text_variables.php:42
#, fuzzy
msgid "Project has been successfully updated."
msgstr "Project has been successfully updated."
#: text_variables.php:43
msgid "Settings have been successfully updated."
msgstr "Settings have been successfully updated."
#: text_variables.php:44
msgid "Asked Questions"
msgstr "Asked Questions"
#: text_variables.php:45
msgid "Settings"
msgstr "Settings"
#: text_variables.php:46
msgid "Payment Settings"
msgstr "Payment Settings"
#: text_variables.php:47
msgid "Order Details"
msgstr "Order Details"
#: text_variables.php:48
msgid "Email List Settings"
msgstr "Email List Settings"
#: text_variables.php:49
msgid "Social Settings"
msgstr "Social Settings"
#: text_variables.php:50
#, fuzzy
msgid "Project Settings"
msgstr "Project Settings"
#: text_variables.php:51
msgid "Payment Form"
msgstr "Payment Form"
#: text_variables.php:52
msgid "Payment Form Settings"
msgstr "Payment Form Settings"
#: text_variables.php:53
msgid "Widget to show projects"
msgstr "Widget to show projects"
#: text_variables.php:54
#, fuzzy
msgid "IgnitionDeck Project Widget"
msgstr "IgnitionDeck Project Widget"
#: text_variables.php:55
#, fuzzy
msgid "About the Project"
msgstr "About the Project"
#: text_variables.php:56
msgid "The Project FAQ's"
msgstr "The Project FAQ's"
#: text_variables.php:57
msgid "Buyers"
msgstr "Buyers"
#: text_variables.php:58
msgid "Redirecting to Paypal..."
msgstr "Redirecting to Paypal..."
#: text_variables.php:59
msgid "Twitter.connection.failed"
msgstr "Twitter.connection.failed"
#: text_variables.php:60
msgid "Error occured let's try again"
msgstr "Error occured let's try again"
#: text_variables.php:61
msgid "Twitter.share.success"
msgstr "Twitter.share.success"
#: text_variables.php:62
msgid "Twitter.share.failed"
msgstr "Twitter.share.failed"
#: text_variables.php:63
msgid "Facebook.share.success"
msgstr "Facebook.share.success"
#: text_variables.php:64
msgid "Facebook.share.failed"
msgstr "Facebook.share.failed"
#: text_variables.php:65
#, php-format
msgid "IgnitionDeck: %s sent a question"
msgstr "IgnitionDeck: %s sent a question"
#: text_variables.php:66
msgid "Name"
msgstr "Name"
#: text_variables.php:67
msgid "Email"
msgstr "Email"
#: text_variables.php:68
msgid "Subject"
msgstr "Subject"
#: text_variables.php:69
msgid "Message"
msgstr "Message"
#: text_variables.php:70
msgid "Level"
msgstr "Level"
#: text_variables.php:71 text_variables.php:266
msgid "Price"
msgstr "Price"
#: text_variables.php:72
msgid "Update Options"
msgstr "Update Options"
#: text_variables.php:73
msgid "Contact Form"
msgstr "Contact Form"
#: text_variables.php:74
msgid "Send email"
msgstr "Send Email"
#: text_variables.php:75
msgid "Clear"
msgstr "Clear"
#: text_variables.php:76
msgid "Clear All"
msgstr "Clear All"
#: text_variables.php:77
msgid "Crowdfunding ends on"
msgstr "Crowdfunding ends on"
#: text_variables.php:78
msgid "Learn More"
msgstr "Learn More"
#: text_variables.php:79
msgid "Support Now"
msgstr "Support Now"
#: text_variables.php:80
msgid "Our Earliest Buyers"
msgstr "Our Earliest Buyers"
#: text_variables.php:81
msgid "Ask A Question"
msgstr "Ask A Question"
#: text_variables.php:82
msgid "Crowdfunding by IgnitionDeck"
msgstr "Crowdfunding by IgnitionDeck"
#: text_variables.php:83
msgid "Powered By IgnitionDeck"
msgstr "Powered By IgnitionDeck"
#: text_variables.php:84
msgid "Payment Information"
msgstr "Payment Information"
#: text_variables.php:85
msgid "First Name"
msgstr "First Name"
#: text_variables.php:86
msgid "Last Name"
msgstr "Last Name"
#: text_variables.php:87
msgid "Address"
msgstr "Address"
#: text_variables.php:88
msgid "Country"
msgstr "Country"
#: text_variables.php:89
msgid "State"
msgstr "State"
#: text_variables.php:90
msgid "City"
msgstr "City"
#: text_variables.php:91
msgid "Zip"
msgstr "Zip"
#: text_variables.php:92
msgid "Make Payment"
msgstr "Make Payment"
#: text_variables.php:93
msgid "Funding"
msgstr "Funding"
#: text_variables.php:94
msgid "Total Sale"
msgstr "Total Sale"
#: text_variables.php:95
msgid "Facebook"
msgstr "Facebook"
#: text_variables.php:96
msgid "LinkedIn"
msgstr "LinkedIn"
#: text_variables.php:97
msgid "Google+"
msgstr "Google+"
#: text_variables.php:98
msgid "Pinterest"
msgstr "Pinterest"
#: text_variables.php:99
msgid "Yes"
msgstr "Yes"
#: text_variables.php:100
msgid "No"
msgstr "No"
#: text_variables.php:101
msgid "Twitter"
msgstr "Twitter"
#: text_variables.php:102
msgid "Please share your experience with your friends!"
msgstr "Please share your experience with your friends!"
#: text_variables.php:103
msgid "API key"
msgstr "API key"
#: text_variables.php:104
msgid "Subscription Email"
msgstr "Subscription Email"
#: text_variables.php:105
msgid "Aweber Settings"
msgstr "Aweber Settings"
#: text_variables.php:106
msgid "Make Active"
msgstr "Make Active"
#: text_variables.php:107
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: text_variables.php:108
msgid "List Email Id"
msgstr "List Email Id"
#: text_variables.php:109 text_variables.php:117
msgid "Mailchimp Settings"
msgstr "Mailchimp Settings"
#: text_variables.php:110
msgid "List id"
msgstr "List Id"
#: text_variables.php:111
msgid "Embed Widget Code"
msgstr "Embed Widget Code"
#: text_variables.php:112
#, fuzzy
msgid "Select Project to Create Embed Code for"
msgstr "Select Project to Create Embed Code for"
#: text_variables.php:113
msgid "Embed Code"
msgstr "Embed Code"
#: text_variables.php:114
msgid "Application Id"
msgstr "Application Id"
#: text_variables.php:115
msgid "Application secret key"
msgstr "Application secret key"
#: text_variables.php:116
msgid "Text to share"
msgstr "Text to share"
#: text_variables.php:118
msgid "Email Address"
msgstr "Email Address"
#: text_variables.php:119
msgid "Zip Code"
msgstr "Zip Code"
#: text_variables.php:120
msgid "Status"
msgstr "Status"
#: text_variables.php:121
msgid "Pending"
msgstr "Pending"
#: text_variables.php:122
msgid "Complete"
msgstr "Complete"
#: text_variables.php:123
#, fuzzy
msgid "Project Name"
msgstr "Project Name"
#: text_variables.php:124
msgid "Project Level"
msgstr "Project Level"
#: text_variables.php:125
#, fuzzy
msgid "Select Project"
msgstr "Select Project"
#: text_variables.php:126
msgid "Add Order"
msgstr "Add Order"
#: text_variables.php:128
msgid "Orders"
msgstr "Orders"
#: text_variables.php:129
msgid "Completed"
msgstr "Completed"
#: text_variables.php:130
msgid "View"
msgstr "View"
#: text_variables.php:131
msgid "Are you sure you want to delete this order by"
msgstr "Are you sure you want to delete this order by"
#: text_variables.php:132
msgid "Delete"
msgstr "Delete"
#: text_variables.php:133
msgid "Last Email"
msgstr "Last Email"
#: text_variables.php:134
msgid "Paypal Refund"
msgstr "Paypal Refund"
#: text_variables.php:135
msgid "Pay Key"
msgstr "Pay Key"
#: text_variables.php:136
msgid "Transaction ID"
msgstr "Transaction ID"
#: text_variables.php:137
msgid "Currency Code"
msgstr "Currency Code"
#: text_variables.php:138
msgid "Refund"
msgstr "Refund"
#: text_variables.php:139
msgid "Level Price"
msgstr "Level Price"
#: text_variables.php:140
msgid "Level Description"
msgstr "Level Description"
#: text_variables.php:141
msgid "PayPal Identity Token"
msgstr "PayPal Identity Token"
#: text_variables.php:142
msgid "PayPal Email"
msgstr "PayPal Email"
#: text_variables.php:143
msgid "PayPal Override"
msgstr "PayPal Override"
#: text_variables.php:144
msgid "Cancel"
msgstr "Cancel"
#: text_variables.php:145
#, fuzzy
msgid "Project Image"
msgstr "Project Image"
#: text_variables.php:146
msgid "Change"
msgstr "Change"
#: text_variables.php:147
msgid "Close"
msgstr "Close"
#: text_variables.php:148
#, fuzzy
msgid "Project Details"
msgstr "Project Details"
#: text_variables.php:149
#, fuzzy
msgid "Project Price"
msgstr "Project Price"
#: text_variables.php:150
msgid "Level Title"
msgstr "Level Title"
#: text_variables.php:151
msgid "Level Limit"
msgstr "Level Limit"
#: text_variables.php:152
msgid "Goal"
msgstr "Goal"
#: text_variables.php:154
msgid "#"
msgstr "#"
#: text_variables.php:155
msgid "Image"
msgstr "Image"
#: text_variables.php:156
msgid "Mailchimp API Key"
msgstr "Mailchimp API Key"
#: text_variables.php:157
msgid "Mailchimp List ID"
msgstr "Mailchimp List Id"
#: text_variables.php:158
msgid "Aweber Email"
msgstr "Aweber Email"
#: text_variables.php:159
msgid "Active Settings"
msgstr "Active Settings"
#: text_variables.php:160
msgid "Field name"
msgstr "Field name"
#: text_variables.php:161
msgid "Enabled"
msgstr "Enabled"
#: text_variables.php:162
msgid "Mandatory"
msgstr "Mandatory"
#: text_variables.php:163
msgid "First name"
msgstr "First Name"
#: text_variables.php:164
msgid "Last name"
msgstr "Last Name"
#: text_variables.php:165
#, fuzzy
msgid "Default Project Settings"
msgstr "Default Project Settings"
#: text_variables.php:166
msgid "Custom Project Settings"
msgstr "Custom Project Settings"
#: text_variables.php:167
msgid "Project ID"
msgstr "Project ID"
#: text_variables.php:168
msgid "Question Details"
msgstr "Question Details"
#: text_variables.php:169
msgid "Question Subject"
msgstr "Question Subject"
#: text_variables.php:170
msgid "Created Date"
msgstr "Created Date"
#: text_variables.php:171
msgid "General Settings"
msgstr "General Settings"
#: text_variables.php:172
msgid "Ignition Deck Logo"
msgstr "IgnitionDeck Logo"
#: text_variables.php:173
#, fuzzy
msgid "Facebook on Project Page"
msgstr "Facebook on Project Page"
#: text_variables.php:174
msgid "Want people to share via Facebook from your project page? Use this."
msgstr "Want people to share via Facebook from your project page? Use this."
#: text_variables.php:175
msgid "Want people to share via Twitter from your project page? Use this."
msgstr "Want people to share via Twitter from your project page? Use this."
#: text_variables.php:176
msgid "Twitter on Project Page"
msgstr "Twitter on Project Page"
#: text_variables.php:177
msgid "Want people to share via App.net from your project page? Use this."
msgstr "Want people to share via App.net from your project page? Use this."
#: text_variables.php:178
msgid "App.net on Project Page"
msgstr "App.net on Project Page"
#: text_variables.php:179
msgid "LinkedIn on Project Page"
msgstr "LinkedIn on Project Page"
#: text_variables.php:180
msgid "Want people to share via LinkedIn from your project page? Use this."
msgstr "Want people to share via LinkedIn from your project page? Use this."
#: text_variables.php:181
msgid "Want people to share via Google+ from your project page? Use this."
msgstr "Want people to share via Google+ from your project page? Use this."
#: text_variables.php:182
msgid "Google+ on Project Page"
msgstr "Google+ on Project Page"
#: text_variables.php:183
msgid "Want people to share via Pinterest from your project page? Use this."
msgstr "Want people to share via Pinterest from your project page? Use this."
#: text_variables.php:184
msgid "Pinterest on Project Page"
msgstr "Pinterest on Project Page"
#: text_variables.php:186
msgid "Ask a Question Button"
msgstr "Ask a Question Button"
#: text_variables.php:187
msgid "Enable or disable ask a question button on the widget"
msgstr "Enable or disable ask a question button on the widget"
#: text_variables.php:188
msgid "Ask a Question Email"
msgstr "Ask a Question Email"
#: text_variables.php:189
msgid "Email address to which the question should be sent"
msgstr "Email address to which the question should be sent"
#: text_variables.php:190
msgid "Widget Theme"
msgstr "Widget Theme"
#: text_variables.php:191
msgid "IgnitionDeck"
msgstr "IgnitionDeck"
#: text_variables.php:192
msgid "Clean"
msgstr "Clean"
#: text_variables.php:193
msgid "Skyscraper"
msgstr "Skyscraper"
#: text_variables.php:194
msgid "Corporate"
msgstr "Corporate"
#: text_variables.php:195
msgid "Supporter Exclusive"
msgstr "Supporter Exclusive"
#: text_variables.php:196
msgid "Consumer Key"
msgstr "Consumer Key"
#: text_variables.php:197
msgid "Callback URL"
msgstr "Callback URL"
#: text_variables.php:198
msgid "Projects successfully updated."
msgstr "Projects successfully updated."
#: text_variables.php:199
msgid "Projects successfully deleted."
msgstr "Projects successfully deleted."
#: text_variables.php:200
msgid "Updates"
msgstr "Updates"
#: text_variables.php:202
msgid "Add Project"
msgstr "Add Project"
#: text_variables.php:203
msgid ""
"This allows you to activate and share via the 'Powered By IgnitionDeck' logo "
"that would appear at the bottom of the widget."
msgstr ""
"This allows you to activate and share via the 'Powered By IgnitionDeck' logo "
"that would appear at the bottom of the widget."
#: text_variables.php:204
msgid "Name of the Project (Required)"
msgstr "Name of the Project (Required)"
#: text_variables.php:205
msgid "Price for Level 1"
msgstr "Price for Level 1"
#: text_variables.php:206
msgid "Price of the first reward level for your project (required)."
msgstr "Price of the first reward level for your project (required)."
#: text_variables.php:207
msgid "Description for level 1."
msgstr "Description for level 1."
#: text_variables.php:208
msgid "Title for level 1."
msgstr "Title for level 1."
#: text_variables.php:209
msgid "Purchase limit for level 1."
msgstr "Purchase limit for level 1."
#: text_variables.php:210
msgid "Amount you are looking to raise (required)."
msgstr "Amount you are looking to raise (required)."
#: text_variables.php:211
msgid "Fundraising End Date"
msgstr "Fundraising End Date"
#: text_variables.php:212
msgid "Ending date for fundraising (recommended)."
msgstr "Ending date for fundraising (recommended)."
#: text_variables.php:213
msgid "Proposed Ship Date"
msgstr "Proposed Ship Date"
#: text_variables.php:214
msgid "When do you hope to ship? Leave blank if unknown."
msgstr "When do you hope to ship? Leave blank if unknown."
#: text_variables.php:215
msgid "Video"
msgstr "Video"
#: text_variables.php:216
msgid "Embed Video Code (YouTube, Vimeo, Viddler)."
msgstr "Embed Video Code (YouTube, Vimeo, Viddler)."
#: text_variables.php:217
msgid "Main Project Image"
msgstr "Main Project Image"
#: text_variables.php:218
msgid "Image 1 - Shortcode: [product_image product=\"1\" image=\"1\"]"
msgstr "Image 1 - Shortcode: [product_image product=\"1\" image=\"1\"]"
#: text_variables.php:219
msgid "Image 2"
msgstr "Image 2"
#: text_variables.php:220
msgid "Image 2 - Shortcode: [product_image product=\"1\" image=\"2\"]"
msgstr "Image 2 - Shortcode: [product_image product=\"1\" image=\"2\"]"
#: text_variables.php:221
msgid "Image 3"
msgstr "Image 3"
#: text_variables.php:222
msgid "Image 3 - Shortcode: [product_image product=\"1\" image=\"3\"]"
msgstr "Image 3 - Shortcode: [product_image product=\"1\" image=\"3\"]"
#: text_variables.php:223
msgid "Image 4"
msgstr "Image 4"
#: text_variables.php:224
msgid "Image 4 - Shortcode: [product_image product=\"1\" image=\"4\"]"
msgstr "Image 4 - Shortcode: [product_image product=\"1\" image=\"4\"]"
#: text_variables.php:225
msgid "FAQs"
msgstr "FAQs"
#: text_variables.php:226
msgid ""
"For those often asked questions that you would like to give a direct answer "
"to. You can edit and add as much as needed."
msgstr ""
"For those often asked questions that you would like to give a direct answer "
"to. You can edit and add as much as needed."
#: text_variables.php:227
msgid "Project Updates"
msgstr "Project Updates"
#: text_variables.php:228
msgid "Add product updates here."
msgstr "Add product updates here."
#: text_variables.php:229
msgid "Terms and Conditions"
msgstr "Terms and Conditions"
#: text_variables.php:230
msgid ""
"This is not displayed on the project page. This is displayed during checkout "
"and will show below the checkout box. Use this space to specify your terms, "
"answer questions regarding shipping, and cover all your bases."
msgstr ""
"This is not displayed on the project page. This is displayed during checkout "
"and will show below the checkout box. Use this space to specify your terms, "
"answer questions regarding shipping, and cover all your bases."
#: text_variables.php:231
msgid ""
"We recommend you fill this in with clear instructions about how your project "
"is going to go after you've reached your goal. It would also be very smart "
"to mention what you'll do if you don't reach your goal."
msgstr ""
"We recommend you fill this in with clear instructions about how your project "
"is going to go after you've reached your goal. It would also be very smart "
"to mention what you'll do if you don't reach your goal."
#: text_variables.php:232
msgid "Additional Price Levels"
msgstr "Additional Price Levels"
#: text_variables.php:233
msgid "Add additional price levels here."
msgstr "Add additional price levels here."
#: text_variables.php:234
msgid "Shortcodes"
msgstr "Shortcodes"
#: text_variables.php:235
msgid "Short Description"
msgstr "Short Description"
#: text_variables.php:236
msgid ""
"This is the project short description, used for the regular, mini, and embed "
"widgets."
msgstr ""
"This is the project short description, used for the regular, mini, and embed "
"widgets."
#: text_variables.php:237
msgid "IgnitionDeck Mini Widget"
msgstr "IgnitionDeck Mini Widget"
#: text_variables.php:238
msgid "Sandbox Mode"
msgstr "Sandbox Mode"
#: text_variables.php:239
msgid "Check to enable Paypal Sandbox mode."
msgstr "Check to enable Paypal Sandbox mode."
#: text_variables.php:240
msgid "Long Description"
msgstr "Long Description"
#: text_variables.php:241
msgid ""
"This is the project long description, used for displaying content below the "
"video field."
msgstr ""
"This is the project long description, used for displaying content below the "
"video field."
#: text_variables.php:242
msgid "API Username"
msgstr "API Username"
#: text_variables.php:243
msgid "API Password"
msgstr "API Password"
#: text_variables.php:244