Skip to content

Commit

Permalink
Merge pull request 'fix/bugfix' (#116) from fix/bugfix into hotfix/v8…
Browse files Browse the repository at this point in the history
….2.1
  • Loading branch information
Julia Radzhabova committed Nov 8, 2024
2 parents eca267d + 1c20bb4 commit ddb7473
Show file tree
Hide file tree
Showing 296 changed files with 602 additions and 282 deletions.
5 changes: 5 additions & 0 deletions apps/documenteditor/main/app/controller/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,11 @@ define([
config.msg = this.errorPasswordIsNotCorrect;
break;

case Asc.c_oAscError.ID.CannotSaveWatermark:
config.maxwidth = 600;
config.msg = this.errorSaveWatermark;
break;

case Asc.c_oAscError.ID.ConvertationOpenFormat:
config.maxwidth = 600;
if (errData === 'pdf')
Expand Down
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "شبه شفاف",
"DE.Views.WatermarkSettingsDialog.textUnderline": "تحته خط",
"DE.Views.WatermarkSettingsDialog.tipFontName": "اسم الخط",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Yarım şəffaf",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Altından xətt çəkilmiş",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Şrift Adı",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Паўпразрысты",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Падкрэслены",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Назва шрыфту",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Underline",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Име на шрифта",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Subratllar",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la lletra",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Poloprůhledné",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podtržené",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Název písma",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Halvgennemsigtig",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Understreg",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Skrifttypenavn",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Halbtransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Unterstrichen",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Schriftartname",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Schriftgrad"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Schriftgrad",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Ημιδιαφανές",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Υπογράμμιση",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Όνομα γραμματοσειράς",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
1 change: 1 addition & 0 deletions apps/documenteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@
"DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
"DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
"DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.",
"DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
"DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
"DE.Controllers.Main.loadFontsTextText": "Loading data...",
Expand Down
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Subrayado",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nombre de la fuente",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño de la fuente"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño de la fuente",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Erdigardena",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Azpimarra",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Letra-tipoaren izena",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Läpikuultava",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Alleviivaus",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Fontti",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semi-transparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Souligné",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la police",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Taille de police"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Taille de police",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Subliñado",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome da fonte",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "חצי שקוף",
"DE.Views.WatermarkSettingsDialog.textUnderline": "קו תחתון",
"DE.Views.WatermarkSettingsDialog.tipFontName": "שם גופן",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Féligáttetsző",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Aláhúzott",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Betűtípus neve",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/hy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Կիսաթափանցիկ",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Ընդգծված",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Տառատեսակի անուն",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semi Transparan",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nama font",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitrasparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Sottolineato",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome carattere",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "半透明",
"DE.Views.WatermarkSettingsDialog.textUnderline": "アンダーライン",
"DE.Views.WatermarkSettingsDialog.tipFontName": "フォント名",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "투명한",
"DE.Views.WatermarkSettingsDialog.textUnderline": "밑줄",
"DE.Views.WatermarkSettingsDialog.tipFontName": "글꼴 이름",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/lo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "ຂີ້ດກ້ອງ",
"DE.Views.WatermarkSettingsDialog.tipFontName": "ຊື່ຕົວອັກສອນ",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/lv.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Daļēji caurspīdīgs",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Pasvītrot",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Fonta nosaukums",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/ms.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Separa telus",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nama Fon",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "semi-transparant",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Onderstreept",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Lettertype",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Understreking",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Font name",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Półprzezroczysty",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Podkreślenie",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nazwa czcionki",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
3 changes: 2 additions & 1 deletion apps/documenteditor/main/locale/pt-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,5 +3664,6 @@
"DE.Views.WatermarkSettingsDialog.textTransparency": "Semi-transparente",
"DE.Views.WatermarkSettingsDialog.textUnderline": "Sublinhado",
"DE.Views.WatermarkSettingsDialog.tipFontName": "Nome do tipo de letra",
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra"
"DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra",
"DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.<br>To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer."
}
Loading

0 comments on commit ddb7473

Please sign in to comment.