Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress - Version 1.6.3

Version Description

Download this release

Release Info

Developer sandesh055
Plugin Icon Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress
Version 1.6.3
Comparing to
See all releases

Code changes from version 1.6.2 to 1.6.3

admin-core/inc/admin-helper.php CHANGED
@@ -469,7 +469,7 @@ class AdminHelper {
469
  $product_id = $variation_id;
470
  }
471
 
472
- $single_variation = new WC_Product_Variation( $variation_id );
473
 
474
  if ( $default_attributes == $single_variation->get_attributes() ) {
475
 
469
  $product_id = $variation_id;
470
  }
471
 
472
+ $single_variation = new \WC_Product_Variation( $variation_id );
473
 
474
  if ( $default_attributes == $single_variation->get_attributes() ) {
475
 
cartflows.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: CartFlows
4
  * Plugin URI: https://cartflows.com/
5
  * Description: Create beautiful checkout pages & sales flows for WooCommerce.
6
- * Version: 1.6.2
7
  * Author: CartFlows Inc
8
  * Author URI: https://cartflows.com/
9
  * Text Domain: cartflows
3
  * Plugin Name: CartFlows
4
  * Plugin URI: https://cartflows.com/
5
  * Description: Create beautiful checkout pages & sales flows for WooCommerce.
6
+ * Version: 1.6.3
7
  * Author: CartFlows Inc
8
  * Author URI: https://cartflows.com/
9
  * Text Domain: cartflows
changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  Version 1.6.2 - Monday, 18th January 2021
2
  - Improvement: New UI RTL support added.
3
  - Fix: Checkout product selection settings saving issue when empty.
1
+ Version 1.6.3 - Monday, 18th January 2021
2
+ - Fix: Checkout steps backend was not working when a variation product was selected.
3
+
4
  Version 1.6.2 - Monday, 18th January 2021
5
  - Improvement: New UI RTL support added.
6
  - Fix: Checkout product selection settings saving issue when empty.
classes/class-cartflows-loader.php CHANGED
@@ -132,7 +132,7 @@ if ( ! class_exists( 'Cartflows_Loader' ) ) {
132
  define( 'CARTFLOWS_BASE', plugin_basename( CARTFLOWS_FILE ) );
133
  define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
134
  define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
135
- define( 'CARTFLOWS_VER', '1.6.2' );
136
  define( 'CARTFLOWS_SLUG', 'cartflows' );
137
  define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
138
  define( 'CARTFLOWS_NAME', 'CartFlows' );
132
  define( 'CARTFLOWS_BASE', plugin_basename( CARTFLOWS_FILE ) );
133
  define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
134
  define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
135
+ define( 'CARTFLOWS_VER', '1.6.3' );
136
  define( 'CARTFLOWS_SLUG', 'cartflows' );
137
  define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
138
  define( 'CARTFLOWS_NAME', 'CartFlows' );
languages/cartflows.pot CHANGED
@@ -1,4754 +1,4754 @@
1
- # Copyright (C) 2021 CartFlows Inc
2
- # This file is distributed under the same license as the CartFlows plugin.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: CartFlows 1.6.2\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cartflows\n"
7
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-01-18T08:33:35+00:00\n"
13
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.4.0\n"
15
- "X-Domain: cartflows\n"
16
-
17
- #. Plugin Name of the plugin
18
- #: admin-core/assets/build/editor-app.js:1
19
- #: admin-core/assets/build/settings-app.js:1
20
- msgid "CartFlows"
21
- msgstr ""
22
-
23
- #. Plugin URI of the plugin
24
- #. Author URI of the plugin
25
- msgid "https://cartflows.com/"
26
- msgstr ""
27
-
28
- #. Description of the plugin
29
- msgid "Create beautiful checkout pages & sales flows for WooCommerce."
30
- msgstr ""
31
-
32
- #. Author of the plugin
33
- msgid "CartFlows Inc"
34
- msgstr ""
35
-
36
- #. translators: %s step id
37
- #: admin-core/ajax/ab-steps.php:76
38
- #: admin-core/ajax/ab-steps.php:119
39
- msgid "Can't create a variation for this step - %s"
40
- msgstr ""
41
-
42
- #. translators: %s flow id
43
- #: admin-core/ajax/ab-steps.php:88
44
- msgid "Step successfully hidden - %s"
45
- msgstr ""
46
-
47
- #. translators: %s step id
48
- #: admin-core/ajax/ab-steps.php:167
49
- msgid "A/B test settings updated for this step - %s"
50
- msgstr ""
51
-
52
- #: admin-core/ajax/ajax-errors.php:54
53
- msgid "Sorry, you are not allowed to do this operation."
54
- msgstr ""
55
-
56
- #: admin-core/ajax/ajax-errors.php:55
57
- msgid "Nonce validation failed"
58
- msgstr ""
59
-
60
- #: admin-core/ajax/ajax-errors.php:56
61
- msgid "Sorry, something went wrong."
62
- msgstr ""
63
-
64
- #: admin-core/ajax/common-settings.php:77
65
- #: admin-core/ajax/common-settings.php:122
66
- #: admin-core/ajax/home-page.php:77
67
- #: admin-core/ajax/home-page.php:117
68
- msgid "No post data found!"
69
- msgstr ""
70
-
71
- #: admin-core/ajax/common-settings.php:155
72
- msgid "Successfully saved data!"
73
- msgstr ""
74
-
75
- #: admin-core/ajax/flows.php:89
76
- msgid "No Flow IDs has been supplied to export!"
77
- msgstr ""
78
-
79
- #: admin-core/ajax/flows.php:102
80
- #: admin-core/ajax/importer.php:102
81
- msgid "Flows exported successfully"
82
- msgstr ""
83
-
84
- #: admin-core/ajax/flows.php:134
85
- msgid "Can't update the flow data"
86
- msgstr ""
87
-
88
- #: admin-core/ajax/flows.php:141
89
- #: admin-core/ajax/steps.php:358
90
- #: admin-core/assets/build/editor-app.js:1
91
- #: admin-core/assets/build/editor-app.js:2
92
- #: admin-core/assets/build/settings-app.js:1
93
- msgid "(no title)"
94
- msgstr ""
95
-
96
- #: admin-core/ajax/flows.php:165
97
- msgid "Successfully saved the flow data!"
98
- msgstr ""
99
-
100
- #: admin-core/ajax/flows.php:221
101
- msgid "Successfully deleted the Flows!"
102
- msgstr ""
103
-
104
- #: admin-core/ajax/flows.php:249
105
- #: admin-core/ajax/flows.php:321
106
- #: admin-core/ajax/flows.php:840
107
- msgid "No Flow IDs has been supplied to delete!"
108
- msgstr ""
109
-
110
- #: admin-core/ajax/flows.php:292
111
- #: admin-core/ajax/flows.php:355
112
- msgid "Successfully trashed the Flows!"
113
- msgstr ""
114
-
115
- #: admin-core/ajax/flows.php:373
116
- msgid "Can't update the flow title"
117
- msgstr ""
118
-
119
- #. translators: %s flow id
120
- #: admin-core/ajax/flows.php:389
121
- #: admin-core/ajax/steps.php:92
122
- msgid "Flow title updated - %s"
123
- msgstr ""
124
-
125
- #: admin-core/ajax/flows.php:418
126
- msgid "No Flow ID has been supplied to clone!"
127
- msgstr ""
128
-
129
- #: admin-core/ajax/flows.php:442
130
- msgid "Invalid Flow ID has been supplied to clone!"
131
- msgstr ""
132
-
133
- #: admin-core/ajax/flows.php:631
134
- msgid "Successfully cloned the Flow!"
135
- msgstr ""
136
-
137
- #: admin-core/ajax/flows.php:660
138
- #: admin-core/ajax/flows.php:720
139
- #: admin-core/ajax/flows.php:780
140
- msgid "No Flow ID has been supplied to delete!"
141
- msgstr ""
142
-
143
- #: admin-core/ajax/flows.php:692
144
- msgid "Successfully restored the Flow!"
145
- msgstr ""
146
-
147
- #: admin-core/ajax/flows.php:752
148
- msgid "Successfully trashed the Flow!"
149
- msgstr ""
150
-
151
- #: admin-core/ajax/flows.php:812
152
- msgid "Successfully deleted the Flow!"
153
- msgstr ""
154
-
155
- #: admin-core/ajax/flows.php:882
156
- msgid "Successfully updated the Flow status!"
157
- msgstr ""
158
-
159
- #. translators: %s flow id
160
- #: admin-core/ajax/flows.php:903
161
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:346
162
- msgid "Steps not sorted for flow - %s"
163
- msgstr ""
164
-
165
- #. translators: %s flow id
166
- #: admin-core/ajax/flows.php:939
167
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:382
168
- msgid "Steps sorted for flow - %s"
169
- msgstr ""
170
-
171
- #: admin-core/ajax/home-page.php:138
172
- msgid "Successfully hidden!"
173
- msgstr ""
174
-
175
- #: admin-core/ajax/importer.php:109
176
- msgid "No flows to export"
177
- msgstr ""
178
-
179
- #: admin-core/ajax/importer.php:185
180
- msgid "Invalid flow ID."
181
- msgstr ""
182
-
183
- #: admin-core/ajax/importer.php:193
184
- msgid "Flow exported successfully"
185
- msgstr ""
186
-
187
- #. translators: %s: step ID
188
- #: admin-core/ajax/importer.php:369
189
- msgid "Invalid step id %1$s."
190
- msgstr ""
191
-
192
- #: admin-core/ajax/importer.php:376
193
- msgid "Successfully created the step!"
194
- msgstr ""
195
-
196
- #: admin-core/ajax/importer.php:462
197
- #: admin-legacy/class-cartflows-legacy-importer.php:1286
198
- msgid "Sales Landing"
199
- msgstr ""
200
-
201
- #: admin-core/ajax/importer.php:466
202
- #: admin-legacy/class-cartflows-legacy-importer.php:1290
203
- #: modules/flow/classes/class-cartflows-step-post-type.php:253
204
- #: modules/flow/view/meta-flow-steps.php:12
205
- msgid "Checkout (Woo)"
206
- msgstr ""
207
-
208
- #: admin-core/ajax/importer.php:470
209
- #: admin-legacy/class-cartflows-legacy-importer.php:1294
210
- #: modules/flow/classes/class-cartflows-step-post-type.php:260
211
- #: modules/flow/view/meta-flow-steps.php:13
212
- msgid "Thank You (Woo)"
213
- msgstr ""
214
-
215
- #: admin-core/ajax/importer.php:477
216
- #: admin-legacy/class-cartflows-legacy-importer.php:1302
217
- #: modules/flow/classes/class-cartflows-step-post-type.php:239
218
- #: modules/flow/view/meta-flow-steps.php:11
219
- msgid "Landing"
220
- msgstr ""
221
-
222
- #: admin-core/ajax/importer.php:481
223
- #: admin-legacy/class-cartflows-legacy-importer.php:1306
224
- msgid "Thank You"
225
- msgstr ""
226
-
227
- #: admin-core/ajax/importer.php:533
228
- msgid "Successfully created the Flow!"
229
- msgstr ""
230
-
231
- #: admin-core/ajax/importer.php:595
232
- #: admin-core/ajax/importer.php:708
233
- msgid "Flows data not found."
234
- msgstr ""
235
-
236
- #: admin-core/ajax/importer.php:642
237
- msgid "Successfully imported the Flow!"
238
- msgstr ""
239
-
240
- #: admin-core/ajax/importer.php:729
241
- msgid "Step data not found."
242
- msgstr ""
243
-
244
- #: admin-core/ajax/importer.php:737
245
- msgid "Successfully imported the Step!"
246
- msgstr ""
247
-
248
- #. translators: %s: step ID
249
- #: admin-core/ajax/importer.php:766
250
- msgid "Invalid step id %1$s or post id %2$s."
251
- msgstr ""
252
-
253
- #: admin-core/ajax/importer.php:891
254
- msgid "Successful!"
255
- msgstr ""
256
-
257
- #. Translators: %d stock amount
258
- #: admin-core/ajax/meta-data.php:132
259
- #: classes/class-cartflows-meta-fields.php:182
260
- msgid "Stock: %d"
261
- msgstr ""
262
-
263
- #: admin-core/ajax/steps.php:76
264
- msgid "Can't update the step title"
265
- msgstr ""
266
-
267
- #. translators: %s flow id
268
- #: admin-core/ajax/steps.php:120
269
- #: classes/class-cartflows-cloning.php:284
270
- msgid "Can't clone this step - %1$s. Flow - %2$s"
271
- msgstr ""
272
-
273
- #. translators: %s flow id
274
- #: admin-core/ajax/steps.php:237
275
- #: classes/class-cartflows-cloning.php:401
276
- msgid "Step - %1$s cloned. Flow - %2$s"
277
- msgstr ""
278
-
279
- #. translators: %s flow id
280
- #: admin-core/ajax/steps.php:279
281
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:267
282
- msgid "Step not deleted for flow - %s"
283
- msgstr ""
284
-
285
- #. translators: %s flow id
286
- #: admin-core/ajax/steps.php:317
287
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:305
288
- msgid "Step deleted for flow - %s"
289
- msgstr ""
290
-
291
- #. translators: %s flow id
292
- #: admin-core/ajax/steps.php:326
293
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:314
294
- msgid "This step can not be deleted."
295
- msgstr ""
296
-
297
- #. translators: %s flow id
298
- #: admin-core/ajax/steps.php:347
299
- msgid "No data is saved"
300
- msgstr ""
301
-
302
- #. translators: %s flow id
303
- #: admin-core/ajax/steps.php:386
304
- msgid "Data saved succesfully for step id %s"
305
- msgstr ""
306
-
307
- #: admin-core/api/common-settings.php:102
308
- #: admin-core/api/flow-data.php:395
309
- #: admin-core/api/flows.php:254
310
- #: admin-core/api/home-page.php:97
311
- #: admin-core/api/product/product-data.php:115
312
- #: admin-core/api/step-data.php:147
313
- msgid "Sorry, you cannot list resources."
314
- msgstr ""
315
-
316
- #: admin-core/api/flow-data.php:65
317
- msgid "Flow ID."
318
- msgstr ""
319
-
320
- #: admin-core/api/flow-data.php:131
321
- msgid "YES : "
322
- msgstr ""
323
-
324
- #: admin-core/api/flow-data.php:133
325
- msgid "YES : Step not Found"
326
- msgstr ""
327
-
328
- #: admin-core/api/flow-data.php:138
329
- msgid "No : "
330
- msgstr ""
331
-
332
- #: admin-core/api/flow-data.php:140
333
- msgid "No : Step not Found"
334
- msgstr ""
335
-
336
- #: admin-core/api/flow-data.php:212
337
- #: admin-core/api/flow-data.php:286
338
- #: admin-core/api/flows.php:168
339
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:826
340
- #: classes/class-cartflows-cloning.php:427
341
- #: admin-core/assets/build/settings-app.js:1
342
- msgid "Clone"
343
- msgstr ""
344
-
345
- #: admin-core/api/flow-data.php:221
346
- #: admin-core/api/flow-data.php:295
347
- #: admin-core/api/flow-data.php:377
348
- #: admin-core/api/flows.php:182
349
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:837
350
- #: admin-core/assets/build/settings-app.js:1
351
- msgid "Delete"
352
- msgstr ""
353
-
354
- #: admin-core/api/flow-data.php:229
355
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:846
356
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:848
357
- msgid "A/B Test"
358
- msgstr ""
359
-
360
- #: admin-core/api/flow-data.php:253
361
- #: admin-core/api/flow-data.php:323
362
- #: admin-core/api/flows.php:152
363
- #: admin-core/views/debugger.php:36
364
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:806
365
- #: includes/admin/cartflows-error-log.php:42
366
- #: modules/flow/classes/class-cartflows-flow-post-type.php:225
367
- #: admin-core/assets/build/editor-app.js:2
368
- #: admin-core/assets/build/settings-app.js:1
369
- msgid "View"
370
- msgstr ""
371
-
372
- #: admin-core/api/flow-data.php:260
373
- #: admin-core/api/flow-data.php:330
374
- #: admin-core/api/flows.php:160
375
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:817
376
- #: admin-core/assets/build/settings-app.js:1
377
- msgid "Edit"
378
- msgstr ""
379
-
380
- #: admin-core/api/flow-data.php:303
381
- msgid "Archived"
382
- msgstr ""
383
-
384
- #: admin-core/api/flow-data.php:310
385
- msgid "Declare as Winner"
386
- msgstr ""
387
-
388
- #: admin-core/api/flow-data.php:356
389
- msgid "Deleted variation can't be restored."
390
- msgstr ""
391
-
392
- #: admin-core/api/flow-data.php:357
393
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:176
394
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:188
395
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:200
396
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:212
397
- msgid "Hide"
398
- msgstr ""
399
-
400
- #: admin-core/api/flow-data.php:369
401
- #: admin-core/inc/admin-menu.php:404
402
- #: admin-core/assets/build/settings-app.js:1
403
- msgid "Restore"
404
- msgstr ""
405
-
406
- #: admin-core/api/flows.php:175
407
- #: admin-core/inc/admin-menu.php:389
408
- #: admin-core/inc/admin-menu.php:419
409
- #: admin-legacy/class-cartflows-legacy-importer.php:80
410
- #: admin-legacy/includes/exporter.php:18
411
- #: admin-core/assets/build/settings-app.js:1
412
- msgid "Export"
413
- msgstr ""
414
-
415
- #: admin-core/api/product/product-data.php:63
416
- #: admin-core/api/step-data.php:64
417
- msgid "Step ID."
418
- msgstr ""
419
-
420
- #: admin-core/inc/admin-helper.php:315
421
- #: admin-legacy/class-cartflows-admin-fields.php:241
422
- #: admin-core/assets/build/editor-app.js:2
423
- msgid "Select"
424
- msgstr ""
425
-
426
- #: admin-core/inc/admin-helper.php:371
427
- #: admin-legacy/includes/admin/cartflows-general.php:143
428
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:119
429
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:447
430
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:140
431
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:145
432
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:190
433
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:81
434
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:86
435
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:276
436
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:179
437
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:184
438
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:146
439
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:151
440
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:190
441
- #: admin-core/assets/build/editor-app.js:2
442
- #: modules/gutenberg/dist/blocks.build.js:1
443
- msgid "Default"
444
- msgstr ""
445
-
446
- #: admin-core/inc/admin-menu.php:117
447
- #: admin-core/inc/admin-menu.php:169
448
- msgid "Back to Step Editing"
449
- msgstr ""
450
-
451
- #: admin-core/inc/admin-menu.php:194
452
- msgid "Go to Flow Editing"
453
- msgstr ""
454
-
455
- #: admin-core/inc/admin-menu.php:217
456
- msgid "Go to Step Editing"
457
- msgstr ""
458
-
459
- #: admin-core/inc/admin-menu.php:263
460
- #: admin-core/inc/admin-menu.php:264
461
- #: admin-legacy/class-cartflows-admin-classes.php:169
462
- #: admin-legacy/class-cartflows-admin-classes.php:170
463
- #: admin-core/assets/build/editor-app.js:1
464
- #: admin-core/assets/build/editor-app.js:2
465
- #: admin-core/assets/build/settings-app.js:1
466
- msgid "Flows"
467
- msgstr ""
468
-
469
- #: admin-core/inc/admin-menu.php:270
470
- #: admin-core/inc/admin-menu.php:271
471
- #: admin-legacy/class-cartflows-admin-classes.php:153
472
- #: admin-legacy/class-cartflows-admin-classes.php:154
473
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:151
474
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:140
475
- #: classes/class-cartflows-admin.php:91
476
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:111
477
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:54
478
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:91
479
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:54
480
- #: admin-core/assets/build/editor-app.js:1
481
- #: admin-core/assets/build/settings-app.js:1
482
- msgid "Settings"
483
- msgstr ""
484
-
485
- #: admin-core/inc/admin-menu.php:277
486
- #: admin-core/inc/admin-menu.php:278
487
- #: admin-core/assets/build/editor-app.js:1
488
- #: admin-core/assets/build/settings-app.js:1
489
- msgid "Templates"
490
- msgstr ""
491
-
492
- #: admin-core/inc/admin-menu.php:284
493
- #: admin-legacy/class-cartflows-admin-classes.php:148
494
- #: admin-legacy/includes/admin/cartflows-home.php:11
495
- msgid "Home"
496
- msgstr ""
497
-
498
- #: admin-core/inc/admin-menu.php:377
499
- #: admin-core/inc/admin-menu.php:400
500
- #: admin-core/inc/admin-menu.php:415
501
- msgid "Bulk Action"
502
- msgstr ""
503
-
504
- #: admin-core/inc/admin-menu.php:381
505
- msgid "Move to Draft"
506
- msgstr ""
507
-
508
- #: admin-core/inc/admin-menu.php:385
509
- #: admin-core/inc/admin-menu.php:423
510
- msgid "Move to Trash"
511
- msgstr ""
512
-
513
- #: admin-core/inc/admin-menu.php:393
514
- #: admin-core/inc/admin-menu.php:408
515
- #: admin-core/inc/admin-menu.php:427
516
- msgid "Delete Permanently"
517
- msgstr ""
518
-
519
- #: admin-core/inc/admin-menu.php:702
520
- msgid "Switch To Old UI"
521
- msgstr ""
522
-
523
- #: admin-core/inc/flow-meta.php:40
524
- #: admin-core/inc/global-settings.php:25
525
- msgid "General "
526
- msgstr ""
527
-
528
- #: admin-core/inc/flow-meta.php:45
529
- msgid "Flow Title"
530
- msgstr ""
531
-
532
- #: admin-core/inc/flow-meta.php:51
533
- #: admin-core/inc/global-settings.php:92
534
- #: admin-legacy/includes/admin/cartflows-general.php:155
535
- msgid "Flow Slug"
536
- msgstr ""
537
-
538
- #: admin-core/inc/flow-meta.php:57
539
- msgid "Sandbox"
540
- msgstr ""
541
-
542
- #: admin-core/inc/flow-meta.php:61
543
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:607
544
- msgid "Enable Test Mode"
545
- msgstr ""
546
-
547
- #: admin-core/inc/flow-meta.php:64
548
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:614
549
- msgid "If you are using WooCommerce plugin then test mode will add random products in your flow, so you can preview it easily while testing."
550
- msgstr ""
551
-
552
- #: admin-core/inc/flow-meta.php:69
553
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:487
554
- #: admin-core/assets/build/editor-app.js:1
555
- msgid "Analytics"
556
- msgstr ""
557
-
558
- #: admin-core/inc/flow-meta.php:73
559
- msgid "Enable Flow Analytics"
560
- msgstr ""
561
-
562
- #: admin-core/inc/flow-meta.php:76
563
- msgid "Analytics offers data that helps you understand how your flows are performing."
564
- msgstr ""
565
-
566
- #: admin-core/inc/global-settings.php:30
567
- msgid "Disallow search engine from indexing flows."
568
- msgstr ""
569
-
570
- #: admin-core/inc/global-settings.php:35
571
- #: admin-legacy/includes/admin/cartflows-general.php:90
572
- #: modules/flow/view/view-flow-inner-step.php:52
573
- #: admin-core/assets/build/editor-app.js:1
574
- msgid "Global Checkout"
575
- msgstr ""
576
-
577
- #: admin-core/inc/global-settings.php:36
578
- msgid ""
579
- "Be sure not to add any product in above selected Global Checkout step. Please read information about how to set up Global Checkout here.\n"
580
- " "
581
- msgstr ""
582
-
583
- #: admin-core/inc/global-settings.php:45
584
- msgid "Ready Templates for"
585
- msgstr ""
586
-
587
- #: admin-core/inc/global-settings.php:46
588
- msgid "CartFlows offers flow templates that can be imported in one click. These templates are available in few different page builders. Please choose your preferred page builder from the list so you will only see templates that are made using that page builder."
589
- msgstr ""
590
-
591
- #: admin-core/inc/global-settings.php:50
592
- #: admin-legacy/includes/admin/cartflows-general.php:103
593
- #: classes/class-cartflows-wizard.php:368
594
- #: classes/class-cartflows-wizard.php:434
595
- msgid "Elementor"
596
- msgstr ""
597
-
598
- #: admin-core/inc/global-settings.php:54
599
- #: admin-legacy/includes/admin/cartflows-general.php:104
600
- msgid "Beaver Builder"
601
- msgstr ""
602
-
603
- #: admin-core/inc/global-settings.php:58
604
- #: admin-legacy/includes/admin/cartflows-general.php:105
605
- #: classes/class-cartflows-wizard.php:388
606
- msgid "Divi"
607
- msgstr ""
608
-
609
- #: admin-core/inc/global-settings.php:62
610
- #: admin-legacy/includes/admin/cartflows-general.php:106
611
- #: classes/class-cartflows-wizard.php:398
612
- msgid "Gutenberg"
613
- msgstr ""
614
-
615
- #: admin-core/inc/global-settings.php:66
616
- #: admin-legacy/includes/admin/cartflows-general.php:107
617
- #: classes/class-cartflows-wizard.php:408
618
- msgid "Other"
619
- msgstr ""
620
-
621
- #: admin-core/inc/global-settings.php:74
622
- msgid "Permalinks"
623
- msgstr ""
624
-
625
- #: admin-core/inc/global-settings.php:82
626
- msgid "Default Permalinks"
627
- msgstr ""
628
-
629
- #: admin-core/inc/global-settings.php:83
630
- msgid "Default WordPress Permalink"
631
- msgstr ""
632
-
633
- #: admin-core/inc/global-settings.php:87
634
- #: admin-legacy/includes/admin/cartflows-general.php:149
635
- msgid "Flow and Step Slug"
636
- msgstr ""
637
-
638
- #: admin-core/inc/global-settings.php:97
639
- #: admin-legacy/includes/admin/cartflows-general.php:161
640
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:883
641
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:114
642
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:457
643
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:219
644
- msgid "Step Slug"
645
- msgstr ""
646
-
647
- #: admin-core/inc/global-settings.php:104
648
- #: admin-legacy/includes/admin/cartflows-general.php:173
649
- msgid "Post Type Permalink Base"
650
- msgstr ""
651
-
652
- #: admin-core/inc/global-settings.php:108
653
- #: admin-legacy/includes/admin/cartflows-general.php:181
654
- msgid "Step Base"
655
- msgstr ""
656
-
657
- #: admin-core/inc/global-settings.php:114
658
- #: admin-legacy/includes/admin/cartflows-general.php:191
659
- msgid "Flow Base"
660
- msgstr ""
661
-
662
- #: admin-core/inc/global-settings.php:121
663
- msgid "FaceBook Pixel"
664
- msgstr ""
665
-
666
- #: admin-core/inc/global-settings.php:125
667
- msgid "Enable Facebook Pixel Tracking For CartFlows Pages"
668
- msgstr ""
669
-
670
- #: admin-core/inc/global-settings.php:130
671
- msgid "Enable Facebook Pixel Tracking For the whole site"
672
- msgstr ""
673
-
674
- #: admin-core/inc/global-settings.php:132
675
- #: admin-core/inc/global-settings.php:229
676
- #: admin-legacy/includes/admin/cartflows-general.php:253
677
- #: admin-legacy/includes/admin/cartflows-general.php:352
678
- msgid "If this option is unchecked, it will only apply to CartFlows steps."
679
- msgstr ""
680
-
681
- #: admin-core/inc/global-settings.php:145
682
- #: admin-legacy/includes/admin/cartflows-general.php:263
683
- msgid "Enter Facebook pixel ID"
684
- msgstr ""
685
-
686
- #: admin-core/inc/global-settings.php:160
687
- msgid "Facebook Pixel Events"
688
- msgstr ""
689
-
690
- #: admin-core/inc/global-settings.php:174
691
- #: admin-legacy/includes/admin/cartflows-general.php:280
692
- msgid "Initiate Checkout"
693
- msgstr ""
694
-
695
- #: admin-core/inc/global-settings.php:189
696
- #: admin-core/inc/global-settings.php:301
697
- #: admin-legacy/includes/admin/cartflows-general.php:289
698
- #: admin-legacy/includes/admin/cartflows-general.php:396
699
- msgid "Add Payment Info"
700
- msgstr ""
701
-
702
- #: admin-core/inc/global-settings.php:203
703
- #: admin-legacy/includes/admin/cartflows-general.php:298
704
- msgid "Purchase Complete"
705
- msgstr ""
706
-
707
- #: admin-core/inc/global-settings.php:218
708
- #: admin-core/assets/build/settings-app.js:1
709
- msgid "Google Analytics"
710
- msgstr ""
711
-
712
- #: admin-core/inc/global-settings.php:222
713
- msgid "Enable Google Analytics Tracking For CartFlows Pages"
714
- msgstr ""
715
-
716
- #: admin-core/inc/global-settings.php:227
717
- msgid "Enable Google Analytics Tracking For the whole site"
718
- msgstr ""
719
-
720
- #: admin-core/inc/global-settings.php:242
721
- msgid "Enter Google Analytics ID"
722
- msgstr ""
723
-
724
- #. translators: %1$1s: link html start, %2$12: link html end
725
- #: admin-core/inc/global-settings.php:246
726
- msgid "Log into your %1$1s google analytics account %2$2s to find your ID. eg: UA-XXXXXX-X."
727
- msgstr ""
728
-
729
- #: admin-core/inc/global-settings.php:259
730
- msgid "Google Analytics Events"
731
- msgstr ""
732
-
733
- #: admin-core/inc/global-settings.php:272
734
- #: admin-legacy/includes/admin/cartflows-general.php:378
735
- msgid "Begin Checkout"
736
- msgstr ""
737
-
738
- #: admin-core/inc/global-settings.php:287
739
- #: admin-legacy/includes/admin/cartflows-general.php:387
740
- msgid "Add To Cart"
741
- msgstr ""
742
-
743
- #: admin-core/inc/global-settings.php:315
744
- #: admin-legacy/includes/admin/cartflows-general.php:405
745
- msgid "Purchase"
746
- msgstr ""
747
-
748
- #. translators: %1$1s: link html start, %2$12: link html end
749
- #: admin-core/inc/global-settings.php:333
750
- msgid "Google Analytics not working correctly? %1$1s Click here %2$2s to know more."
751
- msgstr ""
752
-
753
- #: admin-core/inc/wcf-debugger.php:131
754
- #: classes/class-cartflows-logger.php:180
755
- msgid "Action failed. Please refresh the page and retry."
756
- msgstr ""
757
-
758
- #. translators: %1$s: timestamp1, %2$s: timestamp2
759
- #: admin-core/views/debugger.php:31
760
- #: includes/admin/cartflows-error-log.php:37
761
- msgid "%1$s at %2$s"
762
- msgstr ""
763
-
764
- #: admin-core/views/debugger.php:59
765
- #: includes/admin/cartflows-error-log.php:66
766
- msgid "Delete log"
767
- msgstr ""
768
-
769
- #: admin-core/views/debugger.php:64
770
- #: includes/admin/cartflows-error-log.php:71
771
- msgid "There are currently no logs to view."
772
- msgstr ""
773
-
774
- #: admin-core/views/fixed-header.php:15
775
- #: admin-core/views/header.php:17
776
- #: admin-legacy/includes/admin/cartflows-admin.php:19
777
- #: includes/admin/cartflows-admin-header.php:17
778
- msgid "Generate More Leads & More Sales"
779
- msgstr ""
780
-
781
- #: admin-core/views/wcf-pro-license-log.php:23
782
- msgid "License debug log"
783
- msgstr ""
784
-
785
- #: admin-core/views/wcf-pro-license-log.php:30
786
- msgid "License Arguments:"
787
- msgstr ""
788
-
789
- #: admin-core/views/wcf-pro-license-log.php:41
790
- msgid "License Call:"
791
- msgstr ""
792
-
793
- #: admin-core/views/wcf-pro-license-log.php:48
794
- msgid "License API Response:"
795
- msgstr ""
796
-
797
- #: admin-legacy/class-cartflows-admin-classes.php:467
798
- msgid "This page requires WooCommerce plugin installed and activated!"
799
- msgstr ""
800
-
801
- #: admin-legacy/class-cartflows-admin-classes.php:470
802
- msgid "Installing and activating.."
803
- msgstr ""
804
-
805
- #: admin-legacy/class-cartflows-admin-classes.php:471
806
- msgid "There was an error with the installation of plugin."
807
- msgstr ""
808
-
809
- #: admin-legacy/class-cartflows-admin-classes.php:533
810
- msgid "Flows Library"
811
- msgstr ""
812
-
813
- #: admin-legacy/class-cartflows-admin-classes.php:540
814
- #: modules/flow/view/view-remote-importer.php:26
815
- #: admin-core/assets/build/editor-app.js:1
816
- msgid "Ready Templates"
817
- msgstr ""
818
-
819
- #: admin-legacy/class-cartflows-admin-classes.php:543
820
- #: modules/flow/view/view-remote-importer.php:29
821
- #: admin-core/assets/build/editor-app.js:1
822
- msgid "Create Your Own"
823
- msgstr ""
824
-
825
- #: admin-legacy/class-cartflows-admin-classes.php:554
826
- #: modules/flow/view/view-remote-importer.php:41
827
- msgid "Search Sites"
828
- msgstr ""
829
-
830
- #: admin-legacy/class-cartflows-admin-classes.php:555
831
- #: modules/flow/view/view-remote-importer.php:42
832
- msgid "Search Flow..."
833
- msgstr ""
834
-
835
- #: admin-legacy/class-cartflows-admin-classes.php:572
836
- #: admin-core/assets/build/settings-app.js:1
837
- msgid "Design Your Flow"
838
- msgstr ""
839
-
840
- #: admin-legacy/class-cartflows-admin-classes.php:573
841
- #: admin-legacy/class-cartflows-legacy-importer.php:686
842
- #: admin-legacy/class-cartflows-legacy-importer.php:785
843
- #: modules/flow/view/view-remote-importer.php:72
844
- msgid "Learn How"
845
- msgstr ""
846
-
847
- #: admin-legacy/class-cartflows-admin-fields.php:244
848
- msgid "No Checkout Steps"
849
- msgstr ""
850
-
851
- #. translators: %s: link
852
- #: admin-legacy/class-cartflows-admin-fields.php:270
853
- msgid "Be sure not to add any product in above selected Global Checkout step. Please read information about how to set up Global Checkout %1$shere%2$s."
854
- msgstr ""
855
-
856
- #: admin-legacy/class-cartflows-legacy-importer.php:80
857
- msgid "Export this flow"
858
- msgstr ""
859
-
860
- #: admin-legacy/class-cartflows-legacy-importer.php:91
861
- msgid "Flow Export"
862
- msgstr ""
863
-
864
- #: admin-legacy/class-cartflows-legacy-importer.php:92
865
- msgid "Flow Import"
866
- msgstr ""
867
-
868
- #: admin-legacy/class-cartflows-legacy-importer.php:103
869
- msgid "No post to export has been supplied!"
870
- msgstr ""
871
-
872
- #: admin-legacy/class-cartflows-legacy-importer.php:277
873
- msgid "Please upload a valid .json file"
874
- msgstr ""
875
-
876
- #: admin-legacy/class-cartflows-legacy-importer.php:283
877
- msgid "Please upload a file to import"
878
- msgstr ""
879
-
880
- #: admin-legacy/class-cartflows-legacy-importer.php:523
881
- msgid "Successfully imported flows."
882
- msgstr ""
883
-
884
- #: admin-legacy/class-cartflows-legacy-importer.php:559
885
- msgid "Loading Steps"
886
- msgstr ""
887
-
888
- #: admin-legacy/class-cartflows-legacy-importer.php:561
889
- msgid "Getting steps from the cloud. Please wait for the moment."
890
- msgstr ""
891
-
892
- #: admin-legacy/class-cartflows-legacy-importer.php:572
893
- msgid "Searching Template.."
894
- msgstr ""
895
-
896
- #: admin-legacy/class-cartflows-legacy-importer.php:574
897
- msgid "Getting templates from the cloud. Please wait for the moment."
898
- msgstr ""
899
-
900
- #: admin-legacy/class-cartflows-legacy-importer.php:583
901
- msgid "Importing.."
902
- msgstr ""
903
-
904
- #: admin-legacy/class-cartflows-legacy-importer.php:592
905
- #: admin-legacy/class-cartflows-legacy-importer.php:632
906
- msgid "Imported"
907
- msgstr ""
908
-
909
- #: admin-legacy/class-cartflows-legacy-importer.php:593
910
- #: admin-legacy/class-cartflows-legacy-importer.php:633
911
- msgid "Thanks for patience"
912
- msgstr ""
913
-
914
- #: admin-legacy/class-cartflows-legacy-importer.php:602
915
- #: admin-legacy/class-cartflows-legacy-importer.php:614
916
- msgid "Coming Soon!"
917
- msgstr ""
918
-
919
- #: admin-legacy/class-cartflows-legacy-importer.php:633
920
- msgid "Redirecting to the Elementor edit window."
921
- msgstr ""
922
-
923
- #: admin-legacy/class-cartflows-legacy-importer.php:679
924
- #: admin-legacy/class-cartflows-legacy-importer.php:795
925
- msgid "Pro"
926
- msgstr ""
927
-
928
- #: admin-legacy/class-cartflows-legacy-importer.php:720
929
- #: admin-legacy/class-cartflows-legacy-importer.php:827
930
- msgid "Activate License"
931
- msgstr ""
932
-
933
- #: admin-legacy/class-cartflows-legacy-importer.php:722
934
- #: admin-legacy/class-cartflows-legacy-importer.php:829
935
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:505
936
- msgid "Get Pro"
937
- msgstr ""
938
-
939
- #: admin-legacy/class-cartflows-legacy-importer.php:747
940
- msgid "Create"
941
- msgstr ""
942
-
943
- #: admin-legacy/class-cartflows-legacy-importer.php:846
944
- msgid "Under Maintenance.."
945
- msgstr ""
946
-
947
- #: admin-legacy/class-cartflows-legacy-importer.php:847
948
- msgid "If you are seeing this message, most likely our servers are under routine maintenance and we will be back shortly."
949
- msgstr ""
950
-
951
- #: admin-legacy/class-cartflows-legacy-importer.php:848
952
- msgid "In rare case, it is possible your website is having trouble connecting with ours. If you need help, please feel free to get in touch with us from our website.."
953
- msgstr ""
954
-
955
- #. translators: %s: Plugin string
956
- #: admin-legacy/class-cartflows-legacy-importer.php:878
957
- msgid "%1$s to see CartFlows templates. If you prefer another page builder tool, you can <a href=\"%2$s\" target=\"blank\">select it here</a>."
958
- msgstr ""
959
-
960
- #: admin-legacy/class-cartflows-legacy-importer.php:893
961
- msgid "All"
962
- msgstr ""
963
-
964
- #: admin-legacy/class-cartflows-legacy-importer.php:896
965
- #: admin-core/assets/build/editor-app.js:1
966
- msgid "Select Step Type"
967
- msgstr ""
968
-
969
- #: admin-legacy/class-cartflows-legacy-importer.php:980
970
- msgid "Import from Cloud"
971
- msgstr ""
972
-
973
- #. translators: %s: template ID
974
- #: admin-legacy/class-cartflows-legacy-importer.php:1416
975
- msgid "Invalid template id %1$s or post id %2$s."
976
- msgstr ""
977
-
978
- #. translators: %s: flow ID
979
- #: admin-legacy/class-cartflows-legacy-importer.php:1491
980
- msgid "Invalid flow id %1$s OR step type %2$s."
981
- msgstr ""
982
-
983
- #: admin-legacy/class-cartflows-legacy-importer.php:1616
984
- msgid "Elementor is not activated. Please activate plugin Elementor Page Builder to import the step."
985
- msgstr ""
986
-
987
- #: admin-legacy/class-cartflows-legacy-importer.php:1719
988
- msgid "Action failed. Invalid Security Nonce."
989
- msgstr ""
990
-
991
- #: admin-legacy/class-cartflows-legacy-importer.php:1726
992
- msgid "User have not plugin install permissions."
993
- msgstr ""
994
-
995
- #: admin-legacy/class-cartflows-legacy-importer.php:1748
996
- msgid "Plugin Successfully Activated"
997
- msgstr ""
998
-
999
- #: admin-legacy/class-cartflows-meta.php:34
1000
- msgid "Update"
1001
- msgstr ""
1002
-
1003
- #: admin-legacy/class-cartflows-meta.php:42
1004
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:95
1005
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:765
1006
- msgid "Back to edit Flow"
1007
- msgstr ""
1008
-
1009
- #: admin-legacy/class-cartflows-meta.php:63
1010
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:175
1011
- #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:136
1012
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:157
1013
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:146
1014
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:925
1015
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:931
1016
- #: modules/flow/classes/class-cartflows-step-meta-base.php:76
1017
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:120
1018
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:126
1019
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:498
1020
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:503
1021
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:293
1022
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:298
1023
- msgid "Custom Script"
1024
- msgstr ""
1025
-
1026
- #: admin-legacy/class-cartflows-meta.php:66
1027
- #: modules/flow/classes/class-cartflows-step-meta-base.php:78
1028
- msgid "Custom script lets you add your own custom script on front end of this flow page."
1029
- msgstr ""
1030
-
1031
- #: admin-legacy/includes/admin/cartflows-admin.php:29
1032
- msgid "Settings saved successfully."
1033
- msgstr ""
1034
-
1035
- #: admin-legacy/includes/admin/cartflows-general.php:31
1036
- #: admin-legacy/includes/admin/cartflows-general.php:67
1037
- #: admin-core/assets/build/settings-app.js:1
1038
- msgid "General Settings"
1039
- msgstr ""
1040
-
1041
- #: admin-legacy/includes/admin/cartflows-general.php:40
1042
- msgid "Migrate To New UI"
1043
- msgstr ""
1044
-
1045
- #: admin-legacy/includes/admin/cartflows-general.php:48
1046
- msgid "We have introduced new slick and faster UI."
1047
- msgstr ""
1048
-
1049
- #: admin-legacy/includes/admin/cartflows-general.php:49
1050
- msgid "Activating this will change your exising admin User Interface with new User Interface powered by React. With this, you can design creative Flows in less efforts."
1051
- msgstr ""
1052
-
1053
- #: admin-legacy/includes/admin/cartflows-general.php:54
1054
- msgid "Don't wait! Switch to new faster UI now!"
1055
- msgstr ""
1056
-
1057
- #: admin-legacy/includes/admin/cartflows-general.php:57
1058
- msgid "Use New UI Now"
1059
- msgstr ""
1060
-
1061
- #: admin-legacy/includes/admin/cartflows-general.php:80
1062
- msgid "Disallow search engines from indexing flows"
1063
- msgstr ""
1064
-
1065
- #: admin-legacy/includes/admin/cartflows-general.php:99
1066
- msgid "Show Templates designed with"
1067
- msgstr ""
1068
-
1069
- #: admin-legacy/includes/admin/cartflows-general.php:100
1070
- msgid "CartFlows offers flow templates that can be imported in one click. These templates are available in few different page builders. Please choose your preferred page builder from the list so you will only see templates that are made using that page builder.."
1071
- msgstr ""
1072
-
1073
- #: admin-legacy/includes/admin/cartflows-general.php:116
1074
- #: admin-legacy/includes/admin/cartflows-general.php:202
1075
- #: admin-legacy/includes/admin/cartflows-general.php:308
1076
- #: admin-legacy/includes/admin/cartflows-general.php:425
1077
- msgid "Save Changes"
1078
- msgstr ""
1079
-
1080
- #: admin-legacy/includes/admin/cartflows-general.php:128
1081
- #: admin-core/assets/build/settings-app.js:1
1082
- msgid "Permalink Settings"
1083
- msgstr ""
1084
-
1085
- #: admin-legacy/includes/admin/cartflows-general.php:203
1086
- #: admin-core/assets/build/settings-app.js:1
1087
- msgid "Set Default"
1088
- msgstr ""
1089
-
1090
- #: admin-legacy/includes/admin/cartflows-general.php:217
1091
- #: admin-core/assets/build/settings-app.js:1
1092
- msgid "Facebook Pixel Settings"
1093
- msgstr ""
1094
-
1095
- #: admin-legacy/includes/admin/cartflows-general.php:232
1096
- msgid "Enable Facebook Pixel Tracking"
1097
- msgstr ""
1098
-
1099
- #: admin-legacy/includes/admin/cartflows-general.php:245
1100
- msgid "Enable for the whole site"
1101
- msgstr ""
1102
-
1103
- #: admin-legacy/includes/admin/cartflows-general.php:271
1104
- #: admin-legacy/includes/admin/cartflows-general.php:370
1105
- msgid "Enable Events:"
1106
- msgstr ""
1107
-
1108
- #: admin-legacy/includes/admin/cartflows-general.php:320
1109
- #: admin-core/assets/build/settings-app.js:1
1110
- msgid "Google Analytics Settings"
1111
- msgstr ""
1112
-
1113
- #: admin-legacy/includes/admin/cartflows-general.php:331
1114
- msgid "Enable Google Analytics Tracking"
1115
- msgstr ""
1116
-
1117
- #: admin-legacy/includes/admin/cartflows-general.php:344
1118
- msgid "Enable for the whole website"
1119
- msgstr ""
1120
-
1121
- #: admin-legacy/includes/admin/cartflows-general.php:362
1122
- msgid "Google Analytics ID"
1123
- msgstr ""
1124
-
1125
- #: admin-legacy/includes/admin/cartflows-general.php:364
1126
- msgid "Log into your <a href=\"https://analytics.google.com/\" target=\"_blank\">google analytics account</a> to find your ID. eg: UA-XXXXXX-X&period;"
1127
- msgstr ""
1128
-
1129
- #: admin-legacy/includes/admin/cartflows-general.php:413
1130
- msgid "Google Analytics not working correctly? <a href=\"https://cartflows.com/docs/troubleshooting-google-analytics-tracking-issues/\" > Click here </a> to know more. "
1131
- msgstr ""
1132
-
1133
- #: admin-legacy/includes/admin/cartflows-general.php:446
1134
- #: admin-legacy/includes/admin/cartflows-home.php:43
1135
- msgid "Knowledge Base"
1136
- msgstr ""
1137
-
1138
- #: admin-legacy/includes/admin/cartflows-general.php:450
1139
- #: admin-legacy/includes/admin/cartflows-home.php:47
1140
- msgid "Not sure how something works? Take a peek at the knowledge base and learn."
1141
- msgstr ""
1142
-
1143
- #: admin-legacy/includes/admin/cartflows-general.php:453
1144
- #: admin-legacy/includes/admin/cartflows-home.php:50
1145
- msgid "Visit Knowledge Base »"
1146
- msgstr ""
1147
-
1148
- #: admin-legacy/includes/admin/cartflows-general.php:461
1149
- #: admin-legacy/includes/admin/cartflows-home.php:58
1150
- msgid "Community"
1151
- msgstr ""
1152
-
1153
- #: admin-legacy/includes/admin/cartflows-general.php:465
1154
- #: admin-legacy/includes/admin/cartflows-home.php:62
1155
- msgid "Join the community of super helpful CartFlows users. Say hello, ask questions, give feedback and help each other!"
1156
- msgstr ""
1157
-
1158
- #: admin-legacy/includes/admin/cartflows-general.php:468
1159
- #: admin-legacy/includes/admin/cartflows-home.php:65
1160
- msgid "Join Our Facebook Group »"
1161
- msgstr ""
1162
-
1163
- #: admin-legacy/includes/admin/cartflows-general.php:476
1164
- #: admin-legacy/includes/admin/cartflows-home.php:73
1165
- msgid "Five Star Support"
1166
- msgstr ""
1167
-
1168
- #: admin-legacy/includes/admin/cartflows-general.php:480
1169
- #: admin-legacy/includes/admin/cartflows-home.php:77
1170
- msgid "Got a question? Get in touch with CartFlows developers. We're happy to help!"
1171
- msgstr ""
1172
-
1173
- #: admin-legacy/includes/admin/cartflows-general.php:483
1174
- #: admin-legacy/includes/admin/cartflows-home.php:80
1175
- msgid "Submit a Ticket »"
1176
- msgstr ""
1177
-
1178
- #: admin-legacy/includes/admin/cartflows-general.php:493
1179
- msgid "Load Minified CSS"
1180
- msgstr ""
1181
-
1182
- #: admin-legacy/includes/admin/cartflows-general.php:498
1183
- msgid "Load the Minified CSS from here. Just Enable it by checking the below given checkbox."
1184
- msgstr ""
1185
-
1186
- #: admin-legacy/includes/admin/cartflows-general.php:505
1187
- msgid "Load minified CSS & JS Files"
1188
- msgstr ""
1189
-
1190
- #: admin-legacy/includes/admin/cartflows-general.php:510
1191
- #: admin-core/assets/build/editor-app.js:1
1192
- #: admin-core/assets/build/editor-app.js:2
1193
- msgid "Save"
1194
- msgstr ""
1195
-
1196
- #: admin-legacy/includes/admin/cartflows-home.php:20
1197
- #: admin-core/assets/build/settings-app.js:1
1198
- msgid "Getting Started"
1199
- msgstr ""
1200
-
1201
- #: admin-legacy/includes/admin/cartflows-home.php:28
1202
- #: admin-core/assets/build/settings-app.js:1
1203
- msgid "Modernizing WordPress eCommerce!"
1204
- msgstr ""
1205
-
1206
- #: admin-legacy/includes/exporter.php:12
1207
- msgid "Export Flows to a JSON file"
1208
- msgstr ""
1209
-
1210
- #: admin-legacy/includes/exporter.php:13
1211
- msgid "This tool allows you to generate and download a JSON file containing a list of all flows."
1212
- msgstr ""
1213
-
1214
- #: admin-legacy/includes/importer.php:12
1215
- msgid "Import Flows to a JSON file"
1216
- msgstr ""
1217
-
1218
- #: admin-legacy/includes/importer.php:13
1219
- msgid "This tool allows you to import the flows from the JSON file."
1220
- msgstr ""
1221
-
1222
- #: admin-legacy/includes/importer.php:21
1223
- #: admin-core/assets/build/settings-app.js:1
1224
- msgid "Import"
1225
- msgstr ""
1226
-
1227
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:94
1228
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:169
1229
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:891
1230
- msgid "Checkout Settings"
1231
- msgstr ""
1232
-
1233
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:103
1234
- msgid "Checkout Layout & Design"
1235
- msgstr ""
1236
-
1237
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:139
1238
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:139
1239
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:770
1240
- msgid "Select Product"
1241
- msgstr ""
1242
-
1243
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:145
1244
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:706
1245
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:796
1246
- msgid "Product Options"
1247
- msgstr ""
1248
-
1249
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:151
1250
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:90
1251
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:717
1252
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:811
1253
- msgid "Order Bump"
1254
- msgstr ""
1255
-
1256
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:157
1257
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:97
1258
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:731
1259
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:826
1260
- msgid "Checkout Offer"
1261
- msgstr ""
1262
-
1263
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:163
1264
- msgid "Checkout Fields"
1265
- msgstr ""
1266
-
1267
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:186
1268
- msgid "Logo (Optional)"
1269
- msgstr ""
1270
-
1271
- #. translators: %s: link
1272
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:271
1273
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Product Options feature."
1274
- msgstr ""
1275
-
1276
- #. translators: %s: link.
1277
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:282
1278
- msgid "Update %1$sCartFlows Pro%2$s to %3$s or above for Product Options"
1279
- msgstr ""
1280
-
1281
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:310
1282
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:865
1283
- msgid "Add this shortcode to your checkout page"
1284
- msgstr ""
1285
-
1286
- #. translators: %s: link
1287
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:345
1288
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Pre-applied Coupon."
1289
- msgstr ""
1290
-
1291
- #. translators: %s: link
1292
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:372
1293
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Checkout Offer feature"
1294
- msgstr ""
1295
-
1296
- #. translators: %s: link
1297
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:382
1298
- msgid "Update to %1$sCartFlows Pro%2$s to %3$s or above for Checkout Offer feature"
1299
- msgstr ""
1300
-
1301
- #. translators: %s: link
1302
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:409
1303
- msgid "Upgrade to %1$sCartFlows Pro%2$s for animate browser tab feature"
1304
- msgstr ""
1305
-
1306
- #. translators: %s: link
1307
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:419
1308
- msgid "Update to %1$sCartFlows Pro%2$s to %3$s or above for animate browser tab feature"
1309
- msgstr ""
1310
-
1311
- #. translators: %s: link
1312
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:442
1313
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Order Bump feature."
1314
- msgstr ""
1315
-
1316
- #. translators: %s: link
1317
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:469
1318
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:334
1319
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Custom Fields feature."
1320
- msgstr ""
1321
-
1322
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:492
1323
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:897
1324
- msgid "Place Order Button Text"
1325
- msgstr ""
1326
-
1327
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:496
1328
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:900
1329
- msgid "Place order"
1330
- msgstr ""
1331
-
1332
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:498
1333
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:901
1334
- msgid "It will change the Place Order Button text on checkout page."
1335
- msgstr ""
1336
-
1337
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:508
1338
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:906
1339
- msgid "Enable cart editing on checkout"
1340
- msgstr ""
1341
-
1342
- #. translators: %s: link
1343
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:516
1344
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:914
1345
- msgid "Users will able to remove products from the checkout page."
1346
- msgstr ""
1347
-
1348
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:557
1349
- msgid "Header Logo"
1350
- msgstr ""
1351
-
1352
- #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:565
1353
- msgid "Logo Width (In px)"
1354
- msgstr ""
1355
-
1356
- #: admin-legacy/modules/checkout/meta-views/design-checkout-metabox-markup.php:12
1357
- #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:130
1358
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:220
1359
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:244
1360
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:857
1361
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:431
1362
- msgid "Shortcodes"
1363
- msgstr ""
1364
-
1365
- #: admin-legacy/modules/checkout/meta-views/design-checkout-metabox-markup.php:18
1366
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:154
1367
- msgid "Checkout Design"
1368
- msgstr ""
1369
-
1370
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:18
1371
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:147
1372
- msgid "One Column (Available in CartFlows Pro) "
1373
- msgstr ""
1374
-
1375
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:19
1376
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:148
1377
- msgid "Two Step (Available in CartFlows Pro) "
1378
- msgstr ""
1379
-
1380
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:25
1381
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:159
1382
- msgid "Checkout Skin"
1383
- msgstr ""
1384
-
1385
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:29
1386
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:119
1387
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:166
1388
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:158
1389
- #: modules/gutenberg/dist/blocks.build.js:1
1390
- msgid "One Column"
1391
- msgstr ""
1392
-
1393
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:30
1394
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:114
1395
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:120
1396
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:170
1397
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:153
1398
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:159
1399
- #: modules/gutenberg/dist/blocks.build.js:1
1400
- msgid "Two Column"
1401
- msgstr ""
1402
-
1403
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:31
1404
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:121
1405
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:174
1406
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:160
1407
- #: modules/gutenberg/dist/blocks.build.js:1
1408
- msgid "Two Step"
1409
- msgstr ""
1410
-
1411
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:40
1412
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:410
1413
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:189
1414
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:109
1415
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:182
1416
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:302
1417
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:177
1418
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:167
1419
- #: modules/gutenberg/dist/blocks.build.js:1
1420
- msgid "Primary Color"
1421
- msgstr ""
1422
-
1423
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:49
1424
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:84
1425
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:130
1426
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:222
1427
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:419
1428
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:458
1429
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:570
1430
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:311
1431
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:342
1432
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:187
1433
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:237
1434
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:297
1435
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:462
1436
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:173
1437
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:202
1438
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:301
1439
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:99
1440
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:120
1441
- #: modules/gutenberg/dist/blocks.build.js:1
1442
- msgid "Font Family"
1443
- msgstr ""
1444
-
1445
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:57
1446
- msgid "Advance Options"
1447
- msgstr ""
1448
-
1449
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:69
1450
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:327
1451
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:221
1452
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:189
1453
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:207
1454
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:396
1455
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:290
1456
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:509
1457
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:602
1458
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:691
1459
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:88
1460
- #: modules/gutenberg/dist/blocks.build.js:1
1461
- msgid "Heading"
1462
- msgstr ""
1463
-
1464
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:75
1465
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:296
1466
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:361
1467
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:427
1468
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:221
1469
- msgid "Heading Color"
1470
- msgstr ""
1471
-
1472
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:93
1473
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:139
1474
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:231
1475
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:467
1476
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:579
1477
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:351
1478
- #: modules/gutenberg/dist/blocks.build.js:1
1479
- msgid "Font Weight"
1480
- msgstr ""
1481
-
1482
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:101
1483
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:430
1484
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:251
1485
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:127
1486
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:256
1487
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:443
1488
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:208
1489
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:180
1490
- msgid "Input Fields"
1491
- msgstr ""
1492
-
1493
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:109
1494
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:437
1495
- msgid "Floating Labels (Available in CartFlows Pro)"
1496
- msgstr ""
1497
-
1498
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:115
1499
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:443
1500
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:182
1501
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:255
1502
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:179
1503
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:182
1504
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:102
1505
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:131
1506
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:146
1507
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:270
1508
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:451
1509
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:216
1510
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:184
1511
- #: modules/gutenberg/dist/blocks.build.js:1
1512
- msgid "Style"
1513
- msgstr ""
1514
-
1515
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:120
1516
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:448
1517
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:146
1518
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:87
1519
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:280
1520
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:185
1521
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:152
1522
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:194
1523
- msgid "Floating Labels"
1524
- msgstr ""
1525
-
1526
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:147
1527
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:239
1528
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:475
1529
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:587
1530
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:316
1531
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:481
1532
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:212
1533
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:312
1534
- #: modules/gutenberg/dist/blocks.build.js:1
1535
- msgid "Size"
1536
- msgstr ""
1537
-
1538
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:151
1539
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:243
1540
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:479
1541
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:591
1542
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:322
1543
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:487
1544
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:218
1545
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:318
1546
- msgid "Extra Small"
1547
- msgstr ""
1548
-
1549
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:152
1550
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:244
1551
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:480
1552
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:592
1553
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:326
1554
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:491
1555
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:222
1556
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:322
1557
- msgid "Small"
1558
- msgstr ""
1559
-
1560
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:153
1561
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:245
1562
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:481
1563
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:593
1564
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:330
1565
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:495
1566
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:226
1567
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:326
1568
- msgid "Medium"
1569
- msgstr ""
1570
-
1571
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:154
1572
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:246
1573
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:482
1574
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:594
1575
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:334
1576
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:499
1577
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:230
1578
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:330
1579
- msgid "Large"
1580
- msgstr ""
1581
-
1582
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:155
1583
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:247
1584
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:483
1585
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:595
1586
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:338
1587
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:503
1588
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:234
1589
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:334
1590
- msgid "Extra Large"
1591
- msgstr ""
1592
-
1593
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:156
1594
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:248
1595
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:484
1596
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:596
1597
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:264
1598
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:342
1599
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:507
1600
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:238
1601
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:338
1602
- msgid "Custom"
1603
- msgstr ""
1604
-
1605
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:163
1606
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:255
1607
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:491
1608
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:603
1609
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:357
1610
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:522
1611
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:244
1612
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:344
1613
- msgid "Top Bottom Spacing"
1614
- msgstr ""
1615
-
1616
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:171
1617
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:263
1618
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:499
1619
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:611
1620
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:372
1621
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:542
1622
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:250
1623
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:350
1624
- msgid "Left Right Spacing"
1625
- msgstr ""
1626
-
1627
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:179
1628
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:515
1629
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:387
1630
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:262
1631
- msgid "Text / Placeholder Color"
1632
- msgstr ""
1633
-
1634
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:187
1635
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:287
1636
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:523
1637
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:648
1638
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:464
1639
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:803
1640
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:421
1641
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:296
1642
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:264
1643
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:333
1644
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:399
1645
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:465
1646
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:402
1647
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:592
1648
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:679
1649
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:789
1650
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:995
1651
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:371
1652
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:388
1653
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:458
1654
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:426
1655
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:481
1656
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:571
1657
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:662
1658
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:751
1659
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:268
1660
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:388
1661
- #: modules/gutenberg/dist/blocks.build.js:1
1662
- msgid "Background Color"
1663
- msgstr ""
1664
-
1665
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:195
1666
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:303
1667
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:531
1668
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:664
1669
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:377
1670
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:584
1671
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:819
1672
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:235
1673
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:383
1674
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:417
1675
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:622
1676
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:582
1677
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:1008
1678
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:315
1679
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:274
1680
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:400
1681
- #: modules/gutenberg/dist/blocks.build.js:1
1682
- msgid "Border Color"
1683
- msgstr ""
1684
-
1685
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:202
1686
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:507
1687
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:266
1688
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:137
1689
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:432
1690
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:495
1691
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:941
1692
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:251
1693
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:256
1694
- #: modules/gutenberg/dist/blocks.build.js:1
1695
- msgid "Label Color"
1696
- msgstr ""
1697
-
1698
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:215
1699
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:416
1700
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:264
1701
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:448
1702
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:626
1703
- msgid "Buttons"
1704
- msgstr ""
1705
-
1706
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:271
1707
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:632
1708
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:197
1709
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:225
1710
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:420
1711
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:653
1712
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:393
1713
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:268
1714
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:193
1715
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:221
1716
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:249
1717
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:319
1718
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:385
1719
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:451
1720
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:562
1721
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:364
1722
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:659
1723
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:754
1724
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:825
1725
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:358
1726
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:375
1727
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:435
1728
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:323
1729
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:372
1730
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:402
1731
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:468
1732
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:527
1733
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:558
1734
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:619
1735
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:649
1736
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:708
1737
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:738
1738
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:376
1739
- #: modules/gutenberg/dist/blocks.build.js:1
1740
- msgid "Text Color"
1741
- msgstr ""
1742
-
1743
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:279
1744
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:640
1745
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:444
1746
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:407
1747
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:282
1748
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:577
1749
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:382
1750
- #: modules/gutenberg/dist/blocks.build.js:1
1751
- msgid "Text Hover Color"
1752
- msgstr ""
1753
-
1754
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:295
1755
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:656
1756
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:488
1757
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:429
1758
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:310
1759
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:607
1760
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:394
1761
- msgid "Background Hover Color"
1762
- msgstr ""
1763
-
1764
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:311
1765
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:672
1766
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:605
1767
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:327
1768
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:397
1769
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:637
1770
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:771
1771
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:448
1772
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:446
1773
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:406
1774
- #: modules/gutenberg/dist/blocks.build.js:1
1775
- msgid "Border Hover Color"
1776
- msgstr ""
1777
-
1778
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:324
1779
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:653
1780
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:356
1781
- #: modules/gutenberg/dist/blocks.build.js:1
1782
- msgid "Sections"
1783
- msgstr ""
1784
-
1785
- #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:330
1786
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:667
1787
- msgid "Highlight Area Background Color"
1788
- msgstr ""
1789
-
1790
- #. translators: %s: link
1791
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:504
1792
- msgid "Upgrade to %1$sCartFlows Pro%2$s for Analytics feature"
1793
- msgstr ""
1794
-
1795
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:522
1796
- msgid "Flow Settings"
1797
- msgstr ""
1798
-
1799
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:734
1800
- #: modules/flow/view/meta-flow-steps.php:145
1801
- #: admin-core/assets/build/editor-app.js:1
1802
- msgid "Add New Step"
1803
- msgstr ""
1804
-
1805
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:804
1806
- #: modules/flow/classes/class-cartflows-step-post-type.php:166
1807
- msgid "View Step"
1808
- msgstr ""
1809
-
1810
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:815
1811
- #: modules/flow/classes/class-cartflows-step-post-type.php:165
1812
- #: admin-core/assets/build/editor-app.js:2
1813
- msgid "Edit Step"
1814
- msgstr ""
1815
-
1816
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:824
1817
- msgid "Clone Step"
1818
- msgstr ""
1819
-
1820
- #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:835
1821
- msgid "Delete Step"
1822
- msgstr ""
1823
-
1824
- #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:66
1825
- msgid "Landing Page Settings"
1826
- msgstr ""
1827
-
1828
- #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:171
1829
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:95
1830
- msgid "Next Step Link"
1831
- msgstr ""
1832
-
1833
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:94
1834
- msgid "Optin Settings"
1835
- msgstr ""
1836
-
1837
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:103
1838
- msgid "Optin Design"
1839
- msgstr ""
1840
-
1841
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:145
1842
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:104
1843
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:84
1844
- #: admin-core/assets/build/editor-app.js:2
1845
- msgid "Form Fields"
1846
- msgstr ""
1847
-
1848
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:226
1849
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:250
1850
- #: modules/flow/classes/class-cartflows-step-meta-base.php:54
1851
- msgid "Design"
1852
- msgstr ""
1853
-
1854
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:277
1855
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:439
1856
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:201
1857
- msgid "Add this shortcode to your optin page"
1858
- msgstr ""
1859
-
1860
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:302
1861
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:135
1862
- msgid "Select Free Product"
1863
- msgstr ""
1864
-
1865
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:303
1866
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:136
1867
- msgid "Select Free and Virtual product only."
1868
- msgstr ""
1869
-
1870
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:357
1871
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:469
1872
- msgid "Pass Fields as URL Parameters"
1873
- msgstr ""
1874
-
1875
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:360
1876
- msgid "Enable"
1877
- msgstr ""
1878
-
1879
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:361
1880
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:472
1881
- msgid "You can pass specific fields from the form to next step as URL query parameters."
1882
- msgstr ""
1883
-
1884
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:372
1885
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:476
1886
- msgid "Enter form field"
1887
- msgstr ""
1888
-
1889
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:375
1890
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:385
1891
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:479
1892
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:271
1893
- msgid "Enter comma seprated field name. E.g. first_name, last_name"
1894
- msgstr ""
1895
-
1896
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:377
1897
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:480
1898
- msgid "Fields to pass, separated by commas"
1899
- msgstr ""
1900
-
1901
- #. translators: %s: link
1902
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:387
1903
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:482
1904
- msgid "You can pass field value as a URL parameter to the next step. %1$sClick here%2$s for more information."
1905
- msgstr ""
1906
-
1907
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:544
1908
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:349
1909
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:283
1910
- #: modules/gutenberg/dist/blocks.build.js:1
1911
- msgid "Submit Button"
1912
- msgstr ""
1913
-
1914
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:550
1915
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:287
1916
- msgid "Button Text"
1917
- msgstr ""
1918
-
1919
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:554
1920
- #: classes/class-cartflows-default-meta.php:784
1921
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:290
1922
- #: modules/gutenberg/dist/blocks.build.js:1
1923
- msgid "Submit"
1924
- msgstr ""
1925
-
1926
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:561
1927
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:319
1928
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:294
1929
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:126
1930
- #: modules/gutenberg/dist/blocks.build.js:1
1931
- msgid "Font Size"
1932
- msgstr ""
1933
-
1934
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:619
1935
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:356
1936
- #: modules/gutenberg/dist/blocks.build.js:1
1937
- msgid "Position"
1938
- msgstr ""
1939
-
1940
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:623
1941
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:284
1942
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:294
1943
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:303
1944
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:495
1945
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:302
1946
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:362
1947
- #: modules/gutenberg/dist/blocks.build.js:1
1948
- msgid "Left"
1949
- msgstr ""
1950
-
1951
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:624
1952
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:283
1953
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:293
1954
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:307
1955
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:499
1956
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:306
1957
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:366
1958
- #: modules/gutenberg/dist/blocks.build.js:1
1959
- msgid "Center"
1960
- msgstr ""
1961
-
1962
- #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:625
1963
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:285
1964
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:295
1965
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:311
1966
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:503
1967
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:310
1968
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:370
1969
- #: modules/gutenberg/dist/blocks.build.js:1
1970
- msgid "Right"
1971
- msgstr ""
1972
-
1973
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:95
1974
- msgid "Thank You Settings"
1975
- msgstr ""
1976
-
1977
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:104
1978
- msgid "Thank You Design"
1979
- msgstr ""
1980
-
1981
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:172
1982
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:261
1983
- msgid "Thank You Page Text"
1984
- msgstr ""
1985
-
1986
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:176
1987
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:98
1988
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:165
1989
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:264
1990
- #: modules/gutenberg/dist/blocks.build.js:1
1991
- msgid "Thank you. Your order has been received."
1992
- msgstr ""
1993
-
1994
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:178
1995
- msgid "It will change the default text on thank you page."
1996
- msgstr ""
1997
-
1998
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:186
1999
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:268
2000
- msgid "Redirect After Purchase"
2001
- msgstr ""
2002
-
2003
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:195
2004
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:275
2005
- msgid "Redirect Link"
2006
- msgstr ""
2007
-
2008
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:199
2009
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:278
2010
- msgid "https://"
2011
- msgstr ""
2012
-
2013
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:256
2014
- msgid "Edit Fields"
2015
- msgstr ""
2016
-
2017
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:284
2018
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:116
2019
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:357
2020
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:185
2021
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:591
2022
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:199
2023
- #: modules/gutenberg/dist/blocks.build.js:1
2024
- msgid "Order Details"
2025
- msgstr ""
2026
-
2027
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:296
2028
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:135
2029
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:109
2030
- #: admin-core/assets/build/editor-app.js:2
2031
- #: modules/gutenberg/dist/blocks.build.js:1
2032
- msgid "Text"
2033
- msgstr ""
2034
-
2035
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:302
2036
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:333
2037
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:404
2038
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:93
2039
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:114
2040
- #: modules/gutenberg/dist/blocks.build.js:1
2041
- msgid "Color"
2042
- msgstr ""
2043
-
2044
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:359
2045
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:133
2046
- msgid "Advanced Options"
2047
- msgstr ""
2048
-
2049
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:369
2050
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:143
2051
- msgid "Container Width (In px)"
2052
- msgstr ""
2053
-
2054
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:377
2055
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:689
2056
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:851
2057
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:159
2058
- #: modules/gutenberg/dist/blocks.build.js:1
2059
- msgid "Section Background Color"
2060
- msgstr ""
2061
-
2062
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:391
2063
- msgid "Enable Order Overview "
2064
- msgstr ""
2065
-
2066
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:399
2067
- msgid "Enable Order Details "
2068
- msgstr ""
2069
-
2070
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:407
2071
- msgid "Enable Billing Details "
2072
- msgstr ""
2073
-
2074
- #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:415
2075
- msgid "Enable Shipping Details "
2076
- msgstr ""
2077
-
2078
- #. translators: %s product name
2079
- #: admin/bsf-analytics/class-bsf-analytics.php:216
2080
- msgid "Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. "
2081
- msgstr ""
2082
-
2083
- #: admin/bsf-analytics/class-bsf-analytics.php:219
2084
- msgid "This will be applicable for all sites from the network."
2085
- msgstr ""
2086
-
2087
- #. translators: %s usage doc link
2088
- #: admin/bsf-analytics/class-bsf-analytics.php:243
2089
- msgid " Know More."
2090
- msgstr ""
2091
-
2092
- #: admin/bsf-analytics/class-bsf-analytics.php:251
2093
- msgid "Yes! Allow it"
2094
- msgstr ""
2095
-
2096
- #: admin/bsf-analytics/class-bsf-analytics.php:260
2097
- msgid "No Thanks"
2098
- msgstr ""
2099
-
2100
- #: admin/bsf-analytics/class-bsf-analytics.php:364
2101
- msgid "Usage Tracking"
2102
- msgstr ""
2103
-
2104
- #. translators: %s Product title
2105
- #: admin/bsf-analytics/class-bsf-analytics.php:408
2106
- msgid "Allow %s products to track non-sensitive usage tracking data."
2107
- msgstr ""
2108
-
2109
- #: admin/bsf-analytics/class-bsf-analytics.php:411
2110
- msgid " This will be applicable for all sites from the network."
2111
- msgstr ""
2112
-
2113
- #: admin/bsf-analytics/class-bsf-analytics.php:416
2114
- msgid "Learn More."
2115
- msgstr ""
2116
-
2117
- #: classes/class-cartflows-admin.php:92
2118
- msgid "Docs"
2119
- msgstr ""
2120
-
2121
- #: classes/class-cartflows-admin.php:238
2122
- msgid "We have introduced new slick and faster UI. "
2123
- msgstr ""
2124
-
2125
- #: classes/class-cartflows-admin.php:239
2126
- msgid "You are using a legacy admin UI. Switch to new faster UI now!"
2127
- msgstr ""
2128
-
2129
- #: classes/class-cartflows-admin.php:241
2130
- msgid "Use New UI"
2131
- msgstr ""
2132
-
2133
- #: classes/class-cartflows-admin.php:242
2134
- msgid "Skip"
2135
- msgstr ""
2136
-
2137
- #: classes/class-cartflows-cloning.php:427
2138
- msgid "Clone this flow"
2139
- msgstr ""
2140
-
2141
- #: classes/class-cartflows-flow-frontend.php:53
2142
- msgid "Test mode is active — which displays random products for previewing. It can be deactivated from the flow settings in the admin dashboard."
2143
- msgstr ""
2144
-
2145
- #: classes/class-cartflows-flow-frontend.php:58
2146
- msgid "Click here to disable it"
2147
- msgstr ""
2148
-
2149
- #. translators: %1$s page builder name "string"
2150
- #: classes/class-cartflows-functions.php:578
2151
- msgid "We have introduced %1$1s widgets for CartFlows shortcodes. Now, you can add/change/update design settings directly from the page builder as well."
2152
- msgstr ""
2153
-
2154
- #: classes/class-cartflows-functions.php:579
2155
- msgid "Learn More »"
2156
- msgstr ""
2157
-
2158
- #: classes/class-cartflows-learndash-compatibility.php:86
2159
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:333
2160
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:525
2161
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:216
2162
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:245
2163
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:192
2164
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:338
2165
- #: modules/gutenberg/dist/blocks.build.js:1
2166
- msgid "None"
2167
- msgstr ""
2168
-
2169
- #. translators: 1: anchor start, 2: anchor close
2170
- #: classes/class-cartflows-learndash-compatibility.php:113
2171
- msgid "Non-enrolled students will redirect to the selected CartFlows template. If you have not created any Flow already, add new Flow from %1$shere%2$s."
2172
- msgstr ""
2173
-
2174
- #: classes/class-cartflows-learndash-compatibility.php:119
2175
- msgid "Select CartFlows Template for this Course"
2176
- msgstr ""
2177
-
2178
- #. translators: %s: html tags
2179
- #: classes/class-cartflows-loader.php:261
2180
- msgid "You are using an older version of %1$sCartFlows Pro%2$s. Please update %1$sCartFlows Pro%2$s plugin to version %1$s%3$s%2$s or higher."
2181
- msgstr ""
2182
-
2183
- #. translators: %s: html tags
2184
- #: classes/class-cartflows-loader.php:556
2185
- msgid "This %1$sCartFlows%2$s page requires %1$sWooCommerce%2$s plugin installed & activated."
2186
- msgstr ""
2187
-
2188
- #: classes/class-cartflows-loader.php:566
2189
- msgid "Activate WooCommerce"
2190
- msgstr ""
2191
-
2192
- #: classes/class-cartflows-loader.php:573
2193
- msgid "Install WooCommerce"
2194
- msgstr ""
2195
-
2196
- #: classes/class-cartflows-meta-fields.php:61
2197
- msgid "Thin 100"
2198
- msgstr ""
2199
-
2200
- #: classes/class-cartflows-meta-fields.php:62
2201
- msgid "Extra-Light 200"
2202
- msgstr ""
2203
-
2204
- #: classes/class-cartflows-meta-fields.php:63
2205
- msgid "Light 300"
2206
- msgstr ""
2207
-
2208
- #: classes/class-cartflows-meta-fields.php:64
2209
- msgid "Normal 400"
2210
- msgstr ""
2211
-
2212
- #: classes/class-cartflows-meta-fields.php:65
2213
- msgid "Medium 500"
2214
- msgstr ""
2215
-
2216
- #: classes/class-cartflows-meta-fields.php:66
2217
- msgid "Semi-Bold 600"
2218
- msgstr ""
2219
-
2220
- #: classes/class-cartflows-meta-fields.php:67
2221
- msgid "Bold 700"
2222
- msgstr ""
2223
-
2224
- #: classes/class-cartflows-meta-fields.php:68
2225
- msgid "Extra-Bold 800"
2226
- msgstr ""
2227
-
2228
- #: classes/class-cartflows-meta-fields.php:69
2229
- msgid "Ultra-Bold 900"
2230
- msgstr ""
2231
-
2232
- #: classes/class-cartflows-meta-fields.php:765
2233
- #: includes/meta-fields/generate-product-repeater.php:30
2234
- msgid "Search for a product&hellip;"
2235
- msgstr ""
2236
-
2237
- #: classes/class-cartflows-meta-fields.php:816
2238
- msgid "Search for a coupon&hellip;"
2239
- msgstr ""
2240
-
2241
- #: classes/class-cartflows-metabox.php:59
2242
- msgid "Flow Details"
2243
- msgstr ""
2244
-
2245
- #: classes/class-cartflows-wizard.php:94
2246
- msgid "Thanks for installing and using CartFlows!"
2247
- msgstr ""
2248
-
2249
- #: classes/class-cartflows-wizard.php:95
2250
- msgid "It is easy to use the CartFlows. Please use the setup wizard to quick start setup."
2251
- msgstr ""
2252
-
2253
- #: classes/class-cartflows-wizard.php:97
2254
- msgid "Start Wizard"
2255
- msgstr ""
2256
-
2257
- #: classes/class-cartflows-wizard.php:98
2258
- msgid "Skip Setup"
2259
- msgstr ""
2260
-
2261
- #: classes/class-cartflows-wizard.php:128
2262
- msgid "Welcome"
2263
- msgstr ""
2264
-
2265
- #: classes/class-cartflows-wizard.php:133
2266
- msgid "Page Builder"
2267
- msgstr ""
2268
-
2269
- #: classes/class-cartflows-wizard.php:137
2270
- msgid "Checkout"
2271
- msgstr ""
2272
-
2273
- #: classes/class-cartflows-wizard.php:141
2274
- msgid "Training"
2275
- msgstr ""
2276
-
2277
- #: classes/class-cartflows-wizard.php:145
2278
- msgid "Ready!"
2279
- msgstr ""
2280
-
2281
- #: classes/class-cartflows-wizard.php:220
2282
- msgid "CartFlows Setup"
2283
- msgstr ""
2284
-
2285
- #: classes/class-cartflows-wizard.php:257
2286
- msgid "Exit Setup Wizard"
2287
- msgstr ""
2288
-
2289
- #: classes/class-cartflows-wizard.php:310
2290
- msgid "Welcome to CartFlows!"
2291
- msgstr ""
2292
-
2293
- #: classes/class-cartflows-wizard.php:311
2294
- msgid "Thank you for choosing CartFlows to get more leads, increase conversions, & maximize profits. This short setup wizard will guide you though configuring CartFlows and creating your first funnel."
2295
- msgstr ""
2296
-
2297
- #: classes/class-cartflows-wizard.php:315
2298
- msgid "Let&#x27;s Build it better!"
2299
- msgstr ""
2300
-
2301
- #: classes/class-cartflows-wizard.php:316
2302
- msgid "Get improved features and faster fixes by sharing non-sensitive data via usage tracking that shows us how CartFlows is used. No personal data is tracked or stored."
2303
- msgstr ""
2304
-
2305
- #: classes/class-cartflows-wizard.php:317
2306
- msgid "Learn More"
2307
- msgstr ""
2308
-
2309
- #: classes/class-cartflows-wizard.php:320
2310
- msgid "Yes, I am in."
2311
- msgstr ""
2312
-
2313
- #: classes/class-cartflows-wizard.php:327
2314
- msgid "Lets Go »"
2315
- msgstr ""
2316
-
2317
- #: classes/class-cartflows-wizard.php:355
2318
- msgid "Page Builder Setup"
2319
- msgstr ""
2320
-
2321
- #: classes/class-cartflows-wizard.php:356
2322
- msgid "Please select a page builder you would like to use with CartFlows."
2323
- msgstr ""
2324
-
2325
- #: classes/class-cartflows-wizard.php:361
2326
- msgid "Select Page Builder"
2327
- msgstr ""
2328
-
2329
- #: classes/class-cartflows-wizard.php:378
2330
- msgid "Beaver Builder Plugin (Lite Version)"
2331
- msgstr ""
2332
-
2333
- #: classes/class-cartflows-wizard.php:430
2334
- msgid "While CartFlows Should work with most page builders, we offer templates for the above page builders."
2335
- msgstr ""
2336
-
2337
- #: classes/class-cartflows-wizard.php:433
2338
- #: classes/class-cartflows-wizard.php:475
2339
- msgid "The following plugin will be installed and activated for you:"
2340
- msgstr ""
2341
-
2342
- #: classes/class-cartflows-wizard.php:440
2343
- #: classes/class-cartflows-wizard.php:485
2344
- #: classes/class-cartflows-wizard.php:717
2345
- msgid "« Previous"
2346
- msgstr ""
2347
-
2348
- #: classes/class-cartflows-wizard.php:443
2349
- msgid "Skip this step"
2350
- msgstr ""
2351
-
2352
- #: classes/class-cartflows-wizard.php:444
2353
- msgid "Next »"
2354
- msgstr ""
2355
-
2356
- #: classes/class-cartflows-wizard.php:463
2357
- msgid "Choose a checkout"
2358
- msgstr ""
2359
-
2360
- #: classes/class-cartflows-wizard.php:466
2361
- msgid "While CartFlows is designed to use WooCommerce sell digital and physical products, not all funnels need a checkout system."
2362
- msgstr ""
2363
-
2364
- #: classes/class-cartflows-wizard.php:468
2365
- msgid "Would you like to install WooCommerce to sell digital and physical products in your funnels?"
2366
- msgstr ""
2367
-
2368
- #: classes/class-cartflows-wizard.php:476
2369
- msgid "WooCommerce"
2370
- msgstr ""
2371
-
2372
- #: classes/class-cartflows-wizard.php:477
2373
- msgid "WooCommerce Cart Abandonment Recovery"
2374
- msgstr ""
2375
-
2376
- #: classes/class-cartflows-wizard.php:488
2377
- #: classes/class-cartflows-wizard.php:720
2378
- msgid "No thanks"
2379
- msgstr ""
2380
-
2381
- #: classes/class-cartflows-wizard.php:489
2382
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:110
2383
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:119
2384
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:128
2385
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:137
2386
- msgid "Yes"
2387
- msgstr ""
2388
-
2389
- #: classes/class-cartflows-wizard.php:653
2390
- msgid "Congratulations, You Did It!"
2391
- msgstr ""
2392
-
2393
- #: classes/class-cartflows-wizard.php:660
2394
- msgid "CartFlows is ready to use on your website. You've successfully completed the setup process and all that is left for you to do is create your first flow."
2395
- msgstr ""
2396
-
2397
- #: classes/class-cartflows-wizard.php:674
2398
- msgid "Create a flow"
2399
- msgstr ""
2400
-
2401
- #: classes/class-cartflows-wizard.php:691
2402
- msgid "Exclusive CartFlows Training Course Offer"
2403
- msgstr ""
2404
-
2405
- #: classes/class-cartflows-wizard.php:702
2406
- msgid "We want you to get off to a great start using CartFlows, so we would like to give access to our exclusive training course."
2407
- msgstr ""
2408
-
2409
- #: classes/class-cartflows-wizard.php:703
2410
- msgid "Get access to this couse, for free, by entering your email below."
2411
- msgstr ""
2412
-
2413
- #: classes/class-cartflows-wizard.php:705
2414
- msgid "Enter Email address"
2415
- msgstr ""
2416
-
2417
- #: classes/class-cartflows-wizard.php:721
2418
- msgid "Allow"
2419
- msgstr ""
2420
-
2421
- #: classes/importer/batch-process/class-cartflows-batch-process.php:456
2422
- msgid "ERROR! Cron schedules are disabled by setting constant DISABLE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'DISABLE_WP_CRON', false );"
2423
- msgstr ""
2424
-
2425
- #: classes/importer/batch-process/class-cartflows-batch-process.php:460
2426
- msgid "ERROR! Cron schedules are disabled by setting constant ALTERNATE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'ALTERNATE_WP_CRON', false );"
2427
- msgstr ""
2428
-
2429
- #. translators: 1: The HTTP response code.
2430
- #: classes/importer/batch-process/class-cartflows-batch-process.php:496
2431
- msgid "Unexpected HTTP response code: %s"
2432
- msgstr ""
2433
-
2434
- #: classes/importer/batch-process/class-cartflows-importer-elementor.php:44
2435
- msgid "(✕) Empty content."
2436
- msgstr ""
2437
-
2438
- #: classes/importer/batch-process/class-cartflows-importer-elementor.php:49
2439
- msgid "(✕) Invalid content."
2440
- msgstr ""
2441
-
2442
- #: classes/importer/batch-process/class-cartflows-importer-elementor.php:60
2443
- msgid "Invalid content. Expected an array."
2444
- msgstr ""
2445
-
2446
- #: classes/importer/batch-process/helpers/class-wp-background-process-cartflows-sync-library.php:65
2447
- msgid "All processes are complete"
2448
- msgstr ""
2449
-
2450
- #. Translators: %d: interval
2451
- #: classes/importer/batch-process/helpers/class-wp-background-process.php:436
2452
- msgid "Every %d Minutes"
2453
- msgstr ""
2454
-
2455
- #: classes/importer/class-cartflows-api.php:427
2456
- msgid "Request successfully processed!"
2457
- msgstr ""
2458
-
2459
- #: classes/lib/notices/class-astra-notices.php:125
2460
- msgid "WordPress Nonce not validated."
2461
- msgstr ""
2462
-
2463
- #: classes/logger/class-cartflows-log-handler-file.php:351
2464
- #: classes/logger/class-cartflows-log-handler-file.php:371
2465
- msgid "This method should not be called before plugins_loaded."
2466
- msgstr ""
2467
-
2468
- #. translators: 1: class name 2: Cartflows_Log_Handler_Interface
2469
- #: classes/logger/class-cartflows-wc-logger.php:58
2470
- msgid "The provided handler %1$s does not implement %2$s."
2471
- msgstr ""
2472
-
2473
- #. translators: 1: Cartflows_WC_Logger::log 2: level
2474
- #: classes/logger/class-cartflows-wc-logger.php:136
2475
- msgid "%1$s was called with an invalid level \"%2$s\"."
2476
- msgstr ""
2477
-
2478
- #: includes/meta-fields/generate-product-repeater.php:36
2479
- #: admin-core/assets/build/editor-app.js:2
2480
- msgid "Remove"
2481
- msgstr ""
2482
-
2483
- #: includes/meta-fields/generate-product-repeater.php:51
2484
- msgid "Product Quantity"
2485
- msgstr ""
2486
-
2487
- #: includes/meta-fields/generate-product-repeater.php:65
2488
- msgid "Discount Type"
2489
- msgstr ""
2490
-
2491
- #: includes/meta-fields/generate-product-repeater.php:69
2492
- msgid "Select Discount Type"
2493
- msgstr ""
2494
-
2495
- #: includes/meta-fields/generate-product-repeater.php:70
2496
- msgid "Original"
2497
- msgstr ""
2498
-
2499
- #: includes/meta-fields/generate-product-repeater.php:71
2500
- msgid "Percentage"
2501
- msgstr ""
2502
-
2503
- #: includes/meta-fields/generate-product-repeater.php:72
2504
- msgid "Price"
2505
- msgstr ""
2506
-
2507
- #: includes/meta-fields/generate-product-repeater.php:83
2508
- msgid "Discount Value"
2509
- msgstr ""
2510
-
2511
- #: includes/meta-fields/generate-product-repeater.php:85
2512
- msgid "Discount value will apply for each quantity of product."
2513
- msgstr ""
2514
-
2515
- #: includes/meta-fields/get-product-selection-repeater.php:112
2516
- #: admin-core/assets/build/editor-app.js:1
2517
- #: admin-core/assets/build/settings-app.js:1
2518
- msgid "Add New Product"
2519
- msgstr ""
2520
-
2521
- #: includes/meta-fields/get-product-selection-repeater.php:113
2522
- #: admin-core/assets/build/editor-app.js:1
2523
- #: admin-core/assets/build/settings-app.js:1
2524
- msgid "Create Product"
2525
- msgstr ""
2526
-
2527
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:29
2528
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:66
2529
- #: modules/gutenberg/classes/class-cartflows-block-config.php:311
2530
- msgid "Checkout Form"
2531
- msgstr ""
2532
-
2533
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:30
2534
- msgid "Checkout Form."
2535
- msgstr ""
2536
-
2537
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:31
2538
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:32
2539
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:30
2540
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:31
2541
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:31
2542
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:32
2543
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:30
2544
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:31
2545
- msgid "Cartflows Modules"
2546
- msgstr ""
2547
-
2548
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:79
2549
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:1058
2550
- #: modules/gutenberg/classes/class-cartflows-init-blocks.php:117
2551
- msgid "No product is selected. Please select products from the checkout meta settings to continue."
2552
- msgstr ""
2553
-
2554
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:113
2555
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:152
2556
- msgid "One Column ( PRO )"
2557
- msgstr ""
2558
-
2559
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:115
2560
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:154
2561
- msgid "Two Step ( PRO )"
2562
- msgstr ""
2563
-
2564
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:141
2565
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:82
2566
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:180
2567
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:147
2568
- msgid "Floating Labels ( PRO )"
2569
- msgstr ""
2570
-
2571
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:161
2572
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:128
2573
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:90
2574
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:871
2575
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:157
2576
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:291
2577
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:169
2578
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:156
2579
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:102
2580
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:445
2581
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:207
2582
- #: modules/gutenberg/dist/blocks.build.js:1
2583
- msgid "General"
2584
- msgstr ""
2585
-
2586
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:168
2587
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:210
2588
- #: modules/gutenberg/dist/blocks.build.js:1
2589
- msgid "Select Layout"
2590
- msgstr ""
2591
-
2592
- #. translators: %s: link
2593
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:170
2594
- msgid "The PRO layout options are available in the CartFlows Pro. %1$s Upgrade Now! %2$s"
2595
- msgstr ""
2596
-
2597
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:185
2598
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:105
2599
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:294
2600
- #: modules/gutenberg/dist/blocks.build.js:1
2601
- msgid "Global"
2602
- msgstr ""
2603
-
2604
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:211
2605
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:240
2606
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:320
2607
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:508
2608
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:454
2609
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:469
2610
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:117
2611
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:179
2612
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:324
2613
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:207
2614
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:235
2615
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:281
2616
- #: modules/gutenberg/dist/blocks.build.js:1
2617
- msgid "Typography"
2618
- msgstr ""
2619
-
2620
- #. translators: %s: link
2621
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:257
2622
- msgid "The PRO style options are available in CartFlows Pro. %1$s Upgrade Now! %2$s"
2623
- msgstr ""
2624
-
2625
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:280
2626
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:151
2627
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:507
2628
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:262
2629
- #: modules/gutenberg/dist/blocks.build.js:1
2630
- msgid "Field Background Color"
2631
- msgstr ""
2632
-
2633
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:299
2634
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:165
2635
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:523
2636
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:273
2637
- #: modules/gutenberg/dist/blocks.build.js:1
2638
- msgid "Input Text / Placeholder Color"
2639
- msgstr ""
2640
-
2641
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:329
2642
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:521
2643
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:188
2644
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:334
2645
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:541
2646
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:284
2647
- #: modules/gutenberg/dist/blocks.build.js:1
2648
- msgid "Border Style"
2649
- msgstr ""
2650
-
2651
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:331
2652
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:523
2653
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:190
2654
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:336
2655
- msgid "The type of border to use. Double borders must have a width of at least 3px to render properly."
2656
- msgstr ""
2657
-
2658
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:334
2659
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:526
2660
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:193
2661
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:339
2662
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:547
2663
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:290
2664
- #: modules/gutenberg/dist/blocks.build.js:1
2665
- msgid "Solid"
2666
- msgstr ""
2667
-
2668
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:335
2669
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:527
2670
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:194
2671
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:340
2672
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:550
2673
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:293
2674
- #: modules/gutenberg/dist/blocks.build.js:1
2675
- msgid "Dashed"
2676
- msgstr ""
2677
-
2678
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:336
2679
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:528
2680
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:195
2681
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:341
2682
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:549
2683
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:292
2684
- #: modules/gutenberg/dist/blocks.build.js:1
2685
- msgid "Dotted"
2686
- msgstr ""
2687
-
2688
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:337
2689
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:529
2690
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:196
2691
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:342
2692
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:548
2693
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:291
2694
- #: modules/gutenberg/dist/blocks.build.js:1
2695
- msgid "Double"
2696
- msgstr ""
2697
-
2698
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:356
2699
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:561
2700
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:220
2701
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:367
2702
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:565
2703
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:303
2704
- #: modules/gutenberg/dist/blocks.build.js:1
2705
- msgid "Border Width"
2706
- msgstr ""
2707
-
2708
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:395
2709
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:625
2710
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:731
2711
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:248
2712
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:411
2713
- #: modules/gutenberg/dist/blocks.build.js:1
2714
- msgid "Border Radius"
2715
- msgstr ""
2716
-
2717
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:649
2718
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:818
2719
- #: modules/gutenberg/dist/blocks.build.js:1
2720
- msgid "Payment Section"
2721
- msgstr ""
2722
-
2723
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:667
2724
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:839
2725
- #: modules/gutenberg/dist/blocks.build.js:1
2726
- msgid "Description Color"
2727
- msgstr ""
2728
-
2729
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:681
2730
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:863
2731
- #: modules/gutenberg/dist/blocks.build.js:1
2732
- msgid "Information Background Color"
2733
- msgstr ""
2734
-
2735
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:703
2736
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:877
2737
- msgid "Section Padding"
2738
- msgstr ""
2739
-
2740
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:717
2741
- msgid "Margin"
2742
- msgstr ""
2743
-
2744
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:747
2745
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:924
2746
- msgid "Field Validation & Error Messages"
2747
- msgstr ""
2748
-
2749
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:751
2750
- msgid "Field Label Color"
2751
- msgstr ""
2752
-
2753
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:767
2754
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:953
2755
- msgid "Field Border Color"
2756
- msgstr ""
2757
-
2758
- #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:787
2759
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:981
2760
- msgid "Error Message Color"
2761
- msgstr ""
2762
-
2763
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:28
2764
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:70
2765
- #: modules/gutenberg/classes/class-cartflows-block-config.php:46
2766
- msgid "Next Step Button"
2767
- msgstr ""
2768
-
2769
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:29
2770
- msgid "A simple next step button."
2771
- msgstr ""
2772
-
2773
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:136
2774
- #: modules/flow/classes/class-cartflows-flow-shortcodes.php:148
2775
- #: modules/widgets/class-cartflows-next-step.php:78
2776
- msgid "Next Step"
2777
- msgstr ""
2778
-
2779
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:145
2780
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:187
2781
- #: modules/gutenberg/dist/blocks.build.js:1
2782
- msgid "Icon"
2783
- msgstr ""
2784
-
2785
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:156
2786
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:195
2787
- #: modules/gutenberg/dist/blocks.build.js:1
2788
- msgid "Icon Position"
2789
- msgstr ""
2790
-
2791
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:159
2792
- msgid "Before Text"
2793
- msgstr ""
2794
-
2795
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:160
2796
- msgid "After Text"
2797
- msgstr ""
2798
-
2799
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:168
2800
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:240
2801
- #: modules/gutenberg/dist/blocks.build.js:1
2802
- msgid "Icon Spacing"
2803
- msgstr ""
2804
-
2805
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:186
2806
- #: admin-core/assets/build/editor-app.js:2
2807
- msgid "Type"
2808
- msgstr ""
2809
-
2810
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:191
2811
- msgid "Flat"
2812
- msgstr ""
2813
-
2814
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:192
2815
- #: modules/gutenberg/dist/blocks.build.js:1
2816
- msgid "Gradient"
2817
- msgstr ""
2818
-
2819
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:193
2820
- msgid "Transparent"
2821
- msgstr ""
2822
-
2823
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:194
2824
- msgid "3D"
2825
- msgstr ""
2826
-
2827
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:204
2828
- msgid "Border Size"
2829
- msgstr ""
2830
-
2831
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:213
2832
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:229
2833
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:242
2834
- msgid "Hover Styles"
2835
- msgstr ""
2836
-
2837
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:217
2838
- msgid "Fade Background"
2839
- msgstr ""
2840
-
2841
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:218
2842
- msgid "Fill Background From Top"
2843
- msgstr ""
2844
-
2845
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:219
2846
- msgid "Fill Background From Bottom"
2847
- msgstr ""
2848
-
2849
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:220
2850
- msgid "Fill Background From Left"
2851
- msgstr ""
2852
-
2853
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:221
2854
- msgid "Fill Background From Right"
2855
- msgstr ""
2856
-
2857
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:222
2858
- msgid "Fill Background Vertical"
2859
- msgstr ""
2860
-
2861
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:223
2862
- msgid "Fill Background Diagonal"
2863
- msgstr ""
2864
-
2865
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:224
2866
- msgid "Fill Background Horizontal"
2867
- msgstr ""
2868
-
2869
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:232
2870
- msgid "Move Down"
2871
- msgstr ""
2872
-
2873
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:233
2874
- msgid "Move Up"
2875
- msgstr ""
2876
-
2877
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:234
2878
- msgid "Move Left"
2879
- msgstr ""
2880
-
2881
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:235
2882
- msgid "Move Right"
2883
- msgstr ""
2884
-
2885
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:236
2886
- msgid "Animate Top"
2887
- msgstr ""
2888
-
2889
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:237
2890
- msgid "Animate Bottom"
2891
- msgstr ""
2892
-
2893
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:246
2894
- msgid "Appear Icon From Right"
2895
- msgstr ""
2896
-
2897
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:247
2898
- msgid "Appear Icon From Left"
2899
- msgstr ""
2900
-
2901
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:248
2902
- msgid "Appear Icon From Top"
2903
- msgstr ""
2904
-
2905
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:249
2906
- msgid "Appear Icon From Bottom"
2907
- msgstr ""
2908
-
2909
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:255
2910
- msgid "Structure"
2911
- msgstr ""
2912
-
2913
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:259
2914
- #: admin-core/assets/build/editor-app.js:2
2915
- msgid "Width"
2916
- msgstr ""
2917
-
2918
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:262
2919
- msgctxt "Width."
2920
- msgid "Auto"
2921
- msgstr ""
2922
-
2923
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:263
2924
- msgid "Full Width"
2925
- msgstr ""
2926
-
2927
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:280
2928
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:299
2929
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:298
2930
- #: modules/gutenberg/dist/blocks.build.js:1
2931
- msgid "Alignment"
2932
- msgstr ""
2933
-
2934
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:290
2935
- msgid "Mobile Alignment"
2936
- msgstr ""
2937
-
2938
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:300
2939
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:337
2940
- #: modules/gutenberg/dist/blocks.build.js:1
2941
- msgid "Padding"
2942
- msgstr ""
2943
-
2944
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:314
2945
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:443
2946
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:696
2947
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:389
2948
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:398
2949
- #: modules/gutenberg/dist/blocks.build.js:1
2950
- msgid "Border"
2951
- msgstr ""
2952
-
2953
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:338
2954
- msgid "Custom Width"
2955
- msgstr ""
2956
-
2957
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:347
2958
- msgid "Custom Height"
2959
- msgstr ""
2960
-
2961
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:356
2962
- msgid "Padding Top/Bottom"
2963
- msgstr ""
2964
-
2965
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:365
2966
- msgid "Padding Left/Right"
2967
- msgstr ""
2968
-
2969
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:374
2970
- msgid "Round Corners"
2971
- msgstr ""
2972
-
2973
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:389
2974
- #: modules/gutenberg/dist/blocks.build.js:1
2975
- msgid "Colors"
2976
- msgstr ""
2977
-
2978
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:440
2979
- msgid "Apply Hover Color To"
2980
- msgstr ""
2981
-
2982
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:444
2983
- msgid "Background"
2984
- msgstr ""
2985
-
2986
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:457
2987
- msgid "Button Settings"
2988
- msgstr ""
2989
-
2990
- #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:461
2991
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:260
2992
- #: modules/gutenberg/dist/blocks.build.js:1
2993
- msgid "Icon Size"
2994
- msgstr ""
2995
-
2996
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:29
2997
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:66
2998
- #: modules/gutenberg/classes/class-cartflows-block-config.php:442
2999
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:437
3000
- msgid "Optin Form"
3001
- msgstr ""
3002
-
3003
- #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:30
3004
- msgid "Optin Form."
3005
- msgstr ""
3006
-
3007
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:28
3008
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:69
3009
- #: modules/gutenberg/classes/class-cartflows-block-config.php:125
3010
- msgid "Order Details Form"
3011
- msgstr ""
3012
-
3013
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:29
3014
- msgid "Order Details Form."
3015
- msgstr ""
3016
-
3017
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:97
3018
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:163
3019
- #: modules/gutenberg/dist/blocks.build.js:1
3020
- msgid "Thank You Text"
3021
- msgstr ""
3022
-
3023
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:107
3024
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:173
3025
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:448
3026
- #: modules/gutenberg/dist/blocks.build.js:1
3027
- msgid "Order Overview"
3028
- msgstr ""
3029
-
3030
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:111
3031
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:120
3032
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:129
3033
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:138
3034
- msgid "No"
3035
- msgstr ""
3036
-
3037
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:125
3038
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:197
3039
- #: modules/gutenberg/dist/blocks.build.js:1
3040
- msgid "Billing Address"
3041
- msgstr ""
3042
-
3043
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:134
3044
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:209
3045
- #: modules/gutenberg/dist/blocks.build.js:1
3046
- msgid "Shipping Address"
3047
- msgstr ""
3048
-
3049
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:149
3050
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:233
3051
- #: modules/gutenberg/dist/blocks.build.js:1
3052
- msgid "Spacing"
3053
- msgstr ""
3054
-
3055
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:153
3056
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:241
3057
- msgid "Heading Bottom Spacing"
3058
- msgstr ""
3059
-
3060
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:168
3061
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:257
3062
- msgid "Spacing Between Sections"
3063
- msgstr ""
3064
-
3065
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:217
3066
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:364
3067
- msgid "Sections Heading"
3068
- msgstr ""
3069
-
3070
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:245
3071
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:393
3072
- msgid "Sections Content"
3073
- msgstr ""
3074
-
3075
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:292
3076
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:501
3077
- #: modules/gutenberg/dist/blocks.build.js:1
3078
- msgid "Downloads"
3079
- msgstr ""
3080
-
3081
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:310
3082
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:376
3083
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:442
3084
- msgid "Heading Typography"
3085
- msgstr ""
3086
-
3087
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:347
3088
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:413
3089
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:479
3090
- msgid "Text Typography"
3091
- msgstr ""
3092
-
3093
- #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:423
3094
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:683
3095
- #: modules/gutenberg/dist/blocks.build.js:1
3096
- msgid "Customer Details"
3097
- msgstr ""
3098
-
3099
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:361
3100
- #: modules/optin/classes/class-cartflows-optin-markup.php:214
3101
- #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:96
3102
- msgid "WooCommerce functions do not exist. If you are in an IFrame, please reload it."
3103
- msgstr ""
3104
-
3105
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:362
3106
- #: modules/optin/classes/class-cartflows-optin-markup.php:215
3107
- #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:97
3108
- msgid "Click Here to Reload"
3109
- msgstr ""
3110
-
3111
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:391
3112
- msgid "Checkout ID not found"
3113
- msgstr ""
3114
-
3115
- #. translators: %1$1s, %2$2s Link to article
3116
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:394
3117
- msgid "It seems that this is not the CartFlows Checkout page where you have added this shortcode. Please refer to this %1$1sarticle%2$2s to know more."
3118
- msgstr ""
3119
-
3120
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:461
3121
- #: modules/checkout/templates/embed/checkout-template-simple.php:24
3122
- #: modules/checkout/templates/wcf-template.php:36
3123
- #: modules/optin/templates/optin-template-simple.php:25
3124
- msgid "Your cart is currently empty."
3125
- msgstr ""
3126
-
3127
- #. translators: %1$1s, %2$2s Link to meta
3128
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:534
3129
- msgid "No product is selected. Please select products from the %1$1scheckout meta settings%2$2s to continue."
3130
- msgstr ""
3131
-
3132
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:629
3133
- msgid "Variations Not set"
3134
- msgstr ""
3135
-
3136
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:640
3137
- msgid "This product can't be purchased"
3138
- msgstr ""
3139
-
3140
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1083
3141
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1124
3142
- msgid "Coupon Code"
3143
- msgstr ""
3144
-
3145
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1084
3146
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1133
3147
- #: admin-core/assets/build/settings-app.js:1
3148
- msgid "Apply"
3149
- msgstr ""
3150
-
3151
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1270
3152
- msgid "Sorry there was a problem removing this coupon."
3153
- msgstr ""
3154
-
3155
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1273
3156
- msgid "Coupon has been removed."
3157
- msgstr ""
3158
-
3159
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1291
3160
- msgid "Sorry there was a problem removing "
3161
- msgstr ""
3162
-
3163
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1294
3164
- msgid " has been removed."
3165
- msgstr ""
3166
-
3167
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:83
3168
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:77
3169
- msgid "Products"
3170
- msgstr ""
3171
-
3172
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:195
3173
- msgid "Checkout Texts & Buttons"
3174
- msgstr ""
3175
-
3176
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:200
3177
- msgid "Enable Advance Options"
3178
- msgstr ""
3179
-
3180
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:685
3181
- msgid "Two-Step Design"
3182
- msgstr ""
3183
-
3184
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:762
3185
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:129
3186
- msgid "Product"
3187
- msgstr ""
3188
-
3189
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:771
3190
- msgid "Search for a product..."
3191
- msgstr ""
3192
-
3193
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:782
3194
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:787
3195
- msgid "Coupon"
3196
- msgstr ""
3197
-
3198
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:863
3199
- msgid "CartFlows Checkout"
3200
- msgstr ""
3201
-
3202
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:877
3203
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:108
3204
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:451
3205
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:213
3206
- msgid "Step Title"
3207
- msgstr ""
3208
-
3209
- #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:913
3210
- msgid "Doc"
3211
- msgstr ""
3212
-
3213
- #: modules/checkout/templates/wcf-template.php:46
3214
- msgid "Copyright &copy;"
3215
- msgstr ""
3216
-
3217
- #: modules/checkout/templates/wcf-template.php:50
3218
- msgid "All Rights Reserved"
3219
- msgstr ""
3220
-
3221
- #: modules/elementor/class-cartflows-el-widgets-loader.php:120
3222
- #: modules/gutenberg/classes/class-cartflows-init-blocks.php:329
3223
- msgid "Cartflows"
3224
- msgstr ""
3225
-
3226
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:203
3227
- #: modules/gutenberg/dist/blocks.build.js:1
3228
- msgid "Layout"
3229
- msgstr ""
3230
-
3231
- #. translators: %s admin link
3232
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:224
3233
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:465
3234
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:230
3235
- msgid "This feature is available in the CartFlows Pro. <a href=\"%s\" target=\"_blank\" rel=\"noopener\">Upgrade Now!</a>."
3236
- msgstr ""
3237
-
3238
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:247
3239
- msgid "Other Settings"
3240
- msgstr ""
3241
-
3242
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:254
3243
- msgid "Billing Section Text"
3244
- msgstr ""
3245
-
3246
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:256
3247
- msgid "Billing Details"
3248
- msgstr ""
3249
-
3250
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:264
3251
- msgid "Shipping Section Text"
3252
- msgstr ""
3253
-
3254
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:266
3255
- msgid "Shipping Details"
3256
- msgstr ""
3257
-
3258
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:274
3259
- msgid "Order Review Text"
3260
- msgstr ""
3261
-
3262
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:276
3263
- msgid "Your order"
3264
- msgstr ""
3265
-
3266
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:546
3267
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:289
3268
- msgid "Inherit"
3269
- msgstr ""
3270
-
3271
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:598
3272
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:711
3273
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:397
3274
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:326
3275
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:406
3276
- msgid "Rounded Corners"
3277
- msgstr ""
3278
-
3279
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:652
3280
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:351
3281
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:368
3282
- #: modules/gutenberg/dist/blocks.build.js:1
3283
- msgid "Normal"
3284
- msgstr ""
3285
-
3286
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:747
3287
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:411
3288
- #: modules/elementor/widgets/class-cartflows-el-optin-form.php:428
3289
- #: modules/gutenberg/dist/blocks.build.js:1
3290
- msgid "Hover"
3291
- msgstr ""
3292
-
3293
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:890
3294
- msgid "Section Margin"
3295
- msgstr ""
3296
-
3297
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:902
3298
- #: modules/gutenberg/dist/blocks.build.js:1
3299
- msgid "Section Rounded Corners"
3300
- msgstr ""
3301
-
3302
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:932
3303
- #: modules/gutenberg/dist/blocks.build.js:1
3304
- msgid "Field Validation"
3305
- msgstr ""
3306
-
3307
- #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:972
3308
- msgid "Error Messages"
3309
- msgstr ""
3310
-
3311
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:164
3312
- #: modules/gutenberg/dist/blocks.build.js:1
3313
- msgid "Title"
3314
- msgstr ""
3315
-
3316
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:166
3317
- msgid "BUY NOW"
3318
- msgstr ""
3319
-
3320
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:176
3321
- #: modules/gutenberg/dist/blocks.build.js:1
3322
- msgid "Sub Title"
3323
- msgstr ""
3324
-
3325
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:199
3326
- #: modules/gutenberg/dist/blocks.build.js:1
3327
- msgid "Before Title"
3328
- msgstr ""
3329
-
3330
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:200
3331
- #: modules/gutenberg/dist/blocks.build.js:1
3332
- msgid "After Title"
3333
- msgstr ""
3334
-
3335
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:201
3336
- #: modules/gutenberg/dist/blocks.build.js:1
3337
- msgid "Before Title & Sub Title"
3338
- msgstr ""
3339
-
3340
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:202
3341
- #: modules/gutenberg/dist/blocks.build.js:1
3342
- msgid "After Title & Sub Title"
3343
- msgstr ""
3344
-
3345
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:213
3346
- msgid "Icon Vertical Alignment"
3347
- msgstr ""
3348
-
3349
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:219
3350
- msgid "Top"
3351
- msgstr ""
3352
-
3353
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:223
3354
- msgid "Middle"
3355
- msgstr ""
3356
-
3357
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:315
3358
- msgid "Justify"
3359
- msgstr ""
3360
-
3361
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:327
3362
- msgid "Button Size"
3363
- msgstr ""
3364
-
3365
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:418
3366
- msgid "Hover Text Color"
3367
- msgstr ""
3368
-
3369
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:431
3370
- msgid "Hover Background Color"
3371
- msgstr ""
3372
-
3373
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:459
3374
- msgid "Hover Animation"
3375
- msgstr ""
3376
-
3377
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:483
3378
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:540
3379
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:631
3380
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:720
3381
- #: modules/gutenberg/dist/blocks.build.js:1
3382
- msgid "Content"
3383
- msgstr ""
3384
-
3385
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:491
3386
- #: modules/gutenberg/dist/blocks.build.js:1
3387
- msgid "Text Alignment"
3388
- msgstr ""
3389
-
3390
- #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:544
3391
- msgid "Title and Sub Title Spacing"
3392
- msgstr ""
3393
-
3394
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:175
3395
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:187
3396
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:199
3397
- #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:211
3398
- msgid "Show"
3399
- msgstr ""
3400
-
3401
- #: modules/flow/classes/class-cartflows-flow-post-type.php:69
3402
- msgid "Flow: "
3403
- msgstr ""
3404
-
3405
- #: modules/flow/classes/class-cartflows-flow-post-type.php:69
3406
- msgid "Name: "
3407
- msgstr ""
3408
-
3409
- #: modules/flow/classes/class-cartflows-flow-post-type.php:99
3410
- msgctxt "flow general name"
3411
- msgid "Flows"
3412
- msgstr ""
3413
-
3414
- #: modules/flow/classes/class-cartflows-flow-post-type.php:100
3415
- msgctxt "flow singular name"
3416
- msgid "Flow"
3417
- msgstr ""
3418
-
3419
- #: modules/flow/classes/class-cartflows-flow-post-type.php:101
3420
- #: admin-core/assets/build/settings-app.js:1
3421
- msgid "Search Flows"
3422
- msgstr ""
3423
-
3424
- #: modules/flow/classes/class-cartflows-flow-post-type.php:102
3425
- msgid "All Flows"
3426
- msgstr ""
3427
-
3428
- #: modules/flow/classes/class-cartflows-flow-post-type.php:103
3429
- #: admin-core/assets/build/settings-app.js:1
3430
- msgid "Edit Flow"
3431
- msgstr ""
3432
-
3433
- #: modules/flow/classes/class-cartflows-flow-post-type.php:104
3434
- #: admin-core/assets/build/settings-app.js:1
3435
- msgid "View Flow"
3436
- msgstr ""
3437
-
3438
- #: modules/flow/classes/class-cartflows-flow-post-type.php:105
3439
- #: modules/flow/classes/class-cartflows-flow-post-type.php:107
3440
- #: modules/flow/classes/class-cartflows-step-post-type.php:167
3441
- #: modules/flow/classes/class-cartflows-step-post-type.php:169
3442
- #: admin-core/assets/build/settings-app.js:1
3443
- msgid "Add New"
3444
- msgstr ""
3445
-
3446
- #: modules/flow/classes/class-cartflows-flow-post-type.php:106
3447
- msgid "Update Flow"
3448
- msgstr ""
3449
-
3450
- #: modules/flow/classes/class-cartflows-flow-post-type.php:108
3451
- msgid "New Flow Name"
3452
- msgstr ""
3453
-
3454
- #: modules/flow/classes/class-cartflows-flow-post-type.php:190
3455
- msgid "Upgrade to CartFlows Pro"
3456
- msgstr ""
3457
-
3458
- #: modules/flow/classes/class-cartflows-flow-post-type.php:209
3459
- msgid "Slug"
3460
- msgstr ""
3461
-
3462
- #. translators: %s: singular custom post type name
3463
- #: modules/flow/classes/class-cartflows-flow-post-type.php:328
3464
- #: modules/flow/classes/class-cartflows-flow-post-type.php:334
3465
- #: modules/flow/classes/class-cartflows-step-post-type.php:401
3466
- #: modules/flow/classes/class-cartflows-step-post-type.php:407
3467
- msgid "%s updated."
3468
- msgstr ""
3469
-
3470
- #. translators: %s: singular custom post type name
3471
- #: modules/flow/classes/class-cartflows-flow-post-type.php:330
3472
- #: modules/flow/classes/class-cartflows-step-post-type.php:403
3473
- msgid "Custom %s updated."
3474
- msgstr ""
3475
-
3476
- #. translators: %s: singular custom post type name
3477
- #: modules/flow/classes/class-cartflows-flow-post-type.php:332
3478
- #: modules/flow/classes/class-cartflows-step-post-type.php:405
3479
- msgid "Custom %s deleted."
3480
- msgstr ""
3481
-
3482
- #. translators: %1$s: singular custom post type name ,%2$s: date and time of the revision
3483
- #: modules/flow/classes/class-cartflows-flow-post-type.php:336
3484
- #: modules/flow/classes/class-cartflows-step-post-type.php:409
3485
- msgid "%1$s restored to revision from %2$s"
3486
- msgstr ""
3487
-
3488
- #. translators: %s: singular custom post type name
3489
- #: modules/flow/classes/class-cartflows-flow-post-type.php:338
3490
- #: modules/flow/classes/class-cartflows-step-post-type.php:411
3491
- msgid "%s published."
3492
- msgstr ""
3493
-
3494
- #. translators: %s: singular custom post type name
3495
- #: modules/flow/classes/class-cartflows-flow-post-type.php:340
3496
- #: modules/flow/classes/class-cartflows-step-post-type.php:413
3497
- msgid "%s saved."
3498
- msgstr ""
3499
-
3500
- #. translators: %s: singular custom post type name
3501
- #: modules/flow/classes/class-cartflows-flow-post-type.php:342
3502
- #: modules/flow/classes/class-cartflows-step-post-type.php:415
3503
- msgid "%s submitted."
3504
- msgstr ""
3505
-
3506
- #. translators: %s: singular custom post type name
3507
- #: modules/flow/classes/class-cartflows-flow-post-type.php:344
3508
- #: modules/flow/classes/class-cartflows-step-post-type.php:417
3509
- msgid "%s scheduled for."
3510
- msgstr ""
3511
-
3512
- #. translators: %s: singular custom post type name
3513
- #: modules/flow/classes/class-cartflows-flow-post-type.php:346
3514
- #: modules/flow/classes/class-cartflows-step-post-type.php:419
3515
- msgid "%s draft updated."
3516
- msgstr ""
3517
-
3518
- #: modules/flow/classes/class-cartflows-step-post-type.php:161
3519
- msgctxt "flow step general name"
3520
- msgid "Steps"
3521
- msgstr ""
3522
-
3523
- #: modules/flow/classes/class-cartflows-step-post-type.php:162
3524
- msgctxt "flow step singular name"
3525
- msgid "Step"
3526
- msgstr ""
3527
-
3528
- #: modules/flow/classes/class-cartflows-step-post-type.php:163
3529
- msgid "Search Steps"
3530
- msgstr ""
3531
-
3532
- #: modules/flow/classes/class-cartflows-step-post-type.php:164
3533
- #: admin-core/assets/build/editor-app.js:1
3534
- msgid "All Steps"
3535
- msgstr ""
3536
-
3537
- #: modules/flow/classes/class-cartflows-step-post-type.php:168
3538
- msgid "Update Step"
3539
- msgstr ""
3540
-
3541
- #: modules/flow/classes/class-cartflows-step-post-type.php:170
3542
- msgid "New Step Name"
3543
- msgstr ""
3544
-
3545
- #: modules/flow/classes/class-cartflows-step-post-type.php:211
3546
- msgid "Step Type"
3547
- msgstr ""
3548
-
3549
- #: modules/flow/classes/class-cartflows-step-post-type.php:221
3550
- msgid "Step Flow"
3551
- msgstr ""
3552
-
3553
- #: modules/flow/classes/class-cartflows-step-post-type.php:246
3554
- #: modules/flow/view/meta-flow-steps.php:16
3555
- msgid "Optin (Woo)"
3556
- msgstr ""
3557
-
3558
- #: modules/flow/classes/class-cartflows-step-post-type.php:267
3559
- #: modules/flow/view/meta-flow-steps.php:14
3560
- msgid "Upsell (Woo)"
3561
- msgstr ""
3562
-
3563
- #: modules/flow/classes/class-cartflows-step-post-type.php:274
3564
- #: modules/flow/view/meta-flow-steps.php:15
3565
- msgid "Downsell (Woo)"
3566
- msgstr ""
3567
-
3568
- #: modules/flow/view/view-flow-inner-step.php:30
3569
- #: admin-core/assets/build/editor-app.js:1
3570
- msgid "Control"
3571
- msgstr ""
3572
-
3573
- #. translators: %s badge count
3574
- #: modules/flow/view/view-flow-inner-step.php:32
3575
- #: admin-core/assets/build/editor-app.js:1
3576
- msgid "Variation-%s"
3577
- msgstr ""
3578
-
3579
- #: modules/flow/view/view-flow-inner-step.php:44
3580
- #: admin-core/assets/build/editor-app.js:1
3581
- msgid "No Product Assigned"
3582
- msgstr ""
3583
-
3584
- #: modules/flow/view/view-flow-inner-step.php:48
3585
- #: admin-core/assets/build/editor-app.js:1
3586
- msgid "Global Checkout - Remove selected checkout product"
3587
- msgstr ""
3588
-
3589
- #: modules/flow/view/view-remote-importer.php:19
3590
- #: admin-core/assets/build/editor-app.js:1
3591
- msgid "Steps Library"
3592
- msgstr ""
3593
-
3594
- #: modules/flow/view/view-remote-importer.php:68
3595
- #: admin-core/assets/build/editor-app.js:1
3596
- msgid "Create Step"
3597
- msgstr ""
3598
-
3599
- #: modules/flow/view/view-remote-importer.php:70
3600
- msgid "You need a Cartflows Pro version to import Upsell / Downsell"
3601
- msgstr ""
3602
-
3603
- #: modules/gutenberg/classes/class-cartflows-init-blocks.php:182
3604
- #: modules/optin/classes/class-cartflows-optin-markup.php:307
3605
- msgid "No product is selected. Please select a Simple, Virtual and Free product from the meta settings."
3606
- msgstr ""
3607
-
3608
- #: modules/landing/classes/class-cartflows-landing-meta-data.php:89
3609
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:193
3610
- msgid "Shortcode"
3611
- msgstr ""
3612
-
3613
- #: modules/optin/classes/class-cartflows-optin-markup.php:247
3614
- msgid "Please place shortcode on Optin step-type only."
3615
- msgstr ""
3616
-
3617
- #: modules/optin/classes/class-cartflows-optin-markup.php:324
3618
- msgid "Please update the selected product's price to zero (0)."
3619
- msgstr ""
3620
-
3621
- #: modules/optin/classes/class-cartflows-optin-markup.php:333
3622
- #: modules/optin/classes/class-cartflows-optin-markup.php:337
3623
- msgid "Please select a Simple, Virtual and Free product."
3624
- msgstr ""
3625
-
3626
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:138
3627
- #: admin-core/assets/build/editor-app.js:1
3628
- #: admin-core/assets/build/settings-app.js:1
3629
- msgid "Type to search for a product..."
3630
- msgstr ""
3631
-
3632
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:162
3633
- msgid "Global Settings"
3634
- msgstr ""
3635
-
3636
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:194
3637
- msgid "Floating Labels ( Available in Pro )"
3638
- msgstr ""
3639
-
3640
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:464
3641
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:225
3642
- msgid "Fields Settings"
3643
- msgstr ""
3644
-
3645
- #: modules/optin/classes/class-cartflows-optin-meta-data.php:483
3646
- msgid "You can pass field value as a URL parameter to the next step."
3647
- msgstr ""
3648
-
3649
- #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:131
3650
- msgid "No completed or processing order found to show the order details form demo."
3651
- msgstr ""
3652
-
3653
- #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:135
3654
- msgid "Order not found. You cannot access this page directly."
3655
- msgstr ""
3656
-
3657
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:137
3658
- msgid "Enable Advanced Options"
3659
- msgstr ""
3660
-
3661
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:230
3662
- msgid "Enable Order Overview"
3663
- msgstr ""
3664
-
3665
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:236
3666
- msgid "Enable Order Details"
3667
- msgstr ""
3668
-
3669
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:242
3670
- msgid "Enable Billing Details"
3671
- msgstr ""
3672
-
3673
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:248
3674
- msgid "Enable Shipping Details"
3675
- msgstr ""
3676
-
3677
- #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:256
3678
- msgid "Advanced Settings"
3679
- msgstr ""
3680
-
3681
- #: modules/widgets/class-cartflows-next-step.php:24
3682
- msgid "CartFlows Next Step"
3683
- msgstr ""
3684
-
3685
- #: modules/widgets/class-cartflows-next-step.php:26
3686
- msgid "Next Step Widgets"
3687
- msgstr ""
3688
-
3689
- #: modules/widgets/class-cartflows-next-step.php:106
3690
- msgid "New title"
3691
- msgstr ""
3692
-
3693
- #: modules/widgets/class-cartflows-next-step.php:123
3694
- msgid "Title:"
3695
- msgstr ""
3696
-
3697
- #: modules/widgets/class-cartflows-next-step.php:127
3698
- msgid "Flow ID:"
3699
- msgstr ""
3700
-
3701
- #: modules/widgets/class-cartflows-next-step.php:131
3702
- msgid "Step ID:"
3703
- msgstr ""
3704
-
3705
- #: woocommerce/template/checkout/form-login.php:32
3706
- msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing &amp; Shipping section."
3707
- msgstr ""
3708
-
3709
- #: admin-core/assets/build/editor-app.js:1
3710
- #: admin-core/assets/build/settings-app.js:1
3711
- msgid "Settings Saved"
3712
- msgstr ""
3713
-
3714
- #: admin-core/assets/build/editor-app.js:1
3715
- #: admin-core/assets/build/settings-app.js:1
3716
- msgid "Saving..."
3717
- msgstr ""
3718
-
3719
- #: admin-core/assets/build/editor-app.js:1
3720
- #: admin-core/assets/build/settings-app.js:1
3721
- msgid "Save Settings"
3722
- msgstr ""
3723
-
3724
- #: admin-core/assets/build/editor-app.js:1
3725
- #: admin-core/assets/build/settings-app.js:1
3726
- msgid "Regular Price :"
3727
- msgstr ""
3728
-
3729
- #: admin-core/assets/build/editor-app.js:1
3730
- #: admin-core/assets/build/settings-app.js:1
3731
- msgid "Discounted Price :"
3732
- msgstr ""
3733
-
3734
- #: admin-core/assets/build/editor-app.js:1
3735
- #: admin-core/assets/build/settings-app.js:1
3736
- msgid "Add Product"
3737
- msgstr ""
3738
-
3739
- #: admin-core/assets/build/editor-app.js:1
3740
- #: admin-core/assets/build/editor-app.js:2
3741
- #: admin-core/assets/build/settings-app.js:1
3742
- msgid "Adding..."
3743
- msgstr ""
3744
-
3745
- #: admin-core/assets/build/editor-app.js:1
3746
- #: admin-core/assets/build/settings-app.js:1
3747
- msgid "Add New product"
3748
- msgstr ""
3749
-
3750
- #: admin-core/assets/build/editor-app.js:1
3751
- #: admin-core/assets/build/settings-app.js:1
3752
- msgid "Product Name"
3753
- msgstr ""
3754
-
3755
- #: admin-core/assets/build/editor-app.js:1
3756
- #: admin-core/assets/build/settings-app.js:1
3757
- msgid "Subtext"
3758
- msgstr ""
3759
-
3760
- #: admin-core/assets/build/editor-app.js:1
3761
- #: admin-core/assets/build/settings-app.js:1
3762
- msgid "Use {{quantity}}, {{discount_value}}, {{discount_percent}} to dynamically fetch respective product details."
3763
- msgstr ""
3764
-
3765
- #: admin-core/assets/build/editor-app.js:1
3766
- #: admin-core/assets/build/settings-app.js:1
3767
- msgid "Enable Highlight"
3768
- msgstr ""
3769
-
3770
- #: admin-core/assets/build/editor-app.js:1
3771
- #: admin-core/assets/build/settings-app.js:1
3772
- msgid "Highlight Text"
3773
- msgstr ""
3774
-
3775
- #: admin-core/assets/build/editor-app.js:1
3776
- #: admin-core/assets/build/settings-app.js:1
3777
- msgid "Upgrade to Cartflows Pro"
3778
- msgstr ""
3779
-
3780
- #: admin-core/assets/build/editor-app.js:1
3781
- #: admin-core/assets/build/settings-app.js:1
3782
- msgid "Upgrade to CartFlows Pro for adding more flows and other features."
3783
- msgstr ""
3784
-
3785
- #: admin-core/assets/build/editor-app.js:1
3786
- #: admin-core/assets/build/settings-app.js:1
3787
- msgid "You need WooCommerce plugin installed and activated to import this flow."
3788
- msgstr ""
3789
-
3790
- #: admin-core/assets/build/editor-app.js:1
3791
- msgid "Steps"
3792
- msgstr ""
3793
-
3794
- #: admin-core/assets/build/editor-app.js:1
3795
- #: admin-core/assets/build/settings-app.js:1
3796
- msgid "Back"
3797
- msgstr ""
3798
-
3799
- #: admin-core/assets/build/editor-app.js:1
3800
- msgid "Do you really want to draft this Flow?"
3801
- msgstr ""
3802
-
3803
- #: admin-core/assets/build/editor-app.js:1
3804
- msgid "Do you really want to publish this Flow?"
3805
- msgstr ""
3806
-
3807
- #: admin-core/assets/build/editor-app.js:1
3808
- #: admin-core/assets/build/settings-app.js:1
3809
- msgid "Do you really want to trash this Flow?"
3810
- msgstr ""
3811
-
3812
- #: admin-core/assets/build/editor-app.js:1
3813
- msgid " (Pro)"
3814
- msgstr ""
3815
-
3816
- #: admin-core/assets/build/editor-app.js:1
3817
- msgid "Do you want to clone this step? Are you sure?"
3818
- msgstr ""
3819
-
3820
- #: admin-core/assets/build/editor-app.js:1
3821
- msgid "Do you want to delete this step? Are you sure?"
3822
- msgstr ""
3823
-
3824
- #: admin-core/assets/build/editor-app.js:1
3825
- msgid "Do you want to declare this step as winner? Are you sure?"
3826
- msgstr ""
3827
-
3828
- #: admin-core/assets/build/editor-app.js:1
3829
- msgid "Do you want to archived this step? Are you sure?"
3830
- msgstr ""
3831
-
3832
- #: admin-core/assets/build/editor-app.js:1
3833
- msgid "A/B Test Settings"
3834
- msgstr ""
3835
-
3836
- #: admin-core/assets/build/editor-app.js:1
3837
- msgid "Traffic"
3838
- msgstr ""
3839
-
3840
- #: admin-core/assets/build/editor-app.js:1
3841
- msgid "Stop Split Test"
3842
- msgstr ""
3843
-
3844
- #: admin-core/assets/build/editor-app.js:1
3845
- msgid "Start Split Test"
3846
- msgstr ""
3847
-
3848
- #: admin-core/assets/build/editor-app.js:1
3849
- msgid "Split Test Settings"
3850
- msgstr ""
3851
-
3852
- #: admin-core/assets/build/editor-app.js:1
3853
- msgid "Do you want to restore this archived variation? Are you sure?"
3854
- msgstr ""
3855
-
3856
- #: admin-core/assets/build/editor-app.js:1
3857
- msgid "Do you want to delete this archived variation? Are you sure?"
3858
- msgstr ""
3859
-
3860
- #: admin-core/assets/build/editor-app.js:1
3861
- msgid "Deleted On: "
3862
- msgstr ""
3863
-
3864
- #: admin-core/assets/build/editor-app.js:1
3865
- msgid "Archived On: "
3866
- msgstr ""
3867
-
3868
- #: admin-core/assets/build/editor-app.js:1
3869
- msgid "Archived Steps"
3870
- msgstr ""
3871
-
3872
- #: admin-core/assets/build/editor-app.js:1
3873
- msgid "No Steps Added."
3874
- msgstr ""
3875
-
3876
- #: admin-core/assets/build/editor-app.js:1
3877
- #: admin-core/assets/build/settings-app.js:1
3878
- msgid "Total Visits"
3879
- msgstr ""
3880
-
3881
- #: admin-core/assets/build/editor-app.js:1
3882
- msgid "Unique Visits"
3883
- msgstr ""
3884
-
3885
- #: admin-core/assets/build/editor-app.js:1
3886
- msgid "Conversions"
3887
- msgstr ""
3888
-
3889
- #: admin-core/assets/build/editor-app.js:1
3890
- msgid "Conversion Rate"
3891
- msgstr ""
3892
-
3893
- #: admin-core/assets/build/editor-app.js:1
3894
- msgid "Revenue"
3895
- msgstr ""
3896
-
3897
- #: admin-core/assets/build/editor-app.js:1
3898
- msgid "Gross Sales"
3899
- msgstr ""
3900
-
3901
- #: admin-core/assets/build/editor-app.js:1
3902
- msgid "Average Order Value"
3903
- msgstr ""
3904
-
3905
- #: admin-core/assets/build/editor-app.js:1
3906
- msgid "Bump Offer Revenue"
3907
- msgstr ""
3908
-
3909
- #: admin-core/assets/build/editor-app.js:1
3910
- #: admin-core/assets/build/settings-app.js:1
3911
- msgid "Today"
3912
- msgstr ""
3913
-
3914
- #: admin-core/assets/build/editor-app.js:1
3915
- #: admin-core/assets/build/settings-app.js:1
3916
- msgid "Last Week"
3917
- msgstr ""
3918
-
3919
- #: admin-core/assets/build/editor-app.js:1
3920
- #: admin-core/assets/build/settings-app.js:1
3921
- msgid "Last Month"
3922
- msgstr ""
3923
-
3924
- #: admin-core/assets/build/editor-app.js:1
3925
- msgid "Custom Filter"
3926
- msgstr ""
3927
-
3928
- #: admin-core/assets/build/editor-app.js:1
3929
- msgid "total_visits"
3930
- msgstr ""
3931
-
3932
- #: admin-core/assets/build/editor-app.js:1
3933
- msgid "unique_visits"
3934
- msgstr ""
3935
-
3936
- #: admin-core/assets/build/editor-app.js:1
3937
- msgid "conversions"
3938
- msgstr ""
3939
-
3940
- #: admin-core/assets/build/editor-app.js:1
3941
- msgid "conversion_rate"
3942
- msgstr ""
3943
-
3944
- #: admin-core/assets/build/editor-app.js:1
3945
- msgid "revenue"
3946
- msgstr ""
3947
-
3948
- #: admin-core/assets/build/editor-app.js:1
3949
- msgid "title"
3950
- msgstr ""
3951
-
3952
- #: admin-core/assets/build/editor-app.js:1
3953
- msgid "note"
3954
- msgstr ""
3955
-
3956
- #: admin-core/assets/build/editor-app.js:1
3957
- msgid "archived_date"
3958
- msgstr ""
3959
-
3960
- #: admin-core/assets/build/editor-app.js:1
3961
- msgid "You need WooCommerce plugin installed and activated to import this step."
3962
- msgstr ""
3963
-
3964
- #: admin-core/assets/build/editor-app.js:1
3965
- #: admin-core/assets/build/settings-app.js:1
3966
- msgid "Activate license for adding more flows and other features."
3967
- msgstr ""
3968
-
3969
- #: admin-core/assets/build/editor-app.js:1
3970
- msgid "Name Your Step"
3971
- msgstr ""
3972
-
3973
- #: admin-core/assets/build/editor-app.js:1
3974
- msgid "Enter Step Name"
3975
- msgstr ""
3976
-
3977
- #: admin-core/assets/build/editor-app.js:1
3978
- msgid "Edit Flow Name"
3979
- msgstr ""
3980
-
3981
- #: admin-core/assets/build/editor-app.js:1
3982
- #: admin-core/assets/build/editor-app.js:2
3983
- msgid "Cancel"
3984
- msgstr ""
3985
-
3986
- #: admin-core/assets/build/editor-app.js:1
3987
- msgid "It seems that the page builder you selected is inactive. If you prefer another page builder tool, you can "
3988
- msgstr ""
3989
-
3990
- #: admin-core/assets/build/editor-app.js:1
3991
- msgid "select it here."
3992
- msgstr ""
3993
-
3994
- #. Translators: %s: page builder name
3995
- #: admin-core/assets/build/editor-app.js:2
3996
- msgid "Edit with %s"
3997
- msgstr ""
3998
-
3999
- #: admin-core/assets/build/editor-app.js:2
4000
- msgid "You are using a Elementor page builder, so all design options are available in the Elementor Widgets."
4001
- msgstr ""
4002
-
4003
- #: admin-core/assets/build/editor-app.js:2
4004
- msgid "You are using a Beaver Builder page builder, so all design options are available in the Beaver Builder Modules."
4005
- msgstr ""
4006
-
4007
- #: admin-core/assets/build/editor-app.js:2
4008
- msgid "You are using a Gutenberg, so all design options are available in the Gutenberg Blocks."
4009
- msgstr ""
4010
-
4011
- #: admin-core/assets/build/editor-app.js:2
4012
- msgid "Go to WordPress Editor"
4013
- msgstr ""
4014
-
4015
- #: admin-core/assets/build/editor-app.js:2
4016
- msgid "Design Settings"
4017
- msgstr ""
4018
-
4019
- #: admin-core/assets/build/editor-app.js:2
4020
- msgid "Enable Design Settings"
4021
- msgstr ""
4022
-
4023
- #: admin-core/assets/build/editor-app.js:2
4024
- msgid "If you are using shortcodes, enable this design settings."
4025
- msgstr ""
4026
-
4027
- #: admin-core/assets/build/editor-app.js:2
4028
- msgid "No product Selected"
4029
- msgstr ""
4030
-
4031
- #: admin-core/assets/build/editor-app.js:2
4032
- msgid "Coupon will apply on checkout page"
4033
- msgstr ""
4034
-
4035
- #: admin-core/assets/build/editor-app.js:2
4036
- msgid "Removing..."
4037
- msgstr ""
4038
-
4039
- #: admin-core/assets/build/editor-app.js:2
4040
- msgid "Add New Field"
4041
- msgstr ""
4042
-
4043
- #: admin-core/assets/build/editor-app.js:2
4044
- msgid "Add Custom Field"
4045
- msgstr ""
4046
-
4047
- #: admin-core/assets/build/editor-app.js:2
4048
- msgid "Billing"
4049
- msgstr ""
4050
-
4051
- #: admin-core/assets/build/editor-app.js:2
4052
- msgid "Shipping"
4053
- msgstr ""
4054
-
4055
- #: admin-core/assets/build/editor-app.js:2
4056
- msgid "TextArea"
4057
- msgstr ""
4058
-
4059
- #: admin-core/assets/build/editor-app.js:2
4060
- msgid "Checkbox"
4061
- msgstr ""
4062
-
4063
- #: admin-core/assets/build/editor-app.js:2
4064
- msgid "Hidden"
4065
- msgstr ""
4066
-
4067
- #: admin-core/assets/build/editor-app.js:2
4068
- msgid "33%"
4069
- msgstr ""
4070
-
4071
- #: admin-core/assets/build/editor-app.js:2
4072
- msgid "50%"
4073
- msgstr ""
4074
-
4075
- #: admin-core/assets/build/editor-app.js:2
4076
- msgid "100%"
4077
- msgstr ""
4078
-
4079
- #: admin-core/assets/build/editor-app.js:2
4080
- msgid "Add To"
4081
- msgstr ""
4082
-
4083
- #: admin-core/assets/build/editor-app.js:2
4084
- #: modules/gutenberg/dist/blocks.build.js:1
4085
- msgid "Label"
4086
- msgstr ""
4087
-
4088
- #: admin-core/assets/build/editor-app.js:2
4089
- msgid "Options"
4090
- msgstr ""
4091
-
4092
- #: admin-core/assets/build/editor-app.js:2
4093
- msgid "Enter your options separated by comma."
4094
- msgstr ""
4095
-
4096
- #: admin-core/assets/build/editor-app.js:2
4097
- msgid "Checked"
4098
- msgstr ""
4099
-
4100
- #: admin-core/assets/build/editor-app.js:2
4101
- msgid "UnChecked"
4102
- msgstr ""
4103
-
4104
- #: admin-core/assets/build/editor-app.js:2
4105
- msgid "Placeholder"
4106
- msgstr ""
4107
-
4108
- #: admin-core/assets/build/editor-app.js:2
4109
- msgid "Required"
4110
- msgstr ""
4111
-
4112
- #: admin-core/assets/build/editor-app.js:2
4113
- msgid "Collapsible"
4114
- msgstr ""
4115
-
4116
- #: admin-core/assets/build/editor-app.js:2
4117
- msgid "Field Settings"
4118
- msgstr ""
4119
-
4120
- #: admin-core/assets/build/editor-app.js:2
4121
- msgid "Custom Field Editor"
4122
- msgstr ""
4123
-
4124
- #: admin-core/assets/build/editor-app.js:2
4125
- msgid "Label is required field"
4126
- msgstr ""
4127
-
4128
- #: admin-core/assets/build/editor-app.js:2
4129
- msgid "Billing Fields"
4130
- msgstr ""
4131
-
4132
- #: admin-core/assets/build/editor-app.js:2
4133
- msgid "Shipping Fields"
4134
- msgstr ""
4135
-
4136
- #: admin-core/assets/build/editor-app.js:2
4137
- msgid "Field Editor"
4138
- msgstr ""
4139
-
4140
- #: admin-core/assets/build/editor-app.js:2
4141
- msgid "Edit Step Name"
4142
- msgstr ""
4143
-
4144
- #: admin-core/assets/build/settings-app.js:1
4145
- msgid "Yesterday"
4146
- msgstr ""
4147
-
4148
- #: admin-core/assets/build/settings-app.js:1
4149
- msgid "Stats Overview"
4150
- msgstr ""
4151
-
4152
- #: admin-core/assets/build/settings-app.js:1
4153
- msgid "Total Revenue"
4154
- msgstr ""
4155
-
4156
- #: admin-core/assets/build/settings-app.js:1
4157
- msgid "Order Bump Revenue"
4158
- msgstr ""
4159
-
4160
- #: admin-core/assets/build/settings-app.js:1
4161
- msgid "Offers Revenue"
4162
- msgstr ""
4163
-
4164
- #: admin-core/assets/build/settings-app.js:1
4165
- msgid "Total Orders"
4166
- msgstr ""
4167
-
4168
- #: admin-core/assets/build/settings-app.js:1
4169
- msgid "Hello "
4170
- msgstr ""
4171
-
4172
- #: admin-core/assets/build/settings-app.js:1
4173
- msgid "Welcome to CartFlows! We will help you get more leads, increase conversions, & maximize profits."
4174
- msgstr ""
4175
-
4176
- #: admin-core/assets/build/settings-app.js:1
4177
- msgid "Not sure about where to start?"
4178
- msgstr ""
4179
-
4180
- #: admin-core/assets/build/settings-app.js:1
4181
- msgid "Watch this video"
4182
- msgstr ""
4183
-
4184
- #: admin-core/assets/build/settings-app.js:1
4185
- msgid "Importing flow.."
4186
- msgstr ""
4187
-
4188
- #: admin-core/assets/build/settings-app.js:1
4189
- msgid "Import Flow"
4190
- msgstr ""
4191
-
4192
- #: admin-core/assets/build/settings-app.js:1
4193
- msgid "Import Flows from a JSON file"
4194
- msgstr ""
4195
-
4196
- #: admin-core/assets/build/settings-app.js:1
4197
- msgid "Select an exported CartFlows Flow JSON file you would like to import."
4198
- msgstr ""
4199
-
4200
- #: admin-core/assets/build/settings-app.js:1
4201
- msgid "Export All"
4202
- msgstr ""
4203
-
4204
- #: admin-core/assets/build/settings-app.js:1
4205
- msgid "Exporting..."
4206
- msgstr ""
4207
-
4208
- #: admin-core/assets/build/settings-app.js:1
4209
- msgid "Active"
4210
- msgstr ""
4211
-
4212
- #: admin-core/assets/build/settings-app.js:1
4213
- msgid "Trash"
4214
- msgstr ""
4215
-
4216
- #: admin-core/assets/build/settings-app.js:1
4217
- msgid "Draft"
4218
- msgstr ""
4219
-
4220
- #: admin-core/assets/build/settings-app.js:1
4221
- msgid "First"
4222
- msgstr ""
4223
-
4224
- #: admin-core/assets/build/settings-app.js:1
4225
- msgid "Last"
4226
- msgstr ""
4227
-
4228
- #: admin-core/assets/build/settings-app.js:1
4229
- msgid "Applying..."
4230
- msgstr ""
4231
-
4232
- #: admin-core/assets/build/settings-app.js:1
4233
- msgid "items"
4234
- msgstr ""
4235
-
4236
- #: admin-core/assets/build/settings-app.js:1
4237
- msgid "Do you really want to delete this Flow?"
4238
- msgstr ""
4239
-
4240
- #: admin-core/assets/build/settings-app.js:1
4241
- msgid "Do you really want to restore this Flow?"
4242
- msgstr ""
4243
-
4244
- #: admin-core/assets/build/settings-app.js:1
4245
- msgid "Last Modified"
4246
- msgstr ""
4247
-
4248
- #: admin-core/assets/build/settings-app.js:1
4249
- msgid "Publish"
4250
- msgstr ""
4251
-
4252
- #: admin-core/assets/build/settings-app.js:1
4253
- msgid "Clone Flow"
4254
- msgstr ""
4255
-
4256
- #: admin-core/assets/build/settings-app.js:1
4257
- msgid "Upgrade to Pro for this feature."
4258
- msgstr ""
4259
-
4260
- #: admin-core/assets/build/settings-app.js:1
4261
- msgid "Clone (Pro)"
4262
- msgstr ""
4263
-
4264
- #: admin-core/assets/build/settings-app.js:1
4265
- msgid "Export Flow"
4266
- msgstr ""
4267
-
4268
- #: admin-core/assets/build/settings-app.js:1
4269
- msgid "Trash Flow"
4270
- msgstr ""
4271
-
4272
- #: admin-core/assets/build/settings-app.js:1
4273
- msgid "Restore Flow"
4274
- msgstr ""
4275
-
4276
- #: admin-core/assets/build/settings-app.js:1
4277
- msgid "Delete Flow"
4278
- msgstr ""
4279
-
4280
- #: admin-core/assets/build/settings-app.js:1
4281
- msgid "Name"
4282
- msgstr ""
4283
-
4284
- #: admin-core/assets/build/settings-app.js:1
4285
- msgid "Status"
4286
- msgstr ""
4287
-
4288
- #: admin-core/assets/build/settings-app.js:1
4289
- msgid "Actions"
4290
- msgstr ""
4291
-
4292
- #: admin-core/assets/build/settings-app.js:1
4293
- msgid "No Flows Found"
4294
- msgstr ""
4295
-
4296
- #: admin-core/assets/build/settings-app.js:1
4297
- msgid "Offer Settings"
4298
- msgstr ""
4299
-
4300
- #: admin-core/assets/build/settings-app.js:1
4301
- msgid "Permalink"
4302
- msgstr ""
4303
-
4304
- #: admin-core/assets/build/settings-app.js:1
4305
- msgid "Facebook Pixel"
4306
- msgstr ""
4307
-
4308
- #: admin-core/assets/build/settings-app.js:1
4309
- msgid "Create Your First Flow"
4310
- msgstr ""
4311
-
4312
- #: admin-core/assets/build/settings-app.js:1
4313
- msgid "Go To Setup Wizard"
4314
- msgstr ""
4315
-
4316
- #: admin-core/assets/build/settings-app.js:1
4317
- msgid "View All Steps"
4318
- msgstr ""
4319
-
4320
- #: admin-core/assets/build/settings-app.js:1
4321
- msgid "You can't create more than 3 flows in free version."
4322
- msgstr ""
4323
-
4324
- #: admin-core/assets/build/settings-app.js:1
4325
- msgid "Created! Redirecting..."
4326
- msgstr ""
4327
-
4328
- #: admin-core/assets/build/settings-app.js:1
4329
- msgid "Failed to Create Flow!"
4330
- msgstr ""
4331
-
4332
- #: admin-core/assets/build/settings-app.js:1
4333
- msgid "Upgrade To CartFlows Pro"
4334
- msgstr ""
4335
-
4336
- #: admin-core/assets/build/settings-app.js:1
4337
- msgid "Name Your Flow"
4338
- msgstr ""
4339
-
4340
- #: admin-core/assets/build/settings-app.js:1
4341
- msgid "You can't create more than 3 flows in free version. Upgrade to CartFlows Pro for adding more flows and other features."
4342
- msgstr ""
4343
-
4344
- #: admin-core/assets/build/settings-app.js:1
4345
- msgid "Upgrade To Cartflows Pro"
4346
- msgstr ""
4347
-
4348
- #: admin-core/assets/build/settings-app.js:1
4349
- msgid "Enter Flow Name"
4350
- msgstr ""
4351
-
4352
- #: admin-core/assets/build/settings-app.js:1
4353
- msgid "Flow Templates"
4354
- msgstr ""
4355
-
4356
- #: admin-core/assets/build/settings-app.js:1
4357
- msgid "Start from scratch"
4358
- msgstr ""
4359
-
4360
- #: admin-core/assets/build/settings-app.js:1
4361
- msgid "It seems that the page builder you selected is inactive."
4362
- msgstr ""
4363
-
4364
- #: admin-core/assets/build/settings-app.js:1
4365
- msgid "Are you using any other page builder? No worries. CartFlows works well with every other page builder. Right now we do not have ready templates for every page builder but we are planning to add it very soon."
4366
- msgstr ""
4367
-
4368
- #: admin-core/assets/build/settings-app.js:1
4369
- msgid "Learn How "
4370
- msgstr ""
4371
-
4372
- #: admin-core/assets/build/settings-app.js:1
4373
- msgid "No Results Found."
4374
- msgstr ""
4375
-
4376
- #: admin-core/assets/build/settings-app.js:1
4377
- msgid "Don't see a funnel that you would like to import?"
4378
- msgstr ""
4379
-
4380
- #: admin-core/assets/build/settings-app.js:1
4381
- msgid "Please suggest us "
4382
- msgstr ""
4383
-
4384
- #: admin-core/assets/build/settings-app.js:1
4385
- msgid "Search Templates"
4386
- msgstr ""
4387
-
4388
- #: admin-core/assets/build/settings-app.js:1
4389
- msgid "It seems that you are using the page builder other than Elementor, Beaver Builder, Divi & Gutenberg."
4390
- msgstr ""
4391
-
4392
- #: modules/gutenberg/dist/blocks.build.js:1
4393
- msgid "Hide Advanced"
4394
- msgstr ""
4395
-
4396
- #: modules/gutenberg/dist/blocks.build.js:1
4397
- msgid "Advanced"
4398
- msgstr ""
4399
-
4400
- #: modules/gutenberg/dist/blocks.build.js:1
4401
- msgid "Line Height"
4402
- msgstr ""
4403
-
4404
- #: modules/gutenberg/dist/blocks.build.js:1
4405
- msgid "Color Settings"
4406
- msgstr ""
4407
-
4408
- #: modules/gutenberg/dist/blocks.build.js:1
4409
- msgid "Overlay Color"
4410
- msgstr ""
4411
-
4412
- #: modules/gutenberg/dist/blocks.build.js:1
4413
- msgid "Inset"
4414
- msgstr ""
4415
-
4416
- #: modules/gutenberg/dist/blocks.build.js:1
4417
- msgid "Outset"
4418
- msgstr ""
4419
-
4420
- #: modules/gutenberg/dist/blocks.build.js:1
4421
- msgid "cartflows"
4422
- msgstr ""
4423
-
4424
- #: modules/gutenberg/dist/blocks.build.js:1
4425
- msgid "order detail form"
4426
- msgstr ""
4427
-
4428
- #: modules/gutenberg/dist/blocks.build.js:1
4429
- msgid "cf"
4430
- msgstr ""
4431
-
4432
- #: modules/gutenberg/dist/blocks.build.js:1
4433
- msgid "Hide/Show Order Overview."
4434
- msgstr ""
4435
-
4436
- #: modules/gutenberg/dist/blocks.build.js:1
4437
- msgid "Order Detail"
4438
- msgstr ""
4439
-
4440
- #: modules/gutenberg/dist/blocks.build.js:1
4441
- msgid "Hide/Show Order Detail."
4442
- msgstr ""
4443
-
4444
- #: modules/gutenberg/dist/blocks.build.js:1
4445
- msgid "Hide/Show Billing Address."
4446
- msgstr ""
4447
-
4448
- #: modules/gutenberg/dist/blocks.build.js:1
4449
- msgid "Hide/Show Shipping Address."
4450
- msgstr ""
4451
-
4452
- #: modules/gutenberg/dist/blocks.build.js:1
4453
- msgid "Heading Bottom Spacing(px)"
4454
- msgstr ""
4455
-
4456
- #: modules/gutenberg/dist/blocks.build.js:1
4457
- msgid "Spacing Between Sections(px)"
4458
- msgstr ""
4459
-
4460
- #: modules/gutenberg/dist/blocks.build.js:1
4461
- msgid "Background Type"
4462
- msgstr ""
4463
-
4464
- #: modules/gutenberg/dist/blocks.build.js:1
4465
- msgid "Image"
4466
- msgstr ""
4467
-
4468
- #: modules/gutenberg/dist/blocks.build.js:1
4469
- msgid "Background Image"
4470
- msgstr ""
4471
-
4472
- #: modules/gutenberg/dist/blocks.build.js:1
4473
- msgid "Select Background Image"
4474
- msgstr ""
4475
-
4476
- #: modules/gutenberg/dist/blocks.build.js:1
4477
- msgid "Replace image"
4478
- msgstr ""
4479
-
4480
- #: modules/gutenberg/dist/blocks.build.js:1
4481
- msgid "Remove Image"
4482
- msgstr ""
4483
-
4484
- #: modules/gutenberg/dist/blocks.build.js:1
4485
- msgid "Image Position"
4486
- msgstr ""
4487
-
4488
- #: modules/gutenberg/dist/blocks.build.js:1
4489
- msgid "Top Left"
4490
- msgstr ""
4491
-
4492
- #: modules/gutenberg/dist/blocks.build.js:1
4493
- msgid "Top Center"
4494
- msgstr ""
4495
-
4496
- #: modules/gutenberg/dist/blocks.build.js:1
4497
- msgid "Top Right"
4498
- msgstr ""
4499
-
4500
- #: modules/gutenberg/dist/blocks.build.js:1
4501
- msgid "Center Left"
4502
- msgstr ""
4503
-
4504
- #: modules/gutenberg/dist/blocks.build.js:1
4505
- msgid "Center Center"
4506
- msgstr ""
4507
-
4508
- #: modules/gutenberg/dist/blocks.build.js:1
4509
- msgid "Center Right"
4510
- msgstr ""
4511
-
4512
- #: modules/gutenberg/dist/blocks.build.js:1
4513
- msgid "Bottom Left"
4514
- msgstr ""
4515
-
4516
- #: modules/gutenberg/dist/blocks.build.js:1
4517
- msgid "Bottom Center"
4518
- msgstr ""
4519
-
4520
- #: modules/gutenberg/dist/blocks.build.js:1
4521
- msgid "Bottom Right"
4522
- msgstr ""
4523
-
4524
- #: modules/gutenberg/dist/blocks.build.js:1
4525
- msgid "Attachment"
4526
- msgstr ""
4527
-
4528
- #: modules/gutenberg/dist/blocks.build.js:1
4529
- msgid "Fixed"
4530
- msgstr ""
4531
-
4532
- #: modules/gutenberg/dist/blocks.build.js:1
4533
- msgid "Scroll"
4534
- msgstr ""
4535
-
4536
- #: modules/gutenberg/dist/blocks.build.js:1
4537
- msgid "Repeat"
4538
- msgstr ""
4539
-
4540
- #: modules/gutenberg/dist/blocks.build.js:1
4541
- msgid "No Repeat"
4542
- msgstr ""
4543
-
4544
- #: modules/gutenberg/dist/blocks.build.js:1
4545
- msgid "Repeat-x"
4546
- msgstr ""
4547
-
4548
- #: modules/gutenberg/dist/blocks.build.js:1
4549
- msgid "Repeat-y"
4550
- msgstr ""
4551
-
4552
- #: modules/gutenberg/dist/blocks.build.js:1
4553
- msgid "Auto"
4554
- msgstr ""
4555
-
4556
- #: modules/gutenberg/dist/blocks.build.js:1
4557
- msgid "Cover"
4558
- msgstr ""
4559
-
4560
- #: modules/gutenberg/dist/blocks.build.js:1
4561
- msgid "Contain"
4562
- msgstr ""
4563
-
4564
- #: modules/gutenberg/dist/blocks.build.js:1
4565
- msgid "Opacity"
4566
- msgstr ""
4567
-
4568
- #: modules/gutenberg/dist/blocks.build.js:1
4569
- msgid "Loading"
4570
- msgstr ""
4571
-
4572
- #: modules/gutenberg/dist/blocks.build.js:1
4573
- msgid "Font Subset"
4574
- msgstr ""
4575
-
4576
- #: modules/gutenberg/dist/blocks.build.js:1
4577
- msgid "px"
4578
- msgstr ""
4579
-
4580
- #: modules/gutenberg/dist/blocks.build.js:1
4581
- msgid "em"
4582
- msgstr ""
4583
-
4584
- #: modules/gutenberg/dist/blocks.build.js:1
4585
- msgid "Size Type"
4586
- msgstr ""
4587
-
4588
- #: modules/gutenberg/dist/blocks.build.js:1
4589
- msgid "next step button"
4590
- msgstr ""
4591
-
4592
- #: modules/gutenberg/dist/blocks.build.js:1
4593
- msgid "Select Icon"
4594
- msgstr ""
4595
-
4596
- #: modules/gutenberg/dist/blocks.build.js:1
4597
- msgid "Button Hover Color"
4598
- msgstr ""
4599
-
4600
- #: modules/gutenberg/dist/blocks.build.js:1
4601
- msgid "Icon Color"
4602
- msgstr ""
4603
-
4604
- #: modules/gutenberg/dist/blocks.build.js:1
4605
- msgid "Icon Hover Color"
4606
- msgstr ""
4607
-
4608
- #: modules/gutenberg/dist/blocks.build.js:1
4609
- msgid "Groove"
4610
- msgstr ""
4611
-
4612
- #: modules/gutenberg/dist/blocks.build.js:1
4613
- msgid "Ridge"
4614
- msgstr ""
4615
-
4616
- #: modules/gutenberg/dist/blocks.build.js:1
4617
- msgid "Title Bottom Spacing (px)"
4618
- msgstr ""
4619
-
4620
- #: modules/gutenberg/dist/blocks.build.js:1
4621
- msgid "Hover Color"
4622
- msgstr ""
4623
-
4624
- #: modules/gutenberg/dist/blocks.build.js:1
4625
- msgid "Text Transform"
4626
- msgstr ""
4627
-
4628
- #: modules/gutenberg/dist/blocks.build.js:1
4629
- msgid "Capitalize"
4630
- msgstr ""
4631
-
4632
- #: modules/gutenberg/dist/blocks.build.js:1
4633
- msgid "Uppercase"
4634
- msgstr ""
4635
-
4636
- #: modules/gutenberg/dist/blocks.build.js:1
4637
- msgid "Lowercase"
4638
- msgstr ""
4639
-
4640
- #: modules/gutenberg/dist/blocks.build.js:1
4641
- msgid "Letter Spacing (px)"
4642
- msgstr ""
4643
-
4644
- #: modules/gutenberg/dist/blocks.build.js:1
4645
- msgid "Add text…"
4646
- msgstr ""
4647
-
4648
- #: modules/gutenberg/dist/blocks.build.js:1
4649
- msgid "checkout form"
4650
- msgstr ""
4651
-
4652
- #: modules/gutenberg/dist/blocks.build.js:1
4653
- msgid "One Column ( Pro )"
4654
- msgstr ""
4655
-
4656
- #: modules/gutenberg/dist/blocks.build.js:1
4657
- msgid "Two Step ( Pro )"
4658
- msgstr ""
4659
-
4660
- #: modules/gutenberg/dist/blocks.build.js:1
4661
- msgid "Floating label ( Pro )"
4662
- msgstr ""
4663
-
4664
- #: modules/gutenberg/dist/blocks.build.js:1
4665
- msgid "Floating label"
4666
- msgstr ""
4667
-
4668
- #: modules/gutenberg/dist/blocks.build.js:1
4669
- msgid "Border Width (px)"
4670
- msgstr ""
4671
-
4672
- #: modules/gutenberg/dist/blocks.build.js:1
4673
- msgid "Note: This feature is available in the CartFlows Pro. Upgrade Now!."
4674
- msgstr ""
4675
-
4676
- #: modules/gutenberg/dist/blocks.build.js:1
4677
- msgid "Input Field"
4678
- msgstr ""
4679
-
4680
- #: modules/gutenberg/dist/blocks.build.js:1
4681
- msgid "Input/Text Placeholder Color"
4682
- msgstr ""
4683
-
4684
- #: modules/gutenberg/dist/blocks.build.js:1
4685
- msgid "Border Radius (px)"
4686
- msgstr ""
4687
-
4688
- #: modules/gutenberg/dist/blocks.build.js:1
4689
- msgid "Button"
4690
- msgstr ""
4691
-
4692
- #: modules/gutenberg/dist/blocks.build.js:1
4693
- msgid "Box Shadow"
4694
- msgstr ""
4695
-
4696
- #: modules/gutenberg/dist/blocks.build.js:1
4697
- msgid "Horizontal"
4698
- msgstr ""
4699
-
4700
- #: modules/gutenberg/dist/blocks.build.js:1
4701
- msgid "Vertical"
4702
- msgstr ""
4703
-
4704
- #: modules/gutenberg/dist/blocks.build.js:1
4705
- msgid "Blur"
4706
- msgstr ""
4707
-
4708
- #: modules/gutenberg/dist/blocks.build.js:1
4709
- msgid "Spread"
4710
- msgstr ""
4711
-
4712
- #: modules/gutenberg/dist/blocks.build.js:1
4713
- msgid "Title Color"
4714
- msgstr ""
4715
-
4716
- #: modules/gutenberg/dist/blocks.build.js:1
4717
- msgid "Section Padding (px)"
4718
- msgstr ""
4719
-
4720
- #: modules/gutenberg/dist/blocks.build.js:1
4721
- msgid "Section Margin (px)"
4722
- msgstr ""
4723
-
4724
- #: modules/gutenberg/dist/blocks.build.js:1
4725
- msgid "Success / Error Message"
4726
- msgstr ""
4727
-
4728
- #: modules/gutenberg/dist/blocks.build.js:1
4729
- msgid "Form success / Error validation"
4730
- msgstr ""
4731
-
4732
- #: modules/gutenberg/dist/blocks.build.js:1
4733
- msgid "Error Message"
4734
- msgstr ""
4735
-
4736
- #: modules/gutenberg/dist/blocks.build.js:1
4737
- msgid "Message Color"
4738
- msgstr ""
4739
-
4740
- #: modules/gutenberg/dist/blocks.build.js:1
4741
- msgid "optin form"
4742
- msgstr ""
4743
-
4744
- #: modules/gutenberg/dist/blocks.build.js:1
4745
- msgid "Floating Label ( Pro )"
4746
- msgstr ""
4747
-
4748
- #: modules/gutenberg/dist/blocks.build.js:1
4749
- msgid "Floating Label"
4750
- msgstr ""
4751
-
4752
- #: modules/gutenberg/dist/blocks.build.js:1
4753
- msgid "Submit Button Text"
4754
- msgstr ""
1
+ # Copyright (C) 2021 CartFlows Inc
2
+ # This file is distributed under the same license as the CartFlows plugin.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: CartFlows 1.6.3\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cartflows\n"
7
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-01-18T12:52:22+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.4.0\n"
15
+ "X-Domain: cartflows\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ #: admin-core/assets/build/editor-app.js:1
19
+ #: admin-core/assets/build/settings-app.js:1
20
+ msgid "CartFlows"
21
+ msgstr ""
22
+
23
+ #. Plugin URI of the plugin
24
+ #. Author URI of the plugin
25
+ msgid "https://cartflows.com/"
26
+ msgstr ""
27
+
28
+ #. Description of the plugin
29
+ msgid "Create beautiful checkout pages & sales flows for WooCommerce."
30
+ msgstr ""
31
+
32
+ #. Author of the plugin
33
+ msgid "CartFlows Inc"
34
+ msgstr ""
35
+
36
+ #. translators: %s step id
37
+ #: admin-core/ajax/ab-steps.php:76
38
+ #: admin-core/ajax/ab-steps.php:119
39
+ msgid "Can't create a variation for this step - %s"
40
+ msgstr ""
41
+
42
+ #. translators: %s flow id
43
+ #: admin-core/ajax/ab-steps.php:88
44
+ msgid "Step successfully hidden - %s"
45
+ msgstr ""
46
+
47
+ #. translators: %s step id
48
+ #: admin-core/ajax/ab-steps.php:167
49
+ msgid "A/B test settings updated for this step - %s"
50
+ msgstr ""
51
+
52
+ #: admin-core/ajax/ajax-errors.php:54
53
+ msgid "Sorry, you are not allowed to do this operation."
54
+ msgstr ""
55
+
56
+ #: admin-core/ajax/ajax-errors.php:55
57
+ msgid "Nonce validation failed"
58
+ msgstr ""
59
+
60
+ #: admin-core/ajax/ajax-errors.php:56
61
+ msgid "Sorry, something went wrong."
62
+ msgstr ""
63
+
64
+ #: admin-core/ajax/common-settings.php:77
65
+ #: admin-core/ajax/common-settings.php:122
66
+ #: admin-core/ajax/home-page.php:77
67
+ #: admin-core/ajax/home-page.php:117
68
+ msgid "No post data found!"
69
+ msgstr ""
70
+
71
+ #: admin-core/ajax/common-settings.php:155
72
+ msgid "Successfully saved data!"
73
+ msgstr ""
74
+
75
+ #: admin-core/ajax/flows.php:89
76
+ msgid "No Flow IDs has been supplied to export!"
77
+ msgstr ""
78
+
79
+ #: admin-core/ajax/flows.php:102
80
+ #: admin-core/ajax/importer.php:102
81
+ msgid "Flows exported successfully"
82
+ msgstr ""
83
+
84
+ #: admin-core/ajax/flows.php:134
85
+ msgid "Can't update the flow data"
86
+ msgstr ""
87
+
88
+ #: admin-core/ajax/flows.php:141
89
+ #: admin-core/ajax/steps.php:358
90
+ #: admin-core/assets/build/editor-app.js:1
91
+ #: admin-core/assets/build/editor-app.js:2
92
+ #: admin-core/assets/build/settings-app.js:1
93
+ msgid "(no title)"
94
+ msgstr ""
95
+
96
+ #: admin-core/ajax/flows.php:165
97
+ msgid "Successfully saved the flow data!"
98
+ msgstr ""
99
+
100
+ #: admin-core/ajax/flows.php:221
101
+ msgid "Successfully deleted the Flows!"
102
+ msgstr ""
103
+
104
+ #: admin-core/ajax/flows.php:249
105
+ #: admin-core/ajax/flows.php:321
106
+ #: admin-core/ajax/flows.php:840
107
+ msgid "No Flow IDs has been supplied to delete!"
108
+ msgstr ""
109
+
110
+ #: admin-core/ajax/flows.php:292
111
+ #: admin-core/ajax/flows.php:355
112
+ msgid "Successfully trashed the Flows!"
113
+ msgstr ""
114
+
115
+ #: admin-core/ajax/flows.php:373
116
+ msgid "Can't update the flow title"
117
+ msgstr ""
118
+
119
+ #. translators: %s flow id
120
+ #: admin-core/ajax/flows.php:389
121
+ #: admin-core/ajax/steps.php:92
122
+ msgid "Flow title updated - %s"
123
+ msgstr ""
124
+
125
+ #: admin-core/ajax/flows.php:418
126
+ msgid "No Flow ID has been supplied to clone!"
127
+ msgstr ""
128
+
129
+ #: admin-core/ajax/flows.php:442
130
+ msgid "Invalid Flow ID has been supplied to clone!"
131
+ msgstr ""
132
+
133
+ #: admin-core/ajax/flows.php:631
134
+ msgid "Successfully cloned the Flow!"
135
+ msgstr ""
136
+
137
+ #: admin-core/ajax/flows.php:660
138
+ #: admin-core/ajax/flows.php:720
139
+ #: admin-core/ajax/flows.php:780
140
+ msgid "No Flow ID has been supplied to delete!"
141
+ msgstr ""
142
+
143
+ #: admin-core/ajax/flows.php:692
144
+ msgid "Successfully restored the Flow!"
145
+ msgstr ""
146
+
147
+ #: admin-core/ajax/flows.php:752
148
+ msgid "Successfully trashed the Flow!"
149
+ msgstr ""
150
+
151
+ #: admin-core/ajax/flows.php:812
152
+ msgid "Successfully deleted the Flow!"
153
+ msgstr ""
154
+
155
+ #: admin-core/ajax/flows.php:882
156
+ msgid "Successfully updated the Flow status!"
157
+ msgstr ""
158
+
159
+ #. translators: %s flow id
160
+ #: admin-core/ajax/flows.php:903
161
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:346
162
+ msgid "Steps not sorted for flow - %s"
163
+ msgstr ""
164
+
165
+ #. translators: %s flow id
166
+ #: admin-core/ajax/flows.php:939
167
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:382
168
+ msgid "Steps sorted for flow - %s"
169
+ msgstr ""
170
+
171
+ #: admin-core/ajax/home-page.php:138
172
+ msgid "Successfully hidden!"
173
+ msgstr ""
174
+
175
+ #: admin-core/ajax/importer.php:109
176
+ msgid "No flows to export"
177
+ msgstr ""
178
+
179
+ #: admin-core/ajax/importer.php:185
180
+ msgid "Invalid flow ID."
181
+ msgstr ""
182
+
183
+ #: admin-core/ajax/importer.php:193
184
+ msgid "Flow exported successfully"
185
+ msgstr ""
186
+
187
+ #. translators: %s: step ID
188
+ #: admin-core/ajax/importer.php:369
189
+ msgid "Invalid step id %1$s."
190
+ msgstr ""
191
+
192
+ #: admin-core/ajax/importer.php:376
193
+ msgid "Successfully created the step!"
194
+ msgstr ""
195
+
196
+ #: admin-core/ajax/importer.php:462
197
+ #: admin-legacy/class-cartflows-legacy-importer.php:1286
198
+ msgid "Sales Landing"
199
+ msgstr ""
200
+
201
+ #: admin-core/ajax/importer.php:466
202
+ #: admin-legacy/class-cartflows-legacy-importer.php:1290
203
+ #: modules/flow/classes/class-cartflows-step-post-type.php:253
204
+ #: modules/flow/view/meta-flow-steps.php:12
205
+ msgid "Checkout (Woo)"
206
+ msgstr ""
207
+
208
+ #: admin-core/ajax/importer.php:470
209
+ #: admin-legacy/class-cartflows-legacy-importer.php:1294
210
+ #: modules/flow/classes/class-cartflows-step-post-type.php:260
211
+ #: modules/flow/view/meta-flow-steps.php:13
212
+ msgid "Thank You (Woo)"
213
+ msgstr ""
214
+
215
+ #: admin-core/ajax/importer.php:477
216
+ #: admin-legacy/class-cartflows-legacy-importer.php:1302
217
+ #: modules/flow/classes/class-cartflows-step-post-type.php:239
218
+ #: modules/flow/view/meta-flow-steps.php:11
219
+ msgid "Landing"
220
+ msgstr ""
221
+
222
+ #: admin-core/ajax/importer.php:481
223
+ #: admin-legacy/class-cartflows-legacy-importer.php:1306
224
+ msgid "Thank You"
225
+ msgstr ""
226
+
227
+ #: admin-core/ajax/importer.php:533
228
+ msgid "Successfully created the Flow!"
229
+ msgstr ""
230
+
231
+ #: admin-core/ajax/importer.php:595
232
+ #: admin-core/ajax/importer.php:708
233
+ msgid "Flows data not found."
234
+ msgstr ""
235
+
236
+ #: admin-core/ajax/importer.php:642
237
+ msgid "Successfully imported the Flow!"
238
+ msgstr ""
239
+
240
+ #: admin-core/ajax/importer.php:729
241
+ msgid "Step data not found."
242
+ msgstr ""
243
+
244
+ #: admin-core/ajax/importer.php:737
245
+ msgid "Successfully imported the Step!"
246
+ msgstr ""
247
+
248
+ #. translators: %s: step ID
249
+ #: admin-core/ajax/importer.php:766
250
+ msgid "Invalid step id %1$s or post id %2$s."
251
+ msgstr ""
252
+
253
+ #: admin-core/ajax/importer.php:891
254
+ msgid "Successful!"
255
+ msgstr ""
256
+
257
+ #. Translators: %d stock amount
258
+ #: admin-core/ajax/meta-data.php:132
259
+ #: classes/class-cartflows-meta-fields.php:182
260
+ msgid "Stock: %d"
261
+ msgstr ""
262
+
263
+ #: admin-core/ajax/steps.php:76
264
+ msgid "Can't update the step title"
265
+ msgstr ""
266
+
267
+ #. translators: %s flow id
268
+ #: admin-core/ajax/steps.php:120
269
+ #: classes/class-cartflows-cloning.php:284
270
+ msgid "Can't clone this step - %1$s. Flow - %2$s"
271
+ msgstr ""
272
+
273
+ #. translators: %s flow id
274
+ #: admin-core/ajax/steps.php:237
275
+ #: classes/class-cartflows-cloning.php:401
276
+ msgid "Step - %1$s cloned. Flow - %2$s"
277
+ msgstr ""
278
+
279
+ #. translators: %s flow id
280
+ #: admin-core/ajax/steps.php:279
281
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:267
282
+ msgid "Step not deleted for flow - %s"
283
+ msgstr ""
284
+
285
+ #. translators: %s flow id
286
+ #: admin-core/ajax/steps.php:317
287
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:305
288
+ msgid "Step deleted for flow - %s"
289
+ msgstr ""
290
+
291
+ #. translators: %s flow id
292
+ #: admin-core/ajax/steps.php:326
293
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:314
294
+ msgid "This step can not be deleted."
295
+ msgstr ""
296
+
297
+ #. translators: %s flow id
298
+ #: admin-core/ajax/steps.php:347
299
+ msgid "No data is saved"
300
+ msgstr ""
301
+
302
+ #. translators: %s flow id
303
+ #: admin-core/ajax/steps.php:386
304
+ msgid "Data saved succesfully for step id %s"
305
+ msgstr ""
306
+
307
+ #: admin-core/api/common-settings.php:102
308
+ #: admin-core/api/flow-data.php:395
309
+ #: admin-core/api/flows.php:254
310
+ #: admin-core/api/home-page.php:97
311
+ #: admin-core/api/product/product-data.php:115
312
+ #: admin-core/api/step-data.php:147
313
+ msgid "Sorry, you cannot list resources."
314
+ msgstr ""
315
+
316
+ #: admin-core/api/flow-data.php:65
317
+ msgid "Flow ID."
318
+ msgstr ""
319
+
320
+ #: admin-core/api/flow-data.php:131
321
+ msgid "YES : "
322
+ msgstr ""
323
+
324
+ #: admin-core/api/flow-data.php:133
325
+ msgid "YES : Step not Found"
326
+ msgstr ""
327
+
328
+ #: admin-core/api/flow-data.php:138
329
+ msgid "No : "
330
+ msgstr ""
331
+
332
+ #: admin-core/api/flow-data.php:140
333
+ msgid "No : Step not Found"
334
+ msgstr ""
335
+
336
+ #: admin-core/api/flow-data.php:212
337
+ #: admin-core/api/flow-data.php:286
338
+ #: admin-core/api/flows.php:168
339
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:826
340
+ #: classes/class-cartflows-cloning.php:427
341
+ #: admin-core/assets/build/settings-app.js:1
342
+ msgid "Clone"
343
+ msgstr ""
344
+
345
+ #: admin-core/api/flow-data.php:221
346
+ #: admin-core/api/flow-data.php:295
347
+ #: admin-core/api/flow-data.php:377
348
+ #: admin-core/api/flows.php:182
349
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:837
350
+ #: admin-core/assets/build/settings-app.js:1
351
+ msgid "Delete"
352
+ msgstr ""
353
+
354
+ #: admin-core/api/flow-data.php:229
355
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:846
356
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:848
357
+ msgid "A/B Test"
358
+ msgstr ""
359
+
360
+ #: admin-core/api/flow-data.php:253
361
+ #: admin-core/api/flow-data.php:323
362
+ #: admin-core/api/flows.php:152
363
+ #: admin-core/views/debugger.php:36
364
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:806
365
+ #: includes/admin/cartflows-error-log.php:42
366
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:225
367
+ #: admin-core/assets/build/editor-app.js:2
368
+ #: admin-core/assets/build/settings-app.js:1
369
+ msgid "View"
370
+ msgstr ""
371
+
372
+ #: admin-core/api/flow-data.php:260
373
+ #: admin-core/api/flow-data.php:330
374
+ #: admin-core/api/flows.php:160
375
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:817
376
+ #: admin-core/assets/build/settings-app.js:1
377
+ msgid "Edit"
378
+ msgstr ""
379
+
380
+ #: admin-core/api/flow-data.php:303
381
+ msgid "Archived"
382
+ msgstr ""
383
+
384
+ #: admin-core/api/flow-data.php:310
385
+ msgid "Declare as Winner"
386
+ msgstr ""
387
+
388
+ #: admin-core/api/flow-data.php:356
389
+ msgid "Deleted variation can't be restored."
390
+ msgstr ""
391
+
392
+ #: admin-core/api/flow-data.php:357
393
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:176
394
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:188
395
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:200
396
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:212
397
+ msgid "Hide"
398
+ msgstr ""
399
+
400
+ #: admin-core/api/flow-data.php:369
401
+ #: admin-core/inc/admin-menu.php:404
402
+ #: admin-core/assets/build/settings-app.js:1
403
+ msgid "Restore"
404
+ msgstr ""
405
+
406
+ #: admin-core/api/flows.php:175
407
+ #: admin-core/inc/admin-menu.php:389
408
+ #: admin-core/inc/admin-menu.php:419
409
+ #: admin-legacy/class-cartflows-legacy-importer.php:80
410
+ #: admin-legacy/includes/exporter.php:18
411
+ #: admin-core/assets/build/settings-app.js:1
412
+ msgid "Export"
413
+ msgstr ""
414
+
415
+ #: admin-core/api/product/product-data.php:63
416
+ #: admin-core/api/step-data.php:64
417
+ msgid "Step ID."
418
+ msgstr ""
419
+
420
+ #: admin-core/inc/admin-helper.php:315
421
+ #: admin-legacy/class-cartflows-admin-fields.php:241
422
+ #: admin-core/assets/build/editor-app.js:2
423
+ msgid "Select"
424
+ msgstr ""
425
+
426
+ #: admin-core/inc/admin-helper.php:371
427
+ #: admin-legacy/includes/admin/cartflows-general.php:143
428
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:119
429
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:447
430
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:140
431
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:145
432
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:190
433
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:81
434
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:86
435
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:276
436
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:179
437
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:184
438
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:146
439
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:151
440
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:190
441
+ #: admin-core/assets/build/editor-app.js:2
442
+ #: modules/gutenberg/dist/blocks.build.js:1
443
+ msgid "Default"
444
+ msgstr ""
445
+
446
+ #: admin-core/inc/admin-menu.php:117
447
+ #: admin-core/inc/admin-menu.php:169
448
+ msgid "Back to Step Editing"
449
+ msgstr ""
450
+
451
+ #: admin-core/inc/admin-menu.php:194
452
+ msgid "Go to Flow Editing"
453
+ msgstr ""
454
+
455
+ #: admin-core/inc/admin-menu.php:217
456
+ msgid "Go to Step Editing"
457
+ msgstr ""
458
+
459
+ #: admin-core/inc/admin-menu.php:263
460
+ #: admin-core/inc/admin-menu.php:264
461
+ #: admin-legacy/class-cartflows-admin-classes.php:169
462
+ #: admin-legacy/class-cartflows-admin-classes.php:170
463
+ #: admin-core/assets/build/editor-app.js:1
464
+ #: admin-core/assets/build/editor-app.js:2
465
+ #: admin-core/assets/build/settings-app.js:1
466
+ msgid "Flows"
467
+ msgstr ""
468
+
469
+ #: admin-core/inc/admin-menu.php:270
470
+ #: admin-core/inc/admin-menu.php:271
471
+ #: admin-legacy/class-cartflows-admin-classes.php:153
472
+ #: admin-legacy/class-cartflows-admin-classes.php:154
473
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:151
474
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:140
475
+ #: classes/class-cartflows-admin.php:91
476
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:111
477
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:54
478
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:91
479
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:54
480
+ #: admin-core/assets/build/editor-app.js:1
481
+ #: admin-core/assets/build/settings-app.js:1
482
+ msgid "Settings"
483
+ msgstr ""
484
+
485
+ #: admin-core/inc/admin-menu.php:277
486
+ #: admin-core/inc/admin-menu.php:278
487
+ #: admin-core/assets/build/editor-app.js:1
488
+ #: admin-core/assets/build/settings-app.js:1
489
+ msgid "Templates"
490
+ msgstr ""
491
+
492
+ #: admin-core/inc/admin-menu.php:284
493
+ #: admin-legacy/class-cartflows-admin-classes.php:148
494
+ #: admin-legacy/includes/admin/cartflows-home.php:11
495
+ msgid "Home"
496
+ msgstr ""
497
+
498
+ #: admin-core/inc/admin-menu.php:377
499
+ #: admin-core/inc/admin-menu.php:400
500
+ #: admin-core/inc/admin-menu.php:415
501
+ msgid "Bulk Action"
502
+ msgstr ""
503
+
504
+ #: admin-core/inc/admin-menu.php:381
505
+ msgid "Move to Draft"
506
+ msgstr ""
507
+
508
+ #: admin-core/inc/admin-menu.php:385
509
+ #: admin-core/inc/admin-menu.php:423
510
+ msgid "Move to Trash"
511
+ msgstr ""
512
+
513
+ #: admin-core/inc/admin-menu.php:393
514
+ #: admin-core/inc/admin-menu.php:408
515
+ #: admin-core/inc/admin-menu.php:427
516
+ msgid "Delete Permanently"
517
+ msgstr ""
518
+
519
+ #: admin-core/inc/admin-menu.php:702
520
+ msgid "Switch To Old UI"
521
+ msgstr ""
522
+
523
+ #: admin-core/inc/flow-meta.php:40
524
+ #: admin-core/inc/global-settings.php:25
525
+ msgid "General "
526
+ msgstr ""
527
+
528
+ #: admin-core/inc/flow-meta.php:45
529
+ msgid "Flow Title"
530
+ msgstr ""
531
+
532
+ #: admin-core/inc/flow-meta.php:51
533
+ #: admin-core/inc/global-settings.php:92
534
+ #: admin-legacy/includes/admin/cartflows-general.php:155
535
+ msgid "Flow Slug"
536
+ msgstr ""
537
+
538
+ #: admin-core/inc/flow-meta.php:57
539
+ msgid "Sandbox"
540
+ msgstr ""
541
+
542
+ #: admin-core/inc/flow-meta.php:61
543
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:607
544
+ msgid "Enable Test Mode"
545
+ msgstr ""
546
+
547
+ #: admin-core/inc/flow-meta.php:64
548
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:614
549
+ msgid "If you are using WooCommerce plugin then test mode will add random products in your flow, so you can preview it easily while testing."
550
+ msgstr ""
551
+
552
+ #: admin-core/inc/flow-meta.php:69
553
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:487
554
+ #: admin-core/assets/build/editor-app.js:1
555
+ msgid "Analytics"
556
+ msgstr ""
557
+
558
+ #: admin-core/inc/flow-meta.php:73
559
+ msgid "Enable Flow Analytics"
560
+ msgstr ""
561
+
562
+ #: admin-core/inc/flow-meta.php:76
563
+ msgid "Analytics offers data that helps you understand how your flows are performing."
564
+ msgstr ""
565
+
566
+ #: admin-core/inc/global-settings.php:30
567
+ msgid "Disallow search engine from indexing flows."
568
+ msgstr ""
569
+
570
+ #: admin-core/inc/global-settings.php:35
571
+ #: admin-legacy/includes/admin/cartflows-general.php:90
572
+ #: modules/flow/view/view-flow-inner-step.php:52
573
+ #: admin-core/assets/build/editor-app.js:1
574
+ msgid "Global Checkout"
575
+ msgstr ""
576
+
577
+ #: admin-core/inc/global-settings.php:36
578
+ msgid ""
579
+ "Be sure not to add any product in above selected Global Checkout step. Please read information about how to set up Global Checkout here.\n"
580
+ " "
581
+ msgstr ""
582
+
583
+ #: admin-core/inc/global-settings.php:45
584
+ msgid "Ready Templates for"
585
+ msgstr ""
586
+
587
+ #: admin-core/inc/global-settings.php:46
588
+ msgid "CartFlows offers flow templates that can be imported in one click. These templates are available in few different page builders. Please choose your preferred page builder from the list so you will only see templates that are made using that page builder."
589
+ msgstr ""
590
+
591
+ #: admin-core/inc/global-settings.php:50
592
+ #: admin-legacy/includes/admin/cartflows-general.php:103
593
+ #: classes/class-cartflows-wizard.php:368
594
+ #: classes/class-cartflows-wizard.php:434
595
+ msgid "Elementor"
596
+ msgstr ""
597
+
598
+ #: admin-core/inc/global-settings.php:54
599
+ #: admin-legacy/includes/admin/cartflows-general.php:104
600
+ msgid "Beaver Builder"
601
+ msgstr ""
602
+
603
+ #: admin-core/inc/global-settings.php:58
604
+ #: admin-legacy/includes/admin/cartflows-general.php:105
605
+ #: classes/class-cartflows-wizard.php:388
606
+ msgid "Divi"
607
+ msgstr ""
608
+
609
+ #: admin-core/inc/global-settings.php:62
610
+ #: admin-legacy/includes/admin/cartflows-general.php:106
611
+ #: classes/class-cartflows-wizard.php:398
612
+ msgid "Gutenberg"
613
+ msgstr ""
614
+
615
+ #: admin-core/inc/global-settings.php:66
616
+ #: admin-legacy/includes/admin/cartflows-general.php:107
617
+ #: classes/class-cartflows-wizard.php:408
618
+ msgid "Other"
619
+ msgstr ""
620
+
621
+ #: admin-core/inc/global-settings.php:74
622
+ msgid "Permalinks"
623
+ msgstr ""
624
+
625
+ #: admin-core/inc/global-settings.php:82
626
+ msgid "Default Permalinks"
627
+ msgstr ""
628
+
629
+ #: admin-core/inc/global-settings.php:83
630
+ msgid "Default WordPress Permalink"
631
+ msgstr ""
632
+
633
+ #: admin-core/inc/global-settings.php:87
634
+ #: admin-legacy/includes/admin/cartflows-general.php:149
635
+ msgid "Flow and Step Slug"
636
+ msgstr ""
637
+
638
+ #: admin-core/inc/global-settings.php:97
639
+ #: admin-legacy/includes/admin/cartflows-general.php:161
640
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:883
641
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:114
642
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:457
643
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:219
644
+ msgid "Step Slug"
645
+ msgstr ""
646
+
647
+ #: admin-core/inc/global-settings.php:104
648
+ #: admin-legacy/includes/admin/cartflows-general.php:173
649
+ msgid "Post Type Permalink Base"
650
+ msgstr ""
651
+
652
+ #: admin-core/inc/global-settings.php:108
653
+ #: admin-legacy/includes/admin/cartflows-general.php:181
654
+ msgid "Step Base"
655
+ msgstr ""
656
+
657
+ #: admin-core/inc/global-settings.php:114
658
+ #: admin-legacy/includes/admin/cartflows-general.php:191
659
+ msgid "Flow Base"
660
+ msgstr ""
661
+
662
+ #: admin-core/inc/global-settings.php:121
663
+ msgid "FaceBook Pixel"
664
+ msgstr ""
665
+
666
+ #: admin-core/inc/global-settings.php:125
667
+ msgid "Enable Facebook Pixel Tracking For CartFlows Pages"
668
+ msgstr ""
669
+
670
+ #: admin-core/inc/global-settings.php:130
671
+ msgid "Enable Facebook Pixel Tracking For the whole site"
672
+ msgstr ""
673
+
674
+ #: admin-core/inc/global-settings.php:132
675
+ #: admin-core/inc/global-settings.php:229
676
+ #: admin-legacy/includes/admin/cartflows-general.php:253
677
+ #: admin-legacy/includes/admin/cartflows-general.php:352
678
+ msgid "If this option is unchecked, it will only apply to CartFlows steps."
679
+ msgstr ""
680
+
681
+ #: admin-core/inc/global-settings.php:145
682
+ #: admin-legacy/includes/admin/cartflows-general.php:263
683
+ msgid "Enter Facebook pixel ID"
684
+ msgstr ""
685
+
686
+ #: admin-core/inc/global-settings.php:160
687
+ msgid "Facebook Pixel Events"
688
+ msgstr ""
689
+
690
+ #: admin-core/inc/global-settings.php:174
691
+ #: admin-legacy/includes/admin/cartflows-general.php:280
692
+ msgid "Initiate Checkout"
693
+ msgstr ""
694
+
695
+ #: admin-core/inc/global-settings.php:189
696
+ #: admin-core/inc/global-settings.php:301
697
+ #: admin-legacy/includes/admin/cartflows-general.php:289
698
+ #: admin-legacy/includes/admin/cartflows-general.php:396
699
+ msgid "Add Payment Info"
700
+ msgstr ""
701
+
702
+ #: admin-core/inc/global-settings.php:203
703
+ #: admin-legacy/includes/admin/cartflows-general.php:298
704
+ msgid "Purchase Complete"
705
+ msgstr ""
706
+
707
+ #: admin-core/inc/global-settings.php:218
708
+ #: admin-core/assets/build/settings-app.js:1
709
+ msgid "Google Analytics"
710
+ msgstr ""
711
+
712
+ #: admin-core/inc/global-settings.php:222
713
+ msgid "Enable Google Analytics Tracking For CartFlows Pages"
714
+ msgstr ""
715
+
716
+ #: admin-core/inc/global-settings.php:227
717
+ msgid "Enable Google Analytics Tracking For the whole site"
718
+ msgstr ""
719
+
720
+ #: admin-core/inc/global-settings.php:242
721
+ msgid "Enter Google Analytics ID"
722
+ msgstr ""
723
+
724
+ #. translators: %1$1s: link html start, %2$12: link html end
725
+ #: admin-core/inc/global-settings.php:246
726
+ msgid "Log into your %1$1s google analytics account %2$2s to find your ID. eg: UA-XXXXXX-X."
727
+ msgstr ""
728
+
729
+ #: admin-core/inc/global-settings.php:259
730
+ msgid "Google Analytics Events"
731
+ msgstr ""
732
+
733
+ #: admin-core/inc/global-settings.php:272
734
+ #: admin-legacy/includes/admin/cartflows-general.php:378
735
+ msgid "Begin Checkout"
736
+ msgstr ""
737
+
738
+ #: admin-core/inc/global-settings.php:287
739
+ #: admin-legacy/includes/admin/cartflows-general.php:387
740
+ msgid "Add To Cart"
741
+ msgstr ""
742
+
743
+ #: admin-core/inc/global-settings.php:315
744
+ #: admin-legacy/includes/admin/cartflows-general.php:405
745
+ msgid "Purchase"
746
+ msgstr ""
747
+
748
+ #. translators: %1$1s: link html start, %2$12: link html end
749
+ #: admin-core/inc/global-settings.php:333
750
+ msgid "Google Analytics not working correctly? %1$1s Click here %2$2s to know more."
751
+ msgstr ""
752
+
753
+ #: admin-core/inc/wcf-debugger.php:131
754
+ #: classes/class-cartflows-logger.php:180
755
+ msgid "Action failed. Please refresh the page and retry."
756
+ msgstr ""
757
+
758
+ #. translators: %1$s: timestamp1, %2$s: timestamp2
759
+ #: admin-core/views/debugger.php:31
760
+ #: includes/admin/cartflows-error-log.php:37
761
+ msgid "%1$s at %2$s"
762
+ msgstr ""
763
+
764
+ #: admin-core/views/debugger.php:59
765
+ #: includes/admin/cartflows-error-log.php:66
766
+ msgid "Delete log"
767
+ msgstr ""
768
+
769
+ #: admin-core/views/debugger.php:64
770
+ #: includes/admin/cartflows-error-log.php:71
771
+ msgid "There are currently no logs to view."
772
+ msgstr ""
773
+
774
+ #: admin-core/views/fixed-header.php:15
775
+ #: admin-core/views/header.php:17
776
+ #: admin-legacy/includes/admin/cartflows-admin.php:19
777
+ #: includes/admin/cartflows-admin-header.php:17
778
+ msgid "Generate More Leads & More Sales"
779
+ msgstr ""
780
+
781
+ #: admin-core/views/wcf-pro-license-log.php:23
782
+ msgid "License debug log"
783
+ msgstr ""
784
+
785
+ #: admin-core/views/wcf-pro-license-log.php:30
786
+ msgid "License Arguments:"
787
+ msgstr ""
788
+
789
+ #: admin-core/views/wcf-pro-license-log.php:41
790
+ msgid "License Call:"
791
+ msgstr ""
792
+
793
+ #: admin-core/views/wcf-pro-license-log.php:48
794
+ msgid "License API Response:"
795
+ msgstr ""
796
+
797
+ #: admin-legacy/class-cartflows-admin-classes.php:467
798
+ msgid "This page requires WooCommerce plugin installed and activated!"
799
+ msgstr ""
800
+
801
+ #: admin-legacy/class-cartflows-admin-classes.php:470
802
+ msgid "Installing and activating.."
803
+ msgstr ""
804
+
805
+ #: admin-legacy/class-cartflows-admin-classes.php:471
806
+ msgid "There was an error with the installation of plugin."
807
+ msgstr ""
808
+
809
+ #: admin-legacy/class-cartflows-admin-classes.php:533
810
+ msgid "Flows Library"
811
+ msgstr ""
812
+
813
+ #: admin-legacy/class-cartflows-admin-classes.php:540
814
+ #: modules/flow/view/view-remote-importer.php:26
815
+ #: admin-core/assets/build/editor-app.js:1
816
+ msgid "Ready Templates"
817
+ msgstr ""
818
+
819
+ #: admin-legacy/class-cartflows-admin-classes.php:543
820
+ #: modules/flow/view/view-remote-importer.php:29
821
+ #: admin-core/assets/build/editor-app.js:1
822
+ msgid "Create Your Own"
823
+ msgstr ""
824
+
825
+ #: admin-legacy/class-cartflows-admin-classes.php:554
826
+ #: modules/flow/view/view-remote-importer.php:41
827
+ msgid "Search Sites"
828
+ msgstr ""
829
+
830
+ #: admin-legacy/class-cartflows-admin-classes.php:555
831
+ #: modules/flow/view/view-remote-importer.php:42
832
+ msgid "Search Flow..."
833
+ msgstr ""
834
+
835
+ #: admin-legacy/class-cartflows-admin-classes.php:572
836
+ #: admin-core/assets/build/settings-app.js:1
837
+ msgid "Design Your Flow"
838
+ msgstr ""
839
+
840
+ #: admin-legacy/class-cartflows-admin-classes.php:573
841
+ #: admin-legacy/class-cartflows-legacy-importer.php:686
842
+ #: admin-legacy/class-cartflows-legacy-importer.php:785
843
+ #: modules/flow/view/view-remote-importer.php:72
844
+ msgid "Learn How"
845
+ msgstr ""
846
+
847
+ #: admin-legacy/class-cartflows-admin-fields.php:244
848
+ msgid "No Checkout Steps"
849
+ msgstr ""
850
+
851
+ #. translators: %s: link
852
+ #: admin-legacy/class-cartflows-admin-fields.php:270
853
+ msgid "Be sure not to add any product in above selected Global Checkout step. Please read information about how to set up Global Checkout %1$shere%2$s."
854
+ msgstr ""
855
+
856
+ #: admin-legacy/class-cartflows-legacy-importer.php:80
857
+ msgid "Export this flow"
858
+ msgstr ""
859
+
860
+ #: admin-legacy/class-cartflows-legacy-importer.php:91
861
+ msgid "Flow Export"
862
+ msgstr ""
863
+
864
+ #: admin-legacy/class-cartflows-legacy-importer.php:92
865
+ msgid "Flow Import"
866
+ msgstr ""
867
+
868
+ #: admin-legacy/class-cartflows-legacy-importer.php:103
869
+ msgid "No post to export has been supplied!"
870
+ msgstr ""
871
+
872
+ #: admin-legacy/class-cartflows-legacy-importer.php:277
873
+ msgid "Please upload a valid .json file"
874
+ msgstr ""
875
+
876
+ #: admin-legacy/class-cartflows-legacy-importer.php:283
877
+ msgid "Please upload a file to import"
878
+ msgstr ""
879
+
880
+ #: admin-legacy/class-cartflows-legacy-importer.php:523
881
+ msgid "Successfully imported flows."
882
+ msgstr ""
883
+
884
+ #: admin-legacy/class-cartflows-legacy-importer.php:559
885
+ msgid "Loading Steps"
886
+ msgstr ""
887
+
888
+ #: admin-legacy/class-cartflows-legacy-importer.php:561
889
+ msgid "Getting steps from the cloud. Please wait for the moment."
890
+ msgstr ""
891
+
892
+ #: admin-legacy/class-cartflows-legacy-importer.php:572
893
+ msgid "Searching Template.."
894
+ msgstr ""
895
+
896
+ #: admin-legacy/class-cartflows-legacy-importer.php:574
897
+ msgid "Getting templates from the cloud. Please wait for the moment."
898
+ msgstr ""
899
+
900
+ #: admin-legacy/class-cartflows-legacy-importer.php:583
901
+ msgid "Importing.."
902
+ msgstr ""
903
+
904
+ #: admin-legacy/class-cartflows-legacy-importer.php:592
905
+ #: admin-legacy/class-cartflows-legacy-importer.php:632
906
+ msgid "Imported"
907
+ msgstr ""
908
+
909
+ #: admin-legacy/class-cartflows-legacy-importer.php:593
910
+ #: admin-legacy/class-cartflows-legacy-importer.php:633
911
+ msgid "Thanks for patience"
912
+ msgstr ""
913
+
914
+ #: admin-legacy/class-cartflows-legacy-importer.php:602
915
+ #: admin-legacy/class-cartflows-legacy-importer.php:614
916
+ msgid "Coming Soon!"
917
+ msgstr ""
918
+
919
+ #: admin-legacy/class-cartflows-legacy-importer.php:633
920
+ msgid "Redirecting to the Elementor edit window."
921
+ msgstr ""
922
+
923
+ #: admin-legacy/class-cartflows-legacy-importer.php:679
924
+ #: admin-legacy/class-cartflows-legacy-importer.php:795
925
+ msgid "Pro"
926
+ msgstr ""
927
+
928
+ #: admin-legacy/class-cartflows-legacy-importer.php:720
929
+ #: admin-legacy/class-cartflows-legacy-importer.php:827
930
+ msgid "Activate License"
931
+ msgstr ""
932
+
933
+ #: admin-legacy/class-cartflows-legacy-importer.php:722
934
+ #: admin-legacy/class-cartflows-legacy-importer.php:829
935
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:505
936
+ msgid "Get Pro"
937
+ msgstr ""
938
+
939
+ #: admin-legacy/class-cartflows-legacy-importer.php:747
940
+ msgid "Create"
941
+ msgstr ""
942
+
943
+ #: admin-legacy/class-cartflows-legacy-importer.php:846
944
+ msgid "Under Maintenance.."
945
+ msgstr ""
946
+
947
+ #: admin-legacy/class-cartflows-legacy-importer.php:847
948
+ msgid "If you are seeing this message, most likely our servers are under routine maintenance and we will be back shortly."
949
+ msgstr ""
950
+
951
+ #: admin-legacy/class-cartflows-legacy-importer.php:848
952
+ msgid "In rare case, it is possible your website is having trouble connecting with ours. If you need help, please feel free to get in touch with us from our website.."
953
+ msgstr ""
954
+
955
+ #. translators: %s: Plugin string
956
+ #: admin-legacy/class-cartflows-legacy-importer.php:878
957
+ msgid "%1$s to see CartFlows templates. If you prefer another page builder tool, you can <a href=\"%2$s\" target=\"blank\">select it here</a>."
958
+ msgstr ""
959
+
960
+ #: admin-legacy/class-cartflows-legacy-importer.php:893
961
+ msgid "All"
962
+ msgstr ""
963
+
964
+ #: admin-legacy/class-cartflows-legacy-importer.php:896
965
+ #: admin-core/assets/build/editor-app.js:1
966
+ msgid "Select Step Type"
967
+ msgstr ""
968
+
969
+ #: admin-legacy/class-cartflows-legacy-importer.php:980
970
+ msgid "Import from Cloud"
971
+ msgstr ""
972
+
973
+ #. translators: %s: template ID
974
+ #: admin-legacy/class-cartflows-legacy-importer.php:1416
975
+ msgid "Invalid template id %1$s or post id %2$s."
976
+ msgstr ""
977
+
978
+ #. translators: %s: flow ID
979
+ #: admin-legacy/class-cartflows-legacy-importer.php:1491
980
+ msgid "Invalid flow id %1$s OR step type %2$s."
981
+ msgstr ""
982
+
983
+ #: admin-legacy/class-cartflows-legacy-importer.php:1616
984
+ msgid "Elementor is not activated. Please activate plugin Elementor Page Builder to import the step."
985
+ msgstr ""
986
+
987
+ #: admin-legacy/class-cartflows-legacy-importer.php:1719
988
+ msgid "Action failed. Invalid Security Nonce."
989
+ msgstr ""
990
+
991
+ #: admin-legacy/class-cartflows-legacy-importer.php:1726
992
+ msgid "User have not plugin install permissions."
993
+ msgstr ""
994
+
995
+ #: admin-legacy/class-cartflows-legacy-importer.php:1748
996
+ msgid "Plugin Successfully Activated"
997
+ msgstr ""
998
+
999
+ #: admin-legacy/class-cartflows-meta.php:34
1000
+ msgid "Update"
1001
+ msgstr ""
1002
+
1003
+ #: admin-legacy/class-cartflows-meta.php:42
1004
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:95
1005
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:765
1006
+ msgid "Back to edit Flow"
1007
+ msgstr ""
1008
+
1009
+ #: admin-legacy/class-cartflows-meta.php:63
1010
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:175
1011
+ #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:136
1012
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:157
1013
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:146
1014
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:925
1015
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:931
1016
+ #: modules/flow/classes/class-cartflows-step-meta-base.php:76
1017
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:120
1018
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:126
1019
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:498
1020
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:503
1021
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:293
1022
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:298
1023
+ msgid "Custom Script"
1024
+ msgstr ""
1025
+
1026
+ #: admin-legacy/class-cartflows-meta.php:66
1027
+ #: modules/flow/classes/class-cartflows-step-meta-base.php:78
1028
+ msgid "Custom script lets you add your own custom script on front end of this flow page."
1029
+ msgstr ""
1030
+
1031
+ #: admin-legacy/includes/admin/cartflows-admin.php:29
1032
+ msgid "Settings saved successfully."
1033
+ msgstr ""
1034
+
1035
+ #: admin-legacy/includes/admin/cartflows-general.php:31
1036
+ #: admin-legacy/includes/admin/cartflows-general.php:67
1037
+ #: admin-core/assets/build/settings-app.js:1
1038
+ msgid "General Settings"
1039
+ msgstr ""
1040
+
1041
+ #: admin-legacy/includes/admin/cartflows-general.php:40
1042
+ msgid "Migrate To New UI"
1043
+ msgstr ""
1044
+
1045
+ #: admin-legacy/includes/admin/cartflows-general.php:48
1046
+ msgid "We have introduced new slick and faster UI."
1047
+ msgstr ""
1048
+
1049
+ #: admin-legacy/includes/admin/cartflows-general.php:49
1050
+ msgid "Activating this will change your exising admin User Interface with new User Interface powered by React. With this, you can design creative Flows in less efforts."
1051
+ msgstr ""
1052
+
1053
+ #: admin-legacy/includes/admin/cartflows-general.php:54
1054
+ msgid "Don't wait! Switch to new faster UI now!"
1055
+ msgstr ""
1056
+
1057
+ #: admin-legacy/includes/admin/cartflows-general.php:57
1058
+ msgid "Use New UI Now"
1059
+ msgstr ""
1060
+
1061
+ #: admin-legacy/includes/admin/cartflows-general.php:80
1062
+ msgid "Disallow search engines from indexing flows"
1063
+ msgstr ""
1064
+
1065
+ #: admin-legacy/includes/admin/cartflows-general.php:99
1066
+ msgid "Show Templates designed with"
1067
+ msgstr ""
1068
+
1069
+ #: admin-legacy/includes/admin/cartflows-general.php:100
1070
+ msgid "CartFlows offers flow templates that can be imported in one click. These templates are available in few different page builders. Please choose your preferred page builder from the list so you will only see templates that are made using that page builder.."
1071
+ msgstr ""
1072
+
1073
+ #: admin-legacy/includes/admin/cartflows-general.php:116
1074
+ #: admin-legacy/includes/admin/cartflows-general.php:202
1075
+ #: admin-legacy/includes/admin/cartflows-general.php:308
1076
+ #: admin-legacy/includes/admin/cartflows-general.php:425
1077
+ msgid "Save Changes"
1078
+ msgstr ""
1079
+
1080
+ #: admin-legacy/includes/admin/cartflows-general.php:128
1081
+ #: admin-core/assets/build/settings-app.js:1
1082
+ msgid "Permalink Settings"
1083
+ msgstr ""
1084
+
1085
+ #: admin-legacy/includes/admin/cartflows-general.php:203
1086
+ #: admin-core/assets/build/settings-app.js:1
1087
+ msgid "Set Default"
1088
+ msgstr ""
1089
+
1090
+ #: admin-legacy/includes/admin/cartflows-general.php:217
1091
+ #: admin-core/assets/build/settings-app.js:1
1092
+ msgid "Facebook Pixel Settings"
1093
+ msgstr ""
1094
+
1095
+ #: admin-legacy/includes/admin/cartflows-general.php:232
1096
+ msgid "Enable Facebook Pixel Tracking"
1097
+ msgstr ""
1098
+
1099
+ #: admin-legacy/includes/admin/cartflows-general.php:245
1100
+ msgid "Enable for the whole site"
1101
+ msgstr ""
1102
+
1103
+ #: admin-legacy/includes/admin/cartflows-general.php:271
1104
+ #: admin-legacy/includes/admin/cartflows-general.php:370
1105
+ msgid "Enable Events:"
1106
+ msgstr ""
1107
+
1108
+ #: admin-legacy/includes/admin/cartflows-general.php:320
1109
+ #: admin-core/assets/build/settings-app.js:1
1110
+ msgid "Google Analytics Settings"
1111
+ msgstr ""
1112
+
1113
+ #: admin-legacy/includes/admin/cartflows-general.php:331
1114
+ msgid "Enable Google Analytics Tracking"
1115
+ msgstr ""
1116
+
1117
+ #: admin-legacy/includes/admin/cartflows-general.php:344
1118
+ msgid "Enable for the whole website"
1119
+ msgstr ""
1120
+
1121
+ #: admin-legacy/includes/admin/cartflows-general.php:362
1122
+ msgid "Google Analytics ID"
1123
+ msgstr ""
1124
+
1125
+ #: admin-legacy/includes/admin/cartflows-general.php:364
1126
+ msgid "Log into your <a href=\"https://analytics.google.com/\" target=\"_blank\">google analytics account</a> to find your ID. eg: UA-XXXXXX-X&period;"
1127
+ msgstr ""
1128
+
1129
+ #: admin-legacy/includes/admin/cartflows-general.php:413
1130
+ msgid "Google Analytics not working correctly? <a href=\"https://cartflows.com/docs/troubleshooting-google-analytics-tracking-issues/\" > Click here </a> to know more. "
1131
+ msgstr ""
1132
+
1133
+ #: admin-legacy/includes/admin/cartflows-general.php:446
1134
+ #: admin-legacy/includes/admin/cartflows-home.php:43
1135
+ msgid "Knowledge Base"
1136
+ msgstr ""
1137
+
1138
+ #: admin-legacy/includes/admin/cartflows-general.php:450
1139
+ #: admin-legacy/includes/admin/cartflows-home.php:47
1140
+ msgid "Not sure how something works? Take a peek at the knowledge base and learn."
1141
+ msgstr ""
1142
+
1143
+ #: admin-legacy/includes/admin/cartflows-general.php:453
1144
+ #: admin-legacy/includes/admin/cartflows-home.php:50
1145
+ msgid "Visit Knowledge Base »"
1146
+ msgstr ""
1147
+
1148
+ #: admin-legacy/includes/admin/cartflows-general.php:461
1149
+ #: admin-legacy/includes/admin/cartflows-home.php:58
1150
+ msgid "Community"
1151
+ msgstr ""
1152
+
1153
+ #: admin-legacy/includes/admin/cartflows-general.php:465
1154
+ #: admin-legacy/includes/admin/cartflows-home.php:62
1155
+ msgid "Join the community of super helpful CartFlows users. Say hello, ask questions, give feedback and help each other!"
1156
+ msgstr ""
1157
+
1158
+ #: admin-legacy/includes/admin/cartflows-general.php:468
1159
+ #: admin-legacy/includes/admin/cartflows-home.php:65
1160
+ msgid "Join Our Facebook Group »"
1161
+ msgstr ""
1162
+
1163
+ #: admin-legacy/includes/admin/cartflows-general.php:476
1164
+ #: admin-legacy/includes/admin/cartflows-home.php:73
1165
+ msgid "Five Star Support"
1166
+ msgstr ""
1167
+
1168
+ #: admin-legacy/includes/admin/cartflows-general.php:480
1169
+ #: admin-legacy/includes/admin/cartflows-home.php:77
1170
+ msgid "Got a question? Get in touch with CartFlows developers. We're happy to help!"
1171
+ msgstr ""
1172
+
1173
+ #: admin-legacy/includes/admin/cartflows-general.php:483
1174
+ #: admin-legacy/includes/admin/cartflows-home.php:80
1175
+ msgid "Submit a Ticket »"
1176
+ msgstr ""
1177
+
1178
+ #: admin-legacy/includes/admin/cartflows-general.php:493
1179
+ msgid "Load Minified CSS"
1180
+ msgstr ""
1181
+
1182
+ #: admin-legacy/includes/admin/cartflows-general.php:498
1183
+ msgid "Load the Minified CSS from here. Just Enable it by checking the below given checkbox."
1184
+ msgstr ""
1185
+
1186
+ #: admin-legacy/includes/admin/cartflows-general.php:505
1187
+ msgid "Load minified CSS & JS Files"
1188
+ msgstr ""
1189
+
1190
+ #: admin-legacy/includes/admin/cartflows-general.php:510
1191
+ #: admin-core/assets/build/editor-app.js:1
1192
+ #: admin-core/assets/build/editor-app.js:2
1193
+ msgid "Save"
1194
+ msgstr ""
1195
+
1196
+ #: admin-legacy/includes/admin/cartflows-home.php:20
1197
+ #: admin-core/assets/build/settings-app.js:1
1198
+ msgid "Getting Started"
1199
+ msgstr ""
1200
+
1201
+ #: admin-legacy/includes/admin/cartflows-home.php:28
1202
+ #: admin-core/assets/build/settings-app.js:1
1203
+ msgid "Modernizing WordPress eCommerce!"
1204
+ msgstr ""
1205
+
1206
+ #: admin-legacy/includes/exporter.php:12
1207
+ msgid "Export Flows to a JSON file"
1208
+ msgstr ""
1209
+
1210
+ #: admin-legacy/includes/exporter.php:13
1211
+ msgid "This tool allows you to generate and download a JSON file containing a list of all flows."
1212
+ msgstr ""
1213
+
1214
+ #: admin-legacy/includes/importer.php:12
1215
+ msgid "Import Flows to a JSON file"
1216
+ msgstr ""
1217
+
1218
+ #: admin-legacy/includes/importer.php:13
1219
+ msgid "This tool allows you to import the flows from the JSON file."
1220
+ msgstr ""
1221
+
1222
+ #: admin-legacy/includes/importer.php:21
1223
+ #: admin-core/assets/build/settings-app.js:1
1224
+ msgid "Import"
1225
+ msgstr ""
1226
+
1227
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:94
1228
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:169
1229
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:891
1230
+ msgid "Checkout Settings"
1231
+ msgstr ""
1232
+
1233
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:103
1234
+ msgid "Checkout Layout & Design"
1235
+ msgstr ""
1236
+
1237
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:139
1238
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:139
1239
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:770
1240
+ msgid "Select Product"
1241
+ msgstr ""
1242
+
1243
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:145
1244
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:706
1245
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:796
1246
+ msgid "Product Options"
1247
+ msgstr ""
1248
+
1249
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:151
1250
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:90
1251
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:717
1252
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:811
1253
+ msgid "Order Bump"
1254
+ msgstr ""
1255
+
1256
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:157
1257
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:97
1258
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:731
1259
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:826
1260
+ msgid "Checkout Offer"
1261
+ msgstr ""
1262
+
1263
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:163
1264
+ msgid "Checkout Fields"
1265
+ msgstr ""
1266
+
1267
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:186
1268
+ msgid "Logo (Optional)"
1269
+ msgstr ""
1270
+
1271
+ #. translators: %s: link
1272
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:271
1273
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Product Options feature."
1274
+ msgstr ""
1275
+
1276
+ #. translators: %s: link.
1277
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:282
1278
+ msgid "Update %1$sCartFlows Pro%2$s to %3$s or above for Product Options"
1279
+ msgstr ""
1280
+
1281
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:310
1282
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:865
1283
+ msgid "Add this shortcode to your checkout page"
1284
+ msgstr ""
1285
+
1286
+ #. translators: %s: link
1287
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:345
1288
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Pre-applied Coupon."
1289
+ msgstr ""
1290
+
1291
+ #. translators: %s: link
1292
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:372
1293
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Checkout Offer feature"
1294
+ msgstr ""
1295
+
1296
+ #. translators: %s: link
1297
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:382
1298
+ msgid "Update to %1$sCartFlows Pro%2$s to %3$s or above for Checkout Offer feature"
1299
+ msgstr ""
1300
+
1301
+ #. translators: %s: link
1302
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:409
1303
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for animate browser tab feature"
1304
+ msgstr ""
1305
+
1306
+ #. translators: %s: link
1307
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:419
1308
+ msgid "Update to %1$sCartFlows Pro%2$s to %3$s or above for animate browser tab feature"
1309
+ msgstr ""
1310
+
1311
+ #. translators: %s: link
1312
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:442
1313
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Order Bump feature."
1314
+ msgstr ""
1315
+
1316
+ #. translators: %s: link
1317
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:469
1318
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:334
1319
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Custom Fields feature."
1320
+ msgstr ""
1321
+
1322
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:492
1323
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:897
1324
+ msgid "Place Order Button Text"
1325
+ msgstr ""
1326
+
1327
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:496
1328
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:900
1329
+ msgid "Place order"
1330
+ msgstr ""
1331
+
1332
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:498
1333
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:901
1334
+ msgid "It will change the Place Order Button text on checkout page."
1335
+ msgstr ""
1336
+
1337
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:508
1338
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:906
1339
+ msgid "Enable cart editing on checkout"
1340
+ msgstr ""
1341
+
1342
+ #. translators: %s: link
1343
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:516
1344
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:914
1345
+ msgid "Users will able to remove products from the checkout page."
1346
+ msgstr ""
1347
+
1348
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:557
1349
+ msgid "Header Logo"
1350
+ msgstr ""
1351
+
1352
+ #: admin-legacy/modules/checkout/class-cartflows-checkout-meta.php:565
1353
+ msgid "Logo Width (In px)"
1354
+ msgstr ""
1355
+
1356
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-metabox-markup.php:12
1357
+ #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:130
1358
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:220
1359
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:244
1360
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:857
1361
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:431
1362
+ msgid "Shortcodes"
1363
+ msgstr ""
1364
+
1365
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-metabox-markup.php:18
1366
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:154
1367
+ msgid "Checkout Design"
1368
+ msgstr ""
1369
+
1370
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:18
1371
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:147
1372
+ msgid "One Column (Available in CartFlows Pro) "
1373
+ msgstr ""
1374
+
1375
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:19
1376
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:148
1377
+ msgid "Two Step (Available in CartFlows Pro) "
1378
+ msgstr ""
1379
+
1380
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:25
1381
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:159
1382
+ msgid "Checkout Skin"
1383
+ msgstr ""
1384
+
1385
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:29
1386
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:119
1387
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:166
1388
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:158
1389
+ #: modules/gutenberg/dist/blocks.build.js:1
1390
+ msgid "One Column"
1391
+ msgstr ""
1392
+
1393
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:30
1394
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:114
1395
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:120
1396
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:170
1397
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:153
1398
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:159
1399
+ #: modules/gutenberg/dist/blocks.build.js:1
1400
+ msgid "Two Column"
1401
+ msgstr ""
1402
+
1403
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:31
1404
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:121
1405
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:174
1406
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:160
1407
+ #: modules/gutenberg/dist/blocks.build.js:1
1408
+ msgid "Two Step"
1409
+ msgstr ""
1410
+
1411
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:40
1412
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:410
1413
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:189
1414
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:109
1415
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:182
1416
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:302
1417
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:177
1418
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:167
1419
+ #: modules/gutenberg/dist/blocks.build.js:1
1420
+ msgid "Primary Color"
1421
+ msgstr ""
1422
+
1423
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:49
1424
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:84
1425
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:130
1426
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:222
1427
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:419
1428
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:458
1429
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:570
1430
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:311
1431
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:342
1432
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:187
1433
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:237
1434
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:297
1435
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:462
1436
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:173
1437
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:202
1438
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:301
1439
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:99
1440
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:120
1441
+ #: modules/gutenberg/dist/blocks.build.js:1
1442
+ msgid "Font Family"
1443
+ msgstr ""
1444
+
1445
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:57
1446
+ msgid "Advance Options"
1447
+ msgstr ""
1448
+
1449
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:69
1450
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:327
1451
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:221
1452
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:189
1453
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:207
1454
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:396
1455
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:290
1456
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:509
1457
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:602
1458
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:691
1459
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:88
1460
+ #: modules/gutenberg/dist/blocks.build.js:1
1461
+ msgid "Heading"
1462
+ msgstr ""
1463
+
1464
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:75
1465
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:296
1466
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:361
1467
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:427
1468
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:221
1469
+ msgid "Heading Color"
1470
+ msgstr ""
1471
+
1472
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:93
1473
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:139
1474
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:231
1475
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:467
1476
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:579
1477
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:351
1478
+ #: modules/gutenberg/dist/blocks.build.js:1
1479
+ msgid "Font Weight"
1480
+ msgstr ""
1481
+
1482
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:101
1483
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:430
1484
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:251
1485
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:127
1486
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:256
1487
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:443
1488
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:208
1489
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:180
1490
+ msgid "Input Fields"
1491
+ msgstr ""
1492
+
1493
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:109
1494
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:437
1495
+ msgid "Floating Labels (Available in CartFlows Pro)"
1496
+ msgstr ""
1497
+
1498
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:115
1499
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:443
1500
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:182
1501
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:255
1502
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:179
1503
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:182
1504
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:102
1505
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:131
1506
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:146
1507
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:270
1508
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:451
1509
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:216
1510
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:184
1511
+ #: modules/gutenberg/dist/blocks.build.js:1
1512
+ msgid "Style"
1513
+ msgstr ""
1514
+
1515
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:120
1516
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:448
1517
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:146
1518
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:87
1519
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:280
1520
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:185
1521
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:152
1522
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:194
1523
+ msgid "Floating Labels"
1524
+ msgstr ""
1525
+
1526
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:147
1527
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:239
1528
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:475
1529
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:587
1530
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:316
1531
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:481
1532
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:212
1533
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:312
1534
+ #: modules/gutenberg/dist/blocks.build.js:1
1535
+ msgid "Size"
1536
+ msgstr ""
1537
+
1538
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:151
1539
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:243
1540
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:479
1541
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:591
1542
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:322
1543
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:487
1544
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:218
1545
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:318
1546
+ msgid "Extra Small"
1547
+ msgstr ""
1548
+
1549
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:152
1550
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:244
1551
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:480
1552
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:592
1553
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:326
1554
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:491
1555
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:222
1556
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:322
1557
+ msgid "Small"
1558
+ msgstr ""
1559
+
1560
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:153
1561
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:245
1562
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:481
1563
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:593
1564
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:330
1565
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:495
1566
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:226
1567
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:326
1568
+ msgid "Medium"
1569
+ msgstr ""
1570
+
1571
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:154
1572
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:246
1573
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:482
1574
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:594
1575
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:334
1576
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:499
1577
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:230
1578
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:330
1579
+ msgid "Large"
1580
+ msgstr ""
1581
+
1582
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:155
1583
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:247
1584
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:483
1585
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:595
1586
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:338
1587
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:503
1588
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:234
1589
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:334
1590
+ msgid "Extra Large"
1591
+ msgstr ""
1592
+
1593
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:156
1594
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:248
1595
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:484
1596
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:596
1597
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:264
1598
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:342
1599
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:507
1600
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:238
1601
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:338
1602
+ msgid "Custom"
1603
+ msgstr ""
1604
+
1605
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:163
1606
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:255
1607
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:491
1608
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:603
1609
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:357
1610
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:522
1611
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:244
1612
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:344
1613
+ msgid "Top Bottom Spacing"
1614
+ msgstr ""
1615
+
1616
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:171
1617
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:263
1618
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:499
1619
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:611
1620
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:372
1621
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:542
1622
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:250
1623
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:350
1624
+ msgid "Left Right Spacing"
1625
+ msgstr ""
1626
+
1627
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:179
1628
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:515
1629
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:387
1630
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:262
1631
+ msgid "Text / Placeholder Color"
1632
+ msgstr ""
1633
+
1634
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:187
1635
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:287
1636
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:523
1637
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:648
1638
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:464
1639
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:803
1640
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:421
1641
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:296
1642
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:264
1643
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:333
1644
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:399
1645
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:465
1646
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:402
1647
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:592
1648
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:679
1649
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:789
1650
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:995
1651
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:371
1652
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:388
1653
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:458
1654
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:426
1655
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:481
1656
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:571
1657
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:662
1658
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:751
1659
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:268
1660
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:388
1661
+ #: modules/gutenberg/dist/blocks.build.js:1
1662
+ msgid "Background Color"
1663
+ msgstr ""
1664
+
1665
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:195
1666
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:303
1667
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:531
1668
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:664
1669
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:377
1670
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:584
1671
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:819
1672
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:235
1673
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:383
1674
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:417
1675
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:622
1676
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:582
1677
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:1008
1678
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:315
1679
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:274
1680
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:400
1681
+ #: modules/gutenberg/dist/blocks.build.js:1
1682
+ msgid "Border Color"
1683
+ msgstr ""
1684
+
1685
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:202
1686
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:507
1687
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:266
1688
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:137
1689
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:432
1690
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:495
1691
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:941
1692
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:251
1693
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:256
1694
+ #: modules/gutenberg/dist/blocks.build.js:1
1695
+ msgid "Label Color"
1696
+ msgstr ""
1697
+
1698
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:215
1699
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:416
1700
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:264
1701
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:448
1702
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:626
1703
+ msgid "Buttons"
1704
+ msgstr ""
1705
+
1706
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:271
1707
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:632
1708
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:197
1709
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:225
1710
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:420
1711
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:653
1712
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:393
1713
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:268
1714
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:193
1715
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:221
1716
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:249
1717
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:319
1718
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:385
1719
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:451
1720
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:562
1721
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:364
1722
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:659
1723
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:754
1724
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:825
1725
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:358
1726
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:375
1727
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:435
1728
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:323
1729
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:372
1730
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:402
1731
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:468
1732
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:527
1733
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:558
1734
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:619
1735
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:649
1736
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:708
1737
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:738
1738
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:376
1739
+ #: modules/gutenberg/dist/blocks.build.js:1
1740
+ msgid "Text Color"
1741
+ msgstr ""
1742
+
1743
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:279
1744
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:640
1745
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:444
1746
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:407
1747
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:282
1748
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:577
1749
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:382
1750
+ #: modules/gutenberg/dist/blocks.build.js:1
1751
+ msgid "Text Hover Color"
1752
+ msgstr ""
1753
+
1754
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:295
1755
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:656
1756
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:488
1757
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:429
1758
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:310
1759
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:607
1760
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:394
1761
+ msgid "Background Hover Color"
1762
+ msgstr ""
1763
+
1764
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:311
1765
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:672
1766
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:605
1767
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:327
1768
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:397
1769
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:637
1770
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:771
1771
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:448
1772
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:446
1773
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:406
1774
+ #: modules/gutenberg/dist/blocks.build.js:1
1775
+ msgid "Border Hover Color"
1776
+ msgstr ""
1777
+
1778
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:324
1779
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:653
1780
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:356
1781
+ #: modules/gutenberg/dist/blocks.build.js:1
1782
+ msgid "Sections"
1783
+ msgstr ""
1784
+
1785
+ #: admin-legacy/modules/checkout/meta-views/design-checkout-style-tab.php:330
1786
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:667
1787
+ msgid "Highlight Area Background Color"
1788
+ msgstr ""
1789
+
1790
+ #. translators: %s: link
1791
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:504
1792
+ msgid "Upgrade to %1$sCartFlows Pro%2$s for Analytics feature"
1793
+ msgstr ""
1794
+
1795
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:522
1796
+ msgid "Flow Settings"
1797
+ msgstr ""
1798
+
1799
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:734
1800
+ #: modules/flow/view/meta-flow-steps.php:145
1801
+ #: admin-core/assets/build/editor-app.js:1
1802
+ msgid "Add New Step"
1803
+ msgstr ""
1804
+
1805
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:804
1806
+ #: modules/flow/classes/class-cartflows-step-post-type.php:166
1807
+ msgid "View Step"
1808
+ msgstr ""
1809
+
1810
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:815
1811
+ #: modules/flow/classes/class-cartflows-step-post-type.php:165
1812
+ #: admin-core/assets/build/editor-app.js:2
1813
+ msgid "Edit Step"
1814
+ msgstr ""
1815
+
1816
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:824
1817
+ msgid "Clone Step"
1818
+ msgstr ""
1819
+
1820
+ #: admin-legacy/modules/flow/class-cartflows-flow-meta.php:835
1821
+ msgid "Delete Step"
1822
+ msgstr ""
1823
+
1824
+ #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:66
1825
+ msgid "Landing Page Settings"
1826
+ msgstr ""
1827
+
1828
+ #: admin-legacy/modules/landing/class-cartflows-landing-meta.php:171
1829
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:95
1830
+ msgid "Next Step Link"
1831
+ msgstr ""
1832
+
1833
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:94
1834
+ msgid "Optin Settings"
1835
+ msgstr ""
1836
+
1837
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:103
1838
+ msgid "Optin Design"
1839
+ msgstr ""
1840
+
1841
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:145
1842
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:104
1843
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:84
1844
+ #: admin-core/assets/build/editor-app.js:2
1845
+ msgid "Form Fields"
1846
+ msgstr ""
1847
+
1848
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:226
1849
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:250
1850
+ #: modules/flow/classes/class-cartflows-step-meta-base.php:54
1851
+ msgid "Design"
1852
+ msgstr ""
1853
+
1854
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:277
1855
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:439
1856
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:201
1857
+ msgid "Add this shortcode to your optin page"
1858
+ msgstr ""
1859
+
1860
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:302
1861
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:135
1862
+ msgid "Select Free Product"
1863
+ msgstr ""
1864
+
1865
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:303
1866
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:136
1867
+ msgid "Select Free and Virtual product only."
1868
+ msgstr ""
1869
+
1870
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:357
1871
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:469
1872
+ msgid "Pass Fields as URL Parameters"
1873
+ msgstr ""
1874
+
1875
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:360
1876
+ msgid "Enable"
1877
+ msgstr ""
1878
+
1879
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:361
1880
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:472
1881
+ msgid "You can pass specific fields from the form to next step as URL query parameters."
1882
+ msgstr ""
1883
+
1884
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:372
1885
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:476
1886
+ msgid "Enter form field"
1887
+ msgstr ""
1888
+
1889
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:375
1890
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:385
1891
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:479
1892
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:271
1893
+ msgid "Enter comma seprated field name. E.g. first_name, last_name"
1894
+ msgstr ""
1895
+
1896
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:377
1897
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:480
1898
+ msgid "Fields to pass, separated by commas"
1899
+ msgstr ""
1900
+
1901
+ #. translators: %s: link
1902
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:387
1903
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:482
1904
+ msgid "You can pass field value as a URL parameter to the next step. %1$sClick here%2$s for more information."
1905
+ msgstr ""
1906
+
1907
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:544
1908
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:349
1909
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:283
1910
+ #: modules/gutenberg/dist/blocks.build.js:1
1911
+ msgid "Submit Button"
1912
+ msgstr ""
1913
+
1914
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:550
1915
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:287
1916
+ msgid "Button Text"
1917
+ msgstr ""
1918
+
1919
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:554
1920
+ #: classes/class-cartflows-default-meta.php:784
1921
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:290
1922
+ #: modules/gutenberg/dist/blocks.build.js:1
1923
+ msgid "Submit"
1924
+ msgstr ""
1925
+
1926
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:561
1927
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:319
1928
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:294
1929
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:126
1930
+ #: modules/gutenberg/dist/blocks.build.js:1
1931
+ msgid "Font Size"
1932
+ msgstr ""
1933
+
1934
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:619
1935
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:356
1936
+ #: modules/gutenberg/dist/blocks.build.js:1
1937
+ msgid "Position"
1938
+ msgstr ""
1939
+
1940
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:623
1941
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:284
1942
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:294
1943
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:303
1944
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:495
1945
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:302
1946
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:362
1947
+ #: modules/gutenberg/dist/blocks.build.js:1
1948
+ msgid "Left"
1949
+ msgstr ""
1950
+
1951
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:624
1952
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:283
1953
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:293
1954
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:307
1955
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:499
1956
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:306
1957
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:366
1958
+ #: modules/gutenberg/dist/blocks.build.js:1
1959
+ msgid "Center"
1960
+ msgstr ""
1961
+
1962
+ #: admin-legacy/modules/optin/class-cartflows-optin-meta.php:625
1963
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:285
1964
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:295
1965
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:311
1966
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:503
1967
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:310
1968
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:370
1969
+ #: modules/gutenberg/dist/blocks.build.js:1
1970
+ msgid "Right"
1971
+ msgstr ""
1972
+
1973
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:95
1974
+ msgid "Thank You Settings"
1975
+ msgstr ""
1976
+
1977
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:104
1978
+ msgid "Thank You Design"
1979
+ msgstr ""
1980
+
1981
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:172
1982
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:261
1983
+ msgid "Thank You Page Text"
1984
+ msgstr ""
1985
+
1986
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:176
1987
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:98
1988
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:165
1989
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:264
1990
+ #: modules/gutenberg/dist/blocks.build.js:1
1991
+ msgid "Thank you. Your order has been received."
1992
+ msgstr ""
1993
+
1994
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:178
1995
+ msgid "It will change the default text on thank you page."
1996
+ msgstr ""
1997
+
1998
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:186
1999
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:268
2000
+ msgid "Redirect After Purchase"
2001
+ msgstr ""
2002
+
2003
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:195
2004
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:275
2005
+ msgid "Redirect Link"
2006
+ msgstr ""
2007
+
2008
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:199
2009
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:278
2010
+ msgid "https://"
2011
+ msgstr ""
2012
+
2013
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:256
2014
+ msgid "Edit Fields"
2015
+ msgstr ""
2016
+
2017
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:284
2018
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:116
2019
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:357
2020
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:185
2021
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:591
2022
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:199
2023
+ #: modules/gutenberg/dist/blocks.build.js:1
2024
+ msgid "Order Details"
2025
+ msgstr ""
2026
+
2027
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:296
2028
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:135
2029
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:109
2030
+ #: admin-core/assets/build/editor-app.js:2
2031
+ #: modules/gutenberg/dist/blocks.build.js:1
2032
+ msgid "Text"
2033
+ msgstr ""
2034
+
2035
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:302
2036
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:333
2037
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:404
2038
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:93
2039
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:114
2040
+ #: modules/gutenberg/dist/blocks.build.js:1
2041
+ msgid "Color"
2042
+ msgstr ""
2043
+
2044
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:359
2045
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:133
2046
+ msgid "Advanced Options"
2047
+ msgstr ""
2048
+
2049
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:369
2050
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:143
2051
+ msgid "Container Width (In px)"
2052
+ msgstr ""
2053
+
2054
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:377
2055
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:689
2056
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:851
2057
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:159
2058
+ #: modules/gutenberg/dist/blocks.build.js:1
2059
+ msgid "Section Background Color"
2060
+ msgstr ""
2061
+
2062
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:391
2063
+ msgid "Enable Order Overview "
2064
+ msgstr ""
2065
+
2066
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:399
2067
+ msgid "Enable Order Details "
2068
+ msgstr ""
2069
+
2070
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:407
2071
+ msgid "Enable Billing Details "
2072
+ msgstr ""
2073
+
2074
+ #: admin-legacy/modules/thankyou/class-cartflows-thankyou-meta.php:415
2075
+ msgid "Enable Shipping Details "
2076
+ msgstr ""
2077
+
2078
+ #. translators: %s product name
2079
+ #: admin/bsf-analytics/class-bsf-analytics.php:216
2080
+ msgid "Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. "
2081
+ msgstr ""
2082
+
2083
+ #: admin/bsf-analytics/class-bsf-analytics.php:219
2084
+ msgid "This will be applicable for all sites from the network."
2085
+ msgstr ""
2086
+
2087
+ #. translators: %s usage doc link
2088
+ #: admin/bsf-analytics/class-bsf-analytics.php:243
2089
+ msgid " Know More."
2090
+ msgstr ""
2091
+
2092
+ #: admin/bsf-analytics/class-bsf-analytics.php:251
2093
+ msgid "Yes! Allow it"
2094
+ msgstr ""
2095
+
2096
+ #: admin/bsf-analytics/class-bsf-analytics.php:260
2097
+ msgid "No Thanks"
2098
+ msgstr ""
2099
+
2100
+ #: admin/bsf-analytics/class-bsf-analytics.php:364
2101
+ msgid "Usage Tracking"
2102
+ msgstr ""
2103
+
2104
+ #. translators: %s Product title
2105
+ #: admin/bsf-analytics/class-bsf-analytics.php:408
2106
+ msgid "Allow %s products to track non-sensitive usage tracking data."
2107
+ msgstr ""
2108
+
2109
+ #: admin/bsf-analytics/class-bsf-analytics.php:411
2110
+ msgid " This will be applicable for all sites from the network."
2111
+ msgstr ""
2112
+
2113
+ #: admin/bsf-analytics/class-bsf-analytics.php:416
2114
+ msgid "Learn More."
2115
+ msgstr ""
2116
+
2117
+ #: classes/class-cartflows-admin.php:92
2118
+ msgid "Docs"
2119
+ msgstr ""
2120
+
2121
+ #: classes/class-cartflows-admin.php:238
2122
+ msgid "We have introduced new slick and faster UI. "
2123
+ msgstr ""
2124
+
2125
+ #: classes/class-cartflows-admin.php:239
2126
+ msgid "You are using a legacy admin UI. Switch to new faster UI now!"
2127
+ msgstr ""
2128
+
2129
+ #: classes/class-cartflows-admin.php:241
2130
+ msgid "Use New UI"
2131
+ msgstr ""
2132
+
2133
+ #: classes/class-cartflows-admin.php:242
2134
+ msgid "Skip"
2135
+ msgstr ""
2136
+
2137
+ #: classes/class-cartflows-cloning.php:427
2138
+ msgid "Clone this flow"
2139
+ msgstr ""
2140
+
2141
+ #: classes/class-cartflows-flow-frontend.php:53
2142
+ msgid "Test mode is active — which displays random products for previewing. It can be deactivated from the flow settings in the admin dashboard."
2143
+ msgstr ""
2144
+
2145
+ #: classes/class-cartflows-flow-frontend.php:58
2146
+ msgid "Click here to disable it"
2147
+ msgstr ""
2148
+
2149
+ #. translators: %1$s page builder name "string"
2150
+ #: classes/class-cartflows-functions.php:578
2151
+ msgid "We have introduced %1$1s widgets for CartFlows shortcodes. Now, you can add/change/update design settings directly from the page builder as well."
2152
+ msgstr ""
2153
+
2154
+ #: classes/class-cartflows-functions.php:579
2155
+ msgid "Learn More »"
2156
+ msgstr ""
2157
+
2158
+ #: classes/class-cartflows-learndash-compatibility.php:86
2159
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:333
2160
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:525
2161
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:216
2162
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:245
2163
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:192
2164
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:338
2165
+ #: modules/gutenberg/dist/blocks.build.js:1
2166
+ msgid "None"
2167
+ msgstr ""
2168
+
2169
+ #. translators: 1: anchor start, 2: anchor close
2170
+ #: classes/class-cartflows-learndash-compatibility.php:113
2171
+ msgid "Non-enrolled students will redirect to the selected CartFlows template. If you have not created any Flow already, add new Flow from %1$shere%2$s."
2172
+ msgstr ""
2173
+
2174
+ #: classes/class-cartflows-learndash-compatibility.php:119
2175
+ msgid "Select CartFlows Template for this Course"
2176
+ msgstr ""
2177
+
2178
+ #. translators: %s: html tags
2179
+ #: classes/class-cartflows-loader.php:261
2180
+ msgid "You are using an older version of %1$sCartFlows Pro%2$s. Please update %1$sCartFlows Pro%2$s plugin to version %1$s%3$s%2$s or higher."
2181
+ msgstr ""
2182
+
2183
+ #. translators: %s: html tags
2184
+ #: classes/class-cartflows-loader.php:556
2185
+ msgid "This %1$sCartFlows%2$s page requires %1$sWooCommerce%2$s plugin installed & activated."
2186
+ msgstr ""
2187
+
2188
+ #: classes/class-cartflows-loader.php:566
2189
+ msgid "Activate WooCommerce"
2190
+ msgstr ""
2191
+
2192
+ #: classes/class-cartflows-loader.php:573
2193
+ msgid "Install WooCommerce"
2194
+ msgstr ""
2195
+
2196
+ #: classes/class-cartflows-meta-fields.php:61
2197
+ msgid "Thin 100"
2198
+ msgstr ""
2199
+
2200
+ #: classes/class-cartflows-meta-fields.php:62
2201
+ msgid "Extra-Light 200"
2202
+ msgstr ""
2203
+
2204
+ #: classes/class-cartflows-meta-fields.php:63
2205
+ msgid "Light 300"
2206
+ msgstr ""
2207
+
2208
+ #: classes/class-cartflows-meta-fields.php:64
2209
+ msgid "Normal 400"
2210
+ msgstr ""
2211
+
2212
+ #: classes/class-cartflows-meta-fields.php:65
2213
+ msgid "Medium 500"
2214
+ msgstr ""
2215
+
2216
+ #: classes/class-cartflows-meta-fields.php:66
2217
+ msgid "Semi-Bold 600"
2218
+ msgstr ""
2219
+
2220
+ #: classes/class-cartflows-meta-fields.php:67
2221
+ msgid "Bold 700"
2222
+ msgstr ""
2223
+
2224
+ #: classes/class-cartflows-meta-fields.php:68
2225
+ msgid "Extra-Bold 800"
2226
+ msgstr ""
2227
+
2228
+ #: classes/class-cartflows-meta-fields.php:69
2229
+ msgid "Ultra-Bold 900"
2230
+ msgstr ""
2231
+
2232
+ #: classes/class-cartflows-meta-fields.php:765
2233
+ #: includes/meta-fields/generate-product-repeater.php:30
2234
+ msgid "Search for a product&hellip;"
2235
+ msgstr ""
2236
+
2237
+ #: classes/class-cartflows-meta-fields.php:816
2238
+ msgid "Search for a coupon&hellip;"
2239
+ msgstr ""
2240
+
2241
+ #: classes/class-cartflows-metabox.php:59
2242
+ msgid "Flow Details"
2243
+ msgstr ""
2244
+
2245
+ #: classes/class-cartflows-wizard.php:94
2246
+ msgid "Thanks for installing and using CartFlows!"
2247
+ msgstr ""
2248
+
2249
+ #: classes/class-cartflows-wizard.php:95
2250
+ msgid "It is easy to use the CartFlows. Please use the setup wizard to quick start setup."
2251
+ msgstr ""
2252
+
2253
+ #: classes/class-cartflows-wizard.php:97
2254
+ msgid "Start Wizard"
2255
+ msgstr ""
2256
+
2257
+ #: classes/class-cartflows-wizard.php:98
2258
+ msgid "Skip Setup"
2259
+ msgstr ""
2260
+
2261
+ #: classes/class-cartflows-wizard.php:128
2262
+ msgid "Welcome"
2263
+ msgstr ""
2264
+
2265
+ #: classes/class-cartflows-wizard.php:133
2266
+ msgid "Page Builder"
2267
+ msgstr ""
2268
+
2269
+ #: classes/class-cartflows-wizard.php:137
2270
+ msgid "Checkout"
2271
+ msgstr ""
2272
+
2273
+ #: classes/class-cartflows-wizard.php:141
2274
+ msgid "Training"
2275
+ msgstr ""
2276
+
2277
+ #: classes/class-cartflows-wizard.php:145
2278
+ msgid "Ready!"
2279
+ msgstr ""
2280
+
2281
+ #: classes/class-cartflows-wizard.php:220
2282
+ msgid "CartFlows Setup"
2283
+ msgstr ""
2284
+
2285
+ #: classes/class-cartflows-wizard.php:257
2286
+ msgid "Exit Setup Wizard"
2287
+ msgstr ""
2288
+
2289
+ #: classes/class-cartflows-wizard.php:310
2290
+ msgid "Welcome to CartFlows!"
2291
+ msgstr ""
2292
+
2293
+ #: classes/class-cartflows-wizard.php:311
2294
+ msgid "Thank you for choosing CartFlows to get more leads, increase conversions, & maximize profits. This short setup wizard will guide you though configuring CartFlows and creating your first funnel."
2295
+ msgstr ""
2296
+
2297
+ #: classes/class-cartflows-wizard.php:315
2298
+ msgid "Let&#x27;s Build it better!"
2299
+ msgstr ""
2300
+
2301
+ #: classes/class-cartflows-wizard.php:316
2302
+ msgid "Get improved features and faster fixes by sharing non-sensitive data via usage tracking that shows us how CartFlows is used. No personal data is tracked or stored."
2303
+ msgstr ""
2304
+
2305
+ #: classes/class-cartflows-wizard.php:317
2306
+ msgid "Learn More"
2307
+ msgstr ""
2308
+
2309
+ #: classes/class-cartflows-wizard.php:320
2310
+ msgid "Yes, I am in."
2311
+ msgstr ""
2312
+
2313
+ #: classes/class-cartflows-wizard.php:327
2314
+ msgid "Lets Go »"
2315
+ msgstr ""
2316
+
2317
+ #: classes/class-cartflows-wizard.php:355
2318
+ msgid "Page Builder Setup"
2319
+ msgstr ""
2320
+
2321
+ #: classes/class-cartflows-wizard.php:356
2322
+ msgid "Please select a page builder you would like to use with CartFlows."
2323
+ msgstr ""
2324
+
2325
+ #: classes/class-cartflows-wizard.php:361
2326
+ msgid "Select Page Builder"
2327
+ msgstr ""
2328
+
2329
+ #: classes/class-cartflows-wizard.php:378
2330
+ msgid "Beaver Builder Plugin (Lite Version)"
2331
+ msgstr ""
2332
+
2333
+ #: classes/class-cartflows-wizard.php:430
2334
+ msgid "While CartFlows Should work with most page builders, we offer templates for the above page builders."
2335
+ msgstr ""
2336
+
2337
+ #: classes/class-cartflows-wizard.php:433
2338
+ #: classes/class-cartflows-wizard.php:475
2339
+ msgid "The following plugin will be installed and activated for you:"
2340
+ msgstr ""
2341
+
2342
+ #: classes/class-cartflows-wizard.php:440
2343
+ #: classes/class-cartflows-wizard.php:485
2344
+ #: classes/class-cartflows-wizard.php:717
2345
+ msgid "« Previous"
2346
+ msgstr ""
2347
+
2348
+ #: classes/class-cartflows-wizard.php:443
2349
+ msgid "Skip this step"
2350
+ msgstr ""
2351
+
2352
+ #: classes/class-cartflows-wizard.php:444
2353
+ msgid "Next »"
2354
+ msgstr ""
2355
+
2356
+ #: classes/class-cartflows-wizard.php:463
2357
+ msgid "Choose a checkout"
2358
+ msgstr ""
2359
+
2360
+ #: classes/class-cartflows-wizard.php:466
2361
+ msgid "While CartFlows is designed to use WooCommerce sell digital and physical products, not all funnels need a checkout system."
2362
+ msgstr ""
2363
+
2364
+ #: classes/class-cartflows-wizard.php:468
2365
+ msgid "Would you like to install WooCommerce to sell digital and physical products in your funnels?"
2366
+ msgstr ""
2367
+
2368
+ #: classes/class-cartflows-wizard.php:476
2369
+ msgid "WooCommerce"
2370
+ msgstr ""
2371
+
2372
+ #: classes/class-cartflows-wizard.php:477
2373
+ msgid "WooCommerce Cart Abandonment Recovery"
2374
+ msgstr ""
2375
+
2376
+ #: classes/class-cartflows-wizard.php:488
2377
+ #: classes/class-cartflows-wizard.php:720
2378
+ msgid "No thanks"
2379
+ msgstr ""
2380
+
2381
+ #: classes/class-cartflows-wizard.php:489
2382
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:110
2383
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:119
2384
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:128
2385
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:137
2386
+ msgid "Yes"
2387
+ msgstr ""
2388
+
2389
+ #: classes/class-cartflows-wizard.php:653
2390
+ msgid "Congratulations, You Did It!"
2391
+ msgstr ""
2392
+
2393
+ #: classes/class-cartflows-wizard.php:660
2394
+ msgid "CartFlows is ready to use on your website. You've successfully completed the setup process and all that is left for you to do is create your first flow."
2395
+ msgstr ""
2396
+
2397
+ #: classes/class-cartflows-wizard.php:674
2398
+ msgid "Create a flow"
2399
+ msgstr ""
2400
+
2401
+ #: classes/class-cartflows-wizard.php:691
2402
+ msgid "Exclusive CartFlows Training Course Offer"
2403
+ msgstr ""
2404
+
2405
+ #: classes/class-cartflows-wizard.php:702
2406
+ msgid "We want you to get off to a great start using CartFlows, so we would like to give access to our exclusive training course."
2407
+ msgstr ""
2408
+
2409
+ #: classes/class-cartflows-wizard.php:703
2410
+ msgid "Get access to this couse, for free, by entering your email below."
2411
+ msgstr ""
2412
+
2413
+ #: classes/class-cartflows-wizard.php:705
2414
+ msgid "Enter Email address"
2415
+ msgstr ""
2416
+
2417
+ #: classes/class-cartflows-wizard.php:721
2418
+ msgid "Allow"
2419
+ msgstr ""
2420
+
2421
+ #: classes/importer/batch-process/class-cartflows-batch-process.php:456
2422
+ msgid "ERROR! Cron schedules are disabled by setting constant DISABLE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'DISABLE_WP_CRON', false );"
2423
+ msgstr ""
2424
+
2425
+ #: classes/importer/batch-process/class-cartflows-batch-process.php:460
2426
+ msgid "ERROR! Cron schedules are disabled by setting constant ALTERNATE_WP_CRON to true.<br/>To start the import process please enable the cron by setting the constant to false. E.g. define( 'ALTERNATE_WP_CRON', false );"
2427
+ msgstr ""
2428
+
2429
+ #. translators: 1: The HTTP response code.
2430
+ #: classes/importer/batch-process/class-cartflows-batch-process.php:496
2431
+ msgid "Unexpected HTTP response code: %s"
2432
+ msgstr ""
2433
+
2434
+ #: classes/importer/batch-process/class-cartflows-importer-elementor.php:44
2435
+ msgid "(✕) Empty content."
2436
+ msgstr ""
2437
+
2438
+ #: classes/importer/batch-process/class-cartflows-importer-elementor.php:49
2439
+ msgid "(✕) Invalid content."
2440
+ msgstr ""
2441
+
2442
+ #: classes/importer/batch-process/class-cartflows-importer-elementor.php:60
2443
+ msgid "Invalid content. Expected an array."
2444
+ msgstr ""
2445
+
2446
+ #: classes/importer/batch-process/helpers/class-wp-background-process-cartflows-sync-library.php:65
2447
+ msgid "All processes are complete"
2448
+ msgstr ""
2449
+
2450
+ #. Translators: %d: interval
2451
+ #: classes/importer/batch-process/helpers/class-wp-background-process.php:436
2452
+ msgid "Every %d Minutes"
2453
+ msgstr ""
2454
+
2455
+ #: classes/importer/class-cartflows-api.php:427
2456
+ msgid "Request successfully processed!"
2457
+ msgstr ""
2458
+
2459
+ #: classes/lib/notices/class-astra-notices.php:125
2460
+ msgid "WordPress Nonce not validated."
2461
+ msgstr ""
2462
+
2463
+ #: classes/logger/class-cartflows-log-handler-file.php:351
2464
+ #: classes/logger/class-cartflows-log-handler-file.php:371
2465
+ msgid "This method should not be called before plugins_loaded."
2466
+ msgstr ""
2467
+
2468
+ #. translators: 1: class name 2: Cartflows_Log_Handler_Interface
2469
+ #: classes/logger/class-cartflows-wc-logger.php:58
2470
+ msgid "The provided handler %1$s does not implement %2$s."
2471
+ msgstr ""
2472
+
2473
+ #. translators: 1: Cartflows_WC_Logger::log 2: level
2474
+ #: classes/logger/class-cartflows-wc-logger.php:136
2475
+ msgid "%1$s was called with an invalid level \"%2$s\"."
2476
+ msgstr ""
2477
+
2478
+ #: includes/meta-fields/generate-product-repeater.php:36
2479
+ #: admin-core/assets/build/editor-app.js:2
2480
+ msgid "Remove"
2481
+ msgstr ""
2482
+
2483
+ #: includes/meta-fields/generate-product-repeater.php:51
2484
+ msgid "Product Quantity"
2485
+ msgstr ""
2486
+
2487
+ #: includes/meta-fields/generate-product-repeater.php:65
2488
+ msgid "Discount Type"
2489
+ msgstr ""
2490
+
2491
+ #: includes/meta-fields/generate-product-repeater.php:69
2492
+ msgid "Select Discount Type"
2493
+ msgstr ""
2494
+
2495
+ #: includes/meta-fields/generate-product-repeater.php:70
2496
+ msgid "Original"
2497
+ msgstr ""
2498
+
2499
+ #: includes/meta-fields/generate-product-repeater.php:71
2500
+ msgid "Percentage"
2501
+ msgstr ""
2502
+
2503
+ #: includes/meta-fields/generate-product-repeater.php:72
2504
+ msgid "Price"
2505
+ msgstr ""
2506
+
2507
+ #: includes/meta-fields/generate-product-repeater.php:83
2508
+ msgid "Discount Value"
2509
+ msgstr ""
2510
+
2511
+ #: includes/meta-fields/generate-product-repeater.php:85
2512
+ msgid "Discount value will apply for each quantity of product."
2513
+ msgstr ""
2514
+
2515
+ #: includes/meta-fields/get-product-selection-repeater.php:112
2516
+ #: admin-core/assets/build/editor-app.js:1
2517
+ #: admin-core/assets/build/settings-app.js:1
2518
+ msgid "Add New Product"
2519
+ msgstr ""
2520
+
2521
+ #: includes/meta-fields/get-product-selection-repeater.php:113
2522
+ #: admin-core/assets/build/editor-app.js:1
2523
+ #: admin-core/assets/build/settings-app.js:1
2524
+ msgid "Create Product"
2525
+ msgstr ""
2526
+
2527
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:29
2528
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:66
2529
+ #: modules/gutenberg/classes/class-cartflows-block-config.php:311
2530
+ msgid "Checkout Form"
2531
+ msgstr ""
2532
+
2533
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:30
2534
+ msgid "Checkout Form."
2535
+ msgstr ""
2536
+
2537
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:31
2538
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:32
2539
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:30
2540
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:31
2541
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:31
2542
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:32
2543
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:30
2544
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:31
2545
+ msgid "Cartflows Modules"
2546
+ msgstr ""
2547
+
2548
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:79
2549
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:1058
2550
+ #: modules/gutenberg/classes/class-cartflows-init-blocks.php:117
2551
+ msgid "No product is selected. Please select products from the checkout meta settings to continue."
2552
+ msgstr ""
2553
+
2554
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:113
2555
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:152
2556
+ msgid "One Column ( PRO )"
2557
+ msgstr ""
2558
+
2559
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:115
2560
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:154
2561
+ msgid "Two Step ( PRO )"
2562
+ msgstr ""
2563
+
2564
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:141
2565
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:82
2566
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:180
2567
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:147
2568
+ msgid "Floating Labels ( PRO )"
2569
+ msgstr ""
2570
+
2571
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:161
2572
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:128
2573
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:90
2574
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:871
2575
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:157
2576
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:291
2577
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:169
2578
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:156
2579
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:102
2580
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:445
2581
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:207
2582
+ #: modules/gutenberg/dist/blocks.build.js:1
2583
+ msgid "General"
2584
+ msgstr ""
2585
+
2586
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:168
2587
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:210
2588
+ #: modules/gutenberg/dist/blocks.build.js:1
2589
+ msgid "Select Layout"
2590
+ msgstr ""
2591
+
2592
+ #. translators: %s: link
2593
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:170
2594
+ msgid "The PRO layout options are available in the CartFlows Pro. %1$s Upgrade Now! %2$s"
2595
+ msgstr ""
2596
+
2597
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:185
2598
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:105
2599
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:294
2600
+ #: modules/gutenberg/dist/blocks.build.js:1
2601
+ msgid "Global"
2602
+ msgstr ""
2603
+
2604
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:211
2605
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:240
2606
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:320
2607
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:508
2608
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:454
2609
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:469
2610
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:117
2611
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:179
2612
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:324
2613
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:207
2614
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:235
2615
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:281
2616
+ #: modules/gutenberg/dist/blocks.build.js:1
2617
+ msgid "Typography"
2618
+ msgstr ""
2619
+
2620
+ #. translators: %s: link
2621
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:257
2622
+ msgid "The PRO style options are available in CartFlows Pro. %1$s Upgrade Now! %2$s"
2623
+ msgstr ""
2624
+
2625
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:280
2626
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:151
2627
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:507
2628
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:262
2629
+ #: modules/gutenberg/dist/blocks.build.js:1
2630
+ msgid "Field Background Color"
2631
+ msgstr ""
2632
+
2633
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:299
2634
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:165
2635
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:523
2636
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:273
2637
+ #: modules/gutenberg/dist/blocks.build.js:1
2638
+ msgid "Input Text / Placeholder Color"
2639
+ msgstr ""
2640
+
2641
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:329
2642
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:521
2643
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:188
2644
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:334
2645
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:541
2646
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:284
2647
+ #: modules/gutenberg/dist/blocks.build.js:1
2648
+ msgid "Border Style"
2649
+ msgstr ""
2650
+
2651
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:331
2652
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:523
2653
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:190
2654
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:336
2655
+ msgid "The type of border to use. Double borders must have a width of at least 3px to render properly."
2656
+ msgstr ""
2657
+
2658
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:334
2659
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:526
2660
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:193
2661
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:339
2662
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:547
2663
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:290
2664
+ #: modules/gutenberg/dist/blocks.build.js:1
2665
+ msgid "Solid"
2666
+ msgstr ""
2667
+
2668
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:335
2669
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:527
2670
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:194
2671
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:340
2672
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:550
2673
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:293
2674
+ #: modules/gutenberg/dist/blocks.build.js:1
2675
+ msgid "Dashed"
2676
+ msgstr ""
2677
+
2678
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:336
2679
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:528
2680
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:195
2681
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:341
2682
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:549
2683
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:292
2684
+ #: modules/gutenberg/dist/blocks.build.js:1
2685
+ msgid "Dotted"
2686
+ msgstr ""
2687
+
2688
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:337
2689
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:529
2690
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:196
2691
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:342
2692
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:548
2693
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:291
2694
+ #: modules/gutenberg/dist/blocks.build.js:1
2695
+ msgid "Double"
2696
+ msgstr ""
2697
+
2698
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:356
2699
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:561
2700
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:220
2701
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:367
2702
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:565
2703
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:303
2704
+ #: modules/gutenberg/dist/blocks.build.js:1
2705
+ msgid "Border Width"
2706
+ msgstr ""
2707
+
2708
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:395
2709
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:625
2710
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:731
2711
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:248
2712
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:411
2713
+ #: modules/gutenberg/dist/blocks.build.js:1
2714
+ msgid "Border Radius"
2715
+ msgstr ""
2716
+
2717
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:649
2718
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:818
2719
+ #: modules/gutenberg/dist/blocks.build.js:1
2720
+ msgid "Payment Section"
2721
+ msgstr ""
2722
+
2723
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:667
2724
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:839
2725
+ #: modules/gutenberg/dist/blocks.build.js:1
2726
+ msgid "Description Color"
2727
+ msgstr ""
2728
+
2729
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:681
2730
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:863
2731
+ #: modules/gutenberg/dist/blocks.build.js:1
2732
+ msgid "Information Background Color"
2733
+ msgstr ""
2734
+
2735
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:703
2736
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:877
2737
+ msgid "Section Padding"
2738
+ msgstr ""
2739
+
2740
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:717
2741
+ msgid "Margin"
2742
+ msgstr ""
2743
+
2744
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:747
2745
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:924
2746
+ msgid "Field Validation & Error Messages"
2747
+ msgstr ""
2748
+
2749
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:751
2750
+ msgid "Field Label Color"
2751
+ msgstr ""
2752
+
2753
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:767
2754
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:953
2755
+ msgid "Field Border Color"
2756
+ msgstr ""
2757
+
2758
+ #: modules/beaver-builder/cartflows-bb-checkout-form/cartflows-bb-checkout-form.php:787
2759
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:981
2760
+ msgid "Error Message Color"
2761
+ msgstr ""
2762
+
2763
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:28
2764
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:70
2765
+ #: modules/gutenberg/classes/class-cartflows-block-config.php:46
2766
+ msgid "Next Step Button"
2767
+ msgstr ""
2768
+
2769
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:29
2770
+ msgid "A simple next step button."
2771
+ msgstr ""
2772
+
2773
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:136
2774
+ #: modules/flow/classes/class-cartflows-flow-shortcodes.php:148
2775
+ #: modules/widgets/class-cartflows-next-step.php:78
2776
+ msgid "Next Step"
2777
+ msgstr ""
2778
+
2779
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:145
2780
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:187
2781
+ #: modules/gutenberg/dist/blocks.build.js:1
2782
+ msgid "Icon"
2783
+ msgstr ""
2784
+
2785
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:156
2786
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:195
2787
+ #: modules/gutenberg/dist/blocks.build.js:1
2788
+ msgid "Icon Position"
2789
+ msgstr ""
2790
+
2791
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:159
2792
+ msgid "Before Text"
2793
+ msgstr ""
2794
+
2795
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:160
2796
+ msgid "After Text"
2797
+ msgstr ""
2798
+
2799
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:168
2800
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:240
2801
+ #: modules/gutenberg/dist/blocks.build.js:1
2802
+ msgid "Icon Spacing"
2803
+ msgstr ""
2804
+
2805
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:186
2806
+ #: admin-core/assets/build/editor-app.js:2
2807
+ msgid "Type"
2808
+ msgstr ""
2809
+
2810
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:191
2811
+ msgid "Flat"
2812
+ msgstr ""
2813
+
2814
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:192
2815
+ #: modules/gutenberg/dist/blocks.build.js:1
2816
+ msgid "Gradient"
2817
+ msgstr ""
2818
+
2819
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:193
2820
+ msgid "Transparent"
2821
+ msgstr ""
2822
+
2823
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:194
2824
+ msgid "3D"
2825
+ msgstr ""
2826
+
2827
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:204
2828
+ msgid "Border Size"
2829
+ msgstr ""
2830
+
2831
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:213
2832
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:229
2833
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:242
2834
+ msgid "Hover Styles"
2835
+ msgstr ""
2836
+
2837
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:217
2838
+ msgid "Fade Background"
2839
+ msgstr ""
2840
+
2841
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:218
2842
+ msgid "Fill Background From Top"
2843
+ msgstr ""
2844
+
2845
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:219
2846
+ msgid "Fill Background From Bottom"
2847
+ msgstr ""
2848
+
2849
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:220
2850
+ msgid "Fill Background From Left"
2851
+ msgstr ""
2852
+
2853
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:221
2854
+ msgid "Fill Background From Right"
2855
+ msgstr ""
2856
+
2857
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:222
2858
+ msgid "Fill Background Vertical"
2859
+ msgstr ""
2860
+
2861
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:223
2862
+ msgid "Fill Background Diagonal"
2863
+ msgstr ""
2864
+
2865
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:224
2866
+ msgid "Fill Background Horizontal"
2867
+ msgstr ""
2868
+
2869
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:232
2870
+ msgid "Move Down"
2871
+ msgstr ""
2872
+
2873
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:233
2874
+ msgid "Move Up"
2875
+ msgstr ""
2876
+
2877
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:234
2878
+ msgid "Move Left"
2879
+ msgstr ""
2880
+
2881
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:235
2882
+ msgid "Move Right"
2883
+ msgstr ""
2884
+
2885
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:236
2886
+ msgid "Animate Top"
2887
+ msgstr ""
2888
+
2889
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:237
2890
+ msgid "Animate Bottom"
2891
+ msgstr ""
2892
+
2893
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:246
2894
+ msgid "Appear Icon From Right"
2895
+ msgstr ""
2896
+
2897
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:247
2898
+ msgid "Appear Icon From Left"
2899
+ msgstr ""
2900
+
2901
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:248
2902
+ msgid "Appear Icon From Top"
2903
+ msgstr ""
2904
+
2905
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:249
2906
+ msgid "Appear Icon From Bottom"
2907
+ msgstr ""
2908
+
2909
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:255
2910
+ msgid "Structure"
2911
+ msgstr ""
2912
+
2913
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:259
2914
+ #: admin-core/assets/build/editor-app.js:2
2915
+ msgid "Width"
2916
+ msgstr ""
2917
+
2918
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:262
2919
+ msgctxt "Width."
2920
+ msgid "Auto"
2921
+ msgstr ""
2922
+
2923
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:263
2924
+ msgid "Full Width"
2925
+ msgstr ""
2926
+
2927
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:280
2928
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:299
2929
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:298
2930
+ #: modules/gutenberg/dist/blocks.build.js:1
2931
+ msgid "Alignment"
2932
+ msgstr ""
2933
+
2934
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:290
2935
+ msgid "Mobile Alignment"
2936
+ msgstr ""
2937
+
2938
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:300
2939
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:337
2940
+ #: modules/gutenberg/dist/blocks.build.js:1
2941
+ msgid "Padding"
2942
+ msgstr ""
2943
+
2944
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:314
2945
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:443
2946
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:696
2947
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:389
2948
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:398
2949
+ #: modules/gutenberg/dist/blocks.build.js:1
2950
+ msgid "Border"
2951
+ msgstr ""
2952
+
2953
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:338
2954
+ msgid "Custom Width"
2955
+ msgstr ""
2956
+
2957
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:347
2958
+ msgid "Custom Height"
2959
+ msgstr ""
2960
+
2961
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:356
2962
+ msgid "Padding Top/Bottom"
2963
+ msgstr ""
2964
+
2965
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:365
2966
+ msgid "Padding Left/Right"
2967
+ msgstr ""
2968
+
2969
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:374
2970
+ msgid "Round Corners"
2971
+ msgstr ""
2972
+
2973
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:389
2974
+ #: modules/gutenberg/dist/blocks.build.js:1
2975
+ msgid "Colors"
2976
+ msgstr ""
2977
+
2978
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:440
2979
+ msgid "Apply Hover Color To"
2980
+ msgstr ""
2981
+
2982
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:444
2983
+ msgid "Background"
2984
+ msgstr ""
2985
+
2986
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:457
2987
+ msgid "Button Settings"
2988
+ msgstr ""
2989
+
2990
+ #: modules/beaver-builder/cartflows-bb-next-step/cartflows-bb-next-step.php:461
2991
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:260
2992
+ #: modules/gutenberg/dist/blocks.build.js:1
2993
+ msgid "Icon Size"
2994
+ msgstr ""
2995
+
2996
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:29
2997
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:66
2998
+ #: modules/gutenberg/classes/class-cartflows-block-config.php:442
2999
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:437
3000
+ msgid "Optin Form"
3001
+ msgstr ""
3002
+
3003
+ #: modules/beaver-builder/cartflows-bb-optin-form/cartflows-bb-optin-form.php:30
3004
+ msgid "Optin Form."
3005
+ msgstr ""
3006
+
3007
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:28
3008
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:69
3009
+ #: modules/gutenberg/classes/class-cartflows-block-config.php:125
3010
+ msgid "Order Details Form"
3011
+ msgstr ""
3012
+
3013
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:29
3014
+ msgid "Order Details Form."
3015
+ msgstr ""
3016
+
3017
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:97
3018
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:163
3019
+ #: modules/gutenberg/dist/blocks.build.js:1
3020
+ msgid "Thank You Text"
3021
+ msgstr ""
3022
+
3023
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:107
3024
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:173
3025
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:448
3026
+ #: modules/gutenberg/dist/blocks.build.js:1
3027
+ msgid "Order Overview"
3028
+ msgstr ""
3029
+
3030
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:111
3031
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:120
3032
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:129
3033
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:138
3034
+ msgid "No"
3035
+ msgstr ""
3036
+
3037
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:125
3038
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:197
3039
+ #: modules/gutenberg/dist/blocks.build.js:1
3040
+ msgid "Billing Address"
3041
+ msgstr ""
3042
+
3043
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:134
3044
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:209
3045
+ #: modules/gutenberg/dist/blocks.build.js:1
3046
+ msgid "Shipping Address"
3047
+ msgstr ""
3048
+
3049
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:149
3050
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:233
3051
+ #: modules/gutenberg/dist/blocks.build.js:1
3052
+ msgid "Spacing"
3053
+ msgstr ""
3054
+
3055
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:153
3056
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:241
3057
+ msgid "Heading Bottom Spacing"
3058
+ msgstr ""
3059
+
3060
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:168
3061
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:257
3062
+ msgid "Spacing Between Sections"
3063
+ msgstr ""
3064
+
3065
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:217
3066
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:364
3067
+ msgid "Sections Heading"
3068
+ msgstr ""
3069
+
3070
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:245
3071
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:393
3072
+ msgid "Sections Content"
3073
+ msgstr ""
3074
+
3075
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:292
3076
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:501
3077
+ #: modules/gutenberg/dist/blocks.build.js:1
3078
+ msgid "Downloads"
3079
+ msgstr ""
3080
+
3081
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:310
3082
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:376
3083
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:442
3084
+ msgid "Heading Typography"
3085
+ msgstr ""
3086
+
3087
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:347
3088
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:413
3089
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:479
3090
+ msgid "Text Typography"
3091
+ msgstr ""
3092
+
3093
+ #: modules/beaver-builder/cartflows-bb-order-details/cartflows-bb-order-details.php:423
3094
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:683
3095
+ #: modules/gutenberg/dist/blocks.build.js:1
3096
+ msgid "Customer Details"
3097
+ msgstr ""
3098
+
3099
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:361
3100
+ #: modules/optin/classes/class-cartflows-optin-markup.php:214
3101
+ #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:96
3102
+ msgid "WooCommerce functions do not exist. If you are in an IFrame, please reload it."
3103
+ msgstr ""
3104
+
3105
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:362
3106
+ #: modules/optin/classes/class-cartflows-optin-markup.php:215
3107
+ #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:97
3108
+ msgid "Click Here to Reload"
3109
+ msgstr ""
3110
+
3111
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:391
3112
+ msgid "Checkout ID not found"
3113
+ msgstr ""
3114
+
3115
+ #. translators: %1$1s, %2$2s Link to article
3116
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:394
3117
+ msgid "It seems that this is not the CartFlows Checkout page where you have added this shortcode. Please refer to this %1$1sarticle%2$2s to know more."
3118
+ msgstr ""
3119
+
3120
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:461
3121
+ #: modules/checkout/templates/embed/checkout-template-simple.php:24
3122
+ #: modules/checkout/templates/wcf-template.php:36
3123
+ #: modules/optin/templates/optin-template-simple.php:25
3124
+ msgid "Your cart is currently empty."
3125
+ msgstr ""
3126
+
3127
+ #. translators: %1$1s, %2$2s Link to meta
3128
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:534
3129
+ msgid "No product is selected. Please select products from the %1$1scheckout meta settings%2$2s to continue."
3130
+ msgstr ""
3131
+
3132
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:629
3133
+ msgid "Variations Not set"
3134
+ msgstr ""
3135
+
3136
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:640
3137
+ msgid "This product can't be purchased"
3138
+ msgstr ""
3139
+
3140
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1083
3141
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1124
3142
+ msgid "Coupon Code"
3143
+ msgstr ""
3144
+
3145
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1084
3146
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1133
3147
+ #: admin-core/assets/build/settings-app.js:1
3148
+ msgid "Apply"
3149
+ msgstr ""
3150
+
3151
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1270
3152
+ msgid "Sorry there was a problem removing this coupon."
3153
+ msgstr ""
3154
+
3155
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1273
3156
+ msgid "Coupon has been removed."
3157
+ msgstr ""
3158
+
3159
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1291
3160
+ msgid "Sorry there was a problem removing "
3161
+ msgstr ""
3162
+
3163
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1294
3164
+ msgid " has been removed."
3165
+ msgstr ""
3166
+
3167
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:83
3168
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:77
3169
+ msgid "Products"
3170
+ msgstr ""
3171
+
3172
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:195
3173
+ msgid "Checkout Texts & Buttons"
3174
+ msgstr ""
3175
+
3176
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:200
3177
+ msgid "Enable Advance Options"
3178
+ msgstr ""
3179
+
3180
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:685
3181
+ msgid "Two-Step Design"
3182
+ msgstr ""
3183
+
3184
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:762
3185
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:129
3186
+ msgid "Product"
3187
+ msgstr ""
3188
+
3189
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:771
3190
+ msgid "Search for a product..."
3191
+ msgstr ""
3192
+
3193
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:782
3194
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:787
3195
+ msgid "Coupon"
3196
+ msgstr ""
3197
+
3198
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:863
3199
+ msgid "CartFlows Checkout"
3200
+ msgstr ""
3201
+
3202
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:877
3203
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:108
3204
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:451
3205
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:213
3206
+ msgid "Step Title"
3207
+ msgstr ""
3208
+
3209
+ #: modules/checkout/classes/class-cartflows-checkout-meta-data.php:913
3210
+ msgid "Doc"
3211
+ msgstr ""
3212
+
3213
+ #: modules/checkout/templates/wcf-template.php:46
3214
+ msgid "Copyright &copy;"
3215
+ msgstr ""
3216
+
3217
+ #: modules/checkout/templates/wcf-template.php:50
3218
+ msgid "All Rights Reserved"
3219
+ msgstr ""
3220
+
3221
+ #: modules/elementor/class-cartflows-el-widgets-loader.php:120
3222
+ #: modules/gutenberg/classes/class-cartflows-init-blocks.php:329
3223
+ msgid "Cartflows"
3224
+ msgstr ""
3225
+
3226
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:203
3227
+ #: modules/gutenberg/dist/blocks.build.js:1
3228
+ msgid "Layout"
3229
+ msgstr ""
3230
+
3231
+ #. translators: %s admin link
3232
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:224
3233
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:465
3234
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:230
3235
+ msgid "This feature is available in the CartFlows Pro. <a href=\"%s\" target=\"_blank\" rel=\"noopener\">Upgrade Now!</a>."
3236
+ msgstr ""
3237
+
3238
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:247
3239
+ msgid "Other Settings"
3240
+ msgstr ""
3241
+
3242
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:254
3243
+ msgid "Billing Section Text"
3244
+ msgstr ""
3245
+
3246
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:256
3247
+ msgid "Billing Details"
3248
+ msgstr ""
3249
+
3250
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:264
3251
+ msgid "Shipping Section Text"
3252
+ msgstr ""
3253
+
3254
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:266
3255
+ msgid "Shipping Details"
3256
+ msgstr ""
3257
+
3258
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:274
3259
+ msgid "Order Review Text"
3260
+ msgstr ""
3261
+
3262
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:276
3263
+ msgid "Your order"
3264
+ msgstr ""
3265
+
3266
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:546
3267
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:289
3268
+ msgid "Inherit"
3269
+ msgstr ""
3270
+
3271
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:598
3272
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:711
3273
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:397
3274
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:326
3275
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:406
3276
+ msgid "Rounded Corners"
3277
+ msgstr ""
3278
+
3279
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:652
3280
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:351
3281
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:368
3282
+ #: modules/gutenberg/dist/blocks.build.js:1
3283
+ msgid "Normal"
3284
+ msgstr ""
3285
+
3286
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:747
3287
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:411
3288
+ #: modules/elementor/widgets/class-cartflows-el-optin-form.php:428
3289
+ #: modules/gutenberg/dist/blocks.build.js:1
3290
+ msgid "Hover"
3291
+ msgstr ""
3292
+
3293
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:890
3294
+ msgid "Section Margin"
3295
+ msgstr ""
3296
+
3297
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:902
3298
+ #: modules/gutenberg/dist/blocks.build.js:1
3299
+ msgid "Section Rounded Corners"
3300
+ msgstr ""
3301
+
3302
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:932
3303
+ #: modules/gutenberg/dist/blocks.build.js:1
3304
+ msgid "Field Validation"
3305
+ msgstr ""
3306
+
3307
+ #: modules/elementor/widgets/class-cartflows-el-checkout-form.php:972
3308
+ msgid "Error Messages"
3309
+ msgstr ""
3310
+
3311
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:164
3312
+ #: modules/gutenberg/dist/blocks.build.js:1
3313
+ msgid "Title"
3314
+ msgstr ""
3315
+
3316
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:166
3317
+ msgid "BUY NOW"
3318
+ msgstr ""
3319
+
3320
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:176
3321
+ #: modules/gutenberg/dist/blocks.build.js:1
3322
+ msgid "Sub Title"
3323
+ msgstr ""
3324
+
3325
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:199
3326
+ #: modules/gutenberg/dist/blocks.build.js:1
3327
+ msgid "Before Title"
3328
+ msgstr ""
3329
+
3330
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:200
3331
+ #: modules/gutenberg/dist/blocks.build.js:1
3332
+ msgid "After Title"
3333
+ msgstr ""
3334
+
3335
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:201
3336
+ #: modules/gutenberg/dist/blocks.build.js:1
3337
+ msgid "Before Title & Sub Title"
3338
+ msgstr ""
3339
+
3340
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:202
3341
+ #: modules/gutenberg/dist/blocks.build.js:1
3342
+ msgid "After Title & Sub Title"
3343
+ msgstr ""
3344
+
3345
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:213
3346
+ msgid "Icon Vertical Alignment"
3347
+ msgstr ""
3348
+
3349
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:219
3350
+ msgid "Top"
3351
+ msgstr ""
3352
+
3353
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:223
3354
+ msgid "Middle"
3355
+ msgstr ""
3356
+
3357
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:315
3358
+ msgid "Justify"
3359
+ msgstr ""
3360
+
3361
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:327
3362
+ msgid "Button Size"
3363
+ msgstr ""
3364
+
3365
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:418
3366
+ msgid "Hover Text Color"
3367
+ msgstr ""
3368
+
3369
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:431
3370
+ msgid "Hover Background Color"
3371
+ msgstr ""
3372
+
3373
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:459
3374
+ msgid "Hover Animation"
3375
+ msgstr ""
3376
+
3377
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:483
3378
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:540
3379
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:631
3380
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:720
3381
+ #: modules/gutenberg/dist/blocks.build.js:1
3382
+ msgid "Content"
3383
+ msgstr ""
3384
+
3385
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:491
3386
+ #: modules/gutenberg/dist/blocks.build.js:1
3387
+ msgid "Text Alignment"
3388
+ msgstr ""
3389
+
3390
+ #: modules/elementor/widgets/class-cartflows-el-next-step-button.php:544
3391
+ msgid "Title and Sub Title Spacing"
3392
+ msgstr ""
3393
+
3394
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:175
3395
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:187
3396
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:199
3397
+ #: modules/elementor/widgets/class-cartflows-el-order-details-form.php:211
3398
+ msgid "Show"
3399
+ msgstr ""
3400
+
3401
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:69
3402
+ msgid "Flow: "
3403
+ msgstr ""
3404
+
3405
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:69
3406
+ msgid "Name: "
3407
+ msgstr ""
3408
+
3409
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:99
3410
+ msgctxt "flow general name"
3411
+ msgid "Flows"
3412
+ msgstr ""
3413
+
3414
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:100
3415
+ msgctxt "flow singular name"
3416
+ msgid "Flow"
3417
+ msgstr ""
3418
+
3419
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:101
3420
+ #: admin-core/assets/build/settings-app.js:1
3421
+ msgid "Search Flows"
3422
+ msgstr ""
3423
+
3424
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:102
3425
+ msgid "All Flows"
3426
+ msgstr ""
3427
+
3428
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:103
3429
+ #: admin-core/assets/build/settings-app.js:1
3430
+ msgid "Edit Flow"
3431
+ msgstr ""
3432
+
3433
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:104
3434
+ #: admin-core/assets/build/settings-app.js:1
3435
+ msgid "View Flow"
3436
+ msgstr ""
3437
+
3438
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:105
3439
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:107
3440
+ #: modules/flow/classes/class-cartflows-step-post-type.php:167
3441
+ #: modules/flow/classes/class-cartflows-step-post-type.php:169
3442
+ #: admin-core/assets/build/settings-app.js:1
3443
+ msgid "Add New"
3444
+ msgstr ""
3445
+
3446
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:106
3447
+ msgid "Update Flow"
3448
+ msgstr ""
3449
+
3450
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:108
3451
+ msgid "New Flow Name"
3452
+ msgstr ""
3453
+
3454
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:190
3455
+ msgid "Upgrade to CartFlows Pro"
3456
+ msgstr ""
3457
+
3458
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:209
3459
+ msgid "Slug"
3460
+ msgstr ""
3461
+
3462
+ #. translators: %s: singular custom post type name
3463
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:328
3464
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:334
3465
+ #: modules/flow/classes/class-cartflows-step-post-type.php:401
3466
+ #: modules/flow/classes/class-cartflows-step-post-type.php:407
3467
+ msgid "%s updated."
3468
+ msgstr ""
3469
+
3470
+ #. translators: %s: singular custom post type name
3471
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:330
3472
+ #: modules/flow/classes/class-cartflows-step-post-type.php:403
3473
+ msgid "Custom %s updated."
3474
+ msgstr ""
3475
+
3476
+ #. translators: %s: singular custom post type name
3477
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:332
3478
+ #: modules/flow/classes/class-cartflows-step-post-type.php:405
3479
+ msgid "Custom %s deleted."
3480
+ msgstr ""
3481
+
3482
+ #. translators: %1$s: singular custom post type name ,%2$s: date and time of the revision
3483
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:336
3484
+ #: modules/flow/classes/class-cartflows-step-post-type.php:409
3485
+ msgid "%1$s restored to revision from %2$s"
3486
+ msgstr ""
3487
+
3488
+ #. translators: %s: singular custom post type name
3489
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:338
3490
+ #: modules/flow/classes/class-cartflows-step-post-type.php:411
3491
+ msgid "%s published."
3492
+ msgstr ""
3493
+
3494
+ #. translators: %s: singular custom post type name
3495
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:340
3496
+ #: modules/flow/classes/class-cartflows-step-post-type.php:413
3497
+ msgid "%s saved."
3498
+ msgstr ""
3499
+
3500
+ #. translators: %s: singular custom post type name
3501
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:342
3502
+ #: modules/flow/classes/class-cartflows-step-post-type.php:415
3503
+ msgid "%s submitted."
3504
+ msgstr ""
3505
+
3506
+ #. translators: %s: singular custom post type name
3507
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:344
3508
+ #: modules/flow/classes/class-cartflows-step-post-type.php:417
3509
+ msgid "%s scheduled for."
3510
+ msgstr ""
3511
+
3512
+ #. translators: %s: singular custom post type name
3513
+ #: modules/flow/classes/class-cartflows-flow-post-type.php:346
3514
+ #: modules/flow/classes/class-cartflows-step-post-type.php:419
3515
+ msgid "%s draft updated."
3516
+ msgstr ""
3517
+
3518
+ #: modules/flow/classes/class-cartflows-step-post-type.php:161
3519
+ msgctxt "flow step general name"
3520
+ msgid "Steps"
3521
+ msgstr ""
3522
+
3523
+ #: modules/flow/classes/class-cartflows-step-post-type.php:162
3524
+ msgctxt "flow step singular name"
3525
+ msgid "Step"
3526
+ msgstr ""
3527
+
3528
+ #: modules/flow/classes/class-cartflows-step-post-type.php:163
3529
+ msgid "Search Steps"
3530
+ msgstr ""
3531
+
3532
+ #: modules/flow/classes/class-cartflows-step-post-type.php:164
3533
+ #: admin-core/assets/build/editor-app.js:1
3534
+ msgid "All Steps"
3535
+ msgstr ""
3536
+
3537
+ #: modules/flow/classes/class-cartflows-step-post-type.php:168
3538
+ msgid "Update Step"
3539
+ msgstr ""
3540
+
3541
+ #: modules/flow/classes/class-cartflows-step-post-type.php:170
3542
+ msgid "New Step Name"
3543
+ msgstr ""
3544
+
3545
+ #: modules/flow/classes/class-cartflows-step-post-type.php:211
3546
+ msgid "Step Type"
3547
+ msgstr ""
3548
+
3549
+ #: modules/flow/classes/class-cartflows-step-post-type.php:221
3550
+ msgid "Step Flow"
3551
+ msgstr ""
3552
+
3553
+ #: modules/flow/classes/class-cartflows-step-post-type.php:246
3554
+ #: modules/flow/view/meta-flow-steps.php:16
3555
+ msgid "Optin (Woo)"
3556
+ msgstr ""
3557
+
3558
+ #: modules/flow/classes/class-cartflows-step-post-type.php:267
3559
+ #: modules/flow/view/meta-flow-steps.php:14
3560
+ msgid "Upsell (Woo)"
3561
+ msgstr ""
3562
+
3563
+ #: modules/flow/classes/class-cartflows-step-post-type.php:274
3564
+ #: modules/flow/view/meta-flow-steps.php:15
3565
+ msgid "Downsell (Woo)"
3566
+ msgstr ""
3567
+
3568
+ #: modules/flow/view/view-flow-inner-step.php:30
3569
+ #: admin-core/assets/build/editor-app.js:1
3570
+ msgid "Control"
3571
+ msgstr ""
3572
+
3573
+ #. translators: %s badge count
3574
+ #: modules/flow/view/view-flow-inner-step.php:32
3575
+ #: admin-core/assets/build/editor-app.js:1
3576
+ msgid "Variation-%s"
3577
+ msgstr ""
3578
+
3579
+ #: modules/flow/view/view-flow-inner-step.php:44
3580
+ #: admin-core/assets/build/editor-app.js:1
3581
+ msgid "No Product Assigned"
3582
+ msgstr ""
3583
+
3584
+ #: modules/flow/view/view-flow-inner-step.php:48
3585
+ #: admin-core/assets/build/editor-app.js:1
3586
+ msgid "Global Checkout - Remove selected checkout product"
3587
+ msgstr ""
3588
+
3589
+ #: modules/flow/view/view-remote-importer.php:19
3590
+ #: admin-core/assets/build/editor-app.js:1
3591
+ msgid "Steps Library"
3592
+ msgstr ""
3593
+
3594
+ #: modules/flow/view/view-remote-importer.php:68
3595
+ #: admin-core/assets/build/editor-app.js:1
3596
+ msgid "Create Step"
3597
+ msgstr ""
3598
+
3599
+ #: modules/flow/view/view-remote-importer.php:70
3600
+ msgid "You need a Cartflows Pro version to import Upsell / Downsell"
3601
+ msgstr ""
3602
+
3603
+ #: modules/gutenberg/classes/class-cartflows-init-blocks.php:182
3604
+ #: modules/optin/classes/class-cartflows-optin-markup.php:307
3605
+ msgid "No product is selected. Please select a Simple, Virtual and Free product from the meta settings."
3606
+ msgstr ""
3607
+
3608
+ #: modules/landing/classes/class-cartflows-landing-meta-data.php:89
3609
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:193
3610
+ msgid "Shortcode"
3611
+ msgstr ""
3612
+
3613
+ #: modules/optin/classes/class-cartflows-optin-markup.php:247
3614
+ msgid "Please place shortcode on Optin step-type only."
3615
+ msgstr ""
3616
+
3617
+ #: modules/optin/classes/class-cartflows-optin-markup.php:324
3618
+ msgid "Please update the selected product's price to zero (0)."
3619
+ msgstr ""
3620
+
3621
+ #: modules/optin/classes/class-cartflows-optin-markup.php:333
3622
+ #: modules/optin/classes/class-cartflows-optin-markup.php:337
3623
+ msgid "Please select a Simple, Virtual and Free product."
3624
+ msgstr ""
3625
+
3626
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:138
3627
+ #: admin-core/assets/build/editor-app.js:1
3628
+ #: admin-core/assets/build/settings-app.js:1
3629
+ msgid "Type to search for a product..."
3630
+ msgstr ""
3631
+
3632
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:162
3633
+ msgid "Global Settings"
3634
+ msgstr ""
3635
+
3636
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:194
3637
+ msgid "Floating Labels ( Available in Pro )"
3638
+ msgstr ""
3639
+
3640
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:464
3641
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:225
3642
+ msgid "Fields Settings"
3643
+ msgstr ""
3644
+
3645
+ #: modules/optin/classes/class-cartflows-optin-meta-data.php:483
3646
+ msgid "You can pass field value as a URL parameter to the next step."
3647
+ msgstr ""
3648
+
3649
+ #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:131
3650
+ msgid "No completed or processing order found to show the order details form demo."
3651
+ msgstr ""
3652
+
3653
+ #: modules/thankyou/classes/class-cartflows-thankyou-markup.php:135
3654
+ msgid "Order not found. You cannot access this page directly."
3655
+ msgstr ""
3656
+
3657
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:137
3658
+ msgid "Enable Advanced Options"
3659
+ msgstr ""
3660
+
3661
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:230
3662
+ msgid "Enable Order Overview"
3663
+ msgstr ""
3664
+
3665
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:236
3666
+ msgid "Enable Order Details"
3667
+ msgstr ""
3668
+
3669
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:242
3670
+ msgid "Enable Billing Details"
3671
+ msgstr ""
3672
+
3673
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:248
3674
+ msgid "Enable Shipping Details"
3675
+ msgstr ""
3676
+
3677
+ #: modules/thankyou/classes/class-cartflows-thankyou-meta-data.php:256
3678
+ msgid "Advanced Settings"
3679
+ msgstr ""
3680
+
3681
+ #: modules/widgets/class-cartflows-next-step.php:24
3682
+ msgid "CartFlows Next Step"
3683
+ msgstr ""
3684
+
3685
+ #: modules/widgets/class-cartflows-next-step.php:26
3686
+ msgid "Next Step Widgets"
3687
+ msgstr ""
3688
+
3689
+ #: modules/widgets/class-cartflows-next-step.php:106
3690
+ msgid "New title"
3691
+ msgstr ""
3692
+
3693
+ #: modules/widgets/class-cartflows-next-step.php:123
3694
+ msgid "Title:"
3695
+ msgstr ""
3696
+
3697
+ #: modules/widgets/class-cartflows-next-step.php:127
3698
+ msgid "Flow ID:"
3699
+ msgstr ""
3700
+
3701
+ #: modules/widgets/class-cartflows-next-step.php:131
3702
+ msgid "Step ID:"
3703
+ msgstr ""
3704
+
3705
+ #: woocommerce/template/checkout/form-login.php:32
3706
+ msgid "If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing &amp; Shipping section."
3707
+ msgstr ""
3708
+
3709
+ #: admin-core/assets/build/editor-app.js:1
3710
+ #: admin-core/assets/build/settings-app.js:1
3711
+ msgid "Settings Saved"
3712
+ msgstr ""
3713
+
3714
+ #: admin-core/assets/build/editor-app.js:1
3715
+ #: admin-core/assets/build/settings-app.js:1
3716
+ msgid "Saving..."
3717
+ msgstr ""
3718
+
3719
+ #: admin-core/assets/build/editor-app.js:1
3720
+ #: admin-core/assets/build/settings-app.js:1
3721
+ msgid "Save Settings"
3722
+ msgstr ""
3723
+
3724
+ #: admin-core/assets/build/editor-app.js:1
3725
+ #: admin-core/assets/build/settings-app.js:1
3726
+ msgid "Regular Price :"
3727
+ msgstr ""
3728
+
3729
+ #: admin-core/assets/build/editor-app.js:1
3730
+ #: admin-core/assets/build/settings-app.js:1
3731
+ msgid "Discounted Price :"
3732
+ msgstr ""
3733
+
3734
+ #: admin-core/assets/build/editor-app.js:1
3735
+ #: admin-core/assets/build/settings-app.js:1
3736
+ msgid "Add Product"
3737
+ msgstr ""
3738
+
3739
+ #: admin-core/assets/build/editor-app.js:1
3740
+ #: admin-core/assets/build/editor-app.js:2
3741
+ #: admin-core/assets/build/settings-app.js:1
3742
+ msgid "Adding..."
3743
+ msgstr ""
3744
+
3745
+ #: admin-core/assets/build/editor-app.js:1
3746
+ #: admin-core/assets/build/settings-app.js:1
3747
+ msgid "Add New product"
3748
+ msgstr ""
3749
+
3750
+ #: admin-core/assets/build/editor-app.js:1
3751
+ #: admin-core/assets/build/settings-app.js:1
3752
+ msgid "Product Name"
3753
+ msgstr ""
3754
+
3755
+ #: admin-core/assets/build/editor-app.js:1
3756
+ #: admin-core/assets/build/settings-app.js:1
3757
+ msgid "Subtext"
3758
+ msgstr ""
3759
+
3760
+ #: admin-core/assets/build/editor-app.js:1
3761
+ #: admin-core/assets/build/settings-app.js:1
3762
+ msgid "Use {{quantity}}, {{discount_value}}, {{discount_percent}} to dynamically fetch respective product details."
3763
+ msgstr ""
3764
+
3765
+ #: admin-core/assets/build/editor-app.js:1
3766
+ #: admin-core/assets/build/settings-app.js:1
3767
+ msgid "Enable Highlight"
3768
+ msgstr ""
3769
+
3770
+ #: admin-core/assets/build/editor-app.js:1
3771
+ #: admin-core/assets/build/settings-app.js:1
3772
+ msgid "Highlight Text"
3773
+ msgstr ""
3774
+
3775
+ #: admin-core/assets/build/editor-app.js:1
3776
+ #: admin-core/assets/build/settings-app.js:1
3777
+ msgid "Upgrade to Cartflows Pro"
3778
+ msgstr ""
3779
+
3780
+ #: admin-core/assets/build/editor-app.js:1
3781
+ #: admin-core/assets/build/settings-app.js:1
3782
+ msgid "Upgrade to CartFlows Pro for adding more flows and other features."
3783
+ msgstr ""
3784
+
3785
+ #: admin-core/assets/build/editor-app.js:1
3786
+ #: admin-core/assets/build/settings-app.js:1
3787
+ msgid "You need WooCommerce plugin installed and activated to import this flow."
3788
+ msgstr ""
3789
+
3790
+ #: admin-core/assets/build/editor-app.js:1
3791
+ msgid "Steps"
3792
+ msgstr ""
3793
+
3794
+ #: admin-core/assets/build/editor-app.js:1
3795
+ #: admin-core/assets/build/settings-app.js:1
3796
+ msgid "Back"
3797
+ msgstr ""
3798
+
3799
+ #: admin-core/assets/build/editor-app.js:1
3800
+ msgid "Do you really want to draft this Flow?"
3801
+ msgstr ""
3802
+
3803
+ #: admin-core/assets/build/editor-app.js:1
3804
+ msgid "Do you really want to publish this Flow?"
3805
+ msgstr ""
3806
+
3807
+ #: admin-core/assets/build/editor-app.js:1
3808
+ #: admin-core/assets/build/settings-app.js:1
3809
+ msgid "Do you really want to trash this Flow?"
3810
+ msgstr ""
3811
+
3812
+ #: admin-core/assets/build/editor-app.js:1
3813
+ msgid " (Pro)"
3814
+ msgstr ""
3815
+
3816
+ #: admin-core/assets/build/editor-app.js:1
3817
+ msgid "Do you want to clone this step? Are you sure?"
3818
+ msgstr ""
3819
+
3820
+ #: admin-core/assets/build/editor-app.js:1
3821
+ msgid "Do you want to delete this step? Are you sure?"
3822
+ msgstr ""
3823
+
3824
+ #: admin-core/assets/build/editor-app.js:1
3825
+ msgid "Do you want to declare this step as winner? Are you sure?"
3826
+ msgstr ""
3827
+
3828
+ #: admin-core/assets/build/editor-app.js:1
3829
+ msgid "Do you want to archived this step? Are you sure?"
3830
+ msgstr ""
3831
+
3832
+ #: admin-core/assets/build/editor-app.js:1
3833
+ msgid "A/B Test Settings"
3834
+ msgstr ""
3835
+
3836
+ #: admin-core/assets/build/editor-app.js:1
3837
+ msgid "Traffic"
3838
+ msgstr ""
3839
+
3840
+ #: admin-core/assets/build/editor-app.js:1
3841
+ msgid "Stop Split Test"
3842
+ msgstr ""
3843
+
3844
+ #: admin-core/assets/build/editor-app.js:1
3845
+ msgid "Start Split Test"
3846
+ msgstr ""
3847
+
3848
+ #: admin-core/assets/build/editor-app.js:1
3849
+ msgid "Split Test Settings"
3850
+ msgstr ""
3851
+
3852
+ #: admin-core/assets/build/editor-app.js:1
3853
+ msgid "Do you want to restore this archived variation? Are you sure?"
3854
+ msgstr ""
3855
+
3856
+ #: admin-core/assets/build/editor-app.js:1
3857
+ msgid "Do you want to delete this archived variation? Are you sure?"
3858
+ msgstr ""
3859
+
3860
+ #: admin-core/assets/build/editor-app.js:1
3861
+ msgid "Deleted On: "
3862
+ msgstr ""
3863
+
3864
+ #: admin-core/assets/build/editor-app.js:1
3865
+ msgid "Archived On: "
3866
+ msgstr ""
3867
+
3868
+ #: admin-core/assets/build/editor-app.js:1
3869
+ msgid "Archived Steps"
3870
+ msgstr ""
3871
+
3872
+ #: admin-core/assets/build/editor-app.js:1
3873
+ msgid "No Steps Added."
3874
+ msgstr ""
3875
+
3876
+ #: admin-core/assets/build/editor-app.js:1
3877
+ #: admin-core/assets/build/settings-app.js:1
3878
+ msgid "Total Visits"
3879
+ msgstr ""
3880
+
3881
+ #: admin-core/assets/build/editor-app.js:1
3882
+ msgid "Unique Visits"
3883
+ msgstr ""
3884
+
3885
+ #: admin-core/assets/build/editor-app.js:1
3886
+ msgid "Conversions"
3887
+ msgstr ""
3888
+
3889
+ #: admin-core/assets/build/editor-app.js:1
3890
+ msgid "Conversion Rate"
3891
+ msgstr ""
3892
+
3893
+ #: admin-core/assets/build/editor-app.js:1
3894
+ msgid "Revenue"
3895
+ msgstr ""
3896
+
3897
+ #: admin-core/assets/build/editor-app.js:1
3898
+ msgid "Gross Sales"
3899
+ msgstr ""
3900
+
3901
+ #: admin-core/assets/build/editor-app.js:1
3902
+ msgid "Average Order Value"
3903
+ msgstr ""
3904
+
3905
+ #: admin-core/assets/build/editor-app.js:1
3906
+ msgid "Bump Offer Revenue"
3907
+ msgstr ""
3908
+
3909
+ #: admin-core/assets/build/editor-app.js:1
3910
+ #: admin-core/assets/build/settings-app.js:1
3911
+ msgid "Today"
3912
+ msgstr ""
3913
+
3914
+ #: admin-core/assets/build/editor-app.js:1
3915
+ #: admin-core/assets/build/settings-app.js:1
3916
+ msgid "Last Week"
3917
+ msgstr ""
3918
+
3919
+ #: admin-core/assets/build/editor-app.js:1
3920
+ #: admin-core/assets/build/settings-app.js:1
3921
+ msgid "Last Month"
3922
+ msgstr ""
3923
+
3924
+ #: admin-core/assets/build/editor-app.js:1
3925
+ msgid "Custom Filter"
3926
+ msgstr ""
3927
+
3928
+ #: admin-core/assets/build/editor-app.js:1
3929
+ msgid "total_visits"
3930
+ msgstr ""
3931
+
3932
+ #: admin-core/assets/build/editor-app.js:1
3933
+ msgid "unique_visits"
3934
+ msgstr ""
3935
+
3936
+ #: admin-core/assets/build/editor-app.js:1
3937
+ msgid "conversions"
3938
+ msgstr ""
3939
+
3940
+ #: admin-core/assets/build/editor-app.js:1
3941
+ msgid "conversion_rate"
3942
+ msgstr ""
3943
+
3944
+ #: admin-core/assets/build/editor-app.js:1
3945
+ msgid "revenue"
3946
+ msgstr ""
3947
+
3948
+ #: admin-core/assets/build/editor-app.js:1
3949
+ msgid "title"
3950
+ msgstr ""
3951
+
3952
+ #: admin-core/assets/build/editor-app.js:1
3953
+ msgid "note"
3954
+ msgstr ""
3955
+
3956
+ #: admin-core/assets/build/editor-app.js:1
3957
+ msgid "archived_date"
3958
+ msgstr ""
3959
+
3960
+ #: admin-core/assets/build/editor-app.js:1
3961
+ msgid "You need WooCommerce plugin installed and activated to import this step."
3962
+ msgstr ""
3963
+
3964
+ #: admin-core/assets/build/editor-app.js:1
3965
+ #: admin-core/assets/build/settings-app.js:1
3966
+ msgid "Activate license for adding more flows and other features."
3967
+ msgstr ""
3968
+
3969
+ #: admin-core/assets/build/editor-app.js:1
3970
+ msgid "Name Your Step"
3971
+ msgstr ""
3972
+
3973
+ #: admin-core/assets/build/editor-app.js:1
3974
+ msgid "Enter Step Name"
3975
+ msgstr ""
3976
+
3977
+ #: admin-core/assets/build/editor-app.js:1
3978
+ msgid "Edit Flow Name"
3979
+ msgstr ""
3980
+
3981
+ #: admin-core/assets/build/editor-app.js:1
3982
+ #: admin-core/assets/build/editor-app.js:2
3983
+ msgid "Cancel"
3984
+ msgstr ""
3985
+
3986
+ #: admin-core/assets/build/editor-app.js:1
3987
+ msgid "It seems that the page builder you selected is inactive. If you prefer another page builder tool, you can "
3988
+ msgstr ""
3989
+
3990
+ #: admin-core/assets/build/editor-app.js:1
3991
+ msgid "select it here."
3992
+ msgstr ""
3993
+
3994
+ #. Translators: %s: page builder name
3995
+ #: admin-core/assets/build/editor-app.js:2
3996
+ msgid "Edit with %s"
3997
+ msgstr ""
3998
+
3999
+ #: admin-core/assets/build/editor-app.js:2
4000
+ msgid "You are using a Elementor page builder, so all design options are available in the Elementor Widgets."
4001
+ msgstr ""
4002
+
4003
+ #: admin-core/assets/build/editor-app.js:2
4004
+ msgid "You are using a Beaver Builder page builder, so all design options are available in the Beaver Builder Modules."
4005
+ msgstr ""
4006
+
4007
+ #: admin-core/assets/build/editor-app.js:2
4008
+ msgid "You are using a Gutenberg, so all design options are available in the Gutenberg Blocks."
4009
+ msgstr ""
4010
+
4011
+ #: admin-core/assets/build/editor-app.js:2
4012
+ msgid "Go to WordPress Editor"
4013
+ msgstr ""
4014
+
4015
+ #: admin-core/assets/build/editor-app.js:2
4016
+ msgid "Design Settings"
4017
+ msgstr ""
4018
+
4019
+ #: admin-core/assets/build/editor-app.js:2
4020
+ msgid "Enable Design Settings"
4021
+ msgstr ""
4022
+
4023
+ #: admin-core/assets/build/editor-app.js:2
4024
+ msgid "If you are using shortcodes, enable this design settings."
4025
+ msgstr ""
4026
+
4027
+ #: admin-core/assets/build/editor-app.js:2
4028
+ msgid "No product Selected"
4029
+ msgstr ""
4030
+
4031
+ #: admin-core/assets/build/editor-app.js:2
4032
+ msgid "Coupon will apply on checkout page"
4033
+ msgstr ""
4034
+
4035
+ #: admin-core/assets/build/editor-app.js:2
4036
+ msgid "Removing..."
4037
+ msgstr ""
4038
+
4039
+ #: admin-core/assets/build/editor-app.js:2
4040
+ msgid "Add New Field"
4041
+ msgstr ""
4042
+
4043
+ #: admin-core/assets/build/editor-app.js:2
4044
+ msgid "Add Custom Field"
4045
+ msgstr ""
4046
+
4047
+ #: admin-core/assets/build/editor-app.js:2
4048
+ msgid "Billing"
4049
+ msgstr ""
4050
+
4051
+ #: admin-core/assets/build/editor-app.js:2
4052
+ msgid "Shipping"
4053
+ msgstr ""
4054
+
4055
+ #: admin-core/assets/build/editor-app.js:2
4056
+ msgid "TextArea"
4057
+ msgstr ""
4058
+
4059
+ #: admin-core/assets/build/editor-app.js:2
4060
+ msgid "Checkbox"
4061
+ msgstr ""
4062
+
4063
+ #: admin-core/assets/build/editor-app.js:2
4064
+ msgid "Hidden"
4065
+ msgstr ""
4066
+
4067
+ #: admin-core/assets/build/editor-app.js:2
4068
+ msgid "33%"
4069
+ msgstr ""
4070
+
4071
+ #: admin-core/assets/build/editor-app.js:2
4072
+ msgid "50%"
4073
+ msgstr ""
4074
+
4075
+ #: admin-core/assets/build/editor-app.js:2
4076
+ msgid "100%"
4077
+ msgstr ""
4078
+
4079
+ #: admin-core/assets/build/editor-app.js:2
4080
+ msgid "Add To"
4081
+ msgstr ""
4082
+
4083
+ #: admin-core/assets/build/editor-app.js:2
4084
+ #: modules/gutenberg/dist/blocks.build.js:1
4085
+ msgid "Label"
4086
+ msgstr ""
4087
+
4088
+ #: admin-core/assets/build/editor-app.js:2
4089
+ msgid "Options"
4090
+ msgstr ""
4091
+
4092
+ #: admin-core/assets/build/editor-app.js:2
4093
+ msgid "Enter your options separated by comma."
4094
+ msgstr ""
4095
+
4096
+ #: admin-core/assets/build/editor-app.js:2
4097
+ msgid "Checked"
4098
+ msgstr ""
4099
+
4100
+ #: admin-core/assets/build/editor-app.js:2
4101
+ msgid "UnChecked"
4102
+ msgstr ""
4103
+
4104
+ #: admin-core/assets/build/editor-app.js:2
4105
+ msgid "Placeholder"
4106
+ msgstr ""
4107
+
4108
+ #: admin-core/assets/build/editor-app.js:2
4109
+ msgid "Required"
4110
+ msgstr ""
4111
+
4112
+ #: admin-core/assets/build/editor-app.js:2
4113
+ msgid "Collapsible"
4114
+ msgstr ""
4115
+
4116
+ #: admin-core/assets/build/editor-app.js:2
4117
+ msgid "Field Settings"
4118
+ msgstr ""
4119
+
4120
+ #: admin-core/assets/build/editor-app.js:2
4121
+ msgid "Custom Field Editor"
4122
+ msgstr ""
4123
+
4124
+ #: admin-core/assets/build/editor-app.js:2
4125
+ msgid "Label is required field"
4126
+ msgstr ""
4127
+
4128
+ #: admin-core/assets/build/editor-app.js:2
4129
+ msgid "Billing Fields"
4130
+ msgstr ""
4131
+
4132
+ #: admin-core/assets/build/editor-app.js:2
4133
+ msgid "Shipping Fields"
4134
+ msgstr ""
4135
+
4136
+ #: admin-core/assets/build/editor-app.js:2
4137
+ msgid "Field Editor"
4138
+ msgstr ""
4139
+
4140
+ #: admin-core/assets/build/editor-app.js:2
4141
+ msgid "Edit Step Name"
4142
+ msgstr ""
4143
+
4144
+ #: admin-core/assets/build/settings-app.js:1
4145
+ msgid "Yesterday"
4146
+ msgstr ""
4147
+
4148
+ #: admin-core/assets/build/settings-app.js:1
4149
+ msgid "Stats Overview"
4150
+ msgstr ""
4151
+
4152
+ #: admin-core/assets/build/settings-app.js:1
4153
+ msgid "Total Revenue"
4154
+ msgstr ""
4155
+
4156
+ #: admin-core/assets/build/settings-app.js:1
4157
+ msgid "Order Bump Revenue"
4158
+ msgstr ""
4159
+
4160
+ #: admin-core/assets/build/settings-app.js:1
4161
+ msgid "Offers Revenue"
4162
+ msgstr ""
4163
+
4164
+ #: admin-core/assets/build/settings-app.js:1
4165
+ msgid "Total Orders"
4166
+ msgstr ""
4167
+
4168
+ #: admin-core/assets/build/settings-app.js:1
4169
+ msgid "Hello "
4170
+ msgstr ""
4171
+
4172
+ #: admin-core/assets/build/settings-app.js:1
4173
+ msgid "Welcome to CartFlows! We will help you get more leads, increase conversions, & maximize profits."
4174
+ msgstr ""
4175
+
4176
+ #: admin-core/assets/build/settings-app.js:1
4177
+ msgid "Not sure about where to start?"
4178
+ msgstr ""
4179
+
4180
+ #: admin-core/assets/build/settings-app.js:1
4181
+ msgid "Watch this video"
4182
+ msgstr ""
4183
+
4184
+ #: admin-core/assets/build/settings-app.js:1
4185
+ msgid "Importing flow.."
4186
+ msgstr ""
4187
+
4188
+ #: admin-core/assets/build/settings-app.js:1
4189
+ msgid "Import Flow"
4190
+ msgstr ""
4191
+
4192
+ #: admin-core/assets/build/settings-app.js:1
4193
+ msgid "Import Flows from a JSON file"
4194
+ msgstr ""
4195
+
4196
+ #: admin-core/assets/build/settings-app.js:1
4197
+ msgid "Select an exported CartFlows Flow JSON file you would like to import."
4198
+ msgstr ""
4199
+
4200
+ #: admin-core/assets/build/settings-app.js:1
4201
+ msgid "Export All"
4202
+ msgstr ""
4203
+
4204
+ #: admin-core/assets/build/settings-app.js:1
4205
+ msgid "Exporting..."
4206
+ msgstr ""
4207
+
4208
+ #: admin-core/assets/build/settings-app.js:1
4209
+ msgid "Active"
4210
+ msgstr ""
4211
+
4212
+ #: admin-core/assets/build/settings-app.js:1
4213
+ msgid "Trash"
4214
+ msgstr ""
4215
+
4216
+ #: admin-core/assets/build/settings-app.js:1
4217
+ msgid "Draft"
4218
+ msgstr ""
4219
+
4220
+ #: admin-core/assets/build/settings-app.js:1
4221
+ msgid "First"
4222
+ msgstr ""
4223
+
4224
+ #: admin-core/assets/build/settings-app.js:1
4225
+ msgid "Last"
4226
+ msgstr ""
4227
+
4228
+ #: admin-core/assets/build/settings-app.js:1
4229
+ msgid "Applying..."
4230
+ msgstr ""
4231
+
4232
+ #: admin-core/assets/build/settings-app.js:1
4233
+ msgid "items"
4234
+ msgstr ""
4235
+
4236
+ #: admin-core/assets/build/settings-app.js:1
4237
+ msgid "Do you really want to delete this Flow?"
4238
+ msgstr ""
4239
+
4240
+ #: admin-core/assets/build/settings-app.js:1
4241
+ msgid "Do you really want to restore this Flow?"
4242
+ msgstr ""
4243
+
4244
+ #: admin-core/assets/build/settings-app.js:1
4245
+ msgid "Last Modified"
4246
+ msgstr ""
4247
+
4248
+ #: admin-core/assets/build/settings-app.js:1
4249
+ msgid "Publish"
4250
+ msgstr ""
4251
+
4252
+ #: admin-core/assets/build/settings-app.js:1
4253
+ msgid "Clone Flow"
4254
+ msgstr ""
4255
+
4256
+ #: admin-core/assets/build/settings-app.js:1
4257
+ msgid "Upgrade to Pro for this feature."
4258
+ msgstr ""
4259
+
4260
+ #: admin-core/assets/build/settings-app.js:1
4261
+ msgid "Clone (Pro)"
4262
+ msgstr ""
4263
+
4264
+ #: admin-core/assets/build/settings-app.js:1
4265
+ msgid "Export Flow"
4266
+ msgstr ""
4267
+
4268
+ #: admin-core/assets/build/settings-app.js:1
4269
+ msgid "Trash Flow"
4270
+ msgstr ""
4271
+
4272
+ #: admin-core/assets/build/settings-app.js:1
4273
+ msgid "Restore Flow"
4274
+ msgstr ""
4275
+
4276
+ #: admin-core/assets/build/settings-app.js:1
4277
+ msgid "Delete Flow"
4278
+ msgstr ""
4279
+
4280
+ #: admin-core/assets/build/settings-app.js:1
4281
+ msgid "Name"
4282
+ msgstr ""
4283
+
4284
+ #: admin-core/assets/build/settings-app.js:1
4285
+ msgid "Status"
4286
+ msgstr ""
4287
+
4288
+ #: admin-core/assets/build/settings-app.js:1
4289
+ msgid "Actions"
4290
+ msgstr ""
4291
+
4292
+ #: admin-core/assets/build/settings-app.js:1
4293
+ msgid "No Flows Found"
4294
+ msgstr ""
4295
+
4296
+ #: admin-core/assets/build/settings-app.js:1
4297
+ msgid "Offer Settings"
4298
+ msgstr ""
4299
+
4300
+ #: admin-core/assets/build/settings-app.js:1
4301
+ msgid "Permalink"
4302
+ msgstr ""
4303
+
4304
+ #: admin-core/assets/build/settings-app.js:1
4305
+ msgid "Facebook Pixel"
4306
+ msgstr ""
4307
+
4308
+ #: admin-core/assets/build/settings-app.js:1
4309
+ msgid "Create Your First Flow"
4310
+ msgstr ""
4311
+
4312
+ #: admin-core/assets/build/settings-app.js:1
4313
+ msgid "Go To Setup Wizard"
4314
+ msgstr ""
4315
+
4316
+ #: admin-core/assets/build/settings-app.js:1
4317
+ msgid "View All Steps"
4318
+ msgstr ""
4319
+
4320
+ #: admin-core/assets/build/settings-app.js:1
4321
+ msgid "You can't create more than 3 flows in free version."
4322
+ msgstr ""
4323
+
4324
+ #: admin-core/assets/build/settings-app.js:1
4325
+ msgid "Created! Redirecting..."
4326
+ msgstr ""
4327
+
4328
+ #: admin-core/assets/build/settings-app.js:1
4329
+ msgid "Failed to Create Flow!"
4330
+ msgstr ""
4331
+
4332
+ #: admin-core/assets/build/settings-app.js:1
4333
+ msgid "Upgrade To CartFlows Pro"
4334
+ msgstr ""
4335
+
4336
+ #: admin-core/assets/build/settings-app.js:1
4337
+ msgid "Name Your Flow"
4338
+ msgstr ""
4339
+
4340
+ #: admin-core/assets/build/settings-app.js:1
4341
+ msgid "You can't create more than 3 flows in free version. Upgrade to CartFlows Pro for adding more flows and other features."
4342
+ msgstr ""
4343
+
4344
+ #: admin-core/assets/build/settings-app.js:1
4345
+ msgid "Upgrade To Cartflows Pro"
4346
+ msgstr ""
4347
+
4348
+ #: admin-core/assets/build/settings-app.js:1
4349
+ msgid "Enter Flow Name"
4350
+ msgstr ""
4351
+
4352
+ #: admin-core/assets/build/settings-app.js:1
4353
+ msgid "Flow Templates"
4354
+ msgstr ""
4355
+
4356
+ #: admin-core/assets/build/settings-app.js:1
4357
+ msgid "Start from scratch"
4358
+ msgstr ""
4359
+
4360
+ #: admin-core/assets/build/settings-app.js:1
4361
+ msgid "It seems that the page builder you selected is inactive."
4362
+ msgstr ""
4363
+
4364
+ #: admin-core/assets/build/settings-app.js:1
4365
+ msgid "Are you using any other page builder? No worries. CartFlows works well with every other page builder. Right now we do not have ready templates for every page builder but we are planning to add it very soon."
4366
+ msgstr ""
4367
+
4368
+ #: admin-core/assets/build/settings-app.js:1
4369
+ msgid "Learn How "
4370
+ msgstr ""
4371
+
4372
+ #: admin-core/assets/build/settings-app.js:1
4373
+ msgid "No Results Found."
4374
+ msgstr ""
4375
+
4376
+ #: admin-core/assets/build/settings-app.js:1
4377
+ msgid "Don't see a funnel that you would like to import?"
4378
+ msgstr ""
4379
+
4380
+ #: admin-core/assets/build/settings-app.js:1
4381
+ msgid "Please suggest us "
4382
+ msgstr ""
4383
+
4384
+ #: admin-core/assets/build/settings-app.js:1
4385
+ msgid "Search Templates"
4386
+ msgstr ""
4387
+
4388
+ #: admin-core/assets/build/settings-app.js:1
4389
+ msgid "It seems that you are using the page builder other than Elementor, Beaver Builder, Divi & Gutenberg."
4390
+ msgstr ""
4391
+
4392
+ #: modules/gutenberg/dist/blocks.build.js:1
4393
+ msgid "Hide Advanced"
4394
+ msgstr ""
4395
+
4396
+ #: modules/gutenberg/dist/blocks.build.js:1
4397
+ msgid "Advanced"
4398
+ msgstr ""
4399
+
4400
+ #: modules/gutenberg/dist/blocks.build.js:1
4401
+ msgid "Line Height"
4402
+ msgstr ""
4403
+
4404
+ #: modules/gutenberg/dist/blocks.build.js:1
4405
+ msgid "Color Settings"
4406
+ msgstr ""
4407
+
4408
+ #: modules/gutenberg/dist/blocks.build.js:1
4409
+ msgid "Overlay Color"
4410
+ msgstr ""
4411
+
4412
+ #: modules/gutenberg/dist/blocks.build.js:1
4413
+ msgid "Inset"
4414
+ msgstr ""
4415
+
4416
+ #: modules/gutenberg/dist/blocks.build.js:1
4417
+ msgid "Outset"
4418
+ msgstr ""
4419
+
4420
+ #: modules/gutenberg/dist/blocks.build.js:1
4421
+ msgid "cartflows"
4422
+ msgstr ""
4423
+
4424
+ #: modules/gutenberg/dist/blocks.build.js:1
4425
+ msgid "order detail form"
4426
+ msgstr ""
4427
+
4428
+ #: modules/gutenberg/dist/blocks.build.js:1
4429
+ msgid "cf"
4430
+ msgstr ""
4431
+
4432
+ #: modules/gutenberg/dist/blocks.build.js:1
4433
+ msgid "Hide/Show Order Overview."
4434
+ msgstr ""
4435
+
4436
+ #: modules/gutenberg/dist/blocks.build.js:1
4437
+ msgid "Order Detail"
4438
+ msgstr ""
4439
+
4440
+ #: modules/gutenberg/dist/blocks.build.js:1
4441
+ msgid "Hide/Show Order Detail."
4442
+ msgstr ""
4443
+
4444
+ #: modules/gutenberg/dist/blocks.build.js:1
4445
+ msgid "Hide/Show Billing Address."
4446
+ msgstr ""
4447
+
4448
+ #: modules/gutenberg/dist/blocks.build.js:1
4449
+ msgid "Hide/Show Shipping Address."
4450
+ msgstr ""
4451
+
4452
+ #: modules/gutenberg/dist/blocks.build.js:1
4453
+ msgid "Heading Bottom Spacing(px)"
4454
+ msgstr ""
4455
+
4456
+ #: modules/gutenberg/dist/blocks.build.js:1
4457
+ msgid "Spacing Between Sections(px)"
4458
+ msgstr ""
4459
+
4460
+ #: modules/gutenberg/dist/blocks.build.js:1
4461
+ msgid "Background Type"
4462
+ msgstr ""
4463
+
4464
+ #: modules/gutenberg/dist/blocks.build.js:1
4465
+ msgid "Image"
4466
+ msgstr ""
4467
+
4468
+ #: modules/gutenberg/dist/blocks.build.js:1
4469
+ msgid "Background Image"
4470
+ msgstr ""
4471
+
4472
+ #: modules/gutenberg/dist/blocks.build.js:1
4473
+ msgid "Select Background Image"
4474
+ msgstr ""
4475
+
4476
+ #: modules/gutenberg/dist/blocks.build.js:1
4477
+ msgid "Replace image"
4478
+ msgstr ""
4479
+
4480
+ #: modules/gutenberg/dist/blocks.build.js:1
4481
+ msgid "Remove Image"
4482
+ msgstr ""
4483
+
4484
+ #: modules/gutenberg/dist/blocks.build.js:1
4485
+ msgid "Image Position"
4486
+ msgstr ""
4487
+
4488
+ #: modules/gutenberg/dist/blocks.build.js:1
4489
+ msgid "Top Left"
4490
+ msgstr ""
4491
+
4492
+ #: modules/gutenberg/dist/blocks.build.js:1
4493
+ msgid "Top Center"
4494
+ msgstr ""
4495
+
4496
+ #: modules/gutenberg/dist/blocks.build.js:1
4497
+ msgid "Top Right"
4498
+ msgstr ""
4499
+
4500
+ #: modules/gutenberg/dist/blocks.build.js:1
4501
+ msgid "Center Left"
4502
+ msgstr ""
4503
+
4504
+ #: modules/gutenberg/dist/blocks.build.js:1
4505
+ msgid "Center Center"
4506
+ msgstr ""
4507
+
4508
+ #: modules/gutenberg/dist/blocks.build.js:1
4509
+ msgid "Center Right"
4510
+ msgstr ""
4511
+
4512
+ #: modules/gutenberg/dist/blocks.build.js:1
4513
+ msgid "Bottom Left"
4514
+ msgstr ""
4515
+
4516
+ #: modules/gutenberg/dist/blocks.build.js:1
4517
+ msgid "Bottom Center"
4518
+ msgstr ""
4519
+
4520
+ #: modules/gutenberg/dist/blocks.build.js:1
4521
+ msgid "Bottom Right"
4522
+ msgstr ""
4523
+
4524
+ #: modules/gutenberg/dist/blocks.build.js:1
4525
+ msgid "Attachment"
4526
+ msgstr ""
4527
+
4528
+ #: modules/gutenberg/dist/blocks.build.js:1
4529
+ msgid "Fixed"
4530
+ msgstr ""
4531
+
4532
+ #: modules/gutenberg/dist/blocks.build.js:1
4533
+ msgid "Scroll"
4534
+ msgstr ""
4535
+
4536
+ #: modules/gutenberg/dist/blocks.build.js:1
4537
+ msgid "Repeat"
4538
+ msgstr ""
4539
+
4540
+ #: modules/gutenberg/dist/blocks.build.js:1
4541
+ msgid "No Repeat"
4542
+ msgstr ""
4543
+
4544
+ #: modules/gutenberg/dist/blocks.build.js:1
4545
+ msgid "Repeat-x"
4546
+ msgstr ""
4547
+
4548
+ #: modules/gutenberg/dist/blocks.build.js:1
4549
+ msgid "Repeat-y"
4550
+ msgstr ""
4551
+
4552
+ #: modules/gutenberg/dist/blocks.build.js:1
4553
+ msgid "Auto"
4554
+ msgstr ""
4555
+
4556
+ #: modules/gutenberg/dist/blocks.build.js:1
4557
+ msgid "Cover"
4558
+ msgstr ""
4559
+
4560
+ #: modules/gutenberg/dist/blocks.build.js:1
4561
+ msgid "Contain"
4562
+ msgstr ""
4563
+
4564
+ #: modules/gutenberg/dist/blocks.build.js:1
4565
+ msgid "Opacity"
4566
+ msgstr ""
4567
+
4568
+ #: modules/gutenberg/dist/blocks.build.js:1
4569
+ msgid "Loading"
4570
+ msgstr ""
4571
+
4572
+ #: modules/gutenberg/dist/blocks.build.js:1
4573
+ msgid "Font Subset"
4574
+ msgstr ""
4575
+
4576
+ #: modules/gutenberg/dist/blocks.build.js:1
4577
+ msgid "px"
4578
+ msgstr ""
4579
+
4580
+ #: modules/gutenberg/dist/blocks.build.js:1
4581
+ msgid "em"
4582
+ msgstr ""
4583
+
4584
+ #: modules/gutenberg/dist/blocks.build.js:1
4585
+ msgid "Size Type"
4586
+ msgstr ""
4587
+
4588
+ #: modules/gutenberg/dist/blocks.build.js:1
4589
+ msgid "next step button"
4590
+ msgstr ""
4591
+
4592
+ #: modules/gutenberg/dist/blocks.build.js:1
4593
+ msgid "Select Icon"
4594
+ msgstr ""
4595
+
4596
+ #: modules/gutenberg/dist/blocks.build.js:1
4597
+ msgid "Button Hover Color"
4598
+ msgstr ""
4599
+
4600
+ #: modules/gutenberg/dist/blocks.build.js:1
4601
+ msgid "Icon Color"
4602
+ msgstr ""
4603
+
4604
+ #: modules/gutenberg/dist/blocks.build.js:1
4605
+ msgid "Icon Hover Color"
4606
+ msgstr ""
4607
+
4608
+ #: modules/gutenberg/dist/blocks.build.js:1
4609
+ msgid "Groove"
4610
+ msgstr ""
4611
+
4612
+ #: modules/gutenberg/dist/blocks.build.js:1
4613
+ msgid "Ridge"
4614
+ msgstr ""
4615
+
4616
+ #: modules/gutenberg/dist/blocks.build.js:1
4617
+ msgid "Title Bottom Spacing (px)"
4618
+ msgstr ""
4619
+
4620
+ #: modules/gutenberg/dist/blocks.build.js:1
4621
+ msgid "Hover Color"
4622
+ msgstr ""
4623
+
4624
+ #: modules/gutenberg/dist/blocks.build.js:1
4625
+ msgid "Text Transform"
4626
+ msgstr ""
4627
+
4628
+ #: modules/gutenberg/dist/blocks.build.js:1
4629
+ msgid "Capitalize"
4630
+ msgstr ""
4631
+
4632
+ #: modules/gutenberg/dist/blocks.build.js:1
4633
+ msgid "Uppercase"
4634
+ msgstr ""
4635
+
4636
+ #: modules/gutenberg/dist/blocks.build.js:1
4637
+ msgid "Lowercase"
4638
+ msgstr ""
4639
+
4640
+ #: modules/gutenberg/dist/blocks.build.js:1
4641
+ msgid "Letter Spacing (px)"
4642
+ msgstr ""
4643
+
4644
+ #: modules/gutenberg/dist/blocks.build.js:1
4645
+ msgid "Add text…"
4646
+ msgstr ""
4647
+
4648
+ #: modules/gutenberg/dist/blocks.build.js:1
4649
+ msgid "checkout form"
4650
+ msgstr ""
4651
+
4652
+ #: modules/gutenberg/dist/blocks.build.js:1
4653
+ msgid "One Column ( Pro )"
4654
+ msgstr ""
4655
+
4656
+ #: modules/gutenberg/dist/blocks.build.js:1
4657
+ msgid "Two Step ( Pro )"
4658
+ msgstr ""
4659
+
4660
+ #: modules/gutenberg/dist/blocks.build.js:1
4661
+ msgid "Floating label ( Pro )"
4662
+ msgstr ""
4663
+
4664
+ #: modules/gutenberg/dist/blocks.build.js:1
4665
+ msgid "Floating label"
4666
+ msgstr ""
4667
+
4668
+ #: modules/gutenberg/dist/blocks.build.js:1
4669
+ msgid "Border Width (px)"
4670
+ msgstr ""
4671
+
4672
+ #: modules/gutenberg/dist/blocks.build.js:1
4673
+ msgid "Note: This feature is available in the CartFlows Pro. Upgrade Now!."
4674
+ msgstr ""
4675
+
4676
+ #: modules/gutenberg/dist/blocks.build.js:1
4677
+ msgid "Input Field"
4678
+ msgstr ""
4679
+
4680
+ #: modules/gutenberg/dist/blocks.build.js:1
4681
+ msgid "Input/Text Placeholder Color"
4682
+ msgstr ""
4683
+
4684
+ #: modules/gutenberg/dist/blocks.build.js:1
4685
+ msgid "Border Radius (px)"
4686
+ msgstr ""
4687
+
4688
+ #: modules/gutenberg/dist/blocks.build.js:1
4689
+ msgid "Button"
4690
+ msgstr ""
4691
+
4692
+ #: modules/gutenberg/dist/blocks.build.js:1
4693
+ msgid "Box Shadow"
4694
+ msgstr ""
4695
+
4696
+ #: modules/gutenberg/dist/blocks.build.js:1
4697
+ msgid "Horizontal"
4698
+ msgstr ""
4699
+
4700
+ #: modules/gutenberg/dist/blocks.build.js:1
4701
+ msgid "Vertical"
4702
+ msgstr ""
4703
+
4704
+ #: modules/gutenberg/dist/blocks.build.js:1
4705
+ msgid "Blur"
4706
+ msgstr ""
4707
+
4708
+ #: modules/gutenberg/dist/blocks.build.js:1
4709
+ msgid "Spread"
4710
+ msgstr ""
4711
+
4712
+ #: modules/gutenberg/dist/blocks.build.js:1
4713
+ msgid "Title Color"
4714
+ msgstr ""
4715
+
4716
+ #: modules/gutenberg/dist/blocks.build.js:1
4717
+ msgid "Section Padding (px)"
4718
+ msgstr ""
4719
+
4720
+ #: modules/gutenberg/dist/blocks.build.js:1
4721
+ msgid "Section Margin (px)"
4722
+ msgstr ""
4723
+
4724
+ #: modules/gutenberg/dist/blocks.build.js:1
4725
+ msgid "Success / Error Message"
4726
+ msgstr ""
4727
+
4728
+ #: modules/gutenberg/dist/blocks.build.js:1
4729
+ msgid "Form success / Error validation"
4730
+ msgstr ""
4731
+
4732
+ #: modules/gutenberg/dist/blocks.build.js:1
4733
+ msgid "Error Message"
4734
+ msgstr ""
4735
+
4736
+ #: modules/gutenberg/dist/blocks.build.js:1
4737
+ msgid "Message Color"
4738
+ msgstr ""
4739
+
4740
+ #: modules/gutenberg/dist/blocks.build.js:1
4741
+ msgid "optin form"
4742
+ msgstr ""
4743
+
4744
+ #: modules/gutenberg/dist/blocks.build.js:1
4745
+ msgid "Floating Label ( Pro )"
4746
+ msgstr ""
4747
+
4748
+ #: modules/gutenberg/dist/blocks.build.js:1
4749
+ msgid "Floating Label"
4750
+ msgstr ""
4751
+
4752
+ #: modules/gutenberg/dist/blocks.build.js:1
4753
+ msgid "Submit Button Text"
4754
+ msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
4
  Tags: woocommerce, funnel builder, sales funnels, elementor, beaver builder
5
  Requires at least: 4.4
6
  Tested up to: 5.6
7
- Stable tag: 1.6.2
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -127,6 +127,9 @@ Glad you asked! Most normal users have less than 3 funnels on a single website,
127
 
128
  == Changelog ==
129
 
 
 
 
130
  = Version 1.6.2 - Monday, 18th January 2021 =
131
  * Improvement: New UI RTL support added.
132
  * Fix: Checkout product selection settings saving issue when empty.
4
  Tags: woocommerce, funnel builder, sales funnels, elementor, beaver builder
5
  Requires at least: 4.4
6
  Tested up to: 5.6
7
+ Stable tag: 1.6.3
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
127
 
128
  == Changelog ==
129
 
130
+ = Version 1.6.3 - Monday, 18th January 2021 =
131
+ * Fix: Checkout steps backend was not working when a variation product was selected.
132
+
133
  = Version 1.6.2 - Monday, 18th January 2021 =
134
  * Improvement: New UI RTL support added.
135
  * Fix: Checkout product selection settings saving issue when empty.