@sapui5/sap.ui.export 1.120.7 → 1.121.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.
- package/package.json +1 -1
- package/src/sap/ui/export/.library +2 -2
- package/src/sap/ui/export/ExportBase.js +4 -4
- package/src/sap/ui/export/ExportDialog.js +1 -1
- package/src/sap/ui/export/ExportHandler.js +5 -4
- package/src/sap/ui/export/ExportUtils.js +291 -275
- package/src/sap/ui/export/PortableDocument.js +14 -16
- package/src/sap/ui/export/Spreadsheet.js +10 -8
- package/src/sap/ui/export/SpreadsheetExport.js +2 -2
- package/src/sap/ui/export/js/XLSXBuilder.js.map +1 -1
- package/src/sap/ui/export/library.js +28 -13
- package/src/sap/ui/export/messagebundle.properties +3 -0
- package/src/sap/ui/export/messagebundle_ar.properties +73 -0
- package/src/sap/ui/export/messagebundle_bg.properties +73 -0
- package/src/sap/ui/export/messagebundle_ca.properties +3 -0
- package/src/sap/ui/export/messagebundle_cnr.properties +3 -0
- package/src/sap/ui/export/messagebundle_cs.properties +73 -0
- package/src/sap/ui/export/messagebundle_cy.properties +73 -0
- package/src/sap/ui/export/messagebundle_da.properties +73 -0
- package/src/sap/ui/export/messagebundle_de.properties +73 -0
- package/src/sap/ui/export/messagebundle_el.properties +73 -0
- package/src/sap/ui/export/messagebundle_en.properties +3 -0
- package/src/sap/ui/export/messagebundle_en_GB.properties +73 -0
- package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +71 -68
- package/src/sap/ui/export/messagebundle_es.properties +73 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +73 -0
- package/src/sap/ui/export/messagebundle_et.properties +73 -0
- package/src/sap/ui/export/messagebundle_fi.properties +73 -0
- package/src/sap/ui/export/messagebundle_fr.properties +73 -0
- package/src/sap/ui/export/messagebundle_fr_CA.properties +73 -0
- package/src/sap/ui/export/messagebundle_hi.properties +73 -0
- package/src/sap/ui/export/messagebundle_hr.properties +73 -0
- package/src/sap/ui/export/messagebundle_hu.properties +73 -0
- package/src/sap/ui/export/messagebundle_id.properties +73 -0
- package/src/sap/ui/export/messagebundle_it.properties +73 -0
- package/src/sap/ui/export/messagebundle_iw.properties +73 -0
- package/src/sap/ui/export/messagebundle_ja.properties +73 -0
- package/src/sap/ui/export/messagebundle_kk.properties +73 -0
- package/src/sap/ui/export/messagebundle_ko.properties +73 -0
- package/src/sap/ui/export/messagebundle_lt.properties +73 -0
- package/src/sap/ui/export/messagebundle_lv.properties +73 -0
- package/src/sap/ui/export/messagebundle_mk.properties +73 -0
- package/src/sap/ui/export/messagebundle_ms.properties +73 -0
- package/src/sap/ui/export/messagebundle_nl.properties +73 -0
- package/src/sap/ui/export/messagebundle_no.properties +73 -0
- package/src/sap/ui/export/messagebundle_pl.properties +73 -0
- package/src/sap/ui/export/messagebundle_pt.properties +73 -0
- package/src/sap/ui/export/messagebundle_pt_PT.properties +73 -0
- package/src/sap/ui/export/messagebundle_ro.properties +73 -0
- package/src/sap/ui/export/messagebundle_ru.properties +73 -0
- package/src/sap/ui/export/messagebundle_sh.properties +87 -14
- package/src/sap/ui/export/messagebundle_sk.properties +73 -0
- package/src/sap/ui/export/messagebundle_sl.properties +73 -0
- package/src/sap/ui/export/messagebundle_sr.properties +209 -0
- package/src/sap/ui/export/messagebundle_sv.properties +73 -0
- package/src/sap/ui/export/messagebundle_th.properties +73 -0
- package/src/sap/ui/export/messagebundle_tr.properties +73 -0
- package/src/sap/ui/export/messagebundle_uk.properties +73 -0
- package/src/sap/ui/export/messagebundle_vi.properties +73 -0
- package/src/sap/ui/export/messagebundle_zh_CN.properties +73 -0
- package/src/sap/ui/export/messagebundle_zh_TW.properties +73 -0
- package/src/sap/ui/export/provider/DataProviderBase.js +5 -15
- package/src/sap/ui/export/themes/base/ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/base/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/export/util/Filter.js +2 -15
- package/src/sap/ui/export/util/PDFCapabilities.js +1 -6
|
@@ -2,205 +2,208 @@
|
|
|
2
2
|
#
|
|
3
3
|
|
|
4
4
|
#XBUT: Cancel button in the dialog
|
|
5
|
-
CANCEL_BUTTON=\u206A\u206A\u206A\u200C\u200B\
|
|
5
|
+
CANCEL_BUTTON=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u206ACancel\u206A\u206A
|
|
6
6
|
|
|
7
7
|
#XBUT: Close button in the dialog
|
|
8
|
-
CLOSE_BUTTON=\u206A\u206A\u206A\
|
|
8
|
+
CLOSE_BUTTON=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u206AClose\u206A\u206A
|
|
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=\u206A\u206A\u206A\u200D\
|
|
11
|
+
EXPORT_BUTTON=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u206AExport\u206A\u206A
|
|
12
12
|
|
|
13
13
|
#XHED: Default title text for the export progress dialog
|
|
14
|
-
PROGRESS_TITLE=\u206A\u206A\u206A\u200C\
|
|
14
|
+
PROGRESS_TITLE=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u206AExport Document\u206A\u206A
|
|
15
15
|
|
|
16
16
|
#XHED: Default title text for the export warning dialog
|
|
17
|
-
WARNING_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\
|
|
17
|
+
WARNING_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u206AWarning\u206A\u206A
|
|
18
18
|
|
|
19
19
|
#XMSG: Message text informing that exported data is fetched from the server
|
|
20
|
-
PROGRESS_FETCHING_MSG=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200C\u200B\
|
|
20
|
+
PROGRESS_FETCHING_MSG=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200C\u206AFetching data from server...\u206A\u206A
|
|
21
21
|
|
|
22
22
|
#XHED: Default title text for the export progress error message box
|
|
23
|
-
PROGRESS_ERROR_TITLE=\u206A\u206A\u206A\u200C\u200B\
|
|
23
|
+
PROGRESS_ERROR_TITLE=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u206AError\u206A\u206A
|
|
24
24
|
|
|
25
25
|
#XMSG: Message text informing that the exported file is too big
|
|
26
|
-
MSG_WARNING_CELL_COUNT=\u206A\u206A\u206A\
|
|
26
|
+
MSG_WARNING_CELL_COUNT=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u206AThe document contains \u200B\u200B\u200B{0}\u200C\u200C\u200C rows and \u200B\u200B\u200B{1}\u200C\u200C\u200C column(s) (\u200B\u200B\u200B{2}\u200C\u200C\u200C cells).\u206A\u206A
|
|
27
27
|
|
|
28
28
|
#XMSG: Part of a message text that informs about the file specific cell limit for exporting
|
|
29
|
-
MSG_WARNING_CELL_LIMIT=\u206A\u206A\u206A\u200C\
|
|
29
|
+
MSG_WARNING_CELL_LIMIT=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u206ADocuments with more than \u200B\u200B\u200B{0}\u200C\u200C\u200C cells might be too large to process.\u206A\u206A
|
|
30
30
|
|
|
31
31
|
#XMSG: Part of a message text that informs about the number of rows which will be exported
|
|
32
|
-
MSG_WARNING_ROW_COUNT=\u206A\u206A\u206A\
|
|
32
|
+
MSG_WARNING_ROW_COUNT=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u206AThe document contains \u200B\u200B\u200B{0}\u200C\u200C\u200C rows.\u206A\u206A
|
|
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=\u206A\u206A\u206A\u200D\
|
|
35
|
+
MSG_WARNING_ROW_LIMIT=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u206AOnly \u200B\u200B\u200B{0}\u200C\u200C\u200C rows can be exported in a single \u200B\u200B\u200B{1}\u200C\u200C\u200C file.\u206A\u206A
|
|
36
36
|
|
|
37
37
|
#XMSG: Part of a message text that will be used when the number of rows is unknown
|
|
38
|
-
MSG_WARNING_COUNT_UNKNOWN=\u206A\u206A\u206A\u200C\u200C\
|
|
38
|
+
MSG_WARNING_COUNT_UNKNOWN=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u206AThe document contains an unknown number of rows.\u206A\u206A
|
|
39
39
|
|
|
40
40
|
#XMSG: Part of a message text that gives advice on how to proceed
|
|
41
|
-
MSG_WARNING_ADVICE=\u206A\u206A\u206A\
|
|
41
|
+
MSG_WARNING_ADVICE=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200B\u200D\u200B\u206APlease do not proceed unless you are sure that the current filter settings will not result in a large amount of data, as the file might be too large to process.\u206A\u206A
|
|
42
42
|
|
|
43
43
|
#XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
|
|
44
|
-
MSG_WARNING_EXPORT_ANYWAY=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\
|
|
44
|
+
MSG_WARNING_EXPORT_ANYWAY=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u206AExport anyway?\u206A\u206A
|
|
45
45
|
|
|
46
46
|
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
47
|
-
MSG_ERROR_OUT_OF_MEMORY=\u206A\u206A\u206A\
|
|
47
|
+
MSG_ERROR_OUT_OF_MEMORY=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u206AThe export process ran out of memory and was terminated.\nPlease adjust your column or filter settings to select a smaller number of cells.\u206A\u206A
|
|
48
|
+
|
|
49
|
+
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
|
+
MSG_INFO_EXPORT_FINISHED=\u206A\u206A\u206A\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u206AThe export is finished, and the file has been downloaded.\u206A\u206A
|
|
48
51
|
|
|
49
52
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
50
|
-
PROGRESS_ERROR_DEFAULT=\u206A\u206A\u206A\
|
|
53
|
+
PROGRESS_ERROR_DEFAULT=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u206AUnknown error\u206A\u206A
|
|
51
54
|
|
|
52
55
|
#XHED: Default title text for the export settings dialog
|
|
53
|
-
EXPORT_SETTINGS_TITLE=\u206A\u206A\u206A\u200C\
|
|
56
|
+
EXPORT_SETTINGS_TITLE=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u206AExport As\u206A\u206A
|
|
54
57
|
|
|
55
58
|
#XFLD: Label for File Name input field
|
|
56
|
-
FILE_NAME=\u206A\u206A\u206A\
|
|
59
|
+
FILE_NAME=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u206AFile Name\u206A\u206A
|
|
57
60
|
|
|
58
61
|
#XFLD: Label for the file format Select control
|
|
59
|
-
SELECT_FORMAT=\u206A\u206A\u206A\
|
|
62
|
+
SELECT_FORMAT=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u206AFormat\u206A\u206A
|
|
60
63
|
|
|
61
64
|
#XFLD: Split cells with multiple values
|
|
62
|
-
SPLIT_CELLS=\u206A\u206A\u206A\
|
|
65
|
+
SPLIT_CELLS=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u206ASplit cells with multiple values\u206A\u206A
|
|
63
66
|
|
|
64
67
|
#XFLD: Include filter settings
|
|
65
|
-
INCLUDE_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\
|
|
68
|
+
INCLUDE_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u206AInclude filter settings\u206A\u206A
|
|
66
69
|
|
|
67
70
|
#XFLD: Techincal Information
|
|
68
|
-
TECHNICAL_INFORMATION=\u206A\u206A\u206A\u200C\
|
|
71
|
+
TECHNICAL_INFORMATION=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u206ATechnical Information\u206A\u206A
|
|
69
72
|
|
|
70
73
|
#XFLD: User Information
|
|
71
|
-
USER_NAME=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\
|
|
74
|
+
USER_NAME=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u206AUser\u206A\u206A
|
|
72
75
|
|
|
73
76
|
#XFLD: Creation time
|
|
74
|
-
CREATED_TIME=\u206A\u206A\u206A\u200C\
|
|
77
|
+
CREATED_TIME=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u206ACreation Time\u206A\u206A
|
|
75
78
|
|
|
76
79
|
#XFLD: Archive format
|
|
77
|
-
ARCHIVE_FORMAT=\u206A\u206A\u206A\u200C\
|
|
80
|
+
ARCHIVE_FORMAT=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u206AArchive Format\u206A\u206A
|
|
78
81
|
|
|
79
82
|
#XHED: Header of the filter sheet
|
|
80
|
-
FILTER_HEADER=\u206A\u206A\u206A\u200C\
|
|
83
|
+
FILTER_HEADER=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u206AFilter\u206A\u206A
|
|
81
84
|
|
|
82
85
|
#XFLD: Add current date and time to the file name
|
|
83
|
-
ADD_DATE_TIME=\u206A\u206A\u206A\u200C\
|
|
86
|
+
ADD_DATE_TIME=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u206AAdd current date and time to the file name\u206A\u206A
|
|
84
87
|
|
|
85
88
|
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
86
|
-
XLSX_FILETYPE=\u206A\u206A\u206A\
|
|
89
|
+
XLSX_FILETYPE=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u206AMicrosoft Excel (*.xlsx)\u206A\u206A
|
|
87
90
|
|
|
88
91
|
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
89
|
-
GSHEET_FILETYPE=\u206A\u206A\u206A\u200D\
|
|
92
|
+
GSHEET_FILETYPE=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u206AGoogle Sheets\u206A\u206A
|
|
90
93
|
|
|
91
94
|
#XMSG: File name warning text
|
|
92
|
-
FILENAME_WARNING=\u206A\u206A\u206A\u200D\
|
|
95
|
+
FILENAME_WARNING=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u206AThe file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.\u206A\u206A
|
|
93
96
|
|
|
94
97
|
#XFLD: Paper Size
|
|
95
|
-
PAPER_SIZE=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200C\u200C\u200B\u200D\
|
|
98
|
+
PAPER_SIZE=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u206APaper Size\u206A\u206A
|
|
96
99
|
|
|
97
100
|
#XFLD: Orientation
|
|
98
|
-
ORIENTATION=\u206A\u206A\u206A\u200C\u200B\
|
|
101
|
+
ORIENTATION=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u206AOrientation\u206A\u206A
|
|
99
102
|
|
|
100
103
|
#XFLD: Font Size
|
|
101
|
-
FONT_SIZE=\u206A\u206A\u206A\
|
|
104
|
+
FONT_SIZE=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u206AFont Size\u206A\u206A
|
|
102
105
|
|
|
103
106
|
#XLST: Paper size config for PDF export
|
|
104
|
-
PAPER_SIZE_A4=\u206A\u206A\u206A\
|
|
107
|
+
PAPER_SIZE_A4=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u206AA4\u206A\u206A
|
|
105
108
|
|
|
106
109
|
#XLST: Paper size config for PDF export
|
|
107
|
-
PAPER_SIZE_US_LETTER=\u206A\u206A\u206A\u200C\u200C\
|
|
110
|
+
PAPER_SIZE_US_LETTER=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u206AUS Letter\u206A\u206A
|
|
108
111
|
|
|
109
112
|
#XLST: Orientation config for PDF export
|
|
110
|
-
ORIENTATION_LAND=\u206A\u206A\u206A\u200D\
|
|
113
|
+
ORIENTATION_LAND=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u206ALandscape\u206A\u206A
|
|
111
114
|
|
|
112
115
|
#XLST: Orientation config for PDF export
|
|
113
|
-
ORIENTATION_PORT=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200C\
|
|
116
|
+
ORIENTATION_PORT=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u206APortrait\u206A\u206A
|
|
114
117
|
|
|
115
118
|
#XMSG: Font size error text
|
|
116
|
-
NUMBER_ERROR=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200D\u200C\
|
|
119
|
+
NUMBER_ERROR=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u206AThe value should be a number.\u206A\u206A
|
|
117
120
|
|
|
118
121
|
#XFLD: Fit to Page
|
|
119
|
-
ENABLE_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\
|
|
122
|
+
ENABLE_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u206AEnable Accessibility\u206A\u206A
|
|
120
123
|
|
|
121
124
|
#XFLD: Enable Accessibility
|
|
122
|
-
FITTOPAGE=\u206A\u206A\u206A\
|
|
125
|
+
FITTOPAGE=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u206AFit to Page\u206A\u206A
|
|
123
126
|
|
|
124
127
|
#XFLD: Enable Signature
|
|
125
|
-
ENABLE_SIGNATURE=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200D\
|
|
128
|
+
ENABLE_SIGNATURE=\u206A\u206A\u206A\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u206AEnable Signature\u206A\u206A
|
|
126
129
|
|
|
127
130
|
#XFLD: Show Pagenumber
|
|
128
|
-
SHOW_PAGENUM=\u206A\u206A\u206A\
|
|
131
|
+
SHOW_PAGENUM=\u206A\u206A\u206A\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u206AShow Page Number\u206A\u206A
|
|
129
132
|
|
|
130
133
|
#XFLD: Reason for the Signature
|
|
131
|
-
SIGNATURE_REASON=\u206A\u206A\u206A\u200C\u200B\
|
|
134
|
+
SIGNATURE_REASON=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u206AReason\u206A\u206A
|
|
132
135
|
|
|
133
136
|
#XMSG: Message text informing that PDF is generated
|
|
134
|
-
PDF_GENERATION_IN_PROGRESS=\u206A\u206A\u206A\u200C\u200C\
|
|
137
|
+
PDF_GENERATION_IN_PROGRESS=\u206A\u206A\u206A\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200C\u206APDF is being generated\u206A\u206A
|
|
135
138
|
|
|
136
139
|
#XMSG: Message text informing that there was an error in PDF generation.
|
|
137
|
-
PDF_GENERATION_ERROR=\u206A\u206A\u206A\
|
|
140
|
+
PDF_GENERATION_ERROR=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u206AThere was an error during the PDF export.\u206A\u206A
|
|
138
141
|
|
|
139
142
|
#XMSG: Error text informing when PDF generation is failed
|
|
140
|
-
PDF_GENERIC_ERROR=\u206A\u206A\u206A\u200C\u200D\
|
|
143
|
+
PDF_GENERIC_ERROR=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u206AError during PDF export\u206A\u206A
|
|
141
144
|
|
|
142
145
|
#XMSG: File name error text
|
|
143
|
-
FILENAME_ERROR=\u206A\u206A\u206A\u200D\
|
|
146
|
+
FILENAME_ERROR=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200D\u206AYou cannot use any of the following characters in a file name\: \\ / \: * ? " < > |\u206A\u206A
|
|
144
147
|
|
|
145
148
|
#XMSG: Message text informing that exported file is being created
|
|
146
|
-
PROGRESS_BUNDLE_MSG=\u206A\u206A\u206A\u200C\
|
|
149
|
+
PROGRESS_BUNDLE_MSG=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u206AGenerating file...\u206A\u206A
|
|
147
150
|
|
|
148
151
|
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
149
|
-
XLSX_DEFAULT_TITLE=\u206A\u206A\u206A\u200C\
|
|
152
|
+
XLSX_DEFAULT_TITLE=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u206ASAPUI5 Export\u206A\u206A
|
|
150
153
|
|
|
151
154
|
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
152
|
-
XLSX_DEFAULT_SHEETNAME=\u206A\u206A\u206A\u200C\
|
|
155
|
+
XLSX_DEFAULT_SHEETNAME=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u206ASAPUI5 Export\u206A\u206A
|
|
153
156
|
|
|
154
157
|
#XLST: Portable Document Format type config for PDF export
|
|
155
|
-
PDF_FILETYPE=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\
|
|
158
|
+
PDF_FILETYPE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u206APortable Document Format (*.pdf)\u206A\u206A
|
|
156
159
|
|
|
157
160
|
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
158
|
-
TOOLTIP_PDF_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200C\u200D\
|
|
161
|
+
TOOLTIP_PDF_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u206ADefines whether the generated document is accessible.\u206A\u206A
|
|
159
162
|
|
|
160
163
|
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
161
|
-
TOOLTIP_PDF_PAGENUMBER=\u206A\u206A\u206A\u200C\
|
|
164
|
+
TOOLTIP_PDF_PAGENUMBER=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u206ADefines whether the generated document contains page numbers in the footer of each page.\u206A\u206A
|
|
162
165
|
|
|
163
166
|
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
164
|
-
TOOLTIP_PDF_SIGNATURE=\u206A\u206A\u206A\
|
|
167
|
+
TOOLTIP_PDF_SIGNATURE=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u206ADefines whether the generated document is signed with a digital signature.\u206A\u206A
|
|
165
168
|
|
|
166
169
|
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
167
|
-
TOOLTIP_FITTOPAGE=\u206A\u206A\u206A\u200C\
|
|
170
|
+
TOOLTIP_FITTOPAGE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u206AThe generated document has content that fits the size of the page.\u206A\u206A
|
|
168
171
|
|
|
169
172
|
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
170
|
-
TOOLTIP_ARCHIVE_FORMAT=\u206A\u206A\u206A\
|
|
173
|
+
TOOLTIP_ARCHIVE_FORMAT=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200D\u206AThe generated document conforms with PDF/A.\u206A\u206A
|
|
171
174
|
|
|
172
175
|
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
173
|
-
TOOLTIP_FILTER_SETTINGS=\u206A\u206A\u206A\
|
|
176
|
+
TOOLTIP_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u206AThe generated document has filter settings on the cover page.\u206A\u206A
|
|
174
177
|
|
|
175
178
|
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
176
|
-
TOOLTIP_FONT_SIZE=\u206A\u206A\u206A\u200C\u200D\u200B\
|
|
179
|
+
TOOLTIP_FONT_SIZE=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u206ADefines the font size of the generated document.\u206A\u206A
|
|
177
180
|
|
|
178
181
|
#XFLD: Label for the Destination Select control - Destination refers to the target location where the exported file should be stored and can be either Local or Remote/Cloud
|
|
179
|
-
SELECT_DESTINATION=\u206A\u206A\u206A\
|
|
182
|
+
SELECT_DESTINATION=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u206ADestination\u206A\u206A
|
|
180
183
|
|
|
181
184
|
#XLST: This option indicates that the exported file will be saved on the local device
|
|
182
|
-
DESTINATION_LOCAL=\u206A\u206A\u206A\
|
|
185
|
+
DESTINATION_LOCAL=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u206ALocal\u206A\u206A
|
|
183
186
|
|
|
184
187
|
#XLST: This option indicates that the exported file will be saved on a remote or cloud file share
|
|
185
|
-
DESTINATION_REMOTE=\u206A\u206A\u206A\u200D\
|
|
188
|
+
DESTINATION_REMOTE=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u206ACloud\u206A\u206A
|
|
186
189
|
|
|
187
190
|
#XHED: Dialog header for the CloudFilePicker
|
|
188
|
-
DESTINATION_DIALOG_TITLE=\u206A\u206A\u206A\u200C\
|
|
191
|
+
DESTINATION_DIALOG_TITLE=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u206AExport To\u206A\u206A
|
|
189
192
|
|
|
190
193
|
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
191
|
-
DESTINATION_DIALOG_STATUS=\u206A\u206A\u206A\u200C\u200B\u200D\
|
|
194
|
+
DESTINATION_DIALOG_STATUS=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u206AFile is being transferred - please be patient...\u206A\u206A
|
|
192
195
|
|
|
193
196
|
#XMSG: Error message when exported file could not be transferred
|
|
194
|
-
DESTINATION_TRANSFER_ERROR=\u206A\u206A\u206A\u200C\
|
|
197
|
+
DESTINATION_TRANSFER_ERROR=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u206AFile could not be transferred.\u206A\u206A
|
|
195
198
|
|
|
196
199
|
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
197
|
-
DESTINATION_TRANSFER_SUCCESS=\u206A\u206A\u206A\u200C\
|
|
200
|
+
DESTINATION_TRANSFER_SUCCESS=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u206AYour file has been saved successfully.\u206A\u206A
|
|
198
201
|
|
|
199
202
|
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
200
|
-
DESTINATION_SELECTION_INCOMPLETE=\u206A\u206A\u206A\u200C\
|
|
203
|
+
DESTINATION_SELECTION_INCOMPLETE=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u206AThe selected file share is invalid.\u206A\u206A
|
|
201
204
|
|
|
202
205
|
#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=\u206A\u206A\u206A\
|
|
206
|
+
DIALOG_BUTTON_CLOUD_DESTINATION=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u206AExport To...\u206A\u206A
|
|
204
207
|
|
|
205
208
|
#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=\u206A\u206A\u206A\
|
|
209
|
+
DESTINATION_ERROR_NOT_GOOGLE=\u206A\u206A\u206A\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u206AExporting a file to Google Sheets requires a Google Workspace as a file share.\nPlease select a different file format or a different file share.\u206A\u206A
|
|
@@ -1,136 +1,209 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.export library
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XBUT: Cancel button in the dialog
|
|
2
5
|
CANCEL_BUTTON=Cancelar
|
|
3
6
|
|
|
7
|
+
#XBUT: Close button in the dialog
|
|
4
8
|
CLOSE_BUTTON=Cerrar
|
|
5
9
|
|
|
10
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
6
11
|
EXPORT_BUTTON=Exportar
|
|
7
12
|
|
|
13
|
+
#XHED: Default title text for the export progress dialog
|
|
8
14
|
PROGRESS_TITLE=Exportar documento
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export warning dialog
|
|
10
17
|
WARNING_TITLE=Advertencia
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
12
20
|
PROGRESS_FETCHING_MSG=Solicitando datos del servidor...
|
|
13
21
|
|
|
22
|
+
#XHED: Default title text for the export progress error message box
|
|
14
23
|
PROGRESS_ERROR_TITLE=Error
|
|
15
24
|
|
|
25
|
+
#XMSG: Message text informing that the exported file is too big
|
|
16
26
|
MSG_WARNING_CELL_COUNT=El documento contiene {0} filas y {1} columna(s) ({2} celdas).
|
|
17
27
|
|
|
28
|
+
#XMSG: Part of a message text that informs about the file specific cell limit for exporting
|
|
18
29
|
MSG_WARNING_CELL_LIMIT=Los documentos con m\u00E1s de {0}\u00A0celdas pueden ser demasiado grandes para procesarlos.
|
|
19
30
|
|
|
31
|
+
#XMSG: Part of a message text that informs about the number of rows which will be exported
|
|
20
32
|
MSG_WARNING_ROW_COUNT=El documento contiene {0} filas.
|
|
21
33
|
|
|
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
|
|
22
35
|
MSG_WARNING_ROW_LIMIT=Solo se pueden exportar {0}\u00A0filas en un \u00FAnico archivo {1}.
|
|
23
36
|
|
|
37
|
+
#XMSG: Part of a message text that will be used when the number of rows is unknown
|
|
24
38
|
MSG_WARNING_COUNT_UNKNOWN=El documento contiene un n\u00FAmero desconocido de filas.
|
|
25
39
|
|
|
40
|
+
#XMSG: Part of a message text that gives advice on how to proceed
|
|
26
41
|
MSG_WARNING_ADVICE=No proceda a menos que sepa seguro que las opciones de filtro actuales no generar\u00E1n una gran cantidad de datos, ya que el archivo podr\u00EDa ser demasiado grande para procesarlo.
|
|
27
42
|
|
|
43
|
+
#XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
|
|
28
44
|
MSG_WARNING_EXPORT_ANYWAY=\u00BFDesea exportarlo igualmente?
|
|
29
45
|
|
|
46
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
30
47
|
MSG_ERROR_OUT_OF_MEMORY=El proceso de exportaci\u00F3n se ha quedado sin espacio en la memoria y ha finalizado.\nAjuste las opciones de columna o filtro para seleccionar una cantidad inferior de celdas.
|
|
31
48
|
|
|
49
|
+
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
|
+
MSG_INFO_EXPORT_FINISHED=La exportaci\u00F3n ha finalizado y el archivo se ha descargado.
|
|
51
|
+
|
|
52
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
32
53
|
PROGRESS_ERROR_DEFAULT=Error desconocido
|
|
33
54
|
|
|
55
|
+
#XHED: Default title text for the export settings dialog
|
|
34
56
|
EXPORT_SETTINGS_TITLE=Exportar como
|
|
35
57
|
|
|
58
|
+
#XFLD: Label for File Name input field
|
|
36
59
|
FILE_NAME=Nombre de fichero
|
|
37
60
|
|
|
61
|
+
#XFLD: Label for the file format Select control
|
|
38
62
|
SELECT_FORMAT=Formato
|
|
39
63
|
|
|
64
|
+
#XFLD: Split cells with multiple values
|
|
40
65
|
SPLIT_CELLS=Dividir celdas con varios valores
|
|
41
66
|
|
|
67
|
+
#XFLD: Include filter settings
|
|
42
68
|
INCLUDE_FILTER_SETTINGS=Incluir opciones de filtro
|
|
43
69
|
|
|
70
|
+
#XFLD: Techincal Information
|
|
44
71
|
TECHNICAL_INFORMATION=Informaci\u00F3n t\u00E9cnica
|
|
45
72
|
|
|
73
|
+
#XFLD: User Information
|
|
46
74
|
USER_NAME=Usuario
|
|
47
75
|
|
|
76
|
+
#XFLD: Creation time
|
|
48
77
|
CREATED_TIME=Hora de creaci\u00F3n
|
|
49
78
|
|
|
79
|
+
#XFLD: Archive format
|
|
50
80
|
ARCHIVE_FORMAT=Formato de archivo
|
|
51
81
|
|
|
82
|
+
#XHED: Header of the filter sheet
|
|
52
83
|
FILTER_HEADER=Filtro
|
|
53
84
|
|
|
85
|
+
#XFLD: Add current date and time to the file name
|
|
54
86
|
ADD_DATE_TIME=A\u00F1adir fecha y hora actual en el nombre de fichero
|
|
55
87
|
|
|
88
|
+
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
56
89
|
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
57
90
|
|
|
91
|
+
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
58
92
|
GSHEET_FILETYPE=Hoja de c\u00E1lculo de Google
|
|
59
93
|
|
|
94
|
+
#XMSG: File name warning text
|
|
60
95
|
FILENAME_WARNING=El nombre de fichero indicado tiene m\u00E1s de 100 caracteres. Esto puede impedir que la hoja de c\u00E1lculo se abra correctamente.
|
|
61
96
|
|
|
97
|
+
#XFLD: Paper Size
|
|
62
98
|
PAPER_SIZE=Tama\u00F1o hoja
|
|
63
99
|
|
|
100
|
+
#XFLD: Orientation
|
|
64
101
|
ORIENTATION=Formato papel
|
|
65
102
|
|
|
103
|
+
#XFLD: Font Size
|
|
66
104
|
FONT_SIZE=Tama\u00F1o de fuente
|
|
67
105
|
|
|
106
|
+
#XLST: Paper size config for PDF export
|
|
68
107
|
PAPER_SIZE_A4=A4
|
|
69
108
|
|
|
109
|
+
#XLST: Paper size config for PDF export
|
|
70
110
|
PAPER_SIZE_US_LETTER=Carta
|
|
71
111
|
|
|
112
|
+
#XLST: Orientation config for PDF export
|
|
72
113
|
ORIENTATION_LAND=Apaisado
|
|
73
114
|
|
|
115
|
+
#XLST: Orientation config for PDF export
|
|
74
116
|
ORIENTATION_PORT=Formato vertical
|
|
75
117
|
|
|
118
|
+
#XMSG: Font size error text
|
|
76
119
|
NUMBER_ERROR=El valor debe ser un n\u00FAmero.
|
|
77
120
|
|
|
121
|
+
#XFLD: Fit to Page
|
|
78
122
|
ENABLE_ACCESSIBILITY=Activar accesibilidad
|
|
79
123
|
|
|
124
|
+
#XFLD: Enable Accessibility
|
|
80
125
|
FITTOPAGE=Adaptar a p\u00E1gina
|
|
81
126
|
|
|
127
|
+
#XFLD: Enable Signature
|
|
82
128
|
ENABLE_SIGNATURE=Activar firma
|
|
83
129
|
|
|
130
|
+
#XFLD: Show Pagenumber
|
|
84
131
|
SHOW_PAGENUM=Mostrar n\u00FAmero de p\u00E1gina
|
|
85
132
|
|
|
133
|
+
#XFLD: Reason for the Signature
|
|
86
134
|
SIGNATURE_REASON=Motivo
|
|
87
135
|
|
|
136
|
+
#XMSG: Message text informing that PDF is generated
|
|
88
137
|
PDF_GENERATION_IN_PROGRESS=Se est\u00E1 generando el PDF
|
|
89
138
|
|
|
139
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
90
140
|
PDF_GENERATION_ERROR=Se ha producido un error durante la exportaci\u00F3n de PDF.
|
|
91
141
|
|
|
142
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
92
143
|
PDF_GENERIC_ERROR=Error durante la exportaci\u00F3n de PDF
|
|
93
144
|
|
|
145
|
+
#XMSG: File name error text
|
|
94
146
|
FILENAME_ERROR=No puede utilizar ninguno de los siguientes caracteres en un nombre de fichero\: \\ / \: * ? " < > |
|
|
95
147
|
|
|
148
|
+
#XMSG: Message text informing that exported file is being created
|
|
96
149
|
PROGRESS_BUNDLE_MSG=Generando fichero...
|
|
97
150
|
|
|
151
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
98
152
|
XLSX_DEFAULT_TITLE=Exportaci\u00F3n SAPUI5
|
|
99
153
|
|
|
154
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
100
155
|
XLSX_DEFAULT_SHEETNAME=Exportaci\u00F3n SAPUI5
|
|
101
156
|
|
|
157
|
+
#XLST: Portable Document Format type config for PDF export
|
|
102
158
|
PDF_FILETYPE=Formato de documento portable (*.pdf)
|
|
103
159
|
|
|
160
|
+
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
104
161
|
TOOLTIP_PDF_ACCESSIBILITY=Define si el documento generado es accesible.
|
|
105
162
|
|
|
163
|
+
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
106
164
|
TOOLTIP_PDF_PAGENUMBER=Define si el documento generado contiene n\u00FAmeros de p\u00E1gina en el pie de cada p\u00E1gina.
|
|
107
165
|
|
|
166
|
+
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
108
167
|
TOOLTIP_PDF_SIGNATURE=Define si el documento generado est\u00E1 firmado digitalmente.
|
|
109
168
|
|
|
169
|
+
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
110
170
|
TOOLTIP_FITTOPAGE=El documento generado tendr\u00E1 un contenido que se ajuste al tama\u00F1o de la p\u00E1gina.
|
|
111
171
|
|
|
172
|
+
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
112
173
|
TOOLTIP_ARCHIVE_FORMAT=El documento generado se ajustar\u00E1 a PDF/A.
|
|
113
174
|
|
|
175
|
+
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
114
176
|
TOOLTIP_FILTER_SETTINGS=El documento generado tendr\u00E1 opciones de filtrado en la portada.
|
|
115
177
|
|
|
178
|
+
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
116
179
|
TOOLTIP_FONT_SIZE=Define el tama\u00F1o de tipo de letra del documento generado.
|
|
117
180
|
|
|
181
|
+
#XFLD: Label for the Destination Select control - Destination refers to the target location where the exported file should be stored and can be either Local or Remote/Cloud
|
|
118
182
|
SELECT_DESTINATION=Destino
|
|
119
183
|
|
|
184
|
+
#XLST: This option indicates that the exported file will be saved on the local device
|
|
120
185
|
DESTINATION_LOCAL=Local
|
|
121
186
|
|
|
187
|
+
#XLST: This option indicates that the exported file will be saved on a remote or cloud file share
|
|
122
188
|
DESTINATION_REMOTE=Cloud
|
|
123
189
|
|
|
190
|
+
#XHED: Dialog header for the CloudFilePicker
|
|
124
191
|
DESTINATION_DIALOG_TITLE=Exportar a
|
|
125
192
|
|
|
193
|
+
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
126
194
|
DESTINATION_DIALOG_STATUS=El fichero se est\u00E1 transfiriendo. Tenga paciencia...
|
|
127
195
|
|
|
196
|
+
#XMSG: Error message when exported file could not be transferred
|
|
128
197
|
DESTINATION_TRANSFER_ERROR=El fichero no se ha podido transferir.
|
|
129
198
|
|
|
199
|
+
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
130
200
|
DESTINATION_TRANSFER_SUCCESS=El fichero se ha guardado con \u00E9xito.
|
|
131
201
|
|
|
202
|
+
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
132
203
|
DESTINATION_SELECTION_INCOMPLETE=El uso de ficheros compartidos seleccionado no es v\u00E1lido.
|
|
133
204
|
|
|
205
|
+
#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
|
|
134
206
|
DIALOG_BUTTON_CLOUD_DESTINATION=Exportar a...
|
|
135
207
|
|
|
208
|
+
#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
|
|
136
209
|
DESTINATION_ERROR_NOT_GOOGLE=Para exportar el fichero a las hojas de c\u00E1lculo de Google se necesita un espacio de trabajo de Google como uso compartido de ficheros.\nSeleccione un formato de fichero diferente o un uso compartido de ficheros diferente.
|