@sapui5/sap.ui.export 1.120.2 → 1.120.3
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 +1 -1
- package/src/sap/ui/export/ExportBase.js +1 -1
- package/src/sap/ui/export/ExportHandler.js +1 -1
- package/src/sap/ui/export/ExportUtils.js +2 -2
- package/src/sap/ui/export/PortableDocument.js +1 -1
- package/src/sap/ui/export/Spreadsheet.js +3 -3
- package/src/sap/ui/export/SpreadsheetExport.js +1 -1
- package/src/sap/ui/export/library.js +2 -2
- package/src/sap/ui/export/messagebundle_ca.properties +70 -0
- package/src/sap/ui/export/messagebundle_cnr.properties +206 -0
- package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +138 -68
- package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
- package/src/sap/ui/export/util/Filter.js +14 -1
package/package.json
CHANGED
|
@@ -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.
|
|
30
|
+
* @version 1.120.3
|
|
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.
|
|
19
|
+
* @version 1.120.3
|
|
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.
|
|
139
|
+
* @version 1.120.3
|
|
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.
|
|
1222
|
+
* @param {string} [oContext.version] Application version (default: "1.120.3")
|
|
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
|
+
* @version 1.120.3
|
|
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.
|
|
87
|
+
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.120.3")</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.
|
|
170
|
+
* version: '1.120.3',
|
|
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.
|
|
282
|
+
* @version 1.120.3
|
|
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.
|
|
24
|
+
* @version 1.120.3
|
|
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.
|
|
18
|
+
* @version 1.120.3
|
|
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.
|
|
34
|
+
version: "1.120.3"
|
|
35
35
|
});
|
|
36
36
|
|
|
37
37
|
|
|
@@ -1,136 +1,206 @@
|
|
|
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=Cancel\u00B7lar
|
|
3
6
|
|
|
7
|
+
#XBUT: Close button in the dialog
|
|
4
8
|
CLOSE_BUTTON=Tancar
|
|
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=Document d\u2019exportaci\u00F3
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export warning dialog
|
|
10
17
|
WARNING_TITLE=Advert\u00E8ncia
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
12
20
|
PROGRESS_FETCHING_MSG=Sol\u00B7licitant dades 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 document cont\u00E9 {0}\u00A0files i {1}\u00A0columna/es ({2}\u00A0cel\u00B7les).
|
|
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=Els documents amb m\u00E9s de {0}\u00A0cel\u00B7les poden ser massa grans per processar-los.
|
|
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 document cont\u00E9 {0} files.
|
|
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=Nom\u00E9s es poden exportar {0}\u00A0files en un \u00FAnic fitxer {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 document cont\u00E9 un nombre desconegut de files.
|
|
25
39
|
|
|
40
|
+
#XMSG: Part of a message text that gives advice on how to proceed
|
|
26
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.
|
|
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=Voleu exportar-les igualment?
|
|
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 proc\u00E9s d'exportaci\u00F3 s'ha quedat sense mem\u00F2ria i s'ha finalitzat.\nAjusteu les opcions de columna o filtre per a seleccionar una quantitat inferior de cel\u00B7les.
|
|
31
48
|
|
|
49
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
32
50
|
PROGRESS_ERROR_DEFAULT=Error desconegut
|
|
33
51
|
|
|
52
|
+
#XHED: Default title text for the export settings dialog
|
|
34
53
|
EXPORT_SETTINGS_TITLE=Exportar com
|
|
35
54
|
|
|
55
|
+
#XFLD: Label for File Name input field
|
|
36
56
|
FILE_NAME=Nom de l\u2019arxiu
|
|
37
57
|
|
|
58
|
+
#XFLD: Label for the file format Select control
|
|
38
59
|
SELECT_FORMAT=Format
|
|
39
60
|
|
|
61
|
+
#XFLD: Split cells with multiple values
|
|
40
62
|
SPLIT_CELLS=Dividir les cel\u00B7les amb diversos valors
|
|
41
63
|
|
|
64
|
+
#XFLD: Include filter settings
|
|
42
65
|
INCLUDE_FILTER_SETTINGS=Incloure configuraci\u00F3 de filtre
|
|
43
66
|
|
|
67
|
+
#XFLD: Techincal Information
|
|
44
68
|
TECHNICAL_INFORMATION=Informaci\u00F3 t\u00E8cnica
|
|
45
69
|
|
|
70
|
+
#XFLD: User Information
|
|
46
71
|
USER_NAME=Usuari
|
|
47
72
|
|
|
73
|
+
#XFLD: Creation time
|
|
48
74
|
CREATED_TIME=Hora de creaci\u00F3
|
|
49
75
|
|
|
76
|
+
#XFLD: Archive format
|
|
50
77
|
ARCHIVE_FORMAT=Format d'arxiu
|
|
51
78
|
|
|
79
|
+
#XHED: Header of the filter sheet
|
|
52
80
|
FILTER_HEADER=Filtrar
|
|
53
81
|
|
|
82
|
+
#XFLD: Add current date and time to the file name
|
|
54
83
|
ADD_DATE_TIME=Afegir data i hora actual al nom del fitxer
|
|
55
84
|
|
|
85
|
+
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
56
86
|
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
57
87
|
|
|
88
|
+
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
58
89
|
GSHEET_FILETYPE=Fulls de c\u00E0lcul de Google
|
|
59
90
|
|
|
91
|
+
#XMSG: File name warning text
|
|
60
92
|
FILENAME_WARNING=El nom de fitxer que heu introdu\u00EFt supera els 100 car\u00E0cters. Aix\u00F2 pot provocar que el full de c\u00E0lcul no s'obri correctament.
|
|
61
93
|
|
|
94
|
+
#XFLD: Paper Size
|
|
62
95
|
PAPER_SIZE=Mida del paper
|
|
63
96
|
|
|
97
|
+
#XFLD: Orientation
|
|
64
98
|
ORIENTATION=Format del paper
|
|
65
99
|
|
|
100
|
+
#XFLD: Font Size
|
|
66
101
|
FONT_SIZE=Mida del tipus de lletra
|
|
67
102
|
|
|
103
|
+
#XLST: Paper size config for PDF export
|
|
68
104
|
PAPER_SIZE_A4=A4
|
|
69
105
|
|
|
106
|
+
#XLST: Paper size config for PDF export
|
|
70
107
|
PAPER_SIZE_US_LETTER=Carta
|
|
71
108
|
|
|
109
|
+
#XLST: Orientation config for PDF export
|
|
72
110
|
ORIENTATION_LAND=Format horitzontal
|
|
73
111
|
|
|
112
|
+
#XLST: Orientation config for PDF export
|
|
74
113
|
ORIENTATION_PORT=Format vertical
|
|
75
114
|
|
|
115
|
+
#XMSG: Font size error text
|
|
76
116
|
NUMBER_ERROR=El valor ha de ser un n\u00FAmero.
|
|
77
117
|
|
|
118
|
+
#XFLD: Fit to Page
|
|
78
119
|
ENABLE_ACCESSIBILITY=Activar accessibilitat
|
|
79
120
|
|
|
121
|
+
#XFLD: Enable Accessibility
|
|
80
122
|
FITTOPAGE=Adaptar a la p\u00E0gina
|
|
81
123
|
|
|
124
|
+
#XFLD: Enable Signature
|
|
82
125
|
ENABLE_SIGNATURE=Activar signatura
|
|
83
126
|
|
|
127
|
+
#XFLD: Show Pagenumber
|
|
84
128
|
SHOW_PAGENUM=Mostrar n\u00FAmero de p\u00E0gina
|
|
85
129
|
|
|
130
|
+
#XFLD: Reason for the Signature
|
|
86
131
|
SIGNATURE_REASON=Motiu
|
|
87
132
|
|
|
133
|
+
#XMSG: Message text informing that PDF is generated
|
|
88
134
|
PDF_GENERATION_IN_PROGRESS=S'est\u00E0 generant el PDF
|
|
89
135
|
|
|
136
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
90
137
|
PDF_GENERATION_ERROR=S'ha produ\u00EFt un error en exportar el PDF.
|
|
91
138
|
|
|
139
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
92
140
|
PDF_GENERIC_ERROR=Error en exportar el PDF
|
|
93
141
|
|
|
142
|
+
#XMSG: File name error text
|
|
94
143
|
FILENAME_ERROR=No podeu utilitzar cap dels seg\u00FCents car\u00E0cters en un nom de fitxer\: \\ / \: * ? " < > |
|
|
95
144
|
|
|
145
|
+
#XMSG: Message text informing that exported file is being created
|
|
96
146
|
PROGRESS_BUNDLE_MSG=Generant fitxer...
|
|
97
147
|
|
|
148
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
98
149
|
XLSX_DEFAULT_TITLE=Exportaci\u00F3 SAPUI5
|
|
99
150
|
|
|
151
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
100
152
|
XLSX_DEFAULT_SHEETNAME=Exportaci\u00F3 SAPUI5
|
|
101
153
|
|
|
154
|
+
#XLST: Portable Document Format type config for PDF export
|
|
102
155
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
103
156
|
|
|
157
|
+
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
104
158
|
TOOLTIP_PDF_ACCESSIBILITY=Defineix si el document generat \u00E9s accessible.
|
|
105
159
|
|
|
160
|
+
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
106
161
|
TOOLTIP_PDF_PAGENUMBER=Defineix si el document generat cont\u00E9 n\u00FAmeros de p\u00E0gina al peu de p\u00E0gina de cada p\u00E0gina.
|
|
107
162
|
|
|
163
|
+
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
108
164
|
TOOLTIP_PDF_SIGNATURE=Defineix si el document generat est\u00E0 signat de forma digital.
|
|
109
165
|
|
|
166
|
+
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
110
167
|
TOOLTIP_FITTOPAGE=El document generat tindr\u00E0 un contingut que s'ajusta a la mida de la p\u00E0gina.
|
|
111
168
|
|
|
169
|
+
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
112
170
|
TOOLTIP_ARCHIVE_FORMAT=El document generat ser\u00E0 conforme amb el PDF/A.
|
|
113
171
|
|
|
172
|
+
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
114
173
|
TOOLTIP_FILTER_SETTINGS=El document generat tindr\u00E0 una configuraci\u00F3 de filtre a la portada.
|
|
115
174
|
|
|
175
|
+
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
116
176
|
TOOLTIP_FONT_SIZE=Defineix la mida del tipus de lletra del document generat.
|
|
117
177
|
|
|
178
|
+
#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
179
|
SELECT_DESTINATION=Destinaci\u00F3
|
|
119
180
|
|
|
181
|
+
#XLST: This option indicates that the exported file will be saved on the local device
|
|
120
182
|
DESTINATION_LOCAL=Local
|
|
121
183
|
|
|
184
|
+
#XLST: This option indicates that the exported file will be saved on a remote or cloud file share
|
|
122
185
|
DESTINATION_REMOTE=Cloud
|
|
123
186
|
|
|
187
|
+
#XHED: Dialog header for the CloudFilePicker
|
|
124
188
|
DESTINATION_DIALOG_TITLE=Exportar a
|
|
125
189
|
|
|
190
|
+
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
126
191
|
DESTINATION_DIALOG_STATUS=S'est\u00E0 transferint el fitxer; espereu...
|
|
127
192
|
|
|
193
|
+
#XMSG: Error message when exported file could not be transferred
|
|
128
194
|
DESTINATION_TRANSFER_ERROR=No s'ha pogut transferir el fitxer.
|
|
129
195
|
|
|
196
|
+
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
130
197
|
DESTINATION_TRANSFER_SUCCESS=El fitxer s'ha desat correctament.
|
|
131
198
|
|
|
199
|
+
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
132
200
|
DESTINATION_SELECTION_INCOMPLETE=La ubicaci\u00F3 d\u2019arxiu seleccionada no \u00E9s v\u00E0lida.
|
|
133
201
|
|
|
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
|
|
134
203
|
DIALOG_BUTTON_CLOUD_DESTINATION=Exportar a...
|
|
135
204
|
|
|
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
|
|
136
206
|
DESTINATION_ERROR_NOT_GOOGLE=Exportar un arxiu a Fulls de c\u00E0lcul de Google Sheets necessita un Google Workspace com a ubicaci\u00F3 d\u2019arxiu.\nSeleccione un format d\u2019arxiu o una ubicaci\u00F3 d\u2019arxiu diferent.
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.export library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XBUT: Cancel button in the dialog
|
|
5
|
+
CANCEL_BUTTON=Odustani
|
|
6
|
+
|
|
7
|
+
#XBUT: Close button in the dialog
|
|
8
|
+
CLOSE_BUTTON=Zatvori
|
|
9
|
+
|
|
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=Izvezi
|
|
12
|
+
|
|
13
|
+
#XHED: Default title text for the export progress dialog
|
|
14
|
+
PROGRESS_TITLE=Izvezi dokument
|
|
15
|
+
|
|
16
|
+
#XHED: Default title text for the export warning dialog
|
|
17
|
+
WARNING_TITLE=Upozorenje
|
|
18
|
+
|
|
19
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
20
|
+
PROGRESS_FETCHING_MSG=Pozivanje podataka sa servera...
|
|
21
|
+
|
|
22
|
+
#XHED: Default title text for the export progress error message box
|
|
23
|
+
PROGRESS_ERROR_TITLE=Gre\u0161ka
|
|
24
|
+
|
|
25
|
+
#XMSG: Message text informing that the exported file is too big
|
|
26
|
+
MSG_WARNING_CELL_COUNT=Dokument sadr\u017Ei {0} redova i {1} kolona ({2} \u0107elija).
|
|
27
|
+
|
|
28
|
+
#XMSG: Part of a message text that informs about the file specific cell limit for exporting
|
|
29
|
+
MSG_WARNING_CELL_LIMIT=Dokumenti s vi\u0161e od {0} \u0107elija mogu biti preveliki za obradu.
|
|
30
|
+
|
|
31
|
+
#XMSG: Part of a message text that informs about the number of rows which will be exported
|
|
32
|
+
MSG_WARNING_ROW_COUNT=Dokument sadr\u017Ei {0} redova.
|
|
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
|
|
35
|
+
MSG_WARNING_ROW_LIMIT=Samo {0} redova mo\u017Ee biti izvezeno u pojedina\u010Dnom fajlu {1}.
|
|
36
|
+
|
|
37
|
+
#XMSG: Part of a message text that will be used when the number of rows is unknown
|
|
38
|
+
MSG_WARNING_COUNT_UNKNOWN=Dokument sadr\u017Ei nepoznati broj redova.
|
|
39
|
+
|
|
40
|
+
#XMSG: Part of a message text that gives advice on how to proceed
|
|
41
|
+
MSG_WARNING_ADVICE=Nemojte nastaviti dok se ne uvjerite da trenutna pode\u0161avanja filtera ne\u0107e za posljedicu imati veliku koli\u010Dinu podataka jer fajl mo\u017Ee biti prevelik za obradu.
|
|
42
|
+
|
|
43
|
+
#XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
|
|
44
|
+
MSG_WARNING_EXPORT_ANYWAY=Ipak izvijesti?
|
|
45
|
+
|
|
46
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
47
|
+
MSG_ERROR_OUT_OF_MEMORY=Ponestalo je memorije za proces izvoza i on je prekinut.\nUskladite svoja pode\u0161avanja kolone ili filtera da biste izabrali manji broj \u0107elija.
|
|
48
|
+
|
|
49
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
50
|
+
PROGRESS_ERROR_DEFAULT=Nepoznata gre\u0161ka
|
|
51
|
+
|
|
52
|
+
#XHED: Default title text for the export settings dialog
|
|
53
|
+
EXPORT_SETTINGS_TITLE=Izvezi kao
|
|
54
|
+
|
|
55
|
+
#XFLD: Label for File Name input field
|
|
56
|
+
FILE_NAME=Naziv fajla
|
|
57
|
+
|
|
58
|
+
#XFLD: Label for the file format Select control
|
|
59
|
+
SELECT_FORMAT=Format
|
|
60
|
+
|
|
61
|
+
#XFLD: Split cells with multiple values
|
|
62
|
+
SPLIT_CELLS=Podijeli \u0107elije s vi\u0161estrukim vrijednostima
|
|
63
|
+
|
|
64
|
+
#XFLD: Include filter settings
|
|
65
|
+
INCLUDE_FILTER_SETTINGS=Uklju\u010Di pode\u0161avanja filtera
|
|
66
|
+
|
|
67
|
+
#XFLD: Techincal Information
|
|
68
|
+
TECHNICAL_INFORMATION=Tehni\u010Dke informacije
|
|
69
|
+
|
|
70
|
+
#XFLD: User Information
|
|
71
|
+
USER_NAME=Korisnik
|
|
72
|
+
|
|
73
|
+
#XFLD: Creation time
|
|
74
|
+
CREATED_TIME=Vrijeme kreiranja
|
|
75
|
+
|
|
76
|
+
#XFLD: Archive format
|
|
77
|
+
ARCHIVE_FORMAT=Format arhive
|
|
78
|
+
|
|
79
|
+
#XHED: Header of the filter sheet
|
|
80
|
+
FILTER_HEADER=Filter
|
|
81
|
+
|
|
82
|
+
#XFLD: Add current date and time to the file name
|
|
83
|
+
ADD_DATE_TIME=Dodaj teku\u0107i datum i vrijeme u naziv fajla
|
|
84
|
+
|
|
85
|
+
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
86
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
87
|
+
|
|
88
|
+
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
89
|
+
GSHEET_FILETYPE=Google Sheets
|
|
90
|
+
|
|
91
|
+
#XMSG: File name warning text
|
|
92
|
+
FILENAME_WARNING=Naziv fajla koji ste unijeli prekora\u010Duje 100 znakova. To mo\u017Ee sprije\u010Diti pravilno otvaranje tabelarnog izra\u010Dunavanja.
|
|
93
|
+
|
|
94
|
+
#XFLD: Paper Size
|
|
95
|
+
PAPER_SIZE=Veli\u010Dina papira
|
|
96
|
+
|
|
97
|
+
#XFLD: Orientation
|
|
98
|
+
ORIENTATION=Orijentacija
|
|
99
|
+
|
|
100
|
+
#XFLD: Font Size
|
|
101
|
+
FONT_SIZE=Veli\u010Dina fonta
|
|
102
|
+
|
|
103
|
+
#XLST: Paper size config for PDF export
|
|
104
|
+
PAPER_SIZE_A4=A4
|
|
105
|
+
|
|
106
|
+
#XLST: Paper size config for PDF export
|
|
107
|
+
PAPER_SIZE_US_LETTER=US Letter
|
|
108
|
+
|
|
109
|
+
#XLST: Orientation config for PDF export
|
|
110
|
+
ORIENTATION_LAND=Polo\u017Eeno
|
|
111
|
+
|
|
112
|
+
#XLST: Orientation config for PDF export
|
|
113
|
+
ORIENTATION_PORT=Uspravno
|
|
114
|
+
|
|
115
|
+
#XMSG: Font size error text
|
|
116
|
+
NUMBER_ERROR=Vrijednost treba da bude broj.
|
|
117
|
+
|
|
118
|
+
#XFLD: Fit to Page
|
|
119
|
+
ENABLE_ACCESSIBILITY=Aktiviraj dostupnost
|
|
120
|
+
|
|
121
|
+
#XFLD: Enable Accessibility
|
|
122
|
+
FITTOPAGE=Uklopi u stranicu
|
|
123
|
+
|
|
124
|
+
#XFLD: Enable Signature
|
|
125
|
+
ENABLE_SIGNATURE=Aktiviraj potpis
|
|
126
|
+
|
|
127
|
+
#XFLD: Show Pagenumber
|
|
128
|
+
SHOW_PAGENUM=Poka\u017Ei broj stranice
|
|
129
|
+
|
|
130
|
+
#XFLD: Reason for the Signature
|
|
131
|
+
SIGNATURE_REASON=Razlog
|
|
132
|
+
|
|
133
|
+
#XMSG: Message text informing that PDF is generated
|
|
134
|
+
PDF_GENERATION_IN_PROGRESS=PDF se generi\u0161e
|
|
135
|
+
|
|
136
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
137
|
+
PDF_GENERATION_ERROR=Do\u0161lo je do gre\u0161ke u toku izvoza PDF fajla.
|
|
138
|
+
|
|
139
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
140
|
+
PDF_GENERIC_ERROR=Gre\u0161ka u toku izvoza PDF fajla
|
|
141
|
+
|
|
142
|
+
#XMSG: File name error text
|
|
143
|
+
FILENAME_ERROR=Ne mo\u017Eete koristiti nijedan od sljede\u0107ih znakova u nazivu fajla\: \\ / \: * ? " < > |
|
|
144
|
+
|
|
145
|
+
#XMSG: Message text informing that exported file is being created
|
|
146
|
+
PROGRESS_BUNDLE_MSG=Generisanje fajla...
|
|
147
|
+
|
|
148
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
149
|
+
XLSX_DEFAULT_TITLE=SAPUI5 izvoz
|
|
150
|
+
|
|
151
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
152
|
+
XLSX_DEFAULT_SHEETNAME=SAPUI5 izvoz
|
|
153
|
+
|
|
154
|
+
#XLST: Portable Document Format type config for PDF export
|
|
155
|
+
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
156
|
+
|
|
157
|
+
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
158
|
+
TOOLTIP_PDF_ACCESSIBILITY=Defini\u0161e da li se generisanom dokumentu mo\u017Ee pristupiti.
|
|
159
|
+
|
|
160
|
+
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
161
|
+
TOOLTIP_PDF_PAGENUMBER=Defini\u0161e da li generisani dokument sadr\u017Ei brojeve stranica u podno\u017Eju svake stranice.
|
|
162
|
+
|
|
163
|
+
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
164
|
+
TOOLTIP_PDF_SIGNATURE=Defini\u0161e da li je generisani dokument potpisan elektronskim potpisom.
|
|
165
|
+
|
|
166
|
+
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
167
|
+
TOOLTIP_FITTOPAGE=Generisani dokument ima sadr\u017Eaj koji je prilago\u0111en veli\u010Dini stranice.
|
|
168
|
+
|
|
169
|
+
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
170
|
+
TOOLTIP_ARCHIVE_FORMAT=Generisani dokument ispunjava uslove za PDF/A.
|
|
171
|
+
|
|
172
|
+
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
173
|
+
TOOLTIP_FILTER_SETTINGS=Generisani dokument ima pode\u0161avanja filtera na naslovnoj stranici.
|
|
174
|
+
|
|
175
|
+
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
176
|
+
TOOLTIP_FONT_SIZE=Defini\u0161e veli\u010Dinu fonta generisanog dokumenta.
|
|
177
|
+
|
|
178
|
+
#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=Odredi\u0161te
|
|
180
|
+
|
|
181
|
+
#XLST: This option indicates that the exported file will be saved on the local device
|
|
182
|
+
DESTINATION_LOCAL=Lokalno
|
|
183
|
+
|
|
184
|
+
#XLST: This option indicates that the exported file will be saved on a remote or cloud file share
|
|
185
|
+
DESTINATION_REMOTE=Oblak
|
|
186
|
+
|
|
187
|
+
#XHED: Dialog header for the CloudFilePicker
|
|
188
|
+
DESTINATION_DIALOG_TITLE=Izvezi u
|
|
189
|
+
|
|
190
|
+
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
191
|
+
DESTINATION_DIALOG_STATUS=Fajl se prijenosi; budite strpljivi...
|
|
192
|
+
|
|
193
|
+
#XMSG: Error message when exported file could not be transferred
|
|
194
|
+
DESTINATION_TRANSFER_ERROR=Fajl se ne mo\u017Ee prenijeti.
|
|
195
|
+
|
|
196
|
+
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
197
|
+
DESTINATION_TRANSFER_SUCCESS=Va\u0161 fajl je uspje\u0161no sa\u010Duvan.
|
|
198
|
+
|
|
199
|
+
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
200
|
+
DESTINATION_SELECTION_INCOMPLETE=Odabrano dijeljenje fajla je neva\u017Ee\u0107e.
|
|
201
|
+
|
|
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=Izvezi u...
|
|
204
|
+
|
|
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=Izvoz fajla u Google Sheets zahtjeva Google Workspace za podjelu fajla.\nOdaberite razli\u010Diti format ili razli\u010Ditu podjelu fajla.
|
|
@@ -1,136 +1,206 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.export library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XBUT: Cancel button in the dialog
|
|
5
|
+
CANCEL_BUTTON=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u206ACancel\u206A\u206A
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT: Close button in the dialog
|
|
8
|
+
CLOSE_BUTTON=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u206AClose\u206A\u206A
|
|
5
9
|
|
|
6
|
-
|
|
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\u200C\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u206AExport\u206A\u206A
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XHED: Default title text for the export progress dialog
|
|
14
|
+
PROGRESS_TITLE=\u206A\u206A\u206A\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u206AExport Document\u206A\u206A
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#XHED: Default title text for the export warning dialog
|
|
17
|
+
WARNING_TITLE=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200D\u200C\u206AWarning\u206A\u206A
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
20
|
+
PROGRESS_FETCHING_MSG=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u206AFetching data from server...\u206A\u206A
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XHED: Default title text for the export progress error message box
|
|
23
|
+
PROGRESS_ERROR_TITLE=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200D\u206AError\u206A\u206A
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
#XMSG: Message text informing that the exported file is too big
|
|
26
|
+
MSG_WARNING_CELL_COUNT=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200B\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
|
|
17
27
|
|
|
18
|
-
|
|
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\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200C\u206ADocuments with more than \u200B\u200B\u200B{0}\u200C\u200C\u200C cells might be too large to process.\u206A\u206A
|
|
19
30
|
|
|
20
|
-
|
|
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\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u206AThe document contains \u200B\u200B\u200B{0}\u200C\u200C\u200C rows.\u206A\u206A
|
|
21
33
|
|
|
22
|
-
|
|
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\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200C\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
|
|
23
36
|
|
|
24
|
-
|
|
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\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u206AThe document contains an unknown number of rows.\u206A\u206A
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
#XMSG: Part of a message text that gives advice on how to proceed
|
|
41
|
+
MSG_WARNING_ADVICE=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u200D\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
|
|
27
42
|
|
|
28
|
-
|
|
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\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u206AExport anyway?\u206A\u206A
|
|
29
45
|
|
|
30
|
-
|
|
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\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\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
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
50
|
+
PROGRESS_ERROR_DEFAULT=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u206AUnknown error\u206A\u206A
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
#XHED: Default title text for the export settings dialog
|
|
53
|
+
EXPORT_SETTINGS_TITLE=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200C\u206AExport As\u206A\u206A
|
|
35
54
|
|
|
36
|
-
|
|
55
|
+
#XFLD: Label for File Name input field
|
|
56
|
+
FILE_NAME=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u206AFile Name\u206A\u206A
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
#XFLD: Label for the file format Select control
|
|
59
|
+
SELECT_FORMAT=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u206AFormat\u206A\u206A
|
|
39
60
|
|
|
40
|
-
|
|
61
|
+
#XFLD: Split cells with multiple values
|
|
62
|
+
SPLIT_CELLS=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u206ASplit cells with multiple values\u206A\u206A
|
|
41
63
|
|
|
42
|
-
|
|
64
|
+
#XFLD: Include filter settings
|
|
65
|
+
INCLUDE_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u206AInclude filter settings\u206A\u206A
|
|
43
66
|
|
|
44
|
-
|
|
67
|
+
#XFLD: Techincal Information
|
|
68
|
+
TECHNICAL_INFORMATION=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u206ATechnical Information\u206A\u206A
|
|
45
69
|
|
|
46
|
-
|
|
70
|
+
#XFLD: User Information
|
|
71
|
+
USER_NAME=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u206AUser\u206A\u206A
|
|
47
72
|
|
|
48
|
-
|
|
73
|
+
#XFLD: Creation time
|
|
74
|
+
CREATED_TIME=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u206ACreation Time\u206A\u206A
|
|
49
75
|
|
|
50
|
-
|
|
76
|
+
#XFLD: Archive format
|
|
77
|
+
ARCHIVE_FORMAT=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u206AArchive Format\u206A\u206A
|
|
51
78
|
|
|
52
|
-
|
|
79
|
+
#XHED: Header of the filter sheet
|
|
80
|
+
FILTER_HEADER=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u206AFilter\u206A\u206A
|
|
53
81
|
|
|
54
|
-
|
|
82
|
+
#XFLD: Add current date and time to the file name
|
|
83
|
+
ADD_DATE_TIME=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u206AAdd current date and time to the file name\u206A\u206A
|
|
55
84
|
|
|
56
|
-
|
|
85
|
+
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
86
|
+
XLSX_FILETYPE=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200C\u206AMicrosoft Excel (*.xlsx)\u206A\u206A
|
|
57
87
|
|
|
58
|
-
|
|
88
|
+
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
89
|
+
GSHEET_FILETYPE=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200B\u206AGoogle Sheets\u206A\u206A
|
|
59
90
|
|
|
60
|
-
|
|
91
|
+
#XMSG: File name warning text
|
|
92
|
+
FILENAME_WARNING=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u206AThe file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.\u206A\u206A
|
|
61
93
|
|
|
62
|
-
|
|
94
|
+
#XFLD: Paper Size
|
|
95
|
+
PAPER_SIZE=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u206APaper Size\u206A\u206A
|
|
63
96
|
|
|
64
|
-
|
|
97
|
+
#XFLD: Orientation
|
|
98
|
+
ORIENTATION=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u206AOrientation\u206A\u206A
|
|
65
99
|
|
|
66
|
-
|
|
100
|
+
#XFLD: Font Size
|
|
101
|
+
FONT_SIZE=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200C\u206AFont Size\u206A\u206A
|
|
67
102
|
|
|
68
|
-
|
|
103
|
+
#XLST: Paper size config for PDF export
|
|
104
|
+
PAPER_SIZE_A4=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u206AA4\u206A\u206A
|
|
69
105
|
|
|
70
|
-
|
|
106
|
+
#XLST: Paper size config for PDF export
|
|
107
|
+
PAPER_SIZE_US_LETTER=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u206AUS Letter\u206A\u206A
|
|
71
108
|
|
|
72
|
-
|
|
109
|
+
#XLST: Orientation config for PDF export
|
|
110
|
+
ORIENTATION_LAND=\u206A\u206A\u206A\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u206ALandscape\u206A\u206A
|
|
73
111
|
|
|
74
|
-
|
|
112
|
+
#XLST: Orientation config for PDF export
|
|
113
|
+
ORIENTATION_PORT=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u206APortrait\u206A\u206A
|
|
75
114
|
|
|
76
|
-
|
|
115
|
+
#XMSG: Font size error text
|
|
116
|
+
NUMBER_ERROR=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200B\u206AThe value should be a number.\u206A\u206A
|
|
77
117
|
|
|
78
|
-
|
|
118
|
+
#XFLD: Fit to Page
|
|
119
|
+
ENABLE_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u206AEnable Accessibility\u206A\u206A
|
|
79
120
|
|
|
80
|
-
|
|
121
|
+
#XFLD: Enable Accessibility
|
|
122
|
+
FITTOPAGE=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u206AFit to Page\u206A\u206A
|
|
81
123
|
|
|
82
|
-
|
|
124
|
+
#XFLD: Enable Signature
|
|
125
|
+
ENABLE_SIGNATURE=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u206AEnable Signature\u206A\u206A
|
|
83
126
|
|
|
84
|
-
|
|
127
|
+
#XFLD: Show Pagenumber
|
|
128
|
+
SHOW_PAGENUM=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u206AShow Page Number\u206A\u206A
|
|
85
129
|
|
|
86
|
-
|
|
130
|
+
#XFLD: Reason for the Signature
|
|
131
|
+
SIGNATURE_REASON=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u206AReason\u206A\u206A
|
|
87
132
|
|
|
88
|
-
|
|
133
|
+
#XMSG: Message text informing that PDF is generated
|
|
134
|
+
PDF_GENERATION_IN_PROGRESS=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u206APDF is being generated\u206A\u206A
|
|
89
135
|
|
|
90
|
-
|
|
136
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
137
|
+
PDF_GENERATION_ERROR=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u206AThere was an error during the PDF export.\u206A\u206A
|
|
91
138
|
|
|
92
|
-
|
|
139
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
140
|
+
PDF_GENERIC_ERROR=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u206AError during PDF export\u206A\u206A
|
|
93
141
|
|
|
94
|
-
|
|
142
|
+
#XMSG: File name error text
|
|
143
|
+
FILENAME_ERROR=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200C\u200C\u206AYou cannot use any of the following characters in a file name\: \\ / \: * ? " < > |\u206A\u206A
|
|
95
144
|
|
|
96
|
-
|
|
145
|
+
#XMSG: Message text informing that exported file is being created
|
|
146
|
+
PROGRESS_BUNDLE_MSG=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u206AGenerating file...\u206A\u206A
|
|
97
147
|
|
|
98
|
-
|
|
148
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
149
|
+
XLSX_DEFAULT_TITLE=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u206ASAPUI5 Export\u206A\u206A
|
|
99
150
|
|
|
100
|
-
|
|
151
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
152
|
+
XLSX_DEFAULT_SHEETNAME=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u206ASAPUI5 Export\u206A\u206A
|
|
101
153
|
|
|
102
|
-
|
|
154
|
+
#XLST: Portable Document Format type config for PDF export
|
|
155
|
+
PDF_FILETYPE=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u206APortable Document Format (*.pdf)\u206A\u206A
|
|
103
156
|
|
|
104
|
-
|
|
157
|
+
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
158
|
+
TOOLTIP_PDF_ACCESSIBILITY=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200C\u206ADefines whether the generated document is accessible.\u206A\u206A
|
|
105
159
|
|
|
106
|
-
|
|
160
|
+
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
161
|
+
TOOLTIP_PDF_PAGENUMBER=\u206A\u206A\u206A\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u206ADefines whether the generated document contains page numbers in the footer of each page.\u206A\u206A
|
|
107
162
|
|
|
108
|
-
|
|
163
|
+
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
164
|
+
TOOLTIP_PDF_SIGNATURE=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u206ADefines whether the generated document is signed with a digital signature.\u206A\u206A
|
|
109
165
|
|
|
110
|
-
|
|
166
|
+
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
167
|
+
TOOLTIP_FITTOPAGE=\u206A\u206A\u206A\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u206AThe generated document has content that fits the size of the page.\u206A\u206A
|
|
111
168
|
|
|
112
|
-
|
|
169
|
+
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
170
|
+
TOOLTIP_ARCHIVE_FORMAT=\u206A\u206A\u206A\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u206AThe generated document conforms with PDF/A.\u206A\u206A
|
|
113
171
|
|
|
114
|
-
|
|
172
|
+
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
173
|
+
TOOLTIP_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u206AThe generated document has filter settings on the cover page.\u206A\u206A
|
|
115
174
|
|
|
116
|
-
|
|
175
|
+
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
176
|
+
TOOLTIP_FONT_SIZE=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u206ADefines the font size of the generated document.\u206A\u206A
|
|
117
177
|
|
|
118
|
-
|
|
178
|
+
#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\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u206ADestination\u206A\u206A
|
|
119
180
|
|
|
120
|
-
|
|
181
|
+
#XLST: This option indicates that the exported file will be saved on the local device
|
|
182
|
+
DESTINATION_LOCAL=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u206ALocal\u206A\u206A
|
|
121
183
|
|
|
122
|
-
|
|
184
|
+
#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\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u206ACloud\u206A\u206A
|
|
123
186
|
|
|
124
|
-
|
|
187
|
+
#XHED: Dialog header for the CloudFilePicker
|
|
188
|
+
DESTINATION_DIALOG_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u206AExport To\u206A\u206A
|
|
125
189
|
|
|
126
|
-
|
|
190
|
+
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
191
|
+
DESTINATION_DIALOG_STATUS=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u206AFile is being transferred - please be patient...\u206A\u206A
|
|
127
192
|
|
|
128
|
-
|
|
193
|
+
#XMSG: Error message when exported file could not be transferred
|
|
194
|
+
DESTINATION_TRANSFER_ERROR=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u206AFile could not be transferred.\u206A\u206A
|
|
129
195
|
|
|
130
|
-
|
|
196
|
+
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
197
|
+
DESTINATION_TRANSFER_SUCCESS=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u206AYour file has been saved successfully.\u206A\u206A
|
|
131
198
|
|
|
132
|
-
|
|
199
|
+
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
200
|
+
DESTINATION_SELECTION_INCOMPLETE=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u206AThe selected file share is invalid.\u206A\u206A
|
|
133
201
|
|
|
134
|
-
|
|
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=\u206A\u206A\u206A\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u206AExport To...\u206A\u206A
|
|
135
204
|
|
|
136
|
-
|
|
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=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200B\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
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
|
|
|
20
20
|
* convenience functions like <code>sap.ui.export.util.Filter#setType</code> to improve the result.
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.120.
|
|
23
|
+
* @version 1.120.3
|
|
24
24
|
*
|
|
25
25
|
* @since 1.110
|
|
26
26
|
* @alias sap.ui.export.util.Filter
|
|
@@ -79,6 +79,19 @@ sap.ui.define(['sap/ui/base/Object'], function(BaseObject) {
|
|
|
79
79
|
aFormattedValues = [];
|
|
80
80
|
fnFormat = this.type ? this.format || this.type.formatValue.bind(this.type) : this.format;
|
|
81
81
|
|
|
82
|
+
// Temporary solution for Case CS20230006407095
|
|
83
|
+
if (this.type?.isA(['sap.ui.model.odata.type.Boolean', 'sap.ui.model.type.Boolean'])) {
|
|
84
|
+
const fnFormatWrapped = fnFormat;
|
|
85
|
+
|
|
86
|
+
fnFormat = (vVal) => {
|
|
87
|
+
if (typeof vVal === 'string') {
|
|
88
|
+
vVal = vVal.toLowerCase() !== 'false';
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return fnFormatWrapped(vVal, 'string'); // Pass output type in case SimpleType.formatValue is being used
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
82
95
|
this.getRawValues().forEach(function(oRawFilter) {
|
|
83
96
|
var vValue = oRawFilter.value;
|
|
84
97
|
|