Browse Source

10.8.4 release

Gaudenz Alder 6 years ago
parent
commit
607e2536f0
66 changed files with 224 additions and 159 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      VERSION
  3. 2 2
      etc/mxgraph/mxClient.js
  4. 1 1
      src/main/webapp/cache.manifest
  5. 57 57
      src/main/webapp/js/app.min.js
  6. 1 2
      src/main/webapp/js/diagramly/Menus.js
  7. 4 2
      src/main/webapp/js/diagramly/vsdx/importer.js
  8. 7 7
      src/main/webapp/js/extensions.min.js
  9. 1 1
      src/main/webapp/js/mxgraph/Actions.js
  10. 5 3
      src/main/webapp/js/mxgraph/Graph.js
  11. 56 56
      src/main/webapp/js/viewer.min.js
  12. 29 27
      src/main/webapp/plugins/tags.js
  13. 1 0
      src/main/webapp/resources/dia.txt
  14. 1 0
      src/main/webapp/resources/dia_am.txt
  15. 1 0
      src/main/webapp/resources/dia_ar.txt
  16. 1 0
      src/main/webapp/resources/dia_bg.txt
  17. 1 0
      src/main/webapp/resources/dia_bn.txt
  18. 1 0
      src/main/webapp/resources/dia_bs.txt
  19. 1 0
      src/main/webapp/resources/dia_ca.txt
  20. 1 0
      src/main/webapp/resources/dia_cs.txt
  21. 1 0
      src/main/webapp/resources/dia_da.txt
  22. 1 0
      src/main/webapp/resources/dia_de.txt
  23. 1 0
      src/main/webapp/resources/dia_el.txt
  24. 1 0
      src/main/webapp/resources/dia_eo.txt
  25. 1 0
      src/main/webapp/resources/dia_es.txt
  26. 1 0
      src/main/webapp/resources/dia_et.txt
  27. 1 0
      src/main/webapp/resources/dia_fa.txt
  28. 1 0
      src/main/webapp/resources/dia_fi.txt
  29. 1 0
      src/main/webapp/resources/dia_fil.txt
  30. 1 0
      src/main/webapp/resources/dia_fr.txt
  31. 1 0
      src/main/webapp/resources/dia_gu.txt
  32. 1 0
      src/main/webapp/resources/dia_he.txt
  33. 1 0
      src/main/webapp/resources/dia_hi.txt
  34. 1 0
      src/main/webapp/resources/dia_hr.txt
  35. 1 0
      src/main/webapp/resources/dia_hu.txt
  36. 1 0
      src/main/webapp/resources/dia_i18n.txt
  37. 1 0
      src/main/webapp/resources/dia_id.txt
  38. 1 0
      src/main/webapp/resources/dia_it.txt
  39. 1 0
      src/main/webapp/resources/dia_ja.txt
  40. 1 0
      src/main/webapp/resources/dia_kn.txt
  41. 1 0
      src/main/webapp/resources/dia_ko.txt
  42. 1 0
      src/main/webapp/resources/dia_lt.txt
  43. 1 0
      src/main/webapp/resources/dia_lv.txt
  44. 1 0
      src/main/webapp/resources/dia_ml.txt
  45. 1 0
      src/main/webapp/resources/dia_mr.txt
  46. 1 0
      src/main/webapp/resources/dia_ms.txt
  47. 1 0
      src/main/webapp/resources/dia_nl.txt
  48. 1 0
      src/main/webapp/resources/dia_no.txt
  49. 1 0
      src/main/webapp/resources/dia_pl.txt
  50. 1 0
      src/main/webapp/resources/dia_pt-br.txt
  51. 1 0
      src/main/webapp/resources/dia_pt.txt
  52. 1 0
      src/main/webapp/resources/dia_ro.txt
  53. 1 0
      src/main/webapp/resources/dia_ru.txt
  54. 1 0
      src/main/webapp/resources/dia_sk.txt
  55. 1 0
      src/main/webapp/resources/dia_sl.txt
  56. 1 0
      src/main/webapp/resources/dia_sr.txt
  57. 1 0
      src/main/webapp/resources/dia_sv.txt
  58. 1 0
      src/main/webapp/resources/dia_sw.txt
  59. 1 0
      src/main/webapp/resources/dia_ta.txt
  60. 1 0
      src/main/webapp/resources/dia_te.txt
  61. 1 0
      src/main/webapp/resources/dia_th.txt
  62. 1 0
      src/main/webapp/resources/dia_tr.txt
  63. 1 0
      src/main/webapp/resources/dia_uk.txt
  64. 1 0
      src/main/webapp/resources/dia_vi.txt
  65. 1 0
      src/main/webapp/resources/dia_zh-tw.txt
  66. 1 0
      src/main/webapp/resources/dia_zh.txt

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+29-JUN-2019: 10.8.4
+
+- No longer selects parent after delete of child
+- Updates in-place editor after window resize
+- Uses mxGraph 4.0.1 beta 10
+
 28-JUN-2019: 10.8.3
 
 - Embed diagrams from URL in Jira Cloud

+ 1 - 1
VERSION

@@ -1 +1 @@
-10.8.3
+10.8.4

File diff suppressed because it is too large
+ 2 - 2
etc/mxgraph/mxClient.js


+ 1 - 1
src/main/webapp/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 06/28/2019 01:22 PM
+# 06/29/2019 01:59 PM
 
 app.html
 index.html?offline=1

File diff suppressed because it is too large
+ 57 - 57
src/main/webapp/js/app.min.js


+ 1 - 2
src/main/webapp/js/diagramly/Menus.js

@@ -1609,8 +1609,7 @@
 
 		editorUi.actions.addAction('microsoftOffice...', function()
 		{
-			// TODO Add officeaddin.draw.io
-			editorUi.openLink('https://appsource.microsoft.com/product/office/WA200000113');
+			editorUi.openLink('https://office.draw.io');
 		});
 
 		editorUi.actions.addAction('googleDocs...', function()

+ 4 - 2
src/main/webapp/js/diagramly/vsdx/importer.js

@@ -193,7 +193,9 @@ var com;
 	                            var entry = array122[index121];
 	                            {
 	                                var page_1 = entry.getValue();
-	                                if (!page_1.isBackground()) {
+	                                //As per many requests, include all pages in the output
+	                                //if (!page_1.isBackground()) 
+	                                {
 	                                    var graph_1 = this_1.createMxGraph();
 	                                    graph_1.getModel().beginUpdate();
 	                                    this_1.importPage(page_1, graph_1, graph_1.getDefaultParent());
@@ -453,7 +455,7 @@ var com;
                     if (page != null) {
                         //var pageName_1 = org.apache.commons.lang3.StringEscapeUtils.escapeXml11(page.getPageName());
                     	//TODO FIXME htmlEntities is not exactly as escapeXml11 but close
-                        var pageName_1 = mxUtils.htmlEntities(page.getPageName());
+                        var pageName_1 = mxUtils.htmlEntities(page.getPageName()) + (page.isBackground()? ' (Background)' : '');
                         output += '<diagram name="' + pageName_1 + '" id="' + pageName_1 + '">';
                     }
                     

File diff suppressed because it is too large
+ 7 - 7
src/main/webapp/js/extensions.min.js


+ 1 - 1
src/main/webapp/js/mxgraph/Actions.js

@@ -197,7 +197,7 @@ Actions.prototype.init = function()
 		
 		if (cells != null && cells.length > 0)
 		{
-			var parents = graph.model.getParents(cells);
+			var parents = (graph.selectParentAfterDelete) ? graph.model.getParents(cells) : null;
 			graph.removeCells(cells, includeEdges);
 			
 			// Selects parents for easier editing of groups

+ 5 - 3
src/main/webapp/js/mxgraph/Graph.js

@@ -45,9 +45,6 @@ if (!Date.prototype.toISOString)
     }());
 }
 
-/**
- * Sets global constants.
- */
 // Changes default colors
 mxConstants.SHADOW_OPACITY = 0.25;
 mxConstants.SHADOWCOLOR = '#000000';
@@ -1143,6 +1140,11 @@ Graph.prototype.scrollTileSize = new mxRectangle(0, 0, 400, 400);
  */
 Graph.prototype.transparentBackground = true;
 
+/**
+ * Sets global constants.
+ */
+Graph.prototype.selectParentAfterDelete = false;
+
 /**
  * Sets the default target for all links in cells.
  */

File diff suppressed because it is too large
+ 56 - 56
src/main/webapp/js/viewer.min.js


+ 29 - 27
src/main/webapp/plugins/tags.js

@@ -93,6 +93,7 @@ Draw.loadPlugin(function(editorUi)
 		function getAllTagsForCells(cells)
 		{
 			var tokens = [];
+			var temp = {};
 			
 			for (var i = 0; i < cells.length; i++)
 			{
@@ -100,27 +101,22 @@ Draw.loadPlugin(function(editorUi)
 
 				if (tags.length > 0)
 				{
-					tokens = tokens.concat(tags.toLowerCase().split(' '));
-				}
-			}
-			
-			var result = [];
-			
-			if (tokens.length > 0)
-			{
-				tokens.sort();
-				result.push(tokens[0]);
-				
-				for (var i = 1; i < tokens.length; i++)
-				{
-					if (result[result.length - 1] != tokens[i])
+					var t = tags.toLowerCase().split(' ');
+					
+					for (var j = 0; j < t.length; j++)
 					{
-						result.push(tokens[i]);
+						if (temp[t[j]] == null)
+						{
+							temp[t[j]] = true;
+							tokens.push(t[j]);
+						}
 					}
 				}
 			}
-		
-			return result;
+			
+			tokens.sort();
+			
+			return tokens;
 		};
 		
 		function getCommonTagsForCells(cells)
@@ -177,24 +173,30 @@ Draw.loadPlugin(function(editorUi)
 		};
 
 		/**
-		 * Returns the cells in the model (or given array) that have all of the
-		 * given tags in their tags property.
+		 * Returns true if tags exist and are all in lookup.
 		 */
-		function matchTags(tags, lookup)
+		function matchTags(tags, lookup, tagCount)
 		{
 			if (tags.length > 0)
 			{
 				var tmp = tags.toLowerCase().split(' ');
-
-				for (var i = 0; i < tmp.length; i++)
+				
+				if (tmp.length > tagCount)
 				{
-					if (lookup[tmp[i]] == null)
+					return false;
+				}
+				else
+				{
+					for (var i = 0; i < tmp.length; i++)
 					{
-						return false
+						if (lookup[tmp[i]] == null)
+						{
+							return false;
+						}
 					}
+					
+					return true;
 				}
-				
-				return true;
 			}
 			else
 			{
@@ -210,7 +212,7 @@ Draw.loadPlugin(function(editorUi)
 		{
 			return graphIsCellVisible.apply(this, arguments) &&
 				(hiddenTagCount == 0 ||
-				!matchTags(getTagsForCell(cell), hiddenTags));
+				!matchTags(getTagsForCell(cell), hiddenTags, hiddenTagCount));
 		};
 		
 		function setCellsVisibleForTag(tag, visible)

+ 1 - 0
src/main/webapp/resources/dia.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_am.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ar.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_bg.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_bn.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_bs.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ca.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_cs.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_da.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_de.txt

@@ -929,3 +929,4 @@ uploading=Wird hochgeladen
 confALibExist=Diese Bibliothek existiert bereits
 confAUploadSucc=Erfolgreich hochgeladen
 confAUploadFailErr=Hochladen fehlgeschlagen (unerwarteter Fehler)
+hiResPreview=Hochauflösende Vorschau

+ 1 - 0
src/main/webapp/resources/dia_el.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_eo.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_es.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_et.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_fa.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_fi.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_fil.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_fr.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_gu.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_he.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_hi.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_hr.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_hu.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_i18n.txt

@@ -929,3 +929,4 @@ uploading=uploading
 confALibExist=confALibExist
 confAUploadSucc=confAUploadSucc
 confAUploadFailErr=confAUploadFailErr
+hiResPreview=hiResPreview

+ 1 - 0
src/main/webapp/resources/dia_id.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_it.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ja.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_kn.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ko.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_lt.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_lv.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ml.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_mr.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ms.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_nl.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_no.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_pl.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_pt-br.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_pt.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ro.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ru.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_sk.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_sl.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_sr.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_sv.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_sw.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_ta.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_te.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_th.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_tr.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_uk.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_vi.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_zh-tw.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview

+ 1 - 0
src/main/webapp/resources/dia_zh.txt

@@ -929,3 +929,4 @@ uploading=Uploading
 confALibExist=This library already exists
 confAUploadSucc=Uploaded successfully
 confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview