@sapui5/sap.ui.richtexteditor 1.132.1 → 1.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +1 -1
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/RichTextEditor.js +10 -0
  5. package/src/sap/ui/richtexteditor/ToolbarWrapper.js +78 -23
  6. package/src/sap/ui/richtexteditor/library.js +1 -1
  7. package/src/sap/ui/richtexteditor/messagebundle.properties +3 -0
  8. package/src/sap/ui/richtexteditor/messagebundle_ar.properties +3 -0
  9. package/src/sap/ui/richtexteditor/messagebundle_bg.properties +3 -0
  10. package/src/sap/ui/richtexteditor/messagebundle_ca.properties +3 -0
  11. package/src/sap/ui/richtexteditor/messagebundle_cnr.properties +3 -0
  12. package/src/sap/ui/richtexteditor/messagebundle_cs.properties +3 -0
  13. package/src/sap/ui/richtexteditor/messagebundle_cy.properties +3 -0
  14. package/src/sap/ui/richtexteditor/messagebundle_da.properties +3 -0
  15. package/src/sap/ui/richtexteditor/messagebundle_de.properties +3 -0
  16. package/src/sap/ui/richtexteditor/messagebundle_el.properties +3 -0
  17. package/src/sap/ui/richtexteditor/messagebundle_en.properties +3 -0
  18. package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +3 -0
  19. package/src/sap/ui/richtexteditor/messagebundle_en_US_saprigi.properties +3 -0
  20. package/src/sap/ui/richtexteditor/messagebundle_es.properties +3 -0
  21. package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +3 -0
  22. package/src/sap/ui/richtexteditor/messagebundle_et.properties +3 -0
  23. package/src/sap/ui/richtexteditor/messagebundle_fi.properties +3 -0
  24. package/src/sap/ui/richtexteditor/messagebundle_fr.properties +3 -0
  25. package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +3 -0
  26. package/src/sap/ui/richtexteditor/messagebundle_hi.properties +3 -0
  27. package/src/sap/ui/richtexteditor/messagebundle_hr.properties +3 -0
  28. package/src/sap/ui/richtexteditor/messagebundle_hu.properties +3 -0
  29. package/src/sap/ui/richtexteditor/messagebundle_id.properties +3 -0
  30. package/src/sap/ui/richtexteditor/messagebundle_it.properties +3 -0
  31. package/src/sap/ui/richtexteditor/messagebundle_iw.properties +3 -0
  32. package/src/sap/ui/richtexteditor/messagebundle_ja.properties +3 -0
  33. package/src/sap/ui/richtexteditor/messagebundle_kk.properties +3 -0
  34. package/src/sap/ui/richtexteditor/messagebundle_ko.properties +3 -0
  35. package/src/sap/ui/richtexteditor/messagebundle_lt.properties +3 -0
  36. package/src/sap/ui/richtexteditor/messagebundle_lv.properties +3 -0
  37. package/src/sap/ui/richtexteditor/messagebundle_mk.properties +3 -0
  38. package/src/sap/ui/richtexteditor/messagebundle_ms.properties +3 -0
  39. package/src/sap/ui/richtexteditor/messagebundle_nl.properties +3 -0
  40. package/src/sap/ui/richtexteditor/messagebundle_no.properties +3 -0
  41. package/src/sap/ui/richtexteditor/messagebundle_pl.properties +3 -0
  42. package/src/sap/ui/richtexteditor/messagebundle_pt.properties +3 -0
  43. package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +3 -0
  44. package/src/sap/ui/richtexteditor/messagebundle_ro.properties +3 -0
  45. package/src/sap/ui/richtexteditor/messagebundle_ru.properties +3 -0
  46. package/src/sap/ui/richtexteditor/messagebundle_sh.properties +3 -0
  47. package/src/sap/ui/richtexteditor/messagebundle_sk.properties +3 -0
  48. package/src/sap/ui/richtexteditor/messagebundle_sl.properties +3 -0
  49. package/src/sap/ui/richtexteditor/messagebundle_sr.properties +3 -0
  50. package/src/sap/ui/richtexteditor/messagebundle_sv.properties +3 -0
  51. package/src/sap/ui/richtexteditor/messagebundle_th.properties +3 -0
  52. package/src/sap/ui/richtexteditor/messagebundle_tr.properties +3 -0
  53. package/src/sap/ui/richtexteditor/messagebundle_uk.properties +3 -0
  54. package/src/sap/ui/richtexteditor/messagebundle_vi.properties +3 -0
  55. package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +3 -0
  56. package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.richtexteditor",
3
- "version": "1.132.1",
3
+ "version": "1.134.0",
4
4
  "description": "SAPUI5 Library sap.ui.richtexteditor",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.132.1</version>
8
+ <version>1.134.0</version>
9
9
 
10
10
  <documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
11
11
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.richtexteditor.RTESplitButton
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.132.1
27
+ * @version 1.134.0
28
28
  */
29
29
  var RTESplitButton = SplitButton.extend("sap.ui.richtexteditor.RTESplitButton", {
30
30
  metadata: {
@@ -283,6 +283,13 @@ sap.ui.define([
283
283
  */
284
284
  required: { type: "boolean", group: "Misc", defaultValue: false },
285
285
 
286
+ /**
287
+ * Determines if the URL defined by the user has an "https://" prefix.
288
+ * <b>Note:</b> This property works only when the <code>customToolbar</code> property is enabled.
289
+ * <b>Note:</b> If the user has typed a prefix (e.g "http://") it will be preserved, regardless of the value of this property.
290
+ */
291
+ prefixHttps: { type: "boolean", group: "Behavior", defaultValue: false },
292
+
286
293
  /**
287
294
  * Determines whether to run the HTML sanitizer once the value (HTML markup) is applied or not. To configure allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator API}.
288
295
  */
@@ -1915,10 +1922,13 @@ sap.ui.define([
1915
1922
  toolbar_items_size: 'small',
1916
1923
  toolbar: aButtonRows,
1917
1924
  toolbar_mode: "sliding",
1925
+ content_style: `body { font-family: verdana, geneva, sans-serif; }`,
1918
1926
  statusbar: false, // disables display of the status bar at the bottom of the editor
1919
1927
  image_advtab: true, // Adds an "Advanced" tab to the image dialog allowing you to add custom styles, spacing and borders to images
1920
1928
  readonly: !this.getEditable(),
1921
1929
  nowrap: !this.getWrapping(),
1930
+ convert_unsafe_embeds: true, // default for v.7, remove after upgrade
1931
+ sandbox_iframes: true, // default for v.7, remove after upgrade
1922
1932
  init_instance_callback: function(oEditor) {
1923
1933
  this._oEditor = oEditor;
1924
1934
  fnOnInit();
@@ -156,6 +156,7 @@ sap.ui.define([
156
156
  this._oResourceBundle = null;
157
157
  this._sTextColor = null;
158
158
  this._sBackgroundColor = null;
159
+ this._bLinkPrefixChecked = null;
159
160
  };
160
161
 
161
162
  /**
@@ -459,17 +460,31 @@ sap.ui.define([
459
460
  case "Unlink":
460
461
  _syncLink(oNativeEditor, oControl, false);
461
462
  break;
462
- case "FontSize":
463
- // queryCommandValue("FontSize") always returns empty string in FireFox - to be fixed
464
- // Synchronize the selected item of the Font Name Select with the applied font size style
465
- var sCommandValue = oNativeEditor.getDoc().queryCommandValue(sEditorCommand),
466
- sItemId = oControl.getId() + sCommandValue;
463
+ case "FontSize": {
464
+ const pxToPt = function (px) {
465
+ return px * 0.75; // 1px = 0.75pt
466
+ };
467
+ const sOriginalFontSize = oNativeEditor.queryCommandValue(sEditorCommand).replace(/\s+/g, "");
468
+ let sParsedFontSize = sOriginalFontSize;
469
+
470
+ // if the value is in px, convert it to pt
471
+ if (sOriginalFontSize.includes("px")) {
472
+ sParsedFontSize = pxToPt(parseFloat(sOriginalFontSize)) + "pt";
473
+ }
467
474
 
468
- // the selected item should be changed, only when the new one is different
469
- if (oControl.getSelectedItemId() !== sItemId && sCommandValue) {
470
- oControl.setSelectedItemId(sItemId);
475
+ if (sOriginalFontSize) {
476
+ // check if the item is one of the predefined font sizes
477
+ const oMatchingItem = oControl.getItems().find((oItem) => oItem.getKey() === sParsedFontSize);
478
+
479
+ if (oMatchingItem) {
480
+ oControl.setSelectedItem(oMatchingItem);
481
+ } else {
482
+ oControl.setSelectedKey("custom-font-size");
483
+ oControl.getSelectedItem().setText(sOriginalFontSize);
484
+ }
471
485
  }
472
486
  break;
487
+ }
473
488
  default:
474
489
  // Synchronize the pressed state of the OverflowToolbarToggleButtons
475
490
  oControl.getMetadata().getName() === "sap.m.OverflowToolbarToggleButton" &&
@@ -624,7 +639,8 @@ sap.ui.define([
624
639
  EditorCommands["FontSize"].forEach(function (item) {
625
640
  oItem = {
626
641
  id: this._getId("FontSize" + number),
627
- text: item + " pt"
642
+ text: item + " pt",
643
+ key: item + "pt"
628
644
  };
629
645
  aItems.push(new Item(oItem));
630
646
  number++;
@@ -818,7 +834,7 @@ sap.ui.define([
818
834
  oDialogCheckBox.setEnabled(true);
819
835
  }
820
836
 
821
- // set the checkbox selecte4d value depending on the attribute for the ratio
837
+ // set the checkbox selected value depending on the attribute for the ratio
822
838
  oDialogCheckBox.setSelected(oSelectedNode.getAttribute('data-sap-ui-rte-image-ratio') === 'true' ? true : false);
823
839
 
824
840
  // get the image element attributes values
@@ -843,7 +859,8 @@ sap.ui.define([
843
859
  ToolbarWrapper.prototype._syncLinkDialogData = function (oDialog) {
844
860
  var aDialogContent = oDialog && oDialog.getContent(),
845
861
  oSelection, oSelectedNode, sURL, sDisplayText, sTitle,
846
- bTarget, oSelectionNode, bLinkPartSelected, bSelection;
862
+ bTarget, oSelectionNode, bLinkPartSelected, bSelection,
863
+ sUrlInputPrefixValue;
847
864
 
848
865
  if (!(aDialogContent instanceof Array) || !aDialogContent.length) {
849
866
  return;
@@ -866,6 +883,12 @@ sap.ui.define([
866
883
  // if there is a selected text
867
884
  bSelection = oSelection.getContent().length !== 0;
868
885
 
886
+ if (!(oSelectedNode && oSelectedNode.getAttribute('data-sap-ui-rte-link-prefix'))) {
887
+ this._bLinkPrefixChecked = this.getEditor().getPrefixHttps();
888
+ } else {
889
+ this._bLinkPrefixChecked = oSelectedNode.getAttribute('data-sap-ui-rte-link-prefix') === "true";
890
+ }
891
+
869
892
  // if there isn't a selection or a link is partly selected,
870
893
  // the display text should be equal to the text of the selection node
871
894
  if (!bSelection || bLinkPartSelected) {
@@ -884,13 +907,15 @@ sap.ui.define([
884
907
 
885
908
  sURL = oSelectedNode.getAttribute('href');
886
909
  sTitle = oSelectedNode.getAttribute('title');
887
- bTarget = oSelectedNode.getAttribute('target') === "true";
910
+ bTarget = oSelectedNode.getAttribute('target') === "_blank";
911
+ sUrlInputPrefixValue = this.getEditor().getPrefixHttps() ? "https://" : "";
888
912
 
889
- aDialogContent[1].setValue(sURL);
913
+ aDialogContent[1].setValue(sURL ? sURL : sUrlInputPrefixValue);
914
+ aDialogContent[2].setSelected(this._bLinkPrefixChecked);
890
915
  // sometimes there is an zero non-breaking whitespace added
891
- aDialogContent[3].setValue(this.sSelectionTextValue);
892
- aDialogContent[5].setValue(sTitle);
893
- aDialogContent[6].getAggregation('items')[1].setSelectedIndex(bTarget);
916
+ aDialogContent[4].setValue(this.sSelectionTextValue);
917
+ aDialogContent[6].setValue(sTitle);
918
+ aDialogContent[7].getAggregation('items')[1].setSelectedIndex(bTarget);
894
919
  };
895
920
 
896
921
  /**
@@ -1135,18 +1160,32 @@ sap.ui.define([
1135
1160
  * @private
1136
1161
  */
1137
1162
  ToolbarWrapper.prototype.handleLinks = function (sURL, sTitle, bTarget, sText) {
1138
- var oLinkAttrs = {
1139
- href: sURL && URLListValidator.validate(sURL) ? sURL : '',
1140
- target: bTarget ? bTarget : null,
1163
+ var sURL = sURL && URLListValidator.validate(sURL) ? sURL : '',
1164
+ sPrependedURL = this.getPrependedURL(sURL),
1165
+ oLinkAttrs = {
1166
+ href: sPrependedURL,
1167
+ target: bTarget ? "_blank" : null,
1141
1168
  title: sTitle && URLListValidator.validate(sTitle) ? sTitle : ''
1142
1169
  },
1143
1170
  oNativeEditor = this.getEditor().getNativeApi(),
1144
1171
  oSelection = oNativeEditor.selection,
1145
1172
  oAnchor = this._getSelectionAnchor(oSelection);
1146
1173
 
1174
+ oLinkAttrs["data-sap-ui-rte-link-prefix"] = this._bLinkPrefixChecked;
1175
+
1147
1176
  oAnchor ? this.updateLink(oAnchor, oLinkAttrs, sText) : this.createLink(oLinkAttrs, sText);
1148
1177
  };
1149
1178
 
1179
+ ToolbarWrapper.prototype.getPrependedURL = function (sURL) {
1180
+ var sPrependedURL = sURL;
1181
+
1182
+ if (sURL && this._bLinkPrefixChecked && !sURL.startsWith("http://") && !sURL.startsWith("https://")) {
1183
+ sPrependedURL = "https://" + sURL;
1184
+ }
1185
+
1186
+ return sPrependedURL;
1187
+ };
1188
+
1150
1189
  /**
1151
1190
  * Creates an anchor element based on the user input and node selection
1152
1191
  *
@@ -1207,12 +1246,23 @@ sap.ui.define([
1207
1246
  * @private
1208
1247
  */
1209
1248
  ToolbarWrapper.prototype._createInsertLinkConfig = function() {
1210
- var oTitleBundleText = this._oResourceBundle.getText(EditorCommands["InsertLink"].bundleKey),
1249
+ var oRTE = this.getEditor(),
1250
+ that = this,
1251
+ oTitleBundleText = this._oResourceBundle.getText(EditorCommands["InsertLink"].bundleKey),
1211
1252
  oURLInput = this._helper.createInput(),
1212
1253
  oURLLabel = this._helper.createLabel({
1213
1254
  text: this._oResourceBundle.getText("INSERT_LINK_URL"),
1214
1255
  labelFor: oURLInput
1215
1256
  }),
1257
+ oURLCheckBox = this._helper.createCheckBox({
1258
+ text: this._oResourceBundle.getText("INSERT_LINK_CHECKBOX_TEXT"),
1259
+ width: "100%",
1260
+ useEntireWidth: true,
1261
+ selected: oRTE && oRTE.getPrefixHttps(),
1262
+ select: function (oEvent) {
1263
+ that._bLinkPrefixChecked = oEvent.getParameter("selected");
1264
+ }
1265
+ }),
1216
1266
  oTextInput = this._helper.createInput(),
1217
1267
  oTextLabel = this._helper.createLabel({
1218
1268
  text: this._oResourceBundle.getText("INSERT_LINK_DISPLAY_TEXT"),
@@ -1246,8 +1296,6 @@ sap.ui.define([
1246
1296
  items: [oTargetLabel,
1247
1297
  oTargetSelect]
1248
1298
  }),
1249
- oRTE = this.getEditor(),
1250
- that = this,
1251
1299
  aButtons = [];
1252
1300
 
1253
1301
  aButtons.push(this._helper.createButton({
@@ -1282,6 +1330,7 @@ sap.ui.define([
1282
1330
  content: [
1283
1331
  oURLLabel,
1284
1332
  oURLInput,
1333
+ oURLCheckBox,
1285
1334
  oTextLabel,
1286
1335
  oTextInput,
1287
1336
  oTitleLabel,
@@ -1572,7 +1621,13 @@ sap.ui.define([
1572
1621
  id: this._getId("FontSize"),
1573
1622
  ariaLabelledBy: oInvisibleTextFontSize,
1574
1623
  selectedItemId: this._getId("FontSize2"),
1575
- items: this._createFontSizeSelectItems(),
1624
+ items: [
1625
+ this._createFontSizeSelectItems(),
1626
+ new Item({
1627
+ key: "custom-font-size",
1628
+ enabled: false
1629
+ })
1630
+ ],
1576
1631
  change: function (oEvent) {
1577
1632
  var oItem;
1578
1633
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  "sap.ui.richtexteditor.RTESplitButton"
38
38
  ],
39
39
  elements: [],
40
- version: "1.132.1"
40
+ version: "1.134.0"
41
41
  });
42
42
 
43
43
  /**
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=None
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=New Window
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Auto prefix the URL with https://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Target
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u0644\u0627 \u0634\u064A\u0621
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0648\u0636\u0639 \u0628\u0627\u062F\u0626\u0629 \u0627\u0644\u0631\u0627\u0628\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0627\u0644\u0628\u0631\u0648\u062A\u0648\u0643\u0648\u0644 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0627\u0644\u0647\u062F\u0641
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u041D\u0438\u043A\u0430\u043A\u044A\u0432
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 https\:// \u0437\u0430 URL \u0430\u0434\u0440\u0435\u0441\u0430
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0426\u0435\u043B
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Cap
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Finestra nova
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Prefix autom\u00E0tic de l'URL amb https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destinaci\u00F3
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ni\u0161ta
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Novi prozor
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Postavite automatski prefiks URL-a https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cilj
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nic
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nov\u00E9 okno
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automatick\u00FD prefix URL s https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=C\u00EDl
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Dim
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Ffenestr Newydd
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Rhagddodi'r URL yn awtomatig gyda https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Targed
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ingen
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nyt vindue
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Indstil automatisk URL med https\:// som pr\u00E6fiks
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=M\u00E5l
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ohne
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Neues Fenster
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automatisch https\:// als Pr\u00E4fix der URL einf\u00FCgen
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Ziel
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u039A\u03B1\u03BD\u03AD\u03BD\u03B1
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u039D\u03AD\u03BF \u03A0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03C4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2 https\:// \u03C3\u03C4\u03BF URL
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u03A3\u03C4\u03CC\u03C7\u03BF\u03C2
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=None
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=New Window
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Auto prefix the URL with https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Target
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=None
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=New Window
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Auto prefix the URL with https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Target
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u206A\u206A\u206A\u200C\u200D\u200D\u200D\u200B\u200B\u
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u206ANew Window\u206A\u206A
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u206AAuto prefix the URL with https\://\u206A\u206A
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u206ATarget\u206A\u206A
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ninguno
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Ventana nueva
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Prefijo autom\u00E1tico del URL con https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destino
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ninguno
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Ventana nueva
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Prefijo autom\u00E1tico de URL con https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destino
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Pole
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Uus aken
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Lisa URL-ile automaatselt eesliide https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Siht
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ei mit\u00E4\u00E4n
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Uusi ikkuna
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Lis\u00E4\u00E4 URL\:n automaattisesti etuliite https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Tavoite
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=N\u00E9ant
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nouvelle fen\u00EAtre
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Ajouter automatiquement le pr\u00E9fixe d'URL https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cible
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Aucun(e)
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nouvelle fen\u00EAtre
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Ajouter automatiquement le pr\u00E9fixe d'URL https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cible
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u0915\u0941\u091B \u0928\u0939\u0940\u0902
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u0928\u092F\u093E \u0935\u093F\u0902\u0921\u094B
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL \u0915\u0947 \u0906\u0917\u0947 https\:// \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0917\u093E\u090F\u0902
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0932\u0915\u094D\u0937\u094D\u092F
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nijedno
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Novi prozor
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automatski prefiks URL-a uz https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cilj
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nincs
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u00DAj ablak
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=https\:// el\u0151tag automatikus hozz\u00E1ad\u00E1sa az URL-hez
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=C\u00E9l
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Tidak Ada
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Jendela Baru
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Tambahkan prefiks otomatis "https\://" pada URL
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Target
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nessuno
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nuova finestra
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Aggiungi prefisso automatico URL https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destinazione
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u05DC\u05DC\u05D0
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u05D7\u05DC\u05D5\u05DF \u05D7\u05D3\u05E9
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u05EA\u05D7\u05D9\u05DC\u05D9\u05EA \u05D0\u05D5\u05D8\u05D5\u05DE\u05D8\u05D9\u05EA \u05DC\u05DB\u05EA\u05D5\u05D1\u05EA \u05D4-URL \u05E2\u05DD https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u05D9\u05E2\u05D3
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u306A\u3057
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u65B0\u898F\u30A6\u30A3\u30F3\u30C9\u30A6
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL \u306E\u81EA\u52D5\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9 (https\://)
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u30BF\u30FC\u30B2\u30C3\u30C8
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u0415\u0448\u0431\u0456\u0440\u0456
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u0416\u0430\u04A3\u0430 \u0442\u0435\u0440\u0435\u0437\u0435
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL \u043C\u0435\u043A\u0435\u043D\u0436\u0430\u0439\u044B\u043D\u0430 https\:// \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0456\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0442\u044B \u0442\u04AF\u0440\u0434\u0435 \u049B\u043E\u044E
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u041C\u0430\u049B\u0441\u0430\u0442
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\uC5C6\uC74C
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\uC2E0\uADDC \uC708\uB3C4\uC6B0
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL\uC5D0 \uC790\uB3D9\uC73C\uB85C https\:// \uC811\uB450\uBD80 \uBD99\uC774\uAE30
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\uB300\uC0C1
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=N\u0117ra
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Naujas langas
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automati\u0161kai prid\u0117ti prefiks\u0105 URL su https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Tikslinis
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nav
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Jauns logs
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Vietr\u0101dim URL autom\u0101tiski pievienot prefiksu https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=M\u0113r\u0137is
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u041D\u0438\u0448\u0442\u043E
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u041F\u043E\u0441\u0442\u0430\u0432\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u043F\u0440\u0435\u0444\u0438\u043A\u0441 https\:// \u043D\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0426\u0435\u043B
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Tiada
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Tetingkap Baru
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Mulakan awalan URL secara automatik dengan https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Sasaran
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Geen
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nieuw venster
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automatisch https\:// voor de URL plaatsen
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Doel
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ingen
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nytt vindu
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Legg til prefikset https\:// automatisk i URL-adressen
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=M\u00E5l
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Brak
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nowe okno
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automatyczne wstawianie prefiksu adresu URL - https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cel
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nenhum
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nova janela
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Prefixar automaticamente a URL com https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destino
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nenhum
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nova janela
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Prefixar automaticamente o URL a https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Destino
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Nimic
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Fereastr\u0103 nou\u0103
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Folosi\u021Bi prefixul automat https\:// pentru URL
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u021Aint\u0103
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u041D\u0435\u0442
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432\u043E\u0435 \u043E\u043A\u043D\u043E
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043A URL \u043F\u0440\u0435\u0444\u0438\u043A\u0441 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0426\u0435\u043B\u044C
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ni\u0161ta
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Novi prozor
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Postavite automatski prefiks URL-a https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cilj
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u017Diadny(e)
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nov\u00E9 okno
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=Automaticky prida\u0165 pred URL adresu https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cie\u013E
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Brez
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Novo okno
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL-ju samodejno dodaj predpono https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Cilj
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u041D\u0438\u0448\u0442\u0430
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432\u0438 \u043F\u0440\u043E\u0437\u043E\u0440
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0430\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u043F\u0440\u0435\u0444\u0438\u043A\u0441 URL-\u0430 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0426\u0438\u0459
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Ingen
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Nytt f\u00F6nster
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=L\u00E4gg till prefixet https\:// automatiskt i URL\:en
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=M\u00E5l
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u0E44\u0E21\u0E48\u0E21\u0E35
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u0E27\u0E34\u0E19\u0E42\u0E14\u0E27\u0E4C\u0E43\u0E2B\u0E21\u0E48
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E33\u0E19\u0E33\u0E2B\u0E19\u0E49\u0E32\u0E02\u0E2D\u0E07 URL \u0E42\u0E14\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E14\u0E49\u0E27\u0E22 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0E40\u0E1B\u0E49\u0E32\u0E2B\u0E21\u0E32\u0E22
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Hi\u00E7biri
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=Yeni pencere
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=URL'ye otomatik olarak https\:// \u00F6neki getir
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=Hedef
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u041D\u0456\u0447\u043E\u0433\u043E
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432\u0435 \u0432\u0456\u043A\u043D\u043E
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0434\u043E\u0434\u0430\u0442\u0438 \u0434\u043E URL-\u0430\u0434\u0440\u0435\u0441\u0438 \u043F\u0440\u0435\u0444\u0456\u043A\u0441 \u0437 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0426\u0456\u043B\u044C
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=Kh\u00F4ng c\u00F3
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=C\u01B0\u0309a s\u00F4\u0309 m\u01A1\u0301i
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=T\u1EF1 \u0111\u1ED9ng th\u00EAm ti\u1EC1n t\u1ED1 URL b\u1EB1ng https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u0110i\u0301ch
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u65E0
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u65B0\u7A97\u53E3
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u81EA\u52A8\u7ED9 URL \u52A0\u524D\u7F00 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u76EE\u6807
154
157
 
@@ -149,6 +149,9 @@ INSERT_LINK_TARGET_NONE=\u7121
149
149
  #XLST: Select list item for target new window
150
150
  INSERT_LINK_TARGET_NEW_WINDOW=\u65B0\u8996\u7A97
151
151
 
152
+ #XFLD: Label for prefix checkbox for inserting link
153
+ INSERT_LINK_CHECKBOX_TEXT=\u81EA\u52D5\u5C07 URL \u52A0\u4E0A\u524D\u7F6E\u5B57\u5143 https\://
154
+
152
155
  #XFLD: Label for target select for inserting link
153
156
  INSERT_LINK_TARGET=\u76EE\u6A19
154
157