@sapui5/sap.ui.export 1.120.27 → 1.120.29

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 (55) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/export/.library +1 -1
  3. package/src/sap/ui/export/ExportBase.js +1 -1
  4. package/src/sap/ui/export/ExportHandler.js +1 -1
  5. package/src/sap/ui/export/ExportUtils.js +2 -2
  6. package/src/sap/ui/export/PortableDocument.js +1 -1
  7. package/src/sap/ui/export/Spreadsheet.js +3 -3
  8. package/src/sap/ui/export/SpreadsheetExport.js +1 -1
  9. package/src/sap/ui/export/library.js +2 -2
  10. package/src/sap/ui/export/messagebundle_ar.properties +5 -5
  11. package/src/sap/ui/export/messagebundle_bg.properties +29 -29
  12. package/src/sap/ui/export/messagebundle_ca.properties +8 -8
  13. package/src/sap/ui/export/messagebundle_cnr.properties +2 -2
  14. package/src/sap/ui/export/messagebundle_cs.properties +6 -6
  15. package/src/sap/ui/export/messagebundle_cy.properties +4 -4
  16. package/src/sap/ui/export/messagebundle_da.properties +7 -7
  17. package/src/sap/ui/export/messagebundle_de.properties +3 -3
  18. package/src/sap/ui/export/messagebundle_el.properties +2 -2
  19. package/src/sap/ui/export/messagebundle_es.properties +15 -15
  20. package/src/sap/ui/export/messagebundle_es_MX.properties +24 -24
  21. package/src/sap/ui/export/messagebundle_et.properties +6 -6
  22. package/src/sap/ui/export/messagebundle_fi.properties +13 -13
  23. package/src/sap/ui/export/messagebundle_fr.properties +10 -10
  24. package/src/sap/ui/export/messagebundle_fr_CA.properties +20 -20
  25. package/src/sap/ui/export/messagebundle_hr.properties +10 -10
  26. package/src/sap/ui/export/messagebundle_hu.properties +5 -5
  27. package/src/sap/ui/export/messagebundle_id.properties +3 -3
  28. package/src/sap/ui/export/messagebundle_it.properties +12 -12
  29. package/src/sap/ui/export/messagebundle_iw.properties +6 -6
  30. package/src/sap/ui/export/messagebundle_ja.properties +8 -8
  31. package/src/sap/ui/export/messagebundle_kk.properties +13 -13
  32. package/src/sap/ui/export/messagebundle_ko.properties +4 -4
  33. package/src/sap/ui/export/messagebundle_lt.properties +4 -4
  34. package/src/sap/ui/export/messagebundle_lv.properties +23 -23
  35. package/src/sap/ui/export/messagebundle_mk.properties +3 -3
  36. package/src/sap/ui/export/messagebundle_ms.properties +2 -2
  37. package/src/sap/ui/export/messagebundle_nl.properties +9 -9
  38. package/src/sap/ui/export/messagebundle_no.properties +9 -9
  39. package/src/sap/ui/export/messagebundle_pl.properties +6 -6
  40. package/src/sap/ui/export/messagebundle_pt.properties +13 -13
  41. package/src/sap/ui/export/messagebundle_pt_PT.properties +9 -9
  42. package/src/sap/ui/export/messagebundle_ro.properties +6 -6
  43. package/src/sap/ui/export/messagebundle_ru.properties +19 -19
  44. package/src/sap/ui/export/messagebundle_sh.properties +2 -2
  45. package/src/sap/ui/export/messagebundle_sk.properties +5 -5
  46. package/src/sap/ui/export/messagebundle_sl.properties +6 -6
  47. package/src/sap/ui/export/messagebundle_sr.properties +3 -3
  48. package/src/sap/ui/export/messagebundle_sv.properties +2 -2
  49. package/src/sap/ui/export/messagebundle_th.properties +3 -3
  50. package/src/sap/ui/export/messagebundle_tr.properties +6 -6
  51. package/src/sap/ui/export/messagebundle_uk.properties +4 -4
  52. package/src/sap/ui/export/messagebundle_vi.properties +9 -9
  53. package/src/sap/ui/export/messagebundle_zh_TW.properties +2 -2
  54. package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
  55. package/src/sap/ui/export/util/Filter.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.export",
3
- "version": "1.120.27",
3
+ "version": "1.120.29",
4
4
  "description": "SAPUI5 Library sap.ui.export",
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-2023 SAP SE. All rights reserved.</copyright>
8
- <version>1.120.27</version>
8
+ <version>1.120.29</version>
9
9
 
10
10
  <documentation>UI5 library: sap.ui.export</documentation>
11
11
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The <code>sap.ui.export.ExportBase</code> class allows you to export table data from a UI5 application to certain formats. This class is an abstract class that requires specific implementations for each file format.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.120.27
30
+ * @version 1.120.29
31
31
  *
32
32
  * @since 1.96
33
33
  * @alias sap.ui.export.ExportBase
@@ -16,7 +16,7 @@ sap.ui.define(['./library', './ExportUtils', './ExportDialog', './util/PDFCapabi
16
16
  * @class The <code>sap.ui.export.ExportHandler</code> class allows you to export table data from an SAPUI5 application.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.120.27
19
+ * @version 1.120.29
20
20
  *
21
21
  * @since 1.102
22
22
  * @alias sap.ui.export.ExportHandler
@@ -136,7 +136,7 @@ sap.ui.define([
136
136
  * @class Utilities related to export to enable reuse in integration scenarios (e.g. tables).
137
137
  *
138
138
  * @author SAP SE
139
- * @version 1.120.27
139
+ * @version 1.120.29
140
140
  *
141
141
  * @since 1.59
142
142
  * @alias sap.ui.export.ExportUtils
@@ -1219,7 +1219,7 @@ sap.ui.define([
1219
1219
  *
1220
1220
  * @param {object} oContext Context object
1221
1221
  * @param {string} [oContext.application] Name of the application (default: "SAP UI5")
1222
- * @param {string} [oContext.version] Application version (default: "1.120.27")
1222
+ * @param {string} [oContext.version] Application version (default: "1.120.29")
1223
1223
  * @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
1224
1224
  * @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
1225
1225
  * @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class The <code>sap.ui.export.PortableDocument</code> class allows you to export table data from a UI5 application to a Portable Document Format (*.PDF) file.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.120.27
27
+ * @version 1.120.29
28
28
  *
29
29
  * @since 1.96
30
30
  * @alias sap.ui.export.PortableDocument
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
85
85
  * <ul>
86
86
  * <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
87
- * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.120.27")</li>
87
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.120.29")</li>
88
88
  * <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
89
89
  * <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
90
90
  * <li><code>sheetName</code> (string) - The label of the data sheet</li>
@@ -167,7 +167,7 @@ sap.ui.define([
167
167
  * columns: aColumns,
168
168
  * context: {
169
169
  * application: 'Debug Test Application',
170
- * version: '1.120.27',
170
+ * version: '1.120.29',
171
171
  * title: 'Some random title',
172
172
  * modifiedBy: 'John Doe',
173
173
  * metaSheetName: 'Custom metadata',
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  * @class The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
280
280
  *
281
281
  * @author SAP SE
282
- * @version 1.120.27
282
+ * @version 1.120.29
283
283
  *
284
284
  * @since 1.50
285
285
  * @alias sap.ui.export.Spreadsheet
@@ -21,7 +21,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/export/ExportUtils'], function(Log, Expor
21
21
  * Utility class to perform spreadsheet export.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.120.27
24
+ * @version 1.120.29
25
25
  *
26
26
  * @alias sap.ui.export.SpreadsheetExport
27
27
  * @private
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/library'], function(library1) {
15
15
  * @namespace
16
16
  * @alias sap.ui.export
17
17
  * @author SAP SE
18
- * @version 1.120.27
18
+ * @version 1.120.29
19
19
  * @public
20
20
  */
21
21
 
@@ -31,7 +31,7 @@ sap.ui.define(['sap/ui/core/library'], function(library1) {
31
31
  interfaces: [],
32
32
  controls: [],
33
33
  elements: [],
34
- version: "1.120.27"
34
+ version: "1.120.29"
35
35
  });
36
36
 
37
37
 
@@ -32,7 +32,7 @@ MSG_WARNING_CELL_LIMIT=\u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A \u
32
32
  MSG_WARNING_ROW_COUNT=\u0627\u0644\u0645\u0633\u062A\u0646\u062F \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641.
33
33
 
34
34
  #XMSG: Part of a message text that contains information about the file specific export limit - Placeholder 1 references the limit and placeholder 2 references the file type
35
- MSG_WARNING_ROW_LIMIT=\u064A\u0645\u0643\u0646 \u062A\u0635\u062F\u064A\u0631 {0} \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064A \u0645\u0633\u062A\u0646\u062F {1} \u0641\u0631\u062F\u064A.
35
+ MSG_WARNING_ROW_LIMIT=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u0635\u062F\u064A\u0631 \u0633\u0648\u0649 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064A \u0645\u0633\u062A\u0646\u062F {1} \u0641\u0631\u062F\u064A.
36
36
 
37
37
  #XMSG: Part of a message text that will be used when the number of rows is unknown
38
38
  MSG_WARNING_COUNT_UNKNOWN=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 \u0639\u062F\u062F \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641 \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641.
@@ -56,7 +56,7 @@ EXPORT_SETTINGS_TITLE=\u062A\u0635\u062F\u064A\u0631 \u0643\u0640
56
56
  FILE_NAME=\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641
57
57
 
58
58
  #XFLD: Label for the file format Select control
59
- SELECT_FORMAT=\u0627\u0644\u062A\u0646\u0633\u064A\u0642
59
+ SELECT_FORMAT=\u062A\u0646\u0633\u064A\u0642
60
60
 
61
61
  #XFLD: Split cells with multiple values
62
62
  SPLIT_CELLS=\u062A\u0642\u0633\u064A\u0645 \u0627\u0644\u062E\u0644\u0627\u064A\u0627 \u0630\u0627\u062A \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629
@@ -77,7 +77,7 @@ CREATED_TIME=\u0648\u0642\u062A \u0627\u0644\u0625\u0646\u0634\u0627\u0621
77
77
  ARCHIVE_FORMAT=\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0623\u0631\u0634\u064A\u0641
78
78
 
79
79
  #XHED: Header of the filter sheet
80
- FILTER_HEADER=\u062A\u0635\u0641\u064A\u0629
80
+ FILTER_HEADER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
81
81
 
82
82
  #XFLD: Add current date and time to the file name
83
83
  ADD_DATE_TIME=\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0642\u062A \u0648\u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062D\u0627\u0644\u064A \u0625\u0644\u0649 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641
@@ -107,10 +107,10 @@ PAPER_SIZE_A4=A4
107
107
  PAPER_SIZE_US_LETTER=\u0631\u0633\u0627\u0644\u0629 US
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=\u0627\u0644\u0628\u0646\u064A\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629
110
+ ORIENTATION_LAND=\u0623\u0641\u0642\u064A
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=\u0648\u0636\u0639 \u0637\u0648\u0644\u064A
113
+ ORIENTATION_PORT=\u0639\u0645\u0648\u062F\u064A
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=\u064A\u062C\u0628 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0627\u0644\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064B\u0627.
@@ -2,13 +2,13 @@
2
2
  #
3
3
 
4
4
  #XBUT: Cancel button in the dialog
5
- CANCEL_BUTTON=\u041E\u0442\u043C\u044F\u043D\u0430
5
+ CANCEL_BUTTON=\u041E\u0442\u043A\u0430\u0437
6
6
 
7
7
  #XBUT: Close button in the dialog
8
8
  CLOSE_BUTTON=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
9
9
 
10
10
  #XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
11
- EXPORT_BUTTON=\u0415\u043A\u0441\u043F\u043E\u0440\u0442
11
+ EXPORT_BUTTON=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435
12
12
 
13
13
  #XHED: Default title text for the export progress dialog
14
14
  PROGRESS_TITLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442
@@ -17,13 +17,13 @@ PROGRESS_TITLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043
17
17
  WARNING_TITLE=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
18
18
 
19
19
  #XMSG: Message text informing that exported data is fetched from the server
20
- PROGRESS_FETCHING_MSG=\u0412\u0437\u0435\u043C\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438\u0442\u0435 \u043E\u0442 \u0441\u044A\u0440\u0432\u044A\u0440\u0430...
20
+ PROGRESS_FETCHING_MSG=\u0418\u0437\u0432\u043B\u0438\u0447\u0430\u043D\u0435 \u043D\u0430 \u0434\u0430\u043D\u043D\u0438\u0442\u0435 \u043E\u0442 \u0441\u044A\u0440\u0432\u044A\u0440\u0430...
21
21
 
22
22
  #XHED: Default title text for the export progress error message box
23
23
  PROGRESS_ERROR_TITLE=\u0413\u0440\u0435\u0448\u043A\u0430
24
24
 
25
25
  #XMSG: Message text informing that the exported file is too big
26
- MSG_WARNING_CELL_COUNT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u043E\u0432\u0435 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438 ({2} \u043A\u043B\u0435\u0442\u043A\u0438).
26
+ MSG_WARNING_CELL_COUNT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438 ({2} \u043A\u043B\u0435\u0442\u043A\u0438).
27
27
 
28
28
  #XMSG: Part of a message text that informs about the file specific cell limit for exporting
29
29
  MSG_WARNING_CELL_LIMIT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438\u0442\u0435 \u0441 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043A\u043B\u0435\u0442\u043A\u0438 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0430 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u0435\u043C\u0438 \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.
@@ -32,13 +32,13 @@ MSG_WARNING_CELL_LIMIT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438\u0
32
32
  MSG_WARNING_ROW_COUNT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430.
33
33
 
34
34
  #XMSG: Part of a message text that contains information about the file specific export limit - Placeholder 1 references the limit and placeholder 2 references the file type
35
- MSG_WARNING_ROW_LIMIT=\u0421\u0430\u043C\u043E {0} \u0440\u0435\u0434\u043E\u0432\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0444\u0430\u0439\u043B {1}.
35
+ MSG_WARNING_ROW_LIMIT=\u0421\u0430\u043C\u043E {0} \u0440\u0435\u0434\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0444\u0430\u0439\u043B \u043E\u0442 \u0432\u0438\u0434 {1}.
36
36
 
37
37
  #XMSG: Part of a message text that will be used when the number of rows is unknown
38
38
  MSG_WARNING_COUNT_UNKNOWN=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043D \u0431\u0440\u043E\u0439 \u0440\u0435\u0434\u043E\u0432\u0435.
39
39
 
40
40
  #XMSG: Part of a message text that gives advice on how to proceed
41
- MSG_WARNING_ADVICE=\u041C\u043E\u043B\u044F, \u043D\u0435 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0430\u0432\u0430\u0439\u0442\u0435, \u0430\u043A\u043E \u043D\u0435 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438, \u0447\u0435 \u0442\u0435\u043A\u0443\u0449\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430 \u043D\u044F\u043C\u0430 \u0434\u0430 \u0434\u043E\u0432\u0435\u0434\u0430\u0442 \u0434\u043E \u0433\u043E\u043B\u044F\u043C\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0434\u0430\u043D\u043D\u0438, \u0442\u044A\u0439 \u043A\u0430\u0442\u043E \u0444\u0430\u0439\u043B\u044A\u0442 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043E\u043A\u0430\u0436\u0435 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.
41
+ MSG_WARNING_ADVICE=\u041C\u043E\u043B\u044F, \u043D\u0435 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0430\u0432\u0430\u0439\u0442\u0435, \u0430\u043A\u043E \u0438\u043C\u0430 \u0432\u0435\u0440\u043E\u044F\u0442\u043D\u043E\u0441\u0442 \u0442\u0435\u043A\u0443\u0449\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430 \u0434\u0430 \u0434\u043E\u0432\u0435\u0434\u0430\u0442 \u0434\u043E \u0433\u043E\u043B\u044F\u043C\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0434\u0430\u043D\u043D\u0438 \u0438 \u0444\u0430\u0439\u043B\u044A\u0442 \u0434\u0430 \u0441\u0435 \u043E\u043A\u0430\u0436\u0435 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.
42
42
 
43
43
  #XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
44
44
  MSG_WARNING_EXPORT_ANYWAY=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432\u044A\u043F\u0440\u0435\u043A\u0438 \u0442\u043E\u0432\u0430?
@@ -53,16 +53,16 @@ PROGRESS_ERROR_DEFAULT=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0
53
53
  EXPORT_SETTINGS_TITLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043A\u0430\u0442\u043E
54
54
 
55
55
  #XFLD: Label for File Name input field
56
- FILE_NAME=\u0418\u043C\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B
56
+ FILE_NAME=\u0418\u043C\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B\u0430
57
57
 
58
58
  #XFLD: Label for the file format Select control
59
59
  SELECT_FORMAT=\u0424\u043E\u0440\u043C\u0430\u0442
60
60
 
61
61
  #XFLD: Split cells with multiple values
62
- SPLIT_CELLS=\u0420\u0430\u0437\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u043A\u043B\u0435\u0442\u043A\u0438\u0442\u0435, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449\u0438 \u043F\u043E \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438.
62
+ SPLIT_CELLS=\u0420\u0430\u0437\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u043A\u043B\u0435\u0442\u043A\u0438\u0442\u0435, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449\u0438 \u043F\u043E \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
63
63
 
64
64
  #XFLD: Include filter settings
65
- INCLUDE_FILTER_SETTINGS=\u0412\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430.
65
+ INCLUDE_FILTER_SETTINGS=\u0412\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430
66
66
 
67
67
  #XFLD: Techincal Information
68
68
  TECHNICAL_INFORMATION=\u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
@@ -77,7 +77,7 @@ CREATED_TIME=\u0427\u0430\u0441 \u043D\u0430 \u0441\u044A\u0437\u0434\u0430\u043
77
77
  ARCHIVE_FORMAT=\u0424\u043E\u0440\u043C\u0430\u0442 \u043D\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043D\u0435
78
78
 
79
79
  #XHED: Header of the filter sheet
80
- FILTER_HEADER=\u0424\u0438\u043B\u0442\u044A\u0440
80
+ FILTER_HEADER=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
81
81
 
82
82
  #XFLD: Add current date and time to the file name
83
83
  ADD_DATE_TIME=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0442\u0435\u043A\u0443\u0449\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u043A\u044A\u043C \u0438\u043C\u0435\u0442\u043E \u043D\u0430 \u0444\u0430\u0439\u043B\u0430
@@ -89,7 +89,7 @@ XLSX_FILETYPE=Microsoft Excel (*.xlsx)
89
89
  GSHEET_FILETYPE=Google \u0442\u0430\u0431\u043B\u0438\u0446\u0438
90
90
 
91
91
  #XMSG: File name warning text
92
- FILENAME_WARNING=\u0418\u043C\u0435\u0442\u043E \u043D\u0430 \u0444\u0430\u0439\u043B, \u043A\u043E\u0435\u0442\u043E \u0441\u0442\u0435 \u0432\u044A\u0432\u0435\u043B\u0438, \u043D\u0430\u0434\u0445\u0432\u044A\u0440\u043B\u044F 100 \u0441\u0438\u043C\u0432\u043E\u043B\u0430. \u0422\u043E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u043F\u043E\u043F\u0440\u0435\u0447\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E\u0442\u043E \u043E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u0442\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430.
92
+ FILENAME_WARNING=\u0418\u043C\u0435\u0442\u043E \u043D\u0430 \u0432\u044A\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B \u043D\u0430\u0434\u0445\u0432\u044A\u0440\u043B\u044F 100 \u0441\u0438\u043C\u0432\u043E\u043B\u0430. \u0422\u043E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u043F\u043E\u043F\u0440\u0435\u0447\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E\u0442\u043E \u043E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u0442\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430.
93
93
 
94
94
  #XFLD: Paper Size
95
95
  PAPER_SIZE=\u0420\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u043B\u0438\u0441\u0442\u0430
@@ -98,7 +98,7 @@ PAPER_SIZE=\u0420\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u043B\u0438\u0441\
98
98
  ORIENTATION=\u041E\u0440\u0438\u0435\u043D\u0442\u0430\u0446\u0438\u044F
99
99
 
100
100
  #XFLD: Font Size
101
- FONT_SIZE=\u0420\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0448\u0440\u0438\u0444\u0442
101
+ FONT_SIZE=\u0420\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
102
102
 
103
103
  #XLST: Paper size config for PDF export
104
104
  PAPER_SIZE_A4=A4
@@ -107,19 +107,19 @@ PAPER_SIZE_A4=A4
107
107
  PAPER_SIZE_US_LETTER=US Letter
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=\u0425\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442
110
+ ORIENTATION_LAND=\u041F\u0435\u0439\u0437\u0430\u0436\u043D\u0430
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442
113
+ ORIENTATION_PORT=\u041F\u043E\u0440\u0442\u0440\u0435\u0442\u043D\u0430
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=\u0421\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0442\u0430 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0447\u0438\u0441\u043B\u043E.
117
117
 
118
118
  #XFLD: Fit to Page
119
- ENABLE_ACCESSIBILITY=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442
119
+ ENABLE_ACCESSIBILITY=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442\u0442\u0430
120
120
 
121
121
  #XFLD: Enable Accessibility
122
- FITTOPAGE=\u041D\u0430\u043F\u0430\u0441\u0432\u0430\u043D\u0435 \u043A\u044A\u043C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
122
+ FITTOPAGE=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043A\u044A\u043C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430
123
123
 
124
124
  #XFLD: Enable Signature
125
125
  ENABLE_SIGNATURE=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0434\u043F\u0438\u0441
@@ -131,7 +131,7 @@ SHOW_PAGENUM=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430
131
131
  SIGNATURE_REASON=\u041F\u0440\u0438\u0447\u0438\u043D\u0430
132
132
 
133
133
  #XMSG: Message text informing that PDF is generated
134
- PDF_GENERATION_IN_PROGRESS=PDF \u0441\u0435 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430
134
+ PDF_GENERATION_IN_PROGRESS=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430 \u0441\u0435 PDF
135
135
 
136
136
  #XMSG: Message text informing that there was an error in PDF generation.
137
137
  PDF_GENERATION_ERROR=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 PDF \u0444\u0430\u0439\u043B\u0430.
@@ -152,25 +152,25 @@ XLSX_DEFAULT_TITLE=SAPUI5 \u0435\u043A\u0441\u043F\u043E\u0440\u0442
152
152
  XLSX_DEFAULT_SHEETNAME=SAPUI5 \u0435\u043A\u0441\u043F\u043E\u0440\u0442
153
153
 
154
154
  #XLST: Portable Document Format type config for PDF export
155
- PDF_FILETYPE=\u041F\u0440\u0435\u043D\u043E\u0441\u0438\u043C \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442 (*.pdf)
155
+ PDF_FILETYPE=Portable Document Format (*.pdf)
156
156
 
157
157
  #XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
158
158
  TOOLTIP_PDF_ACCESSIBILITY=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F \u0434\u0430\u043B\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0435 \u0434\u043E\u0441\u0442\u044A\u043F\u0435\u043D.
159
159
 
160
160
  #XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
161
- TOOLTIP_PDF_PAGENUMBER=\u0414\u0435\u0444\u0438\u043D\u0438\u0440\u0430 \u0434\u0430\u043B\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043D\u043E\u043C\u0435\u0440\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438 \u0432 \u0434\u043E\u043B\u043D\u0438\u044F \u043A\u043E\u043B\u043E\u043D\u0442\u0438\u0442\u0443\u043B \u043D\u0430 \u0432\u0441\u044F\u043A\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430.
161
+ TOOLTIP_PDF_PAGENUMBER=\u0414\u0435\u0444\u0438\u043D\u0438\u0440\u0430 \u0434\u0430\u043B\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043D\u043E\u043C\u0435\u0440\u0430\u0442\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438\u0442\u0435 \u0432 \u0434\u043E\u043B\u043D\u0438\u044F \u043A\u043E\u043B\u043E\u043D\u0442\u0438\u0442\u0443\u043B \u043D\u0430 \u0432\u0441\u044F\u043A\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430.
162
162
 
163
163
  #XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
164
- TOOLTIP_PDF_SIGNATURE=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F \u0434\u0430\u043B\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0434\u0430 \u0441\u0435 \u043F\u043E\u0434\u043F\u0438\u0441\u0432\u0430 \u0441 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u0435\u043D \u043F\u043E\u0434\u043F\u0438\u0441.
164
+ TOOLTIP_PDF_SIGNATURE=\u0414\u0435\u0444\u0438\u043D\u0438\u0440\u0430 \u0434\u0430\u043B\u0438 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0434\u0430 \u0441\u0435 \u043F\u043E\u0434\u043F\u0438\u0441\u0432\u0430 \u0441 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u0435\u043D \u043F\u043E\u0434\u043F\u0438\u0441.
165
165
 
166
166
  #XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
167
- TOOLTIP_FITTOPAGE=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0449\u0435 \u0438\u043C\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435, \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u0449\u043E \u043D\u0430 \u0440\u0430\u0437\u043C\u0435\u0440\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430.
167
+ TOOLTIP_FITTOPAGE=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0435 \u0441\u044A\u0441 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435, \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u0449\u043E \u043D\u0430 \u0440\u0430\u0437\u043C\u0435\u0440\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430.
168
168
 
169
169
  #XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
170
- TOOLTIP_ARCHIVE_FORMAT=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0449\u0435 \u0441\u0435 \u0441\u044A\u043E\u0431\u0440\u0430\u0437\u0438 \u0441 PDF/A.
170
+ TOOLTIP_ARCHIVE_FORMAT=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430 \u043D\u0430 PDF/A.
171
171
 
172
172
  #XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
173
- TOOLTIP_FILTER_SETTINGS=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0449\u0435 \u0438\u043C\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440 \u043D\u0430 \u043D\u0430\u0447\u0430\u043B\u043D\u0430\u0442\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430.
173
+ TOOLTIP_FILTER_SETTINGS=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0438\u043C\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430 \u0432 \u043D\u0430\u0447\u0430\u043B\u043D\u0430\u0442\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430.
174
174
 
175
175
  #XMSG: Tooltip that explains the font size input and why it might be disabled
176
176
  TOOLTIP_FONT_SIZE=\u0414\u0435\u0444\u0438\u043D\u0438\u0440\u0430 \u0440\u0430\u0437\u043C\u0435\u0440\u0430 \u043D\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 \u043D\u0430 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442.
@@ -185,22 +185,22 @@ DESTINATION_LOCAL=\u041B\u043E\u043A\u0430\u043B\u043D\u043E
185
185
  DESTINATION_REMOTE=\u041E\u0431\u043B\u0430\u043A
186
186
 
187
187
  #XHED: Dialog header for the CloudFilePicker
188
- DESTINATION_DIALOG_TITLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u043A\u044A\u043C
188
+ DESTINATION_DIALOG_TITLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0432
189
189
 
190
190
  #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
191
- DESTINATION_DIALOG_STATUS=\u0424\u0430\u0439\u043B\u044A\u0442 \u0441\u0435 \u043F\u0440\u0435\u043D\u0430\u0441\u044F, \u043C\u043E\u043B\u044F, \u0438\u0437\u0447\u0430\u043A\u0430\u0439\u0442\u0435.
191
+ DESTINATION_DIALOG_STATUS=\u0424\u0430\u0439\u043B\u044A\u0442 \u0441\u0435 \u043F\u0440\u0435\u043D\u0430\u0441\u044F, \u0438\u0437\u0447\u0430\u043A\u0430\u0439\u0442\u0435...
192
192
 
193
193
  #XMSG: Error message when exported file could not be transferred
194
- DESTINATION_TRANSFER_ERROR=\u0424\u0430\u0439\u043B \u043D\u0435 \u0435 \u043D\u0430\u043C\u0435\u0440\u0435\u043D.
194
+ DESTINATION_TRANSFER_ERROR=\u0424\u0430\u0439\u043B\u044A\u0442 \u043D\u0435 \u0435 \u043F\u0440\u0435\u043D\u0435\u0441\u0435\u043D.
195
195
 
196
196
  #XMSG: Succuess message when the file has been saved to the cloud destination
197
- DESTINATION_TRANSFER_SUCCESS=\u0424\u0430\u0439\u043B \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u043F\u0430\u0437\u0435\u043D.
197
+ DESTINATION_TRANSFER_SUCCESS=\u0424\u0430\u0439\u043B\u044A\u0442 \u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u043F\u0430\u0437\u0435\u043D.
198
198
 
199
199
  #XMSG: Error message when the user did not select a proper FileShare for storing the file
200
- DESTINATION_SELECTION_INCOMPLETE=\u0418\u0437\u0431\u0440\u0430\u043D\u043E\u0442\u043E \u0441\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E.
200
+ DESTINATION_SELECTION_INCOMPLETE=\u0418\u0437\u0431\u0440\u0430\u043D\u043E\u0442\u043E \u0441\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B\u0430 \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E.
201
201
 
202
202
  #XBUT: Export button in the dialog when the user has selected to save the file on a cloud destination. This will open another file/folder selection. The text is followed by an ellipsis
203
- DIALOG_BUTTON_CLOUD_DESTINATION=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u043A\u044A\u043C...
203
+ DIALOG_BUTTON_CLOUD_DESTINATION=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0432...
204
204
 
205
205
  #XMSG: Error message that is shown when the user has selected Google Sheets as format but the selected file location is on a FileShare that has a vendor different than Google
206
206
  DESTINATION_ERROR_NOT_GOOGLE=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0444\u0430\u0439\u043B \u0432 Google \u0442\u0430\u0431\u043B\u0438\u0446\u0438 \u0438\u0437\u0438\u0441\u043A\u0432\u0430 Google Workspace \u043A\u0430\u0442\u043E \u0441\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B.\n\u041C\u043E\u043B\u044F, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0440\u0443\u0433 \u0444\u043E\u0440\u043C\u0430\u0442 \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u043E \u0441\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B\u0430.
@@ -11,7 +11,7 @@ CLOSE_BUTTON=Tancar
11
11
  EXPORT_BUTTON=Exportar
12
12
 
13
13
  #XHED: Default title text for the export progress dialog
14
- PROGRESS_TITLE=Document d\u2019exportaci\u00F3
14
+ PROGRESS_TITLE=Exportar document
15
15
 
16
16
  #XHED: Default title text for the export warning dialog
17
17
  WARNING_TITLE=Advert\u00E8ncia
@@ -38,7 +38,7 @@ MSG_WARNING_ROW_LIMIT=Nom\u00E9s es poden exportar {0}\u00A0files en un \u00FAni
38
38
  MSG_WARNING_COUNT_UNKNOWN=El document cont\u00E9 un nombre desconegut de files.
39
39
 
40
40
  #XMSG: Part of a message text that gives advice on how to proceed
41
- MSG_WARNING_ADVICE=No continueu tret que estigueu segur que les opcions de filtre actuals no generaran una gran quantitat de dades, ja que el fitxer pot ser massa gran per processar-lo.
41
+ MSG_WARNING_ADVICE=No continueu tret que estigueu segurs que les opcions de filtre actuals no generaran una gran quantitat de dades, ja que el fitxer pot ser massa gran per processar-lo.
42
42
 
43
43
  #XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
44
44
  MSG_WARNING_EXPORT_ANYWAY=Voleu exportar-les igualment?
@@ -50,10 +50,10 @@ MSG_ERROR_OUT_OF_MEMORY=El proc\u00E9s d'exportaci\u00F3 s'ha quedat sense mem\u
50
50
  PROGRESS_ERROR_DEFAULT=Error desconegut
51
51
 
52
52
  #XHED: Default title text for the export settings dialog
53
- EXPORT_SETTINGS_TITLE=Exportar com
53
+ EXPORT_SETTINGS_TITLE=Exportar com a
54
54
 
55
55
  #XFLD: Label for File Name input field
56
- FILE_NAME=Nom de l\u2019arxiu
56
+ FILE_NAME=Nom del fitxer
57
57
 
58
58
  #XFLD: Label for the file format Select control
59
59
  SELECT_FORMAT=Format
@@ -95,7 +95,7 @@ FILENAME_WARNING=El nom de fitxer que heu introdu\u00EFt supera els 100 car\u00E
95
95
  PAPER_SIZE=Mida del paper
96
96
 
97
97
  #XFLD: Orientation
98
- ORIENTATION=Format del paper
98
+ ORIENTATION=Orientaci\u00F3
99
99
 
100
100
  #XFLD: Font Size
101
101
  FONT_SIZE=Mida del tipus de lletra
@@ -107,10 +107,10 @@ PAPER_SIZE_A4=A4
107
107
  PAPER_SIZE_US_LETTER=Carta
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=Format horitzontal
110
+ ORIENTATION_LAND=Horitzontal
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=Format vertical
113
+ ORIENTATION_PORT=Vertical
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=El valor ha de ser un n\u00FAmero.
@@ -197,7 +197,7 @@ DESTINATION_TRANSFER_ERROR=No s'ha pogut transferir el fitxer.
197
197
  DESTINATION_TRANSFER_SUCCESS=El fitxer s'ha desat correctament.
198
198
 
199
199
  #XMSG: Error message when the user did not select a proper FileShare for storing the file
200
- DESTINATION_SELECTION_INCOMPLETE=La ubicaci\u00F3 d\u2019arxiu seleccionada no \u00E9s v\u00E0lida.
200
+ DESTINATION_SELECTION_INCOMPLETE=El fitxer compartit seleccionat no \u00E9s v\u00E0lid.
201
201
 
202
202
  #XBUT: Export button in the dialog when the user has selected to save the file on a cloud destination. This will open another file/folder selection. The text is followed by an ellipsis
203
203
  DIALOG_BUTTON_CLOUD_DESTINATION=Exportar a...
@@ -56,7 +56,7 @@ EXPORT_SETTINGS_TITLE=Izvezi kao
56
56
  FILE_NAME=Naziv fajla
57
57
 
58
58
  #XFLD: Label for the file format Select control
59
- SELECT_FORMAT=Format
59
+ SELECT_FORMAT=Formatiraj
60
60
 
61
61
  #XFLD: Split cells with multiple values
62
62
  SPLIT_CELLS=Podijeli \u0107elije s vi\u0161estrukim vrijednostima
@@ -77,7 +77,7 @@ CREATED_TIME=Vrijeme kreiranja
77
77
  ARCHIVE_FORMAT=Format arhive
78
78
 
79
79
  #XHED: Header of the filter sheet
80
- FILTER_HEADER=Filter
80
+ FILTER_HEADER=Filtriraj
81
81
 
82
82
  #XFLD: Add current date and time to the file name
83
83
  ADD_DATE_TIME=Dodaj teku\u0107i datum i vrijeme u naziv fajla
@@ -8,7 +8,7 @@ CANCEL_BUTTON=Zru\u0161it
8
8
  CLOSE_BUTTON=Zav\u0159\u00EDt
9
9
 
10
10
  #XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
11
- EXPORT_BUTTON=Exportovat
11
+ EXPORT_BUTTON=Export
12
12
 
13
13
  #XHED: Default title text for the export progress dialog
14
14
  PROGRESS_TITLE=Exportovat dokument
@@ -95,7 +95,7 @@ FILENAME_WARNING=V\u00E1mi zadan\u00FD n\u00E1zev souboru p\u0159ekra\u010Duje 1
95
95
  PAPER_SIZE=Velikost pap\u00EDru
96
96
 
97
97
  #XFLD: Orientation
98
- ORIENTATION=Form\u00E1t pap\u00EDru
98
+ ORIENTATION=Orientace
99
99
 
100
100
  #XFLD: Font Size
101
101
  FONT_SIZE=Velikost fontu
@@ -107,10 +107,10 @@ PAPER_SIZE_A4=A4
107
107
  PAPER_SIZE_US_LETTER=US Letter
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=Form\u00E1t na \u0161\u00ED\u0159ku
110
+ ORIENTATION_LAND=Na \u0161\u00ED\u0159ku
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=Form\u00E1t na v\u00FD\u0161ku
113
+ ORIENTATION_PORT=Na v\u00FD\u0161ku
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=Hodnota mus\u00ED b\u00FDt \u010D\u00EDslo.
@@ -125,7 +125,7 @@ FITTOPAGE=\u00DAprava podle strany
125
125
  ENABLE_SIGNATURE=Aktivovat podpis
126
126
 
127
127
  #XFLD: Show Pagenumber
128
- SHOW_PAGENUM=Zobrazit \u010D\u00EDsla stran
128
+ SHOW_PAGENUM=Zobrazit \u010D\u00EDslo str\u00E1nky
129
129
 
130
130
  #XFLD: Reason for the Signature
131
131
  SIGNATURE_REASON=D\u016Fvod
@@ -179,7 +179,7 @@ TOOLTIP_FONT_SIZE=Definuje velikost fontu generovan\u00E9ho dokumentu.
179
179
  SELECT_DESTINATION=C\u00EDl
180
180
 
181
181
  #XLST: This option indicates that the exported file will be saved on the local device
182
- DESTINATION_LOCAL=Lok\u00E1ln\u011B
182
+ DESTINATION_LOCAL=Lok\u00E1ln\u00ED
183
183
 
184
184
  #XLST: This option indicates that the exported file will be saved on a remote or cloud file share
185
185
  DESTINATION_REMOTE=Cloud
@@ -77,7 +77,7 @@ CREATED_TIME=Amser creu
77
77
  ARCHIVE_FORMAT=Fformat Archif
78
78
 
79
79
  #XHED: Header of the filter sheet
80
- FILTER_HEADER=Hidlydd
80
+ FILTER_HEADER=Hidlo
81
81
 
82
82
  #XFLD: Add current date and time to the file name
83
83
  ADD_DATE_TIME=Ychwanegu'r dyddiad ac amser cyfredol at enw'r ffeil
@@ -95,7 +95,7 @@ FILENAME_WARNING=Mae'r enw ffeil a nodoch yn fwy na 100 o nodau. Gall hyn atal y
95
95
  PAPER_SIZE=Maint y Papur
96
96
 
97
97
  #XFLD: Orientation
98
- ORIENTATION=Pa Ffordd
98
+ ORIENTATION=Gogwydd
99
99
 
100
100
  #XFLD: Font Size
101
101
  FONT_SIZE=Maint y Ffont
@@ -107,10 +107,10 @@ PAPER_SIZE_A4=A4
107
107
  PAPER_SIZE_US_LETTER=Llythyr US
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=Ar Draws
110
+ ORIENTATION_LAND=Ar draws
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=Ar i Fyny
113
+ ORIENTATION_PORT=Ar i fyny
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=Dylai'r gwerth fod yn rhif.
@@ -2,7 +2,7 @@
2
2
  #
3
3
 
4
4
  #XBUT: Cancel button in the dialog
5
- CANCEL_BUTTON=Afbryd
5
+ CANCEL_BUTTON=Annuller
6
6
 
7
7
  #XBUT: Close button in the dialog
8
8
  CLOSE_BUTTON=Luk
@@ -65,7 +65,7 @@ SPLIT_CELLS=Del celler med flere v\u00E6rdier
65
65
  INCLUDE_FILTER_SETTINGS=Inkluder filterindstillinger
66
66
 
67
67
  #XFLD: Techincal Information
68
- TECHNICAL_INFORMATION=Tekniske informationer
68
+ TECHNICAL_INFORMATION=Tekniske oplysninger
69
69
 
70
70
  #XFLD: User Information
71
71
  USER_NAME=Bruger
@@ -95,7 +95,7 @@ FILENAME_WARNING=Det indtastede filnavn overskrider 100 tegn. Dette kan forhindr
95
95
  PAPER_SIZE=Papirst\u00F8rrelse
96
96
 
97
97
  #XFLD: Orientation
98
- ORIENTATION=Papirformat
98
+ ORIENTATION=Retning
99
99
 
100
100
  #XFLD: Font Size
101
101
  FONT_SIZE=Skriftst\u00F8rrelse
@@ -140,7 +140,7 @@ PDF_GENERATION_ERROR=Der opstod en fejl under PDF-eksporten.
140
140
  PDF_GENERIC_ERROR=Fejl under PDF-eksport
141
141
 
142
142
  #XMSG: File name error text
143
- FILENAME_ERROR=Du kan ikke anvende nogen af f\u00F8lgende tegn i et filnavn\: \\ / \: * ? " < > |
143
+ FILENAME_ERROR=Du kan ikke bruge nogen af f\u00F8lgende tegn i et filnavn\: \\ / \: * ? " < > |
144
144
 
145
145
  #XMSG: Message text informing that exported file is being created
146
146
  PROGRESS_BUNDLE_MSG=Genererer fil...
@@ -158,19 +158,19 @@ PDF_FILETYPE=Portable Document Format (*.pdf)
158
158
  TOOLTIP_PDF_ACCESSIBILITY=Definerer, om det genererede dokument er tilg\u00E6ngeligt.
159
159
 
160
160
  #XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
161
- TOOLTIP_PDF_PAGENUMBER=Definerer, om det genererede dokument indeholder sidenumre i bundlinien p\u00E5 hver side.
161
+ TOOLTIP_PDF_PAGENUMBER=Definerer, om det genererede dokument indeholder sidenumre i bundlinjen p\u00E5 hver side.
162
162
 
163
163
  #XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
164
164
  TOOLTIP_PDF_SIGNATURE=Definerer, om det genererede dokument er signeret med en digital signatur.
165
165
 
166
166
  #XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
167
- TOOLTIP_FITTOPAGE=Det genererede dokument vil have indhold, der passer til st\u00F8rrelsen p\u00E5 siden.
167
+ TOOLTIP_FITTOPAGE=Det genererede dokument har indhold, der passer til st\u00F8rrelsen p\u00E5 siden.
168
168
 
169
169
  #XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
170
170
  TOOLTIP_ARCHIVE_FORMAT=Det genererede dokument overholder PDF/A.
171
171
 
172
172
  #XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
173
- TOOLTIP_FILTER_SETTINGS=Det genererede dokument vil have filterindstillinger p\u00E5 forsiden.
173
+ TOOLTIP_FILTER_SETTINGS=Det genererede dokument har filterindstillinger p\u00E5 forsiden.
174
174
 
175
175
  #XMSG: Tooltip that explains the font size input and why it might be disabled
176
176
  TOOLTIP_FONT_SIZE=Definerer skriftst\u00F8rrelsen p\u00E5 det genererede dokument.
@@ -89,13 +89,13 @@ XLSX_FILETYPE=Microsoft Excel (*.xlsx)
89
89
  GSHEET_FILETYPE=Google Tabellen
90
90
 
91
91
  #XMSG: File name warning text
92
- FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann das Spreadsheet nicht korrekt ge\u00F6ffnet werden.
92
+ FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann die Tabellenkalkulation nicht korrekt ge\u00F6ffnet werden.
93
93
 
94
94
  #XFLD: Paper Size
95
95
  PAPER_SIZE=Papiergr\u00F6\u00DFe
96
96
 
97
97
  #XFLD: Orientation
98
- ORIENTATION=Papierformat
98
+ ORIENTATION=Ausrichtung
99
99
 
100
100
  #XFLD: Font Size
101
101
  FONT_SIZE=Schriftgr\u00F6\u00DFe
@@ -203,4 +203,4 @@ DESTINATION_SELECTION_INCOMPLETE=Der ausgew\u00E4hlte Speicherort ist ung\u00FCl
203
203
  DIALOG_BUTTON_CLOUD_DESTINATION=Exportieren nach...
204
204
 
205
205
  #XMSG: Error message that is shown when the user has selected Google Sheets as format but the selected file location is on a FileShare that has a vendor different than Google
206
- DESTINATION_ERROR_NOT_GOOGLE=F\u00FCr den Export einer Datei in Google Tabellen wird eine Google Workspace als Speicherort ben\u00F6tigt.\nBitte w\u00E4hlen Sie ein anderes Dateiformat oder einen anderen Speicherort aus.
206
+ DESTINATION_ERROR_NOT_GOOGLE=F\u00FCr den Export einer Datei in Google Tabellen wird Google Workspace als Speicherort ben\u00F6tigt.\nBitte w\u00E4hlen Sie ein anderes Dateiformat oder einen anderen Speicherort aus.
@@ -107,10 +107,10 @@ PAPER_SIZE_A4=\u03914
107
107
  PAPER_SIZE_US_LETTER=US Letter
108
108
 
109
109
  #XLST: Orientation config for PDF export
110
- ORIENTATION_LAND=\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03BF\u03C2 \u03C0\u03C1\u03BF\u03C3\u03B1\u03BD\u03B1\u03C4\u03BF\u03BB\u03B9\u03C3\u03BC\u03CC\u03C2
110
+ ORIENTATION_LAND=\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03BF\u03C2 \u03C0\u03C1\u03BF\u03C3\u03B1\u03BD\u03B1\u03C4\u03BF\u03BB\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
111
111
 
112
112
  #XLST: Orientation config for PDF export
113
- ORIENTATION_PORT=\u039A\u03AC\u03B8\u03B5\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03C3\u03B1\u03BD\u03B1\u03C4\u03BF\u03BB\u03B9\u03C3\u03BC\u03CC\u03C2
113
+ ORIENTATION_PORT=\u039A\u03AC\u03B8\u03B5\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03C3\u03B1\u03BD\u03B1\u03C4\u03BF\u03BB\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
114
114
 
115
115
  #XMSG: Font size error text
116
116
  NUMBER_ERROR=\u0397 \u03C4\u03B9\u03BC\u03AE \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2.