浏览代码

12.2.9 release

Gaudenz Alder 5 年之前
父节点
当前提交
cd91500da0
共有 68 个文件被更改,包括 1603 次插入1523 次删除
  1. 7 0
      ChangeLog
  2. 1 1
      VERSION
  3. 41 41
      etc/mxgraph/mxClient.js
  4. 1 1
      src/main/webapp/cache.manifest
  5. 698 696
      src/main/webapp/js/app.min.js
  6. 132 103
      src/main/webapp/js/diagramly/App.js
  7. 9 4
      src/main/webapp/js/diagramly/Dialogs.js
  8. 15 27
      src/main/webapp/js/diagramly/Editor.js
  9. 13 36
      src/main/webapp/js/diagramly/EditorUi.js
  10. 1 1
      src/main/webapp/js/diagramly/Pages.js
  11. 10 1
      src/main/webapp/js/mxgraph/Actions.js
  12. 12 3
      src/main/webapp/js/mxgraph/Format.js
  13. 4 4
      src/main/webapp/js/mxgraph/Graph.js
  14. 605 605
      src/main/webapp/js/viewer.min.js
  15. 1 0
      src/main/webapp/resources/dia.txt
  16. 1 0
      src/main/webapp/resources/dia_am.txt
  17. 1 0
      src/main/webapp/resources/dia_ar.txt
  18. 1 0
      src/main/webapp/resources/dia_bg.txt
  19. 1 0
      src/main/webapp/resources/dia_bn.txt
  20. 1 0
      src/main/webapp/resources/dia_bs.txt
  21. 1 0
      src/main/webapp/resources/dia_ca.txt
  22. 1 0
      src/main/webapp/resources/dia_cs.txt
  23. 1 0
      src/main/webapp/resources/dia_da.txt
  24. 1 0
      src/main/webapp/resources/dia_de.txt
  25. 1 0
      src/main/webapp/resources/dia_el.txt
  26. 1 0
      src/main/webapp/resources/dia_eo.txt
  27. 1 0
      src/main/webapp/resources/dia_es.txt
  28. 1 0
      src/main/webapp/resources/dia_et.txt
  29. 1 0
      src/main/webapp/resources/dia_fa.txt
  30. 1 0
      src/main/webapp/resources/dia_fi.txt
  31. 1 0
      src/main/webapp/resources/dia_fil.txt
  32. 1 0
      src/main/webapp/resources/dia_fr.txt
  33. 1 0
      src/main/webapp/resources/dia_gu.txt
  34. 1 0
      src/main/webapp/resources/dia_he.txt
  35. 1 0
      src/main/webapp/resources/dia_hi.txt
  36. 1 0
      src/main/webapp/resources/dia_hr.txt
  37. 1 0
      src/main/webapp/resources/dia_hu.txt
  38. 1 0
      src/main/webapp/resources/dia_i18n.txt
  39. 1 0
      src/main/webapp/resources/dia_id.txt
  40. 1 0
      src/main/webapp/resources/dia_it.txt
  41. 1 0
      src/main/webapp/resources/dia_ja.txt
  42. 1 0
      src/main/webapp/resources/dia_kn.txt
  43. 1 0
      src/main/webapp/resources/dia_ko.txt
  44. 1 0
      src/main/webapp/resources/dia_lt.txt
  45. 1 0
      src/main/webapp/resources/dia_lv.txt
  46. 1 0
      src/main/webapp/resources/dia_ml.txt
  47. 1 0
      src/main/webapp/resources/dia_mr.txt
  48. 1 0
      src/main/webapp/resources/dia_ms.txt
  49. 1 0
      src/main/webapp/resources/dia_nl.txt
  50. 1 0
      src/main/webapp/resources/dia_no.txt
  51. 1 0
      src/main/webapp/resources/dia_pl.txt
  52. 1 0
      src/main/webapp/resources/dia_pt-br.txt
  53. 1 0
      src/main/webapp/resources/dia_pt.txt
  54. 1 0
      src/main/webapp/resources/dia_ro.txt
  55. 1 0
      src/main/webapp/resources/dia_ru.txt
  56. 1 0
      src/main/webapp/resources/dia_sk.txt
  57. 1 0
      src/main/webapp/resources/dia_sl.txt
  58. 1 0
      src/main/webapp/resources/dia_sr.txt
  59. 1 0
      src/main/webapp/resources/dia_sv.txt
  60. 1 0
      src/main/webapp/resources/dia_sw.txt
  61. 1 0
      src/main/webapp/resources/dia_ta.txt
  62. 1 0
      src/main/webapp/resources/dia_te.txt
  63. 1 0
      src/main/webapp/resources/dia_th.txt
  64. 1 0
      src/main/webapp/resources/dia_tr.txt
  65. 1 0
      src/main/webapp/resources/dia_uk.txt
  66. 1 0
      src/main/webapp/resources/dia_vi.txt
  67. 1 0
      src/main/webapp/resources/dia_zh-tw.txt
  68. 1 0
      src/main/webapp/resources/dia_zh.txt

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+21-NOV-2019: 12.2.9
+
+- Fixes autosize for font size and style changes
+- Adds PDF extension check in save dialog
+- Fixes callback error in embed mode
+- Uses mxGraph 4.0.6 beta 6
+
 21-NOV-2019: 12.2.8
 
 - Removes state URL parameter

+ 1 - 1
VERSION

@@ -1 +1 @@
-12.2.8
+12.2.9

文件差异内容过多而无法显示
+ 41 - 41
etc/mxgraph/mxClient.js


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

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

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


+ 132 - 103
src/main/webapp/js/diagramly/App.js

@@ -833,6 +833,50 @@ App.main = function(callback, createUi)
 
 	function doMain()
 	{
+		// Optional override for autosaveDelay and defaultEdgeLength
+		try
+		{
+			if (mxSettings.settings != null)
+			{
+				if (mxSettings.settings.autosaveDelay != null)
+				{
+					var val = parseInt(mxSettings.settings.autosaveDelay);
+					
+					if (!isNaN(val) && val > 0)
+					{
+						DrawioFile.prototype.autosaveDelay = val;
+						EditorUi.debug('Setting autosaveDelay', val);
+					}
+					else
+					{
+						EditorUi.debug('Invalid autosaveDelay', val);
+					}
+				}
+				
+				if (mxSettings.settings.defaultEdgeLength != null)
+				{
+					var val = parseInt(mxSettings.settings.defaultEdgeLength);
+					
+					if (!isNaN(val) && val > 0)
+					{
+						Graph.prototype.defaultEdgeLength = val;
+						EditorUi.debug('Using defaultEdgeLength', val);
+					}
+					else
+					{
+						EditorUi.debug('Invalid defaultEdgeLength', val);
+					}
+				}
+			}
+		}
+		catch (e)
+		{
+			if (window.console != null)
+			{
+				console.error(e);
+			}
+		}
+		
 		// Adds required resources (disables loading of fallback properties, this can only
 		// be used if we know that all keys are defined in the language specific file)
 		mxResources.loadDefaultBundle = false;
@@ -875,41 +919,17 @@ App.main = function(callback, createUi)
 		mxEvent.addListener(window, 'message', configHandler);
 		op.postMessage(JSON.stringify({event: 'configure'}), '*');
 	}
-	else if (Editor.config == null)
+	else
 	{
-		// Loads configuration from global scope or local storage
-		if (window.DRAWIO_CONFIG != null)
+		if (Editor.config == null)
 		{
-			try
-			{
-				EditorUi.debug('Using global configuration', window.DRAWIO_CONFIG);
-				Editor.configure(window.DRAWIO_CONFIG);
-			}
-			catch (e)
-			{
-				if (window.console != null)
-				{
-					console.error(e);
-				}
-			}
-		}
-
-		// Loads configuration from local storage
-		if (isLocalStorage && localStorage != null && urlParams['embed'] != '1')
-		{
-			var configData = localStorage.getItem('.configuration');
-
-			if (configData != null)
+			// Loads configuration from global scope or local storage
+			if (window.DRAWIO_CONFIG != null)
 			{
 				try
 				{
-					configData = JSON.parse(configData);
-					
-					if (configData != null)
-					{
-						EditorUi.debug('Using local configuration', configData);
-						Editor.configure(configData);
-					}
+					EditorUi.debug('Using global configuration', window.DRAWIO_CONFIG);
+					Editor.configure(window.DRAWIO_CONFIG);
 				}
 				catch (e)
 				{
@@ -919,54 +939,37 @@ App.main = function(callback, createUi)
 					}
 				}
 			}
-		}
-	}
 	
-	// Optional override for autosaveDelay and defaultEdgeLength
-	try
-	{
-		if (mxSettings.settings != null)
-		{
-			if (mxSettings.settings.autosaveDelay != null)
-			{
-				var val = parseInt(mxSettings.settings.autosaveDelay);
-				
-				if (!isNaN(val) && val > 0)
-				{
-					DrawioFile.prototype.autosaveDelay = val;
-					EditorUi.debug('Setting autosaveDelay', val);
-				}
-				else
-				{
-					EditorUi.debug('Invalid autosaveDelay', val);
-				}
-			}
-			
-			if (mxSettings.settings.defaultEdgeLength != null)
+			// Loads configuration from local storage
+			if (isLocalStorage && localStorage != null && urlParams['embed'] != '1')
 			{
-				var val = parseInt(mxSettings.settings.defaultEdgeLength);
-				
-				if (!isNaN(val) && val > 0)
-				{
-					Graph.prototype.defaultEdgeLength = val;
-					EditorUi.debug('Using defaultEdgeLength', val);
-				}
-				else
+				var configData = localStorage.getItem('.configuration');
+	
+				if (configData != null)
 				{
-					EditorUi.debug('Invalid defaultEdgeLength', val);
+					try
+					{
+						configData = JSON.parse(configData);
+						
+						if (configData != null)
+						{
+							EditorUi.debug('Using local configuration', configData);
+							Editor.configure(configData);
+						}
+					}
+					catch (e)
+					{
+						if (window.console != null)
+						{
+							console.error(e);
+						}
+					}
 				}
 			}
 		}
+		
+		doMain();
 	}
-	catch (e)
-	{
-		if (window.console != null)
-		{
-			console.error(e);
-		}
-	}
-	
-	doMain();
 };
 
 //Extends EditorUi
@@ -3639,52 +3642,78 @@ App.prototype.saveFile = function(forceDialog, success)
 			
 			var rowLimit = (serviceCount <= 4) ? 2 : (serviceCount > 6 ? 4 : 3);
 			
-			var dlg = new CreateDialog(this, filename, mxUtils.bind(this, function(name, mode)
+			var dlg = new CreateDialog(this, filename, mxUtils.bind(this, function(name, mode, input)
 			{
 				if (name != null && name.length > 0)
 				{
-					if (prev == null && mode == App.MODE_DEVICE)
-					{
-						this.setMode(App.MODE_DEVICE);
-						this.save(name, done);
-					}
-					else if (mode == 'download')
+					// Handles special case where PDF export is detected
+					if (/(\.pdf)$/i.test(name))
 					{
-						var tmp = new LocalFile(this, null, name);
-						tmp.save();
-					}
-					else if (mode == '_blank')
-					{
-						window.openFile = new OpenFile(function()
+						this.confirm(mxResources.get('didYouMeanToExportToPdf'), mxUtils.bind(this, function()
 						{
-							window.openFile = null;
-						});
-						
-						// Do not use a filename to use undefined mode
-						window.openFile.setData(this.getFileData(true));
-						this.openLink(this.getUrl(window.location.pathname), null, true);
-					}
-					else if (prev != mode)
-					{
-						this.pickFolder(mode, mxUtils.bind(this, function(folderId)
+							this.hideDialog();
+							this.actions.get('exportPdf').funct();
+						}), mxUtils.bind(this, function()
 						{
-							this.createFile(name, this.getFileData(/(\.xml)$/i.test(name) ||
-								name.indexOf('.') < 0 || /(\.drawio)$/i.test(name),
-								/(\.svg)$/i.test(name), /(\.html)$/i.test(name)),
-								null, mode, done, this.mode == null, folderId);
-						}));
+							input.value = name.split('.').slice(0, -1).join('.');
+							input.focus();
+							
+							if (mxClient.IS_GC || mxClient.IS_FF || document.documentMode >= 5 || mxClient.IS_QUIRKS)
+							{
+								input.select();
+							}
+							else
+							{
+								document.execCommand('selectAll', false, null);
+							}
+						}), mxResources.get('yes'), mxResources.get('no'));
 					}
-					else if (mode != null)
+					else
 					{
-						this.save(name, done);
+						this.hideDialog();
+						
+						if (prev == null && mode == App.MODE_DEVICE)
+						{
+							this.setMode(App.MODE_DEVICE);
+							this.save(name, done);
+						}
+						else if (mode == 'download')
+						{
+							var tmp = new LocalFile(this, null, name);
+							tmp.save();
+						}
+						else if (mode == '_blank')
+						{
+							window.openFile = new OpenFile(function()
+							{
+								window.openFile = null;
+							});
+							
+							// Do not use a filename to use undefined mode
+							window.openFile.setData(this.getFileData(true));
+							this.openLink(this.getUrl(window.location.pathname), null, true);
+						}
+						else if (prev != mode)
+						{
+							this.pickFolder(mode, mxUtils.bind(this, function(folderId)
+							{
+								this.createFile(name, this.getFileData(/(\.xml)$/i.test(name) ||
+									name.indexOf('.') < 0 || /(\.drawio)$/i.test(name),
+									/(\.svg)$/i.test(name), /(\.html)$/i.test(name)),
+									null, mode, done, this.mode == null, folderId);
+							}));
+						}
+						else if (mode != null)
+						{
+							this.save(name, done);
+						}
 					}
 				}
 			}), mxUtils.bind(this, function()
 			{
 				this.hideDialog();
 			}), mxResources.get('saveAs'), mxResources.get('download'), null, null, allowTab,
-				null, true, rowLimit, null, null, null, this.editor.fileExtensions);
-			
+				null, true, rowLimit, null, null, null, this.editor.fileExtensions, false);
 			this.showDialog(dlg.container, 400, (serviceCount > rowLimit) ? 390 : 270, true, true);
 			dlg.init();
 		}

+ 9 - 4
src/main/webapp/js/diagramly/Dialogs.js

@@ -3493,12 +3493,13 @@ var NewDialog = function(editorUi, compact, showName, callback, createOnly, canc
  * Constructs a dialog for creating new files from a template URL.
  * Also used for dialog choosing where to save or export resources
  */
-var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtension,
-	allowBrowser, allowTab, helpLink, showDeviceButton, rowLimit, data, mimeType, base64Encoded, hints)
+var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtension, allowBrowser,
+	allowTab, helpLink, showDeviceButton, rowLimit, data, mimeType, base64Encoded, hints, hideDialog)
 {
 	overrideExtension = (overrideExtension != null) ? overrideExtension : true;
 	allowBrowser = (allowBrowser != null) ? allowBrowser : true;
 	rowLimit = (rowLimit != null) ? rowLimit : 4;
+	hideDialog = (hideDialog != null) ? hideDialog : true;
 
 	var div = document.createElement('div');
 	div.style.whiteSpace = 'nowrap';
@@ -3920,8 +3921,12 @@ var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLa
 		
 		if (mode == null || (title != null && title.length > 0))
 		{
-			editorUi.hideDialog();
-			createFn(title, mode);
+			if (hideDialog)
+			{
+				editorUi.hideDialog();
+			}
+			
+			createFn(title, mode, nameInput);
 		};
 	}
 	

+ 15 - 27
src/main/webapp/js/diagramly/Editor.js

@@ -1693,40 +1693,28 @@
         }
     };
 
-	//TODO This function is a replica of EditorUi one, it is planned to replace all calls to EditorUi one to point to this one
 	/**
-	 * Converts math in the given SVG
+	 * Copies MathJax CSS into the SVG output.
 	 */
-	Editor.prototype.convertMath = function(graph, svgRoot, fixPosition, callback)
+	Editor.prototype.addMathCss = function(svgRoot)
 	{
-		if (graph.mathEnabled && typeof(MathJax) !== 'undefined' && typeof(MathJax.Hub) !== 'undefined')
+		var defs = svgRoot.getElementsByTagName('defs');
+		
+		if (defs != null && defs.length > 0)
 		{
-	      	// Temporarily attaches to DOM for rendering
-			// FIXME: If adding svgRoot to body, the text
-			// value of the math is appended, if not
-			// added to DOM then LaTeX does not work.
-			// This must be fixed to enable client-side export
-			// if math is enabled.
-//			document.body.appendChild(svgRoot);
-			Editor.MathJaxRender(svgRoot);
-	      
-			window.setTimeout(mxUtils.bind(this, function()
-			{
-				MathJax.Hub.Queue(mxUtils.bind(this, function ()
+			var styles = document.getElementsByTagName('style');
+			
+			for (var i = 0; i < styles.length; i++)
+			{
+				// Ignores style elements with no MathJax CSS
+				if (mxUtils.getTextContent(styles[i]).indexOf('MathJax') > 0)
 				{
-					// Removes from DOM
-//					svgRoot.parentNode.removeChild(svgRoot);
-					
-					callback();
-				}));
-			}), 0);
-		}
-		else
-		{
-			callback();
+					defs[0].appendChild(styles[i].cloneNode(true));
+				}
+			}
 		}
 	};
-
+	
 	//TODO This function is a replica of EditorUi one, it is planned to replace all calls to EditorUi one to point to this one
 	/**
 	 * See fixme in convertMath for client-side image generation with math.

+ 13 - 36
src/main/webapp/js/diagramly/EditorUi.js

@@ -4620,7 +4620,7 @@
 				
 				if (this.editor.graph.mathEnabled)
 				{
-					this.addMathCss(svgRoot);
+					this.editor.addMathCss(svgRoot);
 				}
 				
 				if (embedImages)
@@ -5904,28 +5904,6 @@
 	    return null;
 	};
 
-	/**
-	 * Copies MathJax CSS into the SVG output.
-	 */
-	EditorUi.prototype.addMathCss = function(svgRoot)
-	{
-		var defs = svgRoot.getElementsByTagName('defs');
-		
-		if (defs != null && defs.length > 0)
-		{
-			var styles = document.getElementsByTagName('style');
-			
-			for (var i = 0; i < styles.length; i++)
-			{
-				// Ignores style elements with no MathJax CSS
-				if (mxUtils.getTextContent(styles[i]).indexOf('MathJax') > 0)
-				{
-					defs[0].appendChild(styles[i].cloneNode(true));
-				}
-			}
-		}
-	};
-	
 	/**
 	 * 
 	 */
@@ -6570,7 +6548,7 @@
 						
 						if (graph.mathEnabled)
 						{
-							this.addMathCss(svgRoot);
+							this.editor.addMathCss(svgRoot);
 						}
 						
 						img.src = this.createSvgDataUri(mxUtils.getXml(svgRoot));
@@ -13225,20 +13203,19 @@
 		var msgMarkers = msg.msgMarkers;
 		var callback = this.remoteInvokeCallbacks[msgMarkers.callbackId];
 		
-		if (callback == null)
-		{
-			throw new Error('No callback for ' + ((msgMarkers != null) ? msgMarkers.callbackId : 'null'));
-		}
-		else if (msg.error)
-		{
-			if (callback.error) callback.error(msg.error.errResp);
-		}
-		else if (callback.callback)
+		if (callback != null)
 		{
-			callback.callback.apply(this, msg.resp);
+			if (msg.error)
+			{
+				if (callback.error) callback.error(msg.error.errResp);
+			}
+			else if (callback.callback)
+			{
+				callback.callback.apply(this, msg.resp);
+			}
+			
+			this.remoteInvokeCallbacks[msgMarkers.callbackId] = null; //set it to null only to keep the index
 		}
-		
-		this.remoteInvokeCallbacks[msgMarkers.callbackId] = null; //set it to null only to keep the index
 	};
 
 	EditorUi.prototype.remoteInvoke = function(remoteFn, remoteFnArgs, msgMarkers, callback, error)

+ 1 - 1
src/main/webapp/js/diagramly/Pages.js

@@ -582,7 +582,7 @@ Graph.prototype.saveViewState = function(vs, node, ignoreTransient)
 	node.setAttribute('math', (vs != null && vs.mathEnabled) ? '1' : '0');
 	node.setAttribute('shadow', (vs != null && vs.shadowVisible) ? '1' : '0');
 	
-	if (vs.extFonts != null && vs.extFonts.length > 0)
+	if (vs != null && vs.extFonts != null && vs.extFonts.length > 0)
 	{
 		node.setAttribute('extFonts', vs.extFonts.map(function(ef)
 		{

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

@@ -872,7 +872,8 @@ Actions.prototype.init = function()
 				graph.getModel().beginUpdate();
 				try
 				{
-					graph.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, style);
+					var cells = graph.getSelectionCells();
+					graph.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, style, cells);
 					
 					// Removes bold and italic tags and CSS styles inside labels
 					if ((style & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD)
@@ -911,6 +912,14 @@ Actions.prototype.init = function()
 							}
 						});
 					}
+					
+					for (var i = 0; i < cells.length; i++)
+					{
+						if (graph.model.getChildCount(cells[i]) == 0)
+						{
+							graph.autoSizeCell(cells[i], false);
+						}
+					}
 				}
 				finally
 				{

+ 12 - 3
src/main/webapp/js/mxgraph/Format.js

@@ -642,8 +642,9 @@ BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValu
 			graph.getModel().beginUpdate();
 			try
 			{
-				graph.setCellStyles(key, value, graph.getSelectionCells());
-				
+				var cells = graph.getSelectionCells();
+				graph.setCellStyles(key, value, cells);
+
 				// Handles special case for fontSize where HTML labels are parsed and updated
 				if (key == mxConstants.STYLE_FONTSIZE)
 				{
@@ -654,8 +655,16 @@ BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValu
 					});
 				}
 				
+				for (var i = 0; i < cells.length; i++)
+				{
+					if (graph.model.getChildCount(cells[i]) == 0)
+					{
+						graph.autoSizeCell(cells[i], false);
+					}
+				}
+				
 				ui.fireEvent(new mxEventObject('styleChanged', 'keys', [key],
-						'values', [value], 'cells', graph.getSelectionCells()));
+						'values', [value], 'cells', cells));
 			}
 			finally
 			{

+ 4 - 4
src/main/webapp/js/mxgraph/Graph.js

@@ -6046,13 +6046,13 @@ if (typeof mxVertexHandler != 'undefined')
 			// Creates a new edge label with a predefined text
 			var label = new mxCell();
 			label.value = 'Text';
-			label.style = 'text;html=1;resizable=0;points=[];'
+			label.style = 'text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];'
 			label.geometry = new mxGeometry(0, 0, 0, 0);
 			label.vertex = true;
 			
 			if (state != null)
 			{
-				label.style += 'align=center;verticalAlign=middle;labelBackgroundColor=#ffffff;'
+				label.style += ';labelBackgroundColor=#ffffff;'
 				label.geometry.relative = true;
 				label.connectable = false;
 				
@@ -6070,8 +6070,8 @@ if (typeof mxVertexHandler != 'undefined')
 			}
 			else
 			{
-				label.style += 'autosize=1;align=left;verticalAlign=top;spacingTop=-4;'
-		
+				label.style += ';autosize=1;'
+
 				var tr = this.view.translate;
 				label.geometry.width = 40;
 				label.geometry.height = 20;

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


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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Открита е чернова за {1}. За да продължите, я качете в редактора или я откажете. 
 dragAndDropNotSupported=Опцията плъзгане и пускане не се поддържа за изображения. Желаете ли да импортирате вместо това?
 dropboxCharsNotAllowed=Следните знаци не са позволени: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound={1} nacrt pronađen. Učitajte ga u uređivač ili ga odbacite kako biste nastavili.
 dragAndDropNotSupported=Prevlačenje nije podržano kada je riječ o slikama. Želite li uvesti umjesto toga?
 dropboxCharsNotAllowed=Sljedeći znakovi nisu dozvoljeni: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to 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 arrosegar i amollar. Vols importar-les?
 dropboxCharsNotAllowed=No es permeten aquests caràcters: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Byl nalezen koncept pro '{1}'. Abyste mohli pokračovat, nahrajte ho do editoru nebo jej zahoďte.
 dragAndDropNotSupported=Pro obrázky není funkce Drag & Drop k dispozici. Chcete ho místo toho naimportovat?
 dropboxCharsNotAllowed=Následující znaky nejsou povoleny: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Et udkast for '{1}' blev fundet. Load det i editoren eller kasser det for at fortsætte.
 dragAndDropNotSupported=Drag & drop er ikke understøttet for billeder Vil du importere i stedet?
 dropboxCharsNotAllowed=Følgende tegn er ikke tilladt: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=Dieser Link konfiguriert draw.io. Klicken Sie nur OK wenn dieser
 configLinkConfirm=Klicken Sie OK um draw.io zu konfigurieren und neu zu starten.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Wollten Sie als PDF exportieren?
 draftFound=Ein Entwurf für '{1}' wurde gefunden. Setzen Sie die Bearbeitung fort oder verwerfen Sie die Änderungen.
 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
 dropboxCharsNotAllowed=Unzulässige Zeichen: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Έχει βρεθει ένα σχέδιο για το '{1}' . Φορτώστε το στον επεξεργαστή ή απορρίψτε το για να συνεχίσετε.
 dragAndDropNotSupported=Το Drag & Drop δεν υποστηρίζεται για τις εικόνες. Θα θέλατε να τις εισάγετε παρόλα αυτά;
 dropboxCharsNotAllowed=Οι παρακάτω χαρακτήρες δεν υποστηρίζονται: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Se encontró un borrador para '{1}'. Cárguelo en el editor o descártelo para continuar.
 dragAndDropNotSupported=La opción de arrastrar y soltar no está soportada para las imágenes. ¿En lugar de eso, le gustaría importar?
 dropboxCharsNotAllowed=Los siguientes caracteres no están permitidos: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Tume
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Mustand {1} jaoks on leitud. Lae see töötluskeskkonda või tühista jätkamiseks.
 dragAndDropNotSupported=Piltidele puudub pukseerimise tugi. Kas sooviksid selle asemel importida?
 dropboxCharsNotAllowed=Järgnevad tähemärgid pole lubatud:  \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=‫پیش نویس '{1}' یافت شد. آن را به داخل ویرایشگر بارگذاری کنید و یا آن را برای ادامه دادن حذف کنید.‬
 dragAndDropNotSupported=‫حرکت و کشیدن و انداختن برای تصاویر امکانپذیر نیست. آیا می خواهید بجای آن تصاویر را وارد کنید؟‬
 dropboxCharsNotAllowed=‫کاراکترهای زیر مجاز نمی باشند: \ / : ? * " |‬

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Vedos tiedostolle '{1}' on löytynyt. Lataa se muokattavaksi tai hylkää se jatkaaksesi.
 dragAndDropNotSupported=Vedä ja pudota'-toiminto ei tue kuvia. Haluatko tuoda kuvat?
 dropboxCharsNotAllowed=Seuraavat merkit eivät ole sallittuja: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Isang draft para sa '{1}' ang nahanap. Ikarga ito sa loob ng editor o isantabi ito para magpatuloy
 dragAndDropNotSupported=Ang paghila at paglagay ay hindi suportado para sa mga imahe. Gusto mo bang mag angkat na lang?
 dropboxCharsNotAllowed=Ang mga sumusunod na simbolo ay hindi pinahihintulutan: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Un brouillon pour '{1}' a été trouvé. Pour poursuivre, souhaitez-vous l'afficher dans l'éditeur ou l'ignorer ?
 dragAndDropNotSupported=Le glisser-déposer n'est pas supporté pour les images. Voulez-vous importer à la place?
 dropboxCharsNotAllowed=Les caractères suivants ne sont pas autorisés : \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=‫נמצאה טיוטה עבור '{1}'. טען אותה אל העורך או מחק אותה כדי להמשיך.‬
 dragAndDropNotSupported=‫גרירה אינה נתמכת עבור תמונות. תרצה לייבא תמונה במקום?‬
 dropboxCharsNotAllowed=‫התווים הבאים אינם מותרים לשימוש: / \ : ? * " |‬

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Vázlat találva a '{1}'-hoz. Töltse a szerkesztőbe, vagy dobja el a folytatásért.
 dragAndDropNotSupported=Fogd és vidd nincs támogatva képekhez. Szeretné-e importálni?
 dropboxCharsNotAllowed=A következő betűk nem engedélyezettek: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=configLinkWarn
 configLinkConfirm=configLinkConfirm
 csv=csv
 dark=dark
+didYouMeanToExportToPdf=didYouMeanToExportToPdf
 draftFound=draftFound
 dragAndDropNotSupported=dragAndDropNotSupported
 dropboxCharsNotAllowed=dropboxCharsNotAllowed

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Draf untuk '{1}' ditemukan. Muat ke editor atau buang untuk melanjutkan.
 dragAndDropNotSupported=Tidak mendukung seret dan jatuhkan untuk gambar. Anda ingin mengimpor?
 dropboxCharsNotAllowed=Karakter berikut tidak diizinkan: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=È stata trovata una bozza per '{1}'. Caricala nell'editor o scartala per continuare.
 dragAndDropNotSupported=Drag and drop delle immagini non supportato. Vuoi importare?
 dropboxCharsNotAllowed=I seguenti caratteri non sono permessi: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=黒
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=ドラフト{1}が見つかりました。読み込む、または廃棄する。
 dragAndDropNotSupported=画像のドラッグアンドドロップには対応していません。その代わりに画像読み込みを選択しますか?
 dropboxCharsNotAllowed=次の文字は使用できません: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound={1}'의 임시저장이 확인되었습니다. 편집하시려면 불러오기를 클릭하시고, 계속하시려면 취소를 클릭해 주시기 바랍니다.
 dragAndDropNotSupported=이미지 드래그하여 붙여넣기는 지원되지 않습니다. 이미지를 불러오시겠습니까?
 dropboxCharsNotAllowed=다음 문자는 사용할 수 없습니다. \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Draf bagi '{1}' telah dijumpai. Muat ia ke dalam editor atau buang untuk meneruskan.
 dragAndDropNotSupported=Seret dan lepas tidak disokong untuk imej. Adakah anda mahu mengimport?
 dropboxCharsNotAllowed=Aksara-aksara berikut tidak dibenarkan: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Donker
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Een concept van '{1}' is gevonden. Laad het in de editor of negeer het om door te gaan.
 dragAndDropNotSupported=Slepen en plaatsen is niet beschikbaar voor afbeeldingen. Wilt u in plaats daarvan importeren?
 dropboxCharsNotAllowed=De volgende tekens zijn niet toegestaan: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Et utkast av '{1}' er funnet. Last det ned i editoren eller forkast det for å fortsette.
 dragAndDropNotSupported=Dra og slipp funksjon er ikke tilgjengelig for bilder. Vil du importere i stedet for?
 dropboxCharsNotAllowed=Følgende tegn er ikke tillatt: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Znaleziono wersję roboczą {1}. Załaduj ją do edytora lub odrzuć, by kontynuować.
 dragAndDropNotSupported=Przeciągnij i upuść dla obrazów nie jest wspierane. Czy chcesz zamiast tego użyć importowania?
 dropboxCharsNotAllowed=Następujące znaki są niedozwolone: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Foi encontrado um rascunho para '{1}'. Carregue no editor ou descarte para continuar.
 dragAndDropNotSupported=Arraste e solte não suportados para imagens. Gostaria de importar?
 dropboxCharsNotAllowed=Os seguintes caracteres não são permitidos: \/:?*"|

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Encontrado um projeto. Carregar no editor ou rejeitar para continuar.
 dragAndDropNotSupported=Arrastar e largar não suportado para imagens. Deseja importar?
 dropboxCharsNotAllowed=Os seguintes caracteres não são permitidos: \/:?*"|

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=O schiță pentru '{1}' a fost găsită. Încarc-o în editor sau înlătureaz-o pentru a continua.
 dragAndDropNotSupported= „Drag and Drop” nu este suportat pentru imagini. Doriți să importați in schimb?
 dropboxCharsNotAllowed=Următoarele caractere nu sunt permise: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Темная
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Был обнаружен черновик '{1}'. Загрузите его в редактор или откажитесь, чтобы продолжить.
 dragAndDropNotSupported=Перетаскивание изображений не поддерживается. Импортировать изображение?
 dropboxCharsNotAllowed=Следующие символы не допускаются: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Pronađen nacrt
 dragAndDropNotSupported=Prevlačenje nije podržano
 dropboxCharsNotAllowed=Sledeći znaci nisu dozvoljeni: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Ett utkast för '{1}' har lokaliserats. Ladda utkastet till behandlaren eller ta bort det för att fortsätta.
 dragAndDropNotSupported=Dra-och-släpp tillåts ej för bilder. Vill du istället importera?
 dropboxCharsNotAllowed=Följande tecken får inte användas: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 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: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=พบฉบับร่างของ '{1}' แล้ว โหลดไปยังตัวแก้ไขหรือยกเลิกเพื่อดำเนินการต่อ
 dragAndDropNotSupported=รูปภาพไม่รองรับการลากและวาง คุณต้องการนำเข้าแทนหรือไม่
 dropboxCharsNotAllowed=ไม่อนุญาตให้ใช้อักขระต่อไปนี้: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Taslak (1) için bulundu. Editöre yükleyiniz veya devam etmek için iptal ediniz.
 dragAndDropNotSupported=Desteklenmeyen resimleri sürükle ve at. Veya bu resimleri geri çağırmak ister misiniz ?
 dropboxCharsNotAllowed=Bu karakterler desteklenmemektedir : \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Темно
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Знайдено чернетку '{1}'. Завантажте її в виправник або відмовтеся, щоб продовжити.
 dragAndDropNotSupported=Перетягування зображень не підтримуємо. Чи бажаєте натомість привнести його?
 dropboxCharsNotAllowed=Перелічені знаки не підтримувані: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=Tìm thấy một bản nháp cho '{1}'. Tải lại bản nháp này hoặc loại bỏ bản nháp để tiếp tục
 dragAndDropNotSupported=Kéo và thả không hỗ trợ cho hình ảnh. Thay vào đó, bạn có muốn nhập hình ảnh vào không?
 dropboxCharsNotAllowed=Những kí tự sau không được chấp nhận: \ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=發現現有的「{1}」的草圖。要載入它進行編輯或是丟棄以繼續?
 dragAndDropNotSupported=不支援圖片拖放。是否使用匯入選項?
 dropboxCharsNotAllowed=不得使用以下字元:\ / : ? * " |

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

@@ -100,6 +100,7 @@ configLinkWarn=This link configures draw.io. Only click OK if you trust whoever
 configLinkConfirm=Click OK to configure and restart draw.io.
 csv=CSV
 dark=Dark
+didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound={1}的草图已找到。载入其进行编辑或丢弃以继续。
 dragAndDropNotSupported=暂不支持图片拖放功能。要选择导入选项吗?
 dropboxCharsNotAllowed=系统不允许使用下列字符:\ / : ? * " |