@sapui5/sap.ui.export 1.127.0 → 1.127.2
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_ar.properties +2 -0
- package/src/sap/ui/export/messagebundle_bg.properties +2 -0
- package/src/sap/ui/export/messagebundle_ca.properties +2 -0
- package/src/sap/ui/export/messagebundle_cnr.properties +2 -0
- package/src/sap/ui/export/messagebundle_cs.properties +2 -0
- package/src/sap/ui/export/messagebundle_cy.properties +2 -0
- package/src/sap/ui/export/messagebundle_da.properties +2 -0
- package/src/sap/ui/export/messagebundle_de.properties +2 -0
- package/src/sap/ui/export/messagebundle_el.properties +2 -0
- package/src/sap/ui/export/messagebundle_en_GB.properties +2 -0
- package/src/sap/ui/export/messagebundle_en_US_sappsd.properties +82 -7
- package/src/sap/ui/export/messagebundle_en_US_saptrc.properties +143 -68
- package/src/sap/ui/export/messagebundle_es.properties +2 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/export/messagebundle_et.properties +2 -0
- package/src/sap/ui/export/messagebundle_fi.properties +2 -0
- package/src/sap/ui/export/messagebundle_fr.properties +2 -0
- package/src/sap/ui/export/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/export/messagebundle_hi.properties +2 -0
- package/src/sap/ui/export/messagebundle_hr.properties +2 -0
- package/src/sap/ui/export/messagebundle_hu.properties +2 -0
- package/src/sap/ui/export/messagebundle_id.properties +2 -0
- package/src/sap/ui/export/messagebundle_it.properties +2 -0
- package/src/sap/ui/export/messagebundle_iw.properties +2 -0
- package/src/sap/ui/export/messagebundle_ja.properties +2 -0
- package/src/sap/ui/export/messagebundle_kk.properties +2 -0
- package/src/sap/ui/export/messagebundle_ko.properties +2 -0
- package/src/sap/ui/export/messagebundle_lt.properties +2 -0
- package/src/sap/ui/export/messagebundle_lv.properties +2 -0
- package/src/sap/ui/export/messagebundle_mk.properties +2 -0
- package/src/sap/ui/export/messagebundle_ms.properties +2 -0
- package/src/sap/ui/export/messagebundle_nl.properties +2 -0
- package/src/sap/ui/export/messagebundle_no.properties +2 -0
- package/src/sap/ui/export/messagebundle_pl.properties +2 -0
- package/src/sap/ui/export/messagebundle_pt.properties +2 -0
- package/src/sap/ui/export/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/export/messagebundle_ro.properties +2 -0
- package/src/sap/ui/export/messagebundle_ru.properties +2 -0
- package/src/sap/ui/export/messagebundle_sh.properties +2 -0
- package/src/sap/ui/export/messagebundle_sk.properties +2 -0
- package/src/sap/ui/export/messagebundle_sl.properties +2 -0
- package/src/sap/ui/export/messagebundle_sr.properties +2 -0
- package/src/sap/ui/export/messagebundle_sv.properties +2 -0
- package/src/sap/ui/export/messagebundle_th.properties +2 -0
- package/src/sap/ui/export/messagebundle_tr.properties +2 -0
- package/src/sap/ui/export/messagebundle_uk.properties +2 -0
- package/src/sap/ui/export/messagebundle_vi.properties +3 -1
- package/src/sap/ui/export/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/export/messagebundle_zh_TW.properties +2 -0
- package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
- package/src/sap/ui/export/util/Filter.js +1 -1
|
@@ -1,136 +1,211 @@
|
|
|
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=modg2pjCAa6BEYkgDYNXug_Cancel
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT: Close button in the dialog
|
|
8
|
+
CLOSE_BUTTON=ZbC/6w17jWRu6abQaX4c/w_Close
|
|
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=yBhP4D/r4zd/jZayl+h/4A_Export
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XHED: Default title text for the export progress dialog
|
|
14
|
+
PROGRESS_TITLE=+MYrZ9z0peGB0+hJ1LtcPQ_Export Document
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#XHED: Default title text for the export warning dialog
|
|
17
|
+
WARNING_TITLE=Nf3w7J/XqjLgmweSrrTtRQ_Warning
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
20
|
+
PROGRESS_FETCHING_MSG=bIgiajgcYXsx9bQ8CgwFkw_Fetching data from server...
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XHED: Default title text for the export progress error message box
|
|
23
|
+
PROGRESS_ERROR_TITLE=CuOUxVZOWGV3UXu6i4aiRg_Error
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
#XMSG: Message text informing that the exported file is too big
|
|
26
|
+
MSG_WARNING_CELL_COUNT=DzQdxb4eQW9xV+uK91INxA_The document contains {0} rows and {1} column(s) ({2} cells).
|
|
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=rEh08Pgti7TZZ55VpTYiwg_Documents with more than {0} cells might be too large to process.
|
|
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=zjostxh4VuP2T3zfYq+92Q_The document contains {0} rows.
|
|
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=X3TEzKoOOwyL89X8/2RQkg_Only {0} rows can be exported in a single {1} file.
|
|
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=yQKqiAEoeTY3OeboaJM3UQ_The document contains an unknown number of rows.
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
#XMSG: Part of a message text that gives advice on how to proceed
|
|
41
|
+
MSG_WARNING_ADVICE=QOcXT7t9JjWQoLtku5ZuKg_Please 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.
|
|
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=6GBV7qNOqjF5ACqz3qiFWA_Export anyway?
|
|
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=VNHyrddvN5WSk6qtKVMTCQ_The export process ran out of memory and was terminated.\nPlease adjust your column or filter settings to select a smaller number of cells.
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
|
+
MSG_INFO_EXPORT_FINISHED=c9y6Oqn7R13YJMtkiuy41A_The export is finished, and the file has been downloaded.
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=wnQFry6uAjC4wv/PhlzxuQ_Downloaded {0} of {1}.
|
|
54
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
55
|
+
PROGRESS_ERROR_DEFAULT=ZCp3Rpp1rXAkDwuRsjkCAA_Unknown error
|
|
35
56
|
|
|
36
|
-
|
|
57
|
+
#XHED: Default title text for the export settings dialog
|
|
58
|
+
EXPORT_SETTINGS_TITLE=uRL5IaNNvo3xb9W7jii+0A_Export As
|
|
37
59
|
|
|
38
|
-
|
|
60
|
+
#XFLD: Label for File Name input field
|
|
61
|
+
FILE_NAME=gz8gQq3tGxN8SQD4xD6q2g_File Name
|
|
39
62
|
|
|
40
|
-
|
|
63
|
+
#XFLD: Label for the file format Select control
|
|
64
|
+
SELECT_FORMAT=WVTPFq7EtK1uU+LPpbcNZg_Format
|
|
41
65
|
|
|
42
|
-
|
|
66
|
+
#XFLD: Split cells with multiple values
|
|
67
|
+
SPLIT_CELLS=N3a58XdRDYrwBK3PIxjr9A_Split cells with multiple values
|
|
43
68
|
|
|
44
|
-
|
|
69
|
+
#XFLD: Include filter settings
|
|
70
|
+
INCLUDE_FILTER_SETTINGS=XE4zRMq+ItFtleuC85ranQ_Include filter settings
|
|
45
71
|
|
|
46
|
-
|
|
72
|
+
#XFLD: Techincal Information
|
|
73
|
+
TECHNICAL_INFORMATION=1xgZYm09iLlq1LOWIDds7A_Technical Information
|
|
47
74
|
|
|
48
|
-
|
|
75
|
+
#XFLD: User Information
|
|
76
|
+
USER_NAME=Kh8BZ+kFMjL4m86pZLqyNg_User
|
|
49
77
|
|
|
50
|
-
|
|
78
|
+
#XFLD: Creation time
|
|
79
|
+
CREATED_TIME=3UGAUU9wlgft1SHzePZ7BQ_Creation Time
|
|
51
80
|
|
|
52
|
-
|
|
81
|
+
#XFLD: Archive format
|
|
82
|
+
ARCHIVE_FORMAT=+vVsNfrZe8IJMwO/UphqlQ_Archive Format
|
|
53
83
|
|
|
54
|
-
|
|
84
|
+
#XHED: Header of the filter sheet
|
|
85
|
+
FILTER_HEADER=288kZ6IVYgbXCZeErx3VAw_Filter
|
|
55
86
|
|
|
56
|
-
|
|
87
|
+
#XFLD: Add current date and time to the file name
|
|
88
|
+
ADD_DATE_TIME=4ravONrqtlNbE4a7dsJAGg_Add current date and time to the file name
|
|
57
89
|
|
|
58
|
-
|
|
90
|
+
#XLST: Spreadsheet file type config for Microsoft Excel specific format
|
|
91
|
+
XLSX_FILETYPE=RzHh5y2ILjdvhrL+OGdSTA_Microsoft Excel (*.xlsx)
|
|
59
92
|
|
|
60
|
-
|
|
93
|
+
#XLST: Spreadsheet file type for exporting to Google Sheets
|
|
94
|
+
GSHEET_FILETYPE=UsJfvAJYvBNoQFGgMsDQaw_Google Sheets
|
|
61
95
|
|
|
62
|
-
|
|
96
|
+
#XMSG: File name warning text
|
|
97
|
+
FILENAME_WARNING=TQMeuuW7D2XBhnMCUEMbxw_The file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.
|
|
63
98
|
|
|
64
|
-
|
|
99
|
+
#XFLD: Paper Size
|
|
100
|
+
PAPER_SIZE=5vIxd89bNAk0qX0NFkCVRw_Paper Size
|
|
65
101
|
|
|
66
|
-
|
|
102
|
+
#XFLD: Orientation
|
|
103
|
+
ORIENTATION=zH4ZcaeSKxVezUY1gPK2iw_Orientation
|
|
67
104
|
|
|
68
|
-
|
|
105
|
+
#XFLD: Font Size
|
|
106
|
+
FONT_SIZE=eR8j5QJZhf4aYZeGybhY7w_Font Size
|
|
69
107
|
|
|
70
|
-
|
|
108
|
+
#XLST: Paper size config for PDF export
|
|
109
|
+
PAPER_SIZE_A4=L8PrQhSX3sVcvLBk7EX0ZQ_A4
|
|
71
110
|
|
|
72
|
-
|
|
111
|
+
#XLST: Paper size config for PDF export
|
|
112
|
+
PAPER_SIZE_US_LETTER=86sZ4MPDmWfTH7qTqApwpA_US Letter
|
|
73
113
|
|
|
74
|
-
|
|
114
|
+
#XLST: Orientation config for PDF export
|
|
115
|
+
ORIENTATION_LAND=65shYh/d33u6lgH9nQ8dvQ_Landscape
|
|
75
116
|
|
|
76
|
-
|
|
117
|
+
#XLST: Orientation config for PDF export
|
|
118
|
+
ORIENTATION_PORT=HjcaTztdgg+x5VHf14TNnw_Portrait
|
|
77
119
|
|
|
78
|
-
|
|
120
|
+
#XMSG: Font size error text
|
|
121
|
+
NUMBER_ERROR=PxkwesneKhdat0Rhjn8nfA_The value should be a number.
|
|
79
122
|
|
|
80
|
-
|
|
123
|
+
#XFLD: Fit to Page
|
|
124
|
+
ENABLE_ACCESSIBILITY=jRLLnX1dx/N7acpc6dmX7w_Enable Accessibility
|
|
81
125
|
|
|
82
|
-
|
|
126
|
+
#XFLD: Enable Accessibility
|
|
127
|
+
FITTOPAGE=CyBm+6Pv5PJCRSPAfQ2jEA_Fit to Page
|
|
83
128
|
|
|
84
|
-
|
|
129
|
+
#XFLD: Enable Signature
|
|
130
|
+
ENABLE_SIGNATURE=YQYvHHYPWUtzQfGSlsUrsA_Enable Signature
|
|
85
131
|
|
|
86
|
-
|
|
132
|
+
#XFLD: Show Pagenumber
|
|
133
|
+
SHOW_PAGENUM=NyuI8CkSTw3JyBOsztIKPA_Show Page Number
|
|
87
134
|
|
|
88
|
-
|
|
135
|
+
#XFLD: Reason for the Signature
|
|
136
|
+
SIGNATURE_REASON=JhBi2OXZW59M0ewWYaU9Ng_Reason
|
|
89
137
|
|
|
90
|
-
|
|
138
|
+
#XMSG: Message text informing that PDF is generated
|
|
139
|
+
PDF_GENERATION_IN_PROGRESS=ykAYJafSfBVz+sOC0MkpsQ_PDF is being generated
|
|
91
140
|
|
|
92
|
-
|
|
141
|
+
#XMSG: Message text informing that there was an error in PDF generation.
|
|
142
|
+
PDF_GENERATION_ERROR=ms+v9QAgRIyQPYDlXYR3tA_There was an error during the PDF export.
|
|
93
143
|
|
|
94
|
-
|
|
144
|
+
#XMSG: Error text informing when PDF generation is failed
|
|
145
|
+
PDF_GENERIC_ERROR=pU8JPHeGs8176jt0hwdmPw_Error during PDF export
|
|
95
146
|
|
|
96
|
-
|
|
147
|
+
#XMSG: File name error text
|
|
148
|
+
FILENAME_ERROR=DqBn2pft9hauh/wiUX6COQ_You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
|
|
97
149
|
|
|
98
|
-
|
|
150
|
+
#XMSG: Message text informing that exported file is being created
|
|
151
|
+
PROGRESS_BUNDLE_MSG=bT+4d3TOSHFoGeTfnLBoZw_Generating file...
|
|
99
152
|
|
|
100
|
-
|
|
153
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
154
|
+
XLSX_DEFAULT_TITLE=VymeUn4cPQ+Cx0UNpjFSOA_SAPUI5 Export
|
|
101
155
|
|
|
102
|
-
|
|
156
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
157
|
+
XLSX_DEFAULT_SHEETNAME=SoV8OODcC1vF7d0H0Ux3/Q_SAPUI5 Export
|
|
103
158
|
|
|
104
|
-
|
|
159
|
+
#XLST: Portable Document Format type config for PDF export
|
|
160
|
+
PDF_FILETYPE=uupzA6khxdWTjP8EkK+fQg_Portable Document Format (*.pdf)
|
|
105
161
|
|
|
106
|
-
|
|
162
|
+
#XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
|
|
163
|
+
TOOLTIP_PDF_ACCESSIBILITY=Jp6q3Cvl7vwQ1ewvr5+6uA_Defines whether the generated document is accessible.
|
|
107
164
|
|
|
108
|
-
|
|
165
|
+
#XMSG: Tooltip that explains the show pagenumber checkbox and why it might be disabled
|
|
166
|
+
TOOLTIP_PDF_PAGENUMBER=36FuyRRylvJv1Havgt77yg_Defines whether the generated document contains page numbers in the footer of each page.
|
|
109
167
|
|
|
110
|
-
|
|
168
|
+
#XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
|
|
169
|
+
TOOLTIP_PDF_SIGNATURE=i6rN4ki3qsPCNVcIqnyCpg_Defines whether the generated document is signed with a digital signature.
|
|
111
170
|
|
|
112
|
-
|
|
171
|
+
#XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
|
|
172
|
+
TOOLTIP_FITTOPAGE=pDVrk/E9mCRL0q5BaJ5inw_The generated document has content that fits the size of the page.
|
|
113
173
|
|
|
114
|
-
|
|
174
|
+
#XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
|
|
175
|
+
TOOLTIP_ARCHIVE_FORMAT=6+aEQ459y4r0URcD/Y/s2Q_The generated document conforms with PDF/A.
|
|
115
176
|
|
|
116
|
-
|
|
177
|
+
#XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
|
|
178
|
+
TOOLTIP_FILTER_SETTINGS=XlkUlENmYQ30QPKxlxPTtw_The generated document has filter settings on the cover page.
|
|
117
179
|
|
|
118
|
-
|
|
180
|
+
#XMSG: Tooltip that explains the font size input and why it might be disabled
|
|
181
|
+
TOOLTIP_FONT_SIZE=qCwCOhMn9zuH60E7pMUhQQ_Defines the font size of the generated document.
|
|
119
182
|
|
|
120
|
-
|
|
183
|
+
#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
|
|
184
|
+
SELECT_DESTINATION=SzkcGiE0ZkBWg+dSEIAhlg_Destination
|
|
121
185
|
|
|
122
|
-
|
|
186
|
+
#XLST: This option indicates that the exported file will be saved on the local device
|
|
187
|
+
DESTINATION_LOCAL=kjJ4hQVy2oT1McpsS9Wm7g_Local
|
|
123
188
|
|
|
124
|
-
|
|
189
|
+
#XLST: This option indicates that the exported file will be saved on a remote or cloud file share
|
|
190
|
+
DESTINATION_REMOTE=hQK2mrcJOYg603D9DGY9hw_Cloud
|
|
125
191
|
|
|
126
|
-
|
|
192
|
+
#XHED: Dialog header for the CloudFilePicker
|
|
193
|
+
DESTINATION_DIALOG_TITLE=7qhTJKQ/js5u4whgT/yVBw_Export To
|
|
127
194
|
|
|
128
|
-
|
|
195
|
+
#XMSG: Status text on the progress dialog for transfering the file to the cloud destination
|
|
196
|
+
DESTINATION_DIALOG_STATUS=ld7xwLgd+Vc3XY3I7yiI9A_File is being transferred - please be patient...
|
|
129
197
|
|
|
130
|
-
|
|
198
|
+
#XMSG: Error message when exported file could not be transferred
|
|
199
|
+
DESTINATION_TRANSFER_ERROR=8rVdaoN9gIvWAGOTc9+G4g_File could not be transferred.
|
|
131
200
|
|
|
132
|
-
|
|
201
|
+
#XMSG: Succuess message when the file has been saved to the cloud destination
|
|
202
|
+
DESTINATION_TRANSFER_SUCCESS=Fk5RrfczJCnwIA9cNFkZEg_Your file has been saved successfully.
|
|
133
203
|
|
|
134
|
-
|
|
204
|
+
#XMSG: Error message when the user did not select a proper FileShare for storing the file
|
|
205
|
+
DESTINATION_SELECTION_INCOMPLETE=FUsmrZqBYBt8Ev8PQnn/ZA_The selected file share is invalid.
|
|
135
206
|
|
|
136
|
-
|
|
207
|
+
#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
|
|
208
|
+
DIALOG_BUTTON_CLOUD_DESTINATION=5U+q1o74ATIHwLzNyJsXPg_Export To...
|
|
209
|
+
|
|
210
|
+
#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
|
|
211
|
+
DESTINATION_ERROR_NOT_GOOGLE=IjDS6EI/w53OLbJp7RIiNA_Exporting a file to Google Sheets requires a Google Workspace as a file share.\nPlease select a different file format or a different file share.
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=El proceso de exportaci\u00F3n se ha quedado sin espacio
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=La exportaci\u00F3n ha finalizado y el archivo se ha descargado.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Descargado {0} de {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Error desconocido
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=El proces de exportaci\u00F3n se ha quedado sin memoria
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=La exportaci\u00F3n finaliz\u00F3 y el archivo se descarg\u00F3.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Descargado {0} de {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Error desconocido
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Eksportimise m\u00E4lumaht sai t\u00E4is ja katksestati.
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Eksport on l\u00F5pule j\u00F5udnud ja fail on alla laaditud.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Alla laaditud {0}, kokku on {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Tundmatu t\u00F5rge
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Vientiprosessista loppui muisti, ja prosessi p\u00E4\u00
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Vienti on valmis ja tiedosto on ladattu paikallisesti.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Ladattu paikallisesti\: {0}/{1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Tuntematon virhe
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=La m\u00E9moire \u00E9tait insuffisante et le processus
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=L'exportation est termin\u00E9e et le fichier a \u00E9t\u00E9 t\u00E9l\u00E9charg\u00E9.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} t\u00E9l\u00E9charg\u00E9s sur {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Le processus d'exportation manque de m\u00E9moire et a \
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=L'exportation est termin\u00E9e et le fichier a \u00E9t\u00E9 t\u00E9l\u00E9charg\u00E9.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=T\u00E9l\u00E9charg\u00E9(s) {0} sur {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u092A\u094D\
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u092F\u093E \u0939\u0948 \u0914\u0930 \u092B\u093C\u093E\u0907\u0932 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930 \u0926\u0940 \u0917\u0908 \u0939\u0948.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={1} \u092E\u0947\u0902 \u0938\u0947 {0} \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u093F\u092F\u093E \u0917\u092F\u093E.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u0905\u091C\u094D\u091E\u093E\u0924 \u0924\u094D\u0930\u0941\u091F\u093F
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Procesu eksporta nestalo je memorije, pa je prekinut.\nU
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Izvoz je zavr\u0161en, a datoteka je preuzeta.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Preuzeto {0} od {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Nepoznata gre\u0161ka
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Az export\u00E1l\u00E1si folyamat sor\u00E1n elfogyott a
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Az export\u00E1l\u00E1s befejez\u0151d\u00F6tt, \u00E9s a f\u00E1jl let\u00F6ltve.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} let\u00F6ltve ennyib\u0151l\: {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Ismeretlen hiba
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Proses ekspor kehabisan memori dan diakhiri.\nSilakan se
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Ekspor selesai, dan file telah diunduh.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Diunduh {0} dari {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Kesalahan yang tidak diketahui
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Il processo di esportazione \u00E8 stato terminato per m
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Esportazione terminata. Il file \u00E8 stato scaricato.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Scaricati {0} di {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Errore sconosciuto
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u05EA\u05D4\u05DC\u05D9\u05DA \u05D4\u05D9\u05E6\u05D5\
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u05D4\u05D9\u05D9\u05E6\u05D5\u05D0 \u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D5\u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05D5\u05E8\u05D3.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=\u05D4\u05D5\u05E8\u05D9\u05D3 {0} \u05DE\u05EA\u05D5\u05DA {1}
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u05E9\u05D2\u05D9\u05D0\u05D4 \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2\u05D4
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u30D7\u30ED\u30BB\u
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u304C\u7D42\u4E86\u3057\u3001\u30D5\u30A1\u30A4\u30EB\u304C\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3057\u305F\u3002
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} / {1} \u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3057\u307E\u3057\u305F\u3002
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u4E0D\u660E\u306A\u30A8\u30E9\u30FC
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u042D\u043A\u0441\u043F\u043E\u0440\u0442\u0442\u0430\u
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u042D\u043A\u0441\u043F\u043E\u0440\u0442\u0442\u0430\u0443 \u0430\u044F\u049B\u0442\u0430\u043B\u0434\u044B \u0436\u04D9\u043D\u0435 \u0444\u0430\u0439\u043B \u0436\u04AF\u043A\u0442\u0435\u043F \u0430\u043B\u044B\u043D\u0434\u044B.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0}/{1} \u0436\u04AF\u043A\u0442\u0435\u043F \u0430\u043B\u044B\u043D\u0434\u044B.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u0411\u0435\u043B\u0433\u0456\u0441\u0456\u0437 \u049B\u0430\u0442\u0435
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\uC5D1\uC2A4\uD3EC\uD2B8 \uD504\uB85C\uC138\uC2A4\uC5D0\
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\uC5D1\uC2A4\uD3EC\uD2B8\uAC00 \uC644\uB8CC\uB418\uACE0 \uD30C\uC77C\uC774 \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={1}\uAC1C \uC911 {0}\uAC1C\uAC00 \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\uC54C \uC218 \uC5C6\uB294 \uC624\uB958
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Vykdant eksportavim\u0105, vir\u0161yta atminties talpa
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Eksportavimas baigtas ir failas atsisi\u0173stas.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Atsisi\u0173sta {0} i\u0161 {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Ne\u017Einoma klaida
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Eksport\u0113\u0161anas procesam beidz\u0101s vieta atmi
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Eksport\u0113\u0161ana ir pabeigta, un fails ir lejupiel\u0101d\u0113ts.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Lejupiel\u0101d\u0113ti {0} no {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Nezin\u0101ma k\u013C\u016Bda
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u041D\u0430 \u043F\u0440\u043E\u0446\u0435\u0441\u043E\
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u0418\u0437\u0432\u043E\u0437\u043E\u0442 \u0435 \u0437\u0430\u0432\u0440\u0448\u0435\u043D \u0438 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430\u0442\u0430 \u0435 \u043F\u0440\u0435\u0437\u0435\u043C\u0435\u043D\u0430.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=\u041F\u0440\u0435\u0437\u0435\u043C\u0435\u043D\u0438 \u0441\u0435 {0} \u043E\u0434 {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u041D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430 \u0433\u0440\u0435\u0448\u043A\u0430
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Proses eksport kehabisan ingatan dan telah dihentikan.\n
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Eksport selesai dan fail telah dimuat turun.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Dimuat turun {0} bagi {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Ralat tidak diketahui
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Het proces is afgebroken vanwege onvoldoende geheugen.\n
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Export is voltooid en bestand is gedownload.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} van {1} gedownload.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Onbekende fout
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Eksportprosessen gikk tom for minne og ble avbrutt.\nJus
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Eksporten er fullf\u00F8rt og filen er lastet ned.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Lastet ned {0} av {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Ukjent feil
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Proces eksportu spowodowa\u0142 wyczerpanie pami\u0119ci
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Zako\u0144czono eksport i pobrano plik.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Pobrano {0} z {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Nieznany b\u0142\u0105d
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=O processo de exporta\u00E7\u00E3o ficou sem mem\u00F3ri
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=A exporta\u00E7\u00E3o foi conclu\u00EDda e o arquivo foi baixado.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Baixado {0} de {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Erro desconhecido
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=O processo de exporta\u00E7\u00E3o ficou sem mem\u00F3ri
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=A exporta\u00E7\u00E3o foi conclu\u00EDda e o ficheiro foi transferido.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Descarregado {0} de {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Erro desconhecido
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Procesul de export nu dispune de suficient\u0103 memorie
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Exportul este finalizat \u0219i fi\u0219ierul a fost desc\u0103rcat.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} din {1} desc\u0103rcate.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Eroare necunoscut\u0103
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u041F\u0440\u043E\u0446\u0435\u0441\u0441\u0443 \u044D\
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D, \u0444\u0430\u0439\u043B \u0432\u044B\u0433\u0440\u0443\u0436\u0435\u043D.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=\u0412\u044B\u0433\u0440\u0443\u0436\u0435\u043D\u043E {0} \u0438\u0437 {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Ponestalo je memorije za proces izvoza i on je prekinut.
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Izvoz je zavr\u0161en i fajl je prenet sa servera.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Preneto sa servera {0} od {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Nepoznata gre\u0161ka
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Proces exportu vy\u010Derpal cel\u00FA pam\u00E4\u0165 a
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Export je dokon\u010Den\u00FD a s\u00FAbor je prevzat\u00FD.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=Prevzat\u00E9 {0} z {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Nezn\u00E1ma chyba
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Postopek izvoza nima na voljo dovolj pomnilnika in je bi
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Izvoz je kon\u010Dan in datoteka je bila prenesena iz stre\u017Enika.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} od {1} prenesenih iz stre\u017Enika.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Neznana napaka
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u041F\u043E\u043D\u0435\u0441\u0442\u0430\u043B\u043E \
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u0418\u0437\u0432\u043E\u0437 \u0458\u0435 \u0437\u0430\u0432\u0440\u0448\u0435\u043D \u0438 \u0444\u0430\u0458\u043B \u0458\u0435 \u043F\u0440\u0435\u043D\u0435\u0442 \u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=\u041F\u0440\u0435\u043D\u0435\u0442\u043E \u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 {0} \u043E\u0434 {1}.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u041D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430 \u0433\u0440\u0435\u0448\u043A\u0430
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=Exportprocessen fick slut p\u00E5 ledigt minne och avslu
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=Export \u00E4r klar och filen har l\u00E4sts ner.
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE={0} av {1} har l\u00E4sts ner.
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=Ok\u00E4nt fel
|
|
54
56
|
|
|
@@ -49,6 +49,8 @@ MSG_ERROR_OUT_OF_MEMORY=\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23\u
|
|
|
49
49
|
#XMSG: Screenreader announcement that the export process has been finished.
|
|
50
50
|
MSG_INFO_EXPORT_FINISHED=\u0E01\u0E32\u0E23\u0E40\u0E2D\u0E47\u0E01\u0E0B\u0E4C\u0E1B\u0E2D\u0E23\u0E4C\u0E15\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19\u0E41\u0E25\u0E49\u0E27 \u0E41\u0E25\u0E30\u0E21\u0E35\u0E01\u0E32\u0E23\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E25\u0E49\u0E27
|
|
51
51
|
|
|
52
|
+
#XMSG: Screenreader announcement that the export is being updated.
|
|
53
|
+
MSG_INFO_EXPORT_UPDATE=\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E41\u0E25\u0E49\u0E27 {0} \u0E08\u0E32\u0E01 {1} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
52
54
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
53
55
|
PROGRESS_ERROR_DEFAULT=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01
|
|
54
56
|
|