From a5ad91a37075076d9735c9525eab3b12b69de7e5 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 30 May 2018 15:59:45 +0800 Subject: [PATCH] - Refactoring: Sort Embedded functions alphabetically and add lbs for better visibiilty in code - i18n: Clarify locale messages (where still available as English) to reflect fact that Chrome only has "Save as" via context menu/right-click, not via file menu (toward #192) - Linting (ESLint): Avoid linting jsdoc folder --- .eslintignore | 2 + dist/locale/lang.af.js | 2 +- dist/locale/lang.ar.js | 2 +- dist/locale/lang.az.js | 2 +- dist/locale/lang.be.js | 2 +- dist/locale/lang.bg.js | 2 +- dist/locale/lang.ca.js | 2 +- dist/locale/lang.cs.js | 2 +- dist/locale/lang.cy.js | 2 +- dist/locale/lang.da.js | 2 +- dist/locale/lang.de.js | 2 +- dist/locale/lang.el.js | 2 +- dist/locale/lang.en.js | 2 +- dist/locale/lang.es.js | 2 +- dist/locale/lang.et.js | 2 +- dist/locale/lang.fi.js | 2 +- dist/locale/lang.fy.js | 2 +- dist/locale/lang.ga.js | 2 +- dist/locale/lang.gl.js | 2 +- dist/locale/lang.he.js | 2 +- dist/locale/lang.hi.js | 2 +- dist/locale/lang.hr.js | 2 +- dist/locale/lang.hu.js | 2 +- dist/locale/lang.hy.js | 2 +- dist/locale/lang.id.js | 2 +- dist/locale/lang.is.js | 2 +- dist/locale/lang.ja.js | 2 +- dist/locale/lang.ko.js | 2 +- dist/locale/lang.lt.js | 2 +- dist/locale/lang.lv.js | 2 +- dist/locale/lang.mk.js | 2 +- dist/locale/lang.ms.js | 2 +- dist/locale/lang.mt.js | 2 +- dist/locale/lang.nl.js | 2 +- dist/locale/lang.no.js | 2 +- dist/locale/lang.pl.js | 2 +- dist/locale/lang.pt-BR.js | 2 +- dist/locale/lang.pt-PT.js | 2 +- dist/locale/lang.ro.js | 2 +- dist/locale/lang.ru.js | 2 +- dist/locale/lang.sk.js | 2 +- dist/locale/lang.sl.js | 2 +- dist/locale/lang.sq.js | 2 +- dist/locale/lang.sr.js | 2 +- dist/locale/lang.sv.js | 2 +- dist/locale/lang.sw.js | 2 +- dist/locale/lang.test.js | 2 +- dist/locale/lang.th.js | 2 +- dist/locale/lang.tl.js | 2 +- dist/locale/lang.tr.js | 2 +- dist/locale/lang.uk.js | 2 +- dist/locale/lang.vi.js | 2 +- dist/locale/lang.yi.js | 2 +- dist/locale/lang.zh-CN.js | 2 +- dist/locale/lang.zh-HK.js | 2 +- dist/locale/lang.zh-TW.js | 2 +- editor/embedapi.js | 159 +++++++++++++++++++++++++++++++++++- editor/locale/lang.af.js | 2 +- editor/locale/lang.ar.js | 2 +- editor/locale/lang.az.js | 2 +- editor/locale/lang.be.js | 2 +- editor/locale/lang.bg.js | 2 +- editor/locale/lang.ca.js | 2 +- editor/locale/lang.cs.js | 2 +- editor/locale/lang.cy.js | 2 +- editor/locale/lang.da.js | 2 +- editor/locale/lang.de.js | 2 +- editor/locale/lang.el.js | 2 +- editor/locale/lang.en.js | 2 +- editor/locale/lang.es.js | 2 +- editor/locale/lang.et.js | 2 +- editor/locale/lang.fi.js | 2 +- editor/locale/lang.fy.js | 2 +- editor/locale/lang.ga.js | 2 +- editor/locale/lang.gl.js | 2 +- editor/locale/lang.he.js | 2 +- editor/locale/lang.hi.js | 2 +- editor/locale/lang.hr.js | 2 +- editor/locale/lang.hu.js | 2 +- editor/locale/lang.hy.js | 2 +- editor/locale/lang.id.js | 2 +- editor/locale/lang.is.js | 2 +- editor/locale/lang.ja.js | 2 +- editor/locale/lang.ko.js | 2 +- editor/locale/lang.lt.js | 2 +- editor/locale/lang.lv.js | 2 +- editor/locale/lang.mk.js | 2 +- editor/locale/lang.ms.js | 2 +- editor/locale/lang.mt.js | 2 +- editor/locale/lang.nl.js | 2 +- editor/locale/lang.no.js | 2 +- editor/locale/lang.pl.js | 2 +- editor/locale/lang.pt-BR.js | 2 +- editor/locale/lang.pt-PT.js | 2 +- editor/locale/lang.ro.js | 2 +- editor/locale/lang.ru.js | 2 +- editor/locale/lang.sk.js | 2 +- editor/locale/lang.sl.js | 2 +- editor/locale/lang.sq.js | 2 +- editor/locale/lang.sr.js | 2 +- editor/locale/lang.sv.js | 2 +- editor/locale/lang.sw.js | 2 +- editor/locale/lang.test.js | 2 +- editor/locale/lang.th.js | 2 +- editor/locale/lang.tl.js | 2 +- editor/locale/lang.tr.js | 2 +- editor/locale/lang.uk.js | 2 +- editor/locale/lang.vi.js | 2 +- editor/locale/lang.yi.js | 2 +- editor/locale/lang.zh-CN.js | 2 +- editor/locale/lang.zh-HK.js | 2 +- editor/locale/lang.zh-TW.js | 2 +- 112 files changed, 269 insertions(+), 112 deletions(-) diff --git a/.eslintignore b/.eslintignore index e7f9668d..8401858f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,8 @@ node_modules dist +docs/jsdoc + svgedit-config-es.js svgedit-config-iife.js svgedit-config-sample-iife.js diff --git a/dist/locale/lang.af.js b/dist/locale/lang.af.js index ef75df21..4f64a00d 100644 --- a/dist/locale/lang.af.js +++ b/dist/locale/lang.af.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ar.js b/dist/locale/lang.ar.js index 41e80b2c..5ce24c17 100644 --- a/dist/locale/lang.ar.js +++ b/dist/locale/lang.ar.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.az.js b/dist/locale/lang.az.js index 17470383..d8e50046 100644 --- a/dist/locale/lang.az.js +++ b/dist/locale/lang.az.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.be.js b/dist/locale/lang.be.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.be.js +++ b/dist/locale/lang.be.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.bg.js b/dist/locale/lang.bg.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.bg.js +++ b/dist/locale/lang.bg.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ca.js b/dist/locale/lang.ca.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.ca.js +++ b/dist/locale/lang.ca.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.cs.js b/dist/locale/lang.cs.js index adb47a80..34b2c6c8 100644 --- a/dist/locale/lang.cs.js +++ b/dist/locale/lang.cs.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.cy.js b/dist/locale/lang.cy.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.cy.js +++ b/dist/locale/lang.cy.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.da.js b/dist/locale/lang.da.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.da.js +++ b/dist/locale/lang.da.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.de.js b/dist/locale/lang.de.js index dbbd6489..e6e65de8 100644 --- a/dist/locale/lang.de.js +++ b/dist/locale/lang.de.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.el.js b/dist/locale/lang.el.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.el.js +++ b/dist/locale/lang.el.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.en.js b/dist/locale/lang.en.js index 6c4b67b3..24506255 100644 --- a/dist/locale/lang.en.js +++ b/dist/locale/lang.en.js @@ -226,7 +226,7 @@ QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!', QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?', QignoreSourceChanges: 'Ignore changes made to SVG source?', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.es.js b/dist/locale/lang.es.js index d70066ea..63889147 100644 --- a/dist/locale/lang.es.js +++ b/dist/locale/lang.es.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.et.js b/dist/locale/lang.et.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.et.js +++ b/dist/locale/lang.et.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.fi.js b/dist/locale/lang.fi.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.fi.js +++ b/dist/locale/lang.fi.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.fy.js b/dist/locale/lang.fy.js index 66b0bace..66ec0b31 100644 --- a/dist/locale/lang.fy.js +++ b/dist/locale/lang.fy.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ga.js b/dist/locale/lang.ga.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.ga.js +++ b/dist/locale/lang.ga.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.gl.js b/dist/locale/lang.gl.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.gl.js +++ b/dist/locale/lang.gl.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.he.js b/dist/locale/lang.he.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.he.js +++ b/dist/locale/lang.he.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.hi.js b/dist/locale/lang.hi.js index 9d7eb382..ac6b21eb 100644 --- a/dist/locale/lang.hi.js +++ b/dist/locale/lang.hi.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.hr.js b/dist/locale/lang.hr.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.hr.js +++ b/dist/locale/lang.hr.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.hu.js b/dist/locale/lang.hu.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.hu.js +++ b/dist/locale/lang.hu.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.hy.js b/dist/locale/lang.hy.js index 17470383..d8e50046 100644 --- a/dist/locale/lang.hy.js +++ b/dist/locale/lang.hy.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.id.js b/dist/locale/lang.id.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.id.js +++ b/dist/locale/lang.id.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.is.js b/dist/locale/lang.is.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.is.js +++ b/dist/locale/lang.is.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ja.js b/dist/locale/lang.ja.js index b25d8ad8..6c181bf6 100644 --- a/dist/locale/lang.ja.js +++ b/dist/locale/lang.ja.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ko.js b/dist/locale/lang.ko.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.ko.js +++ b/dist/locale/lang.ko.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.lt.js b/dist/locale/lang.lt.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.lt.js +++ b/dist/locale/lang.lt.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.lv.js b/dist/locale/lang.lv.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.lv.js +++ b/dist/locale/lang.lv.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.mk.js b/dist/locale/lang.mk.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.mk.js +++ b/dist/locale/lang.mk.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ms.js b/dist/locale/lang.ms.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.ms.js +++ b/dist/locale/lang.ms.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.mt.js b/dist/locale/lang.mt.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.mt.js +++ b/dist/locale/lang.mt.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.nl.js b/dist/locale/lang.nl.js index 8c99f0dc..2a4704e1 100644 --- a/dist/locale/lang.nl.js +++ b/dist/locale/lang.nl.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.no.js b/dist/locale/lang.no.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.no.js +++ b/dist/locale/lang.no.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.pl.js b/dist/locale/lang.pl.js index 84a9d039..b76c698e 100644 --- a/dist/locale/lang.pl.js +++ b/dist/locale/lang.pl.js @@ -231,7 +231,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.pt-BR.js b/dist/locale/lang.pt-BR.js index a798e809..6b701aa8 100644 --- a/dist/locale/lang.pt-BR.js +++ b/dist/locale/lang.pt-BR.js @@ -229,7 +229,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.pt-PT.js b/dist/locale/lang.pt-PT.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.pt-PT.js +++ b/dist/locale/lang.pt-PT.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ro.js b/dist/locale/lang.ro.js index 4e2c0441..c6f09f50 100644 --- a/dist/locale/lang.ro.js +++ b/dist/locale/lang.ro.js @@ -229,7 +229,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.ru.js b/dist/locale/lang.ru.js index 7be1d1e1..f06c60ba 100644 --- a/dist/locale/lang.ru.js +++ b/dist/locale/lang.ru.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sk.js b/dist/locale/lang.sk.js index 21fb3385..d9d09f3b 100644 --- a/dist/locale/lang.sk.js +++ b/dist/locale/lang.sk.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sl.js b/dist/locale/lang.sl.js index 8ec2357f..802c27f5 100644 --- a/dist/locale/lang.sl.js +++ b/dist/locale/lang.sl.js @@ -229,7 +229,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sq.js b/dist/locale/lang.sq.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.sq.js +++ b/dist/locale/lang.sq.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sr.js b/dist/locale/lang.sr.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.sr.js +++ b/dist/locale/lang.sr.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sv.js b/dist/locale/lang.sv.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.sv.js +++ b/dist/locale/lang.sv.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.sw.js b/dist/locale/lang.sw.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.sw.js +++ b/dist/locale/lang.sw.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.test.js b/dist/locale/lang.test.js index 13a0c906..0412866f 100644 --- a/dist/locale/lang.test.js +++ b/dist/locale/lang.test.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.th.js b/dist/locale/lang.th.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.th.js +++ b/dist/locale/lang.th.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.tl.js b/dist/locale/lang.tl.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.tl.js +++ b/dist/locale/lang.tl.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.tr.js b/dist/locale/lang.tr.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.tr.js +++ b/dist/locale/lang.tr.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.uk.js b/dist/locale/lang.uk.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.uk.js +++ b/dist/locale/lang.uk.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.vi.js b/dist/locale/lang.vi.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.vi.js +++ b/dist/locale/lang.vi.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.yi.js b/dist/locale/lang.yi.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.yi.js +++ b/dist/locale/lang.yi.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.zh-CN.js b/dist/locale/lang.zh-CN.js index eaa4883c..01eb6d53 100644 --- a/dist/locale/lang.zh-CN.js +++ b/dist/locale/lang.zh-CN.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.zh-HK.js b/dist/locale/lang.zh-HK.js index 95bba21a..85942690 100644 --- a/dist/locale/lang.zh-HK.js +++ b/dist/locale/lang.zh-HK.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/dist/locale/lang.zh-TW.js b/dist/locale/lang.zh-TW.js index c8d8bced..7950ceaf 100644 --- a/dist/locale/lang.zh-TW.js +++ b/dist/locale/lang.zh-TW.js @@ -230,7 +230,7 @@ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/embedapi.js b/editor/embedapi.js index 782642d2..7ad65b4d 100644 --- a/editor/embedapi.js +++ b/editor/embedapi.js @@ -117,7 +117,160 @@ class EmbeddedSVGEdit { // alert("['" + l.join("', '") + "']"); // Run in svgedit itself const functions = [ - 'clearSvgContentElement', 'setIdPrefix', 'getCurrentDrawing', 'addSvgElementFromJson', 'getTransformList', 'matrixMultiply', 'hasMatrixTransform', 'transformListToTransform', 'convertToNum', 'findDefs', 'getUrlFromAttr', 'getHref', 'setHref', 'getBBox', 'getRotationAngle', 'getElem', 'getRefElem', 'assignAttributes', 'cleanupElement', 'remapElement', 'recalculateDimensions', 'sanitizeSvg', 'runExtensions', 'addExtension', 'round', 'getIntersectionList', 'getStrokedBBox', 'getVisibleElements', 'getVisibleElementsAndBBoxes', 'groupSvgElem', 'getId', 'getNextId', 'call', 'bind', 'prepareSvg', 'setRotationAngle', 'recalculateAllSelectedDimensions', 'clearSelection', 'addToSelection', 'selectOnly', 'removeFromSelection', 'selectAllInCurrentLayer', 'getMouseTarget', 'removeUnusedDefElems', 'svgCanvasToString', 'svgToString', 'embedImage', 'setGoodImage', 'open', 'save', 'rasterExport', 'exportPDF', 'getSvgString', 'randomizeIds', 'uniquifyElems', 'setUseData', 'convertGradients', 'convertToGroup', 'setSvgString', 'importSvgString', 'identifyLayers', 'createLayer', 'cloneLayer', 'deleteCurrentLayer', 'setCurrentLayer', 'renameCurrentLayer', 'setCurrentLayerPosition', 'setLayerVisibility', 'moveSelectedToLayer', 'mergeLayer', 'mergeAllLayers', 'leaveContext', 'setContext', 'clear', 'linkControlPoints', 'getContentElem', 'getRootElem', 'getSelectedElems', 'getResolution', 'getZoom', 'getVersion', 'setUiStrings', 'setConfig', 'getTitle', 'setGroupTitle', 'getDocumentTitle', 'setDocumentTitle', 'getEditorNS', 'setResolution', 'getOffset', 'setBBoxZoom', 'setZoom', 'getMode', 'setMode', 'getColor', 'setColor', 'setGradient', 'setPaint', 'setStrokePaint', 'setFillPaint', 'getStrokeWidth', 'setStrokeWidth', 'setStrokeAttr', 'getStyle', 'getOpacity', 'setOpacity', 'getFillOpacity', 'getStrokeOpacity', 'setPaintOpacity', 'getPaintOpacity', 'getBlur', 'setBlurNoUndo', 'setBlurOffsets', 'setBlur', 'getBold', 'setBold', 'getItalic', 'setItalic', 'getFontFamily', 'setFontFamily', 'setFontColor', 'getFontColor', 'getFontSize', 'setFontSize', 'getText', 'setTextContent', 'setImageURL', 'setLinkURL', 'setRectRadius', 'makeHyperlink', 'removeHyperlink', 'setSegType', 'convertToPath', 'changeSelectedAttribute', 'deleteSelectedElements', 'cutSelectedElements', 'copySelectedElements', 'pasteElements', 'groupSelectedElements', 'pushGroupProperties', 'ungroupSelectedElement', 'moveToTopSelectedElement', 'moveToBottomSelectedElement', 'moveUpDownSelected', 'moveSelectedElements', 'cloneSelectedElements', 'alignSelectedElements', 'updateCanvas', 'setBackground', 'cycleElement', 'getPrivateMethods', 'zoomChanged', 'ready', 'getUIStrings' + 'addExtension', + 'addSvgElementFromJson', + 'addToSelection', + 'alignSelectedElements', + 'assignAttributes', + 'bind', + 'call', + 'changeSelectedAttribute', + 'cleanupElement', + 'clear', + 'clearSelection', + 'clearSvgContentElement', + 'cloneLayer', + 'cloneSelectedElements', + 'convertGradients', + 'convertToGroup', + 'convertToNum', + 'convertToPath', + 'copySelectedElements', + 'createLayer', + 'cutSelectedElements', + 'cycleElement', + 'deleteCurrentLayer', + 'deleteSelectedElements', + 'embedImage', + 'exportPDF', + 'findDefs', + 'getBBox', + 'getBlur', + 'getBold', + 'getColor', + 'getContentElem', + 'getCurrentDrawing', + 'getDocumentTitle', + 'getEditorNS', + 'getElem', + 'getFillOpacity', + 'getFontColor', + 'getFontFamily', + 'getFontSize', + 'getHref', + 'getId', + 'getIntersectionList', + 'getItalic', + 'getMode', + 'getMouseTarget', + 'getNextId', + 'getOffset', + 'getOpacity', + 'getPaintOpacity', + 'getPrivateMethods', + 'getRefElem', + 'getResolution', + 'getRootElem', + 'getRotationAngle', + 'getSelectedElems', + 'getStrokeOpacity', + 'getStrokeWidth', + 'getStrokedBBox', + 'getStyle', + 'getSvgString', + 'getText', + 'getTitle', + 'getTransformList', + 'getUIStrings', + 'getUrlFromAttr', + 'getVersion', + 'getVisibleElements', + 'getVisibleElementsAndBBoxes', + 'getZoom', + 'groupSelectedElements', + 'groupSvgElem', + 'hasMatrixTransform', + 'identifyLayers', + 'importSvgString', + 'leaveContext', + 'linkControlPoints', + 'makeHyperlink', + 'matrixMultiply', + 'mergeAllLayers', + 'mergeLayer', + 'moveSelectedElements', + 'moveSelectedToLayer', + 'moveToBottomSelectedElement', + 'moveToTopSelectedElement', + 'moveUpDownSelected', + 'open', + 'pasteElements', + 'prepareSvg', + 'pushGroupProperties', + 'randomizeIds', + 'rasterExport', + 'ready', + 'recalculateAllSelectedDimensions', + 'recalculateDimensions', + 'remapElement', + 'removeFromSelection', + 'removeHyperlink', + 'removeUnusedDefElems', + 'renameCurrentLayer', + 'round', + 'runExtensions', + 'sanitizeSvg', + 'save', + 'selectAllInCurrentLayer', + 'selectOnly', + 'setBBoxZoom', + 'setBackground', + 'setBlur', + 'setBlurNoUndo', + 'setBlurOffsets', + 'setBold', + 'setColor', + 'setConfig', + 'setContext', + 'setCurrentLayer', + 'setCurrentLayerPosition', + 'setDocumentTitle', + 'setFillPaint', + 'setFontColor', + 'setFontFamily', + 'setFontSize', + 'setGoodImage', + 'setGradient', + 'setGroupTitle', + 'setHref', + 'setIdPrefix', + 'setImageURL', + 'setItalic', + 'setLayerVisibility', + 'setLinkURL', + 'setMode', + 'setOpacity', + 'setPaint', + 'setPaintOpacity', + 'setRectRadius', + 'setResolution', + 'setRotationAngle', + 'setSegType', + 'setStrokeAttr', + 'setStrokePaint', + 'setStrokeWidth', + 'setSvgString', + 'setTextContent', + 'setUiStrings', + 'setUseData', + 'setZoom', + 'svgCanvasToString', + 'svgToString', + 'transformListToTransform', + 'ungroupSelectedElement', + 'uniquifyElems', + 'updateCanvas', + 'zoomChanged' ]; // TODO: rewrite the following, it's pretty scary. @@ -160,7 +313,9 @@ class EmbeddedSVGEdit { } addCallback(t, message); } else { // Requires the ext-xdomain-messaging.js extension - t.frame.contentWindow.postMessage(JSON.stringify({namespace: 'svgCanvas', id: cbid, name, args}), '*'); + t.frame.contentWindow.postMessage(JSON.stringify({ + namespace: 'svgCanvas', id: cbid, name, args + }), '*'); } }; }(cbid)), 0); diff --git a/editor/locale/lang.af.js b/editor/locale/lang.af.js index bf47cd7b..0755f974 100644 --- a/editor/locale/lang.af.js +++ b/editor/locale/lang.af.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ar.js b/editor/locale/lang.ar.js index ee2f7fa4..4e63d5a2 100644 --- a/editor/locale/lang.ar.js +++ b/editor/locale/lang.ar.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.az.js b/editor/locale/lang.az.js index 631e8767..acf1511c 100644 --- a/editor/locale/lang.az.js +++ b/editor/locale/lang.az.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.be.js b/editor/locale/lang.be.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.be.js +++ b/editor/locale/lang.be.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.bg.js b/editor/locale/lang.bg.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.bg.js +++ b/editor/locale/lang.bg.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ca.js b/editor/locale/lang.ca.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.ca.js +++ b/editor/locale/lang.ca.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.cs.js b/editor/locale/lang.cs.js index 1c932086..ebb77675 100644 --- a/editor/locale/lang.cs.js +++ b/editor/locale/lang.cs.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.cy.js b/editor/locale/lang.cy.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.cy.js +++ b/editor/locale/lang.cy.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.da.js b/editor/locale/lang.da.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.da.js +++ b/editor/locale/lang.da.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.de.js b/editor/locale/lang.de.js index 15ce969e..ecf63445 100644 --- a/editor/locale/lang.de.js +++ b/editor/locale/lang.de.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.el.js b/editor/locale/lang.el.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.el.js +++ b/editor/locale/lang.el.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index c92c324a..c2bd70f6 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -224,7 +224,7 @@ svgEditor.readLang({ QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!', QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?', QignoreSourceChanges: 'Ignore changes made to SVG source?', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.es.js b/editor/locale/lang.es.js index 4887c6a0..3d6918a4 100644 --- a/editor/locale/lang.es.js +++ b/editor/locale/lang.es.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.et.js b/editor/locale/lang.et.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.et.js +++ b/editor/locale/lang.et.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.fi.js b/editor/locale/lang.fi.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.fi.js +++ b/editor/locale/lang.fi.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.fy.js b/editor/locale/lang.fy.js index 9bf3165d..96843b0a 100644 --- a/editor/locale/lang.fy.js +++ b/editor/locale/lang.fy.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ga.js b/editor/locale/lang.ga.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.ga.js +++ b/editor/locale/lang.ga.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.gl.js b/editor/locale/lang.gl.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.gl.js +++ b/editor/locale/lang.gl.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.he.js b/editor/locale/lang.he.js index 91778dfc..88e22150 100755 --- a/editor/locale/lang.he.js +++ b/editor/locale/lang.he.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.hi.js b/editor/locale/lang.hi.js index 3004dad3..71997fc8 100644 --- a/editor/locale/lang.hi.js +++ b/editor/locale/lang.hi.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.hr.js b/editor/locale/lang.hr.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.hr.js +++ b/editor/locale/lang.hr.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.hu.js b/editor/locale/lang.hu.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.hu.js +++ b/editor/locale/lang.hu.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.hy.js b/editor/locale/lang.hy.js index 631e8767..acf1511c 100644 --- a/editor/locale/lang.hy.js +++ b/editor/locale/lang.hy.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.id.js b/editor/locale/lang.id.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.id.js +++ b/editor/locale/lang.id.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.is.js b/editor/locale/lang.is.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.is.js +++ b/editor/locale/lang.is.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ja.js b/editor/locale/lang.ja.js index a17a33d3..79932a96 100644 --- a/editor/locale/lang.ja.js +++ b/editor/locale/lang.ja.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ko.js b/editor/locale/lang.ko.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.ko.js +++ b/editor/locale/lang.ko.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.lt.js b/editor/locale/lang.lt.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.lt.js +++ b/editor/locale/lang.lt.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.lv.js b/editor/locale/lang.lv.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.lv.js +++ b/editor/locale/lang.lv.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.mk.js b/editor/locale/lang.mk.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.mk.js +++ b/editor/locale/lang.mk.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ms.js b/editor/locale/lang.ms.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.ms.js +++ b/editor/locale/lang.ms.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.mt.js b/editor/locale/lang.mt.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.mt.js +++ b/editor/locale/lang.mt.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.nl.js b/editor/locale/lang.nl.js index ae12f4a7..8730f74e 100644 --- a/editor/locale/lang.nl.js +++ b/editor/locale/lang.nl.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.no.js b/editor/locale/lang.no.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.no.js +++ b/editor/locale/lang.no.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.pl.js b/editor/locale/lang.pl.js index c72fddba..f46b1ce1 100644 --- a/editor/locale/lang.pl.js +++ b/editor/locale/lang.pl.js @@ -229,7 +229,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.pt-BR.js b/editor/locale/lang.pt-BR.js index 714a044c..58326c42 100644 --- a/editor/locale/lang.pt-BR.js +++ b/editor/locale/lang.pt-BR.js @@ -227,7 +227,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.pt-PT.js b/editor/locale/lang.pt-PT.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.pt-PT.js +++ b/editor/locale/lang.pt-PT.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ro.js b/editor/locale/lang.ro.js index 1766b090..39ef1952 100644 --- a/editor/locale/lang.ro.js +++ b/editor/locale/lang.ro.js @@ -227,7 +227,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.ru.js b/editor/locale/lang.ru.js index a61faeb2..c7abeec3 100644 --- a/editor/locale/lang.ru.js +++ b/editor/locale/lang.ru.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sk.js b/editor/locale/lang.sk.js index 3f2c7ce7..53e4aded 100644 --- a/editor/locale/lang.sk.js +++ b/editor/locale/lang.sk.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sl.js b/editor/locale/lang.sl.js index 9926d0d7..bfa32b36 100644 --- a/editor/locale/lang.sl.js +++ b/editor/locale/lang.sl.js @@ -227,7 +227,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sq.js b/editor/locale/lang.sq.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.sq.js +++ b/editor/locale/lang.sq.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sr.js b/editor/locale/lang.sr.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.sr.js +++ b/editor/locale/lang.sr.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sv.js b/editor/locale/lang.sv.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.sv.js +++ b/editor/locale/lang.sv.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.sw.js b/editor/locale/lang.sw.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.sw.js +++ b/editor/locale/lang.sw.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.test.js b/editor/locale/lang.test.js index 48c0bf04..3135ee0f 100644 --- a/editor/locale/lang.test.js +++ b/editor/locale/lang.test.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.th.js b/editor/locale/lang.th.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.th.js +++ b/editor/locale/lang.th.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.tl.js b/editor/locale/lang.tl.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.tl.js +++ b/editor/locale/lang.tl.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.tr.js b/editor/locale/lang.tr.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.tr.js +++ b/editor/locale/lang.tr.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.uk.js b/editor/locale/lang.uk.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.uk.js +++ b/editor/locale/lang.uk.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.vi.js b/editor/locale/lang.vi.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.vi.js +++ b/editor/locale/lang.vi.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.yi.js b/editor/locale/lang.yi.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.yi.js +++ b/editor/locale/lang.yi.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.zh-CN.js b/editor/locale/lang.zh-CN.js index dcb2506b..2c82600a 100644 --- a/editor/locale/lang.zh-CN.js +++ b/editor/locale/lang.zh-CN.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.zh-HK.js b/editor/locale/lang.zh-HK.js index 91778dfc..88e22150 100644 --- a/editor/locale/lang.zh-HK.js +++ b/editor/locale/lang.zh-HK.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL', diff --git a/editor/locale/lang.zh-TW.js b/editor/locale/lang.zh-TW.js index 1ec18580..4c5a1a05 100644 --- a/editor/locale/lang.zh-TW.js +++ b/editor/locale/lang.zh-TW.js @@ -228,7 +228,7 @@ svgEditor.readLang({ enterNewImgURL: 'Enter the new image URL', defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.', loadingImage: 'Loading image, please wait...', - saveFromBrowser: 'Select \'Save As...\' in your browser to save this image as a %s file.', + saveFromBrowser: 'Select \'Save As...\' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.', noteTheseIssues: 'Also note the following issues: ', unsavedChanges: 'There are unsaved changes.', enterNewLinkURL: 'Enter the new hyperlink URL',