@sapui5/sap.ui.export 1.109.0 → 1.111.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 +7 -3
- package/src/sap/ui/export/ExportDialog.js +1 -1
- package/src/sap/ui/export/ExportHandler.js +58 -43
- package/src/sap/ui/export/ExportUtils.js +87 -100
- package/src/sap/ui/export/PortableDocument.js +60 -27
- package/src/sap/ui/export/Spreadsheet.js +10 -6
- package/src/sap/ui/export/SpreadsheetExport.js +2 -2
- package/src/sap/ui/export/fragments/SettingsDialog.fragment.xml +4 -4
- package/src/sap/ui/export/library.js +3 -3
- package/src/sap/ui/export/messagebundle.properties +6 -0
- package/src/sap/ui/export/messagebundle_ar.properties +5 -1
- package/src/sap/ui/export/messagebundle_bg.properties +5 -1
- package/src/sap/ui/export/messagebundle_ca.properties +5 -1
- package/src/sap/ui/export/messagebundle_cs.properties +5 -1
- package/src/sap/ui/export/messagebundle_cy.properties +5 -1
- package/src/sap/ui/export/messagebundle_da.properties +5 -1
- package/src/sap/ui/export/messagebundle_de.properties +5 -1
- package/src/sap/ui/export/messagebundle_el.properties +5 -1
- package/src/sap/ui/export/messagebundle_en.properties +5 -1
- package/src/sap/ui/export/messagebundle_en_GB.properties +5 -1
- package/src/sap/ui/export/messagebundle_en_US_sappsd.properties +4 -0
- package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +4 -0
- package/src/sap/ui/export/messagebundle_en_US_saptrc.properties +4 -0
- package/src/sap/ui/export/messagebundle_es.properties +4 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +4 -0
- package/src/sap/ui/export/messagebundle_et.properties +4 -0
- package/src/sap/ui/export/messagebundle_fi.properties +5 -1
- package/src/sap/ui/export/messagebundle_fr.properties +5 -1
- package/src/sap/ui/export/messagebundle_fr_CA.properties +7 -3
- package/src/sap/ui/export/messagebundle_hi.properties +5 -1
- package/src/sap/ui/export/messagebundle_hr.properties +4 -0
- package/src/sap/ui/export/messagebundle_hu.properties +5 -1
- package/src/sap/ui/export/messagebundle_id.properties +5 -1
- package/src/sap/ui/export/messagebundle_it.properties +5 -1
- package/src/sap/ui/export/messagebundle_iw.properties +4 -0
- package/src/sap/ui/export/messagebundle_ja.properties +5 -1
- package/src/sap/ui/export/messagebundle_kk.properties +5 -1
- package/src/sap/ui/export/messagebundle_ko.properties +4 -0
- package/src/sap/ui/export/messagebundle_lt.properties +4 -0
- package/src/sap/ui/export/messagebundle_lv.properties +5 -1
- package/src/sap/ui/export/messagebundle_ms.properties +5 -1
- package/src/sap/ui/export/messagebundle_nl.properties +5 -1
- package/src/sap/ui/export/messagebundle_no.properties +5 -1
- package/src/sap/ui/export/messagebundle_pl.properties +5 -1
- package/src/sap/ui/export/messagebundle_pt.properties +5 -1
- package/src/sap/ui/export/messagebundle_pt_PT.properties +5 -1
- package/src/sap/ui/export/messagebundle_ro.properties +5 -1
- package/src/sap/ui/export/messagebundle_ru.properties +4 -0
- package/src/sap/ui/export/messagebundle_sh.properties +5 -1
- package/src/sap/ui/export/messagebundle_sk.properties +5 -1
- package/src/sap/ui/export/messagebundle_sl.properties +5 -1
- package/src/sap/ui/export/messagebundle_sv.properties +5 -1
- package/src/sap/ui/export/messagebundle_th.properties +5 -1
- package/src/sap/ui/export/messagebundle_tr.properties +5 -1
- package/src/sap/ui/export/messagebundle_uk.properties +5 -1
- package/src/sap/ui/export/messagebundle_vi.properties +5 -1
- package/src/sap/ui/export/messagebundle_zh_CN.properties +5 -1
- package/src/sap/ui/export/messagebundle_zh_TW.properties +5 -1
- package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
- 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 +208 -0
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
'sap/base/Log',
|
|
8
|
-
'sap/m/MessageToast',
|
|
9
8
|
'sap/ui/core/Core',
|
|
10
9
|
'sap/ui/export/ExportBase',
|
|
11
10
|
'sap/ui/export/ExportUtils',
|
|
12
|
-
'sap/ui/model/odata/v4/ODataModel'
|
|
13
|
-
|
|
11
|
+
'sap/ui/model/odata/v4/ODataModel',
|
|
12
|
+
'./ExportDialog'
|
|
13
|
+
], function(Log, Core, ExportBase, ExportUtils, ODataModel, ExportDialog) {
|
|
14
14
|
'use strict';
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* @constructor 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.
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.111.0
|
|
21
21
|
*
|
|
22
22
|
* @since 1.96
|
|
23
23
|
* @alias sap.ui.export.PortableDocument
|
|
@@ -26,9 +26,8 @@ sap.ui.define([
|
|
|
26
26
|
*/
|
|
27
27
|
var PortableDocument = ExportBase.extend('sap.ui.export.PortableDocument', {
|
|
28
28
|
|
|
29
|
-
constructor: function(mSettings) {
|
|
30
|
-
ExportBase.call(this, mSettings);
|
|
31
|
-
|
|
29
|
+
constructor: function(mSettings, mCapabilities) {
|
|
30
|
+
ExportBase.call(this, mSettings, mCapabilities);
|
|
32
31
|
|
|
33
32
|
/* Only apply supported properties */
|
|
34
33
|
['paperSize', 'orientation', 'font', 'fontSize', 'doEnableAccessibility', 'fitToPage', 'signature', 'signatureReason', 'pdfArchive'].forEach(function(sProperty) {
|
|
@@ -82,21 +81,9 @@ sap.ui.define([
|
|
|
82
81
|
* @returns {object} - Valid data source configuration built upon the ListBinding
|
|
83
82
|
*/
|
|
84
83
|
PortableDocument.prototype.createDataSourceFromBinding = function(oBinding) {
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Use empty array as default in case of <code>ListBinding</code> is not of type
|
|
88
|
-
* ClientListBinding and does not provide a getDownloadUrl function
|
|
89
|
-
*/
|
|
90
84
|
var oDataSource = null;
|
|
91
85
|
|
|
92
|
-
|
|
93
|
-
* If <code>ClientListBinding</code>, we use the binding path to receive the data from the underlying model
|
|
94
|
-
*/
|
|
95
|
-
if (oBinding.isA('sap.ui.model.ClientListBinding')) {
|
|
96
|
-
Log.error('Unable to create dataSource configuration due to not supported Binding: ' + oBinding.getMetadata().getName());
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
if (oBinding.isA('sap.ui.model.ClientTreeBinding')) {
|
|
86
|
+
if (oBinding.isA(['sap.ui.model.ClientListBinding', 'sap.ui.model.ClientTreeBinding'])) {
|
|
100
87
|
Log.error('Unable to create dataSource configuration due to not supported Binding: ' + oBinding.getMetadata().getName());
|
|
101
88
|
}
|
|
102
89
|
|
|
@@ -124,7 +111,7 @@ sap.ui.define([
|
|
|
124
111
|
type: 'odata',
|
|
125
112
|
version: bV4ODataModel ? 4 : 2,
|
|
126
113
|
dataUrl: oDataUrl.toString(),
|
|
127
|
-
serviceUrl:
|
|
114
|
+
serviceUrl: this._resolveServiceUrl(sServiceUrl),
|
|
128
115
|
headers: bV4ODataModel ? oModel.getHttpHeaders(true) : oModel.getHeaders()
|
|
129
116
|
};
|
|
130
117
|
}
|
|
@@ -132,6 +119,33 @@ sap.ui.define([
|
|
|
132
119
|
return oDataSource;
|
|
133
120
|
};
|
|
134
121
|
|
|
122
|
+
/**
|
|
123
|
+
* Resolves the service URL that contains the DocumentDescription
|
|
124
|
+
* relative to the current service URL. The returned service URL
|
|
125
|
+
* always ends with an forward slash.
|
|
126
|
+
*
|
|
127
|
+
* @param {string} sCurrentServiceUrl URL of the data service
|
|
128
|
+
* @returns {string} Converted service url
|
|
129
|
+
*/
|
|
130
|
+
PortableDocument.prototype._resolveServiceUrl = function(sCurrentServiceUrl) {
|
|
131
|
+
var isRelative, sReference;
|
|
132
|
+
|
|
133
|
+
sCurrentServiceUrl += sCurrentServiceUrl.endsWith('/') ? '' : '/';
|
|
134
|
+
isRelative = /^[\./]/.test(sCurrentServiceUrl);
|
|
135
|
+
sReference = this._mCapabilities.DocumentDescriptionReference;
|
|
136
|
+
|
|
137
|
+
if (typeof sReference !== 'string') {
|
|
138
|
+
return sCurrentServiceUrl.split('/').slice(0, -5).join('/') + '/default/iwbep/common/0001/';
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
sReference = sReference.endsWith('/') ? sReference : sReference.split('/').slice(0, -1).join('/') + '/';
|
|
142
|
+
var oUrl = new URL(sCurrentServiceUrl, document.baseURI);
|
|
143
|
+
|
|
144
|
+
oUrl = new URL(sReference, oUrl.href);
|
|
145
|
+
|
|
146
|
+
return isRelative ? oUrl.pathname : oUrl.href;
|
|
147
|
+
};
|
|
148
|
+
|
|
135
149
|
/**
|
|
136
150
|
* Creates the DocumentDescription based on the given export
|
|
137
151
|
* settings and assigns a unique Id to it.
|
|
@@ -167,6 +181,13 @@ sap.ui.define([
|
|
|
167
181
|
"TableColumns": []
|
|
168
182
|
};
|
|
169
183
|
|
|
184
|
+
if (oWorkbook.hierarchyLevel && oWorkbook.drillState && window.location.href.includes('sap-ui-xx-enable-tree-export')) {
|
|
185
|
+
oDocumentDescription.Hierarchy = {
|
|
186
|
+
"DistanceFromRootElement": oWorkbook.hierarchyLevel,
|
|
187
|
+
"DrillStateElement": oWorkbook.drillState
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
|
|
170
191
|
oMetaInfo = oWorkbook.context.metainfo;
|
|
171
192
|
|
|
172
193
|
/* Add metaInfo to CoverPage */
|
|
@@ -226,9 +247,15 @@ sap.ui.define([
|
|
|
226
247
|
* @returns {string} Name of the EntitySet according to the OData version
|
|
227
248
|
*/
|
|
228
249
|
PortableDocument.prototype._getEntitySetName = function(mDataSource) {
|
|
229
|
-
var
|
|
250
|
+
var sCollectionName, iVersion;
|
|
251
|
+
|
|
252
|
+
iVersion = mDataSource && mDataSource.version || 2; // Use OData V2 by default
|
|
230
253
|
|
|
231
|
-
|
|
254
|
+
if (this._mCapabilities && typeof this._mCapabilities.DocumentDescriptionCollection === 'string') {
|
|
255
|
+
sCollectionName = this._mCapabilities.DocumentDescriptionCollection;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
return sCollectionName || (iVersion == 4 ? 'MyDocumentDescriptions' : 'SAP__MyDocumentDescriptions');
|
|
232
259
|
};
|
|
233
260
|
|
|
234
261
|
/**
|
|
@@ -238,9 +265,9 @@ sap.ui.define([
|
|
|
238
265
|
* @returns {ODataModel} ODataModel, either V2 or V4.
|
|
239
266
|
*/
|
|
240
267
|
PortableDocument.prototype._getModel = function(oDataSource) {
|
|
241
|
-
var
|
|
268
|
+
var iVersion = oDataSource.version || 2;
|
|
242
269
|
|
|
243
|
-
return
|
|
270
|
+
return iVersion === 4 ? new ODataModel({
|
|
244
271
|
serviceUrl: oDataSource.serviceUrl,
|
|
245
272
|
synchronizationMode: 'None'
|
|
246
273
|
}) : this._oModel;
|
|
@@ -358,7 +385,13 @@ sap.ui.define([
|
|
|
358
385
|
oBusyDialog.destroy();
|
|
359
386
|
}).catch(function(oError) {
|
|
360
387
|
oBusyDialog.destroy();
|
|
361
|
-
|
|
388
|
+
oError.text()
|
|
389
|
+
.then(function(sError) {
|
|
390
|
+
ExportDialog.showErrorMessage(sError);
|
|
391
|
+
})
|
|
392
|
+
.catch(function() {
|
|
393
|
+
ExportDialog.showErrorMessage(oResourceBundle.getText('PDF_GENERIC_ERROR'));
|
|
394
|
+
});
|
|
362
395
|
});
|
|
363
396
|
});
|
|
364
397
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -83,7 +83,7 @@ sap.ui.define([
|
|
|
83
83
|
* <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
|
|
84
84
|
* <ul>
|
|
85
85
|
* <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
|
|
86
|
-
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.
|
|
86
|
+
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.111.0")</li>
|
|
87
87
|
* <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
|
|
88
88
|
* <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
|
|
89
89
|
* <li><code>sheetName</code> (string) - The label of the data sheet</li>
|
|
@@ -166,7 +166,7 @@ sap.ui.define([
|
|
|
166
166
|
* columns: aColumns,
|
|
167
167
|
* context: {
|
|
168
168
|
* application: 'Debug Test Application',
|
|
169
|
-
* version: '1.
|
|
169
|
+
* version: '1.111.0',
|
|
170
170
|
* title: 'Some random title',
|
|
171
171
|
* modifiedBy: 'John Doe',
|
|
172
172
|
* metaSheetName: 'Custom metadata',
|
|
@@ -278,7 +278,7 @@ sap.ui.define([
|
|
|
278
278
|
* @constructor The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
|
|
279
279
|
*
|
|
280
280
|
* @author SAP SE
|
|
281
|
-
* @version 1.
|
|
281
|
+
* @version 1.111.0
|
|
282
282
|
*
|
|
283
283
|
* @since 1.50
|
|
284
284
|
* @name sap.ui.export.Spreadsheet
|
|
@@ -537,10 +537,14 @@ sap.ui.define([
|
|
|
537
537
|
* If <code>ClientListBinding</code>, we use the binding path to receive the data from the underlying model
|
|
538
538
|
*/
|
|
539
539
|
if (oBinding.isA('sap.ui.model.ClientListBinding')) {
|
|
540
|
-
var aData =
|
|
540
|
+
var aData = [];
|
|
541
|
+
|
|
542
|
+
oBinding.getAllCurrentContexts().forEach(function(oContext) {
|
|
543
|
+
aData.push(oContext.getObject());
|
|
544
|
+
});
|
|
541
545
|
|
|
542
546
|
oDataSource = {
|
|
543
|
-
data:
|
|
547
|
+
data: aData,
|
|
544
548
|
type: 'array'
|
|
545
549
|
};
|
|
546
550
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/export/ExportUtils'], function(Log, Expor
|
|
|
22
22
|
*
|
|
23
23
|
* @namespace
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.111.0
|
|
26
26
|
*
|
|
27
27
|
* @private
|
|
28
28
|
* @since 1.50.0
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
<Input id="exportSettingsDialog-fileName" value="{/fileName}" liveChange=".onFileNameChange" class="sapUiTinyMarginBottom"/>
|
|
6
6
|
|
|
7
7
|
<Label text="{i18n>SELECT_FORMAT}" labelFor="exportSettingsDialog-fileType"/>
|
|
8
|
-
<Select id="exportSettingsDialog-fileType" selectedKey="{/fileType}" items="{
|
|
8
|
+
<Select id="exportSettingsDialog-fileType" selectedKey="{/fileType}" items="{/fileTypeCollection}" change=".onFileTypeChange" width="100%" class="sapUiTinyMarginBottom">
|
|
9
9
|
<items>
|
|
10
10
|
<core:Item key="{key}" text="{text}"/>
|
|
11
11
|
</items>
|
|
12
12
|
</Select>
|
|
13
13
|
|
|
14
14
|
<Label text="{i18n>SELECT_DESTINATION}" labelFor="exportSettingsDialog-destination" visible="{path: '/destinationCollection', formatter: '.hasDestinations'}"/>
|
|
15
|
-
<Select id="exportSettingsDialog-destination" selectedKey="{/destination}" items="{
|
|
15
|
+
<Select id="exportSettingsDialog-destination" selectedKey="{/destination}" items="{/destinationCollection}" visible="{path: '/destinationCollection', formatter: '.hasDestinations'}" enabled="{path: '/fileType', formatter: '.isDestinationEnabled'}" width="100%" class="sapUiTinyMarginBottom">
|
|
16
16
|
<items>
|
|
17
17
|
<core:Item key="{key}" text="{text}"/>
|
|
18
18
|
</items>
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
|
|
27
27
|
<!-- PDF Specific settings -->
|
|
28
28
|
<Label text="{i18n>PAPER_SIZE}" labelFor="exportSettingsDialog-papersize" visible="{path:'/fileType', formatter: '.isPDF'}"/>
|
|
29
|
-
<Select id="exportSettingsDialog-papersize" selectedKey="{/paperSize}" items="{
|
|
29
|
+
<Select id="exportSettingsDialog-papersize" selectedKey="{/paperSize}" items="{/paperSizeCollection}" width="100%" visible="{path:'/fileType', formatter: '.isPDF'}" class="sapUiTinyMarginBottom">
|
|
30
30
|
<items>
|
|
31
31
|
<core:Item key="{key}" text="{text}"/>
|
|
32
32
|
</items>
|
|
33
33
|
</Select>
|
|
34
34
|
|
|
35
35
|
<Label text="{i18n>ORIENTATION}" labelFor="exportSettingsDialog-orientation" visible="{path:'/fileType', formatter: '.isPDF'}"/>
|
|
36
|
-
<Select id="exportSettingsDialog-orientation" selectedKey="{/orientation}" items="{
|
|
36
|
+
<Select id="exportSettingsDialog-orientation" selectedKey="{/orientation}" items="{/orientationCollection}" width="100%" visible="{path:'/fileType', formatter: '.isPDF'}" class="sapUiTinyMarginBottom">
|
|
37
37
|
<items>
|
|
38
38
|
<core:Item key="{key}" text="{text}"/>
|
|
39
39
|
</items>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @namespace
|
|
18
18
|
* @alias sap.ui.export
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.111.0
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
interfaces: [],
|
|
34
34
|
controls: [],
|
|
35
35
|
elements: [],
|
|
36
|
-
version: "1.
|
|
36
|
+
version: "1.111.0"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
|
|
@@ -115,6 +115,12 @@ SIGNATURE_REASON=Reason
|
|
|
115
115
|
#XMSG: Message text informing that PDF is generated
|
|
116
116
|
PDF_GENERATION_IN_PROGRESS=PDF is being generated
|
|
117
117
|
|
|
118
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
119
|
+
PDF_GENERATION_ERROR=There has been an error during the PDF export
|
|
120
|
+
|
|
121
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
122
|
+
PDF_GENERIC_ERROR=Error during PDF export
|
|
123
|
+
|
|
118
124
|
#XMSG: File name error text
|
|
119
125
|
FILENAME_ERROR=You cannot use any of the following characters in a file name: \\ / : * ? " < > |
|
|
120
126
|
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=\u062A\u0635\u0641\u064A\u0629
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0642\u062A \u0648\u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062D\u0627\u0644\u064A \u0625\u0644\u0649 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=\u0635\u062D\u0627\u0626\u0641 Google
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=\u0627\u0644\u0633\u0628\u0628
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=\u064A\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 PDF
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0635\u062F\u064A\u0631 PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0635\u062F\u064A\u0631 PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u064A \u0645\u0646 \u0627\u0644\u062D\u0631\u0648\u0641 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0641\u064A \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641\: \\ / \: * \u061F " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0644\u0641...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=\u0424\u0438\u043B\u0442\u044A\u0440
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0442\u0435\u043A\u0443\u0449\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u043A\u044A\u043C \u0438\u043C\u0435\u0442\u043E \u043D\u0430 \u0444\u0430\u0439\u043B\u0430
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google \u0442\u0430\u0431\u043B\u0438\u0446\u0438
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=\u041F\u0440\u0438\u0447\u0438\u043D\u0430
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF \u0441\u0435 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 PDF \u0444\u0430\u0439\u043B\u0430.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 PDF \u0444\u0430\u0439\u043B\u0430
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=\u0412 \u0438\u043C\u0435\u043D\u0430\u0442\u0430 \u043D\u0430 \u0444\u0430\u0439\u043B\u043E\u0432\u0435\u0442\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u0438\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430 \u0441\u0435 \u0444\u0430\u0439\u043B...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filtrar
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Afegir data i hora actual al nom del fitxer
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Fulls de c\u00E0lcul de Google
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Motiu
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=S'est\u00E0 generant el PDF
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=S'ha produ\u00EFt un error en exportar el PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Error en exportar el PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=No podeu utilitzar cap dels seg\u00FCents car\u00E0cters en un nom de fitxer\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generant fitxer...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filtrovat
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=P\u0159idat k n\u00E1zvu souboru aktu\u00E1ln\u00ED datum a \u010Das
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Listy Google
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=D\u016Fvod
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF se pr\u00E1v\u011B generuje
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=P\u0159i exportu PDF do\u0161lo k chyb\u011B.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Chyba p\u0159i exportu PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=V n\u00E1zvu souboru nesm\u00EDte pou\u017E\u00EDt \u017E\u00E1dn\u00FD z n\u00E1sleduj\u00EDc\u00EDch znak\u016F\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generov\u00E1n\u00ED souboru...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Hidlydd
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Ychwanegu'r dyddiad ac amser cyfredol at enw'r ffeil
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Rheswm
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=Mae'r PDF yn cael ei gynhyrchu
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Roedd gwall wrth allgludo'r PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Gwall wrth allgludo'r PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Ni allwch ddefnyddio unrhyw un o'r nodau canlynol mewn enw ffeil\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Wrthi'n cynhyrchu'r ffeil...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filtrer
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Tilf\u00F8j aktuel dato og aktuelt klokkesl\u00E6t til filnavnet
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=\u00C5rsag
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF genereres
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Der opstod en fejl under PDF-eksporten.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Fejl under PDF-eksport
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Du kan ikke anvende nogen af f\u00F8lgende tegn i et filnavn\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Genererer fil...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filtern
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Dateiname um aktuelles Datum und aktuelle Zeit erg\u00E4nzen
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Tabellen
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Grund
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF wird generiert
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Beim PDF-Export ist ein Fehler aufgetreten.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Fehler beim PDF-Export
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Die folgenden Zeichen k\u00F6nnen Sie nicht in Dateinamen verwenden\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Datei wird generiert...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03B7\u03BC/\u03BD\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1\u03C2 \u03C3\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=\u03A5\u03C0\u03BF\u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03A6\u03CD\u03BB\u03BB\u03B1 Google
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=\u0391\u03B9\u03C4\u03AF\u03B1
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03C4\u03B1\u03B9
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03BF\u03C5\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03C3\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filter
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Add current date and time to the file name
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Reason
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF is being generated
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=There was an error during the PDF export.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Error during PDF export
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generating file...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filter
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Add current date and time to the file name
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Reason
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF is being generated
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=There was an error during the PDF export.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Error during PDF export
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generating file...
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=[[[\u0158\u0113\u0105\u015F\u014F\u014B\u2219\u2219\u2219\u2219
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=[[[\u01A4\u010E\u0191 \u012F\u015F \u0183\u0113\u012F\u014B\u011F \u011F\u0113\u014B\u0113\u0157\u0105\u0163\u0113\u018C\u2219\u2219\u2219\u2219\u2219]]]
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=[[[\u0162\u0125\u0113\u0157\u0113 \u0125\u0105\u015F \u0183\u0113\u0113\u014B \u0105\u014B \u0113\u0157\u0157\u014F\u0157 \u018C\u0171\u0157\u012F\u014B\u011F \u0163\u0125\u0113 \u01A4\u010E\u0191 \u0113\u03C7\u03C1\u014F\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=[[[\u0114\u0157\u0157\u014F\u0157 \u018C\u0171\u0157\u012F\u014B\u011F \u01A4\u010E\u0191 \u0113\u03C7\u03C1\u014F\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=[[[\u0176\u014F\u0171 \u010B\u0105\u014B\u014B\u014F\u0163 \u0171\u015F\u0113 \u0105\u014B\u0177 \u014F\u0192 \u0163\u0125\u0113 \u0192\u014F\u013A\u013A\u014F\u0175\u012F\u014B\u011F \u010B\u0125\u0105\u0157\u0105\u010B\u0163\u0113\u0157\u015F \u012F\u014B \u0105 \u0192\u012F\u013A\u0113 \u014B\u0105\u0271\u0113\: \\ / \: * ? " < > |\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=[[[\u0122\u0113\u014B\u0113\u0157\u0105\u0163\u012F\u014B\u011F \u0192\u012F\u013A\u0113...\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u2
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u206APDF is being generated\u206A\u206A
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u206AThere has been an error during the PDF export\u206A\u206A
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200C\u206AError during PDF export\u206A\u206A
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=\u206A\u206A\u206A\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u206AYou cannot use any of the following characters in a file name\: \\ / \: * ? " < > |\u206A\u206A
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u206AGenerating file...\u206A\u206A
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=IfKiI4l6ySDCQb8CDD/6pw_Reason
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=SuU+7ewlfF/khTSO8HwVHQ_PDF is being generated
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=wb7orxCnDnpunVccAt/ipg_There has been an error during the PDF export
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=aiPVuaU1jX68kDjA1W/MZg_Error during PDF export
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=SWYZjlpHbphmsczMuY036w_You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=RsVBsoChSGSs6+sIrSTsWQ_Generating file...
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Motivo
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=Se est\u00E1 generando el PDF
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Se ha producido un error durante la exportaci\u00F3n de PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Error durante la exportaci\u00F3n de PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=No puede utilizar ninguno de los siguientes caracteres en un nombre de fichero\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generando fichero...
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Motivo
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=Se est\u00E1 generando el PDF
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Se produjo un error durante la exportaci\u00F3n de PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Error durante la exportaci\u00F3n de PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=No se pueden usar ninguno de los siguientes caracteres en el nombre de un archivo\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Generando archivo...
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=P\u00F5hjus
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF-i genereeritakse
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=PDF-i eksportimisel ilmnes t\u00F5rge.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=T\u00F5rge PDF-i eksportimisel
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Faili nimes ei tohi kasutada j\u00E4rgmisi m\u00E4rke\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Faili genereerimine...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Suodin
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Lis\u00E4\u00E4 tiedostonimeen kuluva p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja aika
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Syy
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF\:\u00E4\u00E4 generoidaan
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=PDF-viennin aikana tapahtui virhe.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Virhe PDF-viennin aikana
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Et voi k\u00E4ytt\u00E4\u00E4 mit\u00E4\u00E4n seuraavista merkeist\u00E4 tiedoston nimess\u00E4\: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=Tiedosto generoidaan...
|
|
@@ -43,7 +43,7 @@ FILTER_HEADER=Filtrer
|
|
|
43
43
|
|
|
44
44
|
ADD_DATE_TIME=Ajouter les date et heure actuelles au nom du fichier
|
|
45
45
|
|
|
46
|
-
XLSX_FILETYPE=Microsoft Excel (
|
|
46
|
+
XLSX_FILETYPE=Microsoft Excel (*.xlsx)
|
|
47
47
|
|
|
48
48
|
GSHEET_FILETYPE=Google Sheets
|
|
49
49
|
|
|
@@ -75,6 +75,10 @@ SIGNATURE_REASON=Motif
|
|
|
75
75
|
|
|
76
76
|
PDF_GENERATION_IN_PROGRESS=PDF en cours de g\u00E9n\u00E9ration
|
|
77
77
|
|
|
78
|
+
PDF_GENERATION_ERROR=Une erreur est survenue lors de l'exportation PDF.
|
|
79
|
+
|
|
80
|
+
PDF_GENERIC_ERROR=Erreur lors de l'exportation PDF
|
|
81
|
+
|
|
78
82
|
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier \: \\ / \: * ? " < > |
|
|
79
83
|
|
|
80
84
|
PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier...
|