Browse Source

10.1.9 release

Former-commit-id: 6962b145089e24e75113f4ff84e2bc9457e24e66
Gaudenz Alder 6 years ago
parent
commit
0afb0d0e9c
71 changed files with 680 additions and 17930 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      VERSION
  3. 1 1
      src/main/webapp/cache.manifest
  4. 399 399
      src/main/webapp/js/app.min.js
  5. 0 3412
      src/main/webapp/js/atlas-viewer.min.js
  6. 0 9933
      src/main/webapp/js/atlas.min.js
  7. 1 1
      src/main/webapp/js/diagramly/App.js
  8. 1 0
      src/main/webapp/js/diagramly/Editor.js
  9. 5 2
      src/main/webapp/js/diagramly/EditorUi.js
  10. 6 0
      src/main/webapp/js/diagramly/Extensions.js
  11. 0 1983
      src/main/webapp/js/embed-static.min.js
  12. 0 21
      src/main/webapp/js/embed.min.js
  13. 99 98
      src/main/webapp/js/extensions.min.js
  14. 1 1
      src/main/webapp/js/mxgraph/EditorUi.js
  15. 0 1961
      src/main/webapp/js/reader.min.js
  16. 84 84
      src/main/webapp/js/viewer.min.js
  17. 24 33
      src/main/webapp/plugins/tickets.js
  18. 1 0
      src/main/webapp/resources/dia.txt
  19. 1 0
      src/main/webapp/resources/dia_am.txt
  20. 1 0
      src/main/webapp/resources/dia_ar.txt
  21. 1 0
      src/main/webapp/resources/dia_bg.txt
  22. 1 0
      src/main/webapp/resources/dia_bn.txt
  23. 1 0
      src/main/webapp/resources/dia_bs.txt
  24. 1 0
      src/main/webapp/resources/dia_ca.txt
  25. 1 0
      src/main/webapp/resources/dia_cs.txt
  26. 1 0
      src/main/webapp/resources/dia_da.txt
  27. 1 0
      src/main/webapp/resources/dia_de.txt
  28. 1 0
      src/main/webapp/resources/dia_el.txt
  29. 1 0
      src/main/webapp/resources/dia_eo.txt
  30. 1 0
      src/main/webapp/resources/dia_es.txt
  31. 1 0
      src/main/webapp/resources/dia_et.txt
  32. 1 0
      src/main/webapp/resources/dia_fa.txt
  33. 1 0
      src/main/webapp/resources/dia_fi.txt
  34. 1 0
      src/main/webapp/resources/dia_fil.txt
  35. 1 0
      src/main/webapp/resources/dia_fr.txt
  36. 1 0
      src/main/webapp/resources/dia_gu.txt
  37. 1 0
      src/main/webapp/resources/dia_he.txt
  38. 1 0
      src/main/webapp/resources/dia_hi.txt
  39. 1 0
      src/main/webapp/resources/dia_hr.txt
  40. 1 0
      src/main/webapp/resources/dia_hu.txt
  41. 1 0
      src/main/webapp/resources/dia_i18n.txt
  42. 1 0
      src/main/webapp/resources/dia_id.txt
  43. 1 0
      src/main/webapp/resources/dia_it.txt
  44. 1 0
      src/main/webapp/resources/dia_ja.txt
  45. 1 0
      src/main/webapp/resources/dia_kn.txt
  46. 1 0
      src/main/webapp/resources/dia_ko.txt
  47. 1 0
      src/main/webapp/resources/dia_lt.txt
  48. 1 0
      src/main/webapp/resources/dia_lv.txt
  49. 1 0
      src/main/webapp/resources/dia_ml.txt
  50. 1 0
      src/main/webapp/resources/dia_mr.txt
  51. 1 0
      src/main/webapp/resources/dia_ms.txt
  52. 1 0
      src/main/webapp/resources/dia_nl.txt
  53. 1 0
      src/main/webapp/resources/dia_no.txt
  54. 1 0
      src/main/webapp/resources/dia_pl.txt
  55. 1 0
      src/main/webapp/resources/dia_pt-br.txt
  56. 1 0
      src/main/webapp/resources/dia_pt.txt
  57. 1 0
      src/main/webapp/resources/dia_ro.txt
  58. 1 0
      src/main/webapp/resources/dia_ru.txt
  59. 1 0
      src/main/webapp/resources/dia_sk.txt
  60. 1 0
      src/main/webapp/resources/dia_sl.txt
  61. 1 0
      src/main/webapp/resources/dia_sr.txt
  62. 1 0
      src/main/webapp/resources/dia_sv.txt
  63. 1 0
      src/main/webapp/resources/dia_sw.txt
  64. 1 0
      src/main/webapp/resources/dia_ta.txt
  65. 1 0
      src/main/webapp/resources/dia_te.txt
  66. 1 0
      src/main/webapp/resources/dia_th.txt
  67. 1 0
      src/main/webapp/resources/dia_tr.txt
  68. 1 0
      src/main/webapp/resources/dia_uk.txt
  69. 1 0
      src/main/webapp/resources/dia_vi.txt
  70. 1 0
      src/main/webapp/resources/dia_zh-tw.txt
  71. 1 0
      src/main/webapp/resources/dia_zh.txt

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+07-FEB-2019: 10.1.9
+
+- Renames load event for configuration to configure
+
 05-FEB-2019: 10.1.8
 
 - Fixes property focus after save

+ 1 - 1
VERSION

@@ -1 +1 @@
-10.1.8
+10.1.9

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

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 02/05/2019 02:53 PM
+# 02/07/2019 01:06 PM
 
 app.html
 index.html?offline=1

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


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


File diff suppressed because it is too large
+ 0 - 9933
src/main/webapp/js/atlas.min.js


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

@@ -735,7 +735,7 @@ App.main = function(callback, createUi)
 		
 		// Receives XML message from opener and puts it into the graph
 		mxEvent.addListener(window, 'message', configHandler);
-		op.postMessage(JSON.stringify({event: 'load'}), '*');
+		op.postMessage(JSON.stringify({event: 'configure'}), '*');
 	}
 	else
 	{

+ 1 - 0
src/main/webapp/js/diagramly/Editor.js

@@ -153,6 +153,7 @@
         	enumList: [{val: 'none', dispName: 'None'}, {val: 'east', dispName: 'East'}, {val: 'north', dispName: 'North'}, {val: 'south', dispName: 'South'}, {val: 'west', dispName: 'West'}]
         },
         {name: 'portConstraintRotation', dispName: 'Port Const. Rot.', type: 'bool', defVal: false},
+        {name: 'connectable', dispName: 'Connectable', type: 'bool', defVal: true},
         {name: 'snapToPoint', dispName: 'Snap to Point', type: 'bool', defVal: false},
         {name: 'perimeter', dispName: 'Perimeter', defVal: 'none', type: 'enum',
         	enumList: [{val: 'none', dispName: 'None'},

+ 5 - 2
src/main/webapp/js/diagramly/EditorUi.js

@@ -64,9 +64,10 @@
 						message.indexOf('NS_ERROR_FAILURE') >= 0 || message.indexOf('out of memory') >= 0) ?
 						'CONFIG' : 'SEVERE';
 					var logDomain = window.DRAWIO_LOG_URL != null ? window.DRAWIO_LOG_URL : '';
+					err = (err != null) ? err : new Error(message);
 
 					var img = new Image();
-					img.src = logDomain + '/log?severity=' + severity + '&v=' + encodeURIComponent(EditorUi.VERSION) +
+					img.src = logDomain + '/log?severity=' + severity + '&v=' + encodeURIComponent('10.1.8') +
 		    			'&msg=clientError:' + encodeURIComponent(message) + ':url:' + encodeURIComponent(window.location.href) +
 		    			':lnum:' + encodeURIComponent(linenumber) + ((colno != null) ? ':colno:' + encodeURIComponent(colno) : '') +
 		    			((err != null && err.stack != null) ? '&stack=' + encodeURIComponent(err.stack) : '');
@@ -9043,7 +9044,9 @@
 				{
 					this.convertLucidChart(content, mxUtils.bind(this, function(xml)
 					{
-						this.editor.graph.setSelectionCells(this.importXml(xml, 0, 0));
+						var graph = this.editor.graph;
+						graph.setSelectionCells(this.importXml(xml, 0, 0));
+						graph.scrollCellToVisible(graph.getSelectionCell());
 					}), mxUtils.bind(this, function(e)
 					{
 						this.handleError(e);

+ 6 - 0
src/main/webapp/js/diagramly/Extensions.js

@@ -145,6 +145,7 @@ LucidImporter = {};
 			'DefaultNoteBlockV2': 'shape=note;size=15',
 			'HotspotBlock': 'strokeColor=none;opacity=50',
 			'ImageSearchBlock2': 'shape=image',
+			'UserImage2Block': 'shape=image',
 //Flowchart
 			'ProcessBlock': '',
 			'DecisionBlock': 'rhombus',
@@ -2842,6 +2843,11 @@ LucidImporter = {};
 		{
 			return 'image=' + properties.URL + ';';
 		}
+		else if (action.Class == 'UserImage2Block' && properties.ImageFillProps != null &&
+				properties.ImageFillProps.url != null)
+		{
+			return 'image=' + properties.ImageFillProps.url  + ';';
+		}
 		
 		return '';
 	}

File diff suppressed because it is too large
+ 0 - 1983
src/main/webapp/js/embed-static.min.js


File diff suppressed because it is too large
+ 0 - 21
src/main/webapp/js/embed.min.js


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


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

@@ -1537,7 +1537,7 @@ EditorUi.prototype.initCanvas = function()
 				{
 					window.location.href = toolbarConfig.backBtn.url;
 					mxEvent.consume(evt);
-				}), Editor.backLargeImage, mxResources.get('goback', null, 'Go Back'));
+				}), Editor.backLargeImage, mxResources.get('back', null, 'Back'));
 			}
 			
 			var prevButton = addButton(mxUtils.bind(this, function(evt)

File diff suppressed because it is too large
+ 0 - 1961
src/main/webapp/js/reader.min.js


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


+ 24 - 33
src/main/webapp/plugins/tickets.js

@@ -4,15 +4,11 @@
  * 
  * Drag freshdesk tickets into the diagram. Domain must match deskDomain.freshdesk.com.
  * 
- * Supported URL parameters:
- * - tickets-config=URI encoded JSON
- * 
- * Alternatively, to avoid logging of the URL parameter with the API key, a ticketsConfig object
- * can be added in Editor.configure (ie. via #C hash property), eg. 
+ * Use #C to configure the client as follows:
  * 
  * https://www.draw.io/?p=tickets#C%7B"ticketsConfig"%3A %7B"deskApiKey"%3A"YOUR_API_KEY"%2C"deskDomain"%3A"YOUR_DOMAIN"%7D%7D
  * 
- * Use an additional "open" variable in the config JSON to open a file after parsing the config, eg.
+ * Use an additional "open" variable in the config JSON to open a file after parsing as follows:
  * 
  * ...#C%7B"ticketsConfig"%3A %7B"deskApiKey"%3A"YOUR_API_KEY"%2C"deskDomain"%3A"YOUR_DOMAIN"%7D%2C"open"%3A"ID_WITH_PREFIX"%7D
  * 
@@ -72,32 +68,27 @@ Draw.loadPlugin(function(ui)
 		document.body.removeChild(div);
 	};
 	
-	if (urlParams['tickets-config'] != null)
-	{
-		config = JSON.parse(decodeURIComponent(urlParams['tickets-config']));
-	}
-	
-	if (config == null && Editor.config != null && Editor.config.ticketsConfig != null)
-	{
-		config = Editor.config.ticketsConfig;
-	}
-	
-	if (config != null)
+	if (window.location.hash != null && window.location.hash.substring(0, 2) == '#C')
 	{
-		ui.setLocalData('.tickets-config', JSON.stringify(config));
-		configure();
-	}
-	else
-	{
-		ui.getLocalData('.tickets-config', mxUtils.bind(this, function(value)
+		try
 		{
-			if (value != null)
+			var temp = JSON.parse(decodeURIComponent(
+				window.location.hash.substring(2)));
+			
+			if (temp != null && temp.ticketsConfig != null)
 			{
-				config = JSON.parse(value);
+				config = temp.ticketsConfig;
 				configure();
-				updateTickets();
+				ui.fileLoaded(new LocalFile(ui, ui.emptyDiagramXml, this.defaultFilename, true));
+				ui.editor.setStatus('Drag tickets from <a href="' + deskDomain +
+					'/a/tickets/filters/all_tickets" target="_blank">' +
+					deskDomain + '</a>');
 			}
-		}));
+		}
+		catch (e)
+		{
+			console.error(e);
+		}
 	}
 
 	function isDeskLink(link)
@@ -131,17 +122,17 @@ Draw.loadPlugin(function(ui)
 		{
 			if (xhr.status >= 200 && xhr.status <= 299)
 			{
-				fn(JSON.parse(xhr.responseText));
+				fn(JSON.parse(xhr.responseText), xhr);
 			}
 			else
 			{
-				fn();
+				fn(null, xhr);
 			}
 		};
 		
 		xhr.onerror = function ()
 		{
-			fn();
+			fn(null, xhr);
 		};
 
 		xhr.send();
@@ -217,7 +208,7 @@ Draw.loadPlugin(function(ui)
 					var id = getIdForDeskLink(link);
 					pending++;
 					
-					getDeskTicket(id, function(ticket)
+					getDeskTicket(id, function(ticket, req)
 					{
 						pending--;
 						
@@ -321,7 +312,7 @@ Draw.loadPlugin(function(ui)
 				// Creates new shape
 				var id = getIdForDeskLink(text);
 				
-				getDeskTicket(id, function(ticket)
+				getDeskTicket(id, function(ticket, req)
 				{
 					ui.spinner.stop();
 					
@@ -370,7 +361,7 @@ Draw.loadPlugin(function(ui)
 					}
 					else
 					{
-						ui.handleError({message: mxResources.get('unknownError')});
+						ui.handleError({message: mxResources.get('error') + ' ' + req.getStatus()});
 					}
 				});
 			}

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=‫خلفية‬
 backgroundColor=‫لون الخلفية‬
 backgroundImage=‫صورة الخلفية‬

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

@@ -52,6 +52,7 @@ attachments=Приложения
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Фон
 backgroundColor=Фонов цвят
 backgroundImage=Фоново изображение

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Prilozi
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Pozadina
 backgroundColor=Boja pozadine
 backgroundImage=Slika pozadine

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

@@ -52,6 +52,7 @@ attachments=Arxius adjunts
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Fons
 backgroundColor=Color de fons
 backgroundImage=Imatge de fons

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

@@ -52,6 +52,7 @@ attachments=Přílohy
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Pozadí
 backgroundColor=Barva pozadí
 backgroundImage=Obrázek pozadí

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

@@ -52,6 +52,7 @@ attachments=Vedhæftede
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Baggrund
 backgroundColor=Baggrundsfarve
 backgroundImage=Baggrundsbillede

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

@@ -52,6 +52,7 @@ attachments=Anhänge
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Zurück
 background=Hintergrund
 backgroundColor=Hintegrundfarbe
 backgroundImage=Hintergrundbild

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

@@ -52,6 +52,7 @@ attachments=Συνημμένα
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Φόντο
 backgroundColor=Χρώμα φόντου
 backgroundImage=Εικόνα φόντου

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Adjuntos
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Fondo
 backgroundColor=Color de fondo
 backgroundImage=Imagen de fondo

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

@@ -52,6 +52,7 @@ attachments=Manused
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Taust
 backgroundColor=Taustavärv
 backgroundImage=Taustapilt

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

@@ -52,6 +52,7 @@ attachments=‫پیوست ها‬
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=‫پس‌زمینه‬
 backgroundColor=‫رنگ پس‌زمینه‬
 backgroundImage=‫تصویر پس‌زمینه‬

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

@@ -52,6 +52,7 @@ attachments=Liitteet
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Tausta
 backgroundColor=Taustaväri
 backgroundImage=Taustakuva

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

@@ -52,6 +52,7 @@ attachments=Mga kalakip
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=likuran
 backgroundColor=Kulay ng likuran
 backgroundImage=Imahe ng likuran

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

@@ -52,6 +52,7 @@ attachments=Pièces jointes
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Arrière-plan
 backgroundColor=Couleur d'arrière-plan
 backgroundImage=Image d'arrière-plan

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=‫קבצים מצורפים‬
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=‫רקע‬
 backgroundColor=‫צבע רקע‬
 backgroundImage=‫תמונת רקע‬

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Melléklet
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Háttér
 backgroundColor=Háttérszín
 backgroundImage=Háttér kép

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

@@ -52,6 +52,7 @@ attachments=attachments
 aws=aws
 aws3d=aws3d
 azure=azure
+back=back
 background=background
 backgroundColor=backgroundColor
 backgroundImage=backgroundImage

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

@@ -52,6 +52,7 @@ attachments=Lampiran
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Latar
 backgroundColor=Warna Latar
 backgroundImage=Gambar Latar

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

@@ -52,6 +52,7 @@ attachments=Allegati
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Sfondo
 backgroundColor=Colore sfondo
 backgroundImage=Immagine di sfondo

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

@@ -52,6 +52,7 @@ attachments=添付ファイル
 aws=AWS
 aws3d=AWS 3D 
 azure=Azure
+back=Back
 background=背景
 backgroundColor=背景色
 backgroundImage=背景画像

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=첨부파일
 aws=AWS
 aws3d=AWS 3D
 azure=하늘색
+back=Back
 background=배경
 backgroundColor=배경색
 backgroundImage=배경 이미지

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Lampiran
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Latar belakang
 backgroundColor=Warna Latar Belakang
 backgroundImage=Imej Latar Belakang

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

@@ -52,6 +52,7 @@ attachments=Bijlagen
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Achtergrond
 backgroundColor=Achtergrondkleur
 backgroundImage=Achtergrondafbeelding

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

@@ -52,6 +52,7 @@ attachments=Vedlegg
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Bakgrunn
 backgroundColor=Bakgrunnsfarge
 backgroundImage=Bakgrunnsbilde

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

@@ -52,6 +52,7 @@ attachments=Załączniki
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Tło
 backgroundColor=Kolor tła
 backgroundImage=Zdjęcie w tle 

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

@@ -52,6 +52,7 @@ attachments=Anexos
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Plano de fundo
 backgroundColor=Cor do plano de fundo
 backgroundImage=Imagem do plano de fundo

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

@@ -52,6 +52,7 @@ attachments=Anexos
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Fundo
 backgroundColor=Cor de fundo
 backgroundImage=Imagem de plano de fundo

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

@@ -52,6 +52,7 @@ attachments=Atașamente
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Fundal
 backgroundColor=Culoare de fundal
 backgroundImage=Imagine de fundal

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

@@ -52,6 +52,7 @@ attachments=Вложения
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Фон
 backgroundColor=Цвет фона
 backgroundImage=Картинка фона

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Prilozi
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Pozadina
 backgroundColor=Boja pozadine
 backgroundImage=Pozadinska slika

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

@@ -52,6 +52,7 @@ attachments=Bilagor
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Bakgrund
 backgroundColor=Bakgrundsfärg
 backgroundImage=Bakgrundsbild

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=Attachments
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Background
 backgroundColor=Background Color
 backgroundImage=Background Image

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

@@ -52,6 +52,7 @@ attachments=สิ่งที่แนบมา
 aws=AWS
 aws3d=AWS สามมิติ
 azure=สีฟ้า
+back=Back
 background=พื้นหลัง
 backgroundColor=สีพื้นหลัง
 backgroundImage=รูปภาพพื้นหลัง

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

@@ -52,6 +52,7 @@ attachments=Ekler
 aws=AWS
 aws3d=AWS 3 Boyutlu
 azure=Azure
+back=Back
 background=Arkaplan
 backgroundColor=Arkaplan rengi
 backgroundImage=Arkaplan resmi

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

@@ -52,6 +52,7 @@ attachments=Вкладення
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Фон
 backgroundColor=Колір фону
 backgroundImage=Фонове зображення

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

@@ -52,6 +52,7 @@ attachments=Đính kèm
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=Nền
 backgroundColor=Màu nền
 backgroundImage=Ảnh nền

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

@@ -52,6 +52,7 @@ attachments=附件
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=背景
 backgroundColor=背景顏色
 backgroundImage=背景圖片

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

@@ -52,6 +52,7 @@ attachments=附件
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
+back=Back
 background=背景
 backgroundColor=背景色
 backgroundImage=背景图