@innovastudio/contentbox 1.6.202 → 1.6.203

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.
@@ -1074,6 +1074,24 @@ _txt["Upper/Lower"] = "Upper/Lower";
1074
1074
  /* link dialog */
1075
1075
  _txt["Open in a lightbox"] = "Open in a lightbox";
1076
1076
 
1077
+ /* keyboard access to the tool strips */
1078
+ // _txt["Element"] = "Element";
1079
+ _txt["Press Escape for the editing tools"] = "Press Escape for the editing tools";
1080
+
1081
+ /* keyboard access: names for the element tool strips */
1082
+ _txt["Iframe"] = "Iframe";
1083
+ // _txt["Code"] = "Code";
1084
+ _txt["Plugin"] = "Plugin";
1085
+ // _txt["Module"] = "Module";
1086
+
1087
+ /* accessibility: names for controls that had none */
1088
+ _txt["Snippet category"] = "Snippet category";
1089
+ _txt["Select Video"] = "Select Video";
1090
+ // _txt["Select Image"] = "Select Image";
1091
+ _txt["Select Media"] = "Select Media";
1092
+ _txt["Select Audio"] = "Select Audio";
1093
+ _txt["Upload File"] = "Upload File";
1094
+
1077
1095
  /* ContentBox only — not in the ContentBuilder language file */
1078
1096
  _txt["Text Case"] = "Text Case";
1079
1097
  _txt["To try the On-Click action, please disable column editing by clicking the lock button"] = "To try the On-Click action, please disable column editing by clicking the lock button";
@@ -1618,3 +1636,6 @@ _txt["Space around the button. Padding inside it is set by Size, above."] = "Spa
1618
1636
  _txt["Save Current Style"] = "Save Current Style";
1619
1637
  _txt["No saved styles yet. Style a button, then save it here to reuse it."] = "No saved styles yet. Style a button, then save it here to reuse it.";
1620
1638
  _txt["This button uses the older hover method. Changing a hover color here updates it."] = "This button uses the older hover method. Changing a hover color here updates it.";
1639
+
1640
+ /* accessibility: names for controls that had none */
1641
+ _txt["Progress"] = "Progress";
package/readme.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  ========================================================================
2
- CONTENTBOX.JS 6.0.7
2
+ CONTENTBOX.JS 6.0.8
3
3
  ========================================================================
4
4
 
5
5
  Thanks for using ContentBox - a browser-based drag & drop page builder.