David Benson 2 éve
szülő
commit
bb8162b6ac
73 módosított fájl, 332 hozzáadás és 237 törlés
  1. 8 0
      ChangeLog
  2. 1 1
      VERSION
  3. 20 19
      src/main/webapp/js/app.min.js
  4. 5 4
      src/main/webapp/js/diagramly/DrawioFile.js
  5. 31 21
      src/main/webapp/js/diagramly/DrawioFileSync.js
  6. 2 1
      src/main/webapp/js/diagramly/Init.js
  7. 3 2
      src/main/webapp/js/diagramly/Pages.js
  8. 27 17
      src/main/webapp/js/grapheditor/EditorUi.js
  9. 5 1
      src/main/webapp/js/grapheditor/Graph.js
  10. 20 19
      src/main/webapp/js/integrate.min.js
  11. 16 16
      src/main/webapp/js/viewer-static.min.js
  12. 16 16
      src/main/webapp/js/viewer.min.js
  13. 2 2
      src/main/webapp/mxgraph/mxClient.js
  14. 3 2
      src/main/webapp/resources/dia.txt
  15. 3 2
      src/main/webapp/resources/dia_am.txt
  16. 4 3
      src/main/webapp/resources/dia_ar.txt
  17. 3 2
      src/main/webapp/resources/dia_bg.txt
  18. 3 2
      src/main/webapp/resources/dia_bn.txt
  19. 3 2
      src/main/webapp/resources/dia_bs.txt
  20. 3 2
      src/main/webapp/resources/dia_ca.txt
  21. 3 2
      src/main/webapp/resources/dia_cs.txt
  22. 3 2
      src/main/webapp/resources/dia_da.txt
  23. 3 2
      src/main/webapp/resources/dia_de.txt
  24. 3 2
      src/main/webapp/resources/dia_el.txt
  25. 3 2
      src/main/webapp/resources/dia_eo.txt
  26. 3 2
      src/main/webapp/resources/dia_es.txt
  27. 3 2
      src/main/webapp/resources/dia_et.txt
  28. 3 2
      src/main/webapp/resources/dia_eu.txt
  29. 3 2
      src/main/webapp/resources/dia_fa.txt
  30. 3 2
      src/main/webapp/resources/dia_fi.txt
  31. 3 2
      src/main/webapp/resources/dia_fil.txt
  32. 3 2
      src/main/webapp/resources/dia_fr.txt
  33. 3 2
      src/main/webapp/resources/dia_gl.txt
  34. 3 2
      src/main/webapp/resources/dia_gu.txt
  35. 3 2
      src/main/webapp/resources/dia_he.txt
  36. 3 2
      src/main/webapp/resources/dia_hi.txt
  37. 3 2
      src/main/webapp/resources/dia_hr.txt
  38. 3 2
      src/main/webapp/resources/dia_hu.txt
  39. 2 1
      src/main/webapp/resources/dia_i18n.txt
  40. 3 2
      src/main/webapp/resources/dia_id.txt
  41. 3 2
      src/main/webapp/resources/dia_it.txt
  42. 3 2
      src/main/webapp/resources/dia_ja.txt
  43. 3 2
      src/main/webapp/resources/dia_kn.txt
  44. 3 2
      src/main/webapp/resources/dia_ko.txt
  45. 3 2
      src/main/webapp/resources/dia_lt.txt
  46. 3 2
      src/main/webapp/resources/dia_lv.txt
  47. 3 2
      src/main/webapp/resources/dia_ml.txt
  48. 3 2
      src/main/webapp/resources/dia_mr.txt
  49. 3 2
      src/main/webapp/resources/dia_ms.txt
  50. 3 2
      src/main/webapp/resources/dia_my.txt
  51. 3 2
      src/main/webapp/resources/dia_nl.txt
  52. 3 2
      src/main/webapp/resources/dia_no.txt
  53. 3 2
      src/main/webapp/resources/dia_pl.txt
  54. 3 2
      src/main/webapp/resources/dia_pt-br.txt
  55. 3 2
      src/main/webapp/resources/dia_pt.txt
  56. 3 2
      src/main/webapp/resources/dia_ro.txt
  57. 3 2
      src/main/webapp/resources/dia_ru.txt
  58. 3 2
      src/main/webapp/resources/dia_si.txt
  59. 3 2
      src/main/webapp/resources/dia_sk.txt
  60. 3 2
      src/main/webapp/resources/dia_sl.txt
  61. 3 2
      src/main/webapp/resources/dia_sr.txt
  62. 3 2
      src/main/webapp/resources/dia_sv.txt
  63. 3 2
      src/main/webapp/resources/dia_sw.txt
  64. 3 2
      src/main/webapp/resources/dia_ta.txt
  65. 3 2
      src/main/webapp/resources/dia_te.txt
  66. 3 2
      src/main/webapp/resources/dia_th.txt
  67. 3 2
      src/main/webapp/resources/dia_tr.txt
  68. 3 2
      src/main/webapp/resources/dia_uk.txt
  69. 3 2
      src/main/webapp/resources/dia_vi.txt
  70. 3 2
      src/main/webapp/resources/dia_zh-tw.txt
  71. 3 2
      src/main/webapp/resources/dia_zh.txt
  72. 1 1
      src/main/webapp/service-worker.js
  73. 1 1
      src/main/webapp/service-worker.js.map

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+06-JAN-2023: 20.8.2
+
+- Fixes possible NPE, missing update of page tabs
+- Fallback to mergeFile after checksum error in sync [DS-940]
+- Fixes scrollbars after reset view on empty diagram
+- [jira cloud] license compliance improvements [DFJC-17]
+- Fixes empty edge label handle disables moving edge
+
 03-JAN-2023: 20.8.1
 
 - Fixes substring not a function for invalid pattern

+ 1 - 1
VERSION

@@ -1 +1 @@
-20.8.1
+20.8.2

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 20 - 19
src/main/webapp/js/app.min.js


+ 5 - 4
src/main/webapp/js/diagramly/DrawioFile.js

@@ -296,12 +296,12 @@ DrawioFile.prototype.mergeFile = function(file, success, error, diffShadow)
 		this.stats.fileMerged++;
 
 		// Loads new document as shadow document
-		var shadow = this.getShadowPages();
 		var pages = file.getShadowPages();
 
 		if (pages != null && pages.length > 0)
 		{
 			// Patches the current document
+			var shadow = this.getShadowPages();
 			var patches = [this.ui.diffPages((diffShadow != null) ?
 				diffShadow : shadow, pages)];
 			var ignored = this.ignorePatches(patches);
@@ -313,10 +313,11 @@ DrawioFile.prototype.mergeFile = function(file, success, error, diffShadow)
 				{
 					this.sync.sendLocalChanges();
 				}
-		
-				// Creates a patch for backup if the checksum fails
+				
+				// Creates patch for backup
 				this.backupPatch = (!this.isModified()) ? null :
-					this.ui.diffPages(shadow, this.ui.pages);
+					this.ui.diffPages(shadow, (this.isRealtime()) ?
+					this.ownPages : this.ui.pages);
 				
 				// Patching previous shadow to verify checksum
 				var patchedDetails = {};

+ 31 - 21
src/main/webapp/js/diagramly/DrawioFileSync.js

@@ -1112,9 +1112,8 @@ DrawioFileSync.prototype.patchRealtime = function(patches, backup, own)
 		}
 		
 		EditorUi.debug('DrawioFileSync.patchRealtime', [this],
-			'patches', patches, 'backup', backup,
-			'own', own, 'all', all, 'local', local,
-			'applied', applied);
+			'patches', patches, 'backup', backup, 'own', own,
+			'all', all, 'local', local, 'applied', applied);
 	}
 
 	return all;
@@ -1197,7 +1196,7 @@ DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, erro
 			this.sendLocalChanges();
 
 			// Creates a patch for backup if the checksum fails
-			var shadow = this.file.getShadowPages();
+			var shadow = this.ui.clonePages(this.file.getShadowPages());
 			this.file.backupPatch = (this.file.isModified() &&
 				!this.file.isRealtime()) ? this.ui.diffPages(
 					shadow, this.ui.pages) : null;
@@ -1206,7 +1205,6 @@ DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, erro
 			shadow = this.ui.applyPatches(shadow, patches);
 			var current = (checksum == null) ? null :
 				this.ui.getHashValueForPages(shadow);
-			this.file.setShadowPages(shadow);
 			
 			EditorUi.debug('DrawioFileSync.merge', [this], 'patches', patches,
 				'backup', this.file.backupPatch, 'pending', pending, 'checksum',
@@ -1218,29 +1216,41 @@ DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, erro
 			// Compares the checksum
 			if (checksum != null && checksum != current)
 			{
-				var to = this.ui.hashValue(target);
-				var from = this.ui.hashValue(this.file.getCurrentRevisionId());
-				this.file.checksumError(error, patches, 'From: ' + from +
-					'\nTo: ' + to + '\nChecksum: ' + checksum + '\nCurrent: ' +
-					current, target, 'merge', checksum, current, target);
-
-				if (urlParams['test'] == '1')
+				// Logs checksum error
+				try
+				{
+					var user = this.file.getCurrentUser();
+					var uid = (user != null) ? user.id : 'unknown';
+					var id = (this.file.getId() != '') ? this.file.getId() :
+						('(' + this.ui.hashValue(this.file.getTitle()) + ')');
+					var bytes = JSON.stringify(patches).length;
+
+					EditorUi.logError('Checksum Error with reload in merge ' + id,
+						null, this.file.getMode() + '.' + this.file.getId(),
+						'user_' + uid + ((this.sync != null) ?
+						'-client_' + this.clientId : '-nosync') +
+						'-bytes_' + bytes + '-patches_' + patches.length +
+						'-size_' + this.file.getSize() +
+						((checksum != null) ? ('-expected_' + checksum) : '') +
+						((current != null) ? ('-current_' + current) : '') +
+						'-from_' + this.ui.hashValue(this.file.getCurrentRevisionId()) +
+						'-to_' + this.ui.hashValue(target));
+				}
+				catch (e)
 				{
-					EditorUi.debug('DrawioFileSync.merge.checksumError', [this],
-						'data', [this.file.data, this.file.createData(),
-							this.ui.getXmlForPages(shadow)]);
+					// ignore
 				}
 
-				// Uses current state as shadow to compute diff since
-				// shadowPages has been modified in-place above
-				// LATER: Check if fallback to reload is possible
-//				this.reload(success, error, abort, this.ui.pages);
-				
+				// Fallback to full reload
+				this.reload(success, error, abort);
+
 				// Abnormal termination
 				return;
 			}
 			else
-			{
+			{	
+				this.file.setShadowPages(shadow);
+
 				// Patches the current document and own pages
 				if (this.patchRealtime(patches, null, pending) == null)
 				{

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

@@ -437,7 +437,8 @@ window.uiTheme = window.uiTheme || (function()
 
 // Enables offline mode
 if (urlParams['offline'] == '1' || urlParams['demo'] == '1' || 
-		urlParams['stealth'] == '1' || urlParams['local'] == '1' || urlParams['lockdown'] == '1')
+	urlParams['stealth'] == '1' || urlParams['local'] == '1' ||
+	urlParams['lockdown'] == '1')
 {
 	urlParams['picker'] = '0';
 	urlParams['gapi'] = '0';

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

@@ -550,10 +550,10 @@ EditorUi.prototype.initPages = function()
 		});
 
 		this.addListener('currentThemeChanged', pagesChanged);
+		this.editor.addListener('pagesPatched', pagesChanged);
 		this.editor.addListener('pageRenamed', pagesChanged);
 		this.editor.addListener('pageMoved', pagesChanged);
 		this.editor.addListener('fileLoaded', pagesChanged);
-		this.editor.addListener('fileLoaded', pagesChanged);
 
 		this.editor.addListener('pageSelected', mxUtils.bind(this, function(sender, evt)
 		{
@@ -586,7 +586,8 @@ EditorUi.prototype.scrollToPage = function()
 {
 	var index = this.getSelectedPageIndex();
 
-	if (this.tabScroller != null && this.tabScroller.children.length > index)
+	if (this.tabScroller != null && this.tabScroller.children.length > index &&
+		this.tabScroller.children[index] != null)
 	{
 		this.tabScroller.children[index].scrollIntoView();
 		this.tabScroller.children[index].className = 'geTab gePageTab geActivePage';

+ 27 - 17
src/main/webapp/js/grapheditor/EditorUi.js

@@ -3929,51 +3929,61 @@ EditorUi.prototype.hasScrollbars = function()
 EditorUi.prototype.resetScrollbars = function()
 {
 	var graph = this.editor.graph;
+	var c = graph.container;
 	
 	if (!this.editor.extendCanvas)
 	{
-		graph.container.scrollTop = 0;
-		graph.container.scrollLeft = 0;
+		c.scrollTop = 0;
+		c.scrollLeft = 0;
 	
-		if (!mxUtils.hasScrollbars(graph.container))
+		if (!mxUtils.hasScrollbars(c))
 		{
 			graph.view.setTranslate(0, 0);
 		}
 	}
 	else if (!this.editor.isChromelessView())
 	{
-		if (mxUtils.hasScrollbars(graph.container))
+		if (mxUtils.hasScrollbars(c))
 		{
 			if (graph.pageVisible)
 			{
 				var pad = graph.getPagePadding();
-				graph.container.scrollTop = Math.floor(pad.y - this.editor.initialTopSpacing) - 1;
-				graph.container.scrollLeft = Math.floor(Math.min(pad.x,
-					(graph.container.scrollWidth - graph.container.clientWidth) / 2)) - 1;
+				c.scrollTop = Math.floor(pad.y - this.editor.initialTopSpacing) - 1;
+				c.scrollLeft = Math.floor(Math.min(pad.x,
+					(c.scrollWidth - c.clientWidth) / 2)) - 1;
 
 				// Scrolls graph to visible area
 				var bounds = graph.getGraphBounds();
 				
 				if (bounds.width > 0 && bounds.height > 0)
 				{
-					if (bounds.x > graph.container.scrollLeft + graph.container.clientWidth * 0.9)
+					if (bounds.x > c.scrollLeft + c.clientWidth * 0.9)
 					{
-						graph.container.scrollLeft = Math.min(bounds.x + bounds.width - graph.container.clientWidth, bounds.x - 10);
+						c.scrollLeft = Math.min(bounds.x + bounds.width - c.clientWidth, bounds.x - 10);
 					}
 					
-					if (bounds.y > graph.container.scrollTop + graph.container.clientHeight * 0.9)
+					if (bounds.y > c.scrollTop + c.clientHeight * 0.9)
 					{
-						graph.container.scrollTop = Math.min(bounds.y + bounds.height - graph.container.clientHeight, bounds.y - 10);
+						c.scrollTop = Math.min(bounds.y + bounds.height - c.clientHeight, bounds.y - 10);
 					}
 				}
 			}
 			else
 			{
 				var bounds = graph.getGraphBounds();
-				var width = Math.max(bounds.width, graph.scrollTileSize.width * graph.view.scale);
-				var height = Math.max(bounds.height, graph.scrollTileSize.height * graph.view.scale);
-				graph.container.scrollTop = Math.floor(Math.max(0, bounds.y - Math.max(20, (graph.container.clientHeight - height) / 4)));
-				graph.container.scrollLeft = Math.floor(Math.max(0, bounds.x - Math.max(0, (graph.container.clientWidth - width) / 2)));
+
+				if (bounds.width == 0 && bounds.height == 0)
+				{
+					c.scrollLeft = (c.scrollWidth - c.clientWidth) / 2;
+					c.scrollTop = (c.scrollHeight - c.clientHeight) / 2;
+				}
+				else
+				{
+					var width = Math.max(bounds.width, graph.scrollTileSize.width * graph.view.scale);
+					var height = Math.max(bounds.height, graph.scrollTileSize.height * graph.view.scale);
+					c.scrollTop = Math.floor(Math.max(0, bounds.y - Math.max(20, (c.clientHeight - height) / 4)));
+					c.scrollLeft = Math.floor(Math.max(0, bounds.x - Math.max(0, (c.clientWidth - width) / 2)));
+				}
 			}
 		}
 		else
@@ -3986,10 +3996,10 @@ EditorUi.prototype.resetScrollbars = function()
             b.width /= s;
             b.height /= s;
             
-            var dy = (graph.pageVisible) ? 0 : Math.max(0, (graph.container.clientHeight - b.height) / 4); 
+            var dy = (graph.pageVisible) ? 0 : Math.max(0, (c.clientHeight - b.height) / 4); 
             
 			graph.view.setTranslate(Math.floor(Math.max(0,
-				(graph.container.clientWidth - b.width) / 2) - b.x + 2),
+				(c.clientWidth - b.width) / 2) - b.x + 2),
 				Math.floor(dy - b.y + 1));
 		}
 	}

+ 5 - 1
src/main/webapp/js/grapheditor/Graph.js

@@ -2467,7 +2467,11 @@ Graph.prototype.init = function(container)
 		for (var i = 0; i < cells.length; i++)
 		{
 			var state = this.view.getState(cells[i]);
-			this.mergeStyle(state.style, style, i == 0);
+
+			if (state != null)
+			{
+				this.mergeStyle(state.style, style, i == 0);
+			}
 		}
 		
 		return style;

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 20 - 19
src/main/webapp/js/integrate.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 16 - 16
src/main/webapp/js/viewer-static.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 16 - 16
src/main/webapp/js/viewer.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 2 - 2
src/main/webapp/mxgraph/mxClient.js


+ 3 - 2
src/main/webapp/resources/dia.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_am.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 4 - 3
src/main/webapp/resources/dia_ar.txt

@@ -101,7 +101,7 @@ chatWindowTitle=‫دردشة‬
 chooseAnOption=‫اختر خيارا‬
 chromeApp=‫تطبيق Chrome‬
 collaborativeEditingNotice=‫ملاحظات مهمة عن مشاركة التعديل‬
-compare=‫يقارن‬
+compare=‫قارن‬
 compressed=‫مضغوط‬
 commitMessage=‫أكد علي تسجيل الرسالة‬
 configLinkWarn=‫هذة الوصلة تقوم بتغيرات علي draw.io . اضغط علي موافق لو كنت تثق فيمن ارسله اليك‬
@@ -424,7 +424,7 @@ insertText=‫إضافة نص‬
 inserting=‫إضافة‬
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=‫اسم غير صالح‬
 invalidOrMissingFile=‫ملف غير صالح أو غير موجود‬
@@ -699,7 +699,8 @@ share=‫انشر‬
 shareCursor=Share Mouse Cursor
 shareLink=‫رابط للتحرير المنشور‬
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=‫حاد‬
 show=‫إظهار‬
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_bg.txt

@@ -424,7 +424,7 @@ insertText=Вмъкване на текст
 inserting=Вмъкване
 installApp=Инсталирай приложението
 invalidFilename=Диаграмата не трябва да съдържа следните символи: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Вашият лиценз не е валиден. Моля вижте тук <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Вашият лиценз не е валиден. Моля вижте тук <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Невалиден вход
 invalidName=Невалидно име
 invalidOrMissingFile=Невалиден или липсващ файл
@@ -699,7 +699,8 @@ share=Споделяне
 shareCursor=Share Mouse Cursor
 shareLink=Линк за споделено редактиране
 sharingAvailable=Налично споделяне за файлове на Google Диск и OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Остро
 show=Показване
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_bn.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_bs.txt

@@ -424,7 +424,7 @@ insertText=Umetni tekst
 inserting=Umetanje
 installApp=Install App
 invalidFilename=Imena dijagrama ne smiju sadržavati sljedeće znakove: \ / | : ; { < & + ? = "
-invalidLicenseSeeThisPage=Vaša licenca nije validna, molimo pogledajte ovo <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Vaša licenca nije validna, molimo pogledajte ovo <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Netačan naziv
 invalidOrMissingFile=Neispravan ili nepostojeći fajl
@@ -699,7 +699,8 @@ share=Podijeli
 shareCursor=Share Mouse Cursor
 shareLink=Link podijeljen za uređivanje
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Oštro
 show=Pokaži
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ca.txt

@@ -424,7 +424,7 @@ insertText=Insereix text
 inserting=S'està inserint
 installApp=Instal·la l'aplicació
 invalidFilename=Els noms dels diagrames no poden contenir els següents caràcters: \ / | : ; { < & + ? = "
-invalidLicenseSeeThisPage=La llicència no és vàlida, consulteu aquesta <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">pàgina</a>.
+invalidLicenseSeeThisPage=La llicència no és vàlida, consulteu aquesta <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">pàgina</a>.
 invalidInput=L'entrada no és vàlida
 invalidName=El nom no és vàlid
 invalidOrMissingFile=Fitxer  no vàlid o desconegut
@@ -699,7 +699,8 @@ share=Comparteix
 shareCursor=Comparteix el cursor del ratolí
 shareLink=Enllaç per a l'edició compartida
 sharingAvailable=Compartició disponible per a fitxers de Google Drive i OneDrive.
-moveItToGoogleDrive=Haureu de moure "{1}" a Google Drive abans de poder col·laborar.
+saveItToGoogleDriveToCollaborate=Haureu de desar "{1}" a Google Drive abans de poder col·laborar.
+saveToGoogleDrive=Desar a Google Drive
 sharp=Angulós
 show=Mostra
 showRemoteCursors=Mostra els cursors del ratolí remot

+ 3 - 2
src/main/webapp/resources/dia_cs.txt

@@ -424,7 +424,7 @@ insertText=Vložit text
 inserting=Vkládání
 installApp=Nainstalovat aplikaci
 invalidFilename=Názvy diagramů nemohou obsahovat tyto znaky: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Vaše licence není platná, podívejte se prosím na tuto <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">stránku</a>.
+invalidLicenseSeeThisPage=Vaše licence není platná, podívejte se prosím na tuto <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">stránku</a>.
 invalidInput=Neplatný vstup
 invalidName=Neplatný název
 invalidOrMissingFile=Neplatný nebo chybějící soubor
@@ -699,7 +699,8 @@ share=Sdílet
 shareCursor=Sdílet kurzor myši
 shareLink=Odkaz pro sdílené upravování
 sharingAvailable=Sdílení je dostupné pro soubory na Google Disku a OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Ostrý
 show=Zobrazit
 showRemoteCursors=Zobrazovat vzdálené ukazatele myši

+ 3 - 2
src/main/webapp/resources/dia_da.txt

@@ -424,7 +424,7 @@ insertText=Indsæt tekst
 inserting=Indsætter
 installApp=Install App
 invalidFilename=Diagramnavn må ikke indeholde de følgende tegn: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Din licens er ugyldig, se venligst <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">side</a>.
+invalidLicenseSeeThisPage=Din licens er ugyldig, se venligst <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">side</a>.
 invalidInput=Invalid input
 invalidName=Ugyldigt navn
 invalidOrMissingFile=Ugyldig eller manglende fil
@@ -699,7 +699,8 @@ share=Del
 shareCursor=Share Mouse Cursor
 shareLink=Link til fælles redigering
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Skarp
 show=Vis
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_de.txt

@@ -424,7 +424,7 @@ insertText=Text einfügen
 inserting=Wird eingefügt
 installApp=App installieren
 invalidFilename=Diagramm Namen dürfen keine der folgenden Zeichen enthalten\ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Ihre Lizenz ist ungültig, bitte besuchen Sie diese <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">Seite</a>.
+invalidLicenseSeeThisPage=Ihre Lizenz ist ungültig, bitte besuchen Sie diese <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">Seite</a>.
 invalidInput=Ungültige Eingabe
 invalidName=Ungültiger Name
 invalidOrMissingFile=Ungültige oder fehlende Datei
@@ -699,7 +699,8 @@ share=Freigeben
 shareCursor=Mauszeiger teilen
 shareLink=Verknüpfung zum gemeinsamen Bearbeiten
 sharingAvailable=Freigabe nur für Google Drive und OneDrive Dateien.
-moveItToGoogleDrive="{1}" auf Google Drive verschieben, um gemeinsam zu Bearbeiten.
+saveItToGoogleDriveToCollaborate="{1}" in Google Drive speichern, um gemeinsam zu Bearbeiten.
+saveToGoogleDrive=In Google Drive speichern
 sharp=Eckig
 show=Anzeigen
 showRemoteCursors=Entferne Mauszeiger anzeigen

+ 3 - 2
src/main/webapp/resources/dia_el.txt

@@ -424,7 +424,7 @@ insertText=Εισαγωγή Κειμένου
 inserting=Εισαγωγή
 installApp=Εγκατάσταση App
 invalidFilename=Το όνομα του διαγράμματος δεν πρέπει να περιέχει τους παρακάτω χρακτήρες: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Η άδεια χρήσης σας δεν είναι έγκυρη, παρακαλώ δείτε αυτό  <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Η άδεια χρήσης σας δεν είναι έγκυρη, παρακαλώ δείτε αυτό  <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Μη έγκυρη εισαγωγή
 invalidName=Μη έγκυρο όνομα
 invalidOrMissingFile=Μη έγκυρο ή ανύπαρκτο αρχείο
@@ -699,7 +699,8 @@ share=Κοινοποίηση
 shareCursor=Share Mouse Cursor
 shareLink=Σύνδεσμός για κοινή επεξεργασία
 sharingAvailable=Ο διαμοιρασμός είναι διαθέσιμος για το Google Drive και για αρχεία OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Αιχμή
 show=Προβολή
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_eo.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_es.txt

@@ -424,7 +424,7 @@ insertText=Insertar texto
 inserting=Insertando
 installApp=Instalar App
 invalidFilename=Los nombres de los diagramas no deben contener los siguientes caracteres: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Su licencia es inválida, por favor vea esta <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">página</a>.
+invalidLicenseSeeThisPage=Su licencia es inválida, por favor vea esta <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">página</a>.
 invalidInput=Entrada inválida
 invalidName=Nombre inválido
 invalidOrMissingFile=Archivo inválido o no encontrado
@@ -699,7 +699,8 @@ share=Compartir
 shareCursor=Share Mouse Cursor
 shareLink=Enlace para edición compartida.
 sharingAvailable=Compartir disponible para archivos de Google Drive y One Drive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Filoso
 show=Mostrar
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_et.txt

@@ -424,7 +424,7 @@ insertText=Sisesta tekst
 inserting=Sisestamine
 installApp=Paigalda Äpp
 invalidFilename=Diagrammi nimed ei tohi sisaldada järgnevaid tähemärke:  \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Sinu litsents on kehtetu, palun vaata seda <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">lehte</a>.
+invalidLicenseSeeThisPage=Sinu litsents on kehtetu, palun vaata seda <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">lehte</a>.
 invalidInput=Viga sisestamisel
 invalidName=Viga nimes
 invalidOrMissingFile=Kehtetu või puuduv fail
@@ -699,7 +699,8 @@ share=Jaga
 shareCursor=Jaga hiirekursorit
 shareLink=Link jagatud toimetamiseks
 sharingAvailable=Jagamine on saadaval Google Drive ja OneDrive'i failide jaoks.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Terav
 show=Näita
 showRemoteCursors=Näita jagaja hiirekursorit

+ 3 - 2
src/main/webapp/resources/dia_eu.txt

@@ -424,7 +424,7 @@ insertText=Txertatu testua
 inserting=Txertatzen
 installApp=Instalatu aplikazioa
 invalidFilename=Diagramen izena ezin ditu karaktere horiek izan: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Zure lizentzia ez da baliozkoa, ikusi <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">orri hau</a>.
+invalidLicenseSeeThisPage=Zure lizentzia ez da baliozkoa, ikusi <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">orri hau</a>.
 invalidInput=Sarrera ez da baliozkoa
 invalidName=Izena ez da baliozkoa
 invalidOrMissingFile=Fitxategia ez da baliozkoa ala ez da aurkitzen
@@ -699,7 +699,8 @@ share=Partekatu
 shareCursor=Partekatu saguaren kurtsorea
 shareLink=Edizioa partekatzeko esteka
 sharingAvailable=Partekatzea onartzen zaio Google Drive eta OneDriveren fitxategiei
-moveItToGoogleDrive=Elkarlanean aritu ahal izateko "{1}" Google Drive-ra eraman beharko duzu.
+saveItToGoogleDriveToCollaborate=Elkarlanean aritu ahal izateko "{1}" Google Drive-ra eraman beharko duzu.
+saveToGoogleDrive=Save to Google Drive
 sharp=Zorrotza
 show=Erakutsi
 showRemoteCursors=Erakutsi Urruneko Saguaren kurtsoreak

+ 3 - 2
src/main/webapp/resources/dia_fa.txt

@@ -424,7 +424,7 @@ insertText=‫وارد کردن متن‬
 inserting=‫وارد کردن‬
 installApp=Install App
 invalidFilename=‫نامهای نمودارها نباید شامل کاراکترهای زیر باشد:  \ / | : ; { } < > & + ? = "‬
-invalidLicenseSeeThisPage=‫مجوز شما نامعتبر است. لطفا این بخش را ببینید <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">صفحه</a>.‬
+invalidLicenseSeeThisPage=‫مجوز شما نامعتبر است. لطفا این بخش را ببینید <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">صفحه</a>.‬
 invalidInput=Invalid input
 invalidName=‫نام نامعتبر‬
 invalidOrMissingFile=‫فایل یا غیرمعتبر است یا وجود ندارد‬
@@ -699,7 +699,8 @@ share=‫به اشتراک گذاشتن‬
 shareCursor=Share Mouse Cursor
 shareLink=‫لینک برای ویرایش مشترک‬
 sharingAvailable=X
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=‫تیز‬
 show=‫نشان دادن‬
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_fi.txt

@@ -424,7 +424,7 @@ insertText=Lisää tekstiä
 inserting=Lisätään
 installApp=Asenna sovellus
 invalidFilename=Kaavioiden nimet eivät saa sisältää seuraavia merkkejä: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Lisenssi on virheellinen, ole hyvä ja katso tämä <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">sivu</a>.
+invalidLicenseSeeThisPage=Lisenssi on virheellinen, ole hyvä ja katso tämä <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">sivu</a>.
 invalidInput=Virheellinen syöte
 invalidName=Virheellinen nimi
 invalidOrMissingFile=Virheellinen tai puuttuva tiedosto
@@ -699,7 +699,8 @@ share=Jaa
 shareCursor=Jaa hiiren osoitin
 shareLink=Linkki jaettuun muokkaukseen
 sharingAvailable=Jakaminen käytettävissä Google Drive- ja OneDrive-tiedostoille.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Terävä
 show=Näytä
 showRemoteCursors=Näytä etähiiren osoittimet

+ 3 - 2
src/main/webapp/resources/dia_fil.txt

@@ -424,7 +424,7 @@ insertText=Magsingit ng teksto
 inserting=Nagsisingit
 installApp=Install App
 invalidFilename=Ang pangalan ng mga Dayagram ay hindi maaaring magtaglay ng sumusunod na mga simbolo: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Ang iyong lisensya ay di wasto. Pki-tingnan ito <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Ang iyong lisensya ay di wasto. Pki-tingnan ito <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Di wastong pangalan
 invalidOrMissingFile=Di wasto o nawawalang File
@@ -699,7 +699,8 @@ share=Ibahagi
 shareCursor=Share Mouse Cursor
 shareLink=Link para sa salu-salong pag-edit
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Matalas
 show=Ipakita
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_fr.txt

@@ -424,7 +424,7 @@ insertText=Insérer du texte
 inserting=Insertion
 installApp=Installer l'app
 invalidFilename=Le nom des diagrammes ne doit pas contenir les caractères suivants : \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Votre licence n'est pas valide, veuillez vous rendre sur la page suivante <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Votre licence n'est pas valide, veuillez vous rendre sur la page suivante <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Saisie incorrecte
 invalidName=Nom incorrect
 invalidOrMissingFile=Fichier invalide ou manquant
@@ -699,7 +699,8 @@ share=Partager
 shareCursor=Partager le curseur de la souris
 shareLink=Lien pour l'édition partagée
 sharingAvailable=Partage disponible pour les fichiers Google Drive et OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Dur
 show=Montrer
 showRemoteCursors=Afficher les curseurs de la souris distante

+ 3 - 2
src/main/webapp/resources/dia_gl.txt

@@ -424,7 +424,7 @@ insertText=Inserir Texto
 inserting=Inserindo
 installApp=Instalar Aplicación
 invalidFilename=Os nomes dos diagramas non deben conter os seguintes caracteres: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=A túa licenza non é válida, por favor mira isto <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=A túa licenza non é válida, por favor mira isto <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Entrada inválida
 invalidName=Nome inválido
 invalidOrMissingFile=Falta o arquivo ou é inválido
@@ -699,7 +699,8 @@ share=Compartir
 shareCursor=Share Mouse Cursor
 shareLink=Vencello para compartir edición
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Brusco
 show=Amosar
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_gu.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_he.txt

@@ -424,7 +424,7 @@ insertText=‫הוספת טקסט‬
 inserting=‫מוסיף‬
 installApp=Install App
 invalidFilename=‫שם הדיאגרמה אינו יכול לכלול את התווים הבאים:  \ / | : ; { } < > & + ? = "‬
-invalidLicenseSeeThisPage=‫הרשיון שלך אינו תקף. בדוק ב <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>‬
+invalidLicenseSeeThisPage=‫הרשיון שלך אינו תקף. בדוק ב <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>‬
 invalidInput=Invalid input
 invalidName=‫שם לא תקין‬
 invalidOrMissingFile=‫קובץ חסר או לא תקין‬
@@ -699,7 +699,8 @@ share=‫שתף‬
 shareCursor=Share Mouse Cursor
 shareLink=‫קישור לעריכה משותפת‬
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=‫חד‬
 show=‫הצג‬
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_hi.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_hr.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_hu.txt

@@ -424,7 +424,7 @@ insertText=Szöveget beszúr
 inserting=Beszúrás
 installApp=Applikáció telepítése
 invalidFilename=A diagram nem tartalmazhatja a következő betűket: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Az engedélye érvénytelen, kérjük tekintse meg ezt <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Az engedélye érvénytelen, kérjük tekintse meg ezt <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Érvénytelen bemenet
 invalidName=Érvénytelen név
 invalidOrMissingFile=Érvénytelen vagy hiányzó fájl
@@ -699,7 +699,8 @@ share=Osztás
 shareCursor=Share Mouse Cursor
 shareLink=Link osztása
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Éles
 show=Mutat
 showRemoteCursors=Show Remote Mouse Cursors

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

@@ -699,7 +699,8 @@ share=share
 shareCursor=shareCursor
 shareLink=shareLink
 sharingAvailable=sharingAvailable
-moveItToGoogleDrive=moveItToGoogleDrive
+saveItToGoogleDriveToCollaborate=saveItToGoogleDriveToCollaborate
+saveToGoogleDrive=saveToGoogleDrive
 sharp=sharp
 show=show
 showRemoteCursors=showRemoteCursors

+ 3 - 2
src/main/webapp/resources/dia_id.txt

@@ -424,7 +424,7 @@ insertText=Sisipkan Teks
 inserting=Menyisipkan
 installApp=Install App
 invalidFilename=Nama diagram tidak boleh mengandung karakter berikut: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Lisensi Anda tidak valid, harap baca tautan ini <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Lisensi Anda tidak valid, harap baca tautan ini <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Nama tidak valid
 invalidOrMissingFile=Berkas tidak valid atau hilang
@@ -699,7 +699,8 @@ share=Bagikan
 shareCursor=Share Mouse Cursor
 shareLink=Tautan untuk editan bersama
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Tajam
 show=Tampilkan
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_it.txt

@@ -424,7 +424,7 @@ insertText=Inserisci testo
 inserting=Inserimento in corso
 installApp=Installa applicazione
 invalidFilename=Il nome del diagramma non può contenere i seguenti caratteri:  \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=La tua licenza non è valida. Leggi questa <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">pagina</a>.
+invalidLicenseSeeThisPage=La tua licenza non è valida. Leggi questa <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">pagina</a>.
 invalidInput=Inserimento non valido
 invalidName=Nome non valido
 invalidOrMissingFile=File mancante o non valido
@@ -699,7 +699,8 @@ share=Condividi
 shareCursor=Condividi il puntatore del mouse
 shareLink=Collegamento per la modifica condivisa
 sharingAvailable=Condivisione disponibile per file su Google Drive e OneDrive.
-moveItToGoogleDrive=Dovrai spostare "{1}" in Google Drive prima di poter collaborare
+saveItToGoogleDriveToCollaborate=Dovrai salvare "{1}" in Google Drive prima di poter collaborare
+saveToGoogleDrive=Salvare in Google Drive
 sharp=Netto
 show=Mostra
 showRemoteCursors=Mostra i puntatori remoti del mouse

+ 3 - 2
src/main/webapp/resources/dia_ja.txt

@@ -424,7 +424,7 @@ insertText=テキスト
 inserting=挿入中
 installApp=アプリをインストール
 invalidFilename=ダイアグラム名に次の文字を含めることはできません。 \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=あなたの免許証が有効ではない、これを参照してください<a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=あなたの免許証が有効ではない、これを参照してください<a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=無効な名前です
 invalidOrMissingFile=無効または不明なファイル
@@ -699,7 +699,8 @@ share=共有
 shareCursor=Share Mouse Cursor
 shareLink=共同編集リンク
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=シャープ
 show=表示
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_kn.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ko.txt

@@ -424,7 +424,7 @@ insertText=텍스트 삽입
 inserting=삽입중
 installApp=앱 설치
 invalidFilename=다이어그램 이름에 다음 문자들은 사용될 수 없습니다 : \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=라이선스가 유효하지 않습니다. <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">페이지</a>를 확인해 주시기 바랍니다.
+invalidLicenseSeeThisPage=라이선스가 유효하지 않습니다. <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">페이지</a>를 확인해 주시기 바랍니다.
 invalidInput=유효하지 않은 입력입니다.
 invalidName=유효하지 않은 이름입니다.
 invalidOrMissingFile=유효하지 않은 파일이거나 파일이 없습니다.
@@ -699,7 +699,8 @@ share=공유
 shareCursor=커서 공유
 shareLink=공유 편집을 위한 링크
 sharingAvailable=공유는 Google 드라이브와 Microsoft OneDrive 파일만 가능합니다.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=곧은선
 show=보이기
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_lt.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Įterpimas
 installApp=Install App
 invalidFilename=Diagramos pavadinimuose neturi būti šių simbolių: \ / | :; {} <> & +? = "
-invalidLicenseSeeThisPage=Jūsų licencija negalioja. Peržiūrėkite šį <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin"> puslapį </a>.
+invalidLicenseSeeThisPage=Jūsų licencija negalioja. Peržiūrėkite šį <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud"> puslapį </a>.
 invalidInput=Neteisinga įvestis
 invalidName=Neteisingas vardas
 invalidOrMissingFile=Netinkamas failas arba jo nėra
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_lv.txt

@@ -424,7 +424,7 @@ insertText=Ievietot tekstu
 inserting=Ievietošana
 installApp=Instalējiet lietotni
 invalidFilename=Diagrammu nosaukumos nedrīkst būt šādas rakstzīmes: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Jūsu licence nav derīga. Lūdzu, skatiet šo <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">lapu</a>.
+invalidLicenseSeeThisPage=Jūsu licence nav derīga. Lūdzu, skatiet šo <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">lapu</a>.
 invalidInput=Nepareiza ievade
 invalidName=Nederīgs nosaukums
 invalidOrMissingFile=Nederīgs vai trūkstošs fails
@@ -699,7 +699,8 @@ share=Kopīgot
 shareCursor=Kopīgot peles kursoru
 shareLink=Saite koplietotai rediģēšanai
 sharingAvailable=Kopīgošana ir pieejama Google diska un OneDrive failiem.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Ass
 show=Rādīt
 showRemoteCursors=Rādīt attālos peles kursorus

+ 3 - 2
src/main/webapp/resources/dia_ml.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_mr.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ms.txt

@@ -424,7 +424,7 @@ insertText=Masukkan Teks
 inserting=Memasukkan
 installApp=Install App
 invalidFilename=Nama gambarajah tidak boleh mengandungi aksara yang berikut: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Lesen anda tidak sah, sila lihat ini <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Lesen anda tidak sah, sila lihat ini <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Nama tidak sah
 invalidOrMissingFile=Fail tidak sah atau hilang
@@ -699,7 +699,8 @@ share=Kongsi
 shareCursor=Share Mouse Cursor
 shareLink=Pautan untuk suntingan kongsian
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Tajam
 show=Tunjuk
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_my.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_nl.txt

@@ -424,7 +424,7 @@ insertText=Tekst invoegen
 inserting=Invoegen
 installApp=App installeren
 invalidFilename=Een Diagramnaam mag niet de volgende tekens bevatten: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Uw licentie is ongeldig, bekijk deze <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">pagina</a>.
+invalidLicenseSeeThisPage=Uw licentie is ongeldig, bekijk deze <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">pagina</a>.
 invalidInput=Ingeldige invoer
 invalidName=Ongeldige naam
 invalidOrMissingFile=Ongeldig of ontbrekend bestand
@@ -699,7 +699,8 @@ share=Delen
 shareCursor=Cursor delen
 shareLink=Link voor gedeeld bewerken
 sharingAvailable=Delen van Google Drive- en OneDrive-bestanden.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Rechthoekig
 show=Tonen
 showRemoteCursors=Muiscursor buiten beeld tonen

+ 3 - 2
src/main/webapp/resources/dia_no.txt

@@ -424,7 +424,7 @@ insertText=Legg til tekst
 inserting=Legger til
 installApp=Install App
 invalidFilename=Diagrammet kan ikke inneholde de følgende tegnene: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Du har en ugyldig lisens, vennligst se her <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>
+invalidLicenseSeeThisPage=Du har en ugyldig lisens, vennligst se her <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>
 invalidInput=Invalid input
 invalidName=Ugyldig navn
 invalidOrMissingFile=Ugyldig eller manglende fil
@@ -699,7 +699,8 @@ share=Del
 shareCursor=Share Mouse Cursor
 shareLink=Lenke til felles redigering
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Skarp
 show=Vis
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_pl.txt

@@ -424,7 +424,7 @@ insertText=Wstaw tekst
 inserting=Wstawianie
 installApp=Zainstaluj aplikację
 invalidFilename=Nazwy diagramów nie mogą zawierać następujących znaków: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Twoja licencja jest nieważna, sprawdź <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">stronę</a>.
+invalidLicenseSeeThisPage=Twoja licencja jest nieważna, sprawdź <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">stronę</a>.
 invalidInput=Nieprawidłowe wejście
 invalidName=Nieprawidłowa nazwa
 invalidOrMissingFile=Nieprawidłowy lub brakujący plik
@@ -699,7 +699,8 @@ share=Udostępnij
 shareCursor=Share Mouse Cursor
 shareLink=Hiperłącze do umożliwienia edycji innym użytkownikom
 sharingAvailable=Udostępnianie dostępne dla plików Google Drive i OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Ostry
 show=Pokaż
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_pt-br.txt

@@ -424,7 +424,7 @@ insertText=Inserir texto
 inserting=Inserindo
 installApp=Instalar o aplicativo
 invalidFilename=Nomes de diagramas não podem conter os seguintes caracteres: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Sua licença é inválida. Por favor, leia essa <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">página</a>.
+invalidLicenseSeeThisPage=Sua licença é inválida. Por favor, leia essa <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">página</a>.
 invalidInput=Conteúdo inválido
 invalidName=Nome inválido
 invalidOrMissingFile=Arquivo inválido ou em falta
@@ -699,7 +699,8 @@ share=Compartilhar
 shareCursor=Compartilhar o ponteiro do mouse
 shareLink=Link para edição compartilhada
 sharingAvailable=O compartilhamento é disponível para arquivos salvos em Google Drive ou em OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Quadrado
 show=Mostrar
 showRemoteCursors=Mostrar os ponteiros do mouse de outras pessoas

+ 3 - 2
src/main/webapp/resources/dia_pt.txt

@@ -424,7 +424,7 @@ insertText=Inserir texto
 inserting=A inserir
 installApp=Install App
 invalidFilename=Nomes de diagramas não podem conter os seguintes caracteres:\ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=A sua carta não é válida, por favor veja <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=A sua carta não é válida, por favor veja <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Nome inválido
 invalidOrMissingFile=Ficheiro inválido ou em falta
@@ -699,7 +699,8 @@ share=Partilhar
 shareCursor=Share Mouse Cursor
 shareLink=Link para a edição partilhada
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Quadrado
 show=Mostrar
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ro.txt

@@ -424,7 +424,7 @@ insertText=Inserează text
 inserting=Se inserează
 installApp=Install App
 invalidFilename=Numele diagramelor nu pot să contină următoarele caractere: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Licența dumneavoastră este invalida, vedeți <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=Licența dumneavoastră este invalida, vedeți <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Nume invalid
 invalidOrMissingFile=Fișier invalid sau inexistent
@@ -699,7 +699,8 @@ share=Distribuie
 shareCursor=Share Mouse Cursor
 shareLink=Link pentru editare în comun
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Ascuţit
 show=Arată
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ru.txt

@@ -424,7 +424,7 @@ insertText=Добавить текст
 inserting=Вставка
 installApp=Установить приложение
 invalidFilename=Название диаграммы не может содержать следующие символы: \ / | : ; { < & + ? = "
-invalidLicenseSeeThisPage=Ваша лицензия недействительна. Пожалуйста, посетите эту<a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">страницу</a>.
+invalidLicenseSeeThisPage=Ваша лицензия недействительна. Пожалуйста, посетите эту<a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">страницу</a>.
 invalidInput=Некорректное значение
 invalidName=Некорректное имя
 invalidOrMissingFile=Файл поврежден или отсутствует
@@ -699,7 +699,8 @@ share=Общий доступ
 shareCursor=Share Mouse Cursor
 shareLink=Ссылка для совместного редактирования
 sharingAvailable=Совместное использование доступно только для файлов Google Диск и OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Острые углы
 show=Показать
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_si.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_sk.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_sl.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_sr.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Umetanje
 installApp=Install App
 invalidFilename=Imena dijagrama ne smeju sadržati sledeće znake : \ / | : ; { < & + ? =
-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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Neispravno ime
 invalidOrMissingFile=Neispravan ili nepostojeći dokument
@@ -699,7 +699,8 @@ share=Podeli
 shareCursor=Share Mouse Cursor
 shareLink=Podeli link
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Oštar
 show=Prikaži
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_sv.txt

@@ -424,7 +424,7 @@ insertText=Infoga text
 inserting=Infogar
 installApp=Installera app
 invalidFilename=Namnet på diagrammet får inte innehålla följande tecken: \ / | : ; { } < > & + ? =
-invalidLicenseSeeThisPage=Din licens är ogiltig, vänligen gå till <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">denna sida</a>
+invalidLicenseSeeThisPage=Din licens är ogiltig, vänligen gå till <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">denna sida</a>
 invalidInput=Ogiltig inmatning
 invalidName=Ogiltigt namn
 invalidOrMissingFile=Ogiltigt eller saknad fil
@@ -699,7 +699,8 @@ share=Dela
 shareCursor=Share Mouse Cursor
 shareLink=Länk för delad redigering
 sharingAvailable=Delning via Google Drive och OneDrive är möjlig
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Skarp
 show=Visa
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_sw.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_ta.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_te.txt

@@ -424,7 +424,7 @@ insertText=Insert Text
 inserting=Inserting
 installApp=Install App
 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>.
+invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=Invalid name
 invalidOrMissingFile=Invalid or missing file
@@ -699,7 +699,8 @@ share=Share
 shareCursor=Share Mouse Cursor
 shareLink=Link for shared editing
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Sharp
 show=Show
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_th.txt

@@ -424,7 +424,7 @@ insertText=แทรกข้อความ
 inserting=การแทรก
 installApp=Install App
 invalidFilename=ชื่อแผนภาพจะต้องไม่มีเครื่องหมายเหล่านี้  \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=ใบอนุญาตของคุณไม่ถูกต้อง  โปรดดู <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
+invalidLicenseSeeThisPage=ใบอนุญาตของคุณไม่ถูกต้อง  โปรดดู <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a>.
 invalidInput=Invalid input
 invalidName=ชื่อที่ใช้ไม่ได้
 invalidOrMissingFile=ไฟล์ไม่ถูกต้องหรือไฟล์สูญหาย
@@ -699,7 +699,8 @@ share=แบ่งปัน
 shareCursor=Share Mouse Cursor
 shareLink=เชื่อมต่อเพื่อการแก้ไขร่วมกัน
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=แหลม
 show=แสดง
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_tr.txt

@@ -424,7 +424,7 @@ insertText=Metin ekle
 inserting=Ekleniyor
 installApp=Proramı Yükle
 invalidFilename=Diyagram adları şu karakterleri içermelidir : \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Lisansınız geçersiz, lütfen <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a> a bakınız
+invalidLicenseSeeThisPage=Lisansınız geçersiz, lütfen <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">page</a> a bakınız
 invalidInput=Geçersiz giriş
 invalidName=Geçersiz isim
 invalidOrMissingFile=Geçersiz veya olmayan dosya
@@ -699,7 +699,8 @@ share=Paylaş
 shareCursor=Share Mouse Cursor
 shareLink=Paylaşılan düzenleme linki
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Keskin
 show=Göster
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_uk.txt

@@ -424,7 +424,7 @@ insertText=Вставити текст
 inserting=Вставлення
 installApp=Встановити застосунок
 invalidFilename=Назви діаграм не повинні мати такі знаки:  \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Ваша ліцензія недійсна, будь ласка, прочитайте <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">сторінку</a>.
+invalidLicenseSeeThisPage=Ваша ліцензія недійсна, будь ласка, прочитайте <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">сторінку</a>.
 invalidInput=Невірне введення
 invalidName=Невірне ім'я
 invalidOrMissingFile=Файл невірний або відсутній
@@ -699,7 +699,8 @@ share=Поділитися
 shareCursor=Поділитися курсором
 shareLink=Посилання для спільного редагування
 sharingAvailable=Спільне використання доступне для файлів Google Диску та OneDrive.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Гострі
 show=Показати
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_vi.txt

@@ -424,7 +424,7 @@ insertText=Chèn văn bản
 inserting=Đang chèn
 installApp=Install App
 invalidFilename=Tên biểu đồ không được chứa những kí tự sau: \ / | : ' { } < > & + ? = "
-invalidLicenseSeeThisPage=Giấy phép của bạn không hợp lệ, vui lòng xem tại <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">trang này</a>.
+invalidLicenseSeeThisPage=Giấy phép của bạn không hợp lệ, vui lòng xem tại <a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">trang này</a>.
 invalidInput=Invalid input
 invalidName=Tên không hợp lệ
 invalidOrMissingFile=Tập tin bị thiếu hoặc không hợp lệ
@@ -699,7 +699,8 @@ share=Chia sẻ
 shareCursor=Share Mouse Cursor
 shareLink=Đường dẫn chỉnh sửa đã chia sẻ
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=Góc
 show=Hiển thị
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_zh-tw.txt

@@ -424,7 +424,7 @@ insertText=插入文字
 inserting=正在插入
 installApp=安裝 App
 invalidFilename=圖表名稱不得包含以下字符:\ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=您的授權無效,請參閱此<a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">頁面</a>。
+invalidLicenseSeeThisPage=您的授權無效,請參閱此<a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">頁面</a>。
 invalidInput=無效輸入
 invalidName=無效名稱
 invalidOrMissingFile=無效或遺失的檔案
@@ -699,7 +699,8 @@ share=共用
 shareCursor=Share Mouse Cursor
 shareLink=分享編輯連結
 sharingAvailable=Google Drive 及 OneDrive 檔案可以共用。
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=銳角
 show=顯示
 showRemoteCursors=Show Remote Mouse Cursors

+ 3 - 2
src/main/webapp/resources/dia_zh.txt

@@ -424,7 +424,7 @@ insertText=插入文本
 inserting=正在插入
 installApp=安装应用
 invalidFilename=绘图名称不能包含以下特殊字符: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=您的许可无效,请参阅此<a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">页面</a>。
+invalidLicenseSeeThisPage=您的许可无效,请参阅此<a target="_blank" href="https://www.diagrams.net/doc/faq/license-drawio-confluence-jira-cloud">页面</a>。
 invalidInput=无效输入
 invalidName=无效名称
 invalidOrMissingFile=无效或丢失的文件
@@ -699,7 +699,8 @@ share=共享
 shareCursor=Share Mouse Cursor
 shareLink=共享编辑的链接
 sharingAvailable=共享可用于 Google Drive 和 OneDrive 文件.
-moveItToGoogleDrive=You'll need to move "{1}" to Google Drive before you can collaborate.
+saveItToGoogleDriveToCollaborate=You'll need to save "{1}" to Google Drive before you can collaborate.
+saveToGoogleDrive=Save to Google Drive
 sharp=锐利
 show=显示
 showRemoteCursors=Show Remote Mouse Cursors

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1 - 1
src/main/webapp/service-worker.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1 - 1
src/main/webapp/service-worker.js.map