浏览代码

12.3.9 release

David Benson [draw.io] 5 年之前
父节点
当前提交
24ec18a21b
共有 69 个文件被更改,包括 2779 次插入576 次删除
  1. 10 0
      ChangeLog
  2. 1 1
      VERSION
  3. 7 8
      src/main/java/com/mxgraph/io/gliffy/importer/GliffyDiagramConverter.java
  4. 47 5
      src/main/java/com/mxgraph/io/gliffy/model/GliffyObject.java
  5. 7 3
      src/main/java/com/mxgraph/io/gliffy/model/Graphic.java
  6. 1 1
      src/main/webapp/cache.manifest
  7. 10 9
      src/main/webapp/js/app.min.js
  8. 7 1
      src/main/webapp/js/diagramly/DrawioFileSync.js
  9. 4 0
      src/main/webapp/js/diagramly/DriveClient.js
  10. 2 2
      src/main/webapp/js/diagramly/Extensions.js
  11. 3 2
      src/main/webapp/js/diagramly/GraphViewer.js
  12. 57 57
      src/main/webapp/js/extensions.min.js
  13. 8 8
      src/main/webapp/js/viewer.min.js
  14. 9 6
      src/main/webapp/resources/dia.txt
  15. 9 6
      src/main/webapp/resources/dia_am.txt
  16. 9 6
      src/main/webapp/resources/dia_ar.txt
  17. 9 6
      src/main/webapp/resources/dia_bg.txt
  18. 9 6
      src/main/webapp/resources/dia_bn.txt
  19. 11 8
      src/main/webapp/resources/dia_bs.txt
  20. 170 167
      src/main/webapp/resources/dia_ca.txt
  21. 9 6
      src/main/webapp/resources/dia_cs.txt
  22. 9 6
      src/main/webapp/resources/dia_da.txt
  23. 8 5
      src/main/webapp/resources/dia_de.txt
  24. 9 6
      src/main/webapp/resources/dia_el.txt
  25. 9 6
      src/main/webapp/resources/dia_eo.txt
  26. 9 6
      src/main/webapp/resources/dia_es.txt
  27. 9 6
      src/main/webapp/resources/dia_et.txt
  28. 9 6
      src/main/webapp/resources/dia_fa.txt
  29. 9 6
      src/main/webapp/resources/dia_fi.txt
  30. 9 6
      src/main/webapp/resources/dia_fil.txt
  31. 9 6
      src/main/webapp/resources/dia_fr.txt
  32. 9 6
      src/main/webapp/resources/dia_gu.txt
  33. 9 6
      src/main/webapp/resources/dia_he.txt
  34. 9 6
      src/main/webapp/resources/dia_hi.txt
  35. 9 6
      src/main/webapp/resources/dia_hr.txt
  36. 9 6
      src/main/webapp/resources/dia_hu.txt
  37. 3 0
      src/main/webapp/resources/dia_i18n.txt
  38. 9 6
      src/main/webapp/resources/dia_id.txt
  39. 9 6
      src/main/webapp/resources/dia_it.txt
  40. 9 6
      src/main/webapp/resources/dia_ja.txt
  41. 9 6
      src/main/webapp/resources/dia_kn.txt
  42. 9 6
      src/main/webapp/resources/dia_ko.txt
  43. 9 6
      src/main/webapp/resources/dia_lt.txt
  44. 9 6
      src/main/webapp/resources/dia_lv.txt
  45. 9 6
      src/main/webapp/resources/dia_ml.txt
  46. 9 6
      src/main/webapp/resources/dia_mr.txt
  47. 9 6
      src/main/webapp/resources/dia_ms.txt
  48. 987 0
      src/main/webapp/resources/dia_my.txt
  49. 8 5
      src/main/webapp/resources/dia_nl.txt
  50. 9 6
      src/main/webapp/resources/dia_no.txt
  51. 9 6
      src/main/webapp/resources/dia_pl.txt
  52. 9 6
      src/main/webapp/resources/dia_pt-br.txt
  53. 9 6
      src/main/webapp/resources/dia_pt.txt
  54. 9 6
      src/main/webapp/resources/dia_ro.txt
  55. 9 6
      src/main/webapp/resources/dia_ru.txt
  56. 987 0
      src/main/webapp/resources/dia_si.txt
  57. 9 6
      src/main/webapp/resources/dia_sk.txt
  58. 9 6
      src/main/webapp/resources/dia_sl.txt
  59. 9 6
      src/main/webapp/resources/dia_sr.txt
  60. 9 6
      src/main/webapp/resources/dia_sv.txt
  61. 9 6
      src/main/webapp/resources/dia_sw.txt
  62. 9 6
      src/main/webapp/resources/dia_ta.txt
  63. 9 6
      src/main/webapp/resources/dia_te.txt
  64. 9 6
      src/main/webapp/resources/dia_th.txt
  65. 9 6
      src/main/webapp/resources/dia_tr.txt
  66. 9 6
      src/main/webapp/resources/dia_uk.txt
  67. 9 6
      src/main/webapp/resources/dia_vi.txt
  68. 9 6
      src/main/webapp/resources/dia_zh-tw.txt
  69. 9 6
      src/main/webapp/resources/dia_zh.txt

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+09-DEC-2019: 12.3.9
+
+- Fixes NPE in Lucidchart import
+- Adds check for empty layerID array in GraphViewer
+
+06-DEC-2019: 12.3.8
+
+- Improves Gliffy import of nested links
+- Adds pageID target export selection in Confluence Cloud
+
 05-DEC-2019: 12.3.7
 
 - Fixes handling of clipboard data

+ 1 - 1
VERSION

@@ -1 +1 @@
-12.3.7
+12.3.9

+ 7 - 8
src/main/java/com/mxgraph/io/gliffy/importer/GliffyDiagramConverter.java

@@ -655,9 +655,9 @@ public class GliffyDiagramConverter
 
 				if (style.lastIndexOf("strokeWidth") == -1)
 				{
-					style.append("strokeWidth=" + shape.strokeWidth).append(";");
+					style.append("strokeWidth=" + shape.getStrokeWidth()).append(";");
 
-					if (shape.strokeWidth == 0 && !isChevron)
+					if (shape.getStrokeWidth() == 0 && !isChevron)
 					{
 						style.append("strokeColor=none;");
 					}
@@ -720,13 +720,13 @@ public class GliffyDiagramConverter
 
 				cell.setEdge(true);
 				style.append("shape=filledEdge;");
-				style.append("strokeWidth=" + line.strokeWidth).append(";");
+				style.append("strokeWidth=" + line.getStrokeWidth()).append(";");
 				style.append("strokeColor=" + line.strokeColor).append(";");
 				style.append("fillColor=" + line.fillColor).append(";");
 				style.append(ArrowMapping.get(line.startArrow).toString(true)).append(";");
 				style.append(ArrowMapping.get(line.endArrow).toString(false)).append(";");
 				style.append("rounded=" + (line.cornerRadius != null ? "1" : "0")).append(";");
-				style.append(DashStyleMapping.get(line.dashStyle, line.strokeWidth));
+				style.append(DashStyleMapping.get(line.dashStyle, line.getStrokeWidth()));
 				style.append(LineMapping.get(line.interpolationType));
 
 				geometry.setX(0);
@@ -737,7 +737,6 @@ public class GliffyDiagramConverter
 				textObject = gliffyObject;
 				cell.setVertex(true);
 				style.append("text;html=1;nl2Br=0;");
-//				setFontSizeBasedOnGlobal(style);
 				cell.setValue(gliffyObject.getText());
 
 				//if text is a child of a cell, use relative geometry and set X and Y to 0
@@ -852,7 +851,7 @@ public class GliffyDiagramConverter
 			GliffyObject header = gliffyObject.children.get(0);// first child is the header of the swimlane
 
 			GliffyShape shape = header.graphic.getShape();
-			style.append("strokeWidth=" + shape.strokeWidth).append(";");
+			style.append("strokeWidth=" + shape.getStrokeWidth()).append(";");
 			style.append("shadow=" + (shape.dropShadow ? 1 : 0)).append(";");
 			style.append("fillColor=" + shape.fillColor).append(";");
 			style.append("strokeColor=" + shape.strokeColor).append(";");
@@ -867,7 +866,7 @@ public class GliffyDiagramConverter
 				GliffyShape gs = gLane.graphic.getShape();
 				StringBuilder laneStyle = new StringBuilder();
 				laneStyle.append("swimlane;collapsible=0;swimlaneLine=0;");
-				laneStyle.append("strokeWidth=" + gs.strokeWidth).append(";");
+				laneStyle.append("strokeWidth=" + gs.getStrokeWidth()).append(";");
 				laneStyle.append("shadow=" + (gs.dropShadow ? 1 : 0)).append(";");
 				laneStyle.append("fillColor=" + gs.fillColor).append(";");
 				laneStyle.append("strokeColor=" + gs.strokeColor).append(";");
@@ -918,7 +917,7 @@ public class GliffyDiagramConverter
 
 			style.append("shape=" + StencilTranslator.translate(gliffyObject.uid, null)).append(";");
 			style.append("shadow=" + (mindmap.dropShadow ? 1 : 0)).append(";");
-			style.append("strokeWidth=" + mindmap.strokeWidth).append(";");
+			style.append("strokeWidth=" + mindmap.getStrokeWidth()).append(";");
 			style.append("fillColor=" + mindmap.fillColor).append(";");
 			style.append("strokeColor=" + mindmap.strokeColor).append(";");
 			style.append(DashStyleMapping.get(mindmap.dashStyle, 1));

+ 47 - 5
src/main/java/com/mxgraph/io/gliffy/model/GliffyObject.java

@@ -30,6 +30,8 @@ public class GliffyObject implements PostDeserializable
 	
 	public static Set<String> FORCE_CONSTRAINTS_SHAPES = new HashSet<String>();
 	
+	public static Set<String> DEEPLY_NESTED_LINKS = new HashSet<String>();
+	
 	private static Map<String, double[]> SHAPES_COORD_FIX = new HashMap<>();
 
 	public float x;
@@ -225,6 +227,12 @@ public class GliffyObject implements PostDeserializable
 		
 		//There are many shapes where fillColor is the strokeColor
 		FILLCLR_IS_STROKECLR_SHAPES.add("com.gliffy.stencil.rectangle.no_fill_line_bottom_2px_off");
+		
+		//these shapes put links on their grandchildren
+		DEEPLY_NESTED_LINKS.add("com.gliffy.shape.basic.basic_v1.default.chevron_box_right");
+		DEEPLY_NESTED_LINKS.add("com.gliffy.shape.basic.basic_v1.default.chevron_box_left");
+		DEEPLY_NESTED_LINKS.add("com.gliffy.shape.basic.basic_v1.default.chevron_tail_right");
+		DEEPLY_NESTED_LINKS.add("com.gliffy.shape.basic.basic_v1.default.chevron_tail_left");
 	}
 
 	public GliffyObject()
@@ -310,17 +318,46 @@ public class GliffyObject implements PostDeserializable
 			
 		Iterator<GliffyObject> it = children.iterator();
 		
-		while (it.hasNext()) 
+		StringBuilder sb = new StringBuilder();
+		if(isDeeplyNestedLink()) 
+		{
+			getDeeplyNestedLink(sb);
+		}
+		else 
 		{
-			GliffyObject child = it.next();
+			while (it.hasNext()) 
+			{
+				GliffyObject child = it.next();
+				
+				if (child.isLink())
+				{
+					return child.graphic.getLink().href;
+				}
+			}
+		}
 
+		return sb.length() > 0 ? sb.toString() : null;
+	}
+	
+	/**
+	 * Inspects entire hierarchy of sub-elements to get the link URL.
+	 * 
+	 * @param sb placeholder for link URL
+	 */
+	private void getDeeplyNestedLink(StringBuilder sb) 
+	{
+		for(GliffyObject child : children) 
+		{
 			if (child.isLink())
 			{
-				return child.graphic.getLink().href;
+				sb.append(child.graphic.getLink().href);
+				return;
+			}
+			else if(child.children != null && !child.children.isEmpty())
+			{
+				child.getDeeplyNestedLink(sb);
 			}
 		}
-
-		return null;
 	}
 
 	/**
@@ -403,6 +440,11 @@ public class GliffyObject implements PostDeserializable
 	{
 		return uid != null && uid.startsWith("com.gliffy.shape.venn");
 	}
+	
+	public boolean isDeeplyNestedLink() 
+	{
+		return uid != null && DEEPLY_NESTED_LINKS.contains(uid);
+	}
 
 	public String getGradientColor()
 	{

+ 7 - 3
src/main/java/com/mxgraph/io/gliffy/model/Graphic.java

@@ -29,13 +29,17 @@ public class Graphic
 
 	public static abstract class GliffyAbstractShape
 	{
-		public int strokeWidth;
+		private float strokeWidth;
 
 		public String strokeColor;
 
 		public String fillColor;
 
 		public String dashStyle;
+		
+		public int getStrokeWidth() {
+			return Math.round(strokeWidth);
+		}
 	}
 
 	public static class GliffyLine extends GliffyAbstractShape
@@ -61,9 +65,9 @@ public class Graphic
 
 		public int state;
 
-		public int shadowX;
+		public float shadowX;
 
-		public int shadowY;
+		public float shadowY;
 
 		public float opacity;
 

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

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 12/05/2019 10:46 AM
+# 12/09/2019 05:11 PM
 
 app.html
 index.html?offline=1

文件差异内容过多而无法显示
+ 10 - 9
src/main/webapp/js/app.min.js


+ 7 - 1
src/main/webapp/js/diagramly/DrawioFileSync.js

@@ -102,7 +102,7 @@ DrawioFileSync = function(file)
 		}
 	});
 	
-	// Listens to remove messages
+	// Listens to messages
 	this.changeListener = mxUtils.bind(this, function(data)
 	{
 		this.file.stats.msgReceived++;
@@ -135,6 +135,12 @@ DrawioFileSync = function(file)
 			}
 			catch (e)
 			{
+				// Checks if file was changed
+				if (this.isConnected())
+				{
+					this.fileChangedNotify();
+				}
+				
 				var len = (data != null) ? data.length : 'null';
 				
 				EditorUi.logError('Protocol Error ' + e.message,

+ 4 - 0
src/main/webapp/js/diagramly/DriveClient.js

@@ -1621,6 +1621,7 @@ DriveClient.prototype.saveFile = function(file, revision, success, errFn, noChec
 									},
 									mxUtils.bind(this, function(desc2)
 									{
+										file.saveLevel = 11;
 										window.clearTimeout(timeoutThread);
 										
 										if (acceptResponse)
@@ -1656,6 +1657,7 @@ DriveClient.prototype.saveFile = function(file, revision, success, errFn, noChec
 									}), mxUtils.bind(this, function(err)
 									{
 										// Simulated 
+										file.saveLevel = 12;
 										window.clearTimeout(timeoutThread);
 										
 										if (acceptResponse)
@@ -1663,6 +1665,8 @@ DriveClient.prototype.saveFile = function(file, revision, success, errFn, noChec
 											error(err);
 										}
 									}));
+									
+									file.saveLevel = 10;
 								}
 							});
 							

+ 2 - 2
src/main/webapp/js/diagramly/Extensions.js

@@ -4292,7 +4292,7 @@ LucidImporter = {};
 	   	v.insert(dummy);
 	   	cells = [dummy];
 	   	
-		var e = sb.cloneCell(edge);
+		var e = edge.clone();
 		cell.insertEdge(e, false);
 		dummy.insertEdge(e, true);
 		cells.push(e);
@@ -4311,7 +4311,7 @@ LucidImporter = {};
 	   	v.insert(dummy2);
 	   	cells = [dummy2];
 	   	
-		var e = sb.cloneCell(edge);
+		var e = edge.clone();
 		dummy1.insertEdge(e, true);
 		dummy2.insertEdge(e, false);
 		cells.push(e);

+ 3 - 2
src/main/webapp/js/diagramly/GraphViewer.js

@@ -1467,10 +1467,11 @@ GraphViewer.prototype.showLocalLightbox = function()
 	urlParams['pages'] = '1';
 	urlParams['page'] = this.currentPage;
 	urlParams['page-id'] = this.graphConfig.pageId;
-	urlParams['layer-ids'] = this.graphConfig.layerIds != null? this.graphConfig.layerIds.join(' ') : null;
+	urlParams['layer-ids'] = (this.graphConfig.layerIds != null && this.graphConfig.layerIds.length > 0)
+														? this.graphConfig.layerIds.join(' ') : null;
 	urlParams['nav'] = (this.graphConfig.nav != false) ? '1' : '0';
 	urlParams['layers'] = (this.layersEnabled) ? '1' : '0';
-	
+
 	// PostMessage not working and Permission denied for opened access in IE9-
 	if (document.documentMode == null || document.documentMode >= 10)
 	{

文件差异内容过多而无法显示
+ 57 - 57
src/main/webapp/js/extensions.min.js


文件差异内容过多而无法显示
+ 8 - 8
src/main/webapp/js/viewer.min.js


+ 9 - 6
src/main/webapp/resources/dia.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_am.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ar.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_bg.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_bn.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 11 - 8
src/main/webapp/resources/dia_bs.txt

@@ -96,7 +96,7 @@ chromeApp=Chrome Aplikacija
 collaborativeEditingNotice=Important Notice for Collaborative Editing
 compressed=Kompresovano
 commitMessage=Posveti poruku
-configLinkWarn=This link configures draw.io. Only click OK if you trust whoever gave you it!
+configLinkWarn= 
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
@@ -829,7 +829,7 @@ reOpened=Re-opened
 markedAsResolved=Marked as resolved
 noCommentsFound=No comments found
 comments=Comments
-timeAgo={1} ago
+timeAgo= 
 confluenceCloud=Confluence Cloud
 libraries=Libraries
 confAnchor=Confluence Page Anchor
@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 170 - 167
src/main/webapp/resources/dia_ca.txt

@@ -6,7 +6,7 @@ action=Acció
 actualSize=Mida real
 add=Afegeix
 addAccount=Afegeix un compte
-addedFile=Afegit {1}
+addedFile={1} afegit
 addImages=Afegeix imatges
 addImageUrl=Afegeix l'URL de la imatge
 addLayer=Afegeix una capa
@@ -93,14 +93,14 @@ userLeft={1} ha sortit
 chatWindowTitle=Xat
 chooseAnOption=Escolliu una opció
 chromeApp=Aplicació Chrome
-collaborativeEditingNotice=Important Notice for Collaborative Editing
+collaborativeEditingNotice=Avís important per a l'edició col·laborativa
 compressed=Comprimit
 commitMessage=Missatge de la comissió
-configLinkWarn=This link configures draw.io. Only click OK if you trust whoever gave you it!
-configLinkConfirm=Click OK to configure and restart draw.io.
+configLinkWarn=L'enllaç configura el draw.io. Feu clic a "Accepta" només si confieu en la persona que us l'ha enviat.
+configLinkConfirm=Feu clic a "Accepta" per configurar i reiniciar el draw.io
 csv=CSV
 dark=Fosc
-didYouMeanToExportToPdf=Did you mean to export to PDF?
+didYouMeanToExportToPdf=Voleu exportar-ho a PDF?
 draftFound=S'ha trobat un esborrany per a '{1}'. Carrega'l a l'editor o descarta'l per continuar.
 dragAndDropNotSupported=Les imatges no es poden arrossegar i deixar anar. Voleu importar-les?
 dropboxCharsNotAllowed=No es permeten aquests caràcters: \ / : ? * " |
@@ -118,12 +118,12 @@ collaborator=Col·laborador
 collaborators=Col·laboradors
 collapse=Minimitza
 collapseExpand=Minimitza/Maximitza
-collapse-expand=Fes clic per minimitzar/maximitzar\nPrem Shift per moure els veïns \nPrem Alt per protegir la mida del grup
+collapse-expand=Feu clic per reduir/xtendre\nPremeu Shift i feu clic per moure els veïns\nPremeu Alt i feu clic per protegir la mida del grup
 collapsible=Minimitzable
 comic=Còmic
 comment=Comentari
 commentsNotes=Comentaris/Notes
-compress=Compress
+compress=Comprimeix
 connect=Connecta
 connecting=Connectant
 connectWithDrive=Connecta amb Google Drive
@@ -135,7 +135,7 @@ containsValidationErrors=Conté errors de validació
 copiedToClipboard=Copiat al porta-retalls
 copy=Copia
 copyConnect=Copia en connectar
-copyCreated=A copy of the file was created.
+copyCreated=S'ha creat una còpia del fitxer.
 copyOf=Còpia de {1}
 copyOfDrawing=Còpia del dibuix
 copySize=Copia la mida
@@ -148,7 +148,7 @@ crop=Retalla
 curved=Corbada
 custom=Personalitza
 current=Actual
-currentPage=Current page
+currentPage=Pàgina actual
 cut=Talla
 dashed=Discontinu
 decideLater=Decideix més tard
@@ -165,7 +165,7 @@ device=Dispositiu
 diagram=Diagrama
 diagramContent=Contingut del diagrama
 diagramLocked=El diagrama s'ha bloquejat per evitar la pèrdua de dades.
-diagramLockedBySince=The diagram is locked by {1} since {2} ago
+diagramLockedBySince=El diagrama està bloquejat per {1} des de fa {2}
 diagramName=Nom del diagrama
 diagramIsPublic=El diagrama és públic
 diagramIsNotPublic=El diagrama no és públic
@@ -225,7 +225,7 @@ embed=Incrusta
 embedImages=Incrusta imatges
 mainEmbedNotice=Enganxa-ho a la pàgina
 electrical=Elèctric
-ellipse=Ellipse
+ellipse=El·lipse
 embedNotice=Enganxa-ho una vegada al final de la pàgina
 enterGroup=Introduïu el grup
 enterName=Introduïu el nom
@@ -244,7 +244,7 @@ errorSavingFileUnknown=Error en autoritzar els servidors de Google. Si us plau,
 errorSavingFileForbidden=Error en desar el fitxer. No disposeu dels drets d'accés suficients.
 errorSavingFileNameConflict=No s'ha pogut desar el diagrama. La pàgina actual conté un fitxer anomenat '{1}'.
 errorSavingFileNotFound=Error en desar. No s'ha trobat el fitxer.
-errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
+errorSavingFileReadOnlyMode=No s'ha pogut desar el diagrama mentre el mode de només lectura és actiu
 errorSavingFileSessionTimeout=La teva sessió ha acabat. Si us plau, <a target='_blank' href='{1}'>{2}</a> i retorna a aquesta pestanya per intentar desar-ho de nou.
 errorSendingFeedback=Error en enviar l'opinió.
 errorUpdatingPreview=Error pujant la vista prèvia.
@@ -256,7 +256,7 @@ exporting=S'està exportant
 exportAs=Exporta com a 
 exportOptionsDisabled=Opcions d'exportació inactives
 exportOptionsDisabledDetails=El propietari ha desactivat les opcions per a descarregar, imprimir o copiar aquest fitxer per els que només tenen permís per visualitzar i comentar.
-externalChanges=External Changes
+externalChanges=Canvis externs
 extras=Extres
 facebook=Facebook
 failedToSaveTryReconnect=Error en desar, intentant reconnectar
@@ -265,14 +265,14 @@ feedback=Opinió
 feedbackSent=S'ha enviat la seva opinió correctament.
 floorplans=Plànols
 file=Fitxer
-fileChangedOverwriteDialog=El fitxer s'ha modificat. Sobreescriure els canvis?
-fileChangedSyncDialog=The file has been modified. Do you want to synchronize those changes?
-fileChangedSync=The file has been modified. Click here to synchronize.
-overwrite=Sobreescriure
+fileChangedOverwriteDialog=S'ha modificat el fitxer. Esteu segur que voleu desar el fitxer i sobreescriure els canvis?
+fileChangedSyncDialog=S'ha modificat el fitxer. Esteu segur que voleu sincronitzar els canvis? 
+fileChangedSync=S'ha modificat el fitxer. Feu clic aquí per sincronitzar.
+overwrite=Sobreescriu
 synchronize=Sincronitza
 filename=Nom del fitxer
 fileExists=Aquest fitxer ja existeix
-fileMovedToTrash=File was moved to trash
+fileMovedToTrash=S'ha tirat el fitxer a la paperera
 fileNearlyFullSeeFaq=El fitxer està quasi ple, si us plau llegeix les PMF
 fileNotFound=No s'ha trobat el fitxer
 repositoryNotFound=No s'ha trobat el repositori
@@ -280,13 +280,13 @@ fileNotFoundOrDenied=No s'ha trobat el fitxer. No existeix o no teniu permís.
 fileNotLoaded=No s'ha carregat el fitxer 
 fileNotSaved=No s'ha desat el fitxer
 fileOpenLocation=Com desitja obrir aquest(s) fitxer(s)?
-filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
-filetypePng=.png causes file to save as PNG with embedded data
-filetypeSvg=.svg causes file to save as SVG with embedded data
+filetypeHtml=.html fa que el fitxer es desi en HTML amb una redirecció a un URL al núvol
+filetypePng=.png fa que el fitxer es desi en PNG amb dades incrustades
+filetypeSvg=.svg fa que el fitxer es desi en SVG amb dades incrustades
 fileWillBeSavedInAppFolder={1} es desarà a la carpeta d'aplicacions.
 fill=Farcit
 fillColor=Color de farcit
-filterCards=Filter Cards
+filterCards=Filtra les targetes
 find=Cerca
 fit=Ajusta
 fitContainer=Redimensiona el contenidor
@@ -344,7 +344,7 @@ googleDocs=Documents de Google
 googleDrive=Google Drive
 googleGadget=Google Gadget
 googlePlus=Google+
-googleSharingNotAvailable=Sharing is only available via Google Drive. Please click Open below and share from the more actions menu:
+googleSharingNotAvailable=Només està disponible compartir amb Google Drive. Feu clic a "Obra" més avall i compartiu-ho des del menú de més accions:
 googleSlides=Presentacions de Google 
 googleSites=Google Sites
 googleSheets=Fulls de càlcul de Google
@@ -393,15 +393,15 @@ insertHorizontalRule=Afegeix una regla horitzontal
 insertLink=Afegeix un enllaç
 insertPage=Afegeix una pàgina
 insertRectangle=Afegeix un rectangle
-insertRhombus=Insert Rhombus
+insertRhombus=Afegeix un rombe
 insertRowBefore=Afegeix una fila amunt
 insertRowAfter=Afegeix una fila avall
 insertText=Afegeix text
 inserting=Afegint
 invalidFilename=Els noms dels diagrames no poden contenir els següents caràcters: \ / | : ; { < & + ? = "
 invalidLicenseSeeThisPage=La teva llicència no és vàlida, si us plau mira això <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
-invalidInput=Invalid input
-invalidName=Nom invàlid
+invalidInput=L'entrada no és vàlida
+invalidName=El nom no és vàlid
 invalidOrMissingFile=Fitxer  no vàlid o desconegut
 invalidPublicUrl=URL públic no vàlid
 isometric=Isomètric
@@ -418,7 +418,7 @@ lessThanAMinute=menys d'un minut
 licensingError=Error de llicència
 licenseHasExpired=La llicència per a {1} ha expirat el {2}. Clica aquí.
 licenseWillExpire=La llicència per a {1} expira el {2}. Clica aquí.
-lineJumps=Line jumps
+lineJumps=Salts de línia
 linkAccountRequired=Si el diagrama no és públic es requereix un compte de Google per a veure l'enllaç.
 linkText=Text de l'enllaç
 list=Llista
@@ -479,7 +479,7 @@ new=Nou
 newLibrary=Biblioteca nova
 nextPage=Pàgina següent
 no=No
-noPickFolder=No, pick folder
+noPickFolder=No, selecciona una carpeta
 noAttachments=No s'han trobat arxius adjunts
 noColor=Sense color
 noFiles=No hi ha fitxers
@@ -584,8 +584,8 @@ realtimeTimeout=Sembla que heu fet canvis mentre s'estava desconnectat. Malaurad
 redo=Refés
 refresh=Refresca
 regularExpression=Expressió normal
-relative=Relative
-relativeUrlNotAllowed=Relative URL not allowed
+relative=Relatiu
+relativeUrlNotAllowed=No es permet un URL relatiu
 rememberMe=Recorda'm
 rememberThisSetting=Recorda la configuració actual
 removeFormat=Esborra el format
@@ -603,7 +603,7 @@ required=requerit
 reset=Restableix
 resetView=Restableix la vista
 resize=Ajusta la mida
-resizeLargeImages=Do you want to resize large images to make the application run faster?
+resizeLargeImages=Voleu canviar la mida de les imatges grans per fer que l'aplicació funcioni més ràpid?
 retina=Retina
 responsive=Receptiu
 restore=Recupera
@@ -638,13 +638,13 @@ search=Cercar
 searchShapes=Cercar formes
 selectAll=Selecciona-ho tot
 selectionOnly=Selecciona només
-selectCard=Select Card
+selectCard=Selecciona una targeta
 selectEdges=Selecciona les vores
-selectFile=Selecciona fitxer
-selectFolder=Selecciona carpeta
+selectFile=Selecciona un fitxer
+selectFolder=Selecciona una carpeta
 selectFont=Selecciona una font
-selectNone=No seleccionar res
-selectTemplate=Select Template
+selectNone=No seleccionis res
+selectTemplate=Selecciona una plantilla
 selectVertices=Selecciona els vèrtexs 
 sendMessage=Envia
 sendYourFeedbackToDrawIo=Envia la teva opinió a draw.io
@@ -772,129 +772,129 @@ venndiagrams=Diagrames de Venn
 webEmailOrOther=Web, e-mail o qualsevol altra adreça d'internet
 webLink=Enllaç web
 wireframes=Wireframes
-property=Property
-value=Value
-showMore=Show More
-showLess=Show Less
-myDiagrams=My Diagrams
-allDiagrams=All Diagrams
-recentlyUsed=Recently used
-listView=List view
-gridView=Grid view
-resultsFor=Results for '{1}'
-oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # %  * : < > ? / \ { | }
-oneDriveInvalidDeviceName=The specified device name is invalid
-officeNotLoggedOD=You are not logged in to OneDrive. Please open draw.io task pane and login first.
-officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
-officeSelectDiag=Please select a draw.io diagram.
-officeCannotFindDiagram=Cannot find a draw.io diagram in the selection
-noDiagrams=No diagrams found
-authFailed=Authentication failed
-officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
-convertingDiagramFailed=Converting diagram failed
-officeCopyImgErrMsg=Due to some limitations in the host application, the image could not be inserted. Please manually copy the image then paste it to the document.
-insertingImageFailed=Inserting image failed
-officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context menu. Then, in the document, right-click and select "Paste" from the context menu.
-folderEmpty=Folder is empty
+property=Propietat 
+value=Valor
+showMore=Mostra més
+showLess=Mostra menys
+myDiagrams=Els meus diagrames
+allDiagrams=Tots els diagrames
+recentlyUsed=Usats recentment
+listView=Visualització de llista
+gridView=Visualització en graella
+resultsFor=Resultats per '{1}'
+oneDriveCharsNotAllowed=Els següents caràcters no estan permesos: ~ " # %  * : < > ? / \ { | }
+oneDriveInvalidDeviceName=El nom de dispositiu especificat no és vàlid
+officeNotLoggedOD=No heu entrat a OneDrive. Obriu el quadre de tasques draw.io i inicieu la sessió primer.
+officeSelectSingleDiag=Seleccioneu un únic diagrama draw.io, sense altres continguts.
+officeSelectDiag=Seleccioneu un diagrama draw.io.
+officeCannotFindDiagram=No s'ha trobat pogut trobar un diagrama draw.io a la selecció
+noDiagrams=No s'ha trobat cap diagrama
+authFailed=Ha fallat l'autenticació
+officeFailedAuthMsg=No s'ha pogut autenticar correctament l'usuari ni autoritzar l'aplicació.
+convertingDiagramFailed=Ha fallat la conversió del diagrama
+officeCopyImgErrMsg=A causa d'algunes limitacions en l'aplicació, no s'ha pogut inserir la imatge. Proveu de copiar manualment la imatge i enganxar-la al document.
+insertingImageFailed=La inserció de la imatge ha fallat
+officeCopyImgInst=Instruccions: feu clic amb el botó dret a la imatge de sota. Seleccioneu "Copia la imatge" al menú contextual. A continuació, al document, feu clic amb el botó dret i seleccioneu "Enganxa" al menú contextual.
+folderEmpty=La carpeta està buida
 recent=Recent
-sharedWithMe=Shared With Me
-sharepointSites=Sharepoint Sites
-errorFetchingFolder=Error fetching folder items
-errorAuthOD=Error authenticating to OneDrive
-officeMainHeader=Adds draw.io diagrams to your document.
-officeStepsHeader=This add-in performs the following steps:
-officeStep1=Connects to Microsoft OneDrive, Google Drive or your device.
-officeStep2=Select a draw.io diagram.
-officeStep3=Insert the diagram into the document.
-officeAuthPopupInfo=Please complete the authentication in the pop-up window.
-officeSelDiag=Select draw.io Diagram:
-files=Files
-shared=Shared
+sharedWithMe=Compartit amb mi
+sharepointSites=Llocs Sharepoint
+errorFetchingFolder=S'ha produït un error en recuperar els elements de la carpeta
+errorAuthOD=S'ha produït un error en autenticar-se a OneDrive
+officeMainHeader=Afegeix esquemes draw.io al document.
+officeStepsHeader=Aquest complement realitza els passos següents:
+officeStep1=Es connecta a Microsoft OneDrive, Google Drive o al vostre dispositiu.
+officeStep2=Seleccioneu un diagrama de draw.io.
+officeStep3=Insereix el diagrama al document.
+officeAuthPopupInfo=Completeu l'autenticació a la finestra emergent.
+officeSelDiag=Seleccioneu un diagrama de draw.io
+files=Fitxers
+shared=Compartit
 sharepoint=Sharepoint
-officeManualUpdateInst=Instructions: Copy draw.io diagram from the document. Then, in the box below, right-click and select "Paste" from the context menu.
-officeClickToEdit=Click icon to start editing:
-pasteDiagram=Paste draw.io diagram here
-connectOD=Connect to OneDrive
-selectChildren=Select Children
-selectSiblings=Select Siblings
-selectParent=Select Parent
-selectDescendants=Select Descendants
-lastSaved=Last saved {1} ago
-resolve=Resolve
-reopen=Re-open
-showResolved=Show Resolved
-reply=Reply
-objectNotFound=Object not found
-reOpened=Re-opened
-markedAsResolved=Marked as resolved
-noCommentsFound=No comments found
-comments=Comments
-timeAgo={1} ago
+officeManualUpdateInst=Instruccions: copieu el diagrama de draw.io del document. A continuació, al quadre següent, feu clic amb el botó dret i seleccioneu "Enganxa" al menú contextual.
+officeClickToEdit=Feu clic a la icona per començar a editar:
+pasteDiagram=Enganxa el diagrama de draw.io aquí
+connectOD=Connecta’t a OneDrive
+selectChildren=Selecciona els fills
+selectSiblings=Selecciona els germans
+selectParent=Selecciona el pare
+selectDescendants=Selecciona els descendents
+lastSaved=Desat per última vegada fa {1}
+resolve=Resol
+reopen=Torna a obrir
+showResolved=Mostra els resolts
+reply=Respon
+objectNotFound=No s'ha trobat l'objecte
+reOpened=Tornat a obrir
+markedAsResolved=S'ha marcat com a resolt
+noCommentsFound=No s'ha trobat cap comentari
+comments=Comentaris
+timeAgo=Fa {1}
 confluenceCloud=Confluence Cloud
-libraries=Libraries
-confAnchor=Confluence Page Anchor
-confTimeout=The connection has timed out
-confSrvTakeTooLong=The server at {1} is taking too long to respond.
-confCannotInsertNew=Cannot insert draw.io diagram to a new Confluence page
-confSaveTry=Please save the page and try again.
-confCannotGetID=Unable to determine page ID
-confContactAdmin=Please contact your Confluence administrator.
-readErr=Read Error
-editingErr=Editing Error
-confExtEditNotPossible=This diagram cannot be edited externally. Please try editing it while editing the page
-confEditedExt=Diagram/Page edited externally
-diagNotFound=Diagram Not Found
-confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page.
-confCannotEditDraftDelOrExt=Cannot edit diagrams in a draft page, diagram is deleted from the page, or diagram is edited externally. Please check the page.
-retBack=Return back
-confDiagNotPublished=The diagram does not belong to a published page
-createdByDraw=Created by draw.io
-filenameShort=Filename too short
-invalidChars=Invalid characters
-alreadyExst={1} already exists
-draftReadErr=Draft Read Error
-diagCantLoad=Diagram cannot be loaded
-draftWriteErr=Draft Write Error
-draftCantCreate=Draft could not be created
-confDuplName=Duplicate diagram name detected. Please pick another name.
-confSessionExpired=Looks like your session expired. Log in again to keep working.
-login=Login
-drawPrev=draw.io preview
-drwaDiag=draw.io diagram
-unknownErr=Unkown Error
+libraries=Biblioteques
+confAnchor=Ancoratge a la pàgina de Confluence
+confTimeout=La connexió ha expirat
+confSrvTakeTooLong=El servidor de {1} triga massa temps a respondre.
+confCannotInsertNew=No es pot inserir el diagrama draw.io a una pàgina nova de Confluència
+confSaveTry=Deseu la pàgina i torneu-ho a provar.
+confCannotGetID=No s'ha pogut determinar l'ID de pàgina
+confContactAdmin=Poseu-vos en contacte amb l'administrador de Confluence.
+readErr=Error de lectura
+editingErr=Error d'edició
+confExtEditNotPossible=Aquest diagrama no es pot editar externament. Proveu d'editar-lo mentre editeu la pàgina
+confEditedExt=S'ha editat el diagrama o la pàgina externament
+diagNotFound=No s'ha trobat el diagrama
+confEditedExtRefresh=S'ha editat el diagrama o la pàgina externament. Si us plau refresqueu la pàgina.
+confCannotEditDraftDelOrExt=No es poden editar esquemes d'una pàgina d'esborrany, si el diagrama s'ha suprimit de la pàgina o si el diagrama s'ha editat externament. Comproveu la pàgina.
+retBack=Torna
+confDiagNotPublished=El diagrama no pertany a cap pàgina publicada
+createdByDraw=Creat per draw.io
+filenameShort=El nom del fitxer és massa curt
+invalidChars=Caràcters no vàlids
+alreadyExst={1} ja existeix
+draftReadErr=Error de lectura de l'esborrany
+diagCantLoad=No s'ha pogut carregar el diagrama
+draftWriteErr=Error d'escriptura de l'esborrany
+draftCantCreate=No s'ha pogut crear l'esborrany
+confDuplName=S'ha detectat que el nom de l'esquema està duplicat. Trieu un altre nom.
+confSessionExpired=Sembla que la vostra sessió ha caducat. Torneu a iniciar la sessió de nou per continuar treballant.
+login=Inicia la sessió
+drawPrev=Previsualització del draw.io
+drwaDiag=Diagrama del draw.io 
+unknownErr=Error desconegut
 invalidCallFnNotFound=Invalid Call: {1} not found
 invalidCallErrOccured=Invalid Call: An error occurred, {1}
-anonymous=Anonymous
+anonymous=Anònim
 confGotoPage=Go to containing page
-showComments=Show Comments
+showComments=Mostra els comentaris
 confError=Error: {1}
-gliffyImport=Gliffy Import
+gliffyImport=Importa de Gliffy 
 gliffyImportInst1=Click the "Start Import" button to import all Gliffy diagrams to draw.io.
 gliffyImportInst2=Please note that the import procedure will take some time and the browser window must remain open until the import is completed.
-startImport=Start Import
-drawConfig=draw.io Configuration
-customLib=Custom Libraries
-customTemp=Custom Templates
+startImport=Inicia l'importació
+drawConfig=Configuració del draw.io
+customLib=Biblioteques personalitzades
+customTemp=Plantilles personalitzades 
 pageIdsExp=Page IDs Export
 drawReindex=draw.io re-indexing (beta)
-working=Working
+working=S'està treballant
 drawConfigNotFoundInst=draw.io Configuration Space (DRAWIOCONFIG) does not exist. This space is needed to store draw.io configuration files and custom libraries/templates.
 createConfSp=Create Config Space
 unexpErrRefresh=Unexpected error, please refresh the page and try again.
 configJSONInst=Write draw.io JSON configuration in the editor below then click save. If you need help, please refer to
-thisPage=this page
-curCustLib=Current Custom Libraries
-libName=Library Name
-action=Action
+thisPage=aquesta pàgina 
+curCustLib=Biblioteques personalitzades actuals 
+libName=Nom de la biblioteca
+action=Acció
 drawConfID=draw.io Config ID
-addLibInst=Click the "Add Library" button to upload a new library.
-addLib=Add Library
+addLibInst=Feu clic al botó "Afegeix una biblioteca" per pujar una nova biblioteca.
+addLib=Afegeix una biblioteca
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
-tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+tempsPage=Pàgina de plantilles
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
-startExp=Start Export
+startExp=Inicia l'exportació
 refreshDrawIndex=Refresh draw.io Diagrams Index
 reindexInst1=Click the "Start Indexing" button to refresh draw.io diagrams index.
 reindexInst2=Please note that the indexing procedure will take some time and the browser window must remain open until the indexing is completed.
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -926,35 +926,35 @@ confAIndexDiagFailed=Indexing diagram "{1}" failed.
 confASkipDiagOtherPage=Skipped "{1}" as it belongs to another page!
 confADiagUptoDate=Diagram "{1}" is up to date.
 confACheckPagesWDraw=Checking pages having draw.io diagrams.
-confAErrOccured=An error occurred!
-savedSucc=Saved successfully
-confASaveFailedErr=Saving Failed (Unexpected Error)
+confAErrOccured=S'ha produït un error.
+savedSucc=S'ha desat correctament.
+confASaveFailedErr=S'ha produït un error en desar (error inesperat)
 character=Character
 confAConfPageDesc=This page contains draw.io configuration file (configuration.json) as attachment
 confALibPageDesc=This page contains draw.io custom libraries as attachments
 confATempPageDesc=This page contains draw.io custom templates as attachments
-working=Working
+working=S'està treballant
 confAConfSpaceDesc=This space is used to store draw.io configuration files and custom libraries/templates
-confANoCustLib=No Custom Libraries
-delFailed=Delete failed!
-showID=Show ID
-confAIncorrectLibFileType=Incorrect file type. Libraries should be XML files.
-uploading=Uploading
-confALibExist=This library already exists
-confAUploadSucc=Uploaded successfully
-confAUploadFailErr=Upload Failed (Unexpected Error)
-hiResPreview=High Res Preview
+confANoCustLib=No hi ha biblioteques personalitzades
+delFailed=Ha fallat l'esborrat
+showID=Mostra l'identificador
+confAIncorrectLibFileType=El tipus de fitxer no és correcte. Les biblioteques haurien de ser fitxers XML.
+uploading=S'està pujant
+confALibExist=La biblioteca ja existeix
+confAUploadSucc=S'ha pujat correctament
+confAUploadFailErr=S'ha produït un error en la pujada (error inesperat)
+hiResPreview=Previsualització en alta definició
 officeNotLoggedGD=You are not logged in to Google Drive. Please open draw.io task pane and login first.
 officePopupInfo=Please complete the process in the pop-up window.
-pickODFile=Pick OneDrive File
-pickGDriveFile=Pick Google Drive File
-pickDeviceFile=Pick Device File
-vsdNoConfig="vsdurl" is not configured
-ruler=Ruler
-units=Units
-points=Points
-inches=Inches
-millimeters=Millimeters
+pickODFile=Seleccioneu el fitxer de OneDrive
+pickGDriveFile=Seleccioneu el fitxer de Google Drive
+pickDeviceFile=Seleccioneu el fitxer del dispositiu
+vsdNoConfig=No s'ha configurat "vsdurl"
+ruler=Regle
+units=Unitats
+points=Punts
+inches=Polzades
+millimeters=Mil·límetres
 confEditDraftDelOrExt=This diagram is in a draft page, is deleted from the page, or is edited externally. It will be saved as a new attachment version and may not be reflected in the page.
 confDiagEditedExt=Diagram is edited in another session. It will be saved as a new attachment version but the page will show other session's modifications.
 macroNotFound=Macro Not Found
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_cs.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_da.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 8 - 5
src/main/webapp/resources/dia_de.txt

@@ -909,12 +909,12 @@ confANoDiagFoundInPage=Keine {1} Diagramme auf Seite "{2}" gefunden.
 confAFetchPageFailed=Seite konnte nicht geladen werden.
 confANoDiagFound=Keine {1} Diagramme gefunden. Prozess beendet.
 confASearchFailed=Suche nach {1} Diagrammen fehlgeschlagen. Versuchen Sie es bitte später noch einmal.
-confAGliffyDiagFound=Gliffy Diagramm "{1}" gefunden. Wird importiert
-confAGliffyDiagImported=Gliffy Diagramm "{1}" erfolgreich importiert.
-confASavingImpGliffyFailed=Importiertes Gliffy Diagramm "{1}" konnte nicht gespeichert werden.
+confAGliffyDiagFound={2} Diagramm "{1}" gefunden. Wird importiert
+confAGliffyDiagImported={2} Diagramm "{1}" erfolgreich importiert.
+confASavingImpGliffyFailed=Importiertes {2} Diagramm "{1}" konnte nicht gespeichert werden.
 confAImportedFromByDraw=draw.io hat dies von "{1}" importiert.
-confAImportGliffyFailed=Gliffy Diagramm "{1}" konnte nicht importiert werden.
-confAFetchGliffyFailed=Gliffy Diagramm "{1}" konnte nicht geladen werden.
+confAImportGliffyFailed={2} Diagramm "{1}" konnte nicht importiert werden.
+confAFetchGliffyFailed={2} Diagramm "{1}" konnte nicht geladen werden.
 confACheckBrokenDiagLnk=Suche nach ungültigen Verweisen.
 confADelDiagLinkOf=Lösche Verweis auf "{1}"
 confADupLnk=(doppelter Link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_el.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_eo.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_es.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_et.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Alusta eksporti
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_fa.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_fi.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_fil.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_fr.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_gu.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_he.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_hi.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_hr.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_hu.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

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

@@ -982,3 +982,6 @@ confAFixingMacro=confAFixingMacro
 confAErrReadingExpFile=confAErrReadingExpFile
 confAPrcsDiagInPageDone=confAPrcsDiagInPageDone
 confAFixingMacroSkipped=confAFixingMacroSkipped
+pageIdsExpTrg=pageIdsExpTrg
+confALucidDiagImgImported=confALucidDiagImgImported
+confASavingLucidDiagImgFailed=confASavingLucidDiagImgFailed

+ 9 - 6
src/main/webapp/resources/dia_id.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_it.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ja.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_kn.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ko.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_lt.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_lv.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ml.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_mr.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ms.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 987 - 0
src/main/webapp/resources/dia_my.txt

@@ -0,0 +1,987 @@
+# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
+# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
+aboutDrawio=About draw.io
+accessDenied=Access Denied
+action=Action
+actualSize=Actual Size
+add=Add
+addAccount=Add account
+addedFile=Added {1}
+addImages=Add Images
+addImageUrl=Add Image URL
+addLayer=Add Layer
+addProperty=Add Property
+address=Address
+addToExistingDrawing=Add to Existing Drawing
+addWaypoint=Add Waypoint
+adjustTo=Adjust to
+advanced=Advanced
+align=Align
+alignment=Alignment
+allChangesLost=All changes will be lost!
+allPages=All Pages
+allProjects=All Projects
+allSpaces=All Spaces
+allTags=All Tags
+anchor=Anchor
+android=Android
+angle=Angle
+arc=Arc
+areYouSure=Are you sure?
+ensureDataSaved=Please ensure your data is saved before closing.
+allChangesSaved=All changes saved
+allChangesSavedInDrive=All changes saved in Drive
+allowPopups=Allow pop-ups to avoid this dialog.
+allowRelativeUrl=Allow relative URL
+alreadyConnected=Nodes already connected
+apply=Apply
+archiMate21=ArchiMate 2.1
+arrange=Arrange
+arrow=Arrow
+arrows=Arrows
+asNew=As New
+atlas=Atlas
+author=Author
+authorizationRequired=Authorization required
+authorizeThisAppIn=Authorize this app in {1}:
+authorize=Authorize
+authorizing=Authorizing
+automatic=Automatic
+autosave=Autosave
+autosize=Autosize
+attachments=Attachments
+aws=AWS
+aws3d=AWS 3D
+azure=Azure
+back=Back
+background=Background
+backgroundColor=Background Color
+backgroundImage=Background Image
+basic=Basic
+blankDrawing=Blank Drawing
+blankDiagram=Blank Diagram
+block=Block
+blockquote=Blockquote
+blog=Blog
+bold=Bold
+bootstrap=Bootstrap
+border=Border
+borderColor=Border Color
+borderWidth=Border Width
+bottom=Bottom
+bottomAlign=Bottom Align
+bottomLeft=Bottom Left
+bottomRight=Bottom Right
+bpmn=BPMN
+browser=Browser
+bulletedList=Bulleted List
+business=Business
+busy=Operation in progress
+cabinets=Cabinets
+cancel=Cancel
+center=Center
+cannotLoad=Load attempts failed. Please try again later.
+cannotLogin=Log in attempts failed. Please try again later.
+cannotOpenFile=Cannot open file
+change=Change
+changeOrientation=Change Orientation
+changeUser=Change user
+changeStorage=Change storage
+changesNotSaved=Changes have not been saved
+userJoined={1} has joined
+userLeft={1} has left
+chatWindowTitle=Chat
+chooseAnOption=Choose an option
+chromeApp=Chrome App
+collaborativeEditingNotice=Important Notice for Collaborative Editing
+compressed=Compressed
+commitMessage=Commit Message
+configLinkWarn=This link configures draw.io. Only click OK if you trust whoever gave you it!
+configLinkConfirm=Click OK to configure and restart draw.io.
+csv=CSV
+dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
+draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
+dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
+dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
+check=Check
+checksum=Checksum
+circle=Circle
+cisco=Cisco
+classic=Classic
+clearDefaultStyle=Clear Default Style
+clearWaypoints=Clear Waypoints
+clipart=Clipart
+close=Close
+closingFile=Closing file
+collaborator=Collaborator
+collaborators=Collaborators
+collapse=Collapse
+collapseExpand=Collapse/Expand
+collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size
+collapsible=Collapsible
+comic=Comic
+comment=Comment
+commentsNotes=Comments/Notes
+compress=Compress
+connect=Connect
+connecting=Connecting
+connectWithDrive=Connect with Google Drive
+connection=Connection
+connectionArrows=Connection Arrows
+connectionPoints=Connection Points
+constrainProportions=Constrain Proportions
+containsValidationErrors=Contains validation errors
+copiedToClipboard=Copied to clipboard
+copy=Copy
+copyConnect=Copy on connect
+copyCreated=A copy of the file was created.
+copyOf=Copy of {1}
+copyOfDrawing=Copy of Drawing
+copySize=Copy Size
+copyStyle=Copy Style
+create=Create
+createNewDiagram=Create New Diagram
+createRevision=Create Revision
+createShape=Create Shape
+crop=Crop
+curved=Curved
+custom=Custom
+current=Current
+currentPage=Current page
+cut=Cut
+dashed=Dashed
+decideLater=Decide later
+default=Default
+delete=Delete
+deleteColumn=Delete Column
+deleteLibrary401=Insufficient permissions to delete this library
+deleteLibrary404=Selected library could not be found
+deleteLibrary500=Error deleting library
+deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
+deleteRow=Delete Row
+description=Description
+device=Device
+diagram=Diagram
+diagramContent=Diagram Content
+diagramLocked=Diagram has been locked to prevent further data loss.
+diagramLockedBySince=The diagram is locked by {1} since {2} ago
+diagramName=Diagram Name
+diagramIsPublic=Diagram is public
+diagramIsNotPublic=Diagram is not public
+diamond=Diamond
+diamondThin=Diamond (thin)
+didYouKnow=Did you know...
+direction=Direction
+discard=Discard
+discardChangesAndReconnect=Discard Changes and Reconnect
+googleDriveMissingClickHere=Google Drive missing? Click here!
+discardChanges=Discard Changes
+disconnected=Disconnected
+distribute=Distribute
+done=Done
+dotted=Dotted
+doubleClickOrientation=Doubleclick to change orientation
+doubleClickTooltip=Doubleclick to insert text
+doubleClickChangeProperty=Doubleclick to change property name
+download=Download
+downloadDesktop=Download draw.io Desktop
+downloadAs=Download as
+clickHereToSave=Click here to save.
+dpi=DPI
+draftDiscarded=Draft discarded
+draftSaved=Draft saved
+dragElementsHere=Drag elements here
+dragImagesHere=Drag images or URLs here
+dragUrlsHere=Drag URLs here
+draw.io=draw.io
+drawing=Drawing{1}
+drawingEmpty=Drawing is empty
+drawingTooLarge=Drawing is too large
+drawioForWork=Draw.io for GSuite
+dropbox=Dropbox
+duplicate=Duplicate
+duplicateIt=Duplicate {1}
+divider=Divider
+dx=Dx
+dy=Dy
+east=East
+edit=Edit
+editData=Edit Data
+editDiagram=Edit Diagram
+editGeometry=Edit Geometry
+editImage=Edit Image
+editImageUrl=Edit Image URL
+editLink=Edit Link
+editShape=Edit Shape
+editStyle=Edit Style
+editText=Edit Text
+editTooltip=Edit Tooltip
+glass=Glass
+googleImages=Google Images
+imageSearch=Image Search
+eip=EIP
+embed=Embed
+embedImages=Embed Images
+mainEmbedNotice=Paste this into the page
+electrical=Electrical
+ellipse=Ellipse
+embedNotice=Paste this once at the end of the page
+enterGroup=Enter Group
+enterName=Enter Name
+enterPropertyName=Enter Property Name
+enterValue=Enter Value
+entityRelation=Entity Relation
+error=Error
+errorDeletingFile=Error deleting file
+errorLoadingFile=Error loading file
+errorRenamingFile=Error renaming file
+errorRenamingFileNotFound=Error renaming file. File was not found.
+errorRenamingFileForbidden=Error renaming file. Insufficient access rights.
+errorSavingDraft=Error saving draft
+errorSavingFile=Error saving file
+errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.
+errorSavingFileForbidden=Error saving file. Insufficient access rights.
+errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
+errorSavingFileNotFound=Error saving file. File was not found.
+errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
+errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
+errorSendingFeedback=Error sending feedback.
+errorUpdatingPreview=Error updating preview.
+exit=Exit
+exitGroup=Exit Group
+expand=Expand
+export=Export
+exporting=Exporting
+exportAs=Export as
+exportOptionsDisabled=Export options disabled
+exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
+externalChanges=External Changes
+extras=Extras
+facebook=Facebook
+failedToSaveTryReconnect=Failed to save, trying to reconnect
+featureRequest=Feature Request
+feedback=Feedback
+feedbackSent=Feedback successfully sent.
+floorplans=Floorplans
+file=File
+fileChangedOverwriteDialog=The file has been modified. Do you want to save the file and overwrite those changes?
+fileChangedSyncDialog=The file has been modified. Do you want to synchronize those changes?
+fileChangedSync=The file has been modified. Click here to synchronize.
+overwrite=Overwrite
+synchronize=Synchronize
+filename=Filename
+fileExists=File already exists
+fileMovedToTrash=File was moved to trash
+fileNearlyFullSeeFaq=File nearly full, please see FAQ
+fileNotFound=File not found
+repositoryNotFound=Repository not found
+fileNotFoundOrDenied=The file was not found. It does not exist or you do not have access.
+fileNotLoaded=File not loaded
+fileNotSaved=File not saved
+fileOpenLocation=How would you like to open these file(s)?
+filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
+filetypePng=.png causes file to save as PNG with embedded data
+filetypeSvg=.svg causes file to save as SVG with embedded data
+fileWillBeSavedInAppFolder={1} will be saved in the app folder.
+fill=Fill
+fillColor=Fill Color
+filterCards=Filter Cards
+find=Find
+fit=Fit
+fitContainer=Resize Container
+fitIntoContainer=Fit into Container
+fitPage=Fit Page
+fitPageWidth=Fit Page Width
+fitTo=Fit to
+fitToSheetsAcross=sheet(s) across
+fitToBy=by
+fitToSheetsDown=sheet(s) down
+fitTwoPages=Two Pages
+fitWindow=Fit Window
+flip=Flip
+flipH=Flip Horizontal
+flipV=Flip Vertical
+flowchart=Flowchart
+folder=Folder
+font=Font
+fontColor=Font Color
+fontFamily=Font Family
+fontSize=Font Size
+forbidden=You are not authorized to access this file
+format=Format
+formatPanel=Format Panel
+formatted=Formatted
+formattedText=Formatted Text
+formatPng=PNG
+formatGif=GIF
+formatJpg=JPEG
+formatPdf=PDF
+formatSql=SQL
+formatSvg=SVG
+formatHtmlEmbedded=HTML
+formatSvgEmbedded=SVG (with XML)
+formatVsdx=VSDX
+formatVssx=VSSX
+formatXmlPlain=XML (Plain)
+formatXml=XML
+forum=Discussion/Help Forums
+freehand=Freehand
+fromTemplate=From Template
+fromTemplateUrl=From Template URL
+fromText=From Text
+fromUrl=From URL
+fromThisPage=From this page
+fullscreen=Fullscreen
+gap=Gap
+gcp=GCP
+general=General
+github=GitHub
+gitlab=GitLab
+gliffy=Gliffy
+global=Global
+googleDocs=Google Docs
+googleDrive=Google Drive
+googleGadget=Google Gadget
+googlePlus=Google+
+googleSharingNotAvailable=Sharing is only available via Google Drive. Please click Open below and share from the more actions menu:
+googleSlides=Google Slides
+googleSites=Google Sites
+googleSheets=Google Sheets
+gradient=Gradient
+gradientColor=Color
+grid=Grid
+gridColor=Grid Color
+gridSize=Grid Size
+group=Group
+guides=Guides
+hateApp=I hate draw.io
+heading=Heading
+height=Height
+help=Help
+helpTranslate=Help us translate this application
+hide=Hide
+hideIt=Hide {1}
+hidden=Hidden
+home=Home
+horizontal=Horizontal
+horizontalFlow=Horizontal Flow
+horizontalTree=Horizontal Tree
+howTranslate=How good is the translation in your language?
+html=HTML
+htmlText=HTML Text
+id=ID
+iframe=IFrame
+ignore=Ignore
+image=Image
+imageUrl=Image URL
+images=Images
+imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
+imageTooBig=Image too big
+imgur=Imgur
+import=Import
+importFrom=Import from
+includeCopyOfMyDiagram=Include a copy of my diagram
+increaseIndent=Increase Indent
+decreaseIndent=Decrease Indent
+insert=Insert
+insertColumnBefore=Insert Column Left
+insertColumnAfter=Insert Column Right
+insertEllipse=Insert Ellipse
+insertImage=Insert Image
+insertHorizontalRule=Insert Horizontal Rule
+insertLink=Insert Link
+insertPage=Insert Page
+insertRectangle=Insert Rectangle
+insertRhombus=Insert Rhombus
+insertRowBefore=Insert Row Above
+insertRowAfter=Insert Row After
+insertText=Insert Text
+inserting=Inserting
+invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidInput=Invalid input
+invalidName=Invalid name
+invalidOrMissingFile=Invalid or missing file
+invalidPublicUrl=Invalid public URL
+isometric=Isometric
+ios=iOS
+italic=Italic
+kennedy=Kennedy
+keyboardShortcuts=Keyboard Shortcuts
+layers=Layers
+landscape=Landscape
+language=Language
+leanMapping=Lean Mapping
+lastChange=Last change {1} ago
+lessThanAMinute=less than a minute
+licensingError=Licensing Error
+licenseHasExpired=The license for {1} has expired on {2}. Click here.
+licenseWillExpire=The license for {1} will expire on {2}. Click here.
+lineJumps=Line jumps
+linkAccountRequired=If the diagram is not public a Google account is required to view the link.
+linkText=Link Text
+list=List
+minute=minute
+minutes=minutes
+hours=hours
+days=days
+months=months
+years=years
+restartForChangeRequired=Changes will take effect after a restart of the application.
+laneColor=Lanecolor
+lastModified=Last modified
+layout=Layout
+left=Left
+leftAlign=Left Align
+leftToRight=Left to right
+libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
+lightbox=Lightbox
+line=Line
+lineend=Line end
+lineheight=Line Height
+linestart=Line start
+linewidth=Linewidth
+link=Link
+links=Links
+loading=Loading
+lockUnlock=Lock/Unlock
+loggedOut=Logged Out
+logIn=log in
+loveIt=I love {1}
+lucidchart=Lucidchart
+maps=Maps
+mathematicalTypesetting=Mathematical Typesetting
+makeCopy=Make a Copy
+manual=Manual
+microsoftOffice=Microsoft Office
+microsoftExcel=Microsoft Excel
+microsoftPowerPoint=Microsoft PowerPoint
+microsoftWord=Microsoft Word
+middle=Middle
+minimal=Minimal
+misc=Misc
+mockups=Mockups
+modificationDate=Modification date
+modifiedBy=Modified by
+more=More
+moreResults=More Results
+moreShapes=More Shapes
+move=Move
+moveToFolder=Move to Folder
+moving=Moving
+moveSelectionTo=Move selection to {1}
+name=Name
+navigation=Navigation
+network=Network
+networking=Networking
+new=New
+newLibrary=New Library
+nextPage=Next Page
+no=No
+noPickFolder=No, pick folder
+noAttachments=No attachments found
+noColor=No Color
+noFiles=No Files
+noFileSelected=No file selected
+noLibraries=No libraries found
+noMoreResults=No more results
+none=None
+noOtherViewers=No other viewers
+noPlugins=No plugins
+noPreview=No preview
+noResponse=No response from server
+noResultsFor=No results for '{1}'
+noRevisions=No revisions
+noSearchResults=No search results found
+noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
+normal=Normal
+north=North
+notADiagramFile=Not a diagram file
+notALibraryFile=Not a library file
+notAvailable=Not available
+notAUtf8File=Not a UTF-8 file
+notConnected=Not connected
+note=Note
+notUsingService=Not using {1}?
+numberedList=Numbered list
+offline=Offline
+ok=OK
+oneDrive=OneDrive
+online=Online
+opacity=Opacity
+open=Open
+openArrow=Open Arrow
+openExistingDiagram=Open Existing Diagram
+openFile=Open File
+openFrom=Open from
+openLibrary=Open Library
+openLibraryFrom=Open Library from
+openLink=Open Link
+openInNewWindow=Open in New Window
+openInThisWindow=Open in This Window
+openIt=Open {1}
+openRecent=Open Recent
+openSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy
+options=Options
+organic=Organic
+orthogonal=Orthogonal
+otherViewer=other viewer
+otherViewers=other viewers
+outline=Outline
+oval=Oval
+page=Page
+pageContent=Page Content
+pageNotFound=Page not found
+pageWithNumber=Page-{1}
+pages=Pages
+pageView=Page View
+pageSetup=Page Setup
+pageScale=Page Scale
+pan=Pan
+panTooltip=Space+Drag to pan
+paperSize=Paper Size
+pattern=Pattern
+paste=Paste
+pasteHere=Paste here
+pasteSize=Paste Size
+pasteStyle=Paste Style
+perimeter=Perimeter
+permissionAnyone=Anyone can edit
+permissionAuthor=Owner and admins can edit
+pickFolder=Pick a folder
+pickLibraryDialogTitle=Select Library
+publicDiagramUrl=Public URL of the diagram
+placeholders=Placeholders
+plantUml=PlantUML
+plugins=Plugins
+pluginUrl=Plugin URL
+pluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n
+plusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
+portrait=Portrait
+position=Position
+posterPrint=Poster Print
+preferences=Preferences
+preview=Preview
+previousPage=Previous Page
+print=Print
+printAllPages=Print All Pages
+procEng=Proc. Eng.
+project=Project
+priority=Priority
+properties=Properties
+publish=Publish
+quickStart=Quick Start Video
+rack=Rack
+radialTree=Radial Tree
+readOnly=Read-only
+reconnecting=Reconnecting
+recentlyUpdated=Recently Updated
+recentlyViewed=Recently Viewed
+rectangle=Rectangle
+redirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.
+realtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.
+redo=Redo
+refresh=Refresh
+regularExpression=Regular Expression
+relative=Relative
+relativeUrlNotAllowed=Relative URL not allowed
+rememberMe=Remember me
+rememberThisSetting=Remember this setting
+removeFormat=Clear Formatting
+removeFromGroup=Remove from Group
+removeIt=Remove {1}
+removeWaypoint=Remove Waypoint
+rename=Rename
+renamed=Renamed
+renameIt=Rename {1}
+renaming=Renaming
+replace=Replace
+replaceIt={1} already exists. Do you want to replace it?
+replaceExistingDrawing=Replace existing drawing
+required=required
+reset=Reset
+resetView=Reset View
+resize=Resize
+resizeLargeImages=Do you want to resize large images to make the application run faster?
+retina=Retina
+responsive=Responsive
+restore=Restore
+restoring=Restoring
+retryingIn=Retrying in {1} second(s)
+retryingLoad=Load failed. Retrying...
+retryingLogin=Login time out. Retrying...
+reverse=Reverse
+revision=Revision
+revisionHistory=Revision History
+rhombus=Rhombus
+right=Right
+rightAlign=Right Align
+rightToLeft=Right to left
+rotate=Rotate
+rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
+rotation=Rotation
+rounded=Rounded
+save=Save
+saveAndExit=Save & Exit
+saveAs=Save as
+saveAsXmlFile=Save as XML file?
+saved=Saved
+saveDiagramFirst=Please save the diagram first
+saveDiagramsTo=Save diagrams to
+saveLibrary403=Insufficient permissions to edit this library
+saveLibrary500=There was an error while saving the library
+saving=Saving
+scratchpad=Scratchpad
+scrollbars=Scrollbars
+search=Search
+searchShapes=Search Shapes
+selectAll=Select All
+selectionOnly=Selection Only
+selectCard=Select Card
+selectEdges=Select Edges
+selectFile=Select File
+selectFolder=Select Folder
+selectFont=Select Font
+selectNone=Select None
+selectTemplate=Select Template
+selectVertices=Select Vertices
+sendMessage=Send
+sendYourFeedbackToDrawIo=Send your feedback to draw.io
+serviceUnavailableOrBlocked=Service unavailable or blocked
+sessionExpired=Your session has expired. Please refresh the browser window.
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+setAsDefaultStyle=Set as Default Style
+shadow=Shadow
+shape=Shape
+shapes=Shapes
+share=Share
+shareLink=Link for shared editing
+sharp=Sharp
+show=Show
+showStartScreen=Show Start Screen
+sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
+signs=Signs
+signOut=Sign out
+simple=Simple
+simpleArrow=Simple Arrow
+simpleViewer=Simple Viewer
+size=Size
+solid=Solid
+sourceSpacing=Source Spacing
+south=South
+software=Software
+space=Space
+spacing=Spacing
+specialLink=Special Link
+standard=Standard
+startDrawing=Start drawing
+stopDrawing=Stop drawing
+starting=Starting
+straight=Straight
+strikethrough=Strikethrough
+strokeColor=Line Color
+style=Style
+subscript=Subscript
+summary=Summary
+superscript=Superscript
+support=Support
+sysml=SysML
+tags=Tags
+table=Table
+tables=Tables
+takeOver=Take Over
+targetSpacing=Target Spacing
+template=Template
+templates=Templates
+text=Text
+textAlignment=Text Alignment
+textOpacity=Text Opacity
+theme=Theme
+timeout=Timeout
+title=Title
+to=to
+toBack=To Back
+toFront=To Front
+toolbar=Toolbar
+tooltips=Tooltips
+top=Top
+topAlign=Top Align
+topLeft=Top Left
+topRight=Top Right
+transparent=Transparent
+transparentBackground=Transparent Background
+trello=Trello
+tryAgain=Try again
+tryOpeningViaThisPage=Try opening via this page
+turn=Rotate shape only by 90°
+type=Type
+twitter=Twitter
+uml=UML
+underline=Underline
+undo=Undo
+ungroup=Ungroup
+unsavedChanges=Unsaved changes
+unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
+untitled=Untitled
+untitledDiagram=Untitled Diagram
+untitledLayer=Untitled Layer
+untitledLibrary=Untitled Library
+unknownError=Unknown error
+updateFile=Update {1}
+updatingDocument=Updating Document. Please wait...
+updatingPreview=Updating Preview. Please wait...
+updatingSelection=Updating Selection. Please wait...
+upload=Upload
+url=URL
+useOffline=Use Offline
+useRootFolder=Use root folder?
+userManual=User Manual
+vertical=Vertical
+verticalFlow=Vertical Flow
+verticalTree=Vertical Tree
+view=View
+viewerSettings=Viewer Settings
+viewUrl=Link to view: {1}
+voiceAssistant=Voice Assistant (beta)
+warning=Warning
+waypoints=Waypoints
+west=West
+width=Width
+wiki=Wiki
+wordWrap=Word Wrap
+writingDirection=Writing Direction
+yes=Yes
+yourEmailAddress=Your email address
+zoom=Zoom
+zoomIn=Zoom In
+zoomOut=Zoom Out
+basic=Basic
+businessprocess=Business Processes
+charts=Charts
+engineering=Engineering
+flowcharts=Flowcharts
+gmdl=Material Design
+mindmaps=Mindmaps
+mockups=Mockups
+networkdiagrams=Network Diagrams
+nothingIsSelected=Nothing is selected
+other=Other
+softwaredesign=Software Design
+venndiagrams=Venn Diagrams
+webEmailOrOther=Web, email or any other internet address
+webLink=Web Link
+wireframes=Wireframes
+property=Property
+value=Value
+showMore=Show More
+showLess=Show Less
+myDiagrams=My Diagrams
+allDiagrams=All Diagrams
+recentlyUsed=Recently used
+listView=List view
+gridView=Grid view
+resultsFor=Results for '{1}'
+oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # %  * : < > ? / \ { | }
+oneDriveInvalidDeviceName=The specified device name is invalid
+officeNotLoggedOD=You are not logged in to OneDrive. Please open draw.io task pane and login first.
+officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
+officeSelectDiag=Please select a draw.io diagram.
+officeCannotFindDiagram=Cannot find a draw.io diagram in the selection
+noDiagrams=No diagrams found
+authFailed=Authentication failed
+officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
+convertingDiagramFailed=Converting diagram failed
+officeCopyImgErrMsg=Due to some limitations in the host application, the image could not be inserted. Please manually copy the image then paste it to the document.
+insertingImageFailed=Inserting image failed
+officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context menu. Then, in the document, right-click and select "Paste" from the context menu.
+folderEmpty=Folder is empty
+recent=Recent
+sharedWithMe=Shared With Me
+sharepointSites=Sharepoint Sites
+errorFetchingFolder=Error fetching folder items
+errorAuthOD=Error authenticating to OneDrive
+officeMainHeader=Adds draw.io diagrams to your document.
+officeStepsHeader=This add-in performs the following steps:
+officeStep1=Connects to Microsoft OneDrive, Google Drive or your device.
+officeStep2=Select a draw.io diagram.
+officeStep3=Insert the diagram into the document.
+officeAuthPopupInfo=Please complete the authentication in the pop-up window.
+officeSelDiag=Select draw.io Diagram:
+files=Files
+shared=Shared
+sharepoint=Sharepoint
+officeManualUpdateInst=Instructions: Copy draw.io diagram from the document. Then, in the box below, right-click and select "Paste" from the context menu.
+officeClickToEdit=Click icon to start editing:
+pasteDiagram=Paste draw.io diagram here
+connectOD=Connect to OneDrive
+selectChildren=Select Children
+selectSiblings=Select Siblings
+selectParent=Select Parent
+selectDescendants=Select Descendants
+lastSaved=Last saved {1} ago
+resolve=Resolve
+reopen=Re-open
+showResolved=Show Resolved
+reply=Reply
+objectNotFound=Object not found
+reOpened=Re-opened
+markedAsResolved=Marked as resolved
+noCommentsFound=No comments found
+comments=Comments
+timeAgo={1} ago
+confluenceCloud=Confluence Cloud
+libraries=Libraries
+confAnchor=Confluence Page Anchor
+confTimeout=The connection has timed out
+confSrvTakeTooLong=The server at {1} is taking too long to respond.
+confCannotInsertNew=Cannot insert draw.io diagram to a new Confluence page
+confSaveTry=Please save the page and try again.
+confCannotGetID=Unable to determine page ID
+confContactAdmin=Please contact your Confluence administrator.
+readErr=Read Error
+editingErr=Editing Error
+confExtEditNotPossible=This diagram cannot be edited externally. Please try editing it while editing the page
+confEditedExt=Diagram/Page edited externally
+diagNotFound=Diagram Not Found
+confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page.
+confCannotEditDraftDelOrExt=Cannot edit diagrams in a draft page, diagram is deleted from the page, or diagram is edited externally. Please check the page.
+retBack=Return back
+confDiagNotPublished=The diagram does not belong to a published page
+createdByDraw=Created by draw.io
+filenameShort=Filename too short
+invalidChars=Invalid characters
+alreadyExst={1} already exists
+draftReadErr=Draft Read Error
+diagCantLoad=Diagram cannot be loaded
+draftWriteErr=Draft Write Error
+draftCantCreate=Draft could not be created
+confDuplName=Duplicate diagram name detected. Please pick another name.
+confSessionExpired=Looks like your session expired. Log in again to keep working.
+login=Login
+drawPrev=draw.io preview
+drwaDiag=draw.io diagram
+unknownErr=Unkown Error
+invalidCallFnNotFound=Invalid Call: {1} not found
+invalidCallErrOccured=Invalid Call: An error occurred, {1}
+anonymous=Anonymous
+confGotoPage=Go to containing page
+showComments=Show Comments
+confError=Error: {1}
+gliffyImport=Gliffy Import
+gliffyImportInst1=Click the "Start Import" button to import all Gliffy diagrams to draw.io.
+gliffyImportInst2=Please note that the import procedure will take some time and the browser window must remain open until the import is completed.
+startImport=Start Import
+drawConfig=draw.io Configuration
+customLib=Custom Libraries
+customTemp=Custom Templates
+pageIdsExp=Page IDs Export
+drawReindex=draw.io re-indexing (beta)
+working=Working
+drawConfigNotFoundInst=draw.io Configuration Space (DRAWIOCONFIG) does not exist. This space is needed to store draw.io configuration files and custom libraries/templates.
+createConfSp=Create Config Space
+unexpErrRefresh=Unexpected error, please refresh the page and try again.
+configJSONInst=Write draw.io JSON configuration in the editor below then click save. If you need help, please refer to
+thisPage=this page
+curCustLib=Current Custom Libraries
+libName=Library Name
+action=Action
+drawConfID=draw.io Config ID
+addLibInst=Click the "Add Library" button to upload a new library.
+addLib=Add Library
+customTempInst1=Custom templates are draw.io diagrams saved in children pages of
+customTempInst2=For more details, please refer to
+tempsPage=Templates page
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
+pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
+startExp=Start Export
+refreshDrawIndex=Refresh draw.io Diagrams Index
+reindexInst1=Click the "Start Indexing" button to refresh draw.io diagrams index.
+reindexInst2=Please note that the indexing procedure will take some time and the browser window must remain open until the indexing is completed.
+startIndexing=Start Indexing
+confAPageFoundFetch=Page "{1}" found. Fetching
+confAAllDiagDone=All {1} diagrams processed. Process finished.
+confAStartedProcessing=Started processing page "{1}"
+confAAllDiagInPageDone=All {1} diagrams in page "{2}" processed successfully.
+confAPartialDiagDone={1} out of {2} {3} diagrams in page "{4}" processed successfully.
+confAUpdatePageFailed=Updating page "{1}" failed.
+confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
+confAFetchPageFailed=Fetching the page failed.
+confANoDiagFound=No {1} diagrams found. Process finished.
+confASearchFailed=Searching for {1} diagrams failed. Please try again later.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
+confAImportedFromByDraw=Imported from "{1}" by draw.io
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
+confACheckBrokenDiagLnk=Checking for broken diagrams links.
+confADelDiagLinkOf=Deleting diagram link of "{1}"
+confADupLnk=(duplicate link)
+confADelDiagLnkFailed=Deleting diagram link of "{1}" failed.
+confAUnexpErrProcessPage=Unexpected error during processing the page with id: {1}
+confADiagFoundIndex=Diagram "{1}" found. Indexing
+confADiagIndexSucc=Diagram "{1}" indexed successfully.
+confAIndexDiagFailed=Indexing diagram "{1}" failed.
+confASkipDiagOtherPage=Skipped "{1}" as it belongs to another page!
+confADiagUptoDate=Diagram "{1}" is up to date.
+confACheckPagesWDraw=Checking pages having draw.io diagrams.
+confAErrOccured=An error occurred!
+savedSucc=Saved successfully
+confASaveFailedErr=Saving Failed (Unexpected Error)
+character=Character
+confAConfPageDesc=This page contains draw.io configuration file (configuration.json) as attachment
+confALibPageDesc=This page contains draw.io custom libraries as attachments
+confATempPageDesc=This page contains draw.io custom templates as attachments
+working=Working
+confAConfSpaceDesc=This space is used to store draw.io configuration files and custom libraries/templates
+confANoCustLib=No Custom Libraries
+delFailed=Delete failed!
+showID=Show ID
+confAIncorrectLibFileType=Incorrect file type. Libraries should be XML files.
+uploading=Uploading
+confALibExist=This library already exists
+confAUploadSucc=Uploaded successfully
+confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview
+officeNotLoggedGD=You are not logged in to Google Drive. Please open draw.io task pane and login first.
+officePopupInfo=Please complete the process in the pop-up window.
+pickODFile=Pick OneDrive File
+pickGDriveFile=Pick Google Drive File
+pickDeviceFile=Pick Device File
+vsdNoConfig="vsdurl" is not configured
+ruler=Ruler
+units=Units
+points=Points
+inches=Inches
+millimeters=Millimeters
+confEditDraftDelOrExt=This diagram is in a draft page, is deleted from the page, or is edited externally. It will be saved as a new attachment version and may not be reflected in the page.
+confDiagEditedExt=Diagram is edited in another session. It will be saved as a new attachment version but the page will show other session's modifications.
+macroNotFound=Macro Not Found
+confAInvalidPageIdsFormat=Incorrect Page IDs file format
+confACollectingCurPages=Collecting current pages
+confABuildingPagesMap=Building pages mapping
+confAProcessDrawDiag=Started processing imported draw.io diagrams
+confAProcessDrawDiagDone=Finished processing imported draw.io diagrams
+confAProcessImpPages=Started processing imported pages
+confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
+confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
+confAImpDiagram=Importing diagram "{1}"
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
+confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
+confImpDiagramSuccess=Updating diagram "{1}" done successfully.
+confANoLnksInDrgm=No links to update in: {1}
+confAUpdateLnkToPg=Updated link to page: "{1}" in diagram: "{2}"
+confAUpdateLBLnkToPg=Updated lightbox link to page: "{1}" in diagram: "{2}"
+confAUpdateLnkBase=Updated base URL from: "{1}" to: "{2}" in diagram: "{3}"
+confAPageIdsImpDone=Page IDs Import finished.
+confAPrcsMacrosInPage=Processing draw.io macros in page "{1}"
+confAErrFetchPage=Error fetching page "{1}"
+confAFixingMacro=Fixing macro of diagram "{1}"
+confAErrReadingExpFile=Error reading export file
+confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 8 - 5
src/main/webapp/resources/dia_nl.txt

@@ -909,12 +909,12 @@ confANoDiagFoundInPage=Geen {1} diagrammen gevonden op pagina "{2}".
 confAFetchPageFailed=Het ophalen van de pagina is mislukt.
 confANoDiagFound=Geen {1} diagrammen gevonden. Proces voltooid.
 confASearchFailed=Zoeken naar {1} diagrammen is mislukt. Probeer het later opnieuw.
-confAGliffyDiagFound=Gliffy-diagram "{1}" gevonden. Importeren
-confAGliffyDiagImported=Gliffy-diagram "{1}" succesvol geïmporteerd.
-confASavingImpGliffyFailed=Het opslaan van geïmporteerd Gliffy-diagram "{1}" is mislukt.
+confAGliffyDiagFound={2}-diagram "{1}" gevonden. Importeren
+confAGliffyDiagImported={2}-diagram "{1}" succesvol geïmporteerd.
+confASavingImpGliffyFailed=Het opslaan van geïmporteerd {2}-diagram "{1}" is mislukt.
 confAImportedFromByDraw=Door draw.io uit "{1}" geïmporteerd
-confAImportGliffyFailed=Het importeren van Gliffy-diagram "{1}" is mislukt.
-confAFetchGliffyFailed=Het ophalen van Gliffy-diagram "{1}" is mislukt.
+confAImportGliffyFailed=Het importeren van {2}-diagram "{1}" is mislukt.
+confAFetchGliffyFailed=Het ophalen van {2}-diagram "{1}" is mislukt.
 confACheckBrokenDiagLnk=Controleren op verbroken diagramkoppelingen.
 confADelDiagLinkOf=Diagramkoppeling van "{1}" verwijderen
 confADupLnk=(dubbele koppeling)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_no.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_pl.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_pt-br.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_pt.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ro.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ru.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 987 - 0
src/main/webapp/resources/dia_si.txt

@@ -0,0 +1,987 @@
+# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
+# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
+aboutDrawio=About draw.io
+accessDenied=Access Denied
+action=Action
+actualSize=Actual Size
+add=Add
+addAccount=Add account
+addedFile=Added {1}
+addImages=Add Images
+addImageUrl=Add Image URL
+addLayer=Add Layer
+addProperty=Add Property
+address=Address
+addToExistingDrawing=Add to Existing Drawing
+addWaypoint=Add Waypoint
+adjustTo=Adjust to
+advanced=Advanced
+align=Align
+alignment=Alignment
+allChangesLost=All changes will be lost!
+allPages=All Pages
+allProjects=All Projects
+allSpaces=All Spaces
+allTags=All Tags
+anchor=Anchor
+android=Android
+angle=Angle
+arc=Arc
+areYouSure=Are you sure?
+ensureDataSaved=Please ensure your data is saved before closing.
+allChangesSaved=All changes saved
+allChangesSavedInDrive=All changes saved in Drive
+allowPopups=Allow pop-ups to avoid this dialog.
+allowRelativeUrl=Allow relative URL
+alreadyConnected=Nodes already connected
+apply=Apply
+archiMate21=ArchiMate 2.1
+arrange=Arrange
+arrow=Arrow
+arrows=Arrows
+asNew=As New
+atlas=Atlas
+author=Author
+authorizationRequired=Authorization required
+authorizeThisAppIn=Authorize this app in {1}:
+authorize=Authorize
+authorizing=Authorizing
+automatic=Automatic
+autosave=Autosave
+autosize=Autosize
+attachments=Attachments
+aws=AWS
+aws3d=AWS 3D
+azure=Azure
+back=Back
+background=Background
+backgroundColor=Background Color
+backgroundImage=Background Image
+basic=Basic
+blankDrawing=Blank Drawing
+blankDiagram=Blank Diagram
+block=Block
+blockquote=Blockquote
+blog=Blog
+bold=Bold
+bootstrap=Bootstrap
+border=Border
+borderColor=Border Color
+borderWidth=Border Width
+bottom=Bottom
+bottomAlign=Bottom Align
+bottomLeft=Bottom Left
+bottomRight=Bottom Right
+bpmn=BPMN
+browser=Browser
+bulletedList=Bulleted List
+business=Business
+busy=Operation in progress
+cabinets=Cabinets
+cancel=Cancel
+center=Center
+cannotLoad=Load attempts failed. Please try again later.
+cannotLogin=Log in attempts failed. Please try again later.
+cannotOpenFile=Cannot open file
+change=Change
+changeOrientation=Change Orientation
+changeUser=Change user
+changeStorage=Change storage
+changesNotSaved=Changes have not been saved
+userJoined={1} has joined
+userLeft={1} has left
+chatWindowTitle=Chat
+chooseAnOption=Choose an option
+chromeApp=Chrome App
+collaborativeEditingNotice=Important Notice for Collaborative Editing
+compressed=Compressed
+commitMessage=Commit Message
+configLinkWarn=This link configures draw.io. Only click OK if you trust whoever gave you it!
+configLinkConfirm=Click OK to configure and restart draw.io.
+csv=CSV
+dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
+draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
+dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
+dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
+check=Check
+checksum=Checksum
+circle=Circle
+cisco=Cisco
+classic=Classic
+clearDefaultStyle=Clear Default Style
+clearWaypoints=Clear Waypoints
+clipart=Clipart
+close=Close
+closingFile=Closing file
+collaborator=Collaborator
+collaborators=Collaborators
+collapse=Collapse
+collapseExpand=Collapse/Expand
+collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size
+collapsible=Collapsible
+comic=Comic
+comment=Comment
+commentsNotes=Comments/Notes
+compress=Compress
+connect=Connect
+connecting=Connecting
+connectWithDrive=Connect with Google Drive
+connection=Connection
+connectionArrows=Connection Arrows
+connectionPoints=Connection Points
+constrainProportions=Constrain Proportions
+containsValidationErrors=Contains validation errors
+copiedToClipboard=Copied to clipboard
+copy=Copy
+copyConnect=Copy on connect
+copyCreated=A copy of the file was created.
+copyOf=Copy of {1}
+copyOfDrawing=Copy of Drawing
+copySize=Copy Size
+copyStyle=Copy Style
+create=Create
+createNewDiagram=Create New Diagram
+createRevision=Create Revision
+createShape=Create Shape
+crop=Crop
+curved=Curved
+custom=Custom
+current=Current
+currentPage=Current page
+cut=Cut
+dashed=Dashed
+decideLater=Decide later
+default=Default
+delete=Delete
+deleteColumn=Delete Column
+deleteLibrary401=Insufficient permissions to delete this library
+deleteLibrary404=Selected library could not be found
+deleteLibrary500=Error deleting library
+deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
+deleteRow=Delete Row
+description=Description
+device=Device
+diagram=Diagram
+diagramContent=Diagram Content
+diagramLocked=Diagram has been locked to prevent further data loss.
+diagramLockedBySince=The diagram is locked by {1} since {2} ago
+diagramName=Diagram Name
+diagramIsPublic=Diagram is public
+diagramIsNotPublic=Diagram is not public
+diamond=Diamond
+diamondThin=Diamond (thin)
+didYouKnow=Did you know...
+direction=Direction
+discard=Discard
+discardChangesAndReconnect=Discard Changes and Reconnect
+googleDriveMissingClickHere=Google Drive missing? Click here!
+discardChanges=Discard Changes
+disconnected=Disconnected
+distribute=Distribute
+done=Done
+dotted=Dotted
+doubleClickOrientation=Doubleclick to change orientation
+doubleClickTooltip=Doubleclick to insert text
+doubleClickChangeProperty=Doubleclick to change property name
+download=Download
+downloadDesktop=Download draw.io Desktop
+downloadAs=Download as
+clickHereToSave=Click here to save.
+dpi=DPI
+draftDiscarded=Draft discarded
+draftSaved=Draft saved
+dragElementsHere=Drag elements here
+dragImagesHere=Drag images or URLs here
+dragUrlsHere=Drag URLs here
+draw.io=draw.io
+drawing=Drawing{1}
+drawingEmpty=Drawing is empty
+drawingTooLarge=Drawing is too large
+drawioForWork=Draw.io for GSuite
+dropbox=Dropbox
+duplicate=Duplicate
+duplicateIt=Duplicate {1}
+divider=Divider
+dx=Dx
+dy=Dy
+east=East
+edit=Edit
+editData=Edit Data
+editDiagram=Edit Diagram
+editGeometry=Edit Geometry
+editImage=Edit Image
+editImageUrl=Edit Image URL
+editLink=Edit Link
+editShape=Edit Shape
+editStyle=Edit Style
+editText=Edit Text
+editTooltip=Edit Tooltip
+glass=Glass
+googleImages=Google Images
+imageSearch=Image Search
+eip=EIP
+embed=Embed
+embedImages=Embed Images
+mainEmbedNotice=Paste this into the page
+electrical=Electrical
+ellipse=Ellipse
+embedNotice=Paste this once at the end of the page
+enterGroup=Enter Group
+enterName=Enter Name
+enterPropertyName=Enter Property Name
+enterValue=Enter Value
+entityRelation=Entity Relation
+error=Error
+errorDeletingFile=Error deleting file
+errorLoadingFile=Error loading file
+errorRenamingFile=Error renaming file
+errorRenamingFileNotFound=Error renaming file. File was not found.
+errorRenamingFileForbidden=Error renaming file. Insufficient access rights.
+errorSavingDraft=Error saving draft
+errorSavingFile=Error saving file
+errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.
+errorSavingFileForbidden=Error saving file. Insufficient access rights.
+errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
+errorSavingFileNotFound=Error saving file. File was not found.
+errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
+errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
+errorSendingFeedback=Error sending feedback.
+errorUpdatingPreview=Error updating preview.
+exit=Exit
+exitGroup=Exit Group
+expand=Expand
+export=Export
+exporting=Exporting
+exportAs=Export as
+exportOptionsDisabled=Export options disabled
+exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
+externalChanges=External Changes
+extras=Extras
+facebook=Facebook
+failedToSaveTryReconnect=Failed to save, trying to reconnect
+featureRequest=Feature Request
+feedback=Feedback
+feedbackSent=Feedback successfully sent.
+floorplans=Floorplans
+file=File
+fileChangedOverwriteDialog=The file has been modified. Do you want to save the file and overwrite those changes?
+fileChangedSyncDialog=The file has been modified. Do you want to synchronize those changes?
+fileChangedSync=The file has been modified. Click here to synchronize.
+overwrite=Overwrite
+synchronize=Synchronize
+filename=Filename
+fileExists=File already exists
+fileMovedToTrash=File was moved to trash
+fileNearlyFullSeeFaq=File nearly full, please see FAQ
+fileNotFound=File not found
+repositoryNotFound=Repository not found
+fileNotFoundOrDenied=The file was not found. It does not exist or you do not have access.
+fileNotLoaded=File not loaded
+fileNotSaved=File not saved
+fileOpenLocation=How would you like to open these file(s)?
+filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
+filetypePng=.png causes file to save as PNG with embedded data
+filetypeSvg=.svg causes file to save as SVG with embedded data
+fileWillBeSavedInAppFolder={1} will be saved in the app folder.
+fill=Fill
+fillColor=Fill Color
+filterCards=Filter Cards
+find=Find
+fit=Fit
+fitContainer=Resize Container
+fitIntoContainer=Fit into Container
+fitPage=Fit Page
+fitPageWidth=Fit Page Width
+fitTo=Fit to
+fitToSheetsAcross=sheet(s) across
+fitToBy=by
+fitToSheetsDown=sheet(s) down
+fitTwoPages=Two Pages
+fitWindow=Fit Window
+flip=Flip
+flipH=Flip Horizontal
+flipV=Flip Vertical
+flowchart=Flowchart
+folder=Folder
+font=Font
+fontColor=Font Color
+fontFamily=Font Family
+fontSize=Font Size
+forbidden=You are not authorized to access this file
+format=Format
+formatPanel=Format Panel
+formatted=Formatted
+formattedText=Formatted Text
+formatPng=PNG
+formatGif=GIF
+formatJpg=JPEG
+formatPdf=PDF
+formatSql=SQL
+formatSvg=SVG
+formatHtmlEmbedded=HTML
+formatSvgEmbedded=SVG (with XML)
+formatVsdx=VSDX
+formatVssx=VSSX
+formatXmlPlain=XML (Plain)
+formatXml=XML
+forum=Discussion/Help Forums
+freehand=Freehand
+fromTemplate=From Template
+fromTemplateUrl=From Template URL
+fromText=From Text
+fromUrl=From URL
+fromThisPage=From this page
+fullscreen=Fullscreen
+gap=Gap
+gcp=GCP
+general=General
+github=GitHub
+gitlab=GitLab
+gliffy=Gliffy
+global=Global
+googleDocs=Google Docs
+googleDrive=Google Drive
+googleGadget=Google Gadget
+googlePlus=Google+
+googleSharingNotAvailable=Sharing is only available via Google Drive. Please click Open below and share from the more actions menu:
+googleSlides=Google Slides
+googleSites=Google Sites
+googleSheets=Google Sheets
+gradient=Gradient
+gradientColor=Color
+grid=Grid
+gridColor=Grid Color
+gridSize=Grid Size
+group=Group
+guides=Guides
+hateApp=I hate draw.io
+heading=Heading
+height=Height
+help=Help
+helpTranslate=Help us translate this application
+hide=Hide
+hideIt=Hide {1}
+hidden=Hidden
+home=Home
+horizontal=Horizontal
+horizontalFlow=Horizontal Flow
+horizontalTree=Horizontal Tree
+howTranslate=How good is the translation in your language?
+html=HTML
+htmlText=HTML Text
+id=ID
+iframe=IFrame
+ignore=Ignore
+image=Image
+imageUrl=Image URL
+images=Images
+imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
+imageTooBig=Image too big
+imgur=Imgur
+import=Import
+importFrom=Import from
+includeCopyOfMyDiagram=Include a copy of my diagram
+increaseIndent=Increase Indent
+decreaseIndent=Decrease Indent
+insert=Insert
+insertColumnBefore=Insert Column Left
+insertColumnAfter=Insert Column Right
+insertEllipse=Insert Ellipse
+insertImage=Insert Image
+insertHorizontalRule=Insert Horizontal Rule
+insertLink=Insert Link
+insertPage=Insert Page
+insertRectangle=Insert Rectangle
+insertRhombus=Insert Rhombus
+insertRowBefore=Insert Row Above
+insertRowAfter=Insert Row After
+insertText=Insert Text
+inserting=Inserting
+invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidInput=Invalid input
+invalidName=Invalid name
+invalidOrMissingFile=Invalid or missing file
+invalidPublicUrl=Invalid public URL
+isometric=Isometric
+ios=iOS
+italic=Italic
+kennedy=Kennedy
+keyboardShortcuts=Keyboard Shortcuts
+layers=Layers
+landscape=Landscape
+language=Language
+leanMapping=Lean Mapping
+lastChange=Last change {1} ago
+lessThanAMinute=less than a minute
+licensingError=Licensing Error
+licenseHasExpired=The license for {1} has expired on {2}. Click here.
+licenseWillExpire=The license for {1} will expire on {2}. Click here.
+lineJumps=Line jumps
+linkAccountRequired=If the diagram is not public a Google account is required to view the link.
+linkText=Link Text
+list=List
+minute=minute
+minutes=minutes
+hours=hours
+days=days
+months=months
+years=years
+restartForChangeRequired=Changes will take effect after a restart of the application.
+laneColor=Lanecolor
+lastModified=Last modified
+layout=Layout
+left=Left
+leftAlign=Left Align
+leftToRight=Left to right
+libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
+lightbox=Lightbox
+line=Line
+lineend=Line end
+lineheight=Line Height
+linestart=Line start
+linewidth=Linewidth
+link=Link
+links=Links
+loading=Loading
+lockUnlock=Lock/Unlock
+loggedOut=Logged Out
+logIn=log in
+loveIt=I love {1}
+lucidchart=Lucidchart
+maps=Maps
+mathematicalTypesetting=Mathematical Typesetting
+makeCopy=Make a Copy
+manual=Manual
+microsoftOffice=Microsoft Office
+microsoftExcel=Microsoft Excel
+microsoftPowerPoint=Microsoft PowerPoint
+microsoftWord=Microsoft Word
+middle=Middle
+minimal=Minimal
+misc=Misc
+mockups=Mockups
+modificationDate=Modification date
+modifiedBy=Modified by
+more=More
+moreResults=More Results
+moreShapes=More Shapes
+move=Move
+moveToFolder=Move to Folder
+moving=Moving
+moveSelectionTo=Move selection to {1}
+name=Name
+navigation=Navigation
+network=Network
+networking=Networking
+new=New
+newLibrary=New Library
+nextPage=Next Page
+no=No
+noPickFolder=No, pick folder
+noAttachments=No attachments found
+noColor=No Color
+noFiles=No Files
+noFileSelected=No file selected
+noLibraries=No libraries found
+noMoreResults=No more results
+none=None
+noOtherViewers=No other viewers
+noPlugins=No plugins
+noPreview=No preview
+noResponse=No response from server
+noResultsFor=No results for '{1}'
+noRevisions=No revisions
+noSearchResults=No search results found
+noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
+normal=Normal
+north=North
+notADiagramFile=Not a diagram file
+notALibraryFile=Not a library file
+notAvailable=Not available
+notAUtf8File=Not a UTF-8 file
+notConnected=Not connected
+note=Note
+notUsingService=Not using {1}?
+numberedList=Numbered list
+offline=Offline
+ok=OK
+oneDrive=OneDrive
+online=Online
+opacity=Opacity
+open=Open
+openArrow=Open Arrow
+openExistingDiagram=Open Existing Diagram
+openFile=Open File
+openFrom=Open from
+openLibrary=Open Library
+openLibraryFrom=Open Library from
+openLink=Open Link
+openInNewWindow=Open in New Window
+openInThisWindow=Open in This Window
+openIt=Open {1}
+openRecent=Open Recent
+openSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy
+options=Options
+organic=Organic
+orthogonal=Orthogonal
+otherViewer=other viewer
+otherViewers=other viewers
+outline=Outline
+oval=Oval
+page=Page
+pageContent=Page Content
+pageNotFound=Page not found
+pageWithNumber=Page-{1}
+pages=Pages
+pageView=Page View
+pageSetup=Page Setup
+pageScale=Page Scale
+pan=Pan
+panTooltip=Space+Drag to pan
+paperSize=Paper Size
+pattern=Pattern
+paste=Paste
+pasteHere=Paste here
+pasteSize=Paste Size
+pasteStyle=Paste Style
+perimeter=Perimeter
+permissionAnyone=Anyone can edit
+permissionAuthor=Owner and admins can edit
+pickFolder=Pick a folder
+pickLibraryDialogTitle=Select Library
+publicDiagramUrl=Public URL of the diagram
+placeholders=Placeholders
+plantUml=PlantUML
+plugins=Plugins
+pluginUrl=Plugin URL
+pluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n
+plusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
+portrait=Portrait
+position=Position
+posterPrint=Poster Print
+preferences=Preferences
+preview=Preview
+previousPage=Previous Page
+print=Print
+printAllPages=Print All Pages
+procEng=Proc. Eng.
+project=Project
+priority=Priority
+properties=Properties
+publish=Publish
+quickStart=Quick Start Video
+rack=Rack
+radialTree=Radial Tree
+readOnly=Read-only
+reconnecting=Reconnecting
+recentlyUpdated=Recently Updated
+recentlyViewed=Recently Viewed
+rectangle=Rectangle
+redirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.
+realtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.
+redo=Redo
+refresh=Refresh
+regularExpression=Regular Expression
+relative=Relative
+relativeUrlNotAllowed=Relative URL not allowed
+rememberMe=Remember me
+rememberThisSetting=Remember this setting
+removeFormat=Clear Formatting
+removeFromGroup=Remove from Group
+removeIt=Remove {1}
+removeWaypoint=Remove Waypoint
+rename=Rename
+renamed=Renamed
+renameIt=Rename {1}
+renaming=Renaming
+replace=Replace
+replaceIt={1} already exists. Do you want to replace it?
+replaceExistingDrawing=Replace existing drawing
+required=required
+reset=Reset
+resetView=Reset View
+resize=Resize
+resizeLargeImages=Do you want to resize large images to make the application run faster?
+retina=Retina
+responsive=Responsive
+restore=Restore
+restoring=Restoring
+retryingIn=Retrying in {1} second(s)
+retryingLoad=Load failed. Retrying...
+retryingLogin=Login time out. Retrying...
+reverse=Reverse
+revision=Revision
+revisionHistory=Revision History
+rhombus=Rhombus
+right=Right
+rightAlign=Right Align
+rightToLeft=Right to left
+rotate=Rotate
+rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
+rotation=Rotation
+rounded=Rounded
+save=Save
+saveAndExit=Save & Exit
+saveAs=Save as
+saveAsXmlFile=Save as XML file?
+saved=Saved
+saveDiagramFirst=Please save the diagram first
+saveDiagramsTo=Save diagrams to
+saveLibrary403=Insufficient permissions to edit this library
+saveLibrary500=There was an error while saving the library
+saving=Saving
+scratchpad=Scratchpad
+scrollbars=Scrollbars
+search=Search
+searchShapes=Search Shapes
+selectAll=Select All
+selectionOnly=Selection Only
+selectCard=Select Card
+selectEdges=Select Edges
+selectFile=Select File
+selectFolder=Select Folder
+selectFont=Select Font
+selectNone=Select None
+selectTemplate=Select Template
+selectVertices=Select Vertices
+sendMessage=Send
+sendYourFeedbackToDrawIo=Send your feedback to draw.io
+serviceUnavailableOrBlocked=Service unavailable or blocked
+sessionExpired=Your session has expired. Please refresh the browser window.
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+setAsDefaultStyle=Set as Default Style
+shadow=Shadow
+shape=Shape
+shapes=Shapes
+share=Share
+shareLink=Link for shared editing
+sharp=Sharp
+show=Show
+showStartScreen=Show Start Screen
+sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
+signs=Signs
+signOut=Sign out
+simple=Simple
+simpleArrow=Simple Arrow
+simpleViewer=Simple Viewer
+size=Size
+solid=Solid
+sourceSpacing=Source Spacing
+south=South
+software=Software
+space=Space
+spacing=Spacing
+specialLink=Special Link
+standard=Standard
+startDrawing=Start drawing
+stopDrawing=Stop drawing
+starting=Starting
+straight=Straight
+strikethrough=Strikethrough
+strokeColor=Line Color
+style=Style
+subscript=Subscript
+summary=Summary
+superscript=Superscript
+support=Support
+sysml=SysML
+tags=Tags
+table=Table
+tables=Tables
+takeOver=Take Over
+targetSpacing=Target Spacing
+template=Template
+templates=Templates
+text=Text
+textAlignment=Text Alignment
+textOpacity=Text Opacity
+theme=Theme
+timeout=Timeout
+title=Title
+to=to
+toBack=To Back
+toFront=To Front
+toolbar=Toolbar
+tooltips=Tooltips
+top=Top
+topAlign=Top Align
+topLeft=Top Left
+topRight=Top Right
+transparent=Transparent
+transparentBackground=Transparent Background
+trello=Trello
+tryAgain=Try again
+tryOpeningViaThisPage=Try opening via this page
+turn=Rotate shape only by 90°
+type=Type
+twitter=Twitter
+uml=UML
+underline=Underline
+undo=Undo
+ungroup=Ungroup
+unsavedChanges=Unsaved changes
+unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
+untitled=Untitled
+untitledDiagram=Untitled Diagram
+untitledLayer=Untitled Layer
+untitledLibrary=Untitled Library
+unknownError=Unknown error
+updateFile=Update {1}
+updatingDocument=Updating Document. Please wait...
+updatingPreview=Updating Preview. Please wait...
+updatingSelection=Updating Selection. Please wait...
+upload=Upload
+url=URL
+useOffline=Use Offline
+useRootFolder=Use root folder?
+userManual=User Manual
+vertical=Vertical
+verticalFlow=Vertical Flow
+verticalTree=Vertical Tree
+view=View
+viewerSettings=Viewer Settings
+viewUrl=Link to view: {1}
+voiceAssistant=Voice Assistant (beta)
+warning=Warning
+waypoints=Waypoints
+west=West
+width=Width
+wiki=Wiki
+wordWrap=Word Wrap
+writingDirection=Writing Direction
+yes=Yes
+yourEmailAddress=Your email address
+zoom=Zoom
+zoomIn=Zoom In
+zoomOut=Zoom Out
+basic=Basic
+businessprocess=Business Processes
+charts=Charts
+engineering=Engineering
+flowcharts=Flowcharts
+gmdl=Material Design
+mindmaps=Mindmaps
+mockups=Mockups
+networkdiagrams=Network Diagrams
+nothingIsSelected=Nothing is selected
+other=Other
+softwaredesign=Software Design
+venndiagrams=Venn Diagrams
+webEmailOrOther=Web, email or any other internet address
+webLink=Web Link
+wireframes=Wireframes
+property=Property
+value=Value
+showMore=Show More
+showLess=Show Less
+myDiagrams=My Diagrams
+allDiagrams=All Diagrams
+recentlyUsed=Recently used
+listView=List view
+gridView=Grid view
+resultsFor=Results for '{1}'
+oneDriveCharsNotAllowed=The following characters are not allowed: ~ " # %  * : < > ? / \ { | }
+oneDriveInvalidDeviceName=The specified device name is invalid
+officeNotLoggedOD=You are not logged in to OneDrive. Please open draw.io task pane and login first.
+officeSelectSingleDiag=Please select a single draw.io diagram only without other contents.
+officeSelectDiag=Please select a draw.io diagram.
+officeCannotFindDiagram=Cannot find a draw.io diagram in the selection
+noDiagrams=No diagrams found
+authFailed=Authentication failed
+officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
+convertingDiagramFailed=Converting diagram failed
+officeCopyImgErrMsg=Due to some limitations in the host application, the image could not be inserted. Please manually copy the image then paste it to the document.
+insertingImageFailed=Inserting image failed
+officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context menu. Then, in the document, right-click and select "Paste" from the context menu.
+folderEmpty=Folder is empty
+recent=Recent
+sharedWithMe=Shared With Me
+sharepointSites=Sharepoint Sites
+errorFetchingFolder=Error fetching folder items
+errorAuthOD=Error authenticating to OneDrive
+officeMainHeader=Adds draw.io diagrams to your document.
+officeStepsHeader=This add-in performs the following steps:
+officeStep1=Connects to Microsoft OneDrive, Google Drive or your device.
+officeStep2=Select a draw.io diagram.
+officeStep3=Insert the diagram into the document.
+officeAuthPopupInfo=Please complete the authentication in the pop-up window.
+officeSelDiag=Select draw.io Diagram:
+files=Files
+shared=Shared
+sharepoint=Sharepoint
+officeManualUpdateInst=Instructions: Copy draw.io diagram from the document. Then, in the box below, right-click and select "Paste" from the context menu.
+officeClickToEdit=Click icon to start editing:
+pasteDiagram=Paste draw.io diagram here
+connectOD=Connect to OneDrive
+selectChildren=Select Children
+selectSiblings=Select Siblings
+selectParent=Select Parent
+selectDescendants=Select Descendants
+lastSaved=Last saved {1} ago
+resolve=Resolve
+reopen=Re-open
+showResolved=Show Resolved
+reply=Reply
+objectNotFound=Object not found
+reOpened=Re-opened
+markedAsResolved=Marked as resolved
+noCommentsFound=No comments found
+comments=Comments
+timeAgo={1} ago
+confluenceCloud=Confluence Cloud
+libraries=Libraries
+confAnchor=Confluence Page Anchor
+confTimeout=The connection has timed out
+confSrvTakeTooLong=The server at {1} is taking too long to respond.
+confCannotInsertNew=Cannot insert draw.io diagram to a new Confluence page
+confSaveTry=Please save the page and try again.
+confCannotGetID=Unable to determine page ID
+confContactAdmin=Please contact your Confluence administrator.
+readErr=Read Error
+editingErr=Editing Error
+confExtEditNotPossible=This diagram cannot be edited externally. Please try editing it while editing the page
+confEditedExt=Diagram/Page edited externally
+diagNotFound=Diagram Not Found
+confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page.
+confCannotEditDraftDelOrExt=Cannot edit diagrams in a draft page, diagram is deleted from the page, or diagram is edited externally. Please check the page.
+retBack=Return back
+confDiagNotPublished=The diagram does not belong to a published page
+createdByDraw=Created by draw.io
+filenameShort=Filename too short
+invalidChars=Invalid characters
+alreadyExst={1} already exists
+draftReadErr=Draft Read Error
+diagCantLoad=Diagram cannot be loaded
+draftWriteErr=Draft Write Error
+draftCantCreate=Draft could not be created
+confDuplName=Duplicate diagram name detected. Please pick another name.
+confSessionExpired=Looks like your session expired. Log in again to keep working.
+login=Login
+drawPrev=draw.io preview
+drwaDiag=draw.io diagram
+unknownErr=Unkown Error
+invalidCallFnNotFound=Invalid Call: {1} not found
+invalidCallErrOccured=Invalid Call: An error occurred, {1}
+anonymous=Anonymous
+confGotoPage=Go to containing page
+showComments=Show Comments
+confError=Error: {1}
+gliffyImport=Gliffy Import
+gliffyImportInst1=Click the "Start Import" button to import all Gliffy diagrams to draw.io.
+gliffyImportInst2=Please note that the import procedure will take some time and the browser window must remain open until the import is completed.
+startImport=Start Import
+drawConfig=draw.io Configuration
+customLib=Custom Libraries
+customTemp=Custom Templates
+pageIdsExp=Page IDs Export
+drawReindex=draw.io re-indexing (beta)
+working=Working
+drawConfigNotFoundInst=draw.io Configuration Space (DRAWIOCONFIG) does not exist. This space is needed to store draw.io configuration files and custom libraries/templates.
+createConfSp=Create Config Space
+unexpErrRefresh=Unexpected error, please refresh the page and try again.
+configJSONInst=Write draw.io JSON configuration in the editor below then click save. If you need help, please refer to
+thisPage=this page
+curCustLib=Current Custom Libraries
+libName=Library Name
+action=Action
+drawConfID=draw.io Config ID
+addLibInst=Click the "Add Library" button to upload a new library.
+addLib=Add Library
+customTempInst1=Custom templates are draw.io diagrams saved in children pages of
+customTempInst2=For more details, please refer to
+tempsPage=Templates page
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
+pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
+startExp=Start Export
+refreshDrawIndex=Refresh draw.io Diagrams Index
+reindexInst1=Click the "Start Indexing" button to refresh draw.io diagrams index.
+reindexInst2=Please note that the indexing procedure will take some time and the browser window must remain open until the indexing is completed.
+startIndexing=Start Indexing
+confAPageFoundFetch=Page "{1}" found. Fetching
+confAAllDiagDone=All {1} diagrams processed. Process finished.
+confAStartedProcessing=Started processing page "{1}"
+confAAllDiagInPageDone=All {1} diagrams in page "{2}" processed successfully.
+confAPartialDiagDone={1} out of {2} {3} diagrams in page "{4}" processed successfully.
+confAUpdatePageFailed=Updating page "{1}" failed.
+confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
+confAFetchPageFailed=Fetching the page failed.
+confANoDiagFound=No {1} diagrams found. Process finished.
+confASearchFailed=Searching for {1} diagrams failed. Please try again later.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
+confAImportedFromByDraw=Imported from "{1}" by draw.io
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
+confACheckBrokenDiagLnk=Checking for broken diagrams links.
+confADelDiagLinkOf=Deleting diagram link of "{1}"
+confADupLnk=(duplicate link)
+confADelDiagLnkFailed=Deleting diagram link of "{1}" failed.
+confAUnexpErrProcessPage=Unexpected error during processing the page with id: {1}
+confADiagFoundIndex=Diagram "{1}" found. Indexing
+confADiagIndexSucc=Diagram "{1}" indexed successfully.
+confAIndexDiagFailed=Indexing diagram "{1}" failed.
+confASkipDiagOtherPage=Skipped "{1}" as it belongs to another page!
+confADiagUptoDate=Diagram "{1}" is up to date.
+confACheckPagesWDraw=Checking pages having draw.io diagrams.
+confAErrOccured=An error occurred!
+savedSucc=Saved successfully
+confASaveFailedErr=Saving Failed (Unexpected Error)
+character=Character
+confAConfPageDesc=This page contains draw.io configuration file (configuration.json) as attachment
+confALibPageDesc=This page contains draw.io custom libraries as attachments
+confATempPageDesc=This page contains draw.io custom templates as attachments
+working=Working
+confAConfSpaceDesc=This space is used to store draw.io configuration files and custom libraries/templates
+confANoCustLib=No Custom Libraries
+delFailed=Delete failed!
+showID=Show ID
+confAIncorrectLibFileType=Incorrect file type. Libraries should be XML files.
+uploading=Uploading
+confALibExist=This library already exists
+confAUploadSucc=Uploaded successfully
+confAUploadFailErr=Upload Failed (Unexpected Error)
+hiResPreview=High Res Preview
+officeNotLoggedGD=You are not logged in to Google Drive. Please open draw.io task pane and login first.
+officePopupInfo=Please complete the process in the pop-up window.
+pickODFile=Pick OneDrive File
+pickGDriveFile=Pick Google Drive File
+pickDeviceFile=Pick Device File
+vsdNoConfig="vsdurl" is not configured
+ruler=Ruler
+units=Units
+points=Points
+inches=Inches
+millimeters=Millimeters
+confEditDraftDelOrExt=This diagram is in a draft page, is deleted from the page, or is edited externally. It will be saved as a new attachment version and may not be reflected in the page.
+confDiagEditedExt=Diagram is edited in another session. It will be saved as a new attachment version but the page will show other session's modifications.
+macroNotFound=Macro Not Found
+confAInvalidPageIdsFormat=Incorrect Page IDs file format
+confACollectingCurPages=Collecting current pages
+confABuildingPagesMap=Building pages mapping
+confAProcessDrawDiag=Started processing imported draw.io diagrams
+confAProcessDrawDiagDone=Finished processing imported draw.io diagrams
+confAProcessImpPages=Started processing imported pages
+confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
+confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
+confAImpDiagram=Importing diagram "{1}"
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
+confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
+confImpDiagramSuccess=Updating diagram "{1}" done successfully.
+confANoLnksInDrgm=No links to update in: {1}
+confAUpdateLnkToPg=Updated link to page: "{1}" in diagram: "{2}"
+confAUpdateLBLnkToPg=Updated lightbox link to page: "{1}" in diagram: "{2}"
+confAUpdateLnkBase=Updated base URL from: "{1}" to: "{2}" in diagram: "{3}"
+confAPageIdsImpDone=Page IDs Import finished.
+confAPrcsMacrosInPage=Processing draw.io macros in page "{1}"
+confAErrFetchPage=Error fetching page "{1}"
+confAFixingMacro=Fixing macro of diagram "{1}"
+confAErrReadingExpFile=Error reading export file
+confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_sk.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_sl.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_sr.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_sv.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_sw.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_ta.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_te.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_th.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_tr.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_uk.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_vi.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_zh-tw.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.

+ 9 - 6
src/main/webapp/resources/dia_zh.txt

@@ -892,7 +892,7 @@ addLib=Add Library
 customTempInst1=Custom templates are draw.io diagrams saved in children pages of
 customTempInst2=For more details, please refer to
 tempsPage=Templates page
-pageIdsExpInst1=Click the "Start Export" button to export all pages IDs.
+pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed.
 startExp=Start Export
 refreshDrawIndex=Refresh draw.io Diagrams Index
@@ -909,12 +909,12 @@ confANoDiagFoundInPage=No {1} diagrams found in page "{2}".
 confAFetchPageFailed=Fetching the page failed.
 confANoDiagFound=No {1} diagrams found. Process finished.
 confASearchFailed=Searching for {1} diagrams failed. Please try again later.
-confAGliffyDiagFound=Gliffy diagram "{1}" found. Importing
-confAGliffyDiagImported=Gliffy diagram "{1}" imported successfully.
-confASavingImpGliffyFailed=Saving imported Gliffy diagram "{1}" failed.
+confAGliffyDiagFound={2} diagram "{1}" found. Importing
+confAGliffyDiagImported={2} diagram "{1}" imported successfully.
+confASavingImpGliffyFailed=Saving imported {2} diagram "{1}" failed.
 confAImportedFromByDraw=Imported from "{1}" by draw.io
-confAImportGliffyFailed=Importing Gliffy diagram "{1}" failed.
-confAFetchGliffyFailed=Fetching Gliffy diagram "{1}" failed.
+confAImportGliffyFailed=Importing {2} diagram "{1}" failed.
+confAFetchGliffyFailed=Fetching {2} diagram "{1}" failed.
 confACheckBrokenDiagLnk=Checking for broken diagrams links.
 confADelDiagLinkOf=Deleting diagram link of "{1}"
 confADupLnk=(duplicate link)
@@ -982,3 +982,6 @@ confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
 confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+pageIdsExpTrg=Export target
+confALucidDiagImgImported={2} diagram "{1}" image extracted successfully.
+confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed.