@innovastudio/contentbox 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -406,6 +406,15 @@ _txt["Add Row ID"] = "Add Row ID";
|
|
406
406
|
_txt["Add Column ID"] = "Add Column ID";
|
407
407
|
_txt["Add Element ID"] = "Add Element ID";
|
408
408
|
_txt["Add Css Classes"] = "Add Css Classes";
|
409
|
+
_txt["Laptop"] = "Laptop";
|
410
|
+
_txt["Mobile"] = "Mobile";
|
411
|
+
_txt["Tablet"] = "Tablet";
|
412
|
+
_txt["Laptop/Tablet (Landscape)"] = "Laptop/Tablet (Landscape)";
|
413
|
+
_txt["Tablet (Landscape)"] = "Tablet (Landscape)";
|
414
|
+
_txt["Tablet (Portrait)"] = "Tablet (Portrait)";
|
415
|
+
_txt["Laptop/Tablet"] = "Laptop/Tablet";
|
416
|
+
_txt["Desktop"] = "Desktop";
|
417
|
+
// _txt["Live Preview"] = "Live Preview";
|
409
418
|
|
410
419
|
//ContentBox.js
|
411
420
|
_txt['Sections'] = 'Sections';
|
@@ -632,9 +641,6 @@ _txt["No Spacing"] = "No Spacing";
|
|
632
641
|
_txt["Hidden on Start"] = "Hidden on Start";
|
633
642
|
_txt["Slide X"] = "Slide X";
|
634
643
|
_txt["Slide Y"] = "Slide Y";
|
635
|
-
_txt["Desktop"] = "Desktop";
|
636
|
-
_txt["Laptop/Tablet"] = "Laptop/Tablet";
|
637
|
-
_txt["Mobile"] = "Mobile";
|
638
644
|
_txt["Pin Section"] = "Pin Section";
|
639
645
|
_txt["Medium"] = "Medium";
|
640
646
|
_txt["Large"] = "Large";
|
@@ -644,4 +650,7 @@ _txt["Disable All Section Animations on Mobile"] = "Disable All Section Animatio
|
|
644
650
|
_txt["Extended (for use with pinned section)"] = "Extended (for use with pinned section)";
|
645
651
|
_txt["Show Control"] = "Show Control";
|
646
652
|
_txt["Play/Pause"] = "Play/Pause";
|
647
|
-
_txt["Mute/Unmute"] = "Mute/Unmute";
|
653
|
+
_txt["Mute/Unmute"] = "Mute/Unmute";
|
654
|
+
_txt["Content Spacing"] = "Content Spacing";
|
655
|
+
_txt["Disable Pin on Mobile"] = "Disable Pin on Mobile";
|
656
|
+
|